@font-face {
  font-family: 'Weave Pernod Ricard Pro SmBold';
  src: url('../fonts/WeavePernodRicardPro-SemiBold.eot');
  src: url('../fonts/WeavePernodRicardPro-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/WeavePernodRicardPro-SemiBold.woff') format('woff'),
    url('../fonts/WeavePernodRicardPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Weave Pernod Ricard Pro';
  src: url('../fonts/WeavePernodRicardPro-Bold.eot');
  src: url('../fonts/WeavePernodRicardPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/WeavePernodRicardPro-Bold.woff') format('woff'),
    url('../fonts/WeavePernodRicardPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Weave Pernod Ricard Pro';
  src: url('../fonts/WeavePernodRicardPro-Regular.eot');
  src: url('../fonts/WeavePernodRicardPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/WeavePernodRicardPro-Regular.woff') format('woff'),
    url('../fonts/WeavePernodRicardPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Weave Pernod Ricard Pro';
  src: url('../fonts/WeavePernodRicardPro-Medium.eot');
  src: url('../fonts/WeavePernodRicardPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/WeavePernodRicardPro-Medium.woff') format('woff'),
    url('../fonts/WeavePernodRicardPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Weave Pernod Ricard Pro', sans-serif;
}

* {
  box-sizing: border-box;
  outline: none;
}

label.error {
  display: none !important;
}

.error {
  border-color: red !important;
}

.valid {
  border-color: green !important;
}

button,
a {
  cursor: pointer;
  transition: .3s;
}

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

p {
  margin-top: 0;
}

.flex {
  display: flex;
}

.row.flex::before,
.row.flex::after {
  display: none;
}

.flex.center {
  align-items: center;
}

.box {
  margin-bottom: -30px;
}

.box>div {
  margin-bottom: 30px;
}

.container {
  width: 100%;
  max-width: 1200px;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  background: #023466;
}

#celebration {
  width: 100dvw;
  height: 100dvh;
  background: radial-gradient(circle at center, #023466, #333);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.8s ease-out;
}

#number {
  font-size: 15dvw;
  font-weight: 900;
  text-shadow: 0 0 40px rgba(2, 52, 102, 0.8);
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1;
}

.fade-out {
  opacity: 0;
  pointer-events: none;
}

.content_main {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow: auto;
  transition: .3s;
  color: #fff;
}

.content_main.active {
  opacity: 1;
}

.hero-section {
  padding: 80px 20px 100px;
  text-align: center;
  background: #023466;
}

.hero-title {
  margin: 0;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #fff;
}

.hero-text {
  font-size: 19px;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
  color: #ddd;
}

.carousel-section {
  padding: 80px 0;
  background: #011f3d;
}

.swiper {
  padding: 20px 0 60px;
}

.swiper-slide img {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  max-height: 90dvh;
  width: auto;
  margin: 0 auto;
  display: flex;
}

.swiper-pagination-bullet-active {
  background: #00d4ff;
}

.swiper-button-next,
.swiper-button-prev {
  color: #00d4ff;
}

.facts-section {
  padding: 100px 0;
  background: #023466;
}

.section-title {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 80px;
  color: #fff;
}

.facts-grid {
  display: grid;
  gap: 80px;
}

.fact-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.fact-item.reverse {
  direction: rtl;
}

.fact-item.reverse>* {
  direction: ltr;
}

.fact-text h3 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #00d4ff;
}

.fact-text p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #fff;
  opacity: .8;
}

.fact-image img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
  object-position: top center;
}

.logo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  filter: brightness(0) invert(1);
  max-width: 260px;
  margin-bottom: 60px;
}

.logo img {
  max-width: 100%;
  max-height: max-content;
}