@charset "UTF-8";
/* base */
*, *::before, *::after {
  box-sizing: inherit; /*  all elements preset in the Dom & pseudo-elements(::before, ::after) takes value of property from its parent element  */
}

html {
  box-sizing: border-box; /* dimension of elements will include the border and padding */
  /* height: 100%; */
}

body {
  /* height: 100%; */
  margin: 0;
  padding: 0;
}

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

a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

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

/* HEADER */
.header {
  padding-bottom: 125px;
}
.header .container {
  padding: 0;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.header__top {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding-top: 58px;
}

.header__logo {
  display: flex;
  align-items: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
}

.header-logo-name {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  line-height: auto;
  letter-spacing: 5px;
}

.header__logo-img {
  height: 40px;
}

/* NAVIGATION STYLES */
.menu__list {
  display: flex;
  -moz-column-gap: 65px;
       column-gap: 65px;
}

.menu__item {
  border-radius: 10px;
  outline: 1px solid #f7f7f7;
  padding: 25px 20px;
}

.menu__item:hover {
  outline: 1px solid #ededed;
  filter: drop-shadow(2px 4px 6px black);
}
.menu__item:hover a {
  color: #fff;
}

.menu__link {
  padding: 0 10px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.header-heading-p {
  position: absolute;
  left: 810px;
  top: 480px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  /* font-size: 30px; */
  font-size: clamp(0.8rem, 0.287rem + 1.4275vw, 2rem);
  letter-spacing: 19px;
}

.header-heading-h1 {
  position: absolute;
  left: 425px;
  top: 400px;
  font-family: "Montserrat", sans-serif;
  /* font-size: 250px;*/
  font-size: clamp(5rem, 0.2974rem + 13.0855vw, 16rem);
  font-weight: 700;
}

.burger {
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  border: none;
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 3vh;
  left: 90vw;
  z-index: 2;
}

.burger__line {
  display: block;
  width: 21px;
  height: 3px;
  background-color: #59b9fd;
  margin-bottom: 4px;
}

.burger__line:last-child {
  margin-bottom: 0px;
}

.burger-active > span:first-child {
  transform: rotate(45deg);
  transition: 0.5s;
  width: 30px;
  height: 2px;
  margin-bottom: 0;
}

.burger-active > span:nth-child(2) {
  display: none;
}

.burger-active > span:last-child {
  transform: rotate(-45deg);
  transition: 0.5s;
  width: 30px;
  height: 2px;
  margin-bottom: 0;
}

/* * {box-sizing:border-box} */
/* Slideshow container */
.header-slider {
  max-width: 1920px;
  position: relative;
  /* margin: auto; */
}

/* Hide the images by default */
.header-slider-slide {
  display: none;
  /* height: 1079px; */
}

.header-slider-slide img {
  max-width: 100%;
}

.counter {
  position: absolute;
  top: 980px;
  right: 120px;
  z-index: 2;
}

/* Next & previous buttons */
.prev, .next {
  z-index: 1;
  transform: scale(2);
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding-top: 0;
  margin-bottom: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.2s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.prev {
  left: 2%;
}

/* Position the "next button" to the right */
.next {
  right: 2%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  /* background-color: rgba(0,0,0,0.8); */
  transform: scale(2.5);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.rating {
  display: flex;
  position: relative;
  margin: 10px 25px;
}

.rating {
  flex-direction: row-reverse;
  width: 200px;
  margin-left: 145px;
  margin-top: 5px;
}

.rating input {
  margin: 0;
  position: relative;
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  overflow: hidden;
}

.rating input::before {
  content: "\f005";
  position: absolute;
  font-family: fontAwesome;
  font-size: 36px;
  left: 4px;
  color: #c4c4c4;
  transition: 0.5s;
}

.rating input:nth-child(2n+1)::before {
  right: 4px;
  left: initial;
}

.rating input:hover ~ input::before, input:hover::before,
.rating input:checked ~ input::before, input:checked::before {
  color: #ff9921;
}

/* DEBUG */
/* .container {
  border: 1px solid black;
}
.rating {
  border: 1px dashed red;
}
input {
  border: 1px dotted green;
} */
.debugMode-btn {
  position: fixed;
  outline: 1px dashed black;
  z-index: 1;
  color: black;
  font-weight: bold;
  font-size: 25px;
  bottom: 5px;
  left: 5px;
  padding: 15px 10px;
  background-color: #ededed;
}
.debugMode-btn:hover {
  cursor: pointer;
}

.debugMode {
  outline: 1px solid limegreen;
}

.on {
  color: red;
}

/* font-family: 'Manrope', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif; */
* {
  /* DEBUG CSS */
}

body {
  /* цвет основного фона из макета */
  background-color: #ededed;
  /* сюда дефолт шрифт с гугла
  и др. параметры из макета */
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  /* также базовые стили (цвет текста и т.д.) */
}

.container {
  max-width: 1920px;
  padding: 0 130px;
  margin: 0 auto;
}

:root {
  /* color variables */
  --accent-color: #ededed;
}

/* стили для текста (text-p etc) */
/* ACTIVITIES SECTION */
.section-wrapper {
  margin-top: 137px;
  text-align: center;
  max-width: 1690px;
  margin: 0 auto;
}

.section-wrapper section {
  /* margin: 0 auto; */
}

.activities {
  /* width: 1690px; */
  padding-top: 15px;
  height: auto;
  background-color: #fff;
  margin-bottom: 197px;
  padding-bottom: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.activities-heading-p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #474747;
  margin-bottom: 27px;
}

.activities-heading-h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 46px;
  color: #2d2d2d;
  margin-bottom: 110px;
}

.activities-card {
  display: grid;
  grid-template-columns: repeat(4, minmax(163px, 280px));
  grid-template-rows: repeat(2, 600px);
  grid-template-areas: "a a b b" "c c d d";
  gap: 25px;
}
.activities-card .hiking {
  grid-area: a;
}
.activities-card .sailing {
  grid-area: b;
}
.activities-card .skiing {
  grid-area: c;
}
.activities-card .kayaking {
  grid-area: d;
}

.activities-card-inner {
  width: auto;
  position: relative;
}
.activities-card-inner img {
  width: 100%;
  height: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
}
.activities-card-inner .card-info {
  top: 10%;
  left: 20px;
  background-color: #fff;
  padding: 15px 5px;
  position: absolute;
  top: 85%;
  right: 60%;
  left: 15px;
}
.activities-card-inner .card-info-h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #000;
  margin-bottom: 9px;
}
.activities-card-inner .card-info-p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #000;
  opacity: 60%;
  padding-right: 0;
}

/* ABOUT US */
.about {
  /* width: 1690px; */
  height: auto;
  background-color: #fff;
  margin-bottom: 208px;
  padding-top: 15px;
}

.about-heading-p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #474747;
  margin-bottom: 27px;
  letter-spacing: 12px;
}

