@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
.newheader  {
 font-family: 'Inter', sans-serif;
 position: fixed;
 width: 100%;
 z-index: 9;
}


.newheader  .menubar--section {
    background: #000;
    color: #fff;
    position: sticky;
    top: 0;
    box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 14%);
    z-index: 4;
}


.newheader .menubar--section {
    box-shadow: none;
}

input#input_2_1::placeholder {
    color: #fff;
}
.newheader a.menubar--skip {
    display: inline-block;
    padding: 6px;
    position: absolute;
    top: -50px;
    left: 0px;
    color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-bottom-right-radius: 8px;
    background: #BF1722;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    text-decoration: underline;
    z-index: 100;
}

.newheader .justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.newheader .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.newheader .container {
    max-width: 1300px;
}

.newheader a, .newheader  a:focus,.newheader  a:hover {
    color: inherit;
    text-decoration: none;
}

.newheader li.active > ul.sub-menu {
    height: auto;
    opacity: 1;
}

.newheader ul.sub-menu {
    height: 0;
    opacity: 0;
}

.newheader .container::before ,  .newheader .container::after{    display: table;
    content: none;}
    
    .menubar--login-button {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    padding: 0.42em 1em;
    transition: all .3s;
    z-index: 2;
    position: relative;
}

.newheader .menubar--menu > li > ul{
    line-height:24px;
    border-radius: 12px;
}

nav.menubar--menu-wrap.show-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
a.menubar--logo-wrap {
    z-index: 9;
}
.menubar--menu .current-menu-item > a, .menubar--menu .current-menu-parent > a, .menubar--menu a:focus, .menubar--menu a:hover {
    color: #6bf2aa;
    outline: none;
}

.newheader .menubar--login-button:hover, .newheader  .menubar--login-button:focus {
    outline: none;
    background-color: #2f3233;
    border-color:  #6bf2aa;
    color:  #6bf2aa;
}

.newfooter .footer-top--social a:focus,.newfooter .footer-top--social a:hover {
    color: #fff;
    background: #6bf2aa;
}
.menubar--hamburger {
    display: flex;
    align-self: center;
    padding: 0 0 0 12px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    -webkit-tap-highlight-color: transparent;
    line-height: 0;
}

.menubar--hamburger-box {
    width: 21px;
    height: 31px;
    display: inline-block;
    position: relative;
}

.menubar--hamburger-box span:nth-child(1) {
    top: 0;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.menubar--hamburger-box span {
    display: block;
    width: 21px;
    height: 7px;
    background-color: #6bf2aa;
    border-radius: 0px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    transform-origin: center;
}

.menubar--hamburger-box span:nth-child(2) {
    top: 12px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.menubar--hamburger-box span:nth-child(3) {
    top: 24px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.active .menubar--hamburger-box span:nth-child(1) {
    transform: translate3d(0, 7px, 0) rotate(135deg);
    transition-delay: 0.1s;
}

.active  .menubar--hamburger-box span:nth-child(2) {
    transform: translate3d(0, -5px, 0) rotate(-135deg);
    transition-delay: 0.1s;
}
.active .menubar--hamburger-box span:nth-child(3) {
    transform: translate3d(0, 0, 0) rotate(360deg);
    transition-delay: 0.1s;
    opacity: 1;
}