@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap);

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

a {
    color: #33354d;
    line-height: 160%
}

a:hover {
    text-decoration: none;
    color: red
}

a,
a svg,
a svg *,
section.playstore .main .content .buttons a img {
    transition: all .15s
}

*,
body {
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: normal
}

body {
    background: #0c0c13;
    background-size: cover
}

button,
input,
textarea {
    outline: 0 !important
}

ul {
    list-style: none;
    margin-bottom: 0
}

.container {
    max-width: 1326px
}

.row {
    margin-left: -20px;
    margin-right: -20px
}

.row>div {
    padding-left: 20px;
    padding-right: 20px
}

h1,
p {
    text-align: center
}

h1,
h2,
p {
    font-weight: 700
}

h1 {
    color: #0c0c13;
    margin-bottom: 40px;
    font-size: 88px;
    line-height: 112px;
    z-index: 2;
    position: relative;
}

@media (max-width:1280px) {
    h1 {
        font-size: 66px;
        line-height: 66px;
    }
}

@media (max-width:991px) {
    h1 {
        font-size: 55px;
        line-height: 1.4
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 36px;
        line-height: 1.4
    }
}

@media (max-width:350px) {
    h1 {
        font-size: 28px;
        line-height: 1.2
    }
}

@media (max-width:767px) {
    h1 br {
        display: inline-block;
        content: ' ';
        padding: 0 3px
    }
}

h2,
p {
    font-size: 40px;
    line-height: 56px;
    text-align: left;
    margin-bottom: 24px
}

@media (max-width:767px) {
    h2 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 20px
    }

    h2 br {
        display: inline-block;
        content: ' ';
        padding: 0 3px
    }
}

p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

@media (max-width:767px) {
    p {
        font-size: 15px;
        line-height: 1.5
    }
}

.btn-custom {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #fff;
    border: 0;
    box-shadow: none;
    border-radius: 10px
}

.btn-custom:hover {
    color: #fff;
    opacity: .9
}

