@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i');

html {
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

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

main {
  position: relative;
  perspective: 1500px;
}

.intro-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  img {
    display: none;
  }
}

.flickity-viewport {
  height: 100% !important;
}

.intro-cell {
  width: 100%;
  height: 100%;
  text-align: center;
}

.intro-text {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  max-width: 860px;

  h1 {
    font-size: 42px;
    margin: 0;
  }

  h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
  }

  p {
    font-size: 18px;
    line-height: 1.5;
  }

  a {
    display: inline-block;
    padding: 15px 30px;
    background: #feca0a;
    color: black;
    text-decoration: none;
    border-radius: 99px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .feature {
    height: 800px;
  }
}
.site-footer {
  padding: 44px 24px 48px;
  border-top: 1px solid #f0f0f0;
  text-align: center;
  color: #767676;

  &::before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    margin: 0 auto 20px;
    border-radius: 2px;
    background: #feca0a;
  }

  p {
    max-width: 560px;
    margin: 0 auto;
    text-wrap: balance;
  }

  .site-footer__company {
    font-size: 12px;
    line-height: 1.7;
    color: #555;

    strong {
      font-weight: 700;
      letter-spacing: 0.08em;
      color: #111;
    }
  }

  .site-footer__address {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
}
