.section {
  overflow: hidden;
  height: 100vh;
}

.bg-animation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.container {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 1440px;
  min-height: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  opacity: 1;
  cursor: auto;
}

.menu-wrapper {
  position: absolute;
  left: auto;
  top: 8%;
  right: 10%;
  bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrapper {
  position: relative;
  margin-top: 40px;
}

._3d-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.slider {
  position: static;
  overflow: hidden;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide {
  background-color: #f29cbb;
}

.left-arrow {
  position: absolute;
  min-width: 720px;
}

.right-arrow {
  min-width: 720px;
}

.slide-2 {
  background-color: #67c7ec;
}

.slide-3 {
  background-color: #1a1936;
}

.slide-4 {
  background-color: #e62535;
}

.slide-nav {
  opacity: 0;
}

.navbar {
  background-color: transparent;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.125px;
}

.nav-link {
  color: #fff;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link-2 {
  color: #fff;
  text-decoration: none;
}

.container-2 {
  text-decoration: none;
}

.text-block {
  position: relative;
  background-color: #762323;
}

.text-block-2 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 15px;
  font-family: neue-haas-grotesk-text, sans-serif;
  color: #fff;
  font-size: 19px;
  text-align: center;
  letter-spacing: 0.125px;
}

.slide-5 {
  background-color: #f7bc28;
}

.image {
  position: relative;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

._3d {
  position: relative;
  display: block;
  max-width: 1440px;
  min-height: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-color: rgba(0, 0, 0, 0.21);
  cursor: auto;
}

.body {
  background-color: hsla(0, 0%, 100%, 0);
}

@media screen and (max-width: 991px) {
  .bg-animation {
    overflow: hidden;
    height: 100vh;
  }
  .menu-wrapper {
    overflow: hidden;
  }
  .text-wrapper {
    overflow: hidden;
  }
  ._3d-wrapper {
    overflow: hidden;
  }
  .slider {
    height: 100vh;
  }
  .text-block-2 {
    margin-top: -5px;
  }
  .body {
    overflow: hidden;
  }
  .mask {
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .text-wrapper {
    margin-top: 13px;
  }
  .text-block-2 {
    margin-top: 20px;
  }
  .div-block-2 {
    width: 60%;
  }
}

@media screen and (max-width: 479px) {
  .bg-animation {
    overflow: hidden;
    height: 100vh;
  }
  .container {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }
  .menu-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: hidden;
    margin-top: 0px;
    margin-right: 0px;
  }
  .text-wrapper {
    overflow: hidden;
    font-size: 16px;
  }
  ._3d-wrapper {
    overflow: hidden;
  }
  .navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .nav-link {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-2 {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-2 {
    overflow: hidden;
    margin-top: 15px;
    font-size: 14px;
  }
  .div-block-2 {
    overflow: hidden;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._3d {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }
  .body {
    min-height: 100%;
    min-width: 100%;
  }
  .nav-menu {
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

