body {
  color: white;
  background-color: #000;
  overflow-x: hidden;
  font-family: dystopian, sans-serif;
  font-weight: 300;
  transition: all 1s !important;
}

.page-effect-first {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 99999;
  transition: all 1s;
  opacity: 0;
  display: none;
  cursor: initial;
}
.page-effect-first.active {
  opacity: 1;
}

.custom-container {
  padding-left: 10rem;
  padding-right: 10rem;
}

main {
  padding: 0;
  transition: all 2s;
  border: none;
}
main.active {
  transform: rotateZ(-15deg);
}
main.active::after {
  width: 100%;
  height: 100%;
}
main::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0%;
  width: 0%;
  height: 0%;
  background-color: #000;
  transition: all 1s;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.navbar {
  z-index: 9999;
}
.navbar .nav-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.navbar .nav-item:hover {
  color: #fff;
}
.navbar .nav-item:hover .nav-link {
  transform: translateY(-100%);
}
.navbar .nav-item:hover .nav-link-hover {
  transform: translate(7.5%, -125%);
}
.navbar .nav-item .nav-link,
.navbar .nav-item .nav-link-hover {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 2rem;
  color: #ccc;
  transition: all 0.3s;
}
.navbar .nav-item .nav-link-hover {
  position: absolute;
  left: 0;
  transform: translate(7.5%, 0%);
}

