@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
 font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;line-height: normal
}

img {
  width: 100%;
  height: auto;
}

p {
  font-size: 18px;
  line-height: 1.5;
 
}

a {
  text-decoration: none;color:#000s
 
}
h1{
    font-size: 35px;margin-bottom: 15px
 
}
/*Pop-up*/

.s5md-popup {
  position: fixed;
  inset: 0;
  background: #000000f0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 1rem;
  overflow-y: auto;
}

.s5md-popup-modal {
  background: #fff;
    padding: 2rem;
    border-radius: 20px;
    min-height: 320px;
    max-width: 600px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    animation: fadeIn 0.3s ease-out;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}

.s5md-popup-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.s5md-popup-icon {
  font-size: 30px;
  cursor: pointer;
}

.s5md-popup-title {
  font-size: 1.8rem;
  color: #222;
  margin: 5px 0;
}

.s5md-popup-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  margin: 10px 0;
}

.s5md-popup-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}

.s5md-popup-btn {
  padding: 15px 70px;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  font-size: 20px;
}

.s5md-popup-btn--accept {
  background: #1b1c31;
}

.s5md-popup-btn--reject {
  background: #58575752;
  color: #1b1c31;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .s5md-popup-modal {
    padding: 1.5rem;
  }

  .s5md-popup-title {
    font-size: 1.5rem;
  }

  .s5md-popup-text {
    font-size:16px;
  }

  .s5md-popup-btn {
    padding: 0.9rem 2.5rem;
        font-size: 18px;
  }

  /* .s5md-popup-actions {
    justify-content: center;
  } */
}

@media (max-width: 480px) {
  .s5md-popup-modal {
    padding: 1rem;
  }

  .s5md-popup-btn {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
  }

  .s5md-popup-flx {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .s5md-popup-title {
    font-size: 24px
  }

  .s5md-popup-icon {
    align-self: flex-end;
  }
}

#pop-up-hide{
  display : none;
}

/*Pop-up*/


.s5md-wrp {
 max-width: 85%;
 
 margin: auto;
}

.txt-cntr {
  text-align: center;
}

 
  /* navbar */
  .header{
    background-color:#f7e0e7;
    padding:15px;
    
  }
  
  .navbar-links a {
    color: #000000;
    text-decoration: none;
    padding: 10px;
    margin-right: 10px;
   
    transition: 0.3s;
    font-size: 15px;
   
  
  }
  .navbar-links{
    display: flex;
   
  }
  
  .navbar-links a:hover {
    
    color:#55603c;
   
  
  }

  
  .logo-img{
    max-width: 250px;
  }
/* flex */
.s5md-flx {
  display: flex;
}

.s5md-flx-jus {
  justify-content: space-between;
}

.s5md-flx-aln {
  align-items: center;
}

.s5md-flx-gp {
  gap: 20px;
}
.s5md-flx-50{
  flex:50%
}
.s5md-flx-33{
  flex:33.3%
}
.s5md-flx-30{
  flex:30%
}
.s5md-flx-70{
  flex:70%
}
.s5md-flx-25{
  flex:25%
}
.s5md-flx-20{
  flex:20%
}
.s5md-flx-80{
  flex:80%
}
.s5md-flx-60{
  flex:60%
}
.s5md-flx-40{
  flex:40%
}
.s5md-flx-22{
  width: 25%;
  
}
.s5md-gap{
  padding: 50px 20px;
}




/* banner */

.s5md-ban{
  background-image: url(../images/banner.webp);

  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 20px 100px 20px;
  color: #fff
}

.s5md-text-bg{
 max-width: 600px;
}

.s5md-text-bg h1 {font-size:35px;
  text-transform: uppercase;font-weight:500;margin-top: 20px;font-weight:500;
}

.s5md-text-bg .shop_more {
 background-color: #f7e0e7;
 border: none;
  color: #070707 !important;
  font-weight: 500;
  display: block;
  /* margin: 0 auto; */
  margin-top: 14px;
  margin-bottom: 30px;
}
.s5md-text-bg .shop_more:hover{
  background-color: #4fbdf5;
  color: #000000 !important;

}
.ban-img {
  max-width: 900px;
}
.clr {
  color: #55603c;
  text-transform: initial;
}
.mr-bg1{
  background-image:  linear-gradient(90deg,rgba(204, 224, 232, 1) 0%, rgb(202 219 208 / 23%) 50%, rgb(235 230 216 / 33%) 100%) , url(../images/mr1.webp);
 
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 20px;
  text-align: left;

}
.mr-bg2{
  background-image:  linear-gradient(90deg,rgba(204, 224, 232, 1) 0%, rgb(202 219 208 / 23%) 50%, rgb(235 230 216 / 33%) 100%) , url(../images/mr2.webp);
 
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 20px;
  text-align: left;
}
.mr-bg3{
  background-image:  linear-gradient(90deg,rgba(204, 224, 232, 1) 0%, rgb(202 219 208 / 23%) 50%, rgb(235 230 216 / 33%) 100%) , url(../images/mr3.webp);
 
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 20px;
  text-align: left;
}

