@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.eyebrow {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  color: #DBA558;
  margin-bottom: 12px;
}

.eyebrow--white {
  color: #FFFFFF;
}

html {
  box-sizing: border-box;
  /* Targets Blink and Webkit Engine */
  -webkit-font-smoothing: antialiased;
  /* Targets Gecko Engine */
  -moz-osx-font-smoothing: grayscale;
}

/*
By setting up the box-sizing: border-box on the html and
having all elements inherit from it, we allow 3rd party
CSS to override this behavior.
*/
*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: Inter, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-neutral-500);
  background-color: var(--color-white);
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #DBA558;
  text-decoration: none;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter Tight", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: var(--color-neutral-900);
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 40px;
}

h5 {
  font-size: 36px;
}

h6 {
  font-size: 32px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 50px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

hr {
  border: none;
  height: 1px;
  background: #E5E7EB;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .hide-for-sm {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-for-md {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hide-for-ld {
    display: none !important;
  }
}
.row {
  display: block;
  /* 1080px base + 16px left spacing + 16px right spacing */
  max-width: 1112px;
  margin: 0 auto;
}
.row::after {
  content: "";
  display: block;
  clear: both;
}

.row__col {
  display: block;
  float: left;
  padding: 0 16px;
}

.row__col--sm-1 {
  width: 8.3333333333%;
}

.row__col--sm-2 {
  width: 16.6666666667%;
}

.row__col--sm-3 {
  width: 25%;
}

.row__col--sm-4 {
  width: 33.3333333333%;
}

.row__col--sm-5 {
  width: 41.6666666667%;
}

.row__col--sm-6 {
  width: 50%;
}

.row__col--sm-7 {
  width: 58.3333333333%;
}

.row__col--sm-8 {
  width: 66.6666666667%;
}

.row__col--sm-9 {
  width: 75%;
}

.row__col--sm-10 {
  width: 83.3333333333%;
}

.row__col--sm-11 {
  width: 91.6666666667%;
}

.row__col--sm-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .row__col--md-1 {
    width: 8.3333333333%;
  }
  .row__col--md-2 {
    width: 16.6666666667%;
  }
  .row__col--md-3 {
    width: 25%;
  }
  .row__col--md-4 {
    width: 33.3333333333%;
  }
  .row__col--md-5 {
    width: 41.6666666667%;
  }
  .row__col--md-6 {
    width: 50%;
  }
  .row__col--md-7 {
    width: 58.3333333333%;
  }
  .row__col--md-8 {
    width: 66.6666666667%;
  }
  .row__col--md-9 {
    width: 75%;
  }
  .row__col--md-10 {
    width: 83.3333333333%;
  }
  .row__col--md-11 {
    width: 91.6666666667%;
  }
  .row__col--md-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .row__col--ld-1 {
    width: 8.3333333333%;
  }
  .row__col--ld-2 {
    width: 16.6666666667%;
  }
  .row__col--ld-3 {
    width: 25%;
  }
  .row__col--ld-4 {
    width: 33.3333333333%;
  }
  .row__col--ld-5 {
    width: 41.6666666667%;
  }
  .row__col--ld-6 {
    width: 50%;
  }
  .row__col--ld-7 {
    width: 58.3333333333%;
  }
  .row__col--ld-8 {
    width: 66.6666666667%;
  }
  .row__col--ld-9 {
    width: 75%;
  }
  .row__col--ld-10 {
    width: 83.3333333333%;
  }
  .row__col--ld-11 {
    width: 91.6666666667%;
  }
  .row__col--ld-12 {
    width: 100%;
  }
}
.btn {
  display: inline-block;
  border-radius: 8px;
  font-weight: 500;
  line-height: 1.125;
  text-align: center;
}
@media (min-width: 768px) {
  .btn {
    line-height: 1.4;
  }
}
.btn:hover {
  cursor: pointer;
}
.btn--md {
  padding: 14px 20px;
  font-size: 16px;
}
.btn--sm {
  padding: 9px 16px;
  font-size: 14px;
}
.btn--icon-md {
  padding: 14px;
}
.btn--icon-sm {
  padding: 9px;
}
.btn--black {
  background-color: #1E1E1E;
  border: 1px solid #1E1E1E;
  color: #FFFFFF;
}
.btn--white {
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  color: #1F2937;
}
.btn--expanded {
  display: block;
}

