@import url("https://use.typekit.net/fad1wiz.css");
html,
body {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: century-gothic, sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  position: relative;
}
body .body-wrapper {
  height: 100vh;
  width: 60vw;
  z-index: -1;
  right: 0;
  background-image: url("../assets/images/backgroundblue.png");
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-size: cover;
  position: absolute;
}

.main-wrap {
  color: white;
}
.main-wrap main {
  max-width: 1350px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
.main-wrap main .logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (min-width: 64em) {
  .main-wrap main .logo {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 87.5em) {
  .main-wrap main .logo {
    padding-top: 100px;
  }
}
.main-wrap main .logo img {
  margin: 0 auto;
}
@media only screen and (min-width: 48em) {
  .main-wrap main .logo img {
    margin-left: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 64em) {
  .main-wrap main .logo img {
    margin-bottom: 80px;
  }
}
.main-wrap main .content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .main-wrap main .content {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}
.main-wrap main .text {
  color: black;
  flex: 1 20%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (min-width: 75em) {
  .main-wrap main .text {
    max-width: 290px;
    margin-left: 110px;
  }
}
.main-wrap main .text h1 {
  text-transform: lowercase;
  font-size: 31px;
  font-weight: 700;
  max-width: 300px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 48em) {
  .main-wrap main .text h1 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 64em) {
  .main-wrap main .text h1 {
    margin-bottom: 130px;
  }
}
.main-wrap main .text ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.main-wrap main .swiper {
  flex: 1 80%;
  max-width: 800Px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.main-wrap main .swiper .swiper-container {
  height: 525px;
}
.main-wrap main .swiper .swiper-container .swiper-slide img {
  height: 100%;
}
.main-wrap main .swiper .swiper-pagination {
  display: none;
  text-align: left;
  bottom: -30px;
}
.main-wrap main .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #2CB2F3;
  opacity: 1;
  margin-right: 5px;
}
.main-wrap main .swiper .swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(1.5);
}
@media only screen and (min-width: 48em) {
  .main-wrap main .swiper {
    max-width: 400Px;
  }
}
@media only screen and (min-width: 64em) {
  .main-wrap main .swiper {
    max-width: 800Px;
  }
}

.footer-wrapper {
  bottom: 10px;
  margin-top: 35px;
}
@media only screen and (min-width: 64em) {
  .footer-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1350px;
    margin: 0 auto;
    padding-top: 100px;
  }
}
.footer-wrapper ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 48em) {
  .footer-wrapper ul {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.footer-wrapper ul li {
  font-size: 13Px;
  text-transform: lowercase;
}
.footer-wrapper ul li::after {
  content: " / ";
  margin-right: 4px;
}
.footer-wrapper ul li:last-of-type::after {
  content: "" !important;
}
.footer-wrapper ul li a {
  text-decoration: none;
}

ul.contact {
  flex-direction: column;
}
@media only screen and (min-width: 48em) {
  ul.contact {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
ul.contact li {
  list-style: none;
}
ul.contact li a {
  color: black;
  text-decoration: none;
}
ul.contact li.spacing {
  display: block;
  margin-bottom: 35px;
}

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