.navigation {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.nav-container {
    align-items: center;
    width: 100%;
    height: 75px;
    background-color: rgba(76, 79, 90, 0.95);
}

.nav-panel-left {
    align-items: center;
    margin-right: 80px;
    position: absolute;
    z-index: 105;
    left: 0;
}

.nav-btn {
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    border-right: 1px solid rgba(192, 192, 211, .2);
    border-bottom: 1px solid rgba(192, 192, 211, .2);
    margin-right: 12px;
    cursor: pointer;
}

.menu-trigger {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: relative;
    width: 26px;
    height: 18px;
}

.menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.nav-btn span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 8px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
    background-color: #393185;
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    background-color: #393185;
}

.nav-logo {
    display: inline-block;
}

.nav-logo a:link {
    cursor: pointer;
}

.nav-logo img {
    height: 25px;
    display: block;
}

.nav-panel-right {
    align-items: center;
    justify-content: right;
    position: absolute;
    z-index: 103;
    right: 0;
    height: 75px;
}

.nav-menu {
    height: 100%;
    justify-content: space-evenly;
    gap: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-right: 40px;
    padding-top: 28px;
}

.small-screen {
    display: none;
}

.nav-box {
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    border-right: 2px solid #E5E5E5;
}

.nav-title-box {
    justify-content: space-between;
}

.nav-title {
    align-self: center;
    color: #EF7F1A;
    text-transform: uppercase;
    margin-right: 16px;
}

.nav-title-link {
    pointer-events: none;
    color: #EF7F1A;
}

.nav-line {
    border-bottom: 1px solid rgba(192, 192, 211, .2);
    align-self: center;
    flex-grow: 1;
}

.full-link-box {
    width: 112px;
    height: 112px;
    border: 1px solid rgba(192, 192, 211, .2);
    border-radius: 50%;
    justify-content: center;
    flex-direction: column;
    line-height: 24px;
    color: #302F2F;
    margin-left: -70px;
    text-transform: uppercase;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 4px;
}

.full-link-box:hover {
    background: #F3F2F8;
}

.full-link-box span:nth-child(1) {
    align-self: flex-end;
}

.nav-items {
    flex-direction: column;
    justify-content: flex-start;
}

.nav-item {
    align-items: center;
    height: 64px;
    border-bottom: 2px solid #E5E5E5;
    color: #393185;
    text-transform: uppercase;
}

.nav-item span {
    transition-duration: 0.5s;
}

.nav-item span:hover {
    transform: translateX(10px);
}