.nav {
  background-color: #FFFFFF;
}
.nav__logo {
    display: flex;
    justify-content: stretch;
    align-items: left;
    padding: 14px 0;
  }
.nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}
.nav__content {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav__list {
  display: flex;
  align-items: center;
}
.nav__item {
  padding: 10px 16px;
}
.nav__item a {
  color: #1F2937;
}
.nav__divider {
  align-self: stretch;
  width: 1px;
  background-color: #E5E7EB;
}
.nav__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.section {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 60px 0;
  }
}
.section--white {
  background-color: var(--color-white);
}
.section--muted {
  background-color: var(--color-neutral-50);
}
.section__header {
  max-width: 624px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-hero {
  text-align: center;
  color: #FFFFFF;
  background-image: url("../img/icarus-stock2.jpg");
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .section-hero {
    text-align: start;
  }
}
.section-hero__inner {
  display: flex;
  align-items: center;
  padding: 153px 0;
}
@media (min-width: 768px) {
  .section-hero__inner {
    height: 688px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .section-hero__content {
    max-width: 592px;
  }
}
.section-hero__eyebrow {
  margin-bottom: 8px;
}
.section-hero__title {
  margin-bottom: 18px;
  font-weight: 600;
  color: #FFFFFF;
}
.section-hero__desc {
  margin-bottom: 32px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .section-hero__desc {
    max-width: 488px;
  }
}

.section-clients__title {
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 500;
  color: #111827;
  text-align: center;
}
@media (min-width: 768px) {
  .section-clients__title {
    font-size: 24px;
  }
}
.section-clients__logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media (min-width: 768px) {
  .section-clients__logos {
    flex-direction: row;
  }
}
.section-clients__logo {
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  height: 68px;
  background-color: #F9FAFB;
}
@media (min-width: 768px) {
  .section-clients__logo {
    height: 58px;
    flex-grow: 1;
  }
}

.section-services {
  color: #374151;
  text-align: center;
}
@media (min-width: 768px) {
  .section-services {
    text-align: start;
  }
}
.section-services__eyebrow {
  margin-bottom: 24px;
}
.section-services__title {
  margin-bottom: 24px;
}
.section-services__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .section-services__list {
    align-items: flex-start;
  }
}
.section-services__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-services__item-icon {
  flex-shrink: 0;
}
.section-services__item-title {
  flex: 1;
}
.section-services__desc {
  margin-bottom: 24px;
}
.section-services__btn {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .section-services__btn {
    margin-bottom: 0;
  }
}
.section-services__photo {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 524/500;
  border-radius: 6px;
}

.section-features__title {
  margin-bottom: 48px;
  text-align: center;
}
.section-features__card {
  margin-bottom: 18px;
  padding: 20px;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(16, 24, 40, 0.0588235294);
}
@media (min-width: 768px) {
  .section-features__card {
    margin-bottom: 0;
  }
}
.section-features__card-icon {
  margin-bottom: 20px;
}
.section-features__card-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #111827;
}
.section-features__card-desc {
  min-height: 58.8px;
}
@media (min-width: 768px) {
  .section-features__card-desc {
    min-height: 67.2px;
  }
}

.section-rooms__item {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .section-rooms__item {
    margin-bottom: 10;
  }
}
.section-rooms__item-photo {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 6px;
  aspect-ratio: 338/216;
  object-fit: cover;
}
.section-rooms__item-title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  color: #111827;
}
.section-rooms__item-desc {
  margin-bottom: 24px;
}

/*# sourceMappingURL=style.css.map */
