  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Antonio:wght@700&display=swap');
:root{
    --white: #fff;
    --red :#ff0000; 
    --yellow: #ffed00;
    --black: #000;
    --grey: #efefef;
    --navy:#141223;
    --green:#009688;
}
#preloader{
    background: #e5eff1 url('../../images/loader.gif') no-repeat center center;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}

@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}



.row {
  display: flex;
  flex-wrap: wrap;
}
.col-2 {
  padding-top: 10px;
  width: 47%;
  margin: 15px;
}
.col-5 {
  padding-top: 5px;
  width: 20%;
}
.col-3{
  padding-top: 5px;
  width: 33.33%;
}
.col-7{
  padding-top: 5px;
  width: 66.67%;
}
.col-6{
  padding-top: 5px;
  width: 50%;
}
.col-12{
  padding-top: 5px;
  width: 100%;
}
.productHR{
    margin: 40px 0;
}
.tac{
    text-align: center;
}

.tal{
    text-align: left;
}

.pt-40{
    padding-top: 40px;
}
.pt-60{
    padding-top: 60px;
}
.pt-100{
    padding-top: 100px;
}
.p-10{
    padding: 10px;
}
.p-5{
    padding: 5px;
}
.fw{
    width: 100%;
}
.m-50{
    margin: 50px;
}
.m-10{
   margin: 10px;  
}
.mt-20{
   margin-top: 20px;  
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}
html,body{
    font-size: 1.1rem;
    background: var(--white);
}
.bodyBGgrey{
    background: var(--grey);
}
input, label {
    display:block;
}
/* header styling */
.logo img{
    width: 140px;
}
.container1{
    background: var(--white);
}
.header-container{
    max-width: 1200px;
    margin: auto;
}
.mobileMenu{
    display: none;
}
header{
   align-items: center;
   width: 100%;
   left: 0;
   right: 0;
   display: flex; 
   justify-content: space-between;
   padding: 0.6rem 0.5rem;
   z-index: 100;
   background-color: var(--white);
}
.h1-div-title{
    display: flex;
    justify-content: inline-flex;
    margin-top: 40px;
    margin-bottom: 30px;
    margin-right: 8px;
}
.nav-bar ul{
    display: flex;
    list-style-type: none;
}
.nav-bar ul li {
    position: relative;
}
.nav-bar ul li a{
    display: block;
    padding: 0 1rem;
    font-size: 1rem;
    color: #000;
    font-weight: 500;
    transition: color 0.3s ease;
    cursor: pointer;
}
.nav-bar ul li a:hover{
    color:var(--red);
}
.nav-bar ul li a.active{
    color:var(--red);
}
.nav-bar ul li ul{
    /*padding: 10px;*/
        z-index: 100;
    position: absolute;
    left: 0;
    width: 200px;
    background: #fff;
    display: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.nav-bar ul li ul li{
    width: 100%;
}
.nav-bar ul li ul li a{
    font-size: 13px;
    padding: 10px;
}
.nav-bar ul li ul li a:hover{
    color:var(--red);
}
.nav-bar ul li ul li ul{
    left: 200px;
    top: 0;
}
.nav-bar ul li ul li ul li a {
    font-size: 13px;
    padding: 10px;
}

.nav-bar ul li:focus-within > ul,
.nav-bar ul li:hover > ul{
    display:flex ;
    flex-wrap: wrap;
}
.header-btn{
    height: 40px;
    display: flex;
    align-items: center;
    padding: 7px 15px;
    background-color: var(--yellow);
    border: none;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.8rem;
    color: var(--black);
}
.header-btn:hover{
     background-color: var(--green);
}

.yellow-btn{
    height: 40px;
    display: flex;
    align-items: center;
    padding: 7px 15px;
    background-color: var(--yellow);
    border: none;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.8rem;
    color: var(--black);
}
.yellow-btn:hover{
     background-color: var(--green);
}

.product-yellow-btn {
    height: 70px;
    align-items: center;
    padding: 16px 35px;
    background-color: var(--yellow);
    border: none;
    border-radius: 40px;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--black);
}

.product-yellow-btn:hover{
     background-color: var(--green);
}

