/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
  ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
  ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
  ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/* Text-level semantics
  ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
  ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
  ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  font-family: inherit; /* 1 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  display: table; /* 1 */
  box-sizing: border-box; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px; /* 2 */
  -webkit-appearance: textfield; /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration,
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-results-button,
[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/* Interactive
  ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
  ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

/* Fonts */
/* ------------------------------------ */
/* Colors */
/* ------------------------------------ */
/* Main-Theme */
/* Accent */
/* liquid-glass */
/* Breakpoints */
/* ------------------------------------ */
/* start 1440px */
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Regular.woff2") format("woff2"), url("../../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Medium.woff2") format("woff2"), url("../../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Bold.woff2") format("woff2"), url("../../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

main {
  flex-grow: 1;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
  height: auto;
}

a {
  text-decoration: none;
  color: #1DDDD9;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
}
@media (max-width: 1023px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

.liquid-glass {
  width: 100%;
  height: 100%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(8px) saturate(1.8) brightness(1.15) contrast(1.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), inset -1.5px 1.5px 0 rgba(255, 255, 255, 0.35), inset 5px -5px 12px rgba(0, 0, 0, 0.25), 0 8px 32px rgba(0, 0, 0, 0.2);
}

.liquid-glass--header {
  background: rgba(4, 34, 47, 0.5);
}

.liquid-glass--btn {
  background: rgba(4, 34, 47, 0.5);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), inset -1.5px 1.5px 0 rgba(255, 255, 255, 0.35), inset 5px -5px 12px rgba(0, 0, 0, 0.25), 10px 10px 10px rgba(0, 0, 0, 0.3);
}
.liquid-glass--btn:hover, .liquid-glass--btn:focus-visible {
  background-color: rgba(53, 181, 179, 0.2);
  color: #FFFFFF;
}

.btn {
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  width: 100%;
  height: 80px;
  z-index: 1000;
  position: fixed;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .header {
    padding: 5px 0;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.header--hidden {
  transform: translateY(-100%);
}
.header__logo {
  display: flex;
  align-items: center;
  width: 192px;
  height: 80px;
}
@media (max-width: 1023px) {
  .header__logo {
    width: 144px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 120px;
    height: 50px;
  }
}
.header__logo-icon-hover {
  display: none;
}
.header__logo:hover .header__logo-icon, .header__logo:focus-visible .header__logo-icon {
  display: none;
}
.header__logo:hover .header__logo-icon-hover, .header__logo:focus-visible .header__logo-icon-hover {
  display: block;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding: 0;
}
.header__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .header__phone .header__phone-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .header__phone .header__phone-icon {
    width: 30px;
    height: 30px;
  }
}
.header__phone:hover, .header__phone:focus-visible {
  color: #1DDDD9;
}
.header__phone-number {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .header__phone-number {
    display: none;
  }
}

.hero {
  height: clamp(760px, 100vh, 1300px);
  position: relative;
  overflow-x: hidden;
}
.hero__wrapper {
  width: 100%;
  height: 100vh;
  min-height: 760px;
  max-height: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  user-select: none;
}
@media (max-width: 1023px) {
  .hero__wrapper {
    max-height: unset;
    min-height: unset;
    align-items: center;
  }
}
.hero__label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero__title {
  display: block;
  font-size: 96px;
  line-height: 105px;
  font-weight: 800;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #1DDDD9;
  margin: 100px 0 10px;
  flex-shrink: 0;
  z-index: -2;
}
@media (max-width: 1023px) {
  .hero__title {
    font-size: 80px;
    line-height: 88px;
    margin-bottom: 0;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 64px;
    line-height: 70px;
  }
}
@media (max-width: 550px) {
  .hero__title {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 5%;
  }
}
.hero__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .hero__text {
    margin-bottom: 200px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero__text {
    width: 100%;
  }
}
.hero__title-white {
  display: block;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 0em;
  color: #FFFFFF;
  margin: 0;
  z-index: 100;
}
@media (max-width: 1023px) {
  .hero__title-white {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 550px) {
  .hero__title-white {
    font-size: 26px;
    line-height: 30px;
  }
}
.hero__subtitle {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: rgba(217, 217, 217, 0.5);
  z-index: 100;
}
@media (max-width: 1023px) {
  .hero__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .hero__subtitle {
    font-size: 14px;
    line-height: 18px;
  }
}
.hero__btn {
  width: 400px;
  height: 70px;
  border-radius: 35px;
  color: #D9D9D9;
  padding: 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  flex-shrink: 0;
  z-index: 100;
}
@media (max-width: 1023px) {
  .hero__btn {
    width: 350px;
    font-size: 20px;
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .hero__btn {
    width: 200px;
    height: 50px;
    font-size: 14px;
    line-height: 18px;
  }
}
.hero__package {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  max-height: 1100px;
  z-index: -1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #04222F;
}
@media (max-width: 1023px) {
  .hero__package {
    max-height: unset;
    min-height: unset;
  }
}
.hero__package svg {
  color: #123B4E;
}
@media (max-width: 1023px) {
  .hero__package svg {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .hero__package svg {
    width: 50px;
    height: 50px;
  }
}
.hero__boat {
  width: clamp(280px, 70vw, 990px);
  height: 2075px;
  position: fixed;
  top: 27%;
  right: 12%;
  z-index: -1;
}
@media (max-width: 1700px) {
  .hero__boat {
    right: 8%;
  }
}
@media (max-width: 1440px) {
  .hero__boat {
    right: 0%;
  }
}
@media (max-width: 1200px) {
  .hero__boat {
    top: 30%;
    right: -5%;
  }
}
@media (max-width: 1023px) {
  .hero__boat {
    width: clamp(280px, 65vw, 766px);
    top: 40%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .hero__boat {
    width: clamp(280px, 85vw, 550px);
    top: 45%;
  }
}
.hero__boat-sticky {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .hero__boat-sticky img {
    width: 100%;
    height: auto;
    max-width: 375px;
  }
}
.hero__bg {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  max-height: 1300px;
  z-index: -100;
}
@media (max-width: 1023px) {
  .hero__bg {
    max-height: unset;
    min-height: unset;
  }
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@property --fade-left {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --fade-right {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
.articles {
  background-color: #04222F;
  background: #04222F linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(4, 34, 255, 0) 25%, rgba(4, 34, 255, 0) 74%, rgba(0, 0, 0, 0.5) 100%);
  min-height: 650px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1023px) {
  .articles {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .articles {
    min-height: 460px;
  }
}
.articles__wrapper {
  height: 100%;
  padding: 125px 100px;
}
@media (max-width: 1023px) {
  .articles__wrapper {
    padding: 110px 30px;
  }
}
@media (max-width: 767px) {
  .articles__wrapper {
    padding: 90px 15px;
  }
}
.articles__inner {
  position: relative;
  z-index: 2;
}
.articles__list {
  margin: 0 -100px;
  padding: 0 0 10px;
}
@media (max-width: 1023px) {
  .articles__list {
    margin: 0 -30px;
  }
}
@media (max-width: 767px) {
  .articles__list {
    margin: 0 -15px;
  }
}
.articles__list {
  list-style: none;
  scroll-snap-type: x mandatory;
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
}
@media (max-width: 1023px) {
  .articles__list {
    gap: 20px;
  }
}
.articles__list {
  overflow-x: auto;
  transition: --fade-left 0.15s linear, --fade-right 0.15s linear;
  mask-image: linear-gradient(to right, transparent 0, black var(--fade-left), black calc(100% - var(--fade-right)), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, black var(--fade-left), black calc(100% - var(--fade-right)), transparent 100%);
}
.articles__list::-webkit-scrollbar {
  height: 10px;
}
.articles__list::-webkit-scrollbar-track {
  background: transparent;
}
.articles__list::-webkit-scrollbar-thumb {
  background: #123B4E;
  border-radius: 5px;
}
.articles__item {
  flex-shrink: 0;
}
.articles__bg {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .articles__bg {
    width: 200%;
  }
}
@media (max-width: 550px) {
  .articles__bg {
    display: none;
  }
}

.articles-card {
  position: relative;
  width: 600px;
  height: 100%;
  min-height: 400px;
  background-color: #04222F;
  border: 1px solid rgba(217, 217, 217, 0.1);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .articles-card:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
  }
}
@media (max-width: 1023px) {
  .articles-card {
    width: 450px;
    min-height: 280px;
  }
}
@media (max-width: 767px) {
  .articles-card {
    width: 345px;
    min-height: 280px;
  }
}
@media (max-width: 390px) {
  .articles-card {
    width: 320px;
    min-height: 300px;
  }
}
.articles-card:hover .articles-card__wave-line, .articles-card:focus-visible .articles-card__wave-line {
  display: none;
}
.articles-card:hover .articles-card__wave-line-hover, .articles-card:focus-visible .articles-card__wave-line-hover {
  display: unset;
}
.articles-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  z-index: 1;
}
.articles-card__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.articles-card__top {
  position: relative;
  z-index: 10;
  margin-bottom: 100px;
  padding: 30px 30px 0;
}
@media (max-width: 1023px) {
  .articles-card__top {
    padding: 25px 25px 0;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .articles-card__top {
    padding: 20px 20px 0;
    margin-bottom: 60px;
  }
}
.articles-card__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: #1DDDD9;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .articles-card__title {
    margin-bottom: 10px;
  }
}
.articles-card__title-text {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1023px) {
  .articles-card__title-text {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .articles-card__title-text {
    font-size: 22px;
    line-height: 30px;
  }
}
.articles-card__title-icon {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
}
@media (max-width: 1023px) {
  .articles-card__title-icon {
    width: 30px;
    height: 30px;
  }
}
.articles-card__text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #BCD7E1;
}
@media (max-width: 1023px) {
  .articles-card__text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .articles-card__text {
    font-size: 14px;
    line-height: 20px;
  }
}
.articles-card__wave-line {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 600px;
  height: 100px;
}
@media (max-width: 1023px) {
  .articles-card__wave-line {
    width: 450px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .articles-card__wave-line {
    width: 344px;
    height: 60px;
  }
}
@media (max-width: 390px) {
  .articles-card__wave-line {
    width: 320px;
  }
}
.articles-card__wave-line-hover {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 600px;
  height: 100px;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 1023px) {
  .articles-card__wave-line-hover {
    width: 450px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .articles-card__wave-line-hover {
    width: 344px;
    height: 60px;
  }
}
@media (max-width: 390px) {
  .articles-card__wave-line-hover {
    width: 320px;
  }
}
.articles-card__read-more {
  position: absolute;
  z-index: 20;
  bottom: 30px;
  right: 80px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #1DDDD9;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .articles-card__read-more {
    bottom: 25px;
    right: 60px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .articles-card__read-more {
    bottom: 15px;
    right: 40px;
    font-size: 14px;
    line-height: 20px;
  }
}

@property --fade-left {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --fade-right {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
.houseboats {
  width: 100%;
  min-height: 800px;
  background-color: #E7EBEA;
  z-index: 10;
  margin: -80px 0 0;
  padding: 80px 0 0;
}
@media (max-width: 1350px) {
  .houseboats {
    margin: -150px 0 0;
    padding: 150px 0 0;
  }
}
@media (max-width: 1023px) {
  .houseboats {
    min-height: 650px;
  }
}
@media (max-width: 767px) {
  .houseboats {
    min-height: 540px;
  }
}
.houseboats__wrapper {
  height: 100%;
  padding: 30px 0 90px;
}
@media (max-width: 1023px) {
  .houseboats__wrapper {
    padding: 25px 0 70px;
  }
}
@media (max-width: 767px) {
  .houseboats__wrapper {
    padding: 30px 0 60px;
  }
}
.houseboats__title {
  margin: 0 0 30px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  color: #04222F;
}
@media (max-width: 1350px) {
  .houseboats__title {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .houseboats__title {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .houseboats__title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
  }
}
.houseboats__list {
  --card-w: clamp(280px, 45vw, 400px);
  --card-gap: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--card-gap);
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 1350px) {
  .houseboats__list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: var(--card-gap);
    scroll-snap-type: x mandatory;
    padding-inline: calc((100% - var(--card-w)) / 2);
    scroll-padding-inline: calc((100% - var(--card-w)) / 2);
    scrollbar-width: none;
  }
  .houseboats__list::-webkit-scrollbar {
    display: none;
  }
  .houseboats__list {
    transition: --fade-left 0.15s linear, --fade-right 0.15s linear;
    mask-image: linear-gradient(to right, transparent 0, black var(--fade-left), black calc(100% - var(--fade-right)), transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, black var(--fade-left), black calc(100% - var(--fade-right)), transparent 100%);
  }
}
@media (max-width: 767px) {
  .houseboats__list {
    --card-w: 78vw;
    --card-gap: 16px;
  }
}
.houseboats__item {
  max-width: 400px;
  min-width: min-content;
}
@media (max-width: 1350px) {
  .houseboats__item {
    flex: 0 0 var(--card-w);
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
}
.houseboats__dots {
  display: none;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 1350px) {
  .houseboats__dots {
    display: flex;
  }
}
.houseboats__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(47, 164, 162, 0.2);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease, border-radius 0.2s ease;
  border: none;
  padding: 0;
}
.houseboats__dot.is-active {
  width: 22px;
  border-radius: 4px;
  background: #2FA4A2;
}

.boat-card {
  width: 100%;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 20px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .boat-card:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
  }
}
@media (max-width: 1023px) {
  .boat-card {
    min-height: 500px;
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .boat-card {
    min-height: 400px;
    border-radius: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .boat-card:hover .boat-card__package::after {
    opacity: 1;
  }
  .boat-card:hover__info {
    color: #123B4E;
  }
  .boat-card:hover__info svg {
    color: #123B4E;
  }
  .boat-card:hover__logo-icon {
    display: none;
  }
  .boat-card:hover__logo-icon-hover {
    display: block;
  }
  .boat-card:hover__arrow {
    background-color: #123B4E;
  }
}
.boat-card:focus-visible .boat-card__package::after {
  opacity: 1;
}
.boat-card__package {
  width: 100%;
  height: 330px;
  position: relative;
  z-index: -1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D9D9D9;
}
@media (max-width: 1023px) {
  .boat-card__package {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .boat-card__package {
    height: 215px;
  }
}
.boat-card__package::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.boat-card__package svg {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  padding: 115px 0;
}
@media (max-width: 1023px) {
  .boat-card__package svg {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .boat-card__package svg {
    padding: 63px 0;
  }
}
.boat-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.boat-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.boat-card__info {
  min-height: 270px;
  padding: 0px 30px 85px;
  color: #04222F;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  flex-grow: 10;
}
@media (max-width: 1350px) {
  .boat-card__info {
    padding: 10px 30px 70px;
  }
}
@media (max-width: 1023px) {
  .boat-card__info {
    min-height: 170px;
    padding-top: 10px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .boat-card__info {
    padding: 10px 10px 50px;
  }
}
.boat-card__list {
  padding: 0;
  margin: 0;
  letter-spacing: -0.01em;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  z-index: 10;
}
@media (max-width: 767px) {
  .boat-card__list {
    gap: 5px;
  }
}
.boat-card__item {
  display: grid;
  grid-template-columns: minmax(100px, max-content) 1fr;
  gap: 50px;
  z-index: 10;
}
@media (max-width: 767px) {
  .boat-card__item {
    gap: 7px;
  }
}
.boat-card__item-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  z-index: 10;
}
@media (max-width: 1023px) {
  .boat-card__item-title {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .boat-card__item-title {
    font-size: 12px;
    line-height: 15px;
  }
}
.boat-card__item-text {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-align: end;
  margin-top: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 10;
}
@media (max-width: 1023px) {
  .boat-card__item-text {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .boat-card__item-text {
    font-size: 12px;
    line-height: 15px;
  }
}
.boat-card__price {
  margin: minmax(10px, auto) 0 0;
  padding: 0;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  z-index: 10;
}
@media (max-width: 1350px) {
  .boat-card__price {
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .boat-card__price {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: unset;
  }
}
@media (max-width: 450px) {
  .boat-card__price {
    font-size: 24px;
    line-height: 25px;
  }
}
.boat-card__logo-icon {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #2FA4A2;
  z-index: 10;
}
@media (max-width: 1023px) {
  .boat-card__logo-icon {
    width: 96px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .boat-card__logo-icon {
    bottom: 10px;
    left: 15px;
  }
}
.boat-card__logo-icon-hover {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 10;
}
@media (max-width: 1023px) {
  .boat-card__logo-icon-hover {
    width: 96px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .boat-card__logo-icon-hover {
    bottom: 10px;
    left: 15px;
  }
}
.boat-card__arrow {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 50px;
  border-radius: 25px;
  background-color: #2FA4A2;
  color: #FFFFFF;
  z-index: 10;
}
@media (max-width: 1023px) {
  .boat-card__arrow {
    height: 40px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .boat-card__arrow {
    bottom: 10px;
    right: 15px;
  }
}
.boat-card__bg {
  position: absolute;
  top: 46%;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 400/500;
  z-index: 5;
}
.boat-card__bg--hover {
  display: none;
}

.callback {
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(5px);
}
.callback__wrapper {
  width: 100%;
  height: 100%;
  padding: 200px 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .callback__wrapper {
    padding: 200px 30px;
  }
}
@media (max-width: 767px) {
  .callback__wrapper {
    padding: 100px 15px;
  }
}
.callback__card {
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 50px 50px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #04222F;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media (max-width: 1023px) {
  .callback__card {
    padding: 70px 50px;
  }
}
@media (max-width: 767px) {
  .callback__card {
    padding: 40px 20px;
    max-width: 400px;
    min-height: 229px;
    align-items: center;
  }
}
.callback__call {
  display: block;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 10px;
}
@media (max-width: 1023px) {
  .callback__call {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .callback__call {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 6px;
    text-align: center;
  }
}
.callback__number {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: #1DDDD9;
}
@media (max-width: 767px) {
  .callback__number {
    gap: 5px;
  }
}
.callback__number:hover, .callback__number:focus-visible {
  color: #2FA4A2;
}
.callback__number-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .callback__number-icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .callback__number-icon {
    width: 20px;
    height: 20px;
  }
}
.callback__number-text {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .callback__number-text {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .callback__number-text {
    font-size: 24px;
    line-height: 30px;
  }
}
.callback__write-in-social {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(188, 215, 225, 0.5);
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .callback__write-in-social {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .callback__write-in-social {
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 10px;
    text-align: center;
  }
}
.callback__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 30px;
}
@media (max-width: 767px) {
  .callback__social-list {
    gap: 10px 20px;
  }
}
.callback__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.callback__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.social {
  width: max-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #FFFFFF;
  gap: 10px;
}
@media (max-width: 767px) {
  .social {
    gap: 5px;
  }
}
.social:hover {
  color: #2FA4A2;
}
.social__img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .social__img {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  .social__img {
    width: 20px;
    height: 20px;
  }
}
.social__text {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .social__text {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .social__text {
    font-size: 20px;
    line-height: 28px;
  }
}

.footer {
  width: 100%;
  min-height: 100px;
  background-color: #04222F;
  border-top: 2px solid #1DDDD9;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  gap: 20px;
  height: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .footer__wrapper {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .footer__wrapper {
    flex-direction: column;
    padding-bottom: 50px;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .footer__logo {
    width: 144px;
    height: 60px;
  }
}
.footer__logo-icon-hover {
  display: none;
}
.footer__logo:hover .footer__logo-icon, .footer__logo:focus-visible .footer__logo-icon {
  display: none;
}
.footer__logo:hover .footer__logo-icon-hover, .footer__logo:focus-visible .footer__logo-icon-hover {
  display: block;
}
.footer__dev {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: rgba(217, 217, 217, 0.5);
  user-select: none;
  text-align: center;
}
@media (max-width: 1023px) {
  .footer__dev {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .footer__dev {
    font-size: 16px;
    line-height: 20px;
  }
}
.footer__copyright {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(217, 217, 217, 0.5);
  user-select: none;
}
@media (max-width: 1023px) {
  .footer__copyright {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 12px;
    line-height: 15px;
  }
}
.footer__aquarium {
  position: absolute;
  bottom: 0;
  right: 5px;
}
@media (max-width: 767px) {
  .footer__aquarium {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=style.css.map */