@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --mobile-h1: 24px;
    --mobile-h2: 18px;
}

body {
    scroll-behavior: smooth;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img,
svg,
.img {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
}

#top_bar {

    height: 64px;
    display: flex;
    align-items: center;
    margin-bottom: 0;

    background: #5458FB;
    position: relative;

}

header h4 {
    margin-top: 32px;
}

#top_bar .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



#top_bar svg {
    fill: white;
}


#top_menu {
    display: flex;
    align-items: center;
    font-size: 12px;
}

#top_menu > a {
    margin-left: 16px;
    padding: 10px;
    text-decoration: none;
    opacity: 0.8;
}

#top_menu > a:hover {

    opacity: 1;
}

#top_menu > a:first-child {
    margin-left: 0;
}


header {
    text-align: center;
}

header h1 {
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    margin-top: 24px;
    margin-bottom: 28px;
    line-height: 0.9;
}

header h4 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

header h4::after {
    content: '';
    position: absolute;
    top: -4px;
    right: -18px;
    width: 18px;
    height: 18px;
    background: url(src/particles.svg) no-repeat center;
}

header h4 svg {
    margin-right: 5px;
}

header h4,
header h3 {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}




.lifetime_button {


    padding: 24px 60px;
    text-decoration: none;
    font-weight: 700;
    color: white;
    font-size: 18px;
    display: inline-block;
    margin-top: 32px;

    transition: all .3s ease-out;

    display: inline-flex;
    align-items: center;
    position: relative;
    justify-content: center;

}

.lifetime_button.two-lines {
  display: flex;
  flex-wrap: wrap;
  max-width: 450px;
}

.lifetime_button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 99px;

    background: #5458FB;
    z-index: 1;
    transition: all .3s ease-out;
}

.lifetime_button:hover::before {
    background: black;
    transform: scale(1.1);
}



.lifetime_button svg {
    margin-right: 8px;

}

.lifetime_button > * {
    z-index: 2;
}

.lifetime_button path {
    stroke: white;
    stroke-width: 2;
}

.lifetime_button .animated {
    stroke-dasharray: 79.7;
    stroke-dashoffset: -4px;
}

.lifetime_button .fade {
    opacity: 0;
    transition: all .3s ease-out;
}

.lifetime_button:hover .animated {
    animation: dash 30s linear infinite;
}

.lifetime_button:hover .fade {
    opacity: 0.3;
}

@keyframes dash {
    to {
        stroke-dashoffset: 1000;
    }
}

#top_menu .button {
    background: white;
    color: #5458FB;
    border-radius: 99px;
    padding: 2px 12px;
    transition: all .3s ease-in-out;
}

#top_menu a {
    color: white;
}

#countdown_container:hover .content::before {
    transform: scale(1.1);
}

#countdown_container .content {
    background: #F4FBFF;
    border-radius: 16px;
    padding: 64px;
    font-weight: 500;
    width: 1148px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    position: relative;
}

#countdown_container .content > * {
    margin-bottom: 32px;
}

#countdown_container .content > *:last-child {
    margin-bottom: 0;
}


#countdown {
    display: flex;
    align-items: center;
    justify-content: center;

}

#countdown > div {
    margin-right: 24px;
}

#countdown > div:last-child {
    margin-right: 0;
}




#countdown .num {
    border-radius: 6px;
    background: linear-gradient(180deg, #FFF 0%, #F4FBFF 100%);
    box-shadow: 0px 8.5px 17px -3px #C1E5FA, 0px -0.7px 3.8px 0.7px #FFF inset;


    color: #181818;
    text-align: center;
    font-family: Inter;
    font-size: 38px;
    font-weight: 700;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 62px;
}

#countdown .two_nums {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

#countdown .two_nums > .num:first-child {
    margin-right: 12px;
}


#countdown .block_name {
    color: #82AFC9;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

/* ----- */

#top_bar_countdown_container {
    background: #DADAFF;
    padding: 8px;
}

#top_bar_countdown {
    display: flex;
    align-items: center;
    justify-content: center;


}

#top_bar_countdown .sep {
    opacity: 0.65;
    margin: 0;
}

#top_bar_countdown .block_name {
    display: none;
}

#top_bar_countdown > div {
    margin-right: 12px;
    margin-left: 12px;
}

#top_bar_countdown > div:last-child {
    margin-right: 0;
}




#top_bar_countdown .num {
    border-radius: 4px;
    background: linear-gradient(180deg, #FFF 0%, #F4FBFF 100%);
    box-shadow: 0px 8.5px 17px -3px #C1E5FA, 0px -0.7px 3.8px 0.7px #FFF inset;


    color: #181818;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 26px;
}

