/* 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-r14.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: #00a4fe;
  border-radius: 5px;
}

.box-2 {
  background-color: #00a4fe;
  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: 770px) {
  .navbar-countdown {
    font-size: 0.7rem;
    height: 50px;
    background-image: linear-gradient(#0000, #0000),
      url("../images/banner-mobile-r5.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;
}

.main-banner {
  grid-column-gap: 6.5rem;
  grid-row-gap: 0.5rem;
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  color: #fff;
  align-items: center;
  height: 100%;
}

/* Desktop: 3-column grid with equal side columns (1fr auto 1fr) so the offer
   asset always lands at true page center — matching the page-centered nuzzle
   logo below — while keeping the clock and flags compact beside it. This is
   width-independent (no viewport-% padding to drift). Mobile rules untouched. */
@media screen and (min-width: 768px) {
  .main-banner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 100%; /* definite row so img height:60% resolves (keeps native size) */
    align-items: center;
  }

  .main-banner > .div-block-874 {
    grid-column: 1;
    justify-self: end; /* hug the centered asset at the column-gap distance */
  }

  .main-banner > .banner-text-desktop {
    grid-column: 2;
  }

  .main-banner > .banner-web-left-desktop {
    grid-column: 3;
    justify-self: start; /* hug the centered asset at the column-gap distance */
  }
}

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

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

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

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

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

@media screen and (max-width: 1400px) {
  .main-banner {
    grid-column-gap: 4.5rem;
  }
  .banner-web-left {
    height: 50%;
  }
}

@media screen and (max-width: 770px) {
  .main-banner {
    grid-column-gap: 2.5rem;
  }
}

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

.banner-web-left-mobile {
  display: none;
}

@media (max-width: 479px) {
  .banner-web-left-desktop {
    display: none;
  }
  .banner-web-left-mobile {
    display: block;
    height: 85%;
    margin-left: 5px;
  }
}

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

.banner-text-mobile {
  display: none;
  /* align-self: flex-end; */
}

@media screen and (max-width: 767px) {
  .banner-web-left {
    height: 30%;
  }
  .banner-text-mobile {
    display: flex;
  }

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

  .mb-3-mobile {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 479px) {
  .main-banner {
    gap: 0px;
    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 {
    transform: scale(0.8);
  }

  .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: 30px;
    margin-left: 2px;
  }

  .banner-text-mobile {
    margin-bottom: 1px;
    /* display: flex;
    flex: 1;
    justify-content: flex-end; */
    position: absolute;
    bottom: 5px;
    left: 30%;
    transform: translateX(0%);
  }

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

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

@media screen and (max-width: 415px) {
  /* .main-banner {
    gap: 25px;
  } */

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

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

  .main-banner.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;
  }

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

  .banner-text-mobile {
    bottom: 8px;
    transform: translateX(4%);
  }
}

@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) {
  /* .main-banner {
    gap: 10px;
  } */

  .main-banner.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) {
  /* .main-banner {
    gap: 0px;
    padding-left: 0;
  } */

  .main-banner.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;
  }

  .reserve_text {
    font-size: 10px;
  }

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

  .navbar-countdown {
    min-height: 36px !important;
    height: 36px !important;
  }

  .banner-web-left {
    height: 25px;
  }

  .banner-text-mobile {
    bottom: 6px;
    transform: translateX(7%);
  }

  .holiday-clock {
    transform: scale(0.7);
  }

  .div-block-874 {
    /* margin-left: auto;
    position: absolute;
    right: -9px; */
  }

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

@media screen and (max-width: 355px) {
  /* .main-banner {
    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) {
  .main-banner {
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main-banner.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;
  }

  .banner-web-left {
    height: 25px;
  }

  .holiday-clock {
    transform: scale(0.6);
  }
}