.btn-custom.btn-view {
    background: linear-gradient(98.13deg, #559bd9 -32.13%, #174fbe 125.52%)
}

.btn-custom.btn-listening,
section.medias.music .shape {
    background: linear-gradient(98.13deg, #ff4826 -32.13%, #9300ff 125.52%)
}

.btn-custom.btn-black {
    background-color: #0c0c13
}

.btn-custom.btn-enter {
    background: linear-gradient(98.13deg, #559bd9 -32.13%, #174fbe 125.52%)
}

header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 20px 0
}

header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

@media (max-width:767px) {
    header .wrapper {
        gap: 10px
    }
}

header .wrapper .logo {
    display: block;
    margin-right: auto;
    margin-left: 0
}

@media (max-width:767px) {
    header .wrapper .logo img {
        max-width: 100%
    }

    header .btn-enter {
        margin-left: 0
    }
}

.dropdown-dark .dropdown-toggle {
    border-radius: 15px;
    background-color: #fff;
    line-height: 24px;
    color: #0c0c13;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 0;
    min-width: 40px;
    width: 40px;
    height: 24px
}

.dropdown-dark .dropdown-toggle::after {
    display: none
}

.dropdown-dark .dropdown-menu {
    background-color: #0c0c13;
    box-shadow: 0 2px 32px 0 #00000080;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    min-width: 35px
}

.dropdown-dark .dropdown-menu li:last-child .dropdown-item {
    border-bottom: 0
}

.dropdown-dark .dropdown-menu .dropdown-item {
    color: #fff;
    padding: 0 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    border-bottom: 1px solid #2e2c30;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px
}

@media (max-width:767px) {
    .dropdown-dark .dropdown-menu .dropdown-item {
        line-height: 32px;
        padding: 0 10px;
        font-size: 13px
    }
}

.dropdown-dark .dropdown-menu .dropdown-item:hover {
    color: #000
}

.dropdown-dark .dropdown-menu .dropdown-item:hover svg path {
    stroke: #000
}

section {
    padding: 80px 0;
    overflow: hidden
}

@media (max-width:1367px) {
    section {
        padding: 40px 0
    }
}

section.hero-section {
    background: url(../images/hero.png) no-repeat center;
    background-size: 100% auto !important;
    display: flex;
    min-height: 100dvh;
    align-items: center;
    justify-content: center;
    padding: 0 0 400px
}

@media (max-width:1790px) {
    section.hero-section {
        padding-bottom: 200px
    }
}

@media (max-width:1367px) {
    section.hero-section {
        background-size: cover !important;
        background-position: center top 0 !important;
        min-height: inherit
    }
}

@media (max-width:767px) {
    section.hero-section {
        padding-bottom: 100px
    }
}

section.hero-section .wrapper {
    /* background-image: url(../images/hero-title-bg.png); */
    background-repeat: no-repeat;
    background-position: center;
    padding: 200px 0;
    text-align: center
}

@media (max-width:1367px) {
    section.hero-section .wrapper {
        min-height: inherit
    }
}

@media (max-width:767px) {
    section.hero-section .wrapper {
        padding: 150px 0 100px
    }
}

section.hero-section p {
    font-size: 20px;
    text-align: center;
    color: #0c0c13
}

@media (max-width:767px) {
    section.hero-section p br {
        display: none
    }

    section.hero-section p {
        font-size: 16px
    }
}

section.medias {
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: -400px;
    padding-top: 400px;
    text-align: center
}

@media (max-width:1790px) {
    section.medias {
        padding-top: 200px;
        margin-top: -200px
    }
}

@media (max-width:1367px) {
    section.medias {
        padding-left: 25px;
        padding-right: 25px;
        overflow: hidden
    }
}

@media (max-width:767px) {
    section.medias {
        padding-top: 100px;
        margin-top: -100px;
        padding-left: 0;
        padding-right: 0
    }
}

section.medias h2 {
    margin-bottom: 56px;
    text-align: center
}

@media (max-width:767px) {
    section.medias h2 {
        margin-bottom: 20px
    }
}

section.medias.music {
    margin-top: 0;
    padding-top: 80px
}

@media (max-width:1367px) {
    section.medias.music {
        padding-top: 40px
    }
}

section.medias.music .movie {
    height: 220px
}

section.medias.music .slider-media .time {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: .4000000059604645px;
    text-align: left;
    margin-top: 4px
}

section.medias.music .slider-media .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #fff;
    display: -webkit-box;
    height: "28px";
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

section.medias.music .slider-media p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #e0e0e0;
    margin-bottom: 0
}

section.medias.music .item-slick {
    width: 220px
}

section.medias.music p {
    margin-bottom: 40px;
    text-align: center
}

section.medias .shape {
    padding: 64px 20px;
    background: linear-gradient(98.13deg, #559bd9 -32.13%, #174fbe 125.52%);
    border-radius: 16px;
    margin-bottom: 40px
}

@media (max-width:767px) {
    section.medias .shape {
        padding: 30px 0;
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0
    }
}

section.faq h2,
section.medias p {
    margin-bottom: 80px;
    text-align: center
}

@media (max-width:767px) {
    section.medias p {
        margin-bottom: 20px
    }

    section.medias p br {
        display: none
    }
}

.slider-media {
    margin: 0 -20px;
    position: relative
}

@media (max-width:767px) {
    .slider-media {
        margin: 0 -10px
    }
}

.slider-media .slick-arrow {
    position: absolute;
    top: 50%;
    background: 0 0;
    border: 0;
    outline: 0;
    z-index: 2
}

.slider-media .slick-arrow.slick-next {
    right: -28px
}

@media (max-width:767px) {
    .slider-media .slick-arrow.slick-next {
        right: 0
    }
}

.slider-media .slick-arrow.slick-prev {
    left: -28px
}

@media (max-width:767px) {
    .slider-media .slick-arrow.slick-prev {
        left: 0
    }
}

.slider-media .movie {
    display: block;
    height: 400px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 4px solid #5c8dd5
}

@media (max-width:991px) {
    .slider-media .movie {
        height: 350px
    }
}

.slider-media .movie img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.slider-media .item-slick {
    margin: 0 20px;
    width: 282px
}

@media (max-width:991px) {
    .slider-media .item-slick {
        width: 200px
    }
}

@media (max-width:767px) {
    .slider-media .item-slick {
        margin: 0 10px
    }
}

section.playstore.second .main {
    background: #181827 url(../images/big-phone-bg2.png) no-repeat left 0 bottom 0
}

section.playstore .main {
    background: #181827 url(../images/big-phone-bg.png) no-repeat left 0 bottom 0;
    background-size: 920px auto;
    border-radius: 16px;
    display: flex;
    align-items: flex-end;
    gap: 80px;
    padding: 80px 40px 0 120px
}

@media (max-width:991px) {
    section.playstore .main {
        padding: 40px 40px 0;
        display: block;
        background-position: left -500px top 0 !important
    }
}

@media (max-width:767px) {
    section.playstore .main {
        padding: 15px
    }
}

section.playstore .main .content {
    width: 100%;
    padding-bottom: 140px
}

@media (max-width:1367px) {
    section.playstore .main .content {
        padding-bottom: 40px
    }
}

@media (max-width:767px) {
    section.playstore .main .content {
        padding-bottom: 0
    }
}

section.playstore .main .content .buttons {
    display: flex;
    align-items: center;
    gap: 16px
}

section.playstore .main .content .buttons a {
    display: block;
    border-radius: 8px;
    overflow: hidden
}

@media (max-width:767px) {
    section.playstore .main .content .buttons a img {
        max-width: 100%
    }
}

section.playstore .main .content .buttons a:hover img {
    filter: grayscale(.5)
}

section.playstore .big-phone {
    min-width: 470px
}

@media (max-width:1367px) {
    section.playstore .big-phone {
        min-width: 300px
    }
}

@media (max-width:991px) {
    section.playstore .big-phone {
        min-width: 200px;
        max-width: 200px;
        float: left;
        margin-right: 40px;
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    section.playstore .big-phone {
        display: none
    }
}

section.playstore .big-phone img {
    max-width: 100%;
    width: 100%
}

section.faq {
    padding-bottom: 120px
}

@media (max-width:1367px) {
    section.faq {
        padding-bottom: 80px
    }
}

section.faq h2 {
    margin-bottom: 40px
}

#accordion .cardMain {
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 16px
}

@media (max-width:767px) {
    #accordion .cardMain {
        padding: 12px
    }
}

#accordion .cardMain .cardHeader .toggle-title {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #fff;
    cursor: pointer;
    position: relative;
    padding-right: 50px
}