#top_bar_countdown .two_nums {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

#top_bar_countdown .two_nums > .num:first-child {
    margin-right: 8px;

}

/* ---- */
#payment_options {
    display: flex;
    align-items: center;
    width: 620px;
    max-width: 100%;
    margin-top: 32px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #EEE;
    margin-left: auto;
    margin-right: auto;
}

#payment_options > * {
    margin-right: 32px;
}

#payment_options > *:last-child {
    margin-right: 0
}


.content {
    width: 1000px;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;

}

section .content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.two_columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.two_columns.reversed {
    flex-direction: row-reverse;
}

.two_columns > * {
    width: calc(50% - 20px);
}

ul {
    list-style-type: none;
}

p {
    margin-bottom: 16px;
}

li .icon {
    border: 1px solid #eee;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    margin-right: 10px;
}

li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}



p:last-child,
li:last-child {
    margin-bottom: 0;
}

.two_columns h1 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 1.05;
}


section.color .icon {
    border: 1px solid black;
}


/* -- footer -- */


footer {
    padding-top: 80px;
    padding-bottom: 80px;
    background: black;
    color: white;
    font-size: 15px;
}

footer .products a {
    display: flex;
    align-items: center;
    
}

footer .products a svg {
    fill: white;
    margin-right: 6px;
}

footer .logo {
    fill: #434354;
}

footer .text-description {
    color: #434354;
    max-width: 200px;
    margin-top: 24px;
}

footer #social_links {
    display: flex;
    margin-bottom: 24px;
}


footer #social_links a {
    margin-top: 0;
}

footer .social_links_icon {
    margin-right: 20px;
}


footer a {
    color: white;
    text-decoration: none;
    margin-top: 10px;
    display: block;
}

footer h4 {
    margin-bottom: 24px;
}

footer .content {
    width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
}

footer .copyright {
    max-width: 200px;
    color: #434354;
    margin-top: 10px;
    display: block;
}

footer .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

footer .content .col:first-child {
    width: auto;
    border-right: none;
}

footer .content .col:last-child {
    width: auto;
    border-right: none;
    padding-right: 0;
}


footer .content .col {
    border-right: 1px solid #434354;
    padding-right: 30px;
    width: 25%;
}

footer .social_links_icon {
    width: 24px;
    fill: #434354;
}

footer .social_links_icon:hover {
    fill: white;
}

#video {
    width: 800px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 32px;
    margin-bottom: 32px;
    border-radius: 8px;
}

#video iframe {
    width: 100%;
    height: 100%;
}

#gamification,
#in-depth-analytics {
    min-height: 560px;
    align-items: center;
    justify-content: center;
    display: flex;

    position: relative;
    padding-bottom: 128px;
}


#in-depth-analytics {
    background-color: #EAE8FF;
    background-image: url(src/grid.svg), url(src/chart.svg), linear-gradient(white, #EAE8FF);
    background-size: 12px 382px, 952px 476px, 100% 100%;
    background-repeat: repeat-x, no-repeat, no-repeat;
    background-position: center bottom;


}

#package,
#get-account-now {
    position: relative;
}

#gamification::after,
#in-depth-analytics::after,
#get-account-now::after,
#package::after {
    content: '';

    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: url(src/cutout.svg);
    background-size: 100% 100%;
    z-index: 2;
}

#gamification {
    background-image: url(src/gamification_bg.png), linear-gradient(white, #FFF5DA);
    background-size: 1220px 300px, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom;


}

#get-account-now {
    padding-top: 80px;
    padding-bottom: 80px;
    color: white;
    background: #171717;
    margin-top: 80px;
    text-align: center;

}

#get-account-now h1 {
    margin-top: 40px;
    font-size: 48px;
    line-height: 0.95;
}

#get-account-now h2 {
    font-weight: 400;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}


#refund-guarantee {
    margin-top: 40px;
    background: #494A53;
    border-radius: 8px;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    text-align: left;

    display: flex;
    align-items: center
}

#refund-guarantee img {
    margin-right: 26px;
}

#refund-guarantee a {
    color: white;
}

#refund-guarantee a:hover {
    text-decoration: none;
}

#refund-guarantee h3 {
    margin-bottom: 10px;
}

#get-account-now .lifetime_button:hover {
    color: black;
}

#get-account-now .lifetime_button:hover path {
    stroke: black;
}


#get-account-now .lifetime_button:hover::before {
    background: white;
}

#features-grid .ic {
    background-image: url(src/icons.svg);
    background-size: 128px 256px;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;

}

