

@font-face {
  font-family: "druk-wide-bold";
  src: url("/template/ks-2024/assets/druk-wide-bold.TTF") format("opentype");
  font-display: swap;
}

[additional-banner-mobile],
[discount-banner-mobile],
[template-banner-mobile] {
  display: none;
}
.price-tables {
  color: red;
  font-weight: 800;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  [additional-banner-mobile],
  [discount-banner-mobile],
  [template-banner-mobile] {
    display: block;
  }
  [additional-banner-desktop],
  [discount-banner-desktop],
  [template-banner-desktop] {
    display: none;
  }
}

.order-set {
  font-size: 36px;
}


.font-with-primary {
  font-family: "druk-wide-bold";
  color: #3c9852
}


.order-set div {
  font-family: "druk-wide-bold";
}
.order-set p {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin: -15px 0 0 0;
}

@media (max-width: 600px) {
  .img-w100 img {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .img-100 .ml-4 {
    margin-left: 0 !important;
  }
  .order-set {
    font-size: 25px;
  }
  .order-set p {
    margin: 0;
  }
  .order-now-text {
    font-size: 21px;
  }
}

.contact-form {
  width: 60%;
}

@media (max-width: 600px) {
  .contact-form {
    width: 100%;
  }
  .sale-text {
    width: 100%;
  }

  .tables-sale {
    gap: 0px !important;
  }
  .last_chance_tables {
    border: none !important;
  }
}

.only-available {
  font-weight: bold !important;
  border: red 2px solid;
}

.available-color-image {
  height: 20px;
  width: 20px;
}

.you-save {
  font-weight: bold !important;
  background-color: red;
  color: yellow;
  padding:2px;
  margin:10px 0;
}

.buy-now {
  border-radius: 24px;
  background-color: red;
  color: white;
  font-size: 24px;
  padding: 2px 32px !important;
  transition: transform 0.2s ease-in-out;
  margin-top: 5px;
}
.buy-now:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
  background: rgba(255, 0, 0, 0.8);
}

.proudct_single {
  line-height: 1.3;
}
.sale-text {
  width: 97%;
}

.last_chance_tables {
  /* position: relative;
  border: 4px solid #c87a24;
  margin-top: 45px !important ; */
}

.tables-sale {
  gap: 112px;
}

.picture_sale {
  /* position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%); */
}

.main-video {
  width: 100%;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #000;
  cursor: pointer;
}

.video-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.best-sale-info {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.smart-sale-heading {
  font-size: 34px;
}
.sale-text {
  font-size: 20px;
}

/* for mobile */
@media (max-width: 767px) {
  .best-sale-info {
    flex-direction: column;
    padding: 0 10px;
  }

  .smart-sale-heading {
    font-size: 24px;
  }

  .sale-text {
    font-size: 16px;
  }
}

/* for ipad */

@media (min-width: 768px) and (max-width: 1024px) {
  .best-sale-info {
    flex-direction: column;
    padding: 0 10px;
  }

  .smart-sale-heading {
    font-size: 24px;
  }

  .sale-text {
    font-size: 16px;
  }
}
