@import 'hovers.css';



/* Fonts */

@font-face {
  font-family: 'Encode Sans';
  src: url('../fonts/encodesans-bold.woff2');
  font-weight: 700;
}

@font-face {
  font-family: 'Encode Sans';
  src: url('../fonts/encodesans-regular.woff2');
  font-weight: 400;
}

/* Reset */

html,
body,
body * {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body * {
  margin: 0;
  padding: 0;
  outline: 0;
  background-repeat: no-repeat;
  background-position: center;
  font-weight: normal;
  font-style: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Encode Sans', sans-serif;
  font-weight: 400;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  border: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

input,
textarea {
  border-radius: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

textarea {
  resize: none;
}

/* Scroll lock */

html.-scroll-lock,
html.-scroll-lock body {
  height: calc(var(--window-inner-height) - 1px);
  overflow: hidden;
}

html.-scroll-lock body {
  position: relative;
}

body.-scroll-lock {
  padding-right: var(--scrollbar-width);
}

/* Global (Global css and params) */

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  padding: 0 40px;
}

.--pc-display {
  display: block;
}

.--tablet-display,
.--mobile-display {
  display: none;
}

/* Texts */

.title-1,
.title-1 * {
  font-family: 'Encode Sans', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #0B4766;
}


/** logo-section */

.logo-section {
  margin: 50px 0;
}

.logo {
  margin: 0 auto;
  max-width: 500px;
}

.logo img {
  display: block;
  width: 100%;
}


/** occasion-swiper */

.occasion-swiper {
  width: 100%;
  overflow: hidden;
}

.ocassion-swiper__wrapper {
  position: relative;
  margin-top: 45px;
}

.swiper__navigation {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  aspect-ratio: 116/23;
  pointer-events: none;
}

.swiper__navigation-button {
  margin: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(11, 71, 102, 0.2);
  border-radius: 80px;
  top: 50%;
  transform: translateY(-50%);

  display: flex;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.4s;
  pointer-events: auto;
}

.swiper__navigation-button:after {
  content: '';
  width: 10px;
  height: 18px;
  background: no-repeat center / contain url(../images/arrow-left.svg);
}

.swiper__navigation-button.swiper-button-next:after {
  background: no-repeat center / contain url(../images/arrow-right.svg);
}

.swiper__navigation-button.swiper-button-prev {
  position: absolute;
  left: -20px;
}


.swiper__navigation-button.swiper-button-next {
  position: absolute;
  right: -20px;
}

.occasion-swiper .date {
  font-family: 'Encode Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F4663;
}

.occasion-swiper .img {
  margin-top: 15px;
  width: 100%;
  border-radius: 4px;
}

.occasion-swiper .img img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 4px;
  transition: opacity 0.4s;
}

.occasion-swiper .tag {
  font-family: 'Encode Sans', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4AB7C4;
  margin-top: 20px;
}

.occasion-swiper .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0A4766;
  margin-top: 15px;
  transition: color 0.4s;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #9D9D9C;
  opacity: 1;
  transition: background 0.4s;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #4AB7C4;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: relative;
  bottom: 0;
  margin-top: 50px;
}

.occasion-calendar {
  margin: 70px 0;
}

.text-section {
  margin: 70px 0;
}

.text-editor {
  margin: 0 auto;
  max-width: 624px;
}

.text-editor h2,
.text-editor h3,
.text-editor h4,
.text-editor h5,
.text-editor h6 {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  color: #0B4766;
  margin-top: 60px;
}

.text-editor p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #0B4766;
  margin-top: 40px;
}

.text-editor p+p {
  margin-top: 25px;
}

.text-editor>*:first-child {
  margin-top: 0;
}





/** partners-swiper */

.partners-swiper {
  width: 100%;
  overflow: hidden;
  padding: 0 50px;
}

.partners-swiper__wrapper {
  position: relative;
  margin-top: 45px;
}

.partners-swiper__wrapper .swiper__navigation {
  position: absolute;
  left: 0;
  width: 100%;
  height: 160px;
  top: 0;
}

.partners-swiper img {
  display: block;
  max-width: 246px;
  max-height: 160px;
}

.partners-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
}

.partners-calendar {
  margin: 70px 0;
}


.footer {
  margin-top: 100px;
}

.footer__top-wrapper {
  background: #4AB7C4;
  padding: 30px 0;
}

.footer__top-wrapper-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer__top-wrapper-content a {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  transition: opacity 0.4s;
}

.copyright {
  margin: 24px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #9D9D9C;
}

/** header */

.header {
  padding: 26px 0;
  width: 100%;
  background: #4AB7C4;
}

.header-point {
  color: #0B4766;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.header-point p,
.header-point a {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.header-point .img {
  height: 30px;
  margin: 2px 10px 0 0;
}

.header-point .img img {
  display: block;
  height: 100%;
  width: auto;
}

.header-point .content {
  max-width: 250px;
}

.header-point a {
  color: #fff;
  transition: 0.4s;
}

.header-point .header-dropdown a {
  color: #0B4766;
}

.header-point .header-dropdown p {
  color: #fff;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-dropdown {
  position: relative;
}

.header-dropdown:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  pointer-events: none;
}

.header-dropdown .hidden-list {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(11, 71, 102, 0.2);
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.4s;
  z-index: 2;
  overflow: hidden;
}

.header-dropdown .hidden-list ul a {
  display: block;
  position: relative;
  padding: 10px;
  transition: background 0.4s, color 0.4s;
}

.header-dropdown .visible-part {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}

.header-dropdown .visible-part:after {
  content: '';
  position: absolute;
  right: 0;
  top: 9px;
  width: 13px;
  height: 8px;
  background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjMzMzI5MSAxLjk0MjU2Qy0wLjExMTA5OCAxLjQ5ODE4IC0wLjExMTA5NyAwLjc3NzY4IDAuMzMzMjkyIDAuMzMzMjkyQzAuNzc3NjgxIC0wLjExMTA5NyAxLjQ5ODE4IC0wLjExMTA5NyAxLjk0MjU3IDAuMzMzMjkxTDYuOTc0MTEgNS4zNjQ4NEM3LjQxODUgNS44MDkyMyA3LjM4NyA2LjUyOTc0IDYuOTQyNjIgNi45NzQxM0M2LjQ5ODIzIDcuNDE4NTIgNS43Nzc3MyA3LjM4NyA1LjMzMzM0IDYuOTQyNjJMMC4zMzMyOTEgMS45NDI1NloiIGZpbGw9IiNEMERBREYiLz4KPHBhdGggZD0iTTEwLjM2NDkgMC4zMzMzMTJDMTAuODA5MyAtMC4xMTEwNzcgMTEuNTI5OCAtMC4xMTEwNzYgMTEuOTc0MiAwLjMzMzMxM0MxMi40MTg1IDAuNzc3NzAyIDEyLjQxODUgMS40OTgyIDExLjk3NDIgMS45NDI1OUw2Ljk0MjYyIDYuOTc0MTNDNi40OTgyMyA3LjQxODUyIDUuNzc3NzMgNy4zODcgNS4zMzMzNCA2Ljk0MjYyQzQuODg4OTUgNi40OTgyMyA0Ljg4ODk1IDUuODA5MjUgNS4zMzMzNCA1LjM2NDg2TDEwLjM2NDkgMC4zMzMzMTJaIiBmaWxsPSIjRDBEQURGIi8+Cjwvc3ZnPgo=);
  transition: 0.4s;
}