/* my css */
:root {
    color-scheme: dark;
    --bg-color: linear-gradient(97.45deg, #0D1335 4.6%, #010624 50.1%);
    --brand-blue: #010624;
    --brand-green: #4ab749;
    --text-color: #E5F1FF;
    --bs-nav-link-font-size: 14px;
    --button2-color: #9333ea;
}

*,*::before,*::after{
    box-sizing: border-box
}

.mt-5rem {
    margin-top: 5rem;
}

.mt-6rem {
    margin-top: 6rem;
}

.mt-7rem {
    margin-top: 7rem;
}

.mb-4rem {
    margin-bottom: 4rem;
}

.mb-5rem {
    margin-bottom: 5rem;
}

.mb-6rem {
    margin-bottom: 6rem;
}

.mt-8vh{
    margin-top: 8vh;
}

.mb-15vh{
    margin-bottom: 15vh;
}

.d-xs-block {
    display: block !important;
}

.mt-xs-1-5 {
    margin-top: 1.5rem;
}

.mb-only-mobile-header-6rem {
    margin-bottom: 6rem;
}

.custom-btn {
    color: var(--text-color);
    text-decoration: none;
    padding: 15px 50px;
    align-items: center;
    border: 1px solid var(--text-color);
    transition: .3s cubic-bezier(.455, .03, .515, .955);
}

.custom-btn:hover {
    background: var(--brand-green);
    border-color: var(--brand-green);
    color: #fff;
}

.custom-btn svg {
    color: var(--text-color);
}

html, body {
    background: var(--bg-color);
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "Poppins";
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings:
        "wdth" 125,
        "YTLC" 521;
    font-size:16px;
    line-height:1.6;
    -webkit-font-smoothing: antialiased;
    color: var(--text-color);
}

header {
    height: 74px;
    border-bottom: 1px solid #3b3b3b;
}

header svg {
    width: 145px;
    height: 58px;
    margin-left: 12px;
    margin-top: 5px;
}

header svg image {
    width: 60px;
}

.custom-nav-link {
    color: var(--text-color)!important;
    font-size: 16px;
    font-weight: 600;
}

.custom-nav-link:hover {
    color: var(--brand-green)!important;
}

.custom-nav-link.top-mail:hover {
  color: var(--text-color) !important;
}

.top-mail img {
    margin-right: 5px;
}

.sidebar {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(60px);
}

section {
    display: block;
    margin: 8em auto;
    position: relative;
}

.section-box {
  /* flex: 1, */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main-banner-section{
    margin: 0 auto 0 auto!important;
    height: calc(100vh - 74px);
}

.banner-title-1 {
    font-size: 16px;
    font-weight: 200;
}

.banner-title-2 {
/*    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out;*/
    font-size: 30px;
    font-weight: 600;
    line-height: 84px;
    line-height: 45px;
}

.banner-title-2.show {
  opacity: 1;
  visibility: visible;
}

.get-started-today span {
    text-align: center;
    display: block;
}

.main-text .text {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1px;
}

.main-text .sub-text {
    font-weight: 200;
    font-size: 15px;
    margin-top: 4rem;
}

.cancel-anytime {
    font-size: 9px;
}

.sub-upper-main-text svg {
    margin-bottom: 3px;
    width: 10px;
}

section.main-text svg, section.sub-upper-main-text svg {
    transition: filter 0.2s ease;
}

section.main-text svg:hover, .sub-upper-main-text svg:hover {
    filter: blur(2px);
}

.main-text-blur {
    position: absolute;
    left: 20%;
    top: 0%;
    width: 38%;
    aspect-ratio: 4 / 5;
    transform: rotate(47.457deg);
    border-radius: 30%;
    background: linear-gradient(90deg, #3F63B0 0%, #26D0CE 100%);
    opacity: 0.5;
    filter: blur(145px);
}

.logo-text-blur {
    position: absolute;
    right: 10%;
    top: 25%;
    width: 40%;
    aspect-ratio: 1 / 1;
    opacity: 0.3;
    background: #6A3EA3;
    filter: blur(125px);
}


.social-icon img {
    width: 180px;
    display: block;
}

.social-icon span {
    font-size: 30px;
    display: block;
    font-style: italic;
    font-weight:200;
}

.sample-videos-text, .discover-product-text, .subscription-text {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: -1px;
    font-weight: 600
}

.video {
    max-width: 320px;
}


.video video {
    width: 100%;
}

.card {
    border-radius: 0;
    background: #0F2346;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 300;
    padding: 36px;
    height: 100%;
}

.card-info {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 600;
    line-height: 130.769%;
    letter-spacing: 1.04px;
    text-transform: uppercase;
}

.card-info span {
    position: relative;
    top: -1px;
    left: 4px;
}

.card-title {
    color: var(--text-color);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.7px;
    margin: 1em 0;
}

.card-text {
    font-size: 15px;
    line-height: 25px;
}

section.main-text-with-logo .text {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 35px;
}

section.main-text-with-logo .sub-text {
    font-weight: 200;
    font-size: 12px;
    margin-top: 4rem;
}

section.main-text-with-logo .text-with-logo svg {
    height: 150px;
    width: 150px;
}

section.main-text-with-logo .text-with-logo image {
    width: 150px;
}

.subscription-card-title {
    color: var(--button2-color);
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.7px;
}
.subscription-card-description {
    font-size: 13px;
    line-height: 20px;
}

.subscription-card-dollar {
    display: inline;
    color: var(--button2-color);
    font-size: 40px;
    font-weight: 600;
}

.subscription-card-amount {
    display: inline;
    font-size: 65px;
    font-weight: 700;
    letter-spacing: -2px;
}

.subscription-card-days {
    display: inline;
    opacity: 0.5;
}

#footer {
    background: #0D1335;
}

#footer .footer-heading {
    margin-top: 3rem;
}

#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

#footer li {
    font-weight: 200;
    margin: 5px 0;
}