.about-heading-h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 46px;
  color: #2d2d2d;
  margin-bottom: 110px;
}

.about-wrapper {
  display: flex;
  justify-content: space-evenly;
}

.about-wrapper img {
  width: 872px;
  height: 643px;
  /* height: 92%; */
  margin-right: 65px;
}

.about-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  row-gap: 50px;
}

.about-info-item {
  display: flex;
  flex-direction: column;
  text-align: left;
  /* height: 400px; */
  margin-bottom: 60px;
  width: 440px;
  position: relative;
}

.about-info-h3 {
  align-self: flex-start;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #3d3d3d;
}

/* before */
.about-info-h3::before {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: 9b9b9b;
  letter-spacing: 3px;
  content: "01";
  position: absolute;
  left: -45px;
  top: 2px;
  right: 43px;
}

.about-info div:nth-child(2).about-info-item .about-info-h3::before {
  content: "02";
}

.about-info div:nth-child(3).about-info-item .about-info-h3::before {
  content: "03";
}

/* --before */
.about-info-p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #6d6d6d;
  padding-top: 20px;
}

/* beauties */
.beauties {
  /* width: 1690px; */
  margin: 0 auto;
  height: auto;
  background-color: #fff;
  padding-top: 25px;
}

.beauties-heading-p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #474747;
  margin-bottom: 27px;
  letter-spacing: 12px;
}

.beauties-heading-h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 46px;
  color: #2d2d2d;
  margin-bottom: 110px;
}

/* beauties cards */
.beauties-cards {
  display: flex;
  justify-content: space-around;
  position: relative;
}

.beauties-cards-card {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  height: 620px;
  /* width: 351px; */
}

.fixReine {
  margin-left: -30px;
  /* fix reine h3 info */
}

.card-info {
  position: absolute;
  left: 0px;
  background-color: #fff;
  padding: 15px 5px;
  top: 10px;
  left: 15px;
}

.card-info-h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #000;
  margin-bottom: 9px;
}

.card-info-p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #959595;
  padding-right: 80px;
  margin-top: 14px;
  /* opacity: 60%; */
}