.banner-yellow-btn {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 16px 35px;
    background-color: var(--yellow);
    border: none;
    border-radius: 40px;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--black);
}

.banner-yellow-btn:hover{
     background-color: var(--green);
}


.banner-white-btn {
    margin-right: 10px;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 16px 35px;
    background-color: var(--white);
    border: none;
    border-radius: 40px;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--black);
}

.banner-white-btn:hover{
     background-color: var(--green);
}




.inner-sub-title{
    box-shadow: 9px 11px #c7c7c7;
    background-color: #ffed00;
    padding: 10px 15px;
}
.title-icon{
    font-size: 10px;
    padding-right: 10px;
}
.header-btn img{
    width: 40px;
    padding: 0 7px;
}
.container2{
    background: var(--white);
    padding: 15px;
}
.search-area{
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    margin: auto;
    padding:0.5rem ;
}
.container2 h1{
   /*font-family: 'Popins', sans-serif;*/
   font-family: 'Antonio', sans-serif;
    text-transform: uppercase;
    font-weight: bolder;
    /*font-size: 30px;*/
   
}
.header-btn-black{
    border: none;
    background-color: var(--black);
    color: var(--white);
    padding: 0px 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.header-btn-black:hover{
    background-color: grey;
    color: rgb(255, 255, 255);
}
.search-area input{
  font-size: 1rem;
  width: 40%;
  padding-left: 45px;
  padding-right: 20px;
  border: 3px solid #ffed00;
  border-radius: 10px;
  background: url(../../images/search-icon.webp)no-repeat scroll 10px ;
  background-size: 25px;
}
.yellowstrip{
    padding: 10px;
    background: var(--yellow);
    text-align: center;
    font-size: 0.8rem;
}
.content-white{
    margin-bottom: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 15px 40px;
    background: var(--white);
    border: 2px solid rgb(199, 199, 199);
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.5rem;
}
.content-white:hover{
    transition: 0.2s ease-out;
    background-color: var(--black);
    color: var(--white);
}
.content-red{
    margin-bottom: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 15px 40px;
    background: var(--red);
    border: 2px solid rgb(199, 199, 199);
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.5rem;
}
.content-red-about {
    padding: 15px 30px;
    border-radius: 40px;
    color: var(--white);
}
.content-red:hover{
    transition: 0.2s ease-out;
    background-color: var(--black);
    color: var(--white);
    border: 2px solid black;
}
.content-black{
    text-transform: uppercase;
    color: white;
    display: flex;
    align-items: center;
    padding: 7px 15px;
    background: var(--black);
    border: 2px solid rgb(199, 199, 199);
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.8rem;
}
.content-black:hover{
    background-color: grey;
    color: rgb(255, 255, 255);
    border: 2px solid grey;
}
.btn-icon{
    padding-right:8px;
    font-size: 1.5rem;
}
.container3{
    max-width: 1200px;
    margin: auto;
    margin-bottom: 20px;
}
.content-input{
    min-width: 10rem;
    border: 1px solid #efefef;
    height: 38px;
    padding-left: 15px;
}
.mobileSubCategoryInput{
    min-width: 13rem;
}
.title-h1{
    display: flex;
    align-items: center;
    /* border: 1px solid rgb(172, 172, 172); */
    padding: 5px;
    /* border-radius: 8px; */
    /* background-color: var(--white); */
    font-size: 2rem;
}
.product-card{
    margin-top: 20px;
    width: 100%;
    height: 13rem;
    padding-top: 10px;
    text-align: center;
    background-color: var(--white);
}
.product-card h2{
    font-size: 1.3rem;
}
.product-card img{
    width: 100%;
}
.card-btn{
    background: var(--black);
    color: var(--white);
    padding: 10px;
    text-align: center;
}
.card-btn:hover{
    background: grey;
    
}
.card-anchor{
    text-decoration: none;
    color: var(--black);
}
footer{
    background-color:var(--navy);
    color: #fff;
  text-align: center;
  padding-top: 20px;
  /*border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;*/
}
.container4{
    max-width: 1200px;
    padding: 20px;
    margin: auto;
}

.footerLink{
    text-decoration: none;
    color: var(--white);
    font-size: 1.1rem;
    padding: 30px;
}

.footerSocialMedia{
    padding: 10px;
    font-size: 40px;
}

.icon-box{
    display: flex;
    justify-content: space-evenly;
}
.icon{
    display: flex;
    align-items: center;
}
.icon h3{
   color: white;
   margin: 10px;
}
.icon h5{
    color: white;
    font-weight: 500;
}
.call-icon{
    color: #4343d5;
    font-size: 3rem;
}
.information{
    color: var(--white);
    font-size: 0.7rem;
    margin: 10px;
}
.curve {
    width: 100%;
    height: 111px;
    clip-path: ellipse(54% 76% at 50% 127%);
    position: relative;
    background: var(--navy);
    border: 1px solid var(--navy);
}
.search-area .header-btn{
    display: none;
}
.hamburger{
    display: none;
}
.searchBar{
    display: none;
}
/* CONTACT PAGE*/
.contactIcon{
    width: 4rem;
}
.contactContent{
    overflow-wrap: anywhere;
}
.mapContactForm{
    display: flex;
    margin-top: 100px;
}
.map{
    border: 1px solid;
    box-shadow: 15px 15px;
    width: 50%;
}
.contactForm{
    width: 50%;
}
.form-control label {font-weight:bold}
.form-control{
    margin-left: 40px;
    margin-bottom: 15px;
}
.textarea{
    height: 140px;
    padding-top: 10px;
}
/*PRODUCT INNER PAGE*/
.productFilter{
    display: flex;
}
/*PRODUCT DETAILS PAGE*/
.productDetailsTitle{
    font-size: 1.3rem;
}
.productDetailsTitle span{
    font-weight: 400;
    font-size: 1rem;
}
/*ChatGPT*/
.card {
  height: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background: white;
  padding: 1px;
  margin: 8px;
  /*margin-right: 15px;*/
  /*border-radius: 10px;*/
  margin-top: 10px;
}
.card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.card .title {
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
.card .button {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: var(--black);
  color: #fff;
  text-decoration: none;
}
.card .button:hover {
  background-color: #565656;
}
/*SLIDER*/
.swiper {
  width: 100%;m-10
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}
.swiper {
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide .text{
    position: absolute;
    z-index: 9;
    top: 25%;
    left: 5%;
    color: #000000;
    font-size: 4.2vw;
    font-weight: 600;
}
.swiper-slide .text span{
    color: #ff1100;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100;
  padding-top: 10%;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.mobileFooter{
    display: none;
}

.mobileSlider{
    display: none !important;
}




/*////////////////////////Responsive//////////////////*/
@media (min-width:1024px) and (max-width: 1200px){
    .nav-bar ul li a {
        font-size: 0.9rem;
        margin: 5px;
    }
    .col-5 {
      flex: 25%;
      padding: 5px;
    }
    .product-card {
        height: 14rem;
    }
}
@media (min-width:1000px) and (max-width: 1023px){
    .nav-bar ul li a {
        padding: 0 0.8rem;
        font-size: 0.9rem;
    }
    .col-5 {
      flex: 33.33%;
      padding: 5px;
    }
    .product-card {
        height: 14rem;
    }
}
@media only screen and (max-width:999px){

    .footerLink{
        padding: 0px;
    }

    .mobileFooter{
        display: block;
    }
    .col-5 {
      /*flex: 33.33%;*/
        width: 33.33%;
    }
    .col-7{
        width: 100%;
    }
    .col-2 {
      padding-top: 10px;
      width: 100%;
    }
    .mfw{
        width: 100%;
    }
    .yellowstrip{
        font-size: 0.6rem;
    }
    .product-card {
        height: 11rem;
    }
    .product-card h2 {
        font-size: 1rem;
    }
    .card .title {
        font-size: 10px;
    }
    .card-btn {
        font-size: 0.7rem;
    }
    .mobileMenu{
        display: block;
        cursor: pointer;
        margin: 10px;
    }
    .nav-bar{
        height: 0;
        position: absolute;
        top: 107px;
        left: 0;
        right: 0;
        width: 100vw;
        background-color: var(--white);
        transition: 0.2s;
        overflow: hidden;
    }
    .nav-bar.active{
        height: 100%;
        z-index: 999;
        overflow: auto;
    }
    .nav-bar ul{
        display: block;
        width: fit-content;
        margin: 50px auto 0 auto;
        text-align: center;
        transition: 0.5s;
        opacity: 0;
    }
    .nav-bar.active ul{
        opacity: 1;
    }
    .nav-bar ul li a{
        margin-bottom: 12px;
    }
    .nav-bar ul li ul {
        width: 100%;
        position: initial;
        margin: 0;
    }
    .nav-bar ul li ul li a {
        margin-bottom: 0;
    }


    .hamburger{
        display: block;
        cursor: pointer;
        margin: 10px;
    }
    .searchBar{
        height: 0;
        display: block;
        position: absolute;
        top: 107px;
        left: 0;
        right: 0;
        width: 100vw;
        background-color: var(--white);
        transition: 0.2s;
        overflow: hidden;
    }
    .searchBar.active{
        height: 100%;
        z-index: 999;
    }
    .header-btn{
        display: none;
    }
    .search-area .header-btn{
        display: flex;
    }
    .search-area h1{
        display: none;
    }
    .search-area input{
        display: none;
    }
    .hamburger-parent{
        display: flex;
        flex-direction: row;
    }
    .search-btn{
        font-size: 30px;
    }
    .menu-bars{
        font-size: 30px;
    }
    .content-red, .content-black, .content-white{
        /*min-width: 8rem;
        padding: 0.6rem 0.7rem;*/
    }
    header{
       padding: 0.6rem 1rem;
    }
    /*.search-area {
        padding: 0.8rem;
    }*/
    .container3 {
        padding: 0.5rem;
    }
    .container2 {
        padding: 2px;
    }
    .h1-div-title {
        margin-top: 5px;
            margin-bottom: 10px;
    }
    .title-h1 {
        padding: 5px 10px;
        font-size: 1rem;
    }
    .content-red {
        font-size: 0.8rem;
    }
    .title-icon {
        font-size: 10px;
        padding-right: 0px;
    }
    .card .button {
        font-size: 0.6rem;
    }
    .card .title {
      height: 40px;
    }
    /* CONTACT PAGE*/
    .contactIcon{
        width: 2rem;
    }
    .contactContent{
        font-size: 12px;
        overflow-wrap: anywhere;
    }
    .map {
        width: 100%;
        margin-bottom: 60px;
    }
    .contactForm {
        width: 100%;
    }
    .mapContactForm {
        margin-top: 100px;
    }
    .form-control {
        margin-left: 0px;
    }
    .mapContactForm {
        display: block;
    }
    /* ABOUT PAGE*/
    .mdc{
        display: contents;
    }
    .m-50 {
        margin: 20px;
    }
    .aboutImage{
        width: 40%;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .inner-sub-title {
        font-size: 0.5rem;
    }
    /*PRODUCT INNER PAGE*/
    .mobileSubCategoryInput{
        min-width: 100%;
        background-color: var(--white);
    }
    /*PRODUCT DETAILS PAGE*/
    .productDetailsImage {
        width: 100%;
        margin: 0px;
    }
    .content-red-about{
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }


    

    .card {
        margin: 2px; 
    }

    .logo img {
        width: 100px;
    }

    .mcol-12{
        width: 100%;
    }

    .modal-content {
        width: 80%;
    }


    .mobile-search-input{
        font-size: 1rem;
        width: 80%;
        padding-left: 45px;
        padding-right: 20px;
        border: 3px solid #ffed00;
        border-radius: 10px;
        background: url(../../images/search-icon.webp)no-repeat scroll 10px;
        background-size: 25px;
        padding: 10px 20px 10px 45px;
    }


    .desktopFooter{
        display: none;
    }

    .desktopSlider{
        display: none !important;
    }



    .banner-yellow-btn {
        height: 50px;
        align-items: center;
        padding: 10px 15px;
        background-color: var(--yellow);
        border: none;
        border-radius: 40px;
        font-weight: 700;
        font-size: 0.8rem;
        color: var(--black);
    }


    .banner-white-btn {
        height: 50px;
        display: flex;
        align-items: center;
        padding: 10px 15px;
        background-color: var(--white);
        border: none;
        border-radius: 40px;
        font-weight: 700;
        font-size: 0.8rem;
        color: var(--black);
    }
}