:root {
  --color-primary: #26190e;
  --color-text: #f0bc8d;
  --color-black: #000;
  --color-white: #fff;
  --font-heading: "Platypi", sans-serif;
  --font-body: "Platypi", sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
select,
textarea {
  background-color: transparent;
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 0;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px solid #000;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button:focus {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
}

body {
  width: 100%;
  min-height: 100vh;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: grayscale !important;
}

body,
* {
  font-family: var(--font-body);
}

[effect-title] .line {
  line-height: 1.36;
}

.hero {
  width: 100%;
  position: relative;
  height: 640px;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/overlay.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.hero.has-slider {
  height: 100svh;
}
.hero .hero-image {
  width: 100%;
  height: 100%;
}
.hero .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .hero {
    max-height: 100svh;
  }
}
.hero__image {
  width: 100%;
  height: 100svh !important;
}
@media (max-width: 991px) {
  .hero__image {
    max-height: 100svh;
  }
}
.hero__image img {
  width: 100%;
  height: 100svh !important;
  object-fit: cover;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 2000ms !important;
  transition-duration: 10000ms !important;
}
@media (max-width: 991px) {
  .hero__image img {
    max-height: 100svh;
  }
}
.hero .swiper-slide-active img,
.hero .swiper-slide-duplicate-active img {
  transition-delay: 0s !important;
}
.hero__content {
  width: 80%;
  position: absolute;
  z-index: 2;
  top: 200px;
  transform: translate(-50%, 0);
  left: 50%;
  text-align: center;
}
@media (max-width: 991px) {
  .hero__content {
    top: 160px;
  }
}
.hero__content h2 {
  font-family: var(--font-heading);
  color: var(--color-text);
  font-size: 42px;
  line-height: 48px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .hero__content h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .hero__content h2:not(:last-child) {
    margin-bottom: 20px;
  }
}
.hero__content--bottom {
  height: 80px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-text);
}
.hero .swiper-pagination {
  display: flex;
  align-items: center;
  position: absolute;
  left: 120px;
  bottom: 48px;
  right: unset;
  top: unset;
  transform: none;
}
@media (max-width: 991px) {
  .hero .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
  }
}
.hero .swiper-pagination button {
  width: 26px;
  height: 26px;
  margin: 0;
  position: relative;
}
.hero .swiper-pagination button::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-white);
  position: absolute;
  top: calc(50% - 0.5px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero .swiper-arrows {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  right: 120px;
  bottom: 48px;
}
@media (max-width: 991px) {
  .hero .swiper-arrows {
    display: none;
  }
}
.hero .swiper-arrows .swiper-button-next,
.hero .swiper-arrows .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: unset;
  transition: all 0.4s ease;
}
.hero .swiper-arrows .swiper-button-next:hover,
.hero .swiper-arrows .swiper-button-prev:hover {
  background-color: var(--color-white);
}
.hero .swiper-arrows .swiper-button-next:hover path,
.hero .swiper-arrows .swiper-button-prev:hover path {
  stroke: var(--color-secondary);
}
.hero .swiper-arrows .swiper-button-next svg,
.hero .swiper-arrows .swiper-button-prev svg {
  width: 7px;
  height: 12px;
}
.hero .swiper-arrows .swiper-button-next svg path,
.hero .swiper-arrows .swiper-button-prev svg path {
  transition: all 0.4s ease;
}
.hero .swiper-arrows .swiper-button-next::after,
.hero .swiper-arrows .swiper-button-prev::after {
  display: none;
}
.hero .swiper-pagination-bullet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  pointer-events: none;
}
.hero .swiper-pagination-bullet span {
  color: #232c6a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero .progress {
  transform: rotate(-90deg);
  width: 28px;
  height: 28px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero .circle-origin {
  fill: transparent;
  stroke: var(--color-white);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 125.664px;
  stroke-dashoffset: 125.664px;
  opacity: 1;
}
.hero .swiper-pagination-bullet-active .circle-origin {
  animation: progress 10s;
  opacity: 1;
}
@keyframes progress {
  0% {
    stroke-dashoffset: 125.664px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

#header .header-logo {
  display: block;
  width: 160px;
  height: 90px;
  position: fixed;
  z-index: 999;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  #header .header-logo {
    top: 24px;
  }
}
#header .header-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.banner-info {
  width: 100%;
}
.banner-info .image {
  width: 100%;
  aspect-ratio: 1440/820;
}
.banner-info .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}