/*---------------------------
HERO
---------------------------*/
#hero{
    position: relative;
    margin-bottom: 50px;
}

#hero .container-fluid{
    padding: 0;
}

#hero .inner{
    width: 100%;
    background: #F1F9FF;
    padding: 100px 100px 20px 200px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

#hero .wrap{
    position: absolute;
    top: 30px;
    right: 0;
    z-index: -1;
}

#hero h1{
    font-size: 69px;
    color: #0C0D63;
    line-height: 68px;
}

#hero .click{
    display: flex;
    margin: 60px 0 50px;
}

#hero .btn-main{
    margin-right: 20px;
}

#hero p{
    color: #13123D;
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px;
    max-width: 700px;
}

#hero .accreditations img{
    margin: 0 10px;
}

@media(max-width:1660px){
    #hero .inner{
        padding: 100px 100px 20px 120px
    }
}

@media(max-width:1530px){
    #hero .inner{
        padding: 100px 70px 20px 70px
    }
}

@media(max-width:1400px){
    #hero .accreditations img{
        width: 45%;
    }
    
    #hero .accreditations{
        width: 400px;
        display: flex;
        flex-wrap: wrap;
    }
}

@media(max-width:1200px){
    #hero .inner{
        clip-path: none;
        padding: 50px 50px 20px;
        text-align: center;
    }
    #hero .wrap img{
        display: none;
    }
    #hero p{
        max-width: 100%;
    }
    #hero .click{
        justify-content: center;
    }
    
    #hero .accreditations{
        width: 100%;
        justify-content: center;
    }
    
    #hero .accreditations img{
        width: auto;
    }
    
    #hero .click{
        margin: 50px 0;
    }
}

@media(max-width:500px){
    #hero .inner{
        padding: 50px 15px 20px;
    }
    
    #hero .click{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/*---------------------------
REVIEWS
---------------------------*/

#reviews{
    padding: 50px 0 20px;
}

#reviews .review p{
    color: #0C0D63;
    font-size: 18px;
}

#reviews .details{
    font-size: 20px;
    color: #0C0D63;
    font-weight: 700;
    margin-bottom: 10px
}

#reviews .inner{
    margin-bottom: 100px;
    position: relative;
}

#reviews .stars{
    margin: 5px 0 20px;
}

#reviews .stars img{
    width: 120px
}

#reviews .inner{
    position: relative;
}

#reviews .image img{
    width: 40px;
}

#reviews .image{
    position: absolute;
    top: 0px;
    right: 20px;
}