@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;
}

body {
  padding: 0;
  margin: 0;
}

#pop-up-hide {
  display: none;
}

.trcksut-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;
}

.trcksut-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;
}

.trcksut-popup-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.trcksut-popup-icon {
  font-size: 30px;
  cursor: pointer;
}

.trcksut-popup-title {
  font-size: 1.8rem;
  color: #222;
  margin: 5px 0;
}

.trcksut-popup-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  margin: 10px 0;
}

.trcksut-popup-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}

.trcksut-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;
}

.trcksut-popup-btn--accept {
  background: #1b1c31;
}

.trcksut-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;
}

.trcksut-wrap {
  max-width: 1155px;
  width: 100%;
  margin: auto;
}

.trcksut-wrap-100 {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.txt-rgt {
  text-align: right;
}

/*flex-child*/
.trcksut-flex-50 {
  flex: 50%;
}

.trcksut-flex-33 {
  /* flex: 33.33%; */
  width: calc(33.33% - 20px);
}

.trcksut-flex-80 {
  flex: 80%;
}

.trcksut-flex-20 {
  flex: 20%;
}

.trcksut-flex-40 {
  flex: 40%;
}

.trcksut-flex-60 {
  flex: 60%;
}

.trcksut-flex-30 {
  flex: 30%;
}

.trcksut-flex-70 {
  flex: 70%;
}

.trcksut-flex-10 {
  flex: 10%;
}

.trcksut-flex-25 {
  flex: 25%;
}

.trcksut-flex-75 {
  flex: 75%;
}

/*banner*/
.trcksut-banner-head {
  font-size: 45px;
  line-height: 1.5;
  margin: 15px 0 15px 0;
  font-weight: 700;
}

.trcksut-banner-btn {
  max-width: 200px;
  padding: 10px 5px;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
  margin-top: 30px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
}

.trcksut-banner-btn:hover {
  transform: scale(1.1);
}

.trcksut-banner-btn:focus {
  outline: 3px solid #333;
}

.trcksut-banner-blk {
  max-width: 450px;
  margin-left: auto;
}

.trcksut-banner {
  padding: 180px 10px;
}

.trcksut-banner-wrap {
  background-image: url('../images/ks-banner.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*flex*/
.trcksut-flex {
  display: flex;
}

.trcksut-flex-aln {
  align-items: center;
}

.trcksut-flex-jus {
  justify-content: space-between;
}

.trcksut-flex-gp {
  gap: 20px;
}

/*header*/
.trcksut-navbar ul {
  padding: 0;
}

.trcksut-navbar li {
  list-style-type: none;
}

.trcksut-navbar a {
  color: #fff;
  transition: 0.2s;
}

.trcksut-header {
  padding: 25px;
}

.trcksut-header h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

/*thanku*/
.trcksut-midb {
  padding: 110px 10px;
}

.trcksut-midb-blk {
  padding: 40px 20px;
  max-width: 550px;
  margin: auto;
  border: #dedede solid 1px;
}

.trcksut-midb h1 {
  font-size: 35px;
  margin: 10px 0;
}

/*offer*/
.trcksut-offer {
  padding: 30px 20px;
}

.trcksut-offer h1 {
  font-size: 35px;
  font-weight: 700;
  margin: 20px 0 0 0;
  line-height: 1.5;
}

.trcksut-offer-blk {
  padding: 60px 40px;
  background-color: #252525;
}

.trcksut-offer-btn {
  max-width: 220px;
  padding: 10px 5px;
  border-radius: 20px;
  text-align: center;
  transition: 0.3s;
  margin: 30px auto auto;
  border: #fff solid 1px;
}

.trcksut-offer-btn a {
  color: #fff;
}

.trcksut-offer-btn:hover {
  transform: scale(1.1);
}

.trcksut-offer-img {
  background-image: url('../images/ym-strip.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 125px 20px;
  border-radius: 5px;
}

.trcksut-pri ul {
  font-size: 18px;
  line-height: 1.7;
}

.trcksut-offer img {
  max-width: 415px;
  display: block;
  border-radius: 50%;
  border: 5px double #bbb3b3;
}

.trcksut-offer-b {
  border: #fff solid 1px;
  padding: 68px 10px;
}

/*review*/
.trcksut-review {
  padding: 30px 20px 50px 20px;
}

.trcksut-review img {
  max-width: 150px;
  border-radius: 50%;
}

.trcksut-review-blk {
  max-width: 900px;
  margin: auto;
}

/*product*/
.trcksut-btn {
  max-width: 140px;
  padding: 10px;
  margin-top: 20px;
  background-color: #252525;
  border-radius: 5px;
  transition: 0.3s;
  text-align: center;
  color: #fff;
}



.trcksut-product {
  padding: 40px 10px 0 10px;
}

.trcksut-btn p {
  color: #000;
  text-align: center;
}

.trcksut-btn:hover {
  transform: scale(1.1);
}

.trcksut-btn:focus {
  outline: 3px solid #333;
}

.trcksut-off {
  background-color: #0A8800;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.trcksut-pro-blk {
  border: 5px double #e5e5e5;
    position: relative;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.trcksut-pro-con {
  padding: 0 20px 30px 20px;
  position: relative;
}

.trcksut-cart {
  background-color: #252525;
  position: absolute;
  border-radius: 50%;
  padding: 10px 10px 5px 10px;
  top: 0;
  right: 5%;
  transition: 0.5s;
  cursor: pointer;
}

.trcksut-cart:hover {
  background-color: #db1919;
}

/*effects*/
.trcksut-grow img {
  transition: 1s ease;

}

.trcksut-grow {
  overflow: hidden;
  cursor: pointer;
}

.trcksut-grow img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s ease;
}

/**/
.select-container {
  max-width: 100%;
  width: 220px;
  margin-top: 15px;
  margin-left: auto;
}

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;
}

/*back-pages*/
.trcksut-mid {
  padding: 40px 10px;
}

.product {
  text-align: center;
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumbnails img {
  display: block;
  max-width: 100px;
  margin: auto;
}

.thumbnail-blk:hover {
  border-color: #333;
}

.product img {
  max-width: 560px;
  border-radius: 5px;
}

.trcksut-abtn {
  background-color: #252525;
  text-align: center;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  padding: 10px 100px;
  font-size: 20px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}

.trcksut-mid li {
  font-size: 16px;
}

.trcksut-des {
  padding: 0 10px 30px 10px;
}

.trcksut-mid-blk {
  border: #dedede solid 1px;
  border-radius: 20px;
}

.thumbnails {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

.thumbnail-blk {
  border: #aaa solid 1px;
  border-radius: 5px;
  transition: 0.3s;
}

/*footer*/
.trcksut-footer-nav li {
  list-style-type: none;
  line-height: 2;
}

.trcksut-footer-nav a {
  color: #000;
  transition: 0.2s;
}

.trcksut-footer ul {
  padding: 0;
}

.trcksut-footer-nav {
  max-width: 300px;
  margin-top: 10px;
}

.trcksut-footer-top {
  padding: 60px 10px;
  background-color: #cbc5c9;
}

.trcksut-footer-blk {
  max-width: 180px;
  text-align: center;
  margin-top: 10px;
}

.trcksut-footer-bottom {
  background-color: #252525;
  padding: 20px;
}

.trcksut-footer-nav a::before {
  content: '→';
  padding-right: 10px;
  color: #252525;
}

.trcksut-footer h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #000;
  text-transform: uppercase;
}

.desk-nn {
  display: none;
}

.mob-nn {
  display: block;
}



/*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) {
  .trcksut-flex-dir {
    flex-direction: column;
  }

  .mob-cntr {
    text-align: center;
  }

  .desk-nn {
    display: block;
  }

  .mob-nn {
    display: none;
  }

  .trcksut-banner {
    padding: 60px 20px 90px 20px;
  }

  .trcksut-banner-btn {
    margin: 30px auto auto;
  }

  .trcksut-banner-head {
    font-size: 30px;
  }

  .trcksut-strip {
    padding: 30px 10px;
  }

  .thumbnails img {
    max-width: 80px;
  }

  .trcksut-mid {
    padding: 20px 10px;
  }

  .trcksut-flex-dir-rev {
    flex-direction: column-reverse;
  }

  .trcksut-strip-p {
    font-size: 35px;
  }

  .trcksut-banner h3 {
    font-size: 22px;
  }

  .trcksut-strip h1 {
    font-size: 30px;
  }

  .trcksut-offer h1 {
    font-size: 26px;
  }

  .trcksut-footer-nav {
    margin: 15px auto auto;
  }

  .trcksut-footer-blk {
    margin: 15px auto auto;
  }

  .trcksut-abtn {
    padding: 10px 70px;
  }

  .trcksut-midb {
    padding: 40px 20px;
  }

  .trcksut-banner-blk {
    background-color: #0000006b;
    padding: 30px 10px;
    border-radius: 5px;
  }

  .trcksut-offer-blk {
    margin: auto;
  }

  .trcksut-offer-b {
    border: #fff solid 1px;
    padding: 50px 10px;
  }

  .trcksut-banner-wrap {
    background-position: center;
  }

  .trcksut-popup-modal {
    padding: 1.5rem;
  }

  .trcksut-popup-title {
    font-size: 1.5rem;
  }

  .trcksut-popup-text {
    font-size: 16px;
  }

  .trcksut-popup-btn {
    padding: 0.9rem 2.5rem;
    font-size: 18px;
  }
  .trcksut-flex-33 {
      width: 100%;
    }
  .trcksut-banner-blk{
    margin: auto;
  }
}

@media (max-width: 480px) {
  .trcksut-popup-modal {
    padding: 1rem;
  }

  .trcksut-popup-btn {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
  }

  .trcksut-popup-flx {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .trcksut-popup-title {
    font-size: 24px
  }

  .trcksut-popup-icon {
    align-self: flex-end;
  }
}