#footer li a {
    text-decoration: none;
    color: var(--text-color)
}

#footer li a:hover {
    color: var(--brand-green)
}

#footer hr {
    margin-top: 4rem;
}

#footer .copyright {
    font-size: 10px;
}

.social-icon img {
    width: 135px;
}

.social-icon span {
    font-size: 18px;
}

.custom-border-bottom {
    border-bottom: 1px solid #535f6b;
}

.subscription-card {
    background: linear-gradient(149deg, #192247 0%, #210e17 96.86%);
    /*background: linear-gradient(0deg, #0D1335, #261640, #413146);*/
    backdrop-filter: blur(10px);
    border: 1px solid #413146;
    padding: 1.5rem;
}

.subscription-card-ul ul {
    list-style-type: none;
    padding: 0;
}

.subscription-card-ul {
    font-size: 12px;
}

.subscription-card-ul li {
    border-bottom: 1px solid rgba(83, 95, 107, 0.2);
}

.no-border {
    border: none!important;
}

.subscription-card-ul p {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: var(--button2-color);
    color: var(--brand-blue);
    border-radius: 50%;
    text-align: center;
    margin: 0;
}

.subscription-card-button a:hover {
    background-color: var(--button2-color);
    border-color: var(--button2-color);
}

.custom-tooltip button {
    font-size: 12px;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    font-weight: 600;
    color: grey;
}

.custom-tooltip button:hover {
    background: rgba(0, 0, 0, 0.5);
    color: grey;
}

#backToTop {
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 10px;
    opacity: 0.6;
}

#backToTop:hover {
    background-color: #0056b3;
}

/* ---- voices page ---- */
.vocals-sound {
     background: #0D1335;
}

.description-container .name {
    font-size: 12px;
    font-weight: 600;
}

.description-container .accent {
    font-size: 10px;
}

.description-container .desc {
    font-size: 10px;
}

.service-container iframe {
    width: 80%;
    height: 130px;
}

.custom-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #0D1335;
    padding: 0;
}

#tnc-content, #privacy-policy-content {
    margin: 10em auto;
    font-size: 13px;
}

#tnc-content a, #privacy-policy-content a {
    text-decoration: none;
}

#tnc-content ol, #privacy-policy-content ol {
   color: #0d6efd;
}

#tnc-content .policy-title, #privacy-policy-content .policy-title {
    text-align: center;
}

/* 404 page */
.not-found {
    max-width: 412px;
    padding: 24px;
    color: rgb(53 58 62);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 17px;
}

.not-found h1 {
    font-size: 22px;
    font-weight: bold;
}

.not-found hr {
    border: 0;
    height: 1px;
    background: #b4b4b4;
    margin-top: 16px;
    margin-bottom: 16px;
}

.not-found .help {
    font-size: 15px;
}

.not-found .help a {
    font-weight: bold;
    text-decoration: none;
    color: var(--brand-green);
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-in-left {
  animation: fadeInLeft 1s ease-out forwards;
  opacity: 0;
}

.delay-1s {
  animation-delay: 1s;
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-bottom {
  animation: fadeInBottom 1s ease-out forwards;
  opacity: 0;
}

.delay-p5s {
  animation-delay: 0.5s;
}

.fade {
  transition: opacity 0.5s ease-in-out !important;
  opacity: 0;
  will-change: opacity;
}

.fade.show {
  opacity: 1;
}

.currency-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  gap: 8px;
  display: flex;
  align-items: center;
}

.currency {
  cursor: pointer;
  background: transparent;
  padding: 5px 10px;
  border-radius: 4px;
  transition: background 0.2s;
}

.currency.active {
  background: transparent;
  color: white;
  font-weight: bold;
}

footer svg image {
    width: 80px;
}


/* Styles for extra small screens (≥300px) */
@media (min-width: 300px) {
    .banner-title-1 {
        font-size: 15px;
    }

    .banner-title-2 {
        font-size: 30px;
    }

    .custom-justify {
        justify-content: center !important;
    }

    .not-found {
       width: 80%;
    }
}

/* Styles for small screens (≥576px) */
@media (min-width: 576px) {
    .d-xs-block {
        display: inherit !important;
    }

    .mt-xs-1-5 {
        margin-top: 0;
    }

    #main-banner-section {
        max-width: 90%;
    }

    header svg {
        width: 170px;
    }

    header svg image {
        width: 62px;
    }

    .banner-title-1 {
        font-size: 18px;
    }

    .banner-title-2 {
        font-size: 44px;
        line-height: 55px;
    }

    .main-text .text {
        font-size: 30px;
    }

    .main-text .sub-text {
        font-size: 17px;
    }

    .social-icon img {
        width: 110px;
    }

    .social-icon span {
        font-size: 18px;
    }

    .sample-videos-text, .discover-product-text, .subscription-text {
        font-size: 44px;
        line-height: 55px;
    }

    section.main-text-with-logo .text-with-logo svg {
        height: 225px;
        width: 225px;
    }

    section.main-text-with-logo .text-with-logo image {
        width: 225px;
    }

    section.main-text-with-logo .text {
        font-size: 25px;
        line-height: 40px;
    }

    section.main-text-with-logo .sub-text {
        font-size: 13px;
    }

    .main-text-blur {
        filter: blur(200px);
    }

    .logo-text-blur {
        filter: blur(150px);
    }
}