/* beauties form */
.beauties-form {
  /* border: 1px solid black; */
  position: relative;
  margin-left: 70px;
  /* height: 75px; */
  height: 105px;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  position: relative;
  padding-right: 15%;
  padding-top: 115px;
  background-color: #f4f4f4;
  margin-bottom: 114px;
}

.form-date,
.form-location,
.form-place {
  /* border: 1px solid green; */
  max-width: 321px;
  min-width: 200px;
  height: 75px;
  display: inline-block;
  margin-right: 70px;
  /* padding: 20px; */
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #4e4e4e;
  position: relative;
}

.form-button {
  display: inline-block;
  /* align-items: flex-end; */
  position: absolute;
  top: 20%;
}

.form-button button {
  /* border: 1px solid red; */
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 5px;
  color: #fff;
  width: 261px;
  height: 75px;
  background-color: #3d3d3d;
  padding: 27px 79px;
}

.form_item-wrapper {
  padding: 5px;
  /* border: 1px solid black; */
}

.form-location label {
  position: absolute;
  left: 6px;
  top: -21px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 3px;
  color: #9b9b9b;
}

.form-place label {
  position: absolute;
  left: 6px;
  top: -21px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 3px;
  color: #9b9b9b;
}

.form-date label {
  position: absolute;
  left: 6px;
  top: -21px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 3px;
  color: #9b9b9b;
}

.form_item-wrapper input {
  border: 1px solid #dbdbdb;
  padding: 10px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  color: #4e4e4e;
}

.form_item-wrapper select {
  border: 1px solid #dbdbdb;
  padding: 10px;
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  color: #4e4e4e;
}

/* partners-reviews */
.partners-reviews {
  /* width: 1690px; */
  height: auto;
  background-color: #fff;
  /* border: 1px solid black; */
  margin-left: 70px;
  padding-top: 178px;
}

.partners-reviews-heading-p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #474747;
  margin-bottom: 27px;
  letter-spacing: 12px;
}

.partners-reviews-heading-h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 46px;
  color: #2d2d2d;
  margin-bottom: 40px;
}

