@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

* {
  box-sizing: border-box;
  font-family: "Roboto Slab", serif;
  margin: 0px;
  padding: 0px;
}

img {
  width: 100%;
  height: auto;
}
html {
  scroll-behavior: smooth;
}
p {
  font-size: 16px;
  line-height: 1.5;

}

a {
  text-decoration: none;

}

h1 {
  font-size: 35px;

}

.fty6z-wrp {
  max-width: 90%;
  margin: auto;
}

.txt-cntr {
  text-align: center;
}

/* flex */
.fty6z-flx {
  display: flex;
}

.fty6z-flx-jus {
  justify-content: space-between;
}

.fty6z-flx-aln {
  align-items: center;
}

.fty6z-flx-gp {
  gap: 20px;
}

.fty6z-flx-50 {
  flex: 50%
}

.fty6z-flx-33 {
  flex: 33.3%
}

.fty6z-flx-30 {
  flex: 30%
}

.fty6z-flx-70 {
  flex: 70%
}

.fty6z-flx-25 {
  flex: 25%
}

.fty6z-flx-20 {
  flex: 20%
}

.fty6z-flx-80 {
  flex: 80%
}

.fty6z-flx-60 {
  flex: 60%
}

.fty6z-flx-40 {
  flex: 40%
}

.fty6z-flx-25 {
  width: 25%;

}

.fty6z-flx-15 {
  width: 15%;

}

.fty6z-flx-85 {
  width: 85%;

}

.fty6z-gap {
  padding: 50px 20px;
}

.fty6z-gap1 {
  padding: 30px 20px;
}

/* navbar */
.logo-img {
  max-width: 200px;
  border-radius: 80px;
}

.header {
  padding: 10px 20px;
 
}
.navbar-links a {
  color: #000000;
  text-decoration: none;
  padding: 10px;
  margin-right: 10px;
  border-radius: 10px;
  transition: 0.3s;
  font-size: 16px;


}

.navbar-links {
  display: flex;
  padding: 10px 30px;
  border-radius: 80px;
}

.navbar-links a:hover {

  color: #6d4733;


}

.cf6ue25 ul {
  list-style: none;
  padding: 0;
}

.cf6ue25 li {
  margin-bottom: 10px;
}

.cf6ue22 a {
  text-decoration: none;
  color: #fff;
}