.grid .ic-container {


    background: linear-gradient(#F2F1FF, white);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 16px;

    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
}

.grid {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.grid > * {
    width: calc(25% - 30px);
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}


.grid.dark {
    background: #171717;
    color: white;
    padding: 40px;
    border-radius: 16px;
    width: 1148px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;

}

.grid.dark > * {

    margin-bottom: 0;
}


.grid.dark .ic-container {
    background: linear-gradient(to top, rgba(132, 133, 196, 0.19), rgba(23, 23, 23, 0));
}

#integrated {
    margin-top: 40px;
    text-align: center;
}

#integrated h1 {
    margin-bottom: 40px;
}

#integrated .lg {
    background-image: url(src/logos.png);
    background-size: 720px 360px;
    background-repeat: no-repeat;
    width: 180px;
    height: 90px;

    transition: all .3s ease-out;
    filter: grayscale(1);

}

#integrated .lg-container:hover .lg {
    filter: grayscale(0);

}

#integrated .lg-container:hover {

    background-color: #F2F1FF;
}


#integrated .label {
    display: none;
}

.lg-container {

    background-color: #FFFFFF;
    border: 1px solid #F2F1FF;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 16px;

}

#lg_0 {
    background-position: 0px 0px
}

#lg_1 {
    background-position: -180px 0px
}

#lg_2 {
    background-position: -360px 0px
}

#lg_3 {
    background-position: -540px 0px
}

#lg_4 {
    background-position: 0px -90px
}

#lg_5 {
    background-position: -180px -90px
}

#lg_6 {
    background-position: -360px -90px
}

#lg_7 {
    background-position: -540px -90px
}

#lg_8 {
    background-position: 0px -180px
}

#lg_9 {
    background-position: -180px -180px
}

#lg_10 {
    background-position: -360px -180px
}

#lg_11 {
    background-position: -540px -180px
}

#lg_12 {
    background-position: 0px -270px
}

#lg_13 {
    background-position: -180px -270px
}

#lg_14 {
    background-position: -360px -270px
}

#lg_15 {
    background-position: -540px -270px
}

#package {
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(white, #DADAFF);

}

#package h1 {
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;

    margin-bottom: 40px;
    line-height: 0.9;
}

#logo_large {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80vw;
}

/*
        #package .lifetime_button::before {
        background: #54FBA5;
        }

        #package .lifetime_button {
        color: black;
        }
        */
#package .package_content {
    display: flex;
    align-items: center;
    flex-direction: column;



    border-radius: 8px;


    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background: white;
}

#package .package_content .container {
    padding: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#package ul {

    margin-top: 40px;
    font-size: 18px;
    margin-bottom: 40px;
}

#package ul li {
    position: relative;
    padding-left: 34px;
    min-height: 24px;
}

#package ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 1px solid #EAE8FF;
    border-radius: 99px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.717865 5.49426L4.57645 9.35284L11.2821 2.64716' stroke='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}

.old_price {
    text-decoration: line-through;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.new_price {
    font-size: 64px;
    font-weight: bold;
    text-align: center;
}

.info {
    background: #171717;
    color: white;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 0 0;
    width: 100%;
}

.info svg {
    margin-right: 12px;
}

.info svg .hour,
.info svg .minute {
    transform-origin: 9px 9px;
    animation-name: watch_rotation;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.info svg .hour {
    animation-duration: 360s;

}

.info svg .minute {
    animation-duration: 6s;
}

@keyframes watch_rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#package .guarantee {
    margin-top: 16px;
}

.logo_inline {
    fill: black;
    transition: all .3s ease-out;
    transform: translateY(1px);
}

.logo_inline:hover {
    fill: #5458FB;
}

@media(max-width: 800px) {



    header > * {
        padding-left: 24px;
        padding-right: 24px;
    }

    header .lifetime_button {
        width: calc(100% - 48px);
        margin-top: 16px;
    }

    #video {
        width: 100vw;
        height: 56.25vw;
        padding: 0;
    }

    h1 br {
        display: none;
    }

    .two_columns {
        flex-direction: column;
    }

    .two_columns.reversed {
        flex-direction: column;
    }

    .two_columns img {
        width: calc(100vw - 48px);
    }

    .two_columns > * {
        width: 100%;
    }

    .two_columns > *:first-child {
        margin-bottom: 20px;
    }

    #refund-guarantee {
        width: 100%;
    }

    .grid > * {
        width: 33%;
    }

    .grid.dark {
        border-radius: 0;
    }

    .grid.dark > * {
        margin-bottom: 16px;
    }

    .grid.dark > *:last-child {
        margin-bottom: 0;
    }

    /* ---- */

    footer .content {
        flex-direction: column;
        width: 100%;
        border-right: none;
    }

    footer .content .col {
        width: 100%;
        border-right: none;
        margin-bottom: 20px;
    }

    footer .content .col:last-child {
        margin-bottom: 0;
    }

    footer a {
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }

}

