:root {
    --primary-color: #ee2365;
    --placeholder-border-color: #b3b3b3;
    --placeholder-input-color: #f5f5f5;
    ---title-step-color: #fff;
    ---title-secondary-step-color: #fff;
    --color-btn-text: #fff;
    --btn-login-radius: 5px;
    --btn-hover-color: #9f0f3e;
    --body-bg: #000;
    --header-bg:#000;
    --footer-bg: (#000);
  }

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }

body {
    background-color: var(--body-bg);
}

.main {
    max-width: 100%;
    width: 100%;
    background: #000;
}

/* text, CTA, and button styles */
.attention {
    font-weight: 600;
    font-family: Abril Fatface, serif;
    font-style: normal;
    text-align: justify;
    font-size: 21px;
    transition: font-size .3s ease-in-out;
}
.comming_soon {
    font-size: 40px;
    transition: font-size .3s ease-in-out;
}


.attention_text{
    /* text-align: center !important; */
    color: #1f1f1f;
    margin: 0 !important;
    transition: font-size .3s ease-in-out;
}

/** attention promo **/
.attention {
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    text-align: justify;
    font-size: 21px;
    transition: font-size .3s ease-in-out;
}

.attention-promo {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    text-align: justify;
    font-size: 21px;
    transition: font-size .3s ease-in-out;
    background: #de7088;
}

.comming_soon {
    font-size: 21px;
    transition: font-size .3s ease-in-out;
}

#save-now {
    font-family: inherit;
    background-color: white;
    color: black;
    border-radius: 5px;
    padding: 2px 7px; /* Optional: Adds padding to the button */
    text-decoration: none; /* Optional: Removes underline from the link */
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}


#save-now:hover {
    color: #de7088;
    transition: all 0.3s ease-in-out;
}

.inline-block {
    display: inline-block;
    vertical-align: middle; /* Optional: Aligns the elements vertically in the middle */
    padding: 4px;
    text-transform: uppercase;
}

@media (max-width: 645px) { 
    .comming_soon {
        font-size: 32px;
    } 
}

@media (max-width: 460px) { 
    .comming_soon {
        font-size: 24px;
    } 
}

@media (max-width: 355px) { 
    .comming_soon {
        font-size: 21px;
    } 
}

@media (max-width: 992px) { 
    .attention{
        font-size: 19px;
    } 
}

@media (max-width: 576px) {
    .attention{
        font-size: 18px;
    } 
}

.btn {
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 25px;
    letter-spacing: .04em;
    text-align: center;
    padding: 2rem 2.5rem;
    transition: all 0.3s ease-in-out;
    border-radius: 5px !important;
}

@media screen and (max-width: 535px) {
    .btn {
        font-size: 24px;
    }
}

.get_access-btns-wrap {
    /* margin: 10px 0 50px; */
    padding: 50px 0 10px;
    background: var(--header-bg);
}
.get_login-btns-wrap {
    /* margin: 0 0 20px; */
    padding-bottom: 20px;
    padding-top: 1rem;
}
.top-get_login-btn-wrap {
    margin: 2.25rem 0 0 !important;
}
.access.btn{
    color: #fff;
    /* padding: 2rem 2.5rem; */
    justify-content: center;
    align-items: center;
    border-radius: 0;
    color: var(--color-btn-text);
    background: var(--primary-color);
    border: none !important;
    transition: all .3s ease;
    border: 5px !important;
    width: fit-content;
    @media (max-width: 895px) {
        position: absolute;
    }
}

@media screen and (max-width: 360px) {
    .access.btn {
        padding: 1.5rem 1rem;
    }
}

.access.btn:hover{
    background-color: var(--btn-hover-color);
    color: #fff;
}

.login.btn{
    text-transform: uppercase;
    background-color: #000000;
    color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    position: relative;
    /* font-weight: 400; */
    /* letter-spacing: 5px; */
    /* padding: 2rem 1.5rem; */
    text-align: center;
    font-family: "Roboto", sans-serif !important;
    border-radius: 0;
}

.login.btn:hover {
    color: #000000;
    background-color: #FF6C02;
}

@keyframes animate {
    0% {
        background-position: 0
    }

    to {
        background-position: 400%
    }
}

/* Main Body */
.logo-container {
    width: 100%;
    background: var(--header-bg);
    padding-bottom: 8px;
    position: relative;
}
.logo {
    display: block !important;
    margin: auto 0;
    /* position: absolute; */
    width: 100%;
    max-width: 360px;
    /* left: 50%;
    top: 50%;
    height: 35px;
    max-width: 150px;
    transform: translate(-50%, -50%);
    z-index: 99; */
}

