*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}




/* Frame 33 */
header{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    height: 100px;
}

.frame32{
    position: absolute;
    height: 100px;
    width: 100%;
    left: 0px;
    top: 0px;
    padding: 0 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: auto;
    

    
}
.logo.hide {
    opacity: 0;
    visibility: hidden;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    
}

.overlay.active {
    display: block;
}



/* nav */
.nav-bar{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 26px;
    padding: 0;
    margin: 0 auto;
}

.nav-bar a, .nav-bar-mobile a{
    font-size: 18px;
    text-decoration: none;
    color: #282828;
    font-weight: 500;
    padding: 10px;
}
.nav-bar .home, .nav-bar-mobile .home{
    color: #4356D6;
}

.contact{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #4356D6;
    color: #FFFFFF;
    border: 1px solid #4356D6;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
    padding: 10px 18px;
    gap: 10px;
}
.contact:hover{
    background-color: #051AA3;
    border: 1px solid #051AA3;
}


.hamburger{
    display: none;
    cursor: pointer;
}

.mobile-menu{
    position: fixed;
    top: 0;
    right: -327px;
    height: 100%;
    background-color: #FAFBFF;
    transition: right 0.3s ease;
    z-index: 999;
}
.mobile-menu.open {
    right: 0;
    width: calc(100% - 35px);
}