@media(max-width: 600px) {

    #top_bar_countdown .sep {
        opacity: 0.65;
        margin: 0;
        display: none;

    }

    header h4::after {
        display: none;
    }

    #top_bar_countdown > div {
        margin-left: 0;
        margin-right: 16px;
    }


    #top_bar_countdown .num {
        width: 6vw;
        height: 7vw;
        font-size: 4vw;
    }

    #top_bar_countdown .two_nums > .num:first-child {
        margin-right: 4px;
    }



    .grid > * {
        width: 50%;
    }

    #integrated .lg-container {
        width: 20vw;
        height: 10vw;
    }

    #integrated .lg {
        width: 20vw;
        height: 10vw;
        background-size: 80vw 40vw;
    }

    #integrated .grid > * {
        width: 20vw;
        margin-bottom: 8px;
    }

    #lg_0 {
        background-position: 0vw 0vw
    }

    #lg_1 {
        background-position: -20vw 0vw
    }

    #lg_2 {
        background-position: -40vw 0vw
    }

    #lg_3 {
        background-position: -60vw 0vw
    }

    #lg_4 {
        background-position: 0vw -10vw
    }

    #lg_5 {
        background-position: -20vw -10vw
    }

    #lg_6 {
        background-position: -40vw -10vw
    }

    #lg_7 {
        background-position: -60vw -10vw
    }

    #lg_8 {
        background-position: 0vw -20vw
    }

    #lg_9 {
        background-position: -20vw -20vw
    }

    #lg_10 {
        background-position: -40vw -20vw
    }

    #lg_11 {
        background-position: -60vw -20vw
    }

    #lg_12 {
        background-position: 0vw -30vw
    }

    #lg_13 {
        background-position: -20vw -30vw
    }

    #lg_14 {
        background-position: -40vw -30vw
    }

    #lg_15 {
        background-position: -60vw -30vw
    }


    #package {
        padding-top: 0;
        padding-bottom: 0;
    }

    #package h1 {

        font-size: var(--mobile-h1);

    }

    #package .content {
        padding: 0;
    }

    #package .package_content {
        width: 100%;
    }

    #package .package_content {
        border-radius: 0;
    }

    .info {
        border-radius: 0;
    }

    #package ul {
        text-align: left;
        font-size: 16px;
    }

    .lifetime_button {
        font-size: 16px;
    }

    .lifetime_button svg {
        display: none;
    }

    .lifetime_button {
        padding: 16px;
        width: 100%;
    }

    #package::after {
        display: none;
    }

    .grid .ic-container {
        width: 64px;
        height: 64px;
    }

    #refund-guarantee {
        flex-direction: column;
        padding: 16px;
    }

    #refund-guarantee img {
        margin-right: 0;
        margin-bottom: 16px;
    }

    #get-account-now h1 {
        font-size: var(--mobile-h1);
    }

    #get-account-now h2 {
        width: 100%;
        font-size: var(--mobile-h2);
    }

    .two_columns h1 {
        font-size: var(--mobile-h1);
    }

    #gamification {
        background-size: 90vw 22.13vw, 100% 100%;
    }

    #gamification,
    #in-depth-analytics {
        padding-bottom: 0;
    }

    #gamification::after,
    #in-depth-analytics::after,
    #get-account-now::after,
    #package::after {

        height: 16px;

    }

    #in-depth-analytics {
        background-size: 6px 191px, 120vw 60vw, 100% 100%;
    }

    #countdown_container .content {
        padding: 16px;
    }

    #countdown .num {
        width: 6vw;
        height: 7vw;
        font-size: 4vw;
    }

    #countdown .two_nums > .num:first-child {
        margin-right: 4px;
    }

    header h1 {
        font-size: var(--mobile-h1);
    }

    header h4 {
        text-align: left;
    }

    header h4 svg {
        margin-right: 8px;
    }

    header h4,
    header h3 {
        font-size: 16px;
    }

    #top_menu {
        display: none;
    }

    #top_bar .content {



        justify-content: center;
    }

    section .content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media(max-width: 300px) {


    .grid > * {
        width: 100%;
        display: flex;
        flex-direction: row;
        text-align: left;
    }

    .grid .ic-container {
        margin-bottom: 0;
        margin-right: 16px;
    }

}