.nav-item:hover {
    background-image: url("/icons/arrows/arrow-r.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right;
}

.nav-items a div:active {
    color: #EF7F1A;
}

.nav-r-arrow {
    align-self: center;
}

.nav-r-arrow img {
    width: 15px;
    height: 15px;
}

.overlay-shadow {
    background-color: black;
    opacity: 0.5;
    position: absolute;
    width: 100vw;
    height: 100vh;
}

.nav-link {
    display: block;
}

.nav-link:hover {
    border-bottom: 1px solid orange;
}

.nav-link a:link {
    color: #FFFFFF;
    cursor: pointer;
}

.nav-link a:visited {
    color: #FFFFFF;
}

.nav-link a:hover {
    color: orange;
}

.nav-link a:active {
    color: #FFFFFF;
}

.nav-phone {
    white-space: nowrap;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-right: 40px;
}

.nav-phone-first {
    margin-bottom: 4px;
    display: block;
}

.nav-phone img {
    height: 19px;
    width: 19px;
}

.nav-phone a:link {
    color: #FFFFFF;
    cursor: pointer;
}

.nav-phone a:visited {
    color: #FFFFFF;
}

.nav-phone a:hover {
    color: orange;
}

.nav-phone a:active {
    color: #FFFFFF;
}

.nav-lg {
    height: 100%;
    justify-content: space-evenly;
    align-items: center;
    gap: 8px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-right: 16px;
    margin-left: 42px;
    min-width: 62px;
}

.nav-lg-icon img {
    width: 24px;
    height: 24px;
}

.nav-lg-txt {
    cursor: pointer;
}

.chg-lang {
    flex-direction: column;
    position: absolute;
    background-color: white;
    color: grey;
    border-radius: 8px;
    top: 50px;
    right: 14px;
}

.chg-lang div {
    padding: 4px;
    border-radius: 8px;
}

.chg-lang div:hover {
    background-color: gainsboro;
}

.chg-lang a:link,
.chg-lang a:visited,
.chg-lang a:hover,
.chg-lang a:active {
    color: #393185;
}

.dropdown-container {
    position: absolute;
    top: 0;
    z-index: 104;
    width: 100%;
    background-color: white;
}

.nav-search-box {
    align-items: center;
    width: 100%;
    height: 75px;
    justify-content: flex-end;
    margin-bottom: 40px;
    padding-right: 120px;
}

.srch-input {
    width: 250px;
    height: 32px;
    display: none;
}

.nav-srch-icon {
    margin-left: 24px;
}

.nav-srch-icon-white {
    min-width: 24px;
    display: none;
}

.nav-srch-icon-white img {
    width: 24px;
    height: 24px;
    cursor: pointer;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(90deg) brightness(119%) contrast(100%);
}

.nav-srch-icon-darkblue {
    display: none;
}

.nav-srch-icon-darkblue img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.drop-menu {
    width: 100%;
    justify-content: space-evenly;
    padding-bottom: 24px;
}

@media screen and (max-width: 1300px) {
    .nav-menu {
        display: none;
    }
}

@media screen and (min-width: 761px) and (max-width: 1300px) {
    .drop-menu {
        height: calc(100vh - 75px);
        /* height: 100vh; */
        overflow-y: scroll;
        scrollbar-color: transparent transparent;
        display: block;
    }

    .nav-box:nth-child(-n+2) {
        margin-bottom: 16px;
    }

    .nav-box:nth-child(n+4) {
        margin-top: 16px;
    }

    /* .nav-title:nth-child(n+4) {
        margin-top: 16px;
    } */

    .nav-item {
        height: 40px;
    }

    .nav-search-box {
        margin-bottom: 8px;
    }

    .full-link-box {
        width: 100px;
        height: 100px;
    }

}

@media screen and (max-width: 760px) {
    .drop-menu {
        height: calc(100vh - 120px);
        overflow-y: scroll;
        scrollbar-color: transparent transparent;
        display: block;
    }

    .nav-search-box {
        margin-top: 75px;
        justify-content: space-around;
        padding-right: 0px;
        margin-bottom: 0px;
        border-bottom: 1px solid rgba(192, 192, 211, .4);
    }

    .nav-box {
        padding-left: 12px;
        padding-right: 12px;
        width: 100%;
        border-right: none;
    }

    .nav-title-box {
        border-bottom: 1px solid rgba(192, 192, 211, .4);
        background-color: white;
        position: relative;
        z-index: 300;
    }

    .nav-box:last-child .nav-title-box {
        border-bottom: none;
    }

    .nav-title {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 0;
        text-transform: capitalize;
        letter-spacing: 2px;
    }

    .nav-title-link {
        pointer-events: auto;
    }

    .nav-line {
        display: none;
    }

    .full-link-box {
        display: none;
    }

    .nav-r-arrow {
        display: none;
    }

    .nav-items {
        /* display: none; */
        overflow: hidden;
        transform: translateY(-100%);
        height: 0;
        max-height: 0;
        transition-duration: 0.5s;
        position: relative;
        z-index: 200;
    }

    .nav-items:hover {
        max-height: 100%;
        height: 100%;
        transform: translateY(0);
    }

    .nav-items-translate {
        max-height: 100%;
        height: 100%;
        transform: translateY(0);
    }

    .nav-phone {
        margin-right: 20px;
    }

    .big-screen {
        display: none;
    }

    .small-screen {
        display: inherit;
    }

    .nav-lg {
        margin-left: 0px;
    }

    .nav-lg-icon {
        display: none;
    }

    .nav-slider {
        display: none;
    }

    .carousel-picture img {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
    }

    .chg-lang {
        right: 30px;
    }

}