@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;
}
}
@media (max-width: 350px){
  nav .menu-icon,
  nav .cancel-icon,
  nav .search-icon{
    margin: 0 10px;
    font-size: 16px;
  }
}
.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 0;
}
}

  .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;
       }
   }

/* BANNER END------------------------------------------------------------------------------ */


/* BRANDS START---------------------------------------------------------------------------- */

.lia {
  width: 100%;
 
}
.out{
 width: 100%;
  
}
.in{
 width: 25%;

 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: 55px;
 
 }
 .lia img {
   margin: auto;
   
 }




 @media (max-width: 768px) {
  .lia{
    margin: 0 0 40px 0;
  }

   .lia h1{
       text-align: left;
       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:-11px;
     
     
     }
     .out{
       width: 100%;
        
     }
     .in{
       width: 45%;
      margin: auto;
     
     }
     
      
   .lia img {
 
      width: 155px;
     }
 }

/* BRANDS END---------------------------------------------------------------------------- */



/* CARDES START-------------------------------------------------------------------------- */

   .service {
            background: url(./image/Services.png);
            background-size: 100% 60%;
            background-repeat: no-repeat;
            margin: -20px 0 0 0;
        }

      

        .card-cntainer {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin: 0 10px;
        }

        .cardes::after,
        .cardes::before {
            content: "";
            position: absolute;
            top: 10px;
            bottom: 10px;
            left: 10px;
            right: 10px;
            border: 2px solid #C4A356;
            border-radius: 15px;
        }

        .cardes {
            width: 90%;
            padding: 20px;
            background-color: #f2f2f2;
            border: 1px solid #ccc;
            margin-bottom: 20px;
            position: relative;
            border-radius: 15px;
            text-decoration: none;
        }

        .cardes:last-child {
            margin-right: 0;
        }

        .card-image {
            text-align: center;
        }

        .card-image img {
            max-width: 100%;
            height: auto;
        }

        .card-cntent {
            text-align: center;
            margin-top: 20px;
        }

        .card-cntent h2 {
            color: #C4A356;
            font-family: Babylonica;
            font-size: 40px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .card-cntent p {
            color: #000;
            font-family: Audiowide;
            font-size: 30px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        @media (min-width: 768px) {
            .card-cntainer {
                margin: 30px 130px;
            }

            .cardes {
                width: 40%;
                margin-right: 10px;
                display: flex;

            }

          

            .card-cntent {
                flex: 2;
                padding-left: 20px;
                text-align: left;
            }

            .card-image img {
                width: 100%;
                height: 246px;
                
            }
            .card-cntent h2{font-size: 50px;

            }
        }
        @media (max-width: 768px) {

          .card-image img {
            width: 100%;
            height: 246px;
            margin: 0 0 0 34px;
        }
        }
/* CARDES 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: 20px 10px 0 10px;
     
  }

  .par p{
      color: black;
         font-weight:bold;
         font-family: Poppins;
         text-align: justify;
         font-size: 20px;
         font-style: normal;
        line-height: 1.4;
         
     }

}



/* PARAGRAPH END------------------------------------------------------------------------- */


 /* <!-- CONTENT START------------------------------------------------------- --> */


.items {
  margin: 3px 80px -62px 0;
}


.container {
  display: flex;
  flex-direction: row;
}

.container .image {
  flex: 1;
  margin-right: 20px; /* Adjust spacing between image and content */
}

.container .image img {
  max-width: 150%;
  height: auto;
  width: 295px;
  margin: 0 0 0 96px;
 
}

.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: 100%;
    height: auto;
    width: 395px;
 
    margin: 24px 0 0 0;
  }

  .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 0 50px 0px;
        color: black;
    font-weight: 500;
    font-family: Poppins;
    
    text-align: justify;
    
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.4;
      }
    
  
}




/* 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: 7vh;

      }
      .foot .fot p{
        color: #fcfcfc;
        padding: 20px 0 0 0;
   
      }
      .foot .fot a{
        color: white;
      }
      @media (max-width:768px){
        

.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------------------------------------------------------------------------------ */

  