@media (max-width:767px) {
    #accordion .cardMain .cardHeader .toggle-title {
        font-size: 14px
    }
}

#accordion .cardMain .cardHeader .toggle-title:after {
    content: "";
    position: absolute;
    right: 0;
    top: -2px;
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/arrow-down.svg) no-repeat center;
    transition: all .15s
}

#accordion .cardMain .cardHeader .toggle-title.collapsed:after {
    transform: rotate(180deg)
}

#accordion .cardMain .cardBody {
    text-align: left;
    padding-top: 16px
}

#accordion .cardMain .cardBody *,
section.playstore .main .content p {
    text-align: left
}

#accordion .cardMain .cardBody p {
    color: #e0e0e0;
    text-align: left;
    margin-bottom: 0
}

#accordion .cardMain,
footer {
    background-color: #181827
}

footer .footer-top {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:767px) {
    footer .footer-top {
        gap: 25px
    }
}

@media (max-width:350px) {
    footer .footer-top {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10x
    }
}

footer .footer-top .logo {
    display: inline-block
}

@media (max-width:767px) {
    footer .footer-top .logo img {
        max-width: 100%
    }
}

footer .footer-top ul {
    padding-left: 0
}

footer .footer-top ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: .10000000149011612px;
    text-align: left;
    color: #fff
}

footer .footer-top ul li a:hover {
    opacity: .8
}

footer .footer-bottom {
    padding: 24px 0;
    border-top: 1px solid #2f2f3c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px
}

@media (max-width:767px) {
    footer .footer-bottom {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 10px
    }
}

footer .footer-bottom .privacy,
footer .footer-top ul {
    display: flex;
    align-items: center;
    gap: 24px
}

@media (max-width:767px) {
    footer .footer-bottom .privacy {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px
    }

    footer .footer-bottom .privacy span {
        width: 100%;
        text-align: center
    }
}

footer .footer-bottom .privacy a,
footer .footer-bottom .privacy span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .25px;
    text-align: left;
    color: #bdbdbd
}

