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

.footer__items, .b2__icons, .b1 .container, .header__menu ul, .main {
  display: flex;
}

.footer__logo, .footer__form > div, button:not(.burger),
.latepoint-book-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.b2__items-item.booking, .b2__items-item.price dl, .b2__items, .burger, .header .container {
  display: flex;
  justify-content: space-between;
}

.b1__slider-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__form > div button[type=submit], button:not(.burger),
.latepoint-book-button {
  transition: linear 0.5s;
}

@keyframes grow {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(2);
  }
}
@font-face {
  font-family: "CormorantGaramond";
  src: local("CormorantGaramond"), local("CormorantGaramond-Regular"), url("../fonts/cormorant-garamond/CormorantGaramond-Regular.woff2") format("woff2"), url("../fonts/cormorant-garamond/CormorantGaramond-Regular.woff") format("woff"), url("../fonts/cormorant-garamond/CormorantGaramond-Regular.ttf") format("true type");
  font-weight: normal;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto/Roboto.woff2") format("woff2"), url("../fonts/roboto/Roboto.woff") format("woff"), url("../fonts/roboto/Roboto.ttf") format("true type");
  font-weight: normal;
}
html {
  font-family: "Roboto";
  font-size: 18px;
  color: #363636;
  line-height: 1.2;
}

h1, h2, h3 {
  font-family: "CormorantGaramond";
  font-weight: 500;
  line-height: 1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
  min-height: 100vh;
}

body {
  padding-top: 187px;
}

button, input, textarea {
  border: 0;
  outline: none;
}

button:not(.burger),
.latepoint-book-button {
  background-color: #beab80;
  font-family: "CormorantGaramond";
  font-weight: 600;
}
button:not(.burger):hover,
.latepoint-book-button:hover {
  cursor: pointer;
  background-color: #363636;
  color: #ffffff;
}

.latepoint-book-button {
  width: 235px;
  height: 52px;
  color: #363636;
  text-transform: uppercase;
  text-decoration: none;
}

a, span {
  display: inline-block;
}

ul li {
  list-style-type: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: 92vw;
  margin-inline: auto;
}

.main {
  flex-wrap: wrap;
  row-gap: 50px;
  padding-bottom: 50px;
}

