

@font-face {
    font-family: 'Manrope';
    src: url('../files/fonts/Manrope-Regular.woff2') format('woff2'), url('../files/fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Manrope' !important;
    background: white;
    background-position: center;
    background-size: cover;
}

.main-content h2 {
    font-weight: 400;
    margin-top: 20px;
    color: #23232D;
    font-size: 35px;
}

.maincont {
    height: 100vh;
}

.desktoplogo {
    position: absolute;
    left: 22%;
    top: 3%;
    width: 128px;
}

.wrapper {
    align-items: center;
}

.bannerimg {
    justify-content: end;
    display: flex;
    margin-top: 0;
}
.btn-orange {
    background: radial-gradient(#F4A533, #F47D35);
    /* background: #1E1E1E !important; */
    border: none;
    border-radius: 30px;
    width: auto;
    padding: 12px 20px;
    font-weight: 500;
    color: white !important;
    font-size: 16px;
    margin-top: 19px !important;
}
    .bannerimg img {
        /* border-radius: 500px 500px 0px 0px; */
        overflow: hidden;
    }

.rightcont {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.main-content {
    text-align: left;
    padding: 2px;
}
@media screen and (max-width: 768px) {



    .main-content {
        text-align: center;
        padding: 16px 20px;
        padding-bottom: 0;
    }

    .bannerimg {
        justify-content: center;
    }
        .wrapper {
        align-items: unset;
        display: block;
        margin: 0;
    }

    .rightcont {
        display: flex;
        height: 100%;
        flex-direction: column;
        width: 100%;
    }

    .height100 {
        height: 100%;
        padding: 0;
    }
    .desktoplogo {
        position: relative;
        left: unset;
        width: 128px;
        text-align: center;
    }
    .maincont {
        height: 100%;
        text-align: center;
    }
    .logomain {
        text-align: center;
        margin: 20px;
        justify-content: center;
    }
    .main-content h2 {
        font-weight: 400;
        margin-top: 20px;
        color: #23232D;
        font-size: 25px;
        margin-bottom: 20px;
    }
}