@font-face {
    font-family: "gilroy-light";
    src: url(../fonts/Gilroy-FREE/Gilroy-Light.otf);
}
@font-face {
    font-family: "gilroy-bold";
    src: url(../fonts/Gilroy-FREE/Gilroy-ExtraBold.otf);
}
@font-face {
    font-family: "gilroy-regular";
    src: url(../fonts/Gilroy-FREE/Gilroy-Regular.ttf);
}
@font-face {
    font-family: "gilroy-medium";
    src: url(../fonts/Gilroy-FREE/Gilroy-Medium.ttf);
}
@font-face {
    font-family: "grotesk-regular";
    src: url(../fonts/grotesk/grotesk-book.woff2);
}
@font-face {
    font-family: "grotesk-medium";
    src: url(../fonts/grotesk/grotesk-medium.woff2);
}
@font-face {
    font-family: "grotesk-bold";
    src: url(../fonts/grotesk/grotesk-semi-bold.woff2);
}
@font-face {
    font-family: "manrope-semibold";
    src: url(../fonts/static/Manrope-SemiBold.ttf);
}
@font-face {
    font-family: "manrope-regular";
    src: url(../fonts/static/Manrope-Regular.ttf);
}
@font-face {
    font-family: "ropa-regular";
    src: url(../fonts/RopaSans-Regular.ttf);
}
@font-face {
    font-family: "open-sans-regular";
    src: url(../fonts/OpenSans-VariableFont_wdth\,wght.ttf);
}
@font-face {
    font-family: "noto-sans";
    src: url(../fonts/NotoSans-Regular.ttf);
}
@font-face {
    font-family: "noto-sans-bold";
    src: url(../fonts/NotoSans-Bold.ttf);
}
@font-face {
    font-family: "sharp-grotesk-semibold-20";
    src: url(../fonts/sharpgrotesk-font-family/SharpGroteskSmBold20.ttf);
}
@font-face {
    font-family: "sharp-grotesk-medium-20";
    src: url(../fonts/sharpgrotesk-font-family/SharpGroteskMedium20.ttf);
}
@font-face {
    font-family: "sharp-grotesk-book-20";
    src: url(../fonts/sharpgrotesk-font-family/SharpGroteskBook20.ttf);
}
.nav__bar{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
    background-color: white;
}
.nav_content{
    display: flex;
    align-items: center;
    width: 100%;
}
.nav__logo{
    width: 60px;
    position: relative;
    z-index: 10;
    background-color: white;
}
.nav__logo img{
    width: 100%;
}
.nav__list{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0px;
    padding-left: 24px;
}
.nav__list li{
    margin-right: 20px;
}
.nav__list li a{
    color: #0f131a;
    font-family: "grotesk-medium";
    text-decoration: none;
    font-size: 14px;
    transition: all .3s;
}
.nav__list li a:hover{
    color: #7ac428;
}
.profile_box{
    border-radius: 0.5rem;
    border: 1px solid rgb(235,237,239);
}
.profile_box{
    display: flex;
    align-items: center;
}
.profile_name{
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
}
.profile_name span{
    font-size: 12px;
    display: block;
    line-height: 1.2;
    font-family: "sharp-grotesk-book-20";
}
.profile_name small{
    font-size: 10px;
    line-height: 1.2;
    color: #7ac428;
    font-family: "sharp-grotesk-medium-20";
}
.profile_dropdown{
    background: transparent;
}
.profile_img{
    padding: 8px 12px;
}
.user_profile_img{
    border-radius: 50%;
    width: 32px;
    height: 32px;
    object-fit: cover;
}
#user_profiledropDown{
    inset: 8px -12px auto auto !important;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);
    padding: 0px;
    min-width: 12rem;
    overflow: hidden;
}
#user_profiledropDown li a{
    padding: 0.75rem;
    padding-left: 1rem;
    display: block;
    text-decoration: none;
    color: #0f131a;
    font-size: 14px;
    font-family: "sharp-grotesk-medium-20";
}
#user_profiledropDown li:hover{
    background: rgb(243,244,246);
}
#user_profiledropDown li:hover a{
    color: #7ac428;
}
#user_profile.show i{
    transform: rotate(180deg);
}
.menu_btn{
    display: none;
}
.top-right-icons .badge{
    aspect-ratio: 1/1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    top: -3px;
    right: -8px;
    position: absolute;
}
.mobile-menu{
    display: none;
    position: relative;
    z-index: 10;
    background-color: white;
}
@media(max-width:1200px){
    .nav__logo{
        width: 40px;
    }
    .nav_content{
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
        height: max-content;
        flex-direction: column-reverse;
        background-color: white;
        align-items: flex-start;
        padding: 0px 12px;
        padding-top: 55px;
        transform: translateY(calc(-100% - 55px));
        transition: all .3s;
        z-index: 9;
    }
    .nav__list{
        flex-direction: column;
    }
    .top-right-icons{
        display: none;
    }
    .mobile-menu .top-right-icons{
        display: flex;
    }
    .profile_box{
        width: 100%;
        padding: 1rem;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .nav_content .ms-xl-auto{
        width: 100%;
    }
    .profile_name span{
        font-size: 16px;
    }
    .profile_name small{
        font-size: 16px;
        margin-left: 16px;
    }
    .profile_name{
        flex-direction: row;
        padding: 0px;
    }
    .profile_img{
        padding: 0px;
    }
    #user_profiledropDown{
        inset: 0px auto auto 0px !important;
    }
    .nav__list{
        margin-top: 1.2rem;
        padding: 0px;
    }
    .nav__list li{
        padding: 12px 0px;
        border-bottom: 1px solid rgb(235,237,239);
        width: 100%;
        margin: 0px;
    }
    .mobile-menu{
        display: flex;
    }
    .menu_btn{
        display: block;
        background: transparent;
        border: none;
        color: #71767f;
        font-size: 18px;
    }
    .top-right-icons i{
        font-size: 18px;
    }
    .nav__list{
        width: 100%;
    }
}

@media(max-width:768px){
    .profile_box{
        flex-direction: column-reverse;
    }
    .profile_name{
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgb(235,237,239);
        width: 100%;
        justify-content: center;
    }
}