/* Styles for medium screens (≥768px) */
@media (min-width: 768px) {
    header svg {
        width: 80px;
        height: 70px;
    }

    header svg image {
        width: 70px;
    }

    .banner-title-2 {
        font-size: 55px;
        line-height: 68px;
    }

    .main-text .text {
        font-size: 34px;
    }

    .social-icon img {
        width: 130px;
    }

    .social-icon span {
        font-size: 22px;
    }

    .video {
        max-width: none;
    }

    .sample-videos-text, .discover-product-text, .subscription-text {
        font-size: 55px;
        line-height: 68px;
    }

    .card-title {
        font-size: 19px;
    }

    .card-text {
        font-size: 12px;
    }

    section.main-text-with-logo .text {
        font-size: 32px;
        line-height: 45px;
    }

    section.main-text-with-logo .sub-text {
        font-size: 17px;
    }

    #footer .footer-heading {
        margin-top: 0;
    }

    #footer ul {
        font-size: 12px;
    }

    .video video {
        width: 100%;
    }
}

/* Styles for large screens (≥992px) */
@media (min-width: 992px) {
    header {
        height: 100px;
        border-bottom: none;
    }

    header svg image {
        width: 70px;
    }

    footer svg {
        height: 170px;
    }

    footer svg image {
        width: 170px;
    }

    #main-banner-section{
        margin: 0 auto 0 auto!important;
        height: calc(100vh - 100px);
    }

    .banner-title-1 {
        font-size: 20px;
    }

    .banner-title-2 {
        font-size: 60px;
        line-height: 72px;
    }

    .main-text .text {
        font-size: 50px;
        line-height: 60px;
    }

    .main-text .sub-text {
        font-size: 20px;
    }

    .mb-only-mobile-header-6rem {
        margin-bottom: 0;
    }

    .social-icon img {
        width: 150px;
    }

    .social-icon span {
        font-size: 25px;
    }

    .sample-videos-text, .discover-product-text, .subscription-text {
        font-size: 60px;
        line-height: 72px;
    }

    .card-title {
        font-size: 28px;
    }

    .card-text {
        font-size: 15px;
    }

    section.main-text-with-logo .text {
        font-size: 44px;
        line-height: 60px;
    }

    section.main-text-with-logo .sub-text {
        font-size: 20px;
    }

    #footer ul {
        font-size: 14px;
    }

    .custom-justify {
        justify-content: flex-start !important;
    }

    .custom-nav-link {
        font-size: 14px;
        font-weight: 400;
    }

    .main-text-blur {
        filter: blur(300px);
    }

    .logo-text-blur {
        filter: blur(200px);
    }

    .description-container .name {
        font-size: 27px;
    }

    .description-container .accent {
        font-size: 15px;
    }

    .description-container .desc {
        font-size: 15px;
    }

    .custom-fixed-top {
        position: static!important;
        --bs-bg-opacity: 1;
        background-color: transparent;
        padding: 0.5rem 0;
    }

    .service-container iframe {
        height: 100%;
    }
}

/* Styles for extra large screens (≥1200px) */
@media (min-width: 1200px) {

    .social-icon img {
        width: 160px;
    }

    .main-text-blur {
        filter: blur(320px);
    }

    .subscription-card {
        width: 90%;
        padding: 2rem;
    }

    .subscription-card-ul {
        font-size: 13px;
    }
}

/* Styles for extra extra large screens (≥1200px) */
@media (min-width: 1440px) {
    .banner-title-1 {
        font-size: 20px;
    }

    .social-icon img {
        width: 180px;
    }
}

@media (max-width: 767px) {
    .video {
        width: 90%;
        padding-left: 0;
        padding-right: 0;
        background-color: #000000;
        margin: 0 auto;
    }
}