/*review*/
.fty6z-review{padding: 40px 10px;}.fty6z-review-blk{max-width: 1000px;margin: auto;}
/*strip*/
.fty6z-strip{padding: 40px 10px;background-color: #efefef;}.fty6z-strip h2{font-size: 30px;font-weight: 700;max-width: 400px;margin: auto;}
/* grtng */
.grting{
  padding: 100px 20px;
}
.grtng-cont{
  width: 60%;
  margin: auto;
  background-color: #efefef;
  padding: 20px;
}

.clr {
  color: #6d4733;
  text-transform: initial;
}


/**  offer section **/
.off-sec {
  background-image: url(../images/offer-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;

}


.offer-sec {
 
  background-color: #f7f7f7;
  padding: 80px 40px;
}
.off-img {
  border-radius: 80px;
  max-width: 450px;
  border: 3px solid #252525;
}

.detail-box h2 {
  font-size: 45px;
  color: #6d4733;
  letter-spacing: 2px;
  line-height: 1.4;
  font-weight: 500;
}

.detail-box p {
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.8;
}

/* btm */
.btm {
  background-image: url(../images/gt-off.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #efefef;
  padding: 30px 20px;
}

.cont {
  padding: 20px ;
}

.btm h2 {
  font-size: 40px;
  color: #000000;
  background-color: #eacb61;
  padding: 20px;
  margin-bottom: 20px;
}
/** end offer section **/
/* banner */
.top{
  background-image: url(../images/ft-banner.webp);
  background-size: cover;
  background-repeat: no-repeat;

  background-position: left;


}
.fty6z-ban {
  
  padding: 150px 20px;
}

.top1{
  background-image: url(../images/ft-banner1.webp);
  background-size: cover;
  background-repeat: no-repeat;

  background-position: left;


}
.fty6z-ban1 {
  
  padding: 170px 0px;
}

.ban-img {
  max-width: 400px;
  margin-top: -50px;

}

.text-bg {
 text-align: center;
  max-width: 500px;
  margin-left: auto;
}
.text-bg h1 {
  font-size: 40px;
  color: #000000;
  letter-spacing: 2px;
  font-weight: 500;
}

.text-bg p {
  color: #3e3e3e;
  margin-top: 15px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.logo-head{
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
 }
 .footer-head {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 20px;
}

/* btn */

.btn-cont {
  border: none;
  border-radius: 80px;
  padding: 12px 25px;
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all .4sease-in;
}

.btn-cont:hover {
  border: none;
  background-color: #666;
  transition: all .4s ease-in;
  color: #ffffff;
}
.ft-icns{
  width: 40%;
  margin: auto;
}

/* items */
.fty6z-items {
  background-color: #ffffff;
}

.item-img {
  max-width: 350px;
  margin-bottom: 10px;
  border-radius: 200px;
  border: 2px solid #000;
}

.items-cont {
  margin: 30px 0px;
}

.titlepage h2 {
  font-size: 30px;
  color: #000000;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}

.titlepage p {
  font-size: 16px;
  color: #000000;
  padding-top: 5px;
  line-height: 25px;

}

.item-price {
  font-size: 18px;
  
  font-weight: 500;
}

/*  products */

.prod .prod_desc {
  text-align: center;
  border: #555556 solid 1px;
  border-radius: 2px;
  padding: 120px 0px 30px 0px;
  margin-bottom: 30px;
}

.prod .prod_desc figure {
  margin: 0;
}

.prod .prod_desc h3 {
  color: #100d0d;
  font-size: 22px;
  line-height: 20px;
  padding: 70px 0px 9px 0px;
}

.prod .prod_desc p {
  color: #2a2a2c;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.prod_desc p {
  font-size: 16px;
  color: #555556;

}


.prod_desc {
  background-color: #ffffff;
  border-radius: 2px;
  padding-bottom: 20px;
  transition: 0.3s ease;
  padding-top: 20px;

}


.prod_desc:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.prod_desc1 {
  background-color: #ffffff;
  padding-bottom: 20px;
  padding-top: 20px;
  max-width: 1000px;
  margin: auto;

}


/* single-prod */
.prod-price {
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.prod-desc h3 {
  color: #000000;
}

.prod-desc p {
  color: #000000;
}

.prod-img {
  max-width: 350px;
  border-radius: 50%;
}

.fty6z-prod .shop_more {
  background-color: #252525;
  margin-top: 40px;
}

.fty6z-prod .shop_more:hover {
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
}

.thumbnails {
  margin-top: 40px;
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}


.thumbnails img {
  width: 120px;
  display: inline-flex;
}

.thumbnail:hover {
  border-color: #333;
}

.titlepage h1 {
  font-size: 22px;
  color: #2a2a2c;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}

.prod-desc {
  padding: 0px 20px 50px 20px;
}

.prod-desc p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

/* footer */
.footer {
  border-top: 1px solid rgba(0, 0, 0, 0);
  background-color: #ffffff;
  background-image: url(../images/footer-img.webp);
  background-repeat: repeat;
  background-position: center;
  padding: 80px 80px;

}

.img-ft {
  max-width: 200px;
  margin-bottom: 20px;
}

.footer a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease;

}

.ft-hr {
  color: #fff;
  margin-top: 60px;
  margin-bottom: 10px;
}

.ft-para {
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
}

.ft-head {
  margin-bottom: 60px;
  color: #fff;
}

.ft-head1 {
  margin-bottom: 20px;
  color: #000000;
}

.footer p {
  color: #000000;
  line-height: 30px;
  font-size: 16px;
  transition: 0.3s ease;

}

.footer a :hover {
  color: #605f5f;
  letter-spacing: 1px;


}

/* more */
.fty6z-info p {
  font-size: 17px;
  color: #000000;
  line-height: 30px;
}
.fty6z-info ul li {
  font-size: 17px;
  color: #000000;
  line-height: 30px;
  margin-left: 20px;
}
.fty6z-info h4 {
  font-size: 20px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}


/* 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: #000000;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #000000;
}

#pop-up-hide{
  display : none;
}

.gr2sd-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;
}

.gr2sd-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;
}

.gr2sd-popup-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gr2sd-popup-icon {
  font-size: 30px;
  cursor: pointer;
}

.gr2sd-popup-title {
  font-size: 1.8rem;
  color: #222;
  margin: 5px 0;
}

.gr2sd-popup-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  margin: 10px 0;
}

.gr2sd-popup-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}

.gr2sd-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;
}

.gr2sd-popup-btn--accept {
  background: #1b1c31;
}

.gr2sd-popup-btn--reject {
  background: #58575752;
  color: #1b1c31;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .gr2sd-popup-modal {
    padding: 1.5rem;
  }

  .gr2sd-popup-title {
    font-size: 1.5rem;
  }

  .gr2sd-popup-text {
    font-size:16px;
  }

  .gr2sd-popup-btn {
    padding: 0.9rem 2.5rem;
        font-size: 18px;
  }

  /* .gr2sd-popup-actions {
    justify-content: center;
  } */
}

@media (max-width: 480px) {
  .gr2sd-popup-modal {
    padding: 1rem;
  }

  .gr2sd-popup-btn {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
  }

  .gr2sd-popup-flx {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .gr2sd-popup-title {
    font-size: 24px
  }

  .gr2sd-popup-icon {
    align-self: flex-end;
  }
}


/* responsive */


@media only screen and (max-width:768px) {
  .fty6z-flx-dir {
    flex-direction: column;
  }

  .navbar-links {
    display: flex;
    display: none;
  }

  .fty6z-flx-rev {
    flex-direction: column-reverse;
  }

  .fty6z-mb {
    text-align: center;
  }

  .footer {
    padding: 60px 20px;
  }

  .text-bg h1 {
    font-size: 30px;

  }

  .text-bg {
    width: 100%;
    text-align: center;
    background-color: #ffffff7d;
    padding: 20px 10px;
}

  .detail-box {
    padding: 20px;
  }

  .detail-box h2 {
    font-size: 40px;
  }

  .ft-head {

    margin-bottom: 30px;
  }

  .header {

    padding: 20px 20px;
  }

  .titlepage h2 {
    font-size: 25px;
    color: #2a2a2c;
    line-height: 45px;
    font-weight: bold;
    padding: 0;
  }



  .offer-sec {

    padding: 0px;
  }

  .thumbnails {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }

  .fty6z-wrp {
    max-width: 100%;
    margin: auto;
  }

  .item-desc {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .btm h2 {
    font-size: 35px;

  }

  .fty6z-ban {
    background-position: center;
    padding: 40px 10px;
  }
   .fty6z-ban1 {
    background-position: center;
    padding: 100px 10px;
  }

  .btm {

    background-position: center;

  }
  .grtng-cont{
    width: 100%;
    margin: auto;
   
  }
  .ft-icns{
    width: 100%;
    margin: auto;
  }
  

}