@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

body{
    font-family: 'Inter', sans-serif;
}
.main-hero{
    background-image: url('../assets/hero-bg.png');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.ti-nav-btn{
    background: #2D4DDF;
    padding: 10px 25px 10px 25px;
}
.nav-logo{
    width: 182px;
}
.nav-logo img{
    width: 100%;
}
.nav-link{
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: #1C3065 !important;
    font-size: 16px;
    font-weight: 500;
}
.bg-body-tranparent{
    background: transparent !important;
    border-bottom: 1px solid #D9E1EC;
}

.header-section{
    margin-top: 112px;
    padding-bottom: 138px;
}
.header-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-left p{
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 0;
    /* line-height: 71px;  */
}
.header-left p b{
    color: #4C68FA;
    font-weight: 700;
}
.header-left b{
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 71px;
}
.header-left b span{
    color: #4C68FA;
}
.left-sub-text{
    margin-top: 20px;
}
.left-sub-text p{
    color: #4A5568;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px; /* 180% */
}
.hero-button{
    margin-top: 26px;
    padding: 14px 30px !important;
    background: #3D63EA;
    font-size: 18px;
    font-weight: 600;
}
.hero-img{
    position: relative;
}
.hero-img img{
    position: absolute;
    left: 10%;
    width: 100%;
}

.report-top{

}
.report-top p{
    margin-top: 112px;
    margin-bottom: 80px;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
}
.report-section{
    border-radius: 16px;
    background: #EBF2FF;
    padding: 24px;
    margin-bottom: 112px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
    flex: 1;
}

.report-section-2{
    background: #FFFAED;

}
.report-section-3{
    background: #F6FAFF;

}
.report-img{

}
.report-img img{
    width: 100%;
    height: 218px;
}
.report-data{
    margin-top: 32px;
}
.report-data h3{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}
.report-data p,.report-data a{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.report-data a{
    text-decoration: none;
    color: #000;
}

.blue-section-top{
    margin-top: 100px;
    margin-bottom: 33px;
}
.blue-section-top h2{
    color:#FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
}
.blue-section-wrapper{
    padding-bottom: 87px;
}
.blue-card-section{
    background-image: url(../assets/blue-bg.png);
    background-position: center center;background-size: cover;
    background-repeat: no-repeat;
}

.blue-section-item{
    padding-top: 40px;
    padding-left: 11px;
    padding-bottom: 12px;
    margin-bottom: 30px;
    border-radius: 14px;
    border: 1px solid #F1F2F5;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.blue-section-left img{
    width: 100%;
}
.blue-section-right h3{
    color: var(--Black, #000);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}
.blue-section-right p{
    color: var(--Black, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.dashboard-wrapper{
    padding: 107px 0;
}
.dashboard-left{

}
.dashboard-left img{
    width: 100%;
}
.dashboard-right{    
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dashboard-right h3{
    color: var(--Black, #000);
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.dashboard-right p{
    color: var(--Black, #000);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}



@media screen and (max-width:1440px) {
    .hero-img img{
        position: unset;
    }
    .header-left p{
        line-height: 67px;
    } 
    .header-left b {
        line-height: 67px;
    }
    .left-sub-text p{
        line-height: 30px;
        font-size:19px

    }
    
}
@media screen and (max-width:1279.98px) {
    
}
@media screen and (max-width:991.98px) {
    .top-btn-section{
        text-align: center;
    }
    .header-section{
        margin-top: 50px;
    }
    .header-section .header-left{
        margin-bottom: 30px;
    }
}