@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700;900&display=swap');

* {
    transition: all 0.5s linear;
    font-family: 'Raleway',
    sans-serif;
    font-weight: 400;
}

html, body {
    scroll-behavior: smooth;
    font-size: 100%;
}

@media (max-width: 767.98px) { 
    .container {
        max-width: 100% !important;
    }
}

/* Navbar */
nav.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

.navbar-toggler {
    color: #ffffff;
    outline: 0 !important;
    font-size: 30px;
}

.navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 576px) { 
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        margin-right: 1rem;
        margin-left: 1rem;
    }
}

.navbar-nav .nav-link.nav-reg-btn {
    border: 1px solid #ffffff;
    border-radius: 20px;
    background: #F5F5F5;
    color: #363233;
}

.navbar-nav .nav-link.nav-reg-btn:hover {
    background: transparent;
    color: #ffffff;
}

.navbar-nav .nav-link.nav-login-btn {
    border: 1px solid #ffffff;
    border-radius: 20px;
}

.navbar-nav .nav-link.nav-login-btn:hover {
    background: #F5F5F5;
    color: #363233;
}

@media (max-width: 575.98px) {
    .navbar-nav .nav-link.nav-login-btn,
    .navbar-nav .nav-link.nav-reg-btn {
        width: 200px;
        margin: auto;
        margin-top: 1rem;
    }
}

