@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;
}

/* IMAGE START----------------------------------------------------------------------------- */
body{
  background-color: antiquewhite;
}

/* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
h1 {
  text-align: center;
  margin-top: 50px;
}
/* Masonry image gallery styling */
.gaery {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gaery .images {
  gap: 15px;
  max-width: 85%;
  margin: 40px 0;
  columns: 5 310px;
  list-style: none;
}
.gaery .images .img {
  display: flex;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-bottom: 14px;
  border-radius: 4px;
}
.gaery .images img {
  width: 100%;
  transition: transform 0.2s ease;
}

.gaery .images .img:hover img {
  transform: scale(1.1);
}

/* Image lightbox styling */
.lightbox {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: fixed;
  visibility: hidden;
  background: rgba(0,0,0,0.65);
}
.lightbox.show {
  visibility: visible;
}
.lightbox .wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 20px;
  max-width: 850px;
  background: #fff;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.9);
  transition: transform 0.1s ease;
}
.lightbox.show .wrapper {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
.wrapper :where(header, .details) {
  display: flex;
  align-items: center;
}
.wrapper header {
  justify-content: space-between;
}
header .details i {
  font-size: 1.7rem;
}
header .details span {
  font-size: 1.2rem;
  margin-left: 10px;
}
header .buttons i {
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  margin-left: 10px;
  background: #6C757D;
  font-size: 1.25rem;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  transition: 0.2s ease;
}
header .buttons i:hover {
  background: #5f666d;
}
.wrapper .preview-img {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.preview-img .img {
  max-height: 65vh;
}
.preview-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Responsive media query code */
@media screen and (max-width: 688px) {
  .lightbox .wrapper {
    padding: 12px;
    max-width: calc(100% - 26px);
  }
  .wrapper .preview-img {
    margin-top: 15px;
  }
  .gaery .images {
    max-width: 100%;
    padding: 0 13px;
    margin-top: 20px;
  }
}


.lia {
  width: 100%;
 
}
.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: -35px;
 
 }
 .lia img {
   margin: auto;
   
 }




 @media (max-width: 768px) {
  .lia{
    margin: 0 0 -20px 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:0px;
     
     
     }
     .out{
       width: 100%;
        
     }
     .in{
       width: 45%;
      margin: auto;
     
     }
     
      
   .lia img {
 
      width: 155px;
     }
 }



/* IMAGE 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 (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------------------------------------------------------------------------------ */

  