﻿@media (min-width: 1020px) {
    .web {
        display: block !important;
    }

    .mobile {
        display: none;
    }

    body {
        margin: 0px;
        font-family: Truculenta, sans-serif;
        min-width: 1300px;
        cursor: default;
        overscroll-behavior-y: contain;
    }

    #navbar .menu-icon {
        background: black;
        display: none;
    }

    #navbar {
        padding-bottom: 10px;
        transition: all 0.4s ease 0s;
        /* position: absolute;*/
        width: 100%;
        top: 0px;
        z-index: 99;
        background-color: rgba(0, 0, 0, 0.5);
    }

    #navbar-right {
        width: 60%;
        display: flex;
        margin: auto;
        text-align: center;
        vertical-align: middle;
        padding-top: 10px;
    }

    #navbar a {
        text-align: center;
        padding: 8px;
        text-decoration: none;
        font-size: 24px;
        line-height: 25px;
        border-radius: 4px;
        margin: auto auto 10px;
        color: rgb(223, 180, 36);
    }

    #navbar #navbar-right a {
        color: white;
        font-weight: bold;
    }

    #navbar #logo {
        font-weight: bold;
        transition: all 0.4s ease 0s;
        margin: auto;
        width: 12vh;
        padding: 0px;
    }

    #navbar #navbar-right #logo {
        color: rgb(223, 180, 36);
        border-top: 0px solid gray;
        border-bottom: 0px solid gray;
    }

    #navbar a:hover {
        transform: scale(1.2);
    }

    #navbar a.active {
        background-color: dodgerblue;
        color: white;
    }

    .dropdown {
        color: white;
        text-align: center;
        padding: 8px;
        text-decoration: none;
        font-size: 24px;
        line-height: 25px;
        border-radius: 4px;
        margin: auto auto 10px;
    }

    .dropdown-content a {
        float: left;
        overflow: hidden;
    }

    .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0px;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        z-index: 99;
        font-weight: bold;
        background-color: rgba(0, 0, 0, 0.5);
        text-align: left;
        margin: auto;
        border-radius: 40px;
    }

        .dropdown-content a {
            float: none;
            text-decoration: none;
            display: block;
            margin: 15px 19px !important;
            text-align: left !important;
            font-size: 23px !important;
        }

            .dropdown-content a:hover {
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    #selectedCulture {
        width: 10vh;
        text-align: center;
        appearance: none;
        background-color: rgba(0, 0, 0, 0.3);
        color: white;
        text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
        text-decoration: none;
        font-size: 14px;
        padding: 1px;
        border-radius: 4px;
        margin: auto;
    }

    @media screen and (max-width: 700px) {
        #navbar {
            padding: 20px 10px !important;
        }

            #navbar a {
                float: none;
                display: block;
                text-align: left;
            }

        #navbar-right {
            float: none;
        }
    }

    footer {
        padding-top: 50px;
        background-color: black;
        margin: auto;
    }

        footer .top {
            width: 100%;
            margin: auto;
            text-align: center;
            vertical-align: middle;
            padding-bottom: 60px;
            color: rgb(223, 180, 36);
            font-size: 29px;
            justify-content: center;
        }

        footer .row {
            width: 100%;
            display: flex;
            margin: auto;
            text-align: center;
            vertical-align: middle;
            justify-content: center;
        }

            footer .row .column {
                width: 20%;
            }

            footer .row .middle {
                border-left: 2px solid rgb(223, 180, 36);
                border-right: 2px solid rgb(223, 180, 36);
                width: 20%;
            }

        footer h3 {
            margin-top: 0px;
            margin-bottom: 12px;
            font-weight: bold;
            font-size: 27px;
            color: rgb(223, 180, 36);
        }

        footer ul {
            padding: 0px;
            list-style: none;
            line-height: 1.6;
            font-size: 19px;
            margin-bottom: 0px;
        }

            footer ul a {
                text-decoration: none;
                color: rgb(255, 255, 255);
            }

                footer ul a:hover {
                    opacity: 0.8;
                }

    html {
        background-color: rgb(16, 24, 32);
    }

    #home_page {
        width: 100%;
        margin: 0px;
        background-color: rgb(16, 24, 32);
    }

    .link {
        cursor: pointer;
    }

    #home_page #header {
        width: 100%;
        margin: 0px;
    }

        #home_page #header img {
            width: 100%;
            margin: 0px;
            max-height: 85vh;
            justify-content: center;
            text-align: center;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            object-fit: cover;
            border-bottom-right-radius: 15px;
            border-bottom-left-radius: 15px;
            border-top-right-radius: 15px;
            border-top-left-radius: 15px;
        }

    #home_page #body {
        width: 100%;
        margin: 0px;
    }

    #home_page .body .title {
        width: 70%;
        margin: auto;
        font-size: 23px;
        color: white;
        text-align: center;
        justify-content: center;
        vertical-align: middle;
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    #home_page .body .title_itinerary {
        padding-bottom: 0px;
    }

    #home_page .body .title p {
        margin: auto;
    }

    #home_page .body .title h3 {
        color: rgb(255, 107, 0);
        font-size: 36px;
    }

    #home_page .body .one .right {
        position: relative;
    }

    .body .one .right .stamp {
        max-width: 7% !important;
        position: absolute;
        left: 1vh;
        top: 8vh;
        z-index: 1;
        background-color: #ffff;
        border-radius: 48%;
        /* opacity: 0.3; */
    }

        .body .one .right .stamp h2 {
            width: 50% !important;
            opacity: none;
            z-index: 99;
        }


    .body #map {
        width: 100%;
        margin: auto;
    }

    #home_page .city #map {
        width: 100%;
        margin: auto;
        position: relative;
    }

        #home_page .city #map .toggle {
            display: flex;
            width: 60%;
            border-radius: 90px;
            align-items: center;
            text-align: center;
            margin: auto auto 2%;
        }

            #home_page .city #map .toggle .toggle_options {
                display: inline-block;
                justify-content: center;
                align-items: center;
                padding: 12px 21px;
                gap: 10px;
                width: 40%;
                border-radius: 44px;
                line-height: 100%;
                color: rgb(255, 255, 255);
                margin: 1%;
            }

            #home_page .city #map .toggle #toggle_left {
                background-color: rgb(255, 107, 0);
            }

            #home_page .city #map .toggle .toggle_options p {
                margin: 0px 10px;
                padding: 0px;
            }

        #home_page .city #map svg {
            border-radius: 50px;
        }

    #home_page .body svg {
        width: 100%;
        margin: auto;
    }

    #home_page .body .content {
        width: 100%;
        margin: 0px;
        padding-bottom: 30px;
        padding-top: 5vh;
    }

    #home_page .body .swiper .content {
        width: 90%;
        margin: auto;
    }

        #home_page .body .swiper .content::-webkit-scrollbar-track {
            box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
        }

        #home_page .body .swiper .content::-webkit-scrollbar-thumb {
            background-color: darkgrey;
            outline: slategrey solid 1px;
        }

    #home_page .body .one {
        width: 90%;
        display: flex;
        margin: 0px auto;
        text-align: center;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    #home_page .body .countrie_map .one {
        width: 100%;
        display: flex;
        margin: 0px auto;
        text-align: center;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    #home_page .body .reverse {
        flex-direction: row-reverse;
    }

    #home_page .body .content h3 {
        text-align: center;
        color: rgb(255, 107, 0);
        font-size: 25px;
    }

    #home_page .body .content h2 {
        color: rgb(255, 107, 0);
    }

    #home_page .body .swiper .one .book_link {
        background-color: rgb(255, 107, 0);
        padding: 12px 21px;
        gap: 10px;
        width: 20%;
        border-radius: 44px;
        line-height: 100%;
        color: rgb(255, 255, 255);
        margin: auto;
        cursor: pointer;
    }

    #home_page .body .content h1 {
        color: rgb(255, 107, 0);
        font-size: 40px;
    }

    #home_page .body .content p {
        text-align: left;
    }

    #home_page .body .one .left {
        width: 50%;
        margin: 0px;
        font-size: 23px;
        color: white;
        position: relative;
        text-align: left;
    }

    #home_page .body .countrie_map .one .left {
        width: 25%;
    }

    #home_page .body .swiper .one .left {
        padding-top: 5vh
    }

    #home_page .city .one .left {
        width: 25%;
        margin: 0px;
        font-size: 23px;
        color: white;
        position: relative;
    }

    #home_page .body .swiper-slide_tours .one .left img {
        width: 60% !important;
        margin: auto;
        border-radius: 5%
    }

    #home_page .body .one .left img {
        width: 30%;
        margin: auto;
    }

    @media screen and (min-width: 1050px) {
        #home_page .body .one .left .text {
            width: 100%;
            clear: both;
        }

        #home_page .body .one .reward .text {
            margin: 0%;
            width: 100%;
            position: relative;
            left: 0%;
            top: 0%;
            transform: translate(0%, 0%);
            clear: both;
            text-align: left;
        }

        #home_page .city .one .reward .text {
        }

        #home_page .body .one .reward .text img {
            width: 30%;
        }

        #home_page .city .one .reward .text img {
            width: 20%;
        }
    }

    @media screen and (max-width: 1300px) {
        #home_page .body .one .reward .text {
            font-size: 19px;
        }
    }

    #home_page .body .time_line {
        width: 90%;
        display: block;
        margin: 0px auto;
        justify-content: center;
        vertical-align: middle;
        padding-bottom: 30px;
        padding-top: 30px;
    }

        #home_page .body .time_line a {
            display: flex;
            margin: auto;
            width: 60%;
        }

        #home_page .body .time_line .left {
            width: 80%;
            display: block;
            margin: 0px;
            position: relative;
            padding-top: 10vh;
            text-align: center;
        }

            #home_page .body .time_line .left h3 {
                margin: 0px;
                width: 100%;
                position: relative;
                text-align: center;
                justify-content: center;
                vertical-align: middle;
            }

            #home_page .body .time_line .left p {
                margin: 0px;
                width: 96%;
                position: relative;
                top: 0%;
                left: 3%;
                transform: translate(0%, 0%);
            }

    #home_page .body .one .left h2 {
        color: rgb(255, 107, 0);
        margin: 3%;
    }

    #home_page .body .countrie_map .one .right {
        width: 80%;
        margin: auto;
    }

    #home_page .body .swiper .one .right {
        max-width: 65vh;
        margin: auto;
        padding-top: 7vh;
    }


    #home_page .body .one .right {
        width: 40%;
        margin: auto;
    }

    #home_page .city .one .right {
        width: 50%;
        margin: auto;
    }

    #home_page .body .time_line .right {
        width: 100%;
        padding-top: 10vh;
    }

    #home_page .body .one .right img {
        max-width: 100%;
        border-radius: 15px;
    }


    #home_page .body .one .right .imgVideo {
        max-width: 100%;
        position: relative;
    }

        #home_page .body .one .right .imgVideo .stamp {
            max-width: 15% !important;
            position: absolute;
            left: 75%;
            top: 70%;
            background: none;
        }

    #home_page .body .one .reward {
        margin: auto;
    }

        #home_page .body .one .reward a {
            display: flex;
            margin: auto;
            justify-content: center;
            text-align: center;
            width: 60%;
        }

    #home_page .body .countrie_map .reward a {
        width: 100%;
        display: inline-block;
        margin: auto;
        justify-content: left;
        text-align: left;
    }

    #home_page .body .city_map .reward a {
        margin: auto;
        justify-content: left;
        text-align: left;
    }

    #home_page .body .one .reward h3 {
        display: flex;
        margin: auto;
        margin-bottom: 5%;
        width: 100%;
        /* position: relative; */
        top: 0%;
        left: 0%;
        /* transform: translate(-50%, -50%); */
        flex-direction: row;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: space-evenly;
    }

    #home_page .gastro .one {
        width: 80%;
        padding-bottom: 10vh;
        padding-top: 5vh;
    }

        #home_page .gastro .one a {
            cursor: default;
        }

        #home_page .gastro .one .more {
            cursor: pointer;
        }

        #home_page .gastro .one .left {
            width: 49%;
            padding: 0%;
        }

            #home_page .gastro .one .left p {
                width: 95%;
                margin: auto;
                justify-content: center;
                text-align: center;
            }

            #home_page .gastro .one .left h3 {
                padding-top: 15%;
            }

        #home_page .gastro .one .right {
            width: 50%;
            padding: 0%;
        }

            #home_page .gastro .one .right img {
                border-left: 2px solid rgb(255, 107, 0);
                border-right: 0px;
                width: 100%;
                height: 50vh;
                justify-content: center;
                text-align: center;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                object-fit: cover;
            }

    #home_page .gastro .reverse .right img {
        border-right: 2px solid rgb(255, 107, 0);
        border-left: 0px;
    }

    #home_page .body .two .title {
        margin: auto;
        text-align: center;
    }

    #home_page .body .two .article {
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        width: 80%;
        color: white;
        font-size: 25px;
        cursor: pointer;
    }

        #home_page .body .two .article p {
            min-height: 4vh;
            overflow: hidden;
            text-align: center;
            font-size: 23px;
        }

            #home_page .body .two .article p:hover {
                height: auto;
                max-height: 35vh;
                overflow: visible;
            }

    #imgView label {
        position: relative;
        float: left;
        width: 70%;
    }

    #home_page .body .content .article .art img {
        width: 130px;
        height: 100px;
        object-fit: scale-down;
    }

    #home_page .body .content .article .art .oil {
        width: 250px;
        height: 350px;
        object-fit: cover;
    }

    #home_page .body .content .article .art {
        text-align: center;
        flex: 0 0 20%;
        margin: 2vh;
    }

    #home_page .body .two .article .art:hover {
        transform: scale(1.07);
    }

    #home_page .body .content .article .art .price {
        color: rgb(255, 107, 0);
        font-size: 24px;
        padding-top: 7%;
    }

    #home_page .body .three {
        margin: auto;
        justify-content: center;
        text-align: center;
        width: 100%;
        color: white;
        font-size: 20px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        top: 10vh;
    }

        #home_page .body .three .three_first {
            width: 100%;
            height: 80vh;
            font-size: 20px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

            #home_page .body .three .three_first img {
                width: 100%;
                margin: auto;
                font-size: 20px;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                padding-bottom: 4%;
                object-fit: cover;
            }

        #home_page .body .three .three_secund {
            width: 25%;
            padding: 2%;
            background-color: gray;
            opacity: 0.9;
            position: relative;
            left: 60%;
            bottom: 48vh;
        }

        #home_page .body .three .whyVesna_three_first {
            width: 47%;
            background-color: gray;
            opacity: 0.9;
            margin: auto;
            padding-top: 20px;
            padding-bottom: 15px;
        }

            #home_page .body .three .whyVesna_three_first h3 {
                padding: 0%;
            }

            #home_page .body .three .whyVesna_three_first a {
                display: flex;
                margin: auto;
                justify-content: center;
                text-align: center;
            }

    #home_page .body .four {
        margin: auto;
        text-align: center;
        width: 75%;
        height: 60vh;
        color: white;
        box-sizing: border-box;
        font-size: 20px;
        padding-bottom: 9%;
        justify-content: left;
        position: relative;
    }

        #home_page .body .four .four_first {
            max-width: 50%;
            color: white;
            border: 1px solid rgb(255, 107, 0);
            background-color: gray;
            opacity: 0.9;
            font-size: 20px;
            padding: 3%;
            position: relative;
            float: left;
        }

        #home_page .body .four .four_secund {
            width: 38%;
            position: relative;
            float: right;
            bottom: 6%;
        }

            #home_page .body .four .four_secund img {
                width: 100%;
            }

    #home_page .body .five {
        margin-top: 30px;
        width: 100%;
        color: white;
        font-size: 20px;
        padding-bottom: 12%;
    }

        #home_page .body .five p {
            height: 30%;
            width: 80%;
            margin: auto;
            text-align: center;
            vertical-align: middle;
        }

        #home_page .body .five .five_first {
            width: 100%;
            text-align: center;
            font-size: 20px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

            #home_page .body .five .five_first img {
                width: 100%;
                margin: auto;
                font-size: 20px;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                object-fit: cover;
            }

        #home_page .body .five .five_secund {
            width: 100%;
            display: flex;
            margin: auto;
            text-align: center;
            vertical-align: middle;
            justify-content: center;
        }

        #home_page .body .five h2 {
            color: rgb(255, 107, 0);
        }

        #home_page .body .five .five_secund .five_secund_first {
            width: 45%;
            border-right: 2px solid rgb(255, 107, 0);
        }

        #home_page .body .five .five_secund .five_secund_secund {
            width: 45%;
        }

    #EditView {
        width: 15%;
        margin: auto;
        display: none;
        z-index: 1;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .modal-content {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

        .modal-content img {
            width: 100%;
        }

        .modal-content .more img {
            width: 10%;
        }

        .modal-content #close {
            width: 5%;
            display: block;
            float: left;
        }

        .modal-content #close {
            color: rgb(170, 170, 170);
            float: right;
            font-size: 68px;
            font-weight: bold;
        }

        .modal-content .close-gallery {
            color: rgb(170, 170, 170);
            float: right;
            font-size: 68px;
            font-weight: bold;
            position: relative;
            bottom: 5vh;
        }

    .location {
        padding-bottom: 350px;
        padding-top: 250px;
    }

        .location .top {
            width: 100%;
            margin: auto;
            text-align: center;
            vertical-align: middle;
            padding-bottom: 60px;
            color: rgb(255, 107, 0);
            font-size: 29px;
            justify-content: center;
        }

        .location .row {
            width: 100%;
            display: flex;
            margin: auto;
            text-align: center;
            vertical-align: middle;
            justify-content: center;
        }

            .location .row .column {
                width: 40%;
            }

            .location .row .middle {
                border-left: 2px solid rgb(255, 107, 0);
                border-right: 2px solid rgb(255, 107, 0);
                width: 30%;
            }

        .location h3 {
            margin-top: 0px;
            margin-bottom: 12px;
            font-weight: bold;
            font-size: 27px;
            color: rgb(255, 107, 0);
        }

        .location ul {
            padding: 0px;
            list-style: none;
            line-height: 1.6;
            font-size: 19px;
            margin-bottom: 0px;
            color: rgb(255, 255, 255);
        }

            .location ul a {
                color: inherit;
                text-decoration: none;
            }

                .location ul a:hover {
                    opacity: 0.8;
                }

    .article_page .body .art_article {
        width: 85%;
        margin: auto;
        text-align: center;
        justify-content: center;
        vertical-align: middle;
        padding-top: 10%;
        color: white;
        font-size: 27px;
        padding-bottom: 20%;
    }

        .article_page .body .art_article h3 {
            color: rgb(255, 107, 0);
            font-size: 26px;
            margin: 3%;
        }

        .article_page .body .art_article h1 {
            color: rgb(255, 107, 0);
            font-size: 36px;
        }

        .article_page .body .art_article .left {
            width: 30%;
            margin: 0px;
            font-size: 24px;
            color: white;
        }

        .article_page .body .art_article .video {
            width: 70%;
            margin: auto;
        }

        .article_page .body .art_article .location {
            width: 90%;
            margin: auto;
        }

        .article_page .body .art_article .left {
            width: 30%;
            margin: 0px;
            font-size: 24px;
            color: white;
        }

        .article_page .body .art_article h2 {
            color: rgb(255, 107, 0);
        }

        .article_page .body .art_article .right {
            width: 75%;
            margin: auto;
            text-align: center;
            justify-content: center;
            vertical-align: middle;
        }

        .article_page .body .art_article .info {
            display: inline-block;
            width: 100%;
            border-radius: 90px;
            align-items: center;
            text-align: center;
            margin: auto;
        }

    .swiper .info {
        display: flex;
        width: 100%;
        border-radius: 90px;
        text-align: left;
        margin: auto;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 5%;
    }

    .article_page .body .art_article h2 {
        width: 100%;
    }

    .article_page .body .art_article .info .info_link {
        display: inline-block;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 4%;
        border-radius: 44px;
        line-height: 100%;
        color: rgb(255, 255, 255);
        margin: auto;
    }

    .swiper .info .info_link {
        display: flex;
        width: 7%;
        border-radius: 44px;
        line-height: 100%;
        color: rgb(255, 255, 255);
        margin: 0;
    }

        .swiper .info .info_link img {
            width: 50px !Important;
        }

    .article_page .body .article_article .left img {
        width: 95%;
        height: auto;
        object-fit: scale-down;
        position: relative;
        top: 25%;
    }

    .article_page .body .art_article .right_oil {
        width: 75%;
        margin: 0px;
        padding: 25% 4% 4%;
    }

    .article_page .body .art_article .left {
        width: 100%;
        margin: auto;
        font-size: 24px;
        color: white;
    }

    @media screen and (max-width: 700px) {
        .article_page .body .article_article img {
            max-width: 100%;
            height: auto;
        }
    }

    #galleryView img {
        /* margin: auto; */
        /* width: 90% !important; */
    }

    .recipe_page .content_recipe {
        width: 65%;
        display: flex;
        margin: 0px auto;
        text-align: center;
        justify-content: center;
        vertical-align: middle;
        padding-bottom: 10vh;
        padding-top: 5vh;
        color: white;
        font-size: 22px;
    }

        .recipe_page .content_recipe a {
            display: flex;
            margin: auto;
            justify-content: center;
            text-align: center;
        }

        .recipe_page .content_recipe h3 {
            color: rgb(255, 107, 0);
            font-size: 33px;
            margin: 3%;
        }

        .recipe_page .content_recipe h1 {
            color: rgb(255, 107, 0);
            font-size: 36px;
            margin: 3%;
        }

        .recipe_page .content_recipe .left {
            width: 30%;
            padding-top: 15%;
            padding-bottom: 15%;
        }

        .recipe_page .content_recipe .right {
            width: 70%;
            padding-top: 18%;
            padding-bottom: 15%;
            padding-left: 15%;
            font-size: 28px;
        }

    div#spinner {
        display: none;
        width: 100px;
        height: 100px;
        position: fixed;
        top: 50%;
        left: 50%;
        background: url("spinner.gif") center center no-repeat rgb(255, 255, 255);
        text-align: center;
        padding: 10px;
        font: 16px Tahoma, Geneva, sans-serif;
        border: 1px solid rgb(102, 102, 102);
        margin-left: -50px;
        margin-top: -50px;
        z-index: 2;
        overflow: auto;
    }
}

