/*------------------------------------------------------------------
[Landing Page Stylesheet]
/*===============================================*/
html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%; /*  (10 px in REM size) */
}

body {
  font-family: "Open Sans", sans-serif;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 auto;
  color: #fff;
  background-color: #050320;
  font-weight: 500;
}
.clear {
  clear: both;
}

p {
  padding: 0;
  margin: 0px;
  text-align: left;
  line-height: 1.8;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

textarea,
input,
select {
  outline: none;
}
/*===============================================*/
/* HERO		 						 */
/*===============================================*/
.hero-section {
  width: 100%;
  height: auto;
  margin: 0 0 80px 0;
  background-image: url(images/hero-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  color: #fff;
}
.hero-section--trans {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.3);
}
.hero-section--grad {
  width: 100%;
  height: auto;
  background: linear-gradient(
    180deg,
    rgba(5, 3, 32, 0) 0%,
    rgba(5, 3, 32, 0) 70%,
    rgba(5, 3, 32, 1) 100%
  );
}
.hero-section--inner {
  width: 1440px;
  margin: auto;
  padding: 40px 0 0 0;
}
.hero-details {
  width: 50%;
}
.hero-details h1 {
  font-size: 7rem;
  padding: 0 0 40px 0;
  margin: 0px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
}
.hero-details h1 strong {
  display: block;
  font-size: 12rem;
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -2px;
  color: #e95fff;
}
.hero-details h1 span {
  display: inline-block;
  font-size: 4rem;
  padding: 10px 60px;
  margin: 0px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
  color: #000;
  background: linear-gradient(
    90deg,
    rgba(224, 135, 0, 1) 0%,
    rgba(224, 175, 0, 1) 100%
  );
  transform: rotate(-3deg);
}
.hero-details p {
  font-size: 3.6rem;
  text-align: left;
  font-weight: 800;
  padding: 0 0 10px 0;
  line-height: 1.2;
}

.section-testimonials {
  width: 800px;
  padding: 40px 0;
  margin: 40px auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.section-testimonials__title {
  width: 100%;
  margin: auto auto 80px auto;
  text-align: center;
  font-size: 3rem;
  line-height: 1.3;
}
.section-testimonials__title span {
  color: #ffc807;
}
.section-testimonials__title strong {
  color: #e85fff;
}
.testimonial {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 0 80px 0;
}
.testimonial__thumb {
  width: 250px;
  padding: 0 80px 0 0;
}
.testimonial__thumb--right {
  padding: 0 0 0 80px;
}
.testimonial__thumb img {
  display: block;
  max-width: 100%;
  border-radius: 100px;
  filter: blur(3px);
}
.testimonial__text p {
  font-size: 2rem;
  line-height: 1.5;
  font-style: italic;
}
.testimonial__text span {
  font-weight: 800;
  color: #ffc60c;
  display: block;
}
.page-form {
  width: 50%;
  padding: 40px 0 0 0;
}
.page-form__text {
  font-size: 2.4rem;
  font-weight: 400;
  padding: 0 0 40px 0;
  line-height: 1.3;
}
.page-form__row {
  display: flex;
  align-items: center;
}
.page-form__input {
  border: none;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  padding: 10px;
  margin: 0 5px 0 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.page-form__input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.page-form__submit {
  border: none;
  background-color: #e85fff;
  color: #000;
  cursor: pointer;
  padding: 15px 60px;
  margin: 20px 0 0 0;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s ease-out;
}
.page-form__submit:hover {
  background-color: #c43adb;
  color: #fff;
}

.page-form__submit--bottom {
  border: none;
  background-color: #ffc60c;
  color: #000;
  cursor: pointer;
  padding: 15px 60px;
  margin: 20px auto 0 auto;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s ease-out;
}
.page-form__submit--bottom:hover {
  background-color: #e1ac00;
  color: #000;
}
.page-form__info {
  font-size: 1.4rem;
  font-style: italic;
  opacity: 0.8;
  padding: 5px 0 10px 0;
}

.onlyfans__branding {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.onlyfans__branding img {
  display: block;
  width: 200px;
  margin: auto;
}

.section-images {
  width: 1440px;
  height: auto;
  margin: auto;
  padding: 40px 0;
  background-image: url(images/blur.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-images__title {
  width: 60%;
  margin: auto;
  text-align: center;
  font-size: 3rem;
  line-height: 1.3;
}
.section-images__title span {
  color: #ffc807;
}
.section-images__title strong {
  color: #e85fff;
}
.section-images__pictures {
  width: 80%;
  margin: auto;
}
.section-images__pictures img {
  display: block;
  max-width: 100%;
}

.video-container {
  width: 800px;
  padding: 20px 0;
  margin: auto;
  cursor: pointer;
}
.video-container img {
  display: block;
  max-width: 100%;
}
.bottom-form {
  width: 100%;
  background-image: url(images/bottom-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 50%;
}
.bottom-form__inner {
  width: 800px;
  margin: auto;
  padding: 40px 0 80px 0;
  text-align: center;
}
.bottom-form__title {
  width: 100%;
  margin: auto auto 40px auto;
  text-align: center;
  font-size: 3rem;
  line-height: 1.3;
}
.bottom-form__title span {
  color: #ffc807;
}
.bottom-form__title strong {
  color: #e85fff;
}

.page-form__info-top {
  width: 100%;
  display: none;
  color: #fff;
  font-weight: 800;
  padding: 0 0 40px 0;
  position: relative;
}
.page-form__info-top p {
  text-align: center;
  padding: 0 0 30px 0;
  color: #e85fff;
}
.down-arrow {
  position: absolute;
  top: 30px;
  left: calc(50% - 14px);
  width: 0;
  height: 30px;
  border: 2px solid;
  border-radius: 2px;
  animation: jumpInfinite 1.5s infinite;
}

.down-arrow:after {
  content: " ";
  position: absolute;
  top: 12px;
  left: -10px;
  width: 16px;
  height: 16px;
  border-bottom: 4px solid;
  border-right: 4px solid;
  border-radius: 4px;
  transform: rotateZ(45deg);
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}

.section-thank-you {
  width: 100%;
  height: auto;
  padding: 40px 0;
  background-image: url(images/blur.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-thank-you__inner {
  width: 800px;
  margin: auto;
  text-align: center;
}
.section-thank-you__title {
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 4rem;
  line-height: 1.3;
  padding: 0 0 40px 0;
}
.section-thank-you__title span {
  color: #ffc60c;
}
.section-thank-you__subtitle {
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.3;
  padding: 20px 0 0 0;
}
.section-thank-you__cta {
  border: none;
  display: inline-block;
  background-color: #e85fff;
  color: #000;
  cursor: pointer;
  padding: 15px 60px;
  margin: 20px 0 10px 0;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s ease-out;
}
.section-thank-you__cta:hover {
  background-color: #c43adb;
  color: #fff;
}
.section-thank-you__pictures {
  width: 100%;
}
.section-thank-you__pictures img {
  display: block;
  max-width: 100%;
}
.section-thank-you__pictures video {
  display: block;
  max-width: 100%;
  margin-top: 20px;
}

.socials {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials a img {
  display: block;
  width: 64px;
}
/* LAPTOP*/
/*-----------------------------*/
@media screen and (max-width: 1440px) {
  .hero-section--inner {
    width: 85%;
  }
  .hero-details {
    width: 70%;
  }
  .section-images {
    width: 85%;
  }
  .section-images__title {
    width: 90%;
  }
  .page-form {
    width: 70%;
  }
  .section-images__pictures {
    width: 85%;
  }
}
/* MOBILE*/
/*-----------------------------*/
@media screen and (max-width: 800px) {
  .hero-section {
    margin: 0 auto 40px auto;
  }
  .hero-section--inner {
    width: 90%;
  }
  .hero-details {
    width: 100%;
  }
  .section-images {
    width: 100%;
  }
  .page-form {
    width: 100%;
  }
  .section-images__pictures {
    width: 100%;
  }
  .section-testimonials {
    width: 90%;
  }
  .video-container {
    width: 90%;
  }
  .bottom-form {
    width: 90%;
    margin: auto;
  }
  .bottom-form__inner {
    width: 100%;
  }
  .bottom-form {
    background-size: 90%;
  }
  .testimonial__thumb {
    width: 350px;
  }
  .section-thank-you__inner {
    width: 90%;
  }
}

/* SM MOBILE*/
/*-----------------------------*/
@media screen and (max-width: 640px) {
  .page-form__row {
    flex-wrap: wrap;
  }
  .page-form__input {
    margin: 0 5px 10px 0;
  }
  .hero-details h1 {
    font-size: 4rem;
    padding: 0 0 20px 0;
  }
  .hero-details h1 strong {
    font-size: 6rem;
  }
  .hero-details h1 span {
    font-size: 2rem;
    padding: 10px 40px;
    letter-spacing: 0px;
  }
  .hero-details p {
    font-size: 1.8rem;
  }

  .page-form {
    padding: 20px 0 0 0;
  }
  .page-form__text {
    font-size: 1.6rem;
    padding: 0 0 10px 0;
  }
  .page-form__submit {
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    margin: 10px 0 0 0;
    font-size: 1.6rem;
  }
  .section-images {
    padding: 40px 0 0 0;
  }
  .section-images__title {
    font-size: 1.8rem;
  }
  .section-testimonials__title {
    margin: auto auto 40px auto;
    font-size: 1.8rem;
  }
  .testimonial {
    padding: 0 0 40px 0;
  }
  .testimonial__thumb {
    padding: 0 20px 0 0;
  }
  .testimonial__thumb--right {
    padding: 0 0 0 20px;
  }
  .testimonial__text p {
    font-size: 1.4rem;
  }
  .bottom-form__title {
    font-size: 1.8rem;
  }
  .page-form__submit--bottom {
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    font-size: 1.4rem;
  }
  .section-thank-you__title {
    font-size: 2.2rem;
    padding: 0 0 10px 0;
  }
  .section-thank-you__cta {
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    margin: 20px 0 10px 0;
    font-size: 1.6rem;
  }
}

.countdown.show .running {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.countdown.show .running timer {
  font-size: 1.6rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  color: #8c0734;
}

.countdown.show .running timer .days,
.countdown.show .running timer .hours,
.countdown.show .running timer .minutes,
.countdown.show .running timer .seconds {
  width: 70px;
  text-align: left;
  margin: 0 7px;
}

@media (max-width: 480px) {
  .countdown.show .running timer {
    font-size: 12px;
  }
  .countdown.show .running timer .days,
  .countdown.show .running timer .hours,
  .countdown.show .running timer .minutes,
  .countdown.show .running timer .seconds {
    width: 49px;
  }
}

.countdown.show .running .labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.countdown.show .running .labels span {
  width: 97px;
  text-align: center;
  margin: 0px 2px;
}

@media (max-width: 480px) {
  .countdown.show .running .labels span {
    width: 69px;
  }
}

.countdown.show .running .text {
  font-size: 20px;
  margin-top: 12px;
  font-weight: 600;
}

.countdown.show .running button {
  border: none;
  background-color: black;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 10px;
}

.countdown.show .running .break {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 0;
}

.countdown.show .ended {
  display: none;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.countdown.show .ended .text {
  font-size: 20px;
}

.countdown.show .ended button {
  border: none;
  background-color: #5a0000;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 10px;
}

.countdown.show .ended .break {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 0;
}
.container {
  margin: 150px auto;
}

.countdown.show,
.countdown.hero_count {
  text-align: center;
  margin: 10px 0;
  padding: 10px 0px;
}

.countdown.show h2,
.countdown.hero_count h2 {
  font-size: 60px;
}

.countdown.show .running,
.countdown.hero_count .running {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.countdown.show .running timer,
.countdown.hero_count .running timer {
  font-size: 1.5rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  color: #fff;
  line-height: 1.5;
}
.countdown.show .running timer span,
.countdown.hero_count .running timer span {
  color: #ffc60c;
  font-size: 2.4rem;
  line-height: 0.8;
}
.countdown.show .running timer .days,
.countdown.hero_count .running timer .days,
.countdown.show .running timer .hours,
.countdown.hero_count .running timer .hours,
.countdown.show .running timer .minutes,
.countdown.hero_count .running timer .minutes,
.countdown.show .running timer .seconds,
.countdown.hero_count .running timer .seconds {
  width: 30px;
  text-align: left;
  margin: 0 0 0 20px;
}

@media (max-width: 480px) {
  .countdown.show .running timer,
  .countdown.hero_count .running timer {
    font-size: 12px;
  }
  .countdown.show .running timer .days,
  .countdown.hero_count .running timer .days,
  .countdown.show .running timer .hours,
  .countdown.hero_count .running timer .hours,
  .countdown.show .running timer .minutes,
  .countdown.hero_count .running timer .minutes,
  .countdown.show .running timer .seconds,
  .countdown.hero_count .running timer .seconds {
    width: 30px;
  }
}

.countdown.show .running .labels,
.countdown.hero_count .running .labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.countdown.show .running .labels span,
.countdown.hero_count .running .labels span {
  width: 97px;
  text-align: center;
  margin: 0px 2px;
}

@media (max-width: 480px) {
  .countdown.show .running .labels span,
  .countdown.hero_count .running .labels span {
    width: 69px;
  }
}

.countdown.show .running .text,
.countdown.hero_count .running .text {
  font-size: 20px;
  margin-top: 12px;
  font-weight: 600;
}

.countdown.show .running button,
.countdown.hero_count .running button {
  border: none;
  background-color: black;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 10px;
}

.countdown.show .running .break,
.countdown.hero_count .running .break {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 0;
}

.countdown.show .ended,
.countdown.hero_count .ended {
  display: none;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.countdown.show .ended .text,
.countdown.hero_count .ended .text {
  font-size: 20px;
}

.countdown.show .ended button,
.countdown.hero_count .ended button {
  border: none;
  background-color: #5a0000;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 10px;
}

.countdown.show .ended .break,
.countdown.hero_count .ended .break {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 0;
}

.countdown.hero_count {
  background-color: #6d0303;
  margin: 0 10px;
}

.countdown.hero_count h2 {
  font-size: 40px;
  color: #b3b3b3;
  font-size: 33px;
}

.countdown.hero_count .running timer {
  color: #e2e2e2;
}

.countdown.hero_count .running button {
  background-color: #af0b0b;
}

.countdown.hero_count .running button a {
  color: white;
}

.countdown.hero_count .running .labels span {
  width: 95px;
  margin: 0px 3px 0px 0px;
}

@media (max-width: 480px) {
  .countdown.hero_count .running .labels span {
    width: 69px;
  }
}
