:root {
    --primaryColor: #1090CB
}



.btn-blue {
    background-color: var(--primaryColor) !important;
    color: white;
}

.btn-blue:hover {
    background-color: var(--primaryColor) !important;
    color: white;
}

.nav {
    /* margin-left: 10%; */
    gap: 40%;
}

:root {
    --blue:
}

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Regular.ttf') format('truetype');
}

.heading {
    width: 630 px;
    height: 193;
    top: 230px;
    left: 123px;
    opacity: 1;

}

.button {
    background: #1090CB;
    color: white;
}

.bg {
    color: #1090CB;
    border: #1090CB 1px solid;
}

.neoen {
    color: #1090CB;
    background: ;
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;

}

.poppins {
    font-family: 'Poppins' !important;
    color: black;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;

}

.image {
    background: #EFEAFF;
    width: 20%;
    height: 20%;
}

.bgg {
    background-color: #EFEAFF;
    border: none;
    margin: 2px;
    padding: 5%;
    border-radius: 20%;
}

.green {
    background-color: #ECFFDA;
    border: none;
    margin: 2px;
    padding: 5%;
    border-radius: 20%;
}

.purple {
    background-color: #DAE6FF;
    border: none;
    margin: 2px;
    padding: 5%;
    border-radius: 20%;
}

.orange {
    background-color: #FFE5DA;
    border: none;
    margin: 2px;
    padding: 5%;
    border-radius: 20%;
}
.new{
    border-bottom: 1px solid rgba(0, 0, 0, 0.589);
    /* font-family: poppins; */
    font-weight: 100;
}
.w{
        /* width: 30%; */
        height: 30%;
        width: 100%;
}
.bg{
    background: #1090CB1A;
}

.blue{
    color: #1090CB;
}