.partners-logo {
  /* border: 1px solid red; */
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 188px;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* reviews */
.reviews {
  /* border: 1px solid black; */
  /* margin-left: 70px; */
  margin-bottom: 227px;
  background-image: url("../img/other/reviews-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 544px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.reviews-wrapper {
  /* border: 1px solid red; */
  display: flex;
}

.reviews-card {
  margin-right: 51px;
}

.reviews-card:last-child {
  margin-right: 0;
}

.reviews-item {
  width: 350px;
  height: 192px;
  background-color: #fff;
  padding: 78px 15px;
  position: relative;
  background-image: url("../img/other/Rating-Star-mod1.png");
  background-repeat: no-repeat;
  background-position: 165px 10px;
  margin-bottom: 26px;
}

.reviews-item::after {
  content: "";
  border-style: solid;
  border-width: 0 20px 20px 21px;
  border-radius: 47px;
  border-color: transparent transparent #fff transparent;
  transform: rotate(178deg);
  position: absolute;
  top: 188px;
  left: 27px;
}

.reviews-quotes {
  font-family: "Manrope";
  font-style: 400;
  font-weight: 800;
  font-size: 60px;
  line-height: 98px;
  opacity: 0.4;
  color: #ff9921;
  position: absolute;
  top: 20px;
  left: 30px;
}

.reviews-text {
  color: #474747;
}

/* avatars */
.reviews-avatar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.avatar-wrapper {
  padding: 10px;
  margin-right: 14px;
}

.avatar-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.avatar-name {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.avatar-text {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
}

/* footer */
.footer {
  min-height: 484px;
  background-color: #f4f4f4;
  /* border: 1px solid black; */
  padding-top: 70px;
  max-width: 1620px;
  margin: 0 auto;
}

.footer-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 58px;
}

.footer-heading img {
  width: 56px;
}

.footer-logo-wrapper {
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 5px;
  border-radius: 26px;
  display: flex;
  background-color: #000;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 30px;
}

.footer-logo-text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25em;
  color: #000000;
  opacity: 0.9;
}

/* footer links */
.footer-nav {
  margin: 0 auto;
  width: 120px;
  width: -moz-fit-content;
  width: fit-content;
  /* space for all menu items */
  margin-bottom: 67px;
}
.footer-nav-list {
  display: flex;
}

.footer-nav ul {
  list-style: none;
  /* if someone using this code & not use reset.css */
  margin-left: 30px;
}

.footer-nav ul li {
  /* background-color: #1e1e1e; */
  border-radius: 10px;
  display: inline;
  /* convert block to inline */
  float: left;
  /* for full control of how many px between */
  margin-right: 65px;
}

.footer-nav ul li:hover {
  background-color: #dbdbdb;
}

.footer-nav ul li a {
  padding: 0 10px;
  /* no space between items */
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  /* Whenever you set the line-height to the full height of it's container, it centers the text */
  line-height: 60px;
  /* full height of container - centers by height */
  color: #6d6d6d;
  display: block;
  /* 1/2 - click on link outside link's text */
  height: 100%;
  /* 2/2 */
}

.footer-nav ul li a:hover {
  /* color: #1e1e1e; */
}

.footer-line {
  max-width: 1110px;
  margin-bottom: 61px;
}

/* copyright socials block */
.copyright-socials {
  /* border: 1px solid black; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.copy-wrapper {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6D6D6D;
}

.socials-wrapper {
  /* border: 1px solid red; */
}

.socials-list {
  display: inline-flex;
}

.socials-item-wrapper {
  background-color: #999;
  border-radius: 36px;
  padding: 10px;
  margin-right: 5px;
}

.socials-item-wrapper:hover {
  background-color: #000;
}

.socials-list .socials-item-wrapper li {
  display: inline-block;
  list-style-type: none;
}

.socials-list .socials-item-wrapper img {
  width: 45px;
  height: 45px;
  /* margin-right: 20px; */
}

@media (max-width: 1920px) {
  .header-heading-p {
    left: 42%;
    top: 40%;
  }
  .header-heading-h1 {
    left: 22%;
    top: 34%;
  }
}
@media (max-width: 1572px) {
  .beauties-cards {
    margin-bottom: 25px;
    row-gap: 20px;
  }
  .beauties-cards-card {
    height: -moz-fit-content;
    height: fit-content;
  }
  .beauties-cards-card img {
    width: 390px;
  }
  .rating {
    margin: 0 auto;
  }
}
@media (max-width: 1440px) {
  .header {
    padding-bottom: 90px;
  }
  .activities {
    margin-bottom: 5%;
    padding-bottom: 5%;
  }
  .activities-heading-h2 {
    margin-bottom: 50px;
  }
  .about {
    margin-bottom: 50px;
  }
  .about-heading-p {
    margin-bottom: 20px;
  }
  .about-heading-h2 {
    margin-bottom: 40px;
  }
  .about-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .about-wrapper img {
    height: 450px;
  }
  .about-info {
    flex-direction: column;
    align-items: center;
    padding-bottom: 15px;
  }
  .about-info-item {
    margin-bottom: 0;
  }
  .about-wrapper img {
    width: 80vw;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .beauties-heading-h2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 1260px) {
  .activities-card {
    margin: 0 15px;
  }
  .beauties-cards {
    flex-direction: column;
    align-items: center;
  }
  .beauties-cards-card img {
    min-width: 32vw;
  }
  .beauties-heading-h2 {
    margin-bottom: 45px;
  }
  .beauties-form {
    justify-content: start;
    padding-left: 5px;
  }
  .form-date,
  .form-location,
  .form-place {
    margin-right: 55px;
  }
  .partners-reviews {
    margin-left: 0;
    padding-top: 40px;
  }
  .partners-logo {
    margin-bottom: 0;
  }
  .reviews {
    height: auto;
    padding-top: 30px;
    margin-bottom: 50px;
  }
  .reviews-card {
    margin-right: 0;
  }
  .reviews-wrapper {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}
@media (max-width: 1140px) {
  .menu {
    display: none;
    position: absolute;
    top: 5vh;
    left: 1%;
    right: 0;
    width: 95vw;
    transition: 0.2s;
  }
  .menu__list {
    justify-content: space-evenly;
  }
  .menu__item {
    background-color: #000;
    outline: 3px solid #726464;
    padding: 15px 15px;
  }
  .menu-active {
    display: block;
  }
  .burger {
    display: block;
  }
  .header {
    padding-bottom: 50px;
  }
  .header__top {
    padding-top: 3%;
  }
  .beauties-form {
    padding: 30px 0;
    margin: 0;
    height: auto;
    justify-content: center;
  }
  .beauties-form form {
    display: flex;
    flex-direction: column;
  }
  .beauties-form form .form-button {
    position: static;
  }
  .form-date,
  .form-location,
  .form-place {
    margin-right: 0;
  }
  .partners-logo {
    display: grid;
    grid-template-columns: repeat(2, 100px);
  }
  .copyright-socials {
    justify-content: space-around;
    gap: 5px;
  }
  .footer-nav ul li {
    margin-right: 0;
  }
}
@media (max-width: 799px) {
  .header {
    padding-bottom: 30px;
  }
  .menu {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 15px;
    margin: 0 auto;
    padding: 1rem 1rem;
    background-color: #000;
  }
  .menu__list {
    flex-direction: column;
    align-items: center;
    row-gap: 3vh;
    transition: 0.5s;
  }
  .menu__item {
    width: -moz-fit-content;
    width: fit-content;
  }
  .activities-card {
    display: grid;
    margin: 0 15px;
    grid-template-columns: repeat(2, minmax(130px, 220px));
    grid-template-rows: repeat(4, 300px);
    grid-template-areas: "a a" "b b" "c c" "d d";
    gap: 25px;
  }
  .activities-card-inner .card-info {
    top: 68%;
  }
  .about-wrapper img {
    height: 285px;
  }
  .partners-logo {
    grid-template-columns: repeat(1, 100px);
    margin-bottom: 10px;
  }
  .logo-wrapper {
    justify-content: center;
    height: 100px;
  }
}
@media (max-width: 660px) {
  .about-info {
    row-gap: 20px;
  }
  .about-info-h3 {
    align-self: center;
  }
  .about-info-h3::before {
    left: 0;
  }
  .beauties {
    padding-top: 10px;
  }
  .beauties-heading-p {
    margin-bottom: 20px;
  }
  .beauties-heading-h2 {
    font-size: 31px;
    margin-bottom: 31px;
  }
  .footer {
    padding-top: 35px;
  }
  .footer-heading {
    margin-bottom: 30px;
  }
  .footer-line {
    margin-bottom: 0;
  }
  .footer-nav {
    margin-bottom: 0;
  }
  .footer-nav ul {
    margin-left: 0;
  }
  .footer-nav-list {
    flex-direction: column;
  }
  .copyright-socials {
    flex-direction: column-reverse;
  }
}
@media (max-width: 599px) {
  .header-heading-p {
    left: 12vw;
    top: 37%;
  }
  .header-heading-h1 {
    left: 10vw;
    top: 34%;
  }
  .activities-heading-h2 {
    font-size: 39px;
  }
  .beauties-cards-card {
    height: 340px;
  }
  .beauties-cards-card img {
    width: 76vw;
  }
  .card-info {
    transform: scale(0.8);
  }
  .reviews {
    margin-bottom: 25px;
  }
}
@media (max-width: 540px) {
  .header {
    padding-bottom: 10px;
  }
  .activities-heading-p {
    margin-bottom: 15px;
  }
  .activities-heading-h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .about-info-h3::before {
    left: 75px;
  }
  .about-info-p {
    font-size: 15px;
    width: 250px;
    align-self: center;
  }
}
@media (max-width: 448px) {
  .beauties-cards-card {
    height: 270px;
  }
  .beauties-heading-p {
    margin-bottom: 14px;
  }
  .beauties-heading-h2 {
    font-size: 24px;
  }
  .reviews-wrapper {
    gap: 15px;
  }
  .reviews-item {
    width: 258px;
  }
}
@media (max-width: 434px) {
  .header-heading-p {
    left: 19vw;
    top: 46%;
  }
  .header-heading-h1 {
    left: 6vw;
    top: 48%;
    transform: scale(0.8);
  }
  .activities-heading-p {
    margin-bottom: 10px;
  }
  .activities-heading-h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .activities-card-inner .card-info-h3 {
    font-size: 25px;
  }
  .activities-card-inner .card-info-p {
    font-size: 14px;
  }
  .about-heading-h2 {
    font-size: 37px;
  }
  .card-info {
    left: -2%;
    top: 0%;
  }
  .partners-reviews-heading-h2 {
    font-size: 34px;
  }
  .reviews-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 354px) {
  .header {
    padding-bottom: 5px;
  }
  .header-heading-h1 {
    left: -3vw;
    transform: scale(0.5);
  }
  .about-heading-h2 {
    font-size: 33px;
    margin-bottom: 25px;
  }
  .about-info-h3::before {
    left: 81px;
  }
  .partners-logo {
    margin-bottom: 40px;
  }
  .beauties-cards-card {
    height: 225px;
  }
  .beauties-heading-p {
    margin-bottom: 9px;
  }
  .beauties-heading-h2 {
    font-size: 22px;
    margin-bottom: 17px;
  }
  .reviews {
    margin-bottom: 0;
  }
  .reviews-item {
    padding-top: 50px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .reviews-quotes {
    top: 0;
    left: 25px;
  }
}/*# sourceMappingURL=style.css.map */