@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


body {
    font-family: "Nunito Sans", sans-serif;
}

img {
    max-width: 100%;
}


.logo {
    width: 200px;
}

#topbanner .lft-data {
    max-width: 480px;
}

div#topbanner {
    padding: 80px 60px 60px 60px;
    border-radius: 0;
    background-image: url(images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



#topbanner h2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 1px;
}

#topbanner p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
}

body p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}

a.btn-light1 {
    border: 1px solid #fff;
    color: #fff;
    padding: 1px 20px;
    font-size: 20px;
    transition-duration: .5s;
}

a.btn-light1:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    transition-duration: .5s;
}

section#about {
    padding-top: 70px;
    padding-bottom: 40px;
}

#about h3 {
    font-weight: 700;
    margin-bottom: 25px;
}

.nxt-data {
    background: linear-gradient(90deg, #ec1c24, #662d91);
}

#next-step h4 {
    font-size: 32px;
    font-weight: 600;

}

.txtlftimg1 {
    position: absolute;
    right: 30px;
    bottom: 30px;
    max-width: 300px;
}

.txtlftimg1 h5 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    text-shadow: 0px 2px #000;
    text-align: right;
}

.overlay1:before {
    content: '';
    background-color: hsl(0deg 0% 0% / 30%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.txtrightimg1 {
    position: absolute;
    left: 30px;
    bottom: 30px;
    max-width: 300px;
}

.txtrightimg1 h5 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    text-shadow: 0px 2px #000;
}

.border-line {
    background: #bdbdbd;
    height: 1px;
    margin-bottom: 25px;
    left: -20%;
    position: relative;
    z-index: -1;
    width: 120%;
}

.border-line2 {
    background: #bdbdbd;
    height: 1px;
    margin-bottom: 25px;
    right: 0;
    position: relative;
    z-index: -1;
    width: 110%;
}

.txtright2 {
    padding-left: 10%;
    text-align: right;
}

section#features-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.custom-pad1 {
    padding: 0px 50px;
}

.rk-custom1 {
    margin-top: -40px;
}

.cata1 {
    background: #ececec;
    padding: 25px 0;
}

#catalyst h4 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
}

section#badge {
    padding-top: 60px;
    padding-bottom: 80px;
}

button.btn-foot,
.thank-btn {
    background: linear-gradient(to bottom, #ec008c, #f65314);
    color: #fff;
    border: 0;
    padding: 10px 25px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 8px;

}

button.btn-foot:hover,
.thank-btn {
    background: linear-gradient(to bottom, #f65314, #ec008c);

}

.thank-btn {
    text-decoration: none;
    font-size: 18px;
}

footer.foot {
    background: #5e5e5e;
    text-align: center;
    color: #fff;
}

.modal-body {
    padding-bottom: 0;
}

.modal-footer {
    border: 0;
    justify-content: center;
    padding-top: 0;
}

.modal-footer button.btn-foot {
    font-size: 18px;
    padding: 8px 25px;
}

h5#badgeModalLabel {
    background: linear-gradient(to bottom, #ec008c, #f65314);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.modal-dialog {
    max-width: 800px;
}

.form-control,
.form-label,
.form-select,
label.form-check-label {
    font-size: 14px;
}











/***********************************************/
@media screen and (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {

        max-width: 1440px;
    }


}



/***********************************************/
@media screen and (min-width:1200px) and (max-width:1399px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {

        max-width: 1240px;
    }


}











/***********************************************/
@media screen and (min-width:992px) and (max-width: 1140px) {
    .rk-custom1 {
        margin-top: 0px;
    }

    .txtrightimg1 h5,
    .txtlftimg1 h5 {
        font-size: 34px;
    }



}

/***********************************************/
@media screen and (max-width: 991px) {


    header#main-header li.nav-item {
        border-bottom: 1px solid #e3e3e3;
    }

    div#mainNavbar {
        position: absolute;
        right: 35px;
        background: #fff;
        top: 70px;
        width: 200px;
        box-shadow: 0px 1px 9px #e3e3e3;
    }

    header#main-header a.nav-link {
        padding: 10px 15px;
    }

    .heading {
        font-size: 90px;
        line-height: 45px;
    }

    .abimg {
        padding-left: 0px;
    }

    .abimg2 {
        padding-right: 0px;
    }

    #what .order2 {
        order: 2;
    }

    button.navbar-toggler {
        border: 1px solid #000;
        outline: none !important;
        box-shadow: none !important;
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-left: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    span.menu-icon,
    span.close-icon {

        border-radius: 5px;
        font-size: 20px;
    }










}



/***********************************************/
@media screen and (min-width:768px) and (max-width: 991px) {
    .custom-pad1 {
        padding: 0px 0px;
    }

    .border-line,
    .border-line2 {
        display: none;
    }

    .rk-custom1 {
        margin-top: 0;
    }

    .txtright2,
    .txtleft2 {
        text-align: center;
        padding: 30px 0 30px 0;
    }

    .txtrightimg1 h5,
    .txtlftimg1 h5 {
        font-size: 34px;
    }




}

/***********************************************/
@media screen and (max-width:767px) {

    div#topbanner {
        padding: 40px 10px 280px 10px;
        border-radius: 0;
        background-image: url(images/mobile.jpg);
        background-position: center top;
    }

    #topbanner h2 {
        font-size: 32px;
        line-height: 46px;
        letter-spacing: 0;
    }

    #topbanner p {
        font-size: 18px;
        line-height: 28px;
        font-weight: 300;

    }

    #topbanner .lft-data {
        text-align: center !important;
    }

    #next-step h4 {
        font-size: 28px;
    }

    .custom-pad1 {
        padding: 0px 0px;
    }

    .border-line,
    .border-line2 {
        display: none;
    }

    .rk-custom1 {
        margin-top: 0;
    }

    .txtright2,
    .txtleft2 {
        text-align: center;
        padding: 30px 0 30px 0;
    }

    .txtrightimg1 {
        left: 10px;
        bottom: 10px;
        max-width: 200px;
    }

    .txtrightimg1 h5,
    .txtlftimg1 h5 {
        font-size: 28px;
    }

    .txtlftimg1 {
        right: 10px;
        bottom: 10px;
        max-width: 200px;
    }








}