* {
  margin: 0;
  padding: 0;
}

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

.landing {
  background-image: url(img/Background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
}

.center {
  padding-left: calc(50% - 660px);
  padding-right: calc(50% - 660px);
}

.header {
  display: flex;
  justify-content: space-between;
  padding-top: 17px;
  align-items: center;
}
.header__label {
  font-family: "poppins_semiboldregular";
  font-size: 36px;
  line-height: 54px;
  color: #FFFFFF;
}
.header__nav {
  display: flex;
  gap: 38px;
  align-items: baseline;
}
.header__nav_menu {
  display: flex;
  gap: 35px;
  font-family: "poppins_semiboldregular";
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.header__nav_log {
  display: flex;
  align-items: center;
  gap: 27px;
  font-family: "poppins_semiboldregular";
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.header__link {
  transition: 0.5s;
}
.header__link:hover {
  color: #FFC814;
}

.button {
  width: 160px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-family: "poppins_semiboldregular";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.button__yellow {
  background-color: #FFC814;
}
.button__yellow_bold {
  font-family: "poppinsbold";
}
.button__white {
  background-color: #FFFFFF;
}

.content {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.content__title {
  font-family: "poppinsbold";
  font-size: 56px;
  line-height: 60px;
  color: #FFFFFF;
}
.content__text {
  font-family: "poppinsregular";
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}
.content__buttons {
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.booking {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: -111px;
  z-index: 1;
  width: -webkit-fill-available;
}
.booking__nav {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.booking__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 4px 4px 0px 0px;
  padding-left: 10px;
  width: 120px;
  height: 45px;
  font-family: "poppins_semiboldregular";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  cursor: pointer;
  transition: 0.5s;
}
.booking__button:hover {
  background-color: #FFC814;
}
.booking__menu {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding: 38px 30px;
  background-color: #FFFFFF;
  box-shadow: 0px 6px 24px #E4E2EE;
}
.booking__details {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.booking__title {
  font-family: "poppins_semiboldregular";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.booking__input {
  width: 170px;
  height: 56px;
  border: none;
  box-shadow: 0px 6px 24px #E4E2EE;
}
.booking__input::-moz-placeholder {
  font-family: "poppinsregular";
  font-size: 16px;
  line-height: 15px;
  color: #70717B;
  padding-left: 10px;
}
.booking__input::placeholder {
  font-family: "poppinsregular";
  font-size: 16px;
  line-height: 15px;
  color: #70717B;
  padding-left: 10px;
}

.box {
  position: relative;
}
.box__background {
  position: relative;
  top: 72px;
  z-index: -1;
  max-width: -webkit-fill-available;
}
.box__content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding-bottom: 126px;
  position: absolute;
  top: 180px;
}

.pictures {
  position: relative;
  padding-bottom: 90px;
}
.pictures__back {
  border-radius: 14px;
  filter: drop-shadow(0px 6px 24px #E4E2EE);
  max-width: 25vw;
}
.pictures__front {
  position: absolute;
  top: 300px;
  left: 260px;
  filter: drop-shadow(0px 6px 24px #E4E2EE);
  max-width: 221.5px;
}

.container {
  display: flex;
  flex-direction: column;
  padding-left: 213px;
  padding-right: 29px;
}
.container__label {
  font-family: "quick_kiss_personal_useRg";
  color: #FFC814;
  font-weight: 400;
  font-size: 24px;
  line-height: 15px;
  padding-bottom: 10px;
}
.container__title {
  font-family: "poppinsbold";
  font-size: 36px;
  line-height: 48px;
  color: #1F3347;
  text-transform: capitalize;
  padding-bottom: 12px;
}
.container__text {
  font-family: "poppinsregular";
  font-size: 16px;
  line-height: 24px;
  color: #9DA1B4;
  padding-bottom: 7px;
}
.container__list {
  font-family: "poppinsregular";
  font-size: 16px;
  line-height: 28px;
  color: #9DA1B4;
  padding-bottom: 10px;
  list-style-type: none;
}
.container__list svg {
  fill: #9DA1B4;
  width: 14px;
  height: 14px;
}
.container__point {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: baseline;
}
.container__benefits {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
}
.container__benefit {
  display: flex;
  flex-direction: column;
  gap: 7px;
  max-width: -moz-min-content;
  max-width: min-content;
}
.container__yellow-text {
  font-family: "poppinsbold";
  font-size: 36px;
  line-height: 28px;
  color: #FFC814;
}
.container__gray-text {
  font-family: poppins_mediumregular;
  font-size: 16px;
  line-height: 24px;
  color: #9DA1B4;
}

.right-side {
  margin-right: 20px;
}
.right-side__picture {
  max-width: 18vw;
}/*# sourceMappingURL=style.css.map */