@media (max-width: 1019px) {
    #galleryView img {
        margin: auto;
        width: 90vh !important;
    }

    .web {
        display: none;
    }

    .mobile {
        display: block !important;
    }

    html {
        background-color: rgb(16, 24, 32);
    }

    body {
        margin: auto;
        font-family: Truculenta, sans-serif;
        cursor: default;
    }

    #navbar {
        overflow: hidden;
        transition: all 0.4s ease 0s;
        /*position: fixed;*/
        width: 100%;
        top: 0px;
        z-index: 99;
        background-color: black;
        text-align: center;
        opacity: 0.4;
    }

    #navbar-right {
        width: 100%;
        margin: auto;
        display: block;
        vertical-align: middle;
        /* padding-top: 10px; */
    }

    #navbar a {
        padding: 6px 1px;
        text-decoration: none;
        text-align: center;
        font-size: 28px;
        display: block;
        color: rgb(255, 107, 0);
    }

    #navbar .nav-link {
        display: none;
    }

    #navbar #logo {
        font-weight: bold;
        transition: all 0.4s ease 0s;
        margin: auto;
        width: 35vh;
        display: none;
    }

    #navbar .menu-icon {
        background: black;
        right: 0px;
        top: 0px;
        text-decoration: none;
        text-align: center;
        font-size: 32px;
        display: block;
        color: rgb(255, 107, 0);
    }

    #navbar #navbar-right #logo {
        color: rgb(255, 107, 0);
        border-top: 0px solid gray;
        border-bottom: 0px solid gray;
    }

    .dropdown-content {
        position: relative;
        display: none;
    }

        .dropdown-content a {
            font-size: 22px !important;
        }

    #navbar a:hover {
        transform: scale(1.2);
    }

    #navbar a.active {
        background-color: dodgerblue;
        color: white;
    }

    #selectedCulture {
        width: 12vh;
        text-align: center;
        appearance: none;
        background: black;
        color: rgb(255, 107, 0);
        text-decoration: none;
        font-size: 14px;
        padding: 1px;
        border-radius: 4px;
        margin: auto;
    }

    footer {
        background-color: black;
        margin: auto;
        width: 100%;
    }

        footer .container {
            width: 100%;
        }

        footer .top {
            width: 100%;
            margin: auto;
            text-align: center;
            vertical-align: middle;
            padding-bottom: 60px;
            color: rgb(255, 107, 0);
            font-size: 24px;
            justify-content: center;
        }

        footer .row {
            width: 100%;
            display: flex;
            margin: auto;
            text-align: center;
            vertical-align: middle;
            justify-content: center;
        }

            footer .row .column {
                width: 40%;
            }

            footer .row .middle {
                border-left: 2px solid rgb(255, 107, 0);
                border-right: 2px solid rgb(255, 107, 0);
                width: 30%;
            }

        footer h3 {
            margin-top: 0px;
            margin-bottom: 12px;
            font-weight: bold;
            font-size: 22px;
            color: rgb(255, 107, 0);
        }

        footer ul {
            padding: 0px;
            list-style: none;
            line-height: 1.6;
            font-size: 15px;
            margin-bottom: 0px;
        }

            footer ul a {
                text-decoration: none;
                color: rgb(255, 255, 255);
            }

                footer ul a:hover {
                    opacity: 0.8;
                }

    #home_page {
        width: 100%;
        margin: 0px;
        background-color: rgb(16, 24, 32);
    }

    .link {
        cursor: pointer;
    }

    #home_page #header {
        width: 100%;
        margin: 0px;
    }

        #home_page #header img {
            width: 100%;
            margin: 0px;
            justify-content: center;
            text-align: center;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            object-fit: cover;
            border-bottom-right-radius: 15px;
            border-bottom-left-radius: 15px;
            border-top-right-radius: 15px;
            border-top-left-radius: 15px;
        }

    #home_page #body {
        width: 100%;
        margin: 0px;
    }

    #home_page .body .title {
        width: 95%;
        margin: auto;
        font-size: 23px;
        color: white;
        text-align: center;
        justify-content: center;
        vertical-align: middle;
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    #home_page .body .title_itinerary {
        padding-bottom: 0px;
    }

    #home_page .body .title p {
        margin: auto;
    }

    #home_page .body .title h3 {
        color: rgb(255, 107, 0);
        font-size: 30px;
        width: 100%;
        margin: auto;
        padding-bottom: 5%;
        text-align: center;
    }

    #home_page .body .content {
        width: 100%;
        margin: 0px;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    #home_page .body .one {
        width: 100%;
        display: inline-block;
        margin: 0px auto;
        text-align: center;
        justify-content: center;
        vertical-align: middle;
    }

    #home_page .body .swiper .one {
        width: 100%;
        display: inline-block;
        margin: auto;
        text-align: center;
        justify-content: center;
        vertical-align: middle;
    }

    #home_page .body .time_line {
        width: 100%;
        display: inline-block;
        margin: 0px auto;
        text-align: center;
        justify-content: center;
        vertical-align: middle;
    }

        #home_page .body .time_line a {
            display: flex;
            margin: auto;
        }

    #home_page .body .one .left {
        width: 95%;
        font-size: 20px;
        color: white;
        position: relative;
        margin: auto;
    }

    #home_page .body .swiper .one .left {
        font-size: 20px;
        color: white;
        position: relative;
        margin: auto;
        padding-top: 5%;
        width: 93% !important;
    }

    #home_page .body .swiper .itinerary_swiper_content .left {
        font-size: 20px;
        color: white;
        position: relative;
        margin: auto;
        padding-top: 5%;
        width: 80% !important;
    }

    #home_page .body .swiper .one .left p {
        /* max-height: 250px; */
    }

    #home_page .body .swiper .swiper_text {
        overflow: scroll;
        max-height: 250px;
        */
    }

    #home_page .body .one .left img {
        width: 70%;
        margin: auto;
        text-align: center;
    }

    #home_page .body .swiper-slide_tours .one .left img {
        width: 85% !important;
        margin: auto;
        border-radius: 5%
    }

    #home_page .body .swiper .one .book_link {
        background-color: rgb(255, 107, 0);
        padding: 12px 21px;
        gap: 10px;
        width: 20%;
        border-radius: 44px;
        line-height: 100%;
        color: rgb(255, 255, 255);
        margin: auto;
        cursor: pointer;
    }

    #home_page .body .one .left p {
        margin: 8px;
    }

    #home_page .body .one .right {
        width: 100%;
        margin: auto;
    }

    #home_page .body .swiper .one .right {
        font-size: 20px;
        color: white;
        position: relative;
        margin: auto;
        padding-top: 10%;
        width: 93% !important;
    }

    #home_page .body .swiper .itinerary_swiper_content .right {
        font-size: 20px;
        color: white;
        position: relative;
        margin: auto;
        padding-top: 10%;
        width: 70% !important;
    }

    #home_page .body .one .right img {
        max-width: 95%;
        /* max-height: 50vh; */
        border-radius: 15px;
    }

    #home_page .body .one .right .imgVideo {
        max-width: 100%;
        position: relative;
    }

        #home_page .body .one .right .imgVideo .stamp {
            max-width: 15% !important;
            position: absolute;
            left: 80%;
            top: 70%;
            background: none !important;
        }


    #home_page .body .one .right {
        position: relative;
    }

    .body .one .right .stamp {
        max-width: 10% !important;
        position: absolute;
        left: 2vh;
        top: 12%;
        /* z-index: 99; */
        background-color: #ffff;
        border-radius: 48%;
    }


        .body .one .right .stamp h2 {
            width: 50% !important;
            opacity: none;
            z-index: 99;
            font-size: 12px !important;
            color: rgb(255, 107, 0) !important;
        }

    #home_page .body .one .right #map {
        max-width: 100%;
        text-align: center;
        justify-content: center;
        vertical-align: middle;
        margin: 0px;
    }

    #home_page .city #map .toggle {
        display: flex;
        width: 60%;
        border-radius: 90px;
        align-items: center;
        text-align: center;
        margin: auto auto 2%;
    }

        #home_page .city #map .toggle .toggle_options {
            display: inline-block;
            justify-content: center;
            align-items: center;
            padding: 12px 21px;
            gap: 10px;
            width: 40%;
            border-radius: 44px;
            line-height: 100%;
            color: rgb(255, 255, 255);
            margin: auto;
        }

        #home_page .city #map .toggle #toggle_left {
            background-color: rgb(255, 107, 0);
        }

    #home_page .body .one .right #map svg {
        width: 100%;
    }

    #home_page .body .city_map .one .right #map svg {
        width: 100%;
    }

    #home_page .city #map svg {
        width: 100%;
    }

    #home_page .body .reverse {
        flex-direction: row-reverse;
    }

    #home_page .body .content h3 {
        width: 90%;
        color: rgb(255, 107, 0);
        font-size: 22px;
        margin: auto;
        padding-bottom: 3%;
    }

    #home_page .body .content h1 {
        color: rgb(255, 107, 0);
        font-size: 26px;
    }

    #home_page .body .content h2 {
        color: rgb(255, 107, 0);
        font-size: 25px;
    }

    #home_page .body .one .left h2 {
        color: rgb(255, 107, 0);
        margin: 3%;
    }

    #home_page .body .two .title {
        margin: auto;
        text-align: center;
    }

    #home_page .body .two .article {
        margin: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        width: 100%;
        color: white;
        font-size: 20px;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

        #home_page .body .two .article p {
            overflow: hidden;
        }

    #home_page .body .content .article .art img {
        max-width: 80px;
        max-height: 100px;
        object-fit: scale-down;
    }

    #home_page .body .content .article .art .oil {
        width: 250px;
        height: 350px;
        object-fit: cover;
    }

    #home_page .body .content .article .art {
        text-align: center;
        flex: 0 0 35%;
        margin: 3vh;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    #home_page .body .three {
        margin: auto;
        justify-content: center;
        text-align: center;
        width: 100%;
        color: white;
        font-size: 20px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

        #home_page .body .three .three_first {
            width: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

            #home_page .body .three .three_first img {
                width: 100%;
                margin: auto;
                font-size: 20px;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                padding-bottom: 4%;
                object-fit: cover;
            }

        #home_page .body .three .three_secund {
            width: 100%;
            position: relative;
        }

    #home_page .body .four {
        padding-top: 7%;
        margin: auto;
        text-align: center;
        width: auto;
        color: white;
        box-sizing: border-box;
        font-size: 20px;
        justify-content: left;
        display: flex;
        flex-direction: column-reverse;
        position: relative;
    }

        #home_page .body .four .four_first {
            max-width: 100%;
            color: white;
            border: 1px solid rgb(255, 107, 0);
            background-color: gray;
            opacity: 0.9;
            padding: 3%;
        }

        #home_page .body .four .four_secund {
            width: 100%;
            position: relative;
            padding-bottom: 2%;
        }

            #home_page .body .four .four_secund img {
                width: 100%;
            }

    #home_page .body .five {
        margin-top: 30px;
        width: 100%;
        color: white;
        font-size: 25px;
        padding-bottom: 12%;
    }

        #home_page .body .five p {
            height: 30%;
            width: 90%;
            margin: auto;
            text-align: center;
            vertical-align: middle;
        }

        #home_page .body .five .five_first {
            width: 100%;
            text-align: center;
            font-size: 20px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

            #home_page .body .five .five_first img {
                width: 100%;
                margin: auto;
                font-size: 20px;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                object-fit: cover;
            }

        #home_page .body .five .five_secund {
            width: 100%;
            display: inline-block;
            margin: auto;
            text-align: center;
            vertical-align: middle;
            justify-content: center;
        }

        #home_page .body .five h2 {
            color: rgb(255, 107, 0);
        }

        #home_page .body .five .five_secund .five_secund_first {
            width: 100%;
            border-right: 2px solid rgb(255, 107, 0);
        }

        #home_page .body .five .five_secund .five_secund_secund {
            width: 100%;
            border: 1px solid rgb(255, 107, 0);
            background-color: gray;
        }

    .article_page .body .art_article {
        width: 100%;
        display: inline-block;
        margin: 0px auto;
        text-align: center;
        justify-content: center;
        vertical-align: middle;
        padding-bottom: 30px;
        padding-top: 30px;
        color: white;
        font-size: 23px;
    }

        .article_page .body .art_article h3 {
            color: rgb(255, 107, 0);
            font-size: 26px;
            margin: 3%;
        }

        .article_page .body .art_article h1 {
            color: rgb(255, 107, 0);
            font-size: 36px;
        }

        .article_page .body .art_article .left {
            width: 30%;
            margin: auto;
            font-size: 24px;
            color: white;
        }

        .article_page .body .art_article h2 {
            color: rgb(255, 107, 0);
            font-size: 30px;
        }

        .article_page .body .art_article p {
        }

        .article_page .body .art_article .right {
            width: 85%;
            margin: auto;
        }

    .article_page .body .article_article .left img {
        width: 100%;
        margin: auto;
        object-fit: scale-down;
        position: relative;
    }

    .article_page .body .art_article .info {
        display: inline-block;
        width: 100%;
        border-radius: 90px;
        align-items: center;
        text-align: center;
        margin: auto;
    }

    .swiper .info {
        display: inline-block;
        width: 65%;
        border-radius: 90px;
        align-items: center;
        text-align: center;
        margin: auto;
    }

    .article_page .body .art_article h2 {
        width: 100%;
    }

    .article_page .body .art_article .info .info_link {
        display: inline-block;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 10%;
        border-radius: 44px;
        line-height: 100%;
        color: rgb(255, 255, 255);
        margin: auto;
    }

    .swiper .info .info_link {
        display: inline-block;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 18%;
        border-radius: 44px;
        line-height: 100%;
        color: rgb(255, 255, 255);
        margin: auto;
    }

    .article_page .body .art_article .right_oil {
        width: 100%;
        margin: 0px;
        padding-bottom: 5%;
    }

    .article_page .body .art_article .left {
        width: 100%;
        margin: auto;
        font-size: 24px;
        color: white;
        padding-top: 20%;
    }

    #home_page .body .one .reward {
        width: 95%;
        margin: auto;
    }

        #home_page .body .one .reward .text img {
            /* width: 25%; */
        }

    #home_page .city .one .reward .text img {
        width: 25%;
    }

    #home_page .body .one .reward a {
        display: flex;
        margin: auto;
        justify-content: center;
        text-align: center;
    }

    #home_page .body .one .reward .righu img {
        width: 0%;
    }

    #home_page .body .one .reward h3 {
        position: relative;
        padding-bottom: 4%;
        width: 90%;
        margin: auto;
    }

    #EditView {
        width: 40%;
        margin: auto;
        display: none;
        z-index: 1;
        position: fixed;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .modal-content {
        display: inline-block;
        text-align: center;
        margin-top: 2vh;
    }

        .modal-content img {
            width: 100%;
        }

        .modal-content .more img {
            width: 20%;
        }

        .modal-content #close {
            width: 5%;
            display: block;
            float: left;
        }

        .modal-content #close {
            color: rgb(170, 170, 170);
            float: right;
            font-size: 68px;
            font-weight: bold;
        }

        .modal-content .close-gallery {
            color: rgb(170, 170, 170);
            float: right;
            font-size: 68px;
            font-weight: bold;
            position: relative;
            bottom: 5vh;
        }

    .location {
        display: inline-block;
    }

        .location .top {
            width: 100%;
            margin: auto;
            text-align: center;
            vertical-align: middle;
            padding-bottom: 60px;
            color: rgb(255, 107, 0);
            font-size: 29px;
            justify-content: center;
        }

        .location .row {
            /* border-left: 2px solid rgb(255, 107, 0); */
            /* border-right: 2px solid rgb(255, 107, 0); */
            width: 90%;
            text-align: center;
            margin-bottom: 10%;
            margin: auto;
        }

            .location .row .column {
                padding-bottom: 10%;
            }

        .location h3 {
            margin-top: 0px;
            margin-bottom: 12px;
            font-weight: bold;
            font-size: 27px;
            color: rgb(255, 107, 0);
        }

        .location ul {
            padding: 0px;
            list-style: none;
            line-height: 1.6;
            font-size: 19px;
            margin-bottom: 0px;
            color: rgb(255, 255, 255);
        }

            .location ul a {
                color: inherit;
                text-decoration: none;
            }

                .location ul a:hover {
                    opacity: 0.8;
                }

    #home_page .gastro .one {
        display: flex;
        flex-direction: column-reverse;
    }

        #home_page .gastro .one .right img {
            border-right: 0px;
            width: 100%;
            justify-content: center;
            text-align: center;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            object-fit: cover;
            display: flex;
            flex-direction: column-reverse;
        }

        #home_page .gastro .one .left {
            padding-bottom: 10%;
        }

            #home_page .gastro .one .left h3 {
                padding-top: 15%;
            }

    .recipe_page .content_recipe {
        width: 100%;
        display: inline-block;
        margin: 0px auto;
        text-align: center;
        justify-content: center;
        vertical-align: middle;
        padding-bottom: 10vh;
        padding-top: 5vh;
        color: white;
        font-size: 22px;
    }

        .recipe_page .content_recipe a {
            display: flex;
            margin: auto;
            justify-content: center;
            text-align: center;
        }

        .recipe_page .content_recipe h3 {
            color: rgb(255, 107, 0);
            font-size: 33px;
        }

        .recipe_page .content_recipe h1 {
            color: rgb(255, 107, 0);
            font-size: 36px;
            margin: 3%;
        }

        .recipe_page .content_recipe .left {
            width: 100%;
        }

        .recipe_page .content_recipe .right {
            width: 90%;
            margin: auto;
            font-size: 24px;
        }

    .modal-details-content {
        display: inline-block !important;
        text-align: center !important;
        margin-top: 20vh !important;
        margin-left: 0% !important;
        width: 100% !important;
    }
}

