/********index*********/

@media only screen and (max-width: 1500px){

    .carousel-description h1 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1400px){
    
    .first-image {
        right: 250px;
    }

    .second-image {
        right: 35px;
    }

    .social-sites-two {
        flex-direction: column;
      }
}

@media only screen and (max-width: 1250px){
    .carousel-control-prev-icon {
        height: 50px;
    }

    .carousel-control-next-icon {
        height: 50px;
    }
    
    .carousel-description h1 {
        font-size: 48px;
        bottom: 30px;
    }
    
    .carousel-indicators {
        bottom: 80px;
    }

    #publicity-two {
        margin-top: 40px;
    }
    
    #contact {
        margin-top: 70px;
    }

    .first-image {
        right: 250px;
    }

    .second-image {
        right: 35px;
    }
}

@media only screen and (max-width: 1200px){

    .social-sites-two {
        padding-top: 20px;
        flex-direction: row;
        justify-content: space-between !important;
      }
}


@media only screen and (max-width: 1150px){

    .carousel-description h1 {
        font-size: 40px;
    }

    .first-image {
        right: 200px;
    }

    .second-image {
        right: 10px;
    }

}


@media only screen and (max-width: 1000px){
    
    .carousel-description h1 {
        font-size: 35px;
        bottom: 10px;
    }
    
    .social-sites-one {
        /* margin-top: 20px; */
        align-items: start;
    }

    .social-sites-two {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: start;
        padding: 0;
        margin-top: 20px;
      }

      .social-sites-two a {
        padding-left: 12px;
        margin-top: 10px;
      }

      .publicity-two-text h2 {
        line-height: 2rem;
      }

      .social-sites-two {
        flex-direction: row;
      }

}

@media only screen and (max-width: 991px){

    #publicity-two {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    
    .first-image {
        height: 70%;
        right: 130px;
        top: 110px;
    }

    .second-image {
        height: 70%;
        right: 0px;
        top: -40px;
    }

    .contact-section {
       margin-bottom: 40px;
    }

    .contact-list-email {
        font-size: 20px;
    }

    .social-sites-one {
        justify-content: space-evenly !important;
    }

    .social-sites-two {
        justify-content: space-evenly !important;
      }
}

@media only screen and (max-width: 950px){

    .navigation {
        top: 15px;
    }

    nav {
        height: 70px;
    }

    .logo img:first-child {
        height: 50px;
    }
    
    .logo img:nth-child(2) {
        margin-left: 10px;
    }

    .contact-button {
        margin-right: 10px;
    }

    .contact-button a:nth-child(1) {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 850px){
    
    nav {
        margin: 0px 20px;
    }

    .logo img:first-child {
        height: 40px;
    }

    .logo img:nth-child(2) {
        height: 18px;
    }
}

@media only screen and (max-width: 767px){


    nav {
        width: 100%;
        height: 80px;
        margin: auto;
        left: 0;
    }

    .navigation {
        width: 100%;
        height: 100px;
    }

    .logo {
        display: flex;
        flex-direction: column;
    }

    .logo img:first-child {
        margin-left: 10px;
    }

    .logo img:nth-child(2) {
       margin-top: 5px;
    }

    .contact-button {
        flex-direction: column-reverse;
        align-items: end;
    }

    .contact-button a:nth-child(1) {
       margin-top: 8px;
       margin-right: 10px;
    }

    .contact-button a:nth-child(1) {
       margin-right: 3px;
     }

    .carousel {
        top: 80px;
    }

    #publicity-one {
        margin-top: 100px;
    }

    #publicity-two {
        margin-top: 20px;
    }

    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
    }

    .carousel-indicators .active {
        width: 14px;
        height: 14px;
      }

    .carousel-indicators {
        bottom: 60px;
    }

    .icons {
        flex-direction: row;
        justify-content: space-evenly;
        margin: auto;
        padding: 0;
    }

    .icon {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }


    .icon i {
        text-align: center;
    }

    .icon img {
        margin-right: 0;
        margin-bottom: 3px;
    }

    .phoneBox {
        width: 240px;
        height: 35px;
    }

    .publicity-box-two {
        padding: 30px;
    }

    .first-image {
        height: 75%;
        right: -10px;
        top: 120px;
    }

    .second-image {
        display: none;
    }

    .social-sites-two {
        flex-direction: row;
        justify-content: left;
      }

    .mar-b-40 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 600px){

    .carousel-description h1 {
        background-color: rgba(0, 0, 0, 50%);
        font-size: 28px;
        bottom: 0;
        box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 50%);
    }
    
    .carousel-indicators {
        bottom: 40px;
        margin-right: 0;
    }

    .carousel-control-prev-icon {
        display: none;
    }

    .carousel-control-next-icon {
        display: none;
    }

    .publicity-box-one {
        top: -30px;
    }

    .first-image {
        height: 75%;
        right: 0px;
        top: 120px;
    }
}

