*{
    margin:0;
    padding:0;
}
body{
    color: var(--bs-body-text-color) !important;
}
.logo{
    padding: 4% 0;
    height: auto;
    width: auto;
}
.nav-tab{
    font-family: 'GothamMedium', san-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 15px;
    color: var(--bs-navtab-color) !important;
}
.nav-item{
    text-align: center;
    padding: 2%;
}
.nav-link {
   cursor: pointer; 
}
.active-tab{
    color: var(--bs-active-a)  !important;
    border-bottom: 2px solid var(--bs-active-a)  !important;
}
.nav-tab:hover{
    color: var(--bs-navtab-hover) !important;
    border-bottom: 2px solid var(--bs-navtab-hover) !important;
}
.header-section{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    justify-content: space-between;
    display: flex;
    padding: 1% 2%;
}
.login-outline{
    font-family: 'GothamMedium', san-serif;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 15px !important;
    border: 1px solid var(--bs-navtab-color) !important;
    border-radius: 0 !important;
    padding: 15px 20px !important;
    text-transform: uppercase;
    color: var(--bs-navtab-color) !important;
}

.login-outline:hover{
    color: var(--bs-login-button-hover) !important;
    border-color: var(--bs-login-button-hover) !important;
}

.login:hover{
    border-bottom: none !important;
}

.hamburger_menu {
    width: 50%;
    height: 25px;
    cursor: pointer;
}
.hamburger_bar {
    margin-bottom: 5px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    width: 18px;
    height: 3px;
    background: var(--bs-body-text-color);
    border-radius: 100px;
    margin-left:3px;
}
.hamburger_bar1 {
    margin-bottom: 5px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease; 
    width: 24px;
    height: 3px;
    background: var(--bs-body-text-color);
    border-radius: 100px;
}
.circle {
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 50%;
}
.radio-label {
    width: 80%;
    display: inline-block;
    margin-bottom: 0;
}
.lang-selection {
    width: 20px;
    height: 20px;
    cursor: pointer;
    vertical-align: middle;
}
.dropdown-menu[data-bs-popper]{
    right: 0;
    left: auto !important;
}
.dropdown-toggle::after{
    display: none !important;
}
.navbar-nav .dropdown-menu{
    positon: absolute;
}
.dropdown-menu{
    background: #000 !important;
}
label.container.dropdown-item.nav-tab:hover {
    background: black;
}

@media (min-width: 300px) and (max-width: 900){

    .mobile-ham{
        display: block !important;
        padding-top: 5%;
    }
    
    .header-section{
        padding: 3% 5% 5% 5% !important;
        background: #FFF !important;
    }j
    .logo {
        height: 75px;
        width: 55%;
    }
    .header-div{
        width: 20% !important;
        height: 20% !important;
    }
    .login-outline{
        margin-bottom: 4%;
    }
}

@media (min-width: 1300px) {
    .desktop-login{
        width: 75% !important;
    }
}

@media (min-width: 900px) and (max-width: 1299px){
    .header-div{
        width: 19% !important;
        height: 19%;
    }
    .desktop-login{
        width: 85% !important;
    }
    .nav-tab{
        padding-right: 0 !important;
    }
    .logo{
        height: 100% !important;
        width: 100% !important;
    }
}