.text-center {
    width: 100%;
    height: 400px;
    margin: 20% auto auto;
    display: flex;
    text-align: center;
    font-size: 20px;
    padding-top: 9%;
    padding-bottom: 9%;
    justify-content: center;
}

    .text-center #article {
        display: none;
    }

    .text-center dl {
        width: 50%;
        margin: auto;
    }

#cookieConsent {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    opacity: 0.8;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    height: 150px;
    position: fixed;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

    #cookieConsent .close {
        display: inline-block;
        margin-bottom: 0px;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857;
        border-radius: 4px;
        user-select: none;
    }

    #cookieConsent .privacy {
        display: inline-block;
        margin-bottom: 0px;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857;
        border-radius: 4px;
        user-select: none;
    }

#mapView {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 2%;
    margin: auto;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
}


#modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 2%;
    margin: auto;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    overflow-y: auto;
}


#galleryView {
    display: none;
    position: fixed;
    z-index: 2 !important;
    padding-top: 0%;
    margin: auto;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(4 4 4 / 95%);
}

    #galleryView img {
        margin: auto;
        width: 95% !important;
        height: 40vh;
        object-fit: cover;
    }

#videoView {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 2%;
    margin: auto;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 1200px) {
    #galleryView img {
        margin: auto;
        width: 65% !important;
    }

    #galleryView .modal-content {
        display: inline-block;
        text-align: center;
        margin-top: 15vh !important;
        margin-left: 5% !important;
        width: 95% !important;
    }

    .modal-content .close-gallery {
        color: rgb(170, 170, 170);
        float: right;
        font-size: 68px;
        font-weight: bold;
        position: relative;
        bottom: 8vh;
        right: 15vh !important;
    }

    #videoView .modal-content {
        width: 50% !important;
        margin-left: 35vh !important;
    }
}


