.mobile-menu {
    display: none;
}
header {
    background: linear-gradient(90deg, #115FFF 20%, #1160ffde);
}
/*.logo {*/
/*    padding: 5px 0;*/
/*}*/
.menu{
    height: 100%;
}
.nav-items{
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-item{
    margin-left: 15px;
    margin-right: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}
main{
    margin-top: 72px;
}
.dropdown-item{
    color: black !important;
}
.dropdown-toggle{
    padding: 0;
}
.nav-item a {
    font-family: 'Exo 2' !important;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #FCFCFC;
    opacity: 0.8;
}
.nav-item a:hover {
    opacity: 1;
}
.nav-item button img {
    opacity: .7;
}
.nav-item button img:hover {
    opacity: 1;
}
.nav-item button {
    outline: none !important;
}
.hamburger-menu {
    height: 100%;
    display: none;
    justify-content: flex-end;
}
.hamburger-menu button {
    margin: 0 20px;
    outline: none !important;
}
.hamburger-menu button i {
    font-size: 35px;
    color: #fff;
    opacity: .7;
}
.hamburger-menu button i:hover {
    opacity: 1;
}
.hamburger-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    background-color: #115FFF;
    display: none;
    height: auto;
}
.hamburger-sub-items{
    display: none;
    width: 100%;
    padding-left: 25%;
}
.hamburger-sub-item a{
    font-size: 14px;
}
.hamburger-item p ,.hamburger-item i{
    font-size: 14px;
    color: #fff;
    opacity: .7;
    cursor: pointer;
}
.hamburger-dropdown-container {
    height: 100%;
}
.hamburger-item-container {
    height: 83%;
    padding: 30px 0;
}
.hamburger-items {
    height: 100%;
}
.hamburger-item-container .row {
    height: 100%;
}
.hamburger-item a ,.hamburger-item p{
    font-size: calc(100vw / 20);
    color: #fff;
    opacity: .7;
}
.hamburger-item a:hover,.hamburger-item i:hover ,.hamburger-item p:hover{
    opacity: 1;
    color: #fff;
}
.lang-dropdown {
    position: absolute;
    top: 18.5px;
    padding: 3px 10px;
    background: #0759fe;
    border-radius: 5px;
    box-shadow: 0 0 14px rgb(0 0 0 / 10%);
}
.lang-nav-item{
    width: 72px;
}
.lang-dropdown-item {
    opacity: .7;
    width: 50px;
    display: none;
}
.lang-dropdown:hover > .lang-dropdown-item {
    display: inherit !important;
}
.lang-dropdown-item:hover {
    opacity: 1 !important;
}
.lang-active {
    display: inherit !important;
    opacity: 1 !important;
}
.lang-dropdown-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lang-dropdown-item a img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}
.closeBtn {
    font-size: 40px;
    color: #fff;
    outline: none !important;
}
.search-close-btn {
    position: absolute;
    right: 10%;
    top: 100px;
    color: white;
    font-size: 40px;
    display: none;
}
.search-close-btn button {
    outline: none !important;
}
.search-input {
    position: absolute;
    top: 25vh;
    width: 100%;
    display: none;
}
.input-design {
    border-radius: 5px;
    background: #fff;
    padding: 5px;
    box-shadow: 0px 8px 20px #1160ff38;
}
.input-design button {
    border-left: 1px solid #776C82;
    font-family: 'Exo 2 Bold';
    font-size: 18px;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    padding: 0 30px;
}
.search-input input {
    font-family: 'Exo 2 Bold';
    font-size: 18px;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    width: 500px;
    border-radius: 5px;
    background: transparent;
}
.search-input input::placeholder {
    font-family: 'Exo 2 Bold';
    font-size: 18px;
}
@media only screen and (max-width: 1023px) {
    .menu {
        display: none;
    }
    .mobile-menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
    }
    .mobile-menu i {
        font-size: calc(100vw / 20);
        color: #fff;
    }
}
