@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap";

/* =====================================================
   GLOBAL STYLES
   ===================================================== */

* {
  box-sizing: border-box
}

html,
body {
  min-height: 100%;
  height: 1px
}

html {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-family: "Poppins", "Roboto", sans-serif
}

body,
input,
select,
textarea,
button {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400
}

input,
select,
textarea,
button {
  outline: none;
  border: 0
}

a {
  text-decoration: none
}

ul {
  list-style-type: none
}

ul,
li,
p {
  padding: 0;
  margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0
}

section {
  width: 100%
}

/* =====================================================
   UTILITY CLASSES
   ===================================================== */

.text-center {
  text-align: center
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

/* =====================================================
   MAIN SECTION
   ===================================================== */

.main {
  min-height: 100%;
  transition: padding .2s;
  align-items: flex-start !important;
  padding: 0 0 0 200px;
  position: relative;
  background-image: url('../../assets/images/tryxtease-bg-desktop.jpg');
  background-color: #e21f66;
  background-position: 80% center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFFFFF;
}

@media(max-width: 1200px) {
  .main {
    padding: 0 0 0 50px
  }
}

@media(max-width: 768px) {
  .main {
    height: 100%;
    padding: 0;
    align-items: center !important;
    justify-content: space-between;
    background-image: url('../../assets/images/tryxtease-bg-mobile.png');
    background-position: center top;
    background-size: 100%;
  }
}

.main .wrap {
  max-width: 900px;
  width: 90%;
  align-items: flex-start;
  z-index: 100;
  padding: 20px 0
}

@media(max-width: 768px) {
  .main .wrap {
    height: 100%;
    padding: 0;
    align-items: center
  }
}

/* =====================================================
   LOGO
   ===================================================== */

.logo {
  width: 240px
}

@media(max-width: 768px) {
  .logo {
    width: 180px;
    margin: 20px auto 0px 0
  }
}

@media (max-width: 768px) {
  .logo {
    margin: 20px 0 50%;
  }
}

.logo-mobile {
  display: none;
}

@media (max-width: 768px) {
  .logo-mobile {
    display: none;
  }
}

/* =====================================================
   CONTENT SECTION
   ===================================================== */

.main .content {
  align-items: flex-start;
  justify-content: space-between;
  width: 100%
}

.content {
  margin-top: auto;
  margin-bottom: 3em;
}

@media (max-width: 768px) {
  .content {
    margin: auto 0;
  }
}

.main .content .left {
  width: 50%;
  flex-grow: 1;
  max-width: 900px;
}

@media(max-width: 768px) {
  .main .content .left {
    text-align: center;
  }
}

.overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0
}

/* =====================================================
   HEADINGS
   ===================================================== */

.main h1 {
  font-size: 70px;
  text-shadow: 0 0 2px #000;
  margin: 50px 0 20px;
  text-transform: uppercase
}

@media(max-width: 1024px) {
  .main h1 {
    font-size: 7vw
  }
}

@media(orientation: landscape)and (max-width: 1024px) {
  .main h1 {
    font-size: 5vw
  }
}

@media(max-width: 768px) {
  .main h1 {
    margin: 30px 0 10px
  }
}

.main h2 {
  font-size: 45px;
  text-shadow: 0 0 2px #000;
}

@media(max-width: 1024px) {
  .main h2 {
    font-size: 4.5vw
  }
}

@media(orientation: landscape)and (max-width: 1024px) {
  .main h2 {
    font-size: 3vw
  }
}

@media(max-width: 768px) {
  .main h2 {
    text-shadow: 0 0 2px #000
  }
}

/* =====================================================
   CTA SECTION
   ===================================================== */

.main .ctaSection {
  align-items: flex-start
}

@media(max-width: 768px) {
  .main .ctaSection {
    display: flex;
    align-items: center;
    justify-content: center
  }
}

.cta {
  display: flex;
  align-items: center;
  height: 55px;
  justify-content: center;
  margin: 4em 0 0;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1em;
  flex: 0 0 auto;
  padding: 10px 30px;
  border-radius: 50px;
  margin: 1em 0;
  transition: background .2s, color .2s;
}

.mainCta0 {
  color: #ffffff !important;
  font-size: 18px !important;
  background: #e21f66 !important;
  border-color: #ffffff !important;
  border-style: solid !important;
  border-width: 2px !important;
  border-radius: 30px !important;
}

.mainCta0:hover {
  color: #ffffff !important;
  background: #b2b2b2 !important;
  border-color: #e21f66 !important;
}

/* =====================================================
   RICH TEXT
   ===================================================== */