@media only screen and (max-width: 576px){

      .overlay {
        display: none;
    }

    .btn-product a {
        background-color: var(--white) !important;
        color: var(--black) !important;
    }

    .btn-product a:hover {
        background-color: var(--white);
        color: var(--black);
    }

    .arrow {
        display: none;
    }
}

@media only screen and (max-width: 500px){

    .carousel-description h1 {
        font-size: 24px;
        bottom: -20px;
    }

    .icons {
        flex-wrap: wrap;
        text-align: center;
    }

    .icon {
        width: 140px;
        padding-left: 0;
        padding-right: 0;
    }

    .description h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .first-image {
        height: 75%;
        top: 140px;
    }

    #footer p {
        text-align: center;
    }

    .publicity-three h1 {
        font-size: 32px;
    }

    .overlay {
        display: none;
    }

    .btn-product a {
        background-color: var(--white) !important;
        color: var(--black) !important;
      }

    .btn-product a:hover {
        background-color: var(--white);
        color: var(--black);
    }

    .arrow {
        display: none;
    }
}

@media only screen and (max-width: 430px){
    footer {
        flex-direction: column;
    }

    footer a {
        text-align: center;
    }
}

@media only screen and (max-width: 400px){

    .logo img:nth-child(2) {
        width: 100px;
    }

    .phoneBox {
        font-size: 14px;
        width: 200px;
    }

    .phoneBox img {
        width: 18px;;
    }

    .carousel-description h1 {
        font-size: 20px;
    }

    .icons {
        padding: 0;
    }

    .icon {
        width: 108px;
    }

    .first-image {
        height: 55%;
        top: 170px;
    }

    .social-sites-two {
        flex-direction: column;
        align-items: center;
      }
}

@media only screen and (max-width: 345px){

    .first-image {
        height: 50%;
        top: 180px;
    }
}

@media only screen and (max-width: 300px){

    .carousel-description h1 {
        width: 200px;
        font-size: 18px;
    }

    .icon {
        width: 80px;
    }

    .icon img{
        width: auto;
        height: 25px;
    }

    .first-image {
        height: 40%;
        right: 0px;
        top: 220px;
    }
}

/***********product-item queries ***********/

@media only screen and (max-width: 1250px){
    #contact {
        margin-top: 40px;
    }

}

@media only screen and (max-width: 1200px){
    .publicity-three h1 {
        font-size: 42px;
    }

    .img-one img {
        height: auto;
        width: 100%;
    }
    
    .img-three {
        left: -50px;
    }
}

@media only screen and (max-width: 991px){
    .img-three {
        left: -50px;
        top: -100px;
        width: auto;
        height: 450px;
    }

    #product-item {
        margin-top: 130px;
    }
}

@media only screen and (max-width: 767px){
    .navigation {
        display: none;
    }

    .nav-mobile {
        display: block;
    }


    #product-item {
        margin-top: 80px;
    }
    
    .img-one img {
        height: auto;
        width: 100%;
    }
    
    .publicity-three {
        flex-direction: column;
        align-items: center;
        height: auto;
        margin-bottom: 10px;
    }

    .publicity-three h1 {
        font-size: 42px;
        margin-bottom: 20px;
    }


    .publicity-three p {
        margin: 0;
    }

    .img-three {
        display: none;
    }

    .publicity-for {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #contact {
        margin-top: 20px;
    }
}


