body {
      background: #fff;
    padding: 0;
}

.topbar{
    padding: 20px 80px;
    background: #2e2a4f;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
}
.topbar img{
    height: 50px;
    width: auto;
}
.button{
    display: inline-block;
    padding: 7px 12px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff!important;
    background: #9339D9;
    background: linear-gradient(45deg,#9339D9,#36D1DE);
    box-shadow: 0 3px 7px rgba(0,0,0,0.2);
    transition: 100ms;
}

.button:hover{
    transform: translate(0,3px);
    box-shadow: none!important;
}
.intro{
    display: flex;
    align-items: center;
    padding: 50px 80px;
}
.intro .text{
    width: calc(100% - 600px);
    padding-left: 50px;
}
.intro .text p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}
.intro .video{
    width: 600px;
}
.intro video{
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    background: #2e2a4f;
    border-radius: 15px;
}
.intro img
{
    width: 100%;
    height: auto;
    border-radius: 15px;
}


.why-gozar{
    padding:50px 80px;
    background: #F5F5F5;
    text-align: center;
}
.title{
    color: #2E2A4F;
    font-size: 24px;
    font-weight: 800;
    display: block;
    margin-bottom: 30px;
}

.box{
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    min-height: 240px;
}
.box img{
    max-width: 100%;
    margin-bottom: 10px;
}
.box-title{
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.box p{
    font-size: 14px;
    line-height: 26px;
    color: #555;
    width: 200px;
    margin: 0 auto;
}
.roadmap{
    padding: 50px 80px;
    text-align: center;
}

.roadmap img{
    width: 100%;
    height: auto;
}
#roadmapV{
    display: none;
}

.faq{
    padding: 50px 220px;
    text-align: center;
    background: #F5F5F5;
}

.card{
    background: transparent;
    border: none!important;
    text-align: right;
}


.card-header {
    background: #fff;
    border-radius: 5px !important;
    border: none;
    box-shadow: 0 6px 3px #00000005;
    margin-bottom: 15px!important;
}
.card-header .btn {
    text-align: right!important;
    color: #555;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.heading-arrow{
    float: left;
}
.collapsed .heading-arrow i:before{
    content: "\e92e"!important;
}
.card-body{
    padding: 15px 15px 30px!important;
}
.footer{
    padding: 50px 80px;
    text-align: center;
}
.footer p{
    font-size: 18px;
    line-height: 30px;
    width: 450px;
    margin: 0 auto 30px auto;
}

.btn{
    outline:none !important;
    box-shadow: none!important;
}

@media (max-width: 992px) {
    .intro{
        padding: 0 30px;
    }

    .intro .video{
        width: 400px;
    }
    .intro .text{
        width: calc(100% - 400px);
    }
    .box p{
        width: 100%;
    }

}

@media (max-width: 768px) {

    .intro{
        padding: 0 30px;
        display: block;
    }

    .intro .video{
        width: 100%;
        margin-top: 30px;
    }
    .intro .text{
        width: 100%;
        padding: 0;
    }
    .footer p{
        width: 100%;
    }

    .footer,
    .intro,
    .faq,
    .why-gozar,
    .roadmap{
        padding:30px ;
    }
    .topbar{
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 5;
        padding: 8px 15px;
    }
    .topbar img{
        height: 40px;
    }
    body{
        padding-top: 90px;
    }

    #roadmapV{
        display: block;
    }
    #roadmapH{
        display: none;
    }
}

@media (max-width: 576px) {
    .title{
        font-size: 20px;
    }
    .card-header .btn{
        font-size: 14px;
    }

    .footer p,
    .intro .text p {
        font-size: 16px;
    }
    .button{
        width: 100%;
        text-align: center;
    }

    #mobile-scroll{
        margin: 0!important;
        display: block!important;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    #mobile-scroll > div{
        padding: 0!important;
        display: inline-block;
        width: 200px;
    }
    #mobile-scroll > div .box{
        white-space: normal;
        margin-left: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        float: right;
        height: 300px;
    }
    #mobile-scroll > div:last-of-type .box{
        margin-left: 0;
    }
    .card-header{
        padding: 5px;
    }

}