@media (max-width: 992px) {
  body {
    padding-top: 130px;
  }
}
/* Header */
.header {
  width: 100vw;
  background-color: #ffffff;
  padding-block: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  box-shadow: 0px 4px 8px 0px rgba(54, 54, 54, 0.2);
}
.header .container {
  align-items: center;
}
.header__logo {
  width: 230px;
}
.header__menu ul {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.header__menu ul li {
  list-style-type: none;
}
.header__menu ul li a {
  font-family: "CormorantGaramond";
  font-size: 20px;
  line-height: 1;
  color: #363636;
  text-transform: uppercase;
  text-decoration: none;
}
.header__menu ul li a:hover {
  text-decoration: underline;
}

.burger {
  display: none;
}

@media (max-width: 992px) {
  .header__logo {
    width: 150px;
  }
  .header__menu {
    width: 100vw;
    background-color: #ffffff;
    position: fixed;
    top: 130px;
    left: 0;
    padding-inline: 4vw;
    box-shadow: 0px 4px 8px 0px rgba(54, 54, 54, 0.2);
    z-index: 20;
    display: none;
  }
  .header__menu ul {
    flex-direction: column;
    row-gap: 20px;
    padding-block: 50px;
  }
  .header__menu ul li a {
    font-size: 18px;
  }
  .burger {
    display: flex;
    flex-direction: column;
    width: 35px;
    height: 25px;
    background-color: transparent;
    border: 0;
  }
  .burger__item {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #363636;
    transition: linear 0.5s;
  }
  .burger:hover {
    cursor: pointer;
  }
  .burger.active .burger__item:nth-of-type(2) {
    display: none;
  }
  .burger.active .burger__item:nth-of-type(1) {
    top: 43.5%;
    transform: rotate(45deg);
  }
  .burger.active .burger__item:nth-of-type(3) {
    bottom: 43.5%;
    transform: rotate(-45deg);
  }
}
/* Home */
.b1 {
  position: relative;
  width: 100%;
  height: calc(100vh - 187px);
  color: #ffffff;
}
.b1 .container {
  width: 75%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.b1__text {
  width: 500px;
  color: red;
  color: #ffffff;
  text-align: right;
}
.b1__text h1 {
  font-size: 100px;
  line-height: 0.8;
  margin-bottom: 40px;
}
.b1__text h1 span {
  font-size: 40px;
}
.b1__text p {
  font-family: "CormorantGaramond";
  width: auto;
  font-size: 45px;
  line-height: 1;
}
.b1__text .latepoint-book-button {
  margin-top: 75px;
  margin-inline: auto;
}
.b1__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.b2 {
  width: 100%;
}
.b2__items {
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.b2__items-item {
  width: 24%;
  padding: 20px;
  box-shadow: 0px 0px 8px 0px rgba(54, 54, 54, 0.2);
}
.b2__items-item h3 {
  font-size: 40px;
  margin-bottom: 50px;
}
.b2__items-item.person img {
  width: 100%;
  margin-bottom: 30px;
}
.b2__items-item.person .person__name {
  font-size: 20px;
  margin-bottom: 10px;
}
.b2__items-item.price dl {
  width: 100%;
  flex-wrap: wrap;
  row-gap: 10px;
}
.b2__items-item.price dl dt {
  width: 50%;
  float: left;
}
.b2__items-item.booking {
  flex-direction: column;
  row-gap: 50px;
}
.b2__items-item.booking .latepoint-book-button {
  margin-inline: auto;
}
.b2__icons {
  flex-wrap: wrap;
  row-gap: 20px;
}
.b2__icons-icon {
  width: 12.5%;
  text-align: center;
  color: #363636;
  opacity: 0.8;
}
.b2__icons-icon img {
  margin-inline: auto;
  margin-bottom: 15px;
}
.b2__icons-icon span {
  font-family: "CormorantGaramond";
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  word-break: break-all;
}
.b2__icons-icon:hover {
  opacity: 1;
}

@media (max-width: 1200px) {
  .b2__items {
    row-gap: 20px;
  }
  .b2__items-item {
    width: 49%;
  }
  .b2__icons-icon {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .b1 {
    height: calc(100vh - 130px);
  }
  .b1 .container {
    width: 92%;
  }
  .b1__text {
    width: 100%;
    text-align: center;
  }
  .b1__text h1 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 25px;
  }
  .b1__text h1 span {
    font-size: 25px;
  }
  .b1__text p {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .b2__items-item {
    width: 100%;
  }
  .b2__icons-icon {
    width: 50%;
  }
}
/* Footer */
.footer {
  width: 100%;
  background-color: #f7f5f3;
  padding-block: 50px;
}
.footer h3 {
  font-size: 30px;
}
.footer__form {
  margin-bottom: 50px;
}
.footer__form h3 {
  text-align: center;
  margin-bottom: 30px;
}
.footer__form > div {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.footer__form > div input[type=email] {
  width: 320px;
  height: 52px;
  border: 1px solid #beab80;
  padding-inline: 20px;
}
.footer__form > div button[type=submit] {
  width: 235px;
  height: 52px;
  background-color: #beab80;
  text-transform: uppercase;
}
.footer__form > div button[type=submit]:hover {
  background-color: #363636;
  color: #ffffff;
}
.footer__items {
  margin-bottom: 50px;
}
.footer__items h3 {
  margin-bottom: 20px !important;
}
.footer__items a {
  color: #363636;
  text-decoration: none;
}
.footer__items a:hover {
  text-decoration: underline;
}
.footer__items-item {
  width: 25%;
}
.footer__items-item:not(:first-child) {
  padding-inline: 20px;
}
.footer__items-item:first-child {
  padding-right: 20px;
}
.footer__items-item *:not(:last-child) {
  margin-bottom: 10px;
}
.footer__logo {
  width: 25%;
}
.footer__logo a {
  width: 50%;
}
.footer__copyright {
  text-align: center;
}

@media (max-width: 1200px) {
  .footer__items {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .footer__items-item {
    width: 50%;
  }
  .footer__items-item:nth-of-type(2) {
    text-align: right;
  }
  .footer__items-item:nth-of-type(3) {
    padding-left: 0;
  }
  .footer__logo {
    width: 50%;
    justify-content: flex-end;
  }
}
@media (max-width: 992px) {
  .footer__logo a {
    width: 75%;
  }
}
@media (max-width: 576px) {
  .footer__form > div {
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .footer__items-item {
    width: 100%;
    padding-inline: 0 !important;
  }
  .footer__items-item:nth-of-type(2) {
    text-align: left;
  }
  .footer__logo {
    width: 100%;
  }
  .footer__logo a {
    width: 100%;
  }
}
/* Google Reviews */
.ti-rating,
span.nowrap {
  font-family: Roboto !important;
  font-size: 18px !important;
}

.ti-name {
  font-family: Roboto !important;
  font-size: 15px !important;
}

.ti-date {
  font-family: Roboto !important;
  font-size: 14px !important;
}/*# sourceMappingURL=styles.css.map */
