/*! 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 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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 {
  border-style: none;
  padding: 0;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  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] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Zetta";
  src: url("../fonts/LexendZetta-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-family: "Rethink Sans", serif;
  --max-width-figma: 120rem;
  --container-width: 107.5rem;
  --container-padding-x: 0.625rem;
  --blue:#0A507A;
  --black:#2B2A29;
}

.container {
  max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
  margin-inline: auto;
  padding-inline: var(--container-padding-x);
}

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

.site_img {
  width: 100%;
  margin-bottom: clamp(4.6875rem, 3.6057692308rem + 4.8076923077vw, 9.375rem);
}
@media (width <= 30.06125rem) {
  .site_img {
    display: none;
  }
}

.text {
  max-width: 67.1875rem;
  font-size: 4rem;
  font-weight: 800;
  text-transform: uppercase;
  padding-block: 9.375rem;
}
@media (width <= 61.99875rem) {
  .text {
    font-size: 2.5rem;
    padding-block: 4.6875rem;
  }
}

html {
  box-sizing: border-box;
  min-height: 100%;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

body {
  overflow-x: hidden;
  font-weight: 600;
  color: var(--black);
  font-style: normal;
  font-family: var(--font-family);
  letter-spacing: 1.3;
  color: var(--color-gray-50);
}

main {
  flex-grow: 1;
}

#burger {
  width: 45px;
  height: 45px;
}

.header {
  background-image: url("../../images/bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 100vh;
  padding-bottom: 5rem;
}
@media (width < 119.99875rem) {
  .header {
    padding-bottom: 3.125rem;
  }
}
.header_top {
  padding: 3.125rem 0 5.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (width < 119.99875rem) {
  .header_top {
    padding-top: 30px;
  }
}
.header__phone {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  border-radius: 1.875rem;
  padding: 0.625rem 1.25rem;
  background: var(--blue);
  text-transform: lowercase;
  color: #fff;
  transition: scale 0.3s;
}
@media (any-hover: hover) {
  .header__phone:hover {
    scale: 1.1;
  }
}
@media (any-hover: none) {
  .header__phone:active {
    scale: 1.1;
  }
}
.header__contant {
  display: flex;
  justify-content: space-between;
}
@media (width <= 61.99875rem) {
  .header__contant {
    flex-direction: column-reverse;
  }
}
.header__info {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 7.375rem;
}
@media (width <= 61.99875rem) {
  .header__info {
    gap: 5rem;
  }
}
.header__info-list {
  display: flex;
  gap: 1.125rem 0.625rem;
  flex-wrap: wrap;
  max-width: 30.625rem;
}
@media (width <= 61.99875rem) {
  .header__info-list {
    max-width: none;
  }
}
@media (width <= 30.06125rem) {
  .header__info-list {
    gap: 0.625rem;
  }
}
.header__info-item {
  padding: 0.625rem 1.25rem;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.2);
  color: var(--blue);
  border: 0.0625rem solid var(--blue);
  border-radius: 30px;
  font-weight: 700;
  font-size: 1.625rem;
}
@media (width <= 30.06125rem) {
  .header__info-item {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
}
.header__social {
  margin-top: auto;
}
.header__social-item {
  transition: all 0.3s ease-in;
}
@media (any-hover: hover) {
  .header__social-item:hover {
    transform: scale(1.1);
  }
}
@media (any-hover: none) {
  .header__social-item:active {
    transform: scale(1.1);
  }
}
.header__social-list {
  display: flex;
  gap: 1.25rem;
}
@media (width <= 47.99875rem) {
  .header__social-list {
    gap: 0.625rem;
  }
}
.header__news {
  margin-top: -3.125rem;
}
@media (width <= 61.99875rem) {
  .header__news {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.header__news-box {
  display: flex;
  gap: 0.625rem;
  flex-direction: column;
  padding: 3.125rem 1.25rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 6.25rem;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: 1px solid #fff;
}
@media (width < 119.99875rem) {
  .header__news-box {
    margin-bottom: 1.25rem;
  }
}
.header__news-title, .header__news-time {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.header__news-link {
  text-decoration: underline;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  align-self: flex-start;
}
.header__buttons {
  display: flex;
  gap: 1.25rem;
}
.header__buttons a {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.625rem 1.25rem;
  border-radius: 1.875rem;
  transition: all 0.3s ease-in;
}
@media (any-hover: hover) {
  .header__buttons a:hover {
    transform: scale(1.1);
  }
}
@media (any-hover: none) {
  .header__buttons a:active {
    transform: scale(1.1);
  }
}
@media (width <= 30.06125rem) {
  .header__buttons a {
    font-size: 1.5rem;
  }
}
@media (width <= 30.06125rem) {
  .header__buttons {
    flex-wrap: wrap;
  }
}
.header__buttons-activities {
  background: rgba(255, 255, 255, 0.3);
  border: 0.0625rem solid var(--black);
}

.menu__list {
  display: flex;
  color: var(--blue);
  gap: 2.5rem;
}
@media (width <= 61.99875rem) {
  .menu__list {
    position: absolute;
    z-index: 50;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--blue);
    color: #fff;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    transform: translateY(-105%);
    transition: transform 0.3s linear;
  }
}
.menu.menu--open .menu__list {
  transform: translateY(0%);
}
.menu__item {
  transition: all 0.3s ease-in;
}
@media (any-hover: hover) {
  .menu__item:hover {
    transform: scale(1.1);
  }
}
@media (any-hover: none) {
  .menu__item:active {
    transform: scale(1.1);
  }
}
.menu__link {
  font-family: var(--font-family);
  text-transform: lowercase;
}
@media (width <= 61.99875rem) {
  .menu__link {
    text-transform: uppercase;
    font-size: 1.5rem;
  }
}

.title-img {
  margin-bottom: 0.75rem;
  width: 100%;
  position: relative;
  z-index: -1;
}

.title-text {
  display: inline-block;
  border-radius: 30px;
  padding: 0.625rem 1.25rem;
  background: var(--black);
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
}

.buttons-book {
  display: inline-block;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.625rem 1.25rem;
  border-radius: 1.875rem;
  background: var(--black);
  color: #fff;
  transition: all 0.3s ease-in;
}
@media (any-hover: hover) {
  .buttons-book:hover {
    transform: scale(1.1);
  }
}
@media (any-hover: none) {
  .buttons-book:active {
    transform: scale(1.1);
  }
}

.menu__btn {
  position: relative;
  z-index: 75;
  background: transparent;
  border: none;
  width: 50px;
  height: 30px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  transition: background 0.3s linear;
}
.menu__btn--open {
  background: #fff;
}
.menu__btn span {
  width: 100%;
  height: 0.25rem;
  background: var(--blue);
}
@media (width <= 61.99875rem) {
  .menu__btn {
    display: flex;
  }
}

.about {
  margin-bottom: 9.375rem;
}
@media (width <= 61.99875rem) {
  .about {
    margin-bottom: 4.6875rem;
  }
}
.about__inner {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
}
@media (width <= 61.99875rem) {
  .about__inner {
    flex-wrap: wrap;
  }
}
.about__content {
  max-width: 35rem;
  display: flex;
  flex-direction: column;
}
@media (width <= 80rem) {
  .about__content {
    flex-basis: 50%;
  }
}
@media (width <= 61.99875rem) {
  .about__content {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.about__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (width <= 80rem) {
  .about__subtitle {
    margin-bottom: 0.625rem;
  }
}
.about__title {
  font-size: clamp(2.25rem, 1.8461538462rem + 1.7948717949vw, 4rem);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 6.25rem;
}
@media (width <= 80rem) {
  .about__title {
    margin-bottom: 1.25rem;
  }
}
.about__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.about__text {
  margin-top: auto;
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
}
.about__item {
  font-size: 1.625rem;
  font-weight: 700;
  border: 1px solid var(--blue);
  color: var(--blue);
  border-radius: 1.875rem;
  padding: 0.625rem 1.25rem;
}
.about__img {
  position: relative;
}
@media (width < 93.75rem) {
  .about__img {
    flex-basis: 50%;
  }
}
@media (width <= 80rem) {
  .about__img {
    align-self: flex-end;
  }
}
@media (width <= 61.99875rem) {
  .about__img {
    flex-basis: 100%;
  }
}
@media (width < 93.75rem) {
  .about__img img {
    width: 100%;
  }
}
.about__link {
  position: absolute;
  right: 4.25rem;
  bottom: 3rem;
  font-size: 2rem;
  font-weight: 800;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 1.875rem;
  padding: 0.625rem 1.25rem;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.2196078431);
  transition: all 0.3s ease-in;
}
@media (any-hover: hover) {
  .about__link:hover {
    transform: scale(1.1);
  }
}
@media (any-hover: none) {
  .about__link:active {
    transform: scale(1.1);
  }
}

.activities {
  margin-bottom: clamp(3.75rem, 3.1730769231rem + 2.5641025641vw, 6.25rem);
  color: var(--black);
}
.activities__info {
  display: flex;
  gap: 1.25rem;
  margin-bottom: clamp(1.25rem, 0.0961538462rem + 5.1282051282vw, 6.25rem);
}
@media (width <= 61.99875rem) {
  .activities__info {
    flex-direction: column;
  }
}
.activities__subtitle {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 1.25rem;
}
@media (width <= 30.06125rem) {
  .activities__subtitle {
    margin-bottom: 0.625rem;
  }
}
.activities__title {
  flex-basis: 50%;
  font-weight: 800;
  font-size: clamp(2rem, 1.5384615385rem + 2.0512820513vw, 4rem);
  text-transform: uppercase;
  flex-basis: 100%;
}
.activities__text {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  justify-content: space-between;
  padding-block: 0.75rem;
}
.activities__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (width <= 47.99875rem) {
  .activities__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width <= 30.06125rem) {
  .activities__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.activities__item {
  border: 1px solid var(--black);
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.activities__item h5 {
  font-weight: 700;
  font-size: 26px;
  width: 7.1875rem;
  text-align: center;
}
.activities .buttons-book {
  align-self: start;
}

.reviews {
  margin-bottom: clamp(3.75rem, 2.4519230769rem + 5.7692307692vw, 9.375rem);
}
.reviews__top {
  margin-left: calc(50% + 10px);
  margin-bottom: clamp(1.875rem, 0.8653846154rem + 4.4871794872vw, 6.25rem);
}
@media (width <= 80rem) {
  .reviews__top {
    margin-left: 0;
  }
}
.reviews__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.reviews__title {
  font-size: clamp(2.75rem, 2.4471153846rem + 1.3461538462vw, 4.0625rem);
  font-weight: 800;
  text-transform: uppercase;
}
.reviews__items {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr 2fr 2fr 1fr;
}
@media (width <= 61.99875rem) {
  .reviews__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (width <= 30.06125rem) {
  .reviews__items {
    grid-template-columns: 1fr;
  }
}
.reviews__item:nth-child(even) {
  padding-top: 100px;
}
@media (width <= 61.99875rem) {
  .reviews__item:nth-child(even) {
    padding-top: 0;
  }
}
.reviews__img {
  max-width: 100%;
  margin-bottom: 1.25rem;
}
@media (width <= 61.99875rem) {
  .reviews__img {
    width: 100%;
  }
}

.blockquote {
  margin: 0;
}
.blockquote__text {
  margin-bottom: 0.9375rem;
}
.blockquote__cite {
  display: block;
  margin-bottom: 0.3125rem;
  text-align: right;
}
.blockquote__cite::before {
  content: "/";
}
.blockquote__time {
  display: block;
  text-align: right;
}

.footer {
  background: var(--black);
  padding-block: clamp(2.5rem, 1.6346153846rem + 3.8461538462vw, 6.25rem);
  color: #fff;
}
.footer__inner {
  max-width: 72.5rem;
  padding-inline: 0.625rem;
  margin-inline: auto;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 0.625rem;
}
@media (width <= 30.06125rem) {
  .footer__top {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.footer__title {
  font-size: 4rem;
  font-weight: 800;
  text-transform: uppercase;
}
@media (width <= 47.99875rem) {
  .footer__title {
    font-size: 2.75rem;
  }
}
.footer__info-list {
  display: flex;
  gap: 4.25rem;
  margin-bottom: 3.75rem;
}
@media (width <= 47.99875rem) {
  .footer__info-list {
    gap: 0.9375rem;
  }
}
@media (width <= 30.06125rem) {
  .footer__info-list {
    flex-wrap: wrap;
    gap: 1.5625rem;
  }
}
.footer__info-item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.footer__info-item dt {
  margin-left: 0;
  font-size: 1.25rem;
  font-weight: 700;
}
.footer__info-item dd {
  margin-left: 0;
  transition: all 0.3s ease-in;
}
.footer__info-item dd span {
  display: block;
}
@media (any-hover: hover) {
  .footer__info-item dd:hover {
    transform: scale(1.1);
  }
}
@media (any-hover: none) {
  .footer__info-item dd:active {
    transform: scale(1.1);
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 0.9375rem;
}
@media (width <= 61.99875rem) {
  .footer__bottom {
    gap-row: 1.875rem;
    flex-wrap: wrap;
  }
}
.footer__bottom-list {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.footer__bottom-item {
  transition: all 0.3s ease-in;
}
@media (any-hover: hover) {
  .footer__bottom-item:hover {
    transform: scale(1.1);
  }
}
@media (any-hover: none) {
  .footer__bottom-item:active {
    transform: scale(1.1);
  }
}
.footer__nav {
  align-self: flex-end;
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
@media (width <= 61.99875rem) {
  .footer__nav {
    gap: 1.25rem;
  }
}
.footer__nav-item {
  transition: all 0.3s ease-in;
}
@media (any-hover: hover) {
  .footer__nav-item:hover {
    transform: scale(1.1);
  }
}
@media (any-hover: none) {
  .footer__nav-item:active {
    transform: scale(1.1);
  }
}/*# sourceMappingURL=main.css.map */