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

html {
  overflow-x: hidden;
}

#main2 {
  position: relative;
  perspective: 1500px;
}

.intro-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro-carousel 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;
}
.intro-text h1 {
  font-size: 42px;
  margin: 0;
}
.intro-text h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
.intro-text p {
  font-size: 18px;
  line-height: 1.5;
}
.intro-text a {
  display: inline-block;
  padding: 15px 30px;
  background: #feca0a;
  border-radius: 99px;
  text-transform: uppercase;
  font-weight: bold;
}
.intro-text .feature {
  height: 800px;
}
