
:root {
    --primary-color: #6600FF;
    --secondary-color: #14DCAA;
    --purple-color: #F7F2FF;
    --black-color: #434343;
}
html {
    scroll-behavior: smooth;
}
.body-inner {
    scroll-behavior: smooth;
}
.btn-primary {
    color: white;
    background-color: var(--primary-color) !important;
    box-shadow: 0 7px 32px rgba(102,0,255, .3);
    border: none !important;
    padding: 18px 36px !important;
    border-radius: 12px !important;
    line-height: 100% !important;
    justify-content: center;
    align-items: center;
}

.btn-secondary {
    background-color: var(--secondary-color)!important;
    box-shadow: 0 7px 32px rgba(21,220,170, .3);
    border: none !important;
    padding: 18px 36px !important;
    border-radius: 12px !important;
    line-height: 100% !important;
    justify-content: center;
    align-items: center;
}

.text-color-primary {
    color: var(--primary-color);
}

.text-color-secondary {
    color: var(--secondary-color);
}

.text-color-black {
    color: var(--black-color);
}

.text-body-24 {
    font-size: 24px;
}

.section-purple {
    background-color: #F7F2FF;
}

.section-purple:before {
    background-image: url('../images/wave-top.svg');
    background-size: 72px;
    background-repeat: no-repeat;
    position: absolute;
    height:72px;
    width: 100%;
}

.section-purple:after {
    background-image: url('../images/wave-bottom.svg');
    background-size: 72px;
    background-repeat: no-repeat;
    position: absolute;
    height:60px;
    width: 100%;
}

.section-violet {
    background-image: url(../images/rocket.png);
    background-size: cover;
    background-position: 100px;
    color: white;
    position: relative;
}
.section-violet::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #6600FF90;
    width: 100%;
    height: 100%;
}
.inspiration {
    z-index: 10000;
}

.box-secondary-decorated {
    background-color: var(--secondary-color);
    border-radius: 30px;
}
.box-secondary-decorated::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-3deg);
    opacity: .5;
    background-color: var(--secondary-color);
    border-radius: 30px;
    z-index: -1;
}
.box-secondary-decorated::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-6deg);
    opacity: .5;
    background-color: var(--secondary-color);
    border-radius: 30px;
    z-index: -1;
}
@media screen and (max-width: 375px) {
    .box-secondary-decorated {
        padding: 2rem !important;
    }
}

a.inverted {
    color: var(--primary-color)!important;
}

a.inverted:hover {
    color: var(--black-color)!important;
}

a.btn.no-hover-effect:hover {
    background-color: var(--primary-color)!important;
    color: white!important;
}

a.scroll-down {
    opacity: 1;
    -webkit-transition: all .5s ease-in 3s;
    transition: all .5s ease-in 3s;
}

a.scroll-down {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -16px;
    display: block;
    width: 32px;
    height: 32px;
    background-color: #14DCAA;
    background-size: 14px auto;
    border-radius: 50%;
    color: white;
    z-index: 2;
    -webkit-animation: bounce 3s infinite 3s;
    animation: bounce 3s infinite 3s;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

a.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid #FFFFFF;
    border-width: 0px 0 2px 2px;
}

.corner-border {position:relative;}
.corner-border:before, .corner-border:after, .corner-border>:first-child:before, .corner-border>:first-child:after {
    position:absolute; content:' ';
    width:80px; height: 80px;
    border-color: #999999;
    border-style:solid;
}
.corner-border:before {top:0;left:0;border-width: 1px 0 0 1px}
.corner-border:after {top:0;right:0;border-width: 0px 0px 0 0}
.corner-border>:first-child:before {bottom:0;right:0;border-width: 0 1px 1px 0}
.corner-border>:first-child:after {bottom:0;left:0;border-width: 0 0 0px 0px}

@media screen and (max-width: 375px) {

    img {
        margin-bottom: 15px
    }

    .text-box {
        padding: 20px 40px;
    }

    .cut-image {
        max-width: 300%;
        transform: translateX(-58%);
    }

    section.no-padding-top {
        padding-top: 0px;
    }

    .grid.grid-4-columns li {
        padding: 40px 20px;
    }

    .testimonial.testimonial-box .testimonial-item p {
        font-size: 18px;
        line-height: 150%;
    }

    .heading-text.heading-section.text-center.m-b-40.animated.fadeInUp.visible {
        margin-bottom: 0px !important;
    }
}

/* Section 1 */
.section-1 {
    height: calc(100vh - 80px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.illustration-1 {
    max-width: 110%;
}
#come-funziona {
    position: relative;
    overflow: visible !important;
    z-index: 100;
}
#come-funziona::before {
    content: url(../images/wave-top.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    transform: translateY(-100%);
}
#come-funziona::after {
    content: url(../images/wave-bottom.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(calc(100% - 60px));
}
.section-quiz {
    padding: 40px 0 !important;
}
.ill-box {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center
}
.hero {
    padding: 0px 40px !important;
}
.body-no-h-scroll {
    overflow-x: hidden;
}
.team-img {
    width: 100%;
    border-radius: 18px;
}
#prezzi {
    margin-bottom: 80px;
}
#chi-siamo {
    margin-top: 60px;
}
#video-section {
    padding-top: 200px !important;
}
@media screen and (max-width: 375px) {
    #video-section {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 60px;
    }
}
#video-section > div > h4 {
    text-align: center;
}
.mask {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 28px 44px #6701FF25;
    max-width: 640px;
    margin: 0 auto;
}
@media screen and (max-width: 375px) {
    .mask > div {
        height: 200px;
    }
}
.video-js {
    border-radius: 21px;
}
.vjs-poster {
    background-size: 102% !important;
}
.video-js .vjs-big-play-button {
    height: 80px !important;
    width: 80px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, .5) !important;
    backdrop-filter: blur(32px) !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    border: none !important;
}
@media screen and (max-width: 768px) {
    .video-js .vjs-big-play-button {
        left: calc(50vw - 50px) !important;
    }
}
.vjs-big-play-button .vjs-icon-placeholder {
    position: relative !important;
}
.vjs-big-play-button .vjs-icon-placeholder::before {
    display: none !important;
}
.vjs-big-play-button .vjs-icon-placeholder::after {
    content: url(../images/play.png);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-42%, -50%);
}
.container.hero {
    background-image: url(../images/illustrations/99Bros-home.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 425px) {
    .container.hero {
        background-size: 170%;
        background-position: bottom right;
    }
}
@media screen and (max-width: 768px) {    
    .kenburns {
        background-image: none !important;
    }
}
.social-logos {
    display: flex;
    flex-direction: column;
}
.socials {
    max-height: 42px;
    max-width: 100%;
}
.footer-logos {
    
}
.footer-logos img {
    max-width: 110%;
}
.footer-logos img:first-child {
    max-width: 90%;
}