.modal-content {
    margin: auto;
    display: inline-block;
    text-align: center;
    margin-top: 20vh;
    /* margin-left: 5%; */
    width: 85%;
}

.modal-details-content {
    display: inline-block;
    text-align: center;
    margin-top: 20vh;
    margin-left: 15%;
    width: 70%;
}

#galleryView .modal-content {
    display: inline-block;
    text-align: center;
    margin-top: 25vh;
    margin-left: 3%;
    width: 100%;
}

#videoView .modal-content {
    width: 95%;
    margin: auto;
    margin-top: 15vh;
    margin-left: 1vh;
}

.modal-content #close {
    width: 5%;
    display: block;
    /* float: left; */
    position: relative;
}

.modal-content #close {
    color: rgb(170, 170, 170);
    float: right;
    font-size: 68px;
    font-weight: bold;
}

.modal-content #close_detail {
    width: 5%;
    display: block;
    color: rgb(170, 170, 170);
    float: right;
    font-size: 68px;
    font-weight: bold;
    position: absolute;
    top: 12vh;
    left: 90%;
}

.modal-content .close-gallery {
    color: rgb(170, 170, 170);
    float: right;
    font-size: 68px;
    font-weight: bold;
    position: relative;
    bottom: 8vh;
    right: 4vh;
}

.swiper {
}

.swiper-wrapper {
    height: 100%;
}

a:link {
    color: rgb(255, 107, 0);
    text-decoration: none;
}

a:visited {
    color: rgb(255, 107, 0);
    text-decoration: none;
}

a:hover {
    color: rgb(255, 107, 0);
    text-decoration: none;
}

a:active {
    color: rgb(255, 107, 0);
    text-decoration: none;
}

button {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