/* btn */
.shop_more {
      font-size: 15px;
    background-color: transparent;
    border: #ffffff solid 2px;
    color: #1a1a1a;
    padding: 15px 0px;
    width: 100%;
    max-width: 160px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.3s;
    font-weight: 500;
    border-radius: 2px;
}

.shop_more:hover {
  background: #000;
  
 
}
/* items */

.item-img{
  max-width: 550px;
 
}
.items-cont{
 margin-top: 30px;
 margin-bottom: 30px;
}
.titlepage h2 {
  font-size: 30px;
  color: #2a2a2c;
  line-height: 65px;
  font-weight: bold;
  padding: 0 30px;
  background: #fbdee6;
  display: inline-block;
  border-radius: 0 30px 0 30px;
}
.titlepage p {
  letter-spacing: 1px;
  font-size: 16px;
  color: #747476;
  padding-top: 5px;
  line-height: 30px;
}
.details .details_box {
  text-align: center;
  border: #555556 solid 1px;
  border-radius: 2px;
  padding: 120px 0px 30px 0px;
  margin-bottom: 30px;
}

.details .details_box figure {
  margin: 0;
}

.details .details_box h3 {
  color: #100d0d;
  font-size: 22px;
  line-height: 20px;
  padding: 70px 0px 9px 0px;
}

.details .details_box p {
  color: #2a2a2c;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.details_box p {
 font-size: 16px;
 color: #555556;
  
}
.details_box .shop_more {
  border: none;
  background-color: #f7e0e7;
  font-weight: 500;
  color: #000000;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  padding: 15px 30px;
  border-radius: 2px;
}
.details_box .shop_more:hover{
  background-color: #f7e0e7;
} 

.details_box{
     transition: 0.3s ease;
    padding: 0 0 20px;
    border: 2px solid #d51149;
}
.details_box h3 {
    font-size: 24px;
    font-weight: 500;
}
.details_box:hover{
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.item-price {
    font-size: 15px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
}


.s5md-info ul li{
  font-size: 16px;
  line-height: 30px;
  list-style: none;
}
.s5md-info h3{
  margin-top: 10px;
  margin-bottom: 10px;
}
.s5md-info p{
  font-size: 16px;
  line-height: 30px;
}
.s5md-info h4{
  margin-top: 10px;
  margin-bottom: 10px;
}
/* bottom */
.mr-bg1 {
  transition: opacity 0.3s ease;
}

.mr-bg1:hover {
  opacity: 0.8;
}
.mr-bg2 {
  transition: opacity 0.3s ease;
}

.mr-bg2:hover {
  opacity: 0.5;
}
.mr-bg3 {
  transition: opacity 0.3s ease;
}

.mr-bg3:hover {
  opacity: 0.5;
}


/* single-prod */
.prod-img{
  max-width: 450px;
}
.s5md-prod .shop_more{
  border: none;
  background-color: #000;
  font-weight: 500;
  color: #fff;
  display: block;
  /* margin: 0 auto; */
  margin-top: 30px;
  padding: 15px 30px;
  border-radius: 2px;
}
.s5md-prod .shop_more:hover{
  background: #55603c;
  color: #fff;
  transition: ease-in all 0.5s;
}
.thumbnails {
  margin-top: 40px;
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}
.thumbnails img{width:150px;display:inline-flex;}
.thumbnail:hover {
  border-color: #333;
}
.prod-desc{
  padding: 0px 20px 50px 20px;
}
.prod-desc p{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 30px;
}


/* footer */
.footer {
  background-color: #f7e0e7;
  padding: 50px 20px 20px;
  
}
.img-ft{
  max-width: 250px;
  margin-bottom: 20px;
}
.footer a{
  text-decoration: none;
  color: #000000;

}
.ft-top-btn{
 border: none;
    padding: 15px 150px;
}
.ft-hr{
  color: #fff;
  margin-top: 60px;
  margin-bottom: 10px;
}
.ft-para{
  color: #fff;
  font-size: 16px;
}
.ft-head{
  margin-bottom: 5px;
  color: #000000;
 }

 .ft-head1{
  margin-bottom:5px;
  color: #000000;
 }
 .footer p{
  color: #000000;
  line-height: 30px;
  font-size: 16px;
 }
 .footer a :hover{
  color: #55603c;
  transition:  0.3s ease;

 }
/* contact */
input[type=text],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #d05932;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #e69479;
}
/* responsive */
@media screen and (max-width:1015px) {
  .ques-img1,.ques-img2{
    display: none;
  }
  
}