.close {
    position: absolute;
    right: 20px;
    font-size: 38px;
    cursor: pointer;
    color: #4356D6;
    height: 32px;
    width: 32px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.mobile-menu .side-logo{
    padding: 10px 16px;
}

/* Main-section */
.hero-section{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background-color: #FFFFFF;
    padding: 5rem 4rem;
    min-height: 90vh;
    
}
.square1{
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.heading, .paragraph, .check-box, .action-button{
    position: relative;
    z-index: 99;
}
.heading{
    font-size: 64px;
    line-height: 85px;
    font-weight: bold;
    color: #000000;
    width: 620px;
}
.heading span{
    color: #4356D6;
}

.compilance{
    position: relative;
    display: inline-block;
}
.compilance::after{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 16px;
    background: url(../img/underline-Vector.png);
    background-size: contain;
    z-index: -1;
}

.paragraph{
    max-width: 630px;
}
.paragraph p{
    font-size: 18px;
    text-transform: capitalize;
}

.check-box{
    display: flex;
    flex-direction: column;
    gap: 6px;
    
}
.options{
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    gap: 16px;
}
.options img{
    height: 24px;
}
.options p{
    font-size: 18px;
}

.action-button{
    display: flex;
    align-items: center;
    gap: 24px;
}
.action-button a{
    text-decoration: none;
    font-size: 18px;
    text-transform: capitalize;
    border-radius: 8px;
    padding: 14px 22px;
    font-weight: 500;
    text-align: center;
    min-width: 222px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.active-start1{
    background-color: #4356D6;
    border: 1px solid #4356D6;
    color: #FFFFFF;
    
}
.active-start2{
    background-color: #FFFFFF;
    border: 1px solid #4356D6;
    color: #4356D6;
    
}
.action-button a img{
    display: none;
    width: 20px;
}
.action-button a:hover img {
    display: block;
}
.active-start1:hover, .active-start2:hover {
    background-color: #051AA3;
    border: 1px solid #051AA3;
}
.active-start2:hover{
    color: #FFFFFF;
}
.square2{
    z-index: 100;
}
.square2 img{
    min-width: 600px;
    max-width: 640px;
    min-height: auto;
}
.circle{
    background-color: #F5F6FA;
    height: 974px;
    width: 974px;
    border-radius: 50%;
    position: absolute;
    top: 212px;
    left: -368px;
}

/* section-2 */
.frame1162{
    padding: 50px 100px;
    position: relative;
    background-color: #FFFFFF;
    
}
.content-box{
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.text-overview{
    display: flex;
    align-items: center;
    gap: 33px;
    width: 100%;
}
.text-overview h2{
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
    width: 50%;
}
.text-overview h2 span{
    color: #4356D6;
}
.text-overview p{
    width: 50%;
    font-size: 18px;
    text-transform: capitalize;
}
.vector1{
    position: absolute;
    margin-top: 1rem;
    margin-left: 542px;
}
.vector2{
    display: none;
}
.image-overview{
    display: flex;
    align-items: center;
    gap: 52px;
    width: 100%;
}
.image-content{
    width: 50%;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}
.image-content img{
    max-width: 500px;
}
.image-info{
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 50%;
}
.row-info{
    display: flex;
    padding: 20px;
    gap: 26px;
    background-color: #FAFBFF;
    border: 1px solid #E2E7FF;
    border-radius: 8px;
}
.row-info img{
    height: 36px;
}
.text-area{
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.text-area h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}
.text-area p{
    font-size: 18px;
    text-transform: capitalize;
}

.bottom-vector{
    position: absolute;
    left: -20px;
    bottom: 30px;
}

/* set full width of side bar for very small screen */
@media (max-width:268px) {
    .mobile-menu.open{
        width: 100%;
    }
}


@media (max-width: 650px) {
    .nav-bar, .contact {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .frame32{
        padding: 10px 16px;
        justify-content: space-between;
        height: 54px;
    }

    .sidebar-header{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header {
        height: 54px;
    }
    .logo img, .side-logo img{
        height: 34px;
        width: auto;
    }

    .sidebar-content{
        padding: 50px 16px 0 16px;
    }

    .mobile-menu .nav-bar-mobile{
        display: flex;
        flex-direction: column;
        gap: 36px;
    }
    .row{
        display: flex;
        align-items: center;
        gap: 24px;
        padding: 10px;
    }
    .row img {
        height: 24px;
        width: 24px;
        object-fit: contain;
    }
    .contact-btn{
        background-color: #4356D6;
        color: #FFFFFF;
        border: 1px solid #4356D6;
        padding: 14px 22px;
        border-radius: 8px;
        font-size: 18px;
        font-weight: 500;
    }
    .contact-btn img{
        display: none;
    }
    main{
        margin-bottom: 50px;
    }
    .hero-section{
        flex-direction: column;
        padding: 0 1rem;
        text-align: center;
        gap: 36px;
    }
    .square1{
        padding-top: 26px;
    }
    .heading{
        font-size: 34px;
        line-height: 48px;
        width: auto;
    }
    
    .compilance::after{
        bottom: -8px;
        height: 9px;
        transform: rotate(-2deg); /* rotates the underline */
        transform-origin: center;
    }
    .check-box{
        text-align: left;
    }
    .action-button{
        width: 100%;
    }
    .action-button a{
        width: 100%;
    }
    .square2{
        width: 100%;
    }
    .square2 img{
        max-width: 100%;
        min-width: auto;
    }

    .action-button{
        flex-direction: column;
    }

    .circle{
        display: none;
    }
    /* section2 */
    .frame1162{
        padding:  0 16px;

    }
    .content-box{
        gap: 26px;
    }

    .text-overview{
        flex-direction: column;
        width: 100%;
        text-align: center;
        gap: 26px;
    }  
    .text-overview h2{
        font-size: 34px;
        line-height: 48px;
        width: 100%;
        font-weight: bold;
    }
    .responsive-break{
        display: none;
    }
    .text-overview p{
        width: 100%;
    }

    .image-overview{
        flex-direction: column;
        gap: 26px;
        
    }
    .image-content{
        width: 100%;
        padding-top: 5rem;
    }
    .image-content img{
        width: 100%;
        height: auto;
    } 

    .vector1{
        display: none;
    }
    .vector2{
        display: block;
        position: absolute;
        right: 15px;
        
    }
    .img-bottom-vector{
        width: 100%;
    }
    .bottom-vector{
        position: relative;
        left: 0;
        width: 85px;
    }

    /* left part */
    .image-info{
        width: 100%;
        margin-top: -26px;
    }
}




/* Media query for tablets screen */
@media only screen and (min-width: 651px) and (max-width: 1023px){
    .nav-bar, .contact {
        display: none;
    }
    .hamburger {
        display: block;
    }
    .frame32{
        padding: 0 50px;
        justify-content: space-between;
        height: 70px;
    }
    .sidebar-header{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header {
        height: 70px;
    }

    .sidebar-content{
        padding: 50px 16px 0 16px;
    }
    .mobile-menu .nav-bar-mobile{
        display: flex;
        flex-direction: column;
        gap: 36px;
    }

    .row{
        display: flex;
        align-items: center;
        gap: 24px;
        padding: 10px;
    }
    .row img {
        height: 24px;
        width: 24px;
        object-fit: contain;
    }
    .contact-btn{
        background-color: #4356D6;
        color: #FFFFFF;
        border: 1px solid #4356D6;
        padding: 14px 22px;
        border-radius: 8px;
        font-size: 18px;
        font-weight: 500;
    }
    .contact-btn img{
        display: none;
    }

    /* hero section */
    .hero-section{
        padding: 40px 50px;
        gap: 36px;
        flex-direction: column;
        text-align: center;
    }
    .heading{
        font-size: 48px;
        line-height: 64px;
        width: auto;
    }
    .responsive-break{
        display: block;
    }
    .compilance::after{
        bottom: -12px;
        height: 12px;
        transform: rotate(-2deg);
    }
    .paragraph{
        max-width: none;
    }
    .action-button{
        width: 100%;
    }
    .action-button a{
        width: 50%;
    }
    .square2 img{
        width: 100%;
    }
    .circle{
        display: none;
    }

    /* section 2 */
    .frame1162{
        padding: 30px 50px;
    }
    .text-overview{
        flex-direction: column;
        text-align: center;
    }
    .text-overview h2, .text-overview p{
        width: 100%;
    }
    .text-overview h2{
        font-size: 40px;
    }
    .vector1{
        display: none;
    }
    .vector2{
        display: block;
        position: absolute;
        right: 5rem;
    }
    .image-overview{
        flex-direction: column;
    }
    .image-content{
        width: 100%;
    }
    .image-content img{
        width: 100%;
    }
    .image-info{
        width: 100%;
        margin-top: -26px;
    }
    /* bottom */
    .img-bottom-vector{
        width: 100%;
    }
    .bottom-vector{
        position: relative;
        left: 0;
        width: 138px;
    }
}


@media only screen and (min-width: 1024px) and (max-width: 1418px){
    header{
        height: 75px;
    }
    .nav-bar a{
        padding: 0;
    }
    .frame32{
        padding: 0 25px;
        height: 75px;
    }
    .hero-section{
        padding: 0 25px;
        gap: 0;
    }
    .heading{
        font-size: 48px;
        line-height: 64px;
        width: auto;
    }
    .responsive-break{
        display: none;
    }
    .compilance::after{
        bottom: -8px;
        height: 12px;
    }
    .paragraph{
        max-width: none;
    }
    
    .square2 img{
        min-width: auto;
        max-width: 500px;
    }
    .frame1162{
        padding: 25px 40px;
    }
    .text-overview h2{
        font-size: 35px;
        line-height: 50px;
    }
    .vector1{
        margin-top: 3.5rem;
        margin-left: 0;
    }
    .image-content{
        padding-top: 0;
        padding-bottom: 0;
    }
    .image-content img{
        max-width: 400px;
    }
    .bottom-vector{
        bottom: 20px;
    }
}