nav.navbar.scrolled {
    background: transparent linear-gradient(269deg, #9B2DEF 0%, #2D9BEF 61%, #35EDFB 100%);
    box-shadow: 0 0.1875rem 0.9375rem 0 rgba(22, 18, 47, 0.1);
    transition-duration: 1s;
}

/* Header */
header {
    background: url(../images/home-pg-header-bg.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}

header .contents {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

header .heading {
    text-align: center;
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    letter-spacing: 0.96px;
    color: #ffffff;
}

.header-reg-btn {
    display: block;
    width: 290px;
    height: 46px;
    background: transparent linear-gradient(269deg, #9B2DEF 0%, #2D9BEF 61%, #35EDFB 100%);
    box-shadow: 0px 0px 20px #0022FF66;
    border-radius: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    margin: 3rem auto 1rem;
}

.header-reg-btn:hover {
    text-decoration: none;
    background: transparent linear-gradient(269deg, #35EDFB 0%, #2D9BEF 61%, #9B2DEF 100%);
    color: #ffffff;
}

header .text {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1px;
    color: #ffffff;
}

header .text span {
    color: #2DCEEF;
}

@media (max-width: 767.98px) {
    header .heading {
        font-size: 38px;
        line-height: 48px;
    }
}

/* Innovation Section */
.innovation-section {
    background: #161A1A;
}

.innovation-section .heading {
    display: flex;
    align-items: flex-end;
}

.innovation-section .heading img {
    margin-right: 1rem;
}

.innovation-section .heading span {
    font-size: 36px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: -1.08px;
    color: #FFFFFF;
}

.innovation-section .text {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.32px;
    color: #FFFFFF;
}

/* Sections */
.sections {
    background: #161A1A;
}

.sections .heading {
    font-size: 36px;
    line-height: 34px;
    font-weight: bold;
    letter-spacing: 0.36px;
    color: #FFFFFF;
}

.sections .text {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.32px;
    color: #ffffff;
}

.sections .text a {
    color: #2DCEEF;
}

/* Benefits Section */
.benefits-section {
    background: #161A1A;
    padding: 6rem 0 0;
}

.benefits-section .heading {
    font-size: 36px;
    line-height: 42px;
    font-weight: 900;
    letter-spacing: 0.36px;
    color: #FFFFFF;
}

.benefits p {
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
}

/* Services */
.services {
    background: #161A1A;
    padding: 5rem 0;
}

.services .heading {
    font-size: 36px;
    line-height: 44px;
    font-weight: 900;
    letter-spacing: 0.36px;
    color: #FFFFFF;
}

.trial-base {
    background: transparent linear-gradient(285deg, #9B2DEF 0%, #2D9BEF 58%, #35EDFB 100%) 0% 0% no-repeat padding-box;
    border: 4px solid #FFFFFF;
    border-radius: 8px;
    padding: 2rem 1rem;
}

.premium-base {
    background: #252727 0% 0% no-repeat padding-box;
    border-radius: 6px;
    border: 4px solid #35EDFB;
    padding: 2rem 1rem;
}

.plans .title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    letter-spacing: 0.24px;
    color: #FFFFFF;
}

.plans .title span {
    color: #2DCEEF;
}

.services-include {
    padding: 0;
    list-style-type: none;
    margin-top: 3rem;
}

.services-include li {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.16px;
    color: #FFFFFF;
    margin-top: 1.5rem;
    padding-left: 2rem;
}

.trials-include li {
    background: url(../images/tick-white-icon.svg) no-repeat left 3px;
    background-size: 21px 14px;
}

.premium-include li {
    background: url(../images/tick-cyan-icon.svg) no-repeat left 3px;
    background-size: 21px 14px;
}

.reg-trial-btn {
    display: block;
    width: 280px;
    height: 46px;
    box-shadow: 0px 0px 20px #0022FF66;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: 0.1px;
    color: #FFFFFF;
}

.reg-trial-btn:hover {
    color: #161A1A;
    background: #ffffff;
    text-decoration: none;
}

.reg-premium-btn {
    display: block;
    width: 280px;
    height: 46px;
    background: transparent linear-gradient(269deg, #9B2DEF 0%, #2D9BEF 61%, #35EDFB 100%);
    box-shadow: 0px 0px 20px #0022FF66;
    border-radius: 40px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: 0.1px;
    color: #FFFFFF;
}

.reg-premium-btn:hover {
    background: transparent linear-gradient(269deg, #35EDFB 0%, #2D9BEF 61%, #9B2DEF 100%);
    text-decoration: none;
    color: #FFFFFF;
}

/* Footer */
footer {
    background: #111313;
    padding: 2rem 0;
}

.footer-links a {
    font-size: 12px;
    letter-spacing: 0.07px;
    color: #848484;
    margin: 0 1rem;
}

.social-links a {
    margin: 0 0.5rem
}

.social-links a:hover {
    text-decoration: none;
}

.social-links span {
    font-size: 12px;
    letter-spacing: 0.07px;
    color: #848484;
}

/* Side Pages */
.side-pages {
    position: relative;
    background: url(../images/home-pg-header-bg.jpg) no-repeat;
    background-size: cover;
    padding: 4rem 0;
}

@media (min-width: 1600px) {
    .side-pages {
        height: 100vh;
    }

    .side-pages .wrapper {
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

.side-pages .heading {
    font-size: 35px;
    line-height: 44px;
    color: #FFFFFF;
}

.side-pages .text {
    width: 266px;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
}

.side-pages-links a {
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    position: relative;
    margin-right: 1.5rem;
}

.side-pages-links a.active {
    font-weight: bold;
}

.side-pages-links a.active::after {
    content: "";
    width: 77px;
    border-top: 4px solid #FFFFFF;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.side-pages-links a:hover {
    text-decoration: none;
}

.side-pages-links a:hover::after {
    content: "";
    width: 77px;
    border-top: 2px solid #FFFFFF;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.form-control {
    border: 1px solid #FFFFFF;
    border-radius: 54px;
    background: transparent;
    font-size: 15px;
    color: #ffffff;
    padding: 0 1.5rem;
}

.form-control::placeholder {
    color: #B7B7B7;
}

.form-control:focus {
    background: transparent;
    color: #ffffff;
}

.genre-label {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-weight: 300;
}

.genre-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.genre-label span {
    font-weight: bold;
}

.genre label {
    display: block;
    width: 104px;
    height: 29px;
    border: 1px solid #FFFFFF;
    border-radius: 48px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    line-height: 29px;
    color: #FFFFFF;
    margin: 10px 20px 0 0;
}

.genre input:checked+label {
    background: #001C2C;
    border-radius: 39px;
    border-color: #001C2C;
}

.genre input {
    display: none;
}

.side-pages-submit-btn {
    display: block;
    outline: 0 !important;
    cursor: pointer;
    width: 145px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 23px;
    font-size: 16px;
    font-weight: bold;
    color: #001C2C;
}

.side-pages-submit-btn:hover {
    background: transparent;
    color: #ffffff;
}

.side-pages-bottom-txt {
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
}

.side-pages-bottom-txt a {
    color: #ffffff;
    text-decoration: underline;
}

.slider-title-text {
    font-size: 30px;
    line-height: 34px;
    color: #FFFFFF;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translateY(-50%) rotate(-90deg);
}

@media (max-width: 575.98px) {
    .slider-title-text {
        position: static;
        text-align: center;
        transform: translateY(0%) rotate(0deg);
    }

    .side-pages .heading {
        font-size: 30px;
        line-height: 40px;
    }
}

.slider-nav {
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-45%);
    z-index: 40;
}

.slider-nav img {
    display: block;
    cursor: pointer;
    margin: 10px 0;
}

.slider-nav img.swiper-button-disabled {
    opacity: 0.5;
}

.side-pages-logo {
    position: absolute;
    top: 2rem;
    left: 10%;
}