.virtual__menu {
  background-color: #bb2d53;
  position: fixed;
  width: 22.5vw;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 10000;
  padding: 3.5rem 4.5rem;
  cursor: initial;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.virtual__menu.active {
  transform: translateX(0%);
}
.virtual__menu__close_btn {
  margin-bottom: 4rem;
  font-size: 32px;
  color: #fff !important;
  margin-left: auto;
  display: block;
}
.virtual__menu__close_btn:hover {
  color: #fff;
  opacity: 0.5;
}
.virtual__menu__item {
  text-decoration: none;
  display: block;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
.virtual__menu__item:hover {
  color: #fff;
  opacity: 0.5;
}
.virtual__menu__item:focus {
  color: #fff;
  opacity: 0.5;
}
.virtual__menu span {
  font-size: 12px;
  font-weight: 300;
}

.home {
  position: fixed;
  left: 15%;
  bottom: 40%;
}
.home__product__slogan__overflow {
  overflow: hidden;
  transform: translate(-8rem, 125%);
  margin-left: 100px;
}
.home__product__slogan__overflow-label {
  text-transform:uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  transition: all 1s;
  display: block;
  transform: translateY(0%);
}
.home__product__slogan__overflow-label.active {
  transform: translateY(125%);
}
.home__product__slogan__overflow-label span {
  color: #ae3b55;
}
.home__product__overflow {
  overflow: hidden;
}
.home__product__overflow-title {
  font-size: 11rem;
  margin: 0;
  font-weight: 600;
  transform: translateY(200%) rotate(25deg);
  transition: all 1s;
}
.home__product__overflow-title.active {
  transform: translateY(0%) rotate(0deg);
}
.home__product__details__overflow {
  overflow: hidden;
  margin-top: -3rem;
}
.home__product__details__overflow-btn {
  font-size: 18px;
  margin-left: 12rem;
  letter-spacing: 4px;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  transform: translateY(0%);
  transition: all 0.45s;
}
.home__product__details__overflow-btn-inner {
  transform: translateY(0%);
  transition: all 0.45s;
}
.home__product__details__overflow-btn:hover .home__product__details__overflow-btn-inner {
  transform: translateY(-125%);
}
.home__product__details__overflow-btn:hover .home__product__details__overflow-btn-hover {
  transform: translate(7.5%, 0%);
}
.home__product__details__overflow-btn.active {
  transform: translateY(150%);
}
.home__product__details__overflow-btn img {
  width: 6px;
  margin-right: 1rem;
}
.home__product__details__overflow-btn-hover {
  position: absolute;
  top: 0.5rem;
  left: 0;
  transform: translate(7.5%, 125%);
  transition: all 0.45s;
}
.home-details-btn {
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 15px;
}

.arrows {
  position: fixed;
  bottom: 10%;
  right: 10%;
  z-index: 1;
}
.arrows .button__text .next-label {
  font-size: 15px;
  letter-spacing: 4px;
}
.arrows .custom-menu {
  width: fit-content;
  position: absolute;
  right: 20%;
  top: 0;
  display: flex;
}

.menu-wrap {
  z-index: 2;
}

.menu__item {
  font-size: 5vw;
  margin-top: 2rem;
  margin-left: 0 !important;
}

.about-section {
  height: 60vh;
}
.about-section-row {
  max-height: 65vh;
  overflow: auto;
  transform: translateY(25%);
}
.about-section-paragraph {
  font-size: 15px;
  font-weight: 100;
  color: #ccc;
}
.about-section-images {
  position: fixed;
  top: 0;
  width: 150vw;
  left: 0;
  transform: translate(-25%, -25%) rotate(22.5deg);
  overflow: hidden;
  opacity: 0.3;
  z-index: -1;
}
.about-section-images article {
  display: flex;
  width: 200%;
  margin-top: 6rem;
  animation: bannermove 30s linear infinite;
}
.about-section-images article:nth-child(2) {
  animation: bannermove 40s linear infinite;
}
.about-section-images article:nth-child(3) {
  animation: bannermove 50s linear infinite;
}
.about-section-images div {
  width: 100%;
}
.about-section-images ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.about-section-images li {
  width: 100%;
}
.about-section-images li img {
  object-fit: cover;
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.models .scroll-down {
  position: fixed;
  left: 20%;
  top: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.models .scroll-down img {
  width: 70px;
  height: 70px;
}
.models .scroll-down h3 {
  font-size: 14px;
  color: #444;
  margin-top: 0.5rem;
  letter-spacing: 1px;
}
.models .content .content__details__overflow-btn {
  position: fixed;
  text-align: center;
  width: 256px;
  padding: 0;
  font-weight: 900;
  bottom: auto;
  line-height: 1.1;
  left: 50%;
  top: calc(50vh + 11rem);
  transform: translateX(-32.5%);
  font-size: 9vmax;
  overflow: hidden;
  z-index: 9;
  box-shadow: none;
}
.models .content .content__details__overflow-btn:hover > div:nth-child(1) {
  transform: translateY(-125%);
}
.models .content .content__details__overflow-btn:hover > div:nth-child(2) {
  transform: translate(0%, 0%);
}
.models .content .content__details__overflow-btn-inner {
  display: flex;
  align-items: center;
  transition: all 0.45s;
  color: #fff;
}
.models .content .content__details__overflow-btn-hover {
  position: absolute;
  top: 0rem;
  left: 0;
  transform: translate(0%, 125%);
  transition: all 0.45s;
  display: flex;
  align-items: center;
  transition: all 0.45s;
  color: #fff;
}
.models .content .content__details__overflow-btn img {
  width: 16px;
  height: 16px;
  margin-right: 1rem;
}
.models .content .content__details__overflow-btn span {
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 3px;
}
.models .content .content__section {
  z-index: 1;
}
.models .content .content__section__overflow {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  overflow: hidden;
}
.models .content .content__section__overflow .content__text {
  opacity: 1;
  position: unset;
  white-space: unset;
  transform: translateY(200%) rotate(25deg) !important;
  transition: all 1s;
}
.models .content .content__section__overflow .content__text.animate {
  transform: translateY(0%) rotate(0deg) !important;
}
.models .content .content__section .content__link {
  font-family: dystopian, sans-serif !important;
}
.models .content img {
  opacity: 1;
}
.models .about-section-images {
  z-index: 0;
}

.contact-section-row {
  max-height: 65vh;
  overflow: auto;
  transform: translateY(25%);
}
.contact-section-list li {
  margin-bottom: 0.5rem;
}
@keyframes bannermove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.footer {
  bottom: 2.5%;
}
.footer-copyright {
  font-size: 14px;
  opacity: 0.8;
  font-weight: 300;
  letter-spacing: 1.5px;
}
.footer-social-media-icons a {
  transition: all 0.35s;
}
.footer-social-media-icons a:hover {
  opacity: 0.5;
}
.footer-social-media-icons a img {
  width: 32px;
  height: 32px;
}

button {
  box-shadow: none !important;
}

.button-border{
  padding: 10px;
  border: 1px solid white;
}