@import "~@fontsource/inter/index.css";

* {
    padding: 0;
    margin: 0;
    font-family: "Poppins", Helvetica, sans-serif;
    color: #686868;

}

    @media (max-width: 440px) {
        .main_logo{
            transform: scale(0.9);
        }

    }

.set_footer {
    min-height: calc(100dvh - 170px);
}
.page_header {
    font-size: 50px;
    font-weight: bold;
    color: white;
}
.banner_header {
    font-size: 44px;
    font-weight: 600;
    line-height: 55.79px;
    color: white;
}

.banner_text {
    font-size: 20px;
    font-weight: 500;
    line-height: 25.36px;
    color: white;
}

.welcome_header {
    font-size: 24px;
    font-weight: 500;
    line-height: 30.43px;
    color: #686868;
}

.welcome_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    color: #686868;
}

.textstyle {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: #686868;
}

.nav {
    cursor: pointer;
}

.nav_acitve {
    color: #5353d5;
    font-size: 16px;
    font-weight: 800;
}

.nav_acitve::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 4px solid #5353d5;
    border-radius: 4px;
    top: 0;
    left: 0;
}


.card {
    background-color: white;
    transition: all 0.7s;
}

.para_header{
font-size: 22px;
font-weight: 600;
line-height: 35px;

}

.para_text{
font-size: 14px;
font-weight: 400;
line-height: 26px;

}