@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
body{
  background: #f0e6ca;
}
.floating-icons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column; /* Display icons vertically */
  gap: 10px;
}

.icon {
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}



.popup {
  position: fixed;
  bottom: 50px; /* Adjust vertical position */
  right: 50px; /* Increase distance from icons */
  width: 30px;
  background-color:transparent;
  border-radius: 8px;

  display: none;
  padding: 20px;
}




.content{
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.content header{
  font-size: 30px;
  font-weight: 700;
}
.content .text{
  font-size: 30px;
  font-weight: 700;
}
.space{
  margin: 10px 0;
}
nav .logo.space{
  color: red;
  padding: 0 5px 0 0;
}
@media (max-width: 980px){
  nav .menu-icon,
  nav .cancel-icon,
  nav .search-icon{
    margin: 0 20px;
  }
  nav form{
    right: 30px;
  }
  .btnn {
    margin: -10px 0 0 33px;
}
.container {
 width: 100%;
 padding:10px 15px 10px 5px;

 
}

}
@media (max-width: 350px){
  nav .menu-icon,
  nav .cancel-icon,
  nav .search-icon{
    margin: 0 10px;
    font-size: 16px;
  }
  .container {
    width: 100%;
    padding:10px 15px 10px 5px;
   
    
   }
 
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content header{
  font-size: 30px;
  font-weight: 700;
}
.content .text{
  font-size: 30px;
  font-weight: 700;
}
.content .space{
  margin: 10px 0;
}
  
  /* BANNER START---------------------------------------------------------------------------- */
  .imag {
    position: relative;
    /* display: inline-block; */
    width: 100%;
   
  }
  .fit{
    width: 100%;
    
  }
  
  .imag img {
    /* filter: blur(2px); */
    width: 100%;
    height: auto;
    
  }
  
  .imag  .heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin: -4px 0 0 0;
  
    
  }
  
  
  @media (max-width: 767px) {
    .imag {
      display: block;
      width: 100%;
      height: auto;
    }

    .fit{
      width: 100%;
    }
  
    .imag img {
        /* filter: blur(2px); */
        width: 100%;
        height: 300px;
      }
      
  
    .imag .heading {
  font-size: 35px;
  margin: -4px 0 0 -10px;
  }
  }



  .lea h1{
    text-align: center;
    color: #414141;
    font-family: Arial Rounded MT Bold;
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin-top: 20PX;
  
  }
  .lea img {
   
    margin: 0 0 0 463px;
  }
  @media (max-width: 768px) {
    .lea img {
  
        margin: 0 0 0 93px;
        width: 200px;
        border: 1px solid red;
      }

      .lea h1{
        text-align: center;
        color: #414141;
        font-family: Arial Rounded MT Bold;
        font-size: 30px;
        font-style: normal;
        font-weight: bold;
        line-height: normal;
        margin-top: 20PX;
      
      }
  }
  
  /* BANNER END------------------------------------------------------------------------------ */



  /* OUR  START------------------------------------------------------------------------------- */

  .lie {
    width: 100%;
    margin-bottom: 30px;
   
 }
 .lie .out{
   width: 100%;

 }
 .lie .in{
   width: 30%;

   margin: auto;
 }
 
   .lie h1{
     margin: auto;
     color: #414141;
     font-family: Arial Rounded MT Bold;
     font-size: 40px;
     font-style: normal;
     font-weight: bold;
     line-height: normal;
     margin-top: 20px;
     margin-left: -6px;
   
   }
   .lie img {
     margin: auto;
     
   }
 
  
 
 
   @media (max-width: 768px) {
 
     .lie h1{
      margin: auto;
         text-align: center;
         color: #414141;
         font-family: Arial Rounded MT Bold;
         font-size: 30px;
         font-style: normal;
         font-weight: bold;
         line-height: normal;
         margin-top: 20px;
         margin-left:-80px;
         margin-right: -90px;
       
       }
       .lie .out{
         width: 100%;
          
       }
       .lie .in{
         width: 45%;
        margin: auto;
       
       }
       
        
     .lie img {
   
        width: 155px;
       }
   }
  /* OUR END--------------------------------------------------------------------------------- */


  /* BRANDS START---------------------------------------------------------------------------- */

 

  .lia {
    width: 100%;
    margin-top: 30px;
   
 }
 .out{
   width: 100%;
    
 }
 .in{
   width: 30%;
  
   /* margin: auto; */
 }
 
   .lia h1{
     margin: auto;
     color: #414141;
     font-family: Arial Rounded MT Bold;
     font-size: 40px;
     font-style: normal;
     font-weight: bold;
     line-height: normal;
     margin-top: 20px;
     margin-left: 155px;
   
   }
   .lia img {
     /* margin: auto; */
     margin-left: 135px;
   }
 
  
 
 
   @media (max-width: 768px) {
    .lia{
      margin: 0 0 -20px 0;
    }
 
     .lia h1{
      margin: auto;
         text-align: left;
         color: #414141;
         font-family: Arial Rounded MT Bold;
         font-size: 35px;
         font-style: normal;
         font-weight: bold;
         line-height: normal;
         margin-top: 20px;
         margin-left:0px;
       
       }
       .out{
         width: 100%;
          
       }
       .in{
         width: 45%;
        margin: auto;
       
       }
       
        
     .lia img {
   
        width: 155px;
        margin:0 0 20px 0;
       }
   }

/* BRANDS END---------------------------------------------------------------------------- */


/* PARAGRAPH START----------------------------------------------------------------------- */

.par{
    text-align: center;
    margin: 20px 130px 0 130px;
   
}
.par p{
 color: black;
    font-weight:bold;
    font-family: Poppins;
    text-align: justify;
    font-size: 27px;
    font-style: normal;
   line-height: 1.4;
    
}


@media (max-width: 768px) {

    .par{
        text-align: center;
        margin: -80px 20px 0 20px;
       
    }

    .par p{
        color: black;
           font-weight:bold;
           font-family: Poppins;
           text-align: justify;
           font-size: 15px;
           font-style: normal;
          line-height: 1.7;
           
       }

}



/* PARAGRAPH END------------------------------------------------------------------------- */


   /* <!-- CONTENT START------------------------------------------------------- --> */
 

  .items {
    margin: 3px 80px -62px 0;
  }


  .container {
    display: flex;
    flex-direction: row;
    margin: 0 55px 70px 10px;
  }
  
  .container .image {
    flex: 1;
    margin-right: 20px; /* Adjust spacing between image and content */
    
  }
  
  .container .image img {
    max-width: 150%;
    height: 300px;
    width: 310px;
    margin-left: 130px;
    border-radius: 10px;

   
  }
  
  .container .conten {
    flex: 1;
  }

  .items .container .conten h1{
    color: #64b2cb;
  }
  
  .items .container .conten h2{
    /* color: #64b2cb; */
    font-size: 20px;
  }

  .items .container .conten .para{
  margin: 20px 0 50px -49px;
    color: black;
font-weight: 500;
font-family: Poppins;

text-align: justify;

font-size: 27px;
font-style: normal;
font-weight: bold;
line-height: 1.4;
  }

  .items .container .btn a{
    margin: 0px 0 50px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border: 2px solid #337ab7;
border-radius: 5px;
    padding: 10px 10px 10px 10px;
    margin: 50px 0 0 0;
  }

  @media (max-width: 768px) {
    .container {
      flex-direction: column;
    }
  
    .container .image {
      margin-right: 0;
      margin-bottom: 20px; /* Adjust spacing between image and content for mobile */
    }

    .container .image img {
      max-width: 95%;
      height: auto;
      width: 320px;
 
      margin: 9px 5px 0 5px;
    }

    .items {
      margin: 0 0 50px 0;
    }

    .items .container .btn a{
      margin: 0px 0 50px 0;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      cursor: pointer;
      border: 2px solid #337ab7;
border-radius: 5px;
      padding: 5px 5px 5px 5px;
    }


    .items .container .conten .para{
        margin: 20px 10px 50px 10px;
          color: black;
      font-weight: 500;
      font-family: Poppins;
      
      text-align: justify;
      
      font-size:15px;
      font-style: normal;
      font-weight: bold;
      line-height: 1.5;
        }
      
    
  }




/* CONTENT END-------------------------------------------------------------------------------------------- */

  
  
 
  
  
  /* B CONTENT START------------------------------------------------------------------------ */
  
  .card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .card-container .cards{
    flex: 1;
    margin: 25px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  
  .card-container .cards img {
    width: 100%;
    height: 150px;
    /* object-fit: cover; */
    object-position: top;
  }
  
  .card-container .card-content {
    padding: 20px;
  }
  
  .card-container .card-content h3 {
    font-size: 18px;
    margin: 0;
  }
  
  .card-container .card-content p {
    font-size: 14px;
    margin: 10px 0 0;
  }
  
  @media (max-width: 768px) {
    .card-container {
      justify-content: flex-start;
      margin: 0 0 0 5px;
    }
  
    .card-container .cards {
      flex-basis: calc(50% - 50px);
                max-width: calc(50% - 50px);
    }

    .card-container .cards img{
      height: 100px;
    }
  }
  
  
  /* B CONTENT END------------------------------------------------------------------------- */
  
  
 /* FOOTER START---------------------------------------------------------------------------- */


.foot{
  text-align: center;
 background-color: #000000;
 height: 12vh;

}
.foot .fot p{
  color: #fcfcfc;
  padding: 20px 0 0 0;

}
.foot .fot a{
  color: white;
}
@media screen and (max-width:700px){
   

.foot{
text-align: center;
background-color: #000000;
height: 7vh;

}
.foot .fot p{
color: #fcfcfc;
padding: 16px 0 0 0;
font-size: 10px;

}
.foot .fot a{
color: white;
}
}

/* FOOTER END------------------------------------------------------------------------------ */