.main .rich-text {
  font-size: 1.1em;
  line-height: 1.5;
  text-shadow: 0 0 2px #000;
  margin: 50px 0 20px
}

@media(max-width: 768px) {
  .main .rich-text {
    display: none
  }
}

.main .rich-text p {
  margin: 15px 0
}

.rich-text-container a {
  text-decoration: underline;
}

/* =====================================================
   FOOTER
   ===================================================== */

footer.footer-container {
  padding: 3em 5%;
  font-size: 14px
}

@media(min-width: 1024px) {
  footer.footer-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between
  }
}

footer.footer-container img.logo {
  width: 150px;
  height: auto;
  margin: 0 auto
}

@media(min-width: 1024px) {
  footer.footer-container img.logo {
    margin: 0 0 0 50px
  }
}

footer.footer-container a {
  color: inherit;
  text-decoration: underline
}

footer.footer-container .rich-text-footer {
  display: none;
  text-align: center;
  padding: 20px
}

@media(max-width: 768px) {
  footer.footer-container .rich-text-footer {
    display: block
  }
}

footer.footer-container .wysiwyg {
  opacity: .9;
  align-items: center;
  padding: 2em 0 0;
  text-align: center
}

@media(min-width: 1024px) {
  footer.footer-container .wysiwyg {
    align-items: flex-end;
    padding: 0;
    text-align: unset
  }
}

footer.footer-container .wysiwyg p {
  margin: 3px 0
}

footer.footer-container .wysiwyg img {
  height: 15px;
  max-width: 60px;
  margin-top: 3px
}

/* =====================================================
   AGE VERIFICATION OVERLAY
   ===================================================== */

.age-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .1);
  z-index: 10000
}

.age-overlay .age-popup {
  border-radius: 20px;
  box-shadow: 4px 4px 30px 4px rgba(0, 0, 0, .3764705882);
  max-width: 650px;
  width: 80%;
  margin: 25px 0;
  background-color: #fff;
  z-index: 100
}

.age-overlay .age-validation {
  width: 100%;
  position: relative;
  min-height: 150px;
  width: 90%;
  margin: 15px auto 0;
  padding-bottom: 20px
}

.age-overlay .age-validation h2 {
  margin-top: 15px;
  text-transform: uppercase
}

.age-overlay .age-validation h2,
.age-overlay .age-validation p {
  text-align: center
}

.age-overlay .age-validation .innerAge {
  width: 100%
}

.age-overlay .age-validation .warning {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 0;
  display: none;
  color: #000;
  background-color: #fff;
  font-size: 17px;
  font-weight: 700;
  border-radius: 16px;
  justify-content: center;
  background-color: #e21f66;
}

.age-overlay .age-validation .warning.active {
  display: flex
}

.age-overlay .age-validation .selectBox {
  width: 100%;
  max-width: 650px;
  justify-content: center;
  margin: 15px 0 0
}

.age-overlay .age-validation .selectBox .select-container {
  position: relative;
  width: 32%
}

.age-overlay .age-validation .selectBox .select-container img,
.age-overlay .age-validation .selectBox .select-container svg {
  position: absolute;
  right: 1.5em;
  top: 0;
  bottom: 0;
  height: 15px;
  width: 15px;
  pointer-events: none;
  margin: auto 0;
  fill: #ffffff;
}

@media(max-width: 768px) {

  .age-overlay .age-validation .selectBox .select-container img,
  .age-overlay .age-validation .selectBox .select-container svg {
    height: 12px;
    width: 12px
  }
}

@media(max-width: 480px) {

  .age-overlay .age-validation .selectBox .select-container img,
  .age-overlay .age-validation .selectBox .select-container svg {
    height: 8px;
    width: 8px;
    right: .7em
  }
}

.age-overlay .age-validation .selectBox .select-container select {
  width: 100%;
  max-width: 175px;
  background: #f2f2f2;
  padding: 10px;
  padding-right: 0;
  border: none;
  border-radius: 50px;
  outline: none;
  font-size: 18px;
  margin: 0 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #ffffff;
  background-color: #e21f66;
}

@media(max-width: 768px) {
  .age-overlay .age-validation .selectBox .select-container select {
    font-size: 2.5vw
  }
}

@media(max-width: 480px) {
  .age-overlay .age-validation .selectBox .select-container select {
    font-size: 3.8vw
  }
}

.age-overlay .age-validation .container-btn {
  flex-wrap: wrap;
  display: flex;
  width: 100%
}

.age-overlay .age-validation-btn {
  margin: 20px auto 0;
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 22px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #000000;
  background-color: #c2ff90;
}

.age-overlay .age-validation-btn:hover {
  filter: brightness(85%)
}
