@font-face {
    font-family: Inter;
    src: url(font/Inter-Regular.ttf);
}
@font-face {
    font-family: Inter;
    font-weight: 700;
    src: url(font/Inter-Bold.ttf);
}
@font-face {
    font-family: Montserrat;
    src: url(font/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Montserrat;
    font-weight: 700;
    src: url(font/Montserrat-Bold.ttf);
}

.navbar{
    background: #033F58;
    background: linear-gradient(90deg,#033F58 40%, #010F14 70%);
    background: linear-gradient(90deg,rgba(3, 63, 88, 1) 40%, rgba(1, 15, 20, 1) 70%);
    top:0px;
    margin-left:0;
    margin-right:0;
    padding: 0px 100px;
    /*max-width:1200px;*/
    max-width:1760px;
    height: 120px;
    width: 100vw;
    /*position: absolute;*/
    z-index:10;
}
/*.navbar.fixed-top{
    position: fixed;
    z-index:10001
}*/

.navbar-brand{
    margin: 0px;
    position: relative;
}

.site-logo {
    height: 40px;
    margin: 16px 13px;
}

@media (max-width: 992px) {
    .navbar{
        padding: 0px 20px;
        height:60px;
    }
    .site-logo {
        height: 20px;
        margin:0px auto;
    }
    .navbar-toggler-right{
        width:60px;
    }
}

.navbar .nav-link {
    display: block;
    background: none;
    text-align:center;
    font-size:16px;
    color:#2E2E2E;
    margin: 0px 0px;
    padding: 7px 22px !important;
    border-radius:30px;
    font-family: Inter;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

.navbar-collapse{
    min-width:570px;
}

nav .menu-link{
    margin: 5px;
    color:#2E2E2E;
    font-size: 18px;
    font-family: Inter;
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link{
    color:#FFFFFF;
}
.navbar-light .navbar-nav .nav-link:hover{
    color:#3AA5D1;
}

nav .dropdown-menu{
    top: 50px;
    right:173px;
    /*right:20px;*/
    left:auto;
    font-size: 14px;
    font-family: Inter;
    font-weight: 700;
    color: #fff;
    background: #ec0000;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.dropdown-item{
    font-size:16px;
    color: #fff;
}

.dropdown-item:hover{
    color: #dbdbdb;
    background: none;
    font-weight: bold;
}
.navbar-collapse .nav-item{
    display: flex;
    align-items: center;
}
.nav .dropdown-menu{
    top: 50px;
    right:173px;
    /*right:20px;*/
    left:auto;
    font-size: 14px;
    font-family: Inter;
    font-weight: 700;
    color: #fff;
    background: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-color: #ec0000;
    border-style: solid;
    border-width: 1px;
}

.dropdown-item{
    font-size:16px;
    /*color: #ec0000;*/
    color: #000000;
}

.dropdown-item:hover{
    color: #ec0000;
    background: none;
    /*font-weight: bold;*/
    font-weight: normal;
}

.nav-tabs {
    color: #000000;
    /*background-color: #e9ebeb;*/
    border:0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nav-tabs {
    border-bottom: 0px solid transparent;
    color: #000000;
}
.nav-tabs .nav-link {
    border: 0px solid transparent;
    color: #000000;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000;
    background-color: #fff;
    border:0;
}

.navbar-collapse {
  max-height: 500px;
  overflow: hidden;
  padding:10px;
}
/*
.navbar-light .navbar-toggler-icon {
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M27.9993 10.6667H3.99935C3.26335 10.6667 2.66602 10.0693 2.66602 9.33333C2.66602 8.59733 3.26335 8 3.99935 8H27.9993C28.7353 8 29.3327 8.59733 29.3327 9.33333C29.3327 10.0693 28.7353 10.6667 27.9993 10.6667ZM27.9993 17.3333H3.99935C3.26335 17.3333 2.66602 16.736 2.66602 16C2.66602 15.264 3.26335 14.6667 3.99935 14.6667H27.9993C28.7353 14.6667 29.3327 15.264 29.3327 16C29.3327 16.736 28.7353 17.3333 27.9993 17.3333ZM27.9993 24H3.99935C3.26335 24 2.66602 23.4027 2.66602 22.6667C2.66602 21.9307 3.26335 21.3333 3.99935 21.3333H27.9993C28.7353 21.3333 29.3327 21.9307 29.3327 22.6667C29.3327 23.4027 28.7353 24 27.9993 24Z" fill="#454545"/></svg>');
}
*/
.navbar-toggler{
    padding:0px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-image: url("/static/gfx2/menu.png");
    background-size: auto;
    background-size: 100% 100%;
}

.navbar-light .navbar-toggler {
    border-radius: 0px;
    color: #2E2E2E;
    font-size:14px;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    margin: 15px;
    border: none;
}


.offcanvas .btn-close {
  margin-top: 5px;
  margin-right: 5px;
}
.offcanvas .btn-close:focus,
.offcanvas .btn-close:active,
.offcanvas .btn-close:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
.offcanvas-body{
    padding:40px 0px;
}
.offcanvas .nav-item {
    border-bottom: 1px #D3D3D3 solid;
}
.offcanvas .nav-item-help {
    border: none;
    margin: 40px 0px;
}
.offcanvas .nav-item .nav-link{
    padding: 24px;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    font-family: Inter;
    font-weight: 700;
}
.offcanvas .nav-item .nav-link {
    position: relative;
    padding-right: 28px;
    cursor: pointer;
}

.offcanvas .nav-item .nav-link::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url("/static/gfx2/right_arrow.svg");
}
.offcanvas .nav-item-help .nav-link::after {
    background-image: none;
}
