@font-face {
    font-family: 'IBM Plex Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/IBM Plex Sans Regular'), url('../fonts/IBMPlexSans-Regular.woff') format('woff');
}
*{
    font-family: 'IBM Plex Sans Regular', sans-serif;
    font-weight: normal;
}

 .medium {
 
    font-family: "IBM Plex Sans Semi-bold";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    transition: all 0.05s ease-in-out 0s;
    color: rgb(0, 221, 9);
    cursor: pointer;
    text-decoration: none;
}
.border-none {
    border: none;
}

.border-none:active,
.border-none:focus,
.border-none:visited {
    border: none;
}

.mainBg{
    background: #131722;
    color: #fff;
}

.myborder {
    border: 1px solid red !important;
}


.btn-white {
    background-color: #fff;
    color: #000;
}

.header {
    box-shadow: .1px .1px 2px gray;
}

.header-wrapper {
    max-width: 1200px;
    margin-inline: auto;
}

.authBtn {
    display: flex !important;
    float: right;
    border: 1px solid red;
}

.navbar {
    box-sizing: border-box;
}

.nav-link {
    color: #000;
    font-size: small;
}

.nav-link1 {
    color: #fff !important;
    padding: 16px 10px !important;
    margin-top: -7px;
}
.nav-link1:hover {
    color: #2E76BB !important;
    background: #fff; 

}

.nav-item:hover,
.nav-item:focus,
.nav-item:active, .active {
    border-bottom: 2px solid #00dd09;
    margin-bottom: -15px;
}

.link-hover{
    color: #fff;
    margin-top: -6px !important;
    margin-bottom: -6px !important; 
    padding: 10px 0px;
    border-bottom: 0px !important;
}

.actives{
    color: #2E76BB !important;
    background: #fff;
}

.link-hover:hover, .link-hover:focus, .link-hover:active {
    color: #2E76BB !important;
    margin-top: -6px !important; 
    margin-bottom: -6px !important;
    padding: 10px 0px;
    border-bottom: 0px !important;
}

.dropdown-menu {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    width: 100% !important;
    min-height: 100px;
}

.dropdown-item {
    font-size: small;
}

.dropdown-item:hover {
    color: #00dd09;
}

.link {
    
    color: #00dd09;
    text-decoration: none;
}


.body-wrapper {
    
    max-width: 1200px;
    margin-inline: auto;
    line-height: 30px;
}

.banner-style {
    margin-top: 150px;
}

.cta-header {
    width: 70%;
}

.cta-header input {
    height: 50px;
}

.cta-header input:nth-child(1) {
    background-color: #f4f4f4;
    margin-right: 10px;
}

.header-heading {
    font-size: 60px;
}

.sub-heading {
    font-size: larger;
}



.footer {
    background-color: #121212;
    padding: 20px;
    color: white;
}

.footer-wrapper {
    max-width: 1200px;
    margin-inline: auto;
}

.footer input {
    height: 50px;
}

.footer-link {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: large;
}

.horizontal-divider {
    width: 100%;
    height: 1px;
    background: #d7d7d7;
}


.btn-curve {
    border-radius: 50px;
}

.align-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-space-around {
    justify-content: space-around;
}

.justify-content-space-between {
    justify-content: space-between;
}

.bg-primary-reverse {
    background-color: rgba(0, 237, 9, 0.1);
}

.padding-inline-100 {
    padding-inline: 100px;
}

.cardHome {
    border-radius: 20px;
}

.image-url {
    width: 30px;
    border-radius: 50px;
}

.fw-900 {
    font-weight: 900;
}

.fw-700 {
    font-weight: 700;
}

.fs-600 {
    font-size: 30px;
}

.link-alt {
    color: #000;
    text-decoration: none;
}

.link-alt:hover {
    color: #00dd09;
}


/*
    @media Queries
*/


@media (min-width: 768px){
    .change-media {
        align-items: center;
    }

    
    .dropdown-item {
        padding-inline: 100px;
    }


}

@media (max-width: 768px) {
    
    .mobile-nav {
        width: 100%;
        font-size: large !important;
        color: #000 !important;
        font-weight: 600 !important;
        margin-block: 10px;
    }
    
    .mobile2auth {
        display: flex !important;
        flex-direction: column;
    }

    .mobile2auth .btn {
        border-radius: 50px;
        font-weight: 600 !important;
    }
    
    .offcanvas {
        width: 100% !important;
        background: #f3f3f3;
    }

    

    .dropdown-menu {
        background: #e3e2e2 !important;
        border-radius: 0;
        border: none;

    
    }

    .dropdown-item {
        font-weight: 600 !important;
        color: #696969;
        font-size: normal;
    }

    
    .nav-item:hover,
    .nav-item:focus,
    .nav-item:active {
        border: none;
        margin: inherit;
    }

    .cta-header {
        width: 100%;
    }

    .cta-mobile-btn {
        width: 100%;
        margin-block: 10px;
        border-radius: 50px;
        font-weight: bold;
    }

    
    .padding-inline-100 {
        padding-inline: 0;
    }

    .fs-600-mobile {
        font-size: 30px;
    }

}

.dashbord-head {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: #2E76BB;
    height: 50px;
    padding-inline: 0px !important;
}