@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.navbar {
    background: rgba(0, 0, 0, 0.2);
    padding: 0.5rem 1rem;
}
.header.header-red {
    background: #ee3638 !important;
}
.header .navbar-brand img {
    width: 60px;
    margin-right: 15px;
}
.header .navbar-nav .nav-item .nav-link {
    font-family: Poppins;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.header .dropdown-menu {
    background: 0 0;
    border: none;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
}
.header .dropdown-menu > div {
    background: #ee3638;
    padding: 0 10px;
    position: relative;
}
.header .dropdown-menu > div:after {
    position: absolute;
    top: -12px;
    left: 15px;
    content: "\f0d8";
    color: #ee3638;
    font-family: FontAwesome;
}
.header a.dropdown-item {
    color: #fff;
    padding: 5px 0;
    position: relative;
    background: 0 0;
    font-size: 12px;
    font-family: Poppins;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}
.header a.dropdown-item:last-child {
    border-bottom: none;
}
.header .right a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.header .btn {
    border: 1px solid #fff;
    color: #fff;
    box-shadow: none;
    outline: 0;
    border-radius: 15px;
    padding: 3px 10px;
    margin-right: 1rem;
}
.header .btn,
.header .btn:focus,
.header .btn:active,
.header .btn:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border-color: #fff !important;
    background: transparent !important;
    color: #fff !important;
}
.header .btn {
    -webkit-tap-highlight-color: transparent;
}
.header .search .btn {
    border: none;
}
.header .search .dropdown-toggle::after {
    content: none;
}
.newnavigation {
    display: none;
}
.newnavigation .btnlang {
    position: fixed;
    top: 5px;
    right: 125px;
    z-index: 1031;
}
.newnavigation .btnlang .btn {
    height: 40px;
    width: 40px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 1rem;
    color: #fff;
    padding: 0;
}
.newnavigation .btnlang .dropdown-menu {
    min-width: unset;
}
.dropdown-menu-center {
    left: 50% !important;
    right: auto !important;
    text-align: center !important;
    transform: translate(-50%, 40px) !important;
}
.newnavigation .btnprofile {
    position: fixed;
    top: 5px;
    right: 85px;
    height: 40px;
    width: 40px;
    z-index: 1031;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 1rem;
    color: #fff;
}
.newnavigation .btnsearch {
    position: fixed;
    top: 5px;
    right: 45px;
    height: 40px;
    width: 40px;
    z-index: 1031;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 1rem;
    color: #fff;
}
.newnavigation .searchCont {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    background-color: #ee3638;
    padding: 15px;
    z-index: 1022;
}
.newnavigation .searchCont input {
    border: none;
    box-shadow: none;
    outline: 0;
}
.newnavigation .searchCont .resultsearch {
    height: calc(100vh - 109px);
    overflow: auto;
}
.newnavigation .searchCont .resultsearch > div {
    padding: 15px 0;
}
.newnavigation .searchCont .resultsearch > div:not(:first-child) {
    border-top: 1px solid #fff;
}
.newnavigation .searchCont .resultsearch a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.newnavigation .searchCont .resultsearch h5 {
    font-size: 14px;
    font-weight: 900;
}
.newnavigation .searchCont .resultsearch h6 {
    font-size: 14px;
}
.newnavigation__checkbox {
    display: none;
}
.newnavigation__button {
    position: fixed;
    top: 5px;
    right: 5px;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    z-index: 1031;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.newnavigation__background {
    position: fixed;
    top: 25px;
    right: 35px;
    height: 1px;
    width: 1px;
    border-radius: 50%;
    background: #990000;
    background-size: cover;
    background-position: center;
    z-index: 1020;
    transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}
.newnavigation__nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    opacity: 0;
    width: 0;
    visibility: hidden;
    z-index: 1021;
    transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.newnavigation__list {
    /*@include center;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.newnavigation__item {
    margin: 0;
}
.newnavigation__link:link,
.newnavigation__link:visited {
    display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #f4f4f4;
    font-size: 1.5rem;
    text-decoration: none;
    transition: all 0.2s;
    font-family: poppins;
}
.newnavigation__link span {
    margin-right: 1.5rem;
    display: inline-block;
}
.newnavigation__link:hover {
    color: #c1d0d0;
    transform: scale(1.1);
}
.newnavigation__checkbox:checked ~ .newnavigation__background {
    transform: scale(80);
    background-color: #990000;
    height: 30px;
    width: 30px;
}
.newnavigation__checkbox:checked ~ .newnavigation__nav {
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.newnavigation__icon {
    position: relative;
    margin-top: 19px;
}
.newnavigation__icon,
.newnavigation__icon::before,
.newnavigation__icon::after {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
}
.newnavigation__icon::before,
.newnavigation__icon::after {
    content: "";
    position: absolute;
    left: 0;
    transition: all 200ms;
}
.newnavigation__icon::before {
    top: -7px;
}
.newnavigation__icon::after {
    top: 7px;
}
.newnavigation__button:hover .newnavigation__icon::before {
    top: -8px;
}
.newnavigation__button:hover .newnavigation__icon::after {
    top: 8px;
}
.newnavigation__checkbox:checked + .newnavigation__button .newnavigation__icon {
    background-color: transparent;
}
.newnavigation__checkbox:checked
    + .newnavigation__button
    .newnavigation__icon::before {
    top: 0;
    transform: rotate(135deg);
}
.newnavigation__checkbox:checked
    + .newnavigation__button
    .newnavigation__icon::after {
    top: 0;
    transform: rotate(-135deg);
}
@media (orientation: portrait) {
    .header .navbar-brand img {
        width: 30px;
        height: auto;
    }
    .header .navbar-toggler {
        display: none;
    }
    .newnavigation {
        display: block;
    }
}
