/* MainBanner component styles extracted from nuzzle-affiliate-funnel.webflow.css and style.css */

.navbar-countdown {
  z-index: 999;
  color: #010101;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 75px;
  min-height: 50px;
  max-height: 75px;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  background-position: 0px 0, 20% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(#0000, #0000),
    url("../../images/banner-web-r2.svg");
}

.navbar-countdown.gradient-holiday {
  background-color: #fdc545;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-countdown.gradient-holiday.diff-color {
  background-color: #1f0000;
}

.div-block-874 {
  grid-column-gap: 0.5rem;
  align-items: center;
  display: flex;
  position: relative;
}

.holiday-clock {
  justify-content: center;
  align-items: center;
  display: flex;
}

.holiday-clock.v1 {
  padding: 3px;
  background: #710000;
  border-radius: 5px;
}

.box-2 {
  background-color: #710000;
  color: #fff;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  margin-left: 2px;
  margin-right: 2px;
  padding: 3px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.box-2.hide {
  display: none;
}

.clock-number-2 {
  font-family: Proxima Nova, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
}

.clock-label-2 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Proxima Nova, Arial, sans-serif;
  font-size: 0.5rem;
  font-weight: 600;
  line-height: 1;
}

.text-block-210 {
  color: #fff;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  font-weight: 800;
}

.text-block-210.hide {
  display: none;
}

.banner-text-main {
  text-shadow: 0 1px 1px #0000005c;
  font-family: Proxima Nova, Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 27px;
}

.banner-text-sub {
  text-shadow: 0 1px 1px #0000005c;
  font-weight: 600;
}

/* Tablet (max-width: 991px) */
@media screen and (max-width: 991px) {
  .navbar-countdown {
    font-size: 0.8rem;
  }
}

/* Mobile (max-width: 767px) */
@media screen and (max-width: 767px) {
  .navbar-countdown {
    font-size: 0.7rem;
    height: 50px;
    background-image: linear-gradient(#0000, #0000),
      url("../../images/banner-mobile-r2.svg");
    background-repeat: repeat;
    background-position: 0px 0, 0px 50%;
  }

  .navbar-countdown.gradient-holiday {
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .div-block-874 {
    grid-column-gap: 0.5rem;
  }

  .holiday-clock {
    z-index: 1;
    flex-wrap: nowrap;
    position: relative;
  }

  .box-2 {
    width: 1.9rem;
    min-width: 1.9rem;
    height: 2rem;
    min-height: 2rem;
    padding-left: 2px;
    padding-right: 2px;
  }

  .clock-label-2 {
    font-size: 0.5rem;
  }

  .banner-text-main {
    font-size: 4vw;
    line-height: 1.1;
  }

  .banner-text-sub {
    font-size: 3.5vw;
  }
}

/* Small mobile (max-width: 479px) */
@media screen and (max-width: 479px) {
  .navbar-countdown {
    font-size: 0.75rem;
  }
}

/* ─── From style.css ─────────────────────────────────────────────────────── */

.mr-5 {
  margin-right: 5px;
}

.mb-6 {
  margin-bottom: 6px;
}

.test {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0.5rem;
  justify-content: center;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  color: #fff;
  align-items: center;
}

.banner-text-content img {
  height: 70px;
  width: 100%;
}

.banner-text-content-desktop {
  position: relative;
  top: -2px;
}

.banner-text-main.v1 {
  line-height: 15px;
  text-align: center;
}

.banner-text-sub.v1 {
  text-align: center;
  font-size: 12px;
}

.banner-web-left {
  height: 6%;
}

.banner-text-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .banner-text-desktop {
    display: block;
  }

  .banner-text-mobile {
    display: none;
  }
}

@media screen and (max-width: 820px) {
  .banner-web-left {
    height: 25%;
  }
}

@media screen and (max-width: 479px) {
  .test {
    gap: 10px;
    padding-left: 5px;
    padding-right: 5px;
    justify-content: space-between;
  }

  .banner-text-main.v1 {
    font-size: 18px;
  }

  .banner-text-sub.v1 {
    font-size: 11px;
    text-align: center;
  }

  .banner-text-main.v1.lang {
    font-size: 16px;
    line-height: 12px;
  }

  .banner-text-sub.v1.lang {
    font-size: 10px;
    text-align: center;
  }

  .div-block-874 {
    flex-shrink: 0;
  }

  .holiday-clock.v1 {
    padding: 2px;
    gap: 4px;
  }

  .clock-number-2 {
    font-size: 0.85rem;
  }

  .clock-label-2 {
    font-size: 0.45rem;
  }

  .banner-web-left {
    height: 35px;
    margin-left: 2px;
    margin-bottom: 8px;
  }

  .banner-text-mobile {
    display: flex;
    flex: 1;
    justify-content: center;
  }

  .banner-text-mobile img {
    max-width: 100%;
    width: auto;
    height: 48px;
    margin: 0;
    object-fit: contain;
    position: absolute;
    top: 0;
  }

  .banner-text-mobile.third img {
    height: 48px;
  }
}

@media screen and (max-width: 415px) {
  .test {
    gap: 25px;
  }

  .banner-text-main.v1.lang {
    font-size: 15px;
  }
}

@media screen and (max-width: 395px) {
  .test {
    gap: 15px;
    padding-left: 0;
  }

  .test.lang {
    gap: 40px;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }

  .banner-text-main.v1.lang {
    font-size: 14px;
    line-height: 7px;
  }

  .banner-text-sub.v1.lang {
    font-size: 8px;
  }

  .reserve_text {
    font-size: 12px;
  }

  .frm_hdr_content p {
    font-size: 13px;
  }
}

@media screen and (max-width: 385px) {
  .banner-text-main.v1 {
    font-size: 17px;
  }

  .banner-text-main.v1.lang {
    font-size: 13px;
    line-height: 6px;
  }

  .reserve_text {
    font-size: 11px;
  }

  .frm_hdr_content p {
    font-size: 12px;
  }
}

@media screen and (max-width: 375px) {
  .test {
    gap: 10px;
  }

  .test.lang {
    gap: 40px;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }

  .banner-text-main.v1 {
    font-size: 16px;
  }
}

@media screen and (max-width: 365px) {
  .test {
    gap: 0px;
    padding-left: 0;
  }

  .test.lang {
    gap: 40px;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }

  .banner-text-main.v1 {
    font-size: 14px;
    line-height: 12px;
  }

  .banner-text-sub.v1 {
    font-size: 11px;
  }

  .banner-text-main.v1.lang {
    font-size: 13px;
    line-height: 6px;
  }

  .banner-text-sub.v1.lang {
    font-size: 8px;
  }

  .banner-text-mobile img {
    height: 38px;
    top: 4px;
  }

  .reserve_text {
    font-size: 10px;
  }

  .frm_hdr_content p {
    font-size: 11px;
  }
}

@media screen and (max-width: 355px) {
  .test {
    gap: 15px;
  }

  .banner-text-main.v1 {
    font-size: 13px;
    line-height: 8px;
  }

  .banner-text-sub.v1 {
    font-size: 10px;
  }

  .banner-text-main.v1.lang {
    font-size: 17px;
    line-height: 12px;
  }

  .banner-text-sub.v1.lang {
    font-size: 7px;
  }

  .reserve_text {
    font-size: 9px;
  }

  .frm_hdr_content p {
    font-size: 11px;
  }
}

@media screen and (max-width: 345px) {
  .banner-text-main.v1 {
    font-size: 15px;
    line-height: 9px;
  }

  .banner-text-sub.v1 {
    font-size: 9px;
  }
}

@media screen and (max-width: 325px) {
  .test {
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .test.lang {
    gap: 0;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }

  .banner-text-main.v1 {
    font-size: 10px;
    line-height: 4px;
  }

  .banner-text-sub.v1 {
    font-size: 8px;
  }

  .banner-text-main.v1.lang {
    font-size: 11px;
    line-height: 2px;
  }

  .banner-text-sub.v1.lang {
    font-size: 7px;
  }

  .reserve_text {
    font-size: 7px;
  }

  .frm_hdr_content p {
    font-size: 9px;
  }

  .seals_img2 {
    width: 60px;
  }
}
