/*!
 * AdCentral: Ignite  v1.0.0 (https://www.joinadcentral.com)
 * Copyright 2025 @AdCentral
 */
:root {
  --primary_color: #FF3131;
  --secondary_color: #1E1E1E;
  --accent1_color: #252b42;
  --background1_color: #2c2051;
  --header1_color: #a52a2a;
  --disabled_color: #800080;
  --caret_color: #000000;
  --accent2_color: #565656;
  --tpl-font: Roboto, sans-serif;
  --tpl-title-color: #000;
  --tpl-body-primary-color: #5c5c5c;
  --tpl-body-secondary-color: #7d7d7d;
  --tpl-body-alt-color: #3d3d3d;
  --tpl-faqs-color: #f9f9f9;
  --tpl-bg: #fff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

a, button {
  cursor: pointer;
  text-decoration: none;
}

body {
  background: var(--tpl-bg);
  font-family: var(--tpl-font);
  font-size: 16px;
  line-height: 1.5;
}

/* Typography */
.font-base {
  font-family: var(--tpl-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0px;
  overflow-wrap: break-word;
  word-break: break-word;
}
.font-title {
  color: var(--tpl-title-color);
  font-size: 26px;
}
.font-subtitle {
  color: var(--tpl-body-primary-color);
  font-size: 18px;
}
.font-paragraph {
  color: var(--tpl-body-primary-color);
  font-size: 14px;
}
@media screen and (min-width: 758px) {
  .font-title {
    font-size: 32px;
  }
  .font-subtitle {
    font-size: 22px;
  }
  .font-paragraph {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .font-title {
    font-size: 40px;
  }
}

.btn {
  align-items: center;
  background: var(--primary_color);
  background-color: var(--primary_color);
  border: none;
  border-radius: 0;
  box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.1490196078);
  color: #fff !important;
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: center;
  height: 50px;
  min-width: 190px;
  opacity: 1;
  padding: 10px 20px;
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
  font-family: var(--tpl-font);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: center;
}
.btn:hover {
  filter: brightness(0.9);
}
.btn[disabled], .btn:disabled {
  background-color: #CCC !important;
  box-shadow: none !important;
  color: #9B9B9B !important;
  pointer-events: none !important;
}
@media screen and (min-width: 1200px) {
  .btn {
    height: 70px;
  }
}
.btn--nav {
  min-width: 190px !important;
}
@media screen and (min-width: 1200px) {
  .btn--nav {
    display: flex;
    position: absolute;
    right: -406px;
  }
}

.hide {
  display: none !important;
}

.sufflews__button {
  cursor: pointer;
}

/* Background */
.bg {
  height: 100%;
  left: 50%;
  overflow: clip;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: -1;
}
.bg-content {
  border-top: 500px solid var(--secondary_color);
}
.bg-content svg {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 758px) {
  .bg-content {
    border-top-width: 400px;
  }
}
@media screen and (min-width: 992px) {
  .bg-content {
    border-top-width: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .bg-content {
    border-top-width: 600px;
  }
}
@media screen and (min-width: 1400px) {
  .bg-content {
    border-top-width: 500px;
  }
}
@media screen and (min-width: 1600px) {
  .bg-content {
    border-top-width: 300px;
  }
}
@media screen and (min-width: 2500px) {
  .bg-content {
    border-top-width: 100px;
  }
}

/* Template */
.template-page {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0 auto;
  overflow-x: clip;
  position: relative;
  width: 100%;
}
.template-page--booking .bg-content {
  border-top-width: 300px;
}
.template-header {
  display: flex;
  flex: 1 0 auto;
  height: 114px;
  min-height: 114px;
  width: 100%;
}
.template-footer {
  align-items: center;
  background-color: var(--secondary_color);
  display: flex;
  justify-content: center;
  min-height: 455px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 758px) {
  .template-page--booking .bg-content {
    border-top-width: 200px;
  }
  .template-header {
    height: 134px;
  }
  .template-footer {
    min-height: 270px;
    padding: 0 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .template-page--booking .bg-content {
    border-top-width: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .template-page {
    height: auto;
  }
  .template-page--contact .bg-content {
    border-top-width: 250px;
  }
  .template-header {
    height: 218px;
  }
  .template-footer {
    min-height: 207px;
  }
}
@media screen and (min-width: 1400px) {
  .template-page {
    height: 100%;
  }
  .template-page--contact .bg-content {
    border-top-width: 150px;
  }
}
@media screen and (min-width: 2500px) {
  .template-page--contact .bg-content {
    border-top-width: 0px;
  }
}

/* Navbar */
.navbar {
  align-items: flex-end;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  padding: 10px;
  position: relative;
  width: 100%;
}
.navbar input[type=checkbox] {
  display: none;
}
.navbar__brand {
  display: flex;
  font-size: 20px;
  font-family: var(--tpl-font);
  left: 10px;
  min-width: 240px;
  position: absolute;
  z-index: 99;
}
.navbar__brand:has(.change-logo-shape) {
  left: 0;
  top: 0;
}
.navbar__btn {
  display: flex;
  margin-right: 33px;
}
.navbar__btn label {
  cursor: pointer;
}
.navbar__links {
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 0;
  left: 50%;
  max-width: 377px;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  top: calc(100% + 15px);
  width: 100%;
}
.navbar__link {
  color: #424242;
  cursor: pointer;
  font-family: var(--tpl-font);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 18px 16px;
  width: 100%;
}
.navbar__link:hover {
  color: var(--primary_color);
}
.navbar:has(:checked) .navbar__links {
  display: flex;
  height: auto;
  padding: 16px;
}
.navbar .btn {
  display: none;
  min-width: 190px !important;
}
@media screen and (min-width: 758px) {
  .navbar {
    align-items: center;
    flex-direction: row;
  }
  .navbar__links {
    background-color: transparent;
    flex-direction: row;
    height: auto;
    gap: 10px;
    left: unset;
    margin-right: 46px;
    max-width: min-content;
    overflow: visible;
    padding: 10px !important;
    position: relative;
    top: unset;
    transform: none;
  }
  .navbar__link {
    color: #fff;
    justify-content: center;
    padding: 10px;
    white-space: nowrap;
  }
  .navbar__btn {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .navbar {
    justify-content: center;
  }
  .navbar__header {
    flex: unset;
    margin: 0;
  }
  .navbar__links {
    margin: 0;
    gap: 31px;
  }
  .navbar .btn {
    display: flex;
    right: -406px;
  }
}

/* Footer */
.footer__wrap {
  align-items: center;
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.footer__logo {
  position: absolute;
  top: 27px;
}

.footer__logo img{
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
}

.footer__links {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 104px;
  margin-top: 100px;
}
.footer__links-item {
  color: #fff;
  cursor: pointer;
  display: flex;
  padding: 10px;
  font-size: 14px;
}
.footer__links-item:hover {
  color: var(--primary_color);
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 6px;
  max-width: 321px;
  width: 100%;
}
.footer__trademark {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer__trademark-label {
  text-align: center;
}
.footer__trademark-label, .footer__trademark-label a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.footer__trademark-label a:hover {
  color: var(--primary_color);
  cursor: pointer;
  text-decoration: underline;
}
.footer__privacy-terms {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: center;
  width: 100%;
}
.footer__privacy-terms-label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
.footer__privacy-terms-label:hover {
  color: var(--primary_color);
  cursor: pointer;
}
.footer__social {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 16px 0;
  order: 1;
}
.footer__social-links {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
}
.footer__social-links a {
  display: flex;
}
.footer__social-links svg {
  height: auto;
  width: 31.2211589813px;
}
.footer__separator {
  color: #fff;
}
@media screen and (min-width: 758px) {
  .footer__wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 100px;
    max-width: 640px;
  }
  .footer__links {
    flex-direction: row;
    gap: 10px;
    margin: 0;
    max-width: fit-content;
  }
  .footer__links-item {
    font-size: 16px;
  }
  .footer__social {
    gap: 15px;
    margin: 0;
    order: unset;
  }
  .footer__content {
    gap: 0;
    margin: 0;
    max-width: 487px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__wrap {
    align-items: flex-start;
    flex-direction: row;
    max-width: 1120px;
  }
  .footer__content {
    margin-top: 25px;
    order: -1;
    max-width: 428px;
  }
  .footer__privacy-terms {
    justify-content: flex-start;
  }
  .footer__social-links {
    gap: 16px;
    padding: 8px 0;
  }
  .footer__trademark-label, .footer__trademark-label a, .footer__privacy-terms-label, .footer__privacy-terms-label a {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }
}

@media (min-width: 1px) and (max-width: 1199px) {
    .nav__logo {
        position: absolute;
        left: 0;
        top: 0;
        width: 205px;
        pointer-events: none;
        z-index: 5;
    }

    .footer__logo {
      position: static;
    }

    .footer__logo img{
      margin-top: 30px;
    }
}