@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');
*{box-sizing: border-box;font-family: "Poppins", sans-serif;}body{padding: 0;margin: 0;}
#pop-up-hide{
  display : none;
}

.vg34st-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;
}

.vg34st-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;
}

.vg34st-popup-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.vg34st-popup-icon {
  font-size: 30px;
  cursor: pointer;
}

.vg34st-popup-title {
  font-size: 1.8rem;
  color: #222;
  margin: 5px 0;
}

.vg34st-popup-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  margin: 10px 0;
}

.vg34st-popup-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}

.vg34st-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;
}

.vg34st-popup-btn--accept {
  background: #1b1c31;
}

.vg34st-popup-btn--reject {
  background: #58575752;
  color: #1b1c31;
}

.txt-cntr{text-align: center;}.txt-white{color: #fff;}p{font-size: 18px;margin: 5px 0;line-height: 1.7;}img{width: 100%;height: auto;}a{text-decoration: none;}.vg34st-wrap{max-width: 1155px;width: 100%;margin: auto;}.vg34st-wrap-100{max-width: 100%;width: 100%;margin: auto;}.txt-rgt{text-align: right;}
/*flex*/
.vg34st-flex{display: flex;}.vg34st-flex-aln{align-items: center;}.vg34st-flex-jus{justify-content: space-between;}.vg34st-flex-gp{gap: 20px;}
/*flex-child*/
.vg34st-flex-50{flex: 50%;}.vg34st-flex-33{flex: 33.33%;}.vg34st-flex-80{flex: 80%;}.vg34st-flex-20{flex: 20%;}.vg34st-flex-40{flex: 40%;}.vg34st-flex-60{flex: 60%;}.vg34st-flex-30{flex: 30%;}.vg34st-flex-70{flex: 70%;}.vg34st-flex-10{flex: 10%;}.vg34st-flex-25{flex: 25%;}.vg34st-flex-75{flex: 75%;}
/*header*/
.vg34st-navbar ul {padding: 0;}.vg34st-navbar li {list-style-type: none;}.vg34st-navbar a{color: #000;transition: 0.2s;}.vg34st-header{padding: 25px;}.vg34st-header h1{font-size: 22px;font-weight: 700;margin: 0;color: #000;text-transform: uppercase;}
/*banner*/
.vg34st-banner-head{font-size: 45px;line-height: 1.4;margin: 15px 0 15px 0;font-weight: 700;}.vg34st-banner-btn{max-width: 160px;text-align: center;transition: 0.3s;margin-top: 30px; background-color: #81522f;padding: 10px 20px;border-radius: 5px;color: #fff;font-size: 18px;}.vg34st-banner-btn:hover{transform: scale(1.1);}.vg34st-banner-btn:focus{outline: 3px solid #333;}.vg34st-banner-blk{max-width: 550px;margin-left: auto;}.vg34st-banner{padding: 150px 10px;}.vg34st-banner-img{background-image: url('../images/ct-banner.webp');background-size: cover;background-repeat: no-repeat;background-position: center;}
/*review*/
.vg34st-review{padding: 10px 10px 40px 10px;}
/*product*/
.vg34st-btn{max-width: 140px;padding: 10px 20px;margin-top: 20px;transition: 0.3s;text-align: center;background-color: #81522f;border-radius: 5px;color: #fff;}.vg34st-product-img{max-width: 380px;}.vg34st-product{padding: 40px 10px;}.vg34st-btn p {color: #000;text-align: center;}.vg34st-product-img {max-width: 380px;}.vg34st-btn:hover{transform: scale(1.1);}.vg34st-btn:focus{outline: 3px solid #333;}.vg34st-off {
  background-color: #33567d;color: #fff;text-align: center;padding: 5px 20px;position: absolute;top: 0;right: 0;}.vg34st-pro-blk{border: 1px solid #e5e5e5;position: relative;}.vg34st-pro-con{padding: 0 20px 30px 20px;position: relative;}.vg34st-cart{background-color: #81522f;position: absolute;border-radius: 50%;padding: 10px 10px 5px 10px;top: 0;right: 5%;transition: 0.5s;cursor: pointer;}.vg34st-cart:hover{background-color: #a34f2b;}
  /*effects*/
.vg34st-grow img{
  transition: 1s ease;

  }
  .vg34st-grow{overflow: hidden;cursor: pointer;}
  
  .vg34st-grow img:hover{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s ease;
  }
  /**/
.img-content {
    position: relative;
  
    .img-overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #000;
      opacity: 0.1;
      transition: all .3s ease;
      cursor: pointer;
  }
  
  &:hover {
    .img-overlay {
      opacity: .8;
    }
  }
  }
  /**/
.select-container {
  max-width: 100%;
  width: 220px;
  margin-top: 15px;
}

label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

select:focus {
  border-color: #007bff;
  outline: none;
}
/*strip*/
.vg34st-strip{padding: 0 10px 40px 10px;}.vg34st-strip-blk img {max-width: 300px;border-radius: 50%;}.vg34st-deal{padding: 60px 10px;}.vg34st-deal h2{font-size: 30px;font-weight: 700;}
    /*offer*/
   .vg34st-offer{padding: 100px 20px;background-image: url('../images/ct-strip.webp');background-size: cover;background-position: center;background-repeat: no-repeat;background-attachment: fixed;}.vg34st-offer h1{font-size: 40px;font-weight: 700;margin: 20px 0;}.vg34st-offer img{display: block;object-fit: cover;}.vg34st-offer-btn{max-width: 220px;padding: 10px;border-radius: 5px;text-align: center;transition: 0.3s;margin: 30px auto auto;background-color: #fff;color: #000;}.vg34st-offer-btn:hover{transform: scale(1.1);}.vg34st-offer-blk{max-width: 550px;margin: auto;}
/*footer*/
.vg34st-footer-nav li {list-style-type: none;line-height: 2.4;}.vg34st-footer-nav a {color: #000;transition: 0.2s;}.vg34st-footer ul{padding: 0;}.vg34st-footer-blk{max-width: 180px;text-align: center;margin-top: 10px;}.vg34st-footer-top {padding: 60px 20px;background-color: #000;}.vg34st-footer-bottom{background-color: #050d1f;padding: 20px;}.vg34st-lnk{max-width: 200px;margin: auto;}.vg34st-footer-icn{display: flex;align-items: center;}.vg34st-footer-main{background-color: #fff;padding: 60px 80px;box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}.vg34st-footer h1{font-size: 28px;font-weight: 700;margin: 0;color: #000;text-transform: uppercase;}
.desk-nn{display: none;}.mob-nn{display: block;}
/*thanku*/
   .vg34st-midb{padding: 125px 20px;}.vg34st-midb-blk{max-width: 550px;margin: auto;padding: 40px 20px;border: #dedede solid 1px;border-radius: 5px;}.vg34st-hig{min-height: calc(100vh - 250px);}.vg34st-midb h2{font-size: 35px;margin: 10px 0;}

/*back-pages*/
.vg34st-mid{padding: 40px 10px;}.product {text-align: center;}.thumbnail {margin: 0 5px;cursor: pointer;border: 2px solid transparent;}.thumbnails img{display:block;max-width: 80px;margin: auto;}.thumbnail-blk:hover {border-color: #333;}.product img{max-width: 580px;border-radius: 5px;}.vg34st-abtn{background-color: #000;text-align: center;color: #fff;padding: 10px;border-radius: 10px;padding: 10px 100px;font-size: 20px;border: none;margin-top: 20px;cursor: pointer;}.vg34st-mid li{font-size: 16px;}.vg34st-des{padding: 0 10px 30px 10px;}.vg34st-mid-blk {border: #dedede solid 1px;border-radius: 20px;}.thumbnails{display: flex;gap: 15px;}.thumbnail-blk{border: #aaa solid 1px;border-radius: 5px;transition: 0.3s;}

/*contact-page-css*/
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: #333; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer;}
  input[type=submit]:hover {background-color: #000;}

/*media*/
@media only screen and (max-width: 767px){
    .vg34st-flex-dir{flex-direction: column;}.mob-cntr{text-align: center;}.desk-nn{display: block;}.mob-nn{display: none;}.vg34st-banner{padding: 50px 20px 80px 20px;}.vg34st-banner-btn{margin: 30px auto auto;}.vg34st-banner-head{font-size: 35px;line-height: 1.2;}.thumbnails img{max-width: 80px;}.vg34st-mid{padding: 20px 10px;}.vg34st-flex-dir-rev{flex-direction: column-reverse;}.vg34st-strip-p{font-size: 35px;}.vg34st-banner h3{font-size: 22px;}.vg34st-strip h1{font-size: 30px;}.vg34st-offer h1{font-size: 26px;}.vg34st-footer-nav{margin: 15px auto auto;}.vg34st-footer-blk{margin: 15px auto auto;}.vg34st-abtn{padding: 10px 70px;}.vg34st-offer-btn {margin: 20px auto auto;}.vg34st-footer-icn{justify-content: center;}.vg34st-footer-main{padding: 40px 20px;}.vg34st-midb{padding: 40px;}.vg34st-banner-img{    background-position: right;}.vg34st-foot-icn{justify-content: center;}
      .vg34st-popup-modal {
    padding: 1.5rem;
  }

  .vg34st-popup-title {
    font-size: 1.5rem;
  }

  .vg34st-popup-text {
    font-size:16px;
  }

  .vg34st-popup-btn {
    padding: 0.9rem 2.5rem;
        font-size: 18px;
  }
}

@media (max-width: 480px) {
  .vg34st-popup-modal {
    padding: 1rem;
  }

  .vg34st-popup-btn {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
  }

  .vg34st-popup-flx {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .vg34st-popup-title {
    font-size: 24px
  }

  .vg34st-popup-icon {
    align-self: flex-end;
  }
}