/* .logo-container::before {
    content: "SEXTAPES";
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: Anton;
    font-size: 110px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .07em;
    text-align: left;
    letter-spacing: 10px;
    transform: translate(-50%, -50%);
    color: #4f3022;
    z-index: 1;
    height: 100%;
    background-position: 50%;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
} */

.logo-container::before {
    @media screen and (max-width: 580px) {
     display: none;
      
    }
  }

  .text-center.logo-container.my-5 {
    position: relative;
  }


  .text-center.logo-container.my-5::before {
    content: " ";
  }

  .text-center.logo-container.my-5 img{
    @media screen and (max-width: 580px) {
    display: block !important;
    margin: auto 0;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    max-width: 150px;
    transform: translate(-50%, -50%);
    z-index: 99;
    }
  }

  .text-center.logo-container.my-5::before {
    @media screen and (max-width: 580px) {
      font-size: 50px;
      height: 40px;
      display: flex;
    }
  }

  .text-center.logo-container.my-5 img {
    display: block !important;
    margin: auto 0;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    max-width: 150px;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.text-center.logo-container.my-5 {
    background-color: transparent !important;
    background: transparent !important;
    border-bottom: none;
    display: none;
}

.text-center.logo-container.my-5::before {
    background: #000 !important;
}

.grid {
    display: grid;
    grid-gap: 0 !important;
}
.grid-item {
    width: 20% !important;
    padding: 3px !important;
    margin-bottom: 0 !important;
}

@media (max-width: 992px) {
    .main {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }
    .grid-item {
        padding: 2.5px !important;
        width: 25% !important;
    }
}

@media (max-width: 768px) {
    .main {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
    .grid-item {
        width: 33.33% !important;
        padding: 2.25px;
    }
}


@media (max-width: 576px) {
    .main {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .grid-item {
        width: 50% !important;
        padding: 2px !important;
    }
}


/** footer **/

footer {
    padding: 0 .25rem;
    background: var(--footer-bg);
}

footer .legal-links-wrapper .legal .nav-link {
    font-family: "Open Sans", sans-serif;
    color: rgba(212, 212, 212, 0.514) !important;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 21px;
    font-weight: 700 !important;
}

footer .legal-links-wrapper .legal .nav-link:hover {
    color: #afafaf !important;
}

footer .copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 3rem;
}

footer .copy,footer .copy a {
    font-family: "Open Sans", sans-serif;
    font-weight: 400
}

footer .copy a {
    color: #c6c6c6;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

footer .copy a:hover {
    color: #000;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

footer .copy p:first-child,footer .copy p:nth-child(4) {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
    letter-spacing: .03rem
}

footer .copy p:nth-child(2),footer .copy p:nth-child(3) {
    order: -1;
    margin-bottom: .5rem;
    letter-spacing: .03rem
}

@media screen and (max-width: 430px) {
    footer .copy p:nth-child(2),footer .copy p:nth-child(3) {
        font-size:14px
    }
}

@media screen and (max-width: 375px) {
    footer .copy p:nth-child(2),footer .copy p:nth-child(3) {
        font-size:12px
    }
}

footer .copy p:nth-child(3) {
    margin-bottom: 2rem
}

footer .copy p {
    color: rgba(0, 0, 0, .51) !important;
}

.powered-by {
    display: none
}

.powered-by-v2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    display: block;
    color: #636363;
    margin-bottom: 5rem;
    margin-top: .2rem;
    font-size: 15px;
    letter-spacing: 1px
}

.powered-by-v2 a {
    text-transform: uppercase;
    text-decoration: none
}

.powered-by-v2 span {
    color: #ecb865
}

.powered-by-v2 span:hover {
    color: #969696
}

@media(max-width: 1024px) {
    .powered-by-v2 {
        font-size:13px
    }
}



/* custom banner */

.grid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.grid-item {
    width: 100% !important;
    display: block;
    text-align: center;
}


/* override */
.grid-item img {
    padding: 100px 0;
}

.container-fluid.text-center.get_access-btns-wrap.mt-5 {
    .access.btn {
        position: relative;
    }
}

.container-btn .get_access-btns-wrap {
    padding: 0 !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 17.25em;
    transition: all 0.3s ease-in-out;
    @media (max-width: 1240px) {
        /* margin-left: 20em; */
    }

    @media (max-width: 1195px) {
        margin-left: 13.25em;
    }

    @media (max-width: 895px) {
        margin-left: 12.75em;
    }

    @media (max-width: 490px) {
        margin-left: 11.25em;
    }

    @media (max-width: 430px) {
        margin-left: 10em;
    }

    @media (max-width: 360px) {
        margin-left: unset !important;
        justify-content: center;
    }
}

.container-btn  {
    @media (max-width: 360px) {
        flex-direction: column;
        transition: all 0.3s ease-in-out;
    } 
}



.container-btn .top-get_login-btn-wrap {
    padding: 0 !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0 !important;
    transition: all 0.3s ease-in-out;
    @media (max-width: 360px) {
        justify-content: center;
    } 
}



/** override for sextapes **/

.container-fluid.text-center.get_access-btns-wrap.mt-5 {
    .access.btn {
        position: relative;
    }
}

.container-btn .get_access-btns-wrap {
    padding: 0 !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 17.25em;
    transition: all 0.3s ease-in-out;
    @media (max-width: 1240px) {
        /* margin-left: 20em; */
    }

    @media (max-width: 1195px) {
        margin-left: 11.25em;
    }

    @media (max-width: 895px) {
        margin-left: 10.75em;
    }

    @media (max-width: 490px) {
        margin-left: 10.25em;
    }

    @media (max-width: 430px) {
        margin-left: 7em;
    }

    @media (max-width: 360px) {
        margin-left: unset !important;
        justify-content: center;
    }
}

.container-btn {
    gap: 20px;
    margin-top:2rem;
    transition: all 0.3s ease-in-out;
    display: none;
    @media (max-width: 960px) {
        gap: 15px;
        margin-top: 1rem;
    }
    /* @media (max-width: 535px) {
        gap: 10px;
    } */
    @media (max-width: 360px) {
        gap: 65px;
        margin-top: 2.5rem;
        flex-direction: column;
        transition: all 0.3s ease-in-out;
    }
}


.container-btn .top-get_login-btn-wrap {
    padding: 0 !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0 !important;
    transition: all 0.3s ease-in-out;
    @media (max-width: 360px) {
        justify-content: center;
    } 
}

@media (max-width: 1195px) {
    .btn {
        font-size: 28px;
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 560px) {
    .btn {
        font-size: 24px;
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 430px) {
    .btn {
        font-size: 18px;
        padding: 1.5rem 1rem;
    }
}


.attention-promo ~ .attention.container-fluid.main.text-center {
    padding: .5rem 1rem !important;
    background-color: #404040 !important;
    @media (max-width: 490px) {
        padding: 1.2rem 1rem !important;
    }
}

.comming_soon {
    font-size: 40px;
    transition: font-size .3s ease-in-out;
}


.attention_text{
    color: #f1f1f1;
    margin: 0 !important;
    transition: font-size .3s ease-in-out;
    font-size: 25px;
}

@media (max-width: 1195px) { 
    .comming_soon {
        font-size: 23px;
    } 
}

@media (min-width: 320px) and (max-width: 1920px) { 
    .attention_text {
        font-size: 15px;
    } 
}

@media (max-width: 319px) { 
    .attention_text {
        font-size: 12px;
    } 
}


footer .copy a {
    color: #c6c6c6;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}


footer .copy {
    color: #c6c6c6;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 0 0.25rem 3rem;
    margin-bottom: 0 !important;
}

footer .copy p {
    color: #c6c6c6!important
}

.container-fluid.text-center.get_login-btns-wrap {
    background: var(--header-bg);
}
.container-fluid.text-center.get_login-btns-wrap.top-get_login-btn-wrap {
    background: transparent !important;
    background: #fff;
}
ul.nav.flex-row.justify-content-center.mt-5.mb-5.text-center.legal-links-wrapper{
   background: var(--header-bg);
   margin-top: 0 !important;
   padding-top: 3rem !important;
}

.container-fluid.text-center.get_login-btns-wrap > .login.btn   {
    box-shadow: none
}


.grid-item .img-fluid {
    max-width: 1200px !important;
    width: 100%;
    height: auto;
}

.container-fluid.text-center.get_access-btns-wrap.mt-5 {
    margin-top: 0 !important;
}


footer .copy a {
    color: #525252 !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
  
  footer .copy a:hover {
    color: var(--primary-color) !important;
  }


  footer .copy p {
    color: #525252 !important;
}