@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,400;1,500&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
    scroll-behavior: smooth;
}


/*new css*/

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
}
.mainBg {
    background: #393185;
}
.hero {
    background: url('https://images.unsplash.com/photo-1506765515384-028b60a970df?auto=format&fit=crop&w=1600&q=60') center/cover no-repeat;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
}

    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.55);
    }

.hero-content {
    position: relative;
    z-index: 1;
}

.card-icon {
    font-size: 2rem;
    color: #0d6efd;
    margin-bottom: 0.75rem;
}

.feature-card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

    .feature-card:hover {
        transform: translateY(-8px);
    }

.footer-custom {
    background-color: #bd2440;
    text-align: center;
    padding: 10px 0;
    color: white;
}

/*main{
    margin-top:66px;
}*/

a{
    color:#000;
    text-decoration:none;
}
/*a:hover{
    color:#bd2440 !important;
}*/

body{
    min-height: calc(100vh - 66px);
    position:relative;
}
footer{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #bd2440;
    text-decoration: none;
    background-color: #f8f9fa;
}
.nav-link{
    font-weight:600;
}

/*new css*/


/*=== 4.1 Hero Background ===*/
.ifhe-login-register .hero-wrap {
    position: relative;
    overflow: hidden;
}

#main-wrapper.ifhe-login-register {
    background: #fff;
}

.list-type-none {
    list-style-type: none;
    padding: 0px;
}

.ifhe-login-register .hero-wrap .hero-mask, .ifhe-login-register .hero-wrap .hero-bg, .ifhe-login-register .hero-wrap .hero-bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #393185a6;
}

.ifhe-login-register .hero-wrap .hero-mask {
    z-index: 1;
}

.ifhe-login-register .hero-wrap .hero-bg {
    z-index: 0;
    background-attachment: fixed;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-image 300ms ease-in 200ms;
}

    .ifhe-login-register .hero-wrap .hero-bg.hero-bg-scroll {
        background-attachment: scroll;
    }

.ifhe-login-register .hero-wrap .hero-bg-slideshow .hero-bg {
    background-attachment: inherit;
}

.ifhe-login-register .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage-outer, .ifhe-login-register .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage, .ifhe-login-register .hero-wrap .hero-bg-slideshow.owl-carousel .owl-item {
    height: 100%;
}
.cust-width{
    max-width: 300px !important;
}
