@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html {
    scroll-behavior: smooth;
}

.container{
    max-width:78rem;
    margin:auto;
    padding:8px;
}

.logo{
    width: 100%;
    object-fit: contain;
    padding-top: 1rem;
    max-width: 15rem;
}

a{
    color:#083046;
    text-decoration:none;
}

body{
    color: #083046;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin:0;
}

.text-gray{
    margin-top: 10rem;
    font-size: 13px;
    margin-bottom:1rem;
    font-weight: 500;
    color: #868686;
}

h1{
    margin: 0;
    font-size: 40px;
}

h2{
    margin: 0;
    font-size: 30px;
}

.font-20{
    font-size: 18px;
    max-width: 29rem;
    line-height: 27px;
}

.btna{
    background: #FAB613;
    padding: 11px 48px 11px 19px;
    border-radius: 54px;
    font-size: 14px;
    display: inline-block;
    position:relative;
}

.btna::after{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M1 13L13 1' stroke='%23083046' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.25 1H13V10.75' stroke='%23083046' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    position: absolute;
    right: 23px;
    top: 50%;
    height: 12px;
    width: 12px;
    margin-top: -6px;
    background-size: 12px;
    transition: 0.3s ease-in-out;
}

.btna:hover::after{
    transform:rotate(45deg);
    transition: 0.3s ease-in-out;
}


.btnb{
    background: #1F9EBC;
    padding: 11px 48px 11px 19px;
    border-radius: 54px;
    font-size: 14px;
    display: inline-block;
    color: white;
    position: relative;
    align-self: center;
}

.btnb::after{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 16V17C4 17.7956 4.31607 18.5587 4.87868 19.1213C5.44129 19.6839 6.20435 20 7 20H17C17.7956 20 18.5587 19.6839 19.1213 19.1213C19.6839 18.5587 20 17.7956 20 17V16M16 12L12 16M12 16L8 12M12 16V4' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    position: absolute;
    right: 23px;
    top: 50%;
    height: 16px;
    width: 16px;
    margin-top: -6px;
    background-size: 16px;
    transition: 0.3s ease-in-out;
}


.d-flex{
    display:flex;
    flex-wrap:wrap;
}

.col-8{
    align-self: center;
    width: 60%;
    max-width: 43rem;
    padding-left: 10%;
}

.col-4{
    align-self: center;
    width: 100%;
    max-width: 30%;
}

.col-4 img{
    width: 100%;
    max-width: 23rem;  
}

.second-section{
    padding: 0 0 7rem 0;
}

p{
    margin-bottom:1.5rem;
    line-height: 25px;
}

.third-section{
    background: #fafafa;
    padding: 5rem 0;
}

.col-half{
    align-self: center;
    width: 50%;
}

h3{
    font-size: 22px;
    position:relative;
    margin-bottom:3rem;
}

h3::after{
    content: "";
    height: 2px;
    position: absolute;
    bottom: -13px;
    width: 3rem;
    background: #FAB613;
    left: 0;
}

.card{
    display: flex;
    flex-wrap: wrap;
    padding-top: 1.5rem;
}

.image-card{
    padding-right: 5%;
    width: 15%;
}

.image-card img{
    width:100%;
}

.content-card{
    width:80%;
}

.content-card h4{
    margin: 0;
    font-size: 18px;
}

.content-card h5{
    margin: 7px 0 4px 0;
    color: #1F9EBC;
    font-size: 14px;
    font-weight: 600; 
}

.content-card p{
    font-size: 13px;
    line-height: 22px;
}

.align-start{
    align-self: start;
}

.card-second{
    border-bottom: solid 1px #E9E9E9;
    padding-bottom: 1.5rem;
}

.card-second .image-card{
    padding-right: 0;
}

.top-section{
    background: url(../images/svg-icon.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 51rem;
    padding-bottom: 18rem;
}

.padding-set{
    padding:8px;
}

.brochure__inner {
    display: flex;
    flex-wrap: wrap;
    background: white;
    max-width: 44rem;
    margin: 5rem auto 0;
    justify-content: space-between;
    padding: 2rem 3rem;
    border: solid 1px #DDDDDD;
}

.brochure__inner h4{
    font-size: 20px;
}

span{
    color:#1F9EBC;
}

.cta .container{
    background: url(../images/cta-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    text-align: center;
    max-width: 70rem;
    padding: 5px 20px;
}

.cta{
    padding: 4rem 0;
}

.cta .cta_inner{
    margin: auto;
    padding: 4rem 0 4rem;
}    

.cta__flex{
    justify-content: center;
    align-items: center;
    gap:8px 31px;
}

.text-white{
    color:white;
}

a svg{
    position: relative;
    top: 4px;
    left: -5px;
    height: 20px; 
}
.copyright{
    color: #9FB5C5;
    margin: 25px auto 0;
    text-align: center;
    font-size: 14px;
}

@media (min-width:991px){
    .pl-lg-5{
        padding-left: 9rem;
    }
}

@media (max-width:1082px){
    .top-section{
        background-size: 59%;
        padding-bottom: 5rem;
    }
}

@media (max-width:567px){
    .top-section{
        background-size: 39%;
        padding-bottom: 5rem;
    }
}

@media (max-width:991px){
    .logo{
        width:70%;
        max-width: 12rem;
    }
    
    .text-gray{
        margin-top: 5rem;
    }
    h1{
        margin: 0;
        font-size: 30px;
    }
    
    h2{
        margin: 0;
        font-size: 23px;
    }

    .col-4 img{
        max-width: 18rem;
        margin-bottom: 2rem;
    }
    
    .col-4, .col-8{
        max-width: 100%;
        padding-left: 0%;
        width:100%;
        text-align: center;
    }
    
    .second-section{
        padding: 0rem 0rem 5rem;
    }
    .col-half{
        width:100%;
    }
    .third-section{
        padding: 3.5rem 0;
    }
    
    h3{
        margin-bottom: 2rem;
    }
    
    .brochure__inner{
        text-align: center;
        margin: 4rem 0 0 0;
    }
    
    .brochure__inner .btnb{ 
        text-align: center;
        margin: auto;
    }

}

