
@font-face {
    font-family: DUBAIBOLD;
    src: url(../../fonts/DubaiW23-Bold.ttf);
}
@font-face {
    font-family: DUBAILIGHT;
    src: url(../../fonts/DubaiW23-Light.ttf);
}
@font-face {
    font-family: DUBAIMEDIUM;
    src: url(../../fonts/DubaiW23-Medium.ttf);
}
@font-face {
    font-family: DUBAIREGULAR;
    src: url(../../fonts/DubaiW23-Regular.ttf);
}
#random {
    position: absolute;
    left:0;
    /*width: 10vw;*/
    /*height: 10vw;*/
}
.hamburger-menu {

    position: fixed;
    left: 16px;
    top: 22px;
    padding: 0;
}
.mobile-nav-toggle {
    position: fixed;
    left: 10px;
    top: 4px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: center;
}
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    right: -290px;
    width: 260px;
    height: 100%;
    padding-top: 18px;
    background: rgba(5, 57,103, 0.9);
    transition: 0.4s;
}
.mobile-nav-active .mobile-nav {  right: 0;  }
@media only screen and (min-width: 576px) and (max-width: 767px){
    .mobile-nav-toggle{left: 9vw;  }}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .mobile-nav-toggle{left: 8%}}