@media (max-width:767px) {

    footer .footer-bottom .privacy a,
    footer .footer-bottom .privacy span {
        white-space: nowrap;
        text-align: center
    }
}

footer .footer-bottom .privacy a:hover {
    color: #fff
}

footer .footer-bottom .socials {
    display: flex;
    align-items: center;
    gap: 12px
}

footer .footer-bottom .socials a:hover {
    opacity: .8
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding: 20px 0;
    list-style-type: none
}

.slick-dots li {
    margin: 0 .25rem
}

.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: 0;
    border-radius: 100%;
    background-color: #ffffff52;
    text-indent: -9999px
}

.slick-dots li.slick-active button {
    background-color: #fff
}

#atom {
    position: absolute;
    width: 100vw;
    height: 100vw;
    display: inline-block;
    left: calc(50% - 50vw);
    top: calc(50% - 50vw);
    z-index: 0;
}

@media (max-width:991px) {
    #atom {
        top: calc(40% - 50vw);
    }
}

@media (max-width:767px) {
    #atom {
        top: calc(24% - 50vw);
    }
}


#nucleus,
.orbit,
.electron,
.orbitTrain,
.electronTrain {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: auto;
}

#nucleus {
    background: #E9DFC8;
    box-shadow: 0 0 15px #E9DFC8;
    -webkit-animation: shining 2s infinite linear;
    -moz-animation: shining 2s infinite linear;
    -ms-animation: shining 2s infinite linear;
    -o-animation: shining 2s infinite linear;
    animation: shining 2s infinite linear;
    display: none;
}

.orbit:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 20px solid rgba(112,188,245, 0.1);
    border-radius: 50%;
}

.orbit {
    width: 60vw;
    height: 60vw;
    border: 0;
    transform-style: preserve-3d;
    -webkit-animation: orbitSpecial 3s infinite linear;
    -moz-animation: orbitSpecial 3s infinite linear;
    -ms-animation: orbitSpecial 3s infinite linear;
    -o-animation: orbitSpecial 3s infinite linear;
    animation: orbitSpecial 3s infinite linear;
}

.orbit .electron {
    position: relative;
    top: 30vw;
    width: 10px;
    height: 10px;
    background: #EEF4F9;
    box-shadow: 0 0 40px #EEF4F9;
    border-radius: 50%;
    transform: translateX(30vw);
    -webkit-animation: electronAnimation 3s infinite linear;
    -moz-animation: electronAnimation 3s infinite linear;
    -ms-animation: electronAnimation 3s infinite linear;
    -o-animation: electronAnimation 3s infinite linear;
    animation: electronAnimation 3s infinite linear;
}

.orbit:nth-child(4) {
    transform: rotateY(65deg) rotateX(5deg);
    animation-delay: -2s;
}

.orbit:nth-child(4) .electron {
    animation-delay: -2s;
}

.orbit:nth-child(2) {
    transform: rotateY(65deg) rotateX(-54deg);
    animation-delay: -2s;
    animation-duration: 2s;
}

.orbit:nth-child(2) .electron {
    animation-duration: 2s;
}

.orbit:nth-child(3) {
    transform: rotateY(65deg) rotateX(54deg);
}

@keyframes electronAnimation {
    0% {
        transform: rotateZ(0deg) translateX(30vw) rotateZ(0deg) rotateY(-65deg);
    }

    100% {
        transform: rotateZ(360deg) translateX(30vw) rotateZ(-360deg) rotateY(-65deg);
    }
}

@keyframes orbitSpecial {
    0% {
        border: 0;
        border-top: 3px solid rgba(255, 255, 255, 0.5);
    }

    35% {
        border: 0;
        border-right: 3px solid rgba(255, 255, 255, 0.5);
    }

    70% {
        border: 0;
        border-bottom: 3px solid rgba(255, 255, 255, 0.5);
    }

    100% {
        border: 0;
        border-left: 3px solid rgba(255, 255, 255, 0.5);
    }
}


@keyframes shining {
    0% {
        box-shadow: 0 0 0 transparent;
    }

    50% {
        box-shadow: 0 0 40px #2196F3;
    }

    100% {
        box-shadow: 0 0 0 transparent;
    }
}