@media only screen and (max-width:768px) {
	.prodct-contWrp{text-align:center;}
	.details_box h3{font-size:20px}
	
	.s5md-ban {
    padding: 40px 20px;
}
  .s5md-flx-dir{
    flex-direction: column;   
  }
  .s5md-ban .s5md-flx-dir{
    background: #ffffffb8;
  }
  .navbar-links {
    display: flex;
    display: none;
}
.s5md-flx-rev{
  flex-direction: column-reverse;
}
.s5md-mb{
  text-align: center;
}
.footer {
  padding: 60px 20px;
}
.s5md-text-bg h1 {
  
  font-size: 25px;
 
  
}
.ft-head {
 
margin-bottom: 30px;
}
.footer .shop_more {
  
  padding: 10px 20px;
}

.img-bottom {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 350px;
  transition: opacity 0.3s ease;
}
.s5md-text-bg .shop_more {
  
  margin: 0 auto;
  
}
.s5md-abt .shop_more {
  margin: 0 auto;

}
.s5md-prod .shop_more{
  margin: 0 auto;
  margin-top: 30px;

}
.item-desc{
  margin-top: 20px;
  margin-bottom: 20px;
}
.s5md-abt {
  padding: 20px;
}
.s5md-abt .shop_more {
  margin-top: 20px;
}
.titlepage h2 {
  font-size: 25px;
  line-height: 45px;
}
.mr-bg1 {
  padding: 100px 40px; 
}
.mr-bg2 {
  padding: 100px 40px; 
}
.ft-top-btn { 
  padding: 15px 50px;
  margin-bottom: 10px;
}
.s5md-flx-33{
  width: 100%;
}


}
.s5md-hdr-logo {
  font-size:24px;
 font-weight: 600;
  color: #000;
}
.s5md-ftr-logo {
  font-size: 20px;
  font-weight: 700;margin-bottom: 22px
}

.s5md-prodct-item {
  background: #f7e0e7;
  padding: 70px 20px;
}

.prodct-contWrp {
  height: 100%;
  background: #fff;
  padding: 50px 30px;
}

.prodct-contWrp h2 {
  font-size: 28px;
  margin-bottom: 20px;font-weight: 500
}

.opn-nxt{
  border: none;
  background-color: #f7e0e7;
  font-weight: 500;
  color: #000000;
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
  padding: 15px 30px;
  border-radius: 2px;
}

.revw_box {
  padding: 50px 20px;
  box-shadow: 0 4px 10px #cfcfcf;
  height: 100%;
  border-radius: 20px;
}
.revw_box h3 {
  letter-spacing: 1px;
  font-size: 16px;
  color: #747476;
  padding-top: 5px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}




@media(max-width:768px){
  .prodct-contWrp h2 {
    font-size: 25px;
  }
}


/*---vacation---*/

   .fddd-banner {
      background-image:  url(../images/ty-w1.webp);background-repeat: no-repeat;background-size: cover;
      color: white;
      padding: 100px 0;
      text-align: center;
    }
.fddd-vac-plan {
    background-color: transparent;
    background:#37ae96;text-align: center;color: #fff
}.fddd-vac-plan-bx img {
    max-width: 400px;border-radius: 25px 25px 25px 25px;
    box-shadow: 0px 0px 15px 4px rgb(0 0 0 / 29%);
}
.fddd-vac-plan-bx h2{font-size: 22px;font-weight: 600;margin: 20px 0;color: #fff}
.fddd-vac-task { }
.fddd-vac-task h2 {
    font-size: 25px;
    margin: 15px 0;
}
@media only screen and (max-width:768px) {
    .fddd-banner{padding: 40px 20px} h1{font-size: 25px !important}.wb5ts-vac-scd{text-align: center}.fddd-vac-task{text-align: center}
}