* {
    box-sizing: border-box;
}
body {
    font-family: Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    font-size: 16px;
}

@media screen and (max-width: 600px) {
    body {
        font-size: 14px;
    }
}

#menu-toggle {
    display: none;
}

.menu-icon {
    display: none;
    cursor: pointer;
}

.menu-links {
    display: flex;
}

@media screen and (max-width: 600px) {
    .menu-icon {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        background-color: #333; 
    }

    .menu-links {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #333;
    }

    #menu-toggle:checked + .menu-icon + .menu-links {
        display: flex;
    }

    .menu-links a {
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        margin-right: 10px;
    }
}

nav {
    background-color: #333;
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

nav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    margin-right: 10px;
}

nav img {
    height: 14px;
    width: 20px;
}

nav a:hover {
    background-color: #ddd;
    color: black;
}

nav a.active {
    background-color: #808080;
    color: white;
}


.banner {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

    .banner img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

@media screen and (max-width: 600px) {
    .banner img {
        padding-top: 35px;
    }
}

.container {
    flex-direction: column;
    align-items: center;
}

.info-block {
    width: 100%;
    padding: 20px;
    background-color: white;
    margin: 20px auto;
}

.info-block-map {
    width: 100%;
    background-color: #f4f4f4;
    text-align: center;
    margin-bottom: 50px;
}

.info-block-map h2 {
    color: #333;
}


.info-block-map iframe {
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 30px;
    padding: 20px;
}

.gallery img {
    width: 100%;
    margin: 10px;
    height: auto;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s;
}

.gallery img:hover {
    transform: scale(1.1);
}
@media screen and (max-width: 600px) {
    .gallery img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        cursor: pointer;
        transition: transform 0.3s;
    }
    .gallery {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 10px;
        padding: 5px;
    }
}

.gallery1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 30px;
    padding: 20px;
}

.gallery1 img {
    width: 25%;
    margin: 10px;
    height: auto;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s;
}

.gallery1 img:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 600px) {
    .gallery1 img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        cursor: pointer;
        transition: transform 0.3s;
    }

    .gallery1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 10px;
        padding: 5px;
    }
}

.culture-section {
    flex-direction: column; 
    align-items: center;
    width:100%;
}
.text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.content-block {
    width: 100%;
    padding: 1% 15% 1% 15% ;
    background-color: white;
    margin: 20px auto;
}

.image-content {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}

.image-content img {
    width: 50%;
    margin-top: 30px;
    margin-left: 150px;
    height: auto;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s;
}


.image-content img:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 600px) {
    .menu-links {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .menu-links a {
        margin: 5px 0;
    }

    .content-block {
        padding: 15px;
    }

    .gallery img {
        width: 100%;
    }
}

.timeline-section {
    position: relative;
    max-width: 100%;
    margin: 50px auto;
    background-color: lightblue;
}

.timeline-section::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.container-section {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.container-section::after {
   content: '';
   position: absolute;
   width: 25px;
   height: 25px;
   right: -17px;
   background-color: white;
   border: 4px solid #3c1fe0;
   top: 15px;
   border-radius: 50%;
   z-index: 1;
}

.left-section {
    left: 0;
}

.right-section {
    left: 50%;
}

.left-section::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

.right-section::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

.right-section::after {
    left: -16px;
}

.content-section {  
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

@media screen and (max-width: 600px) {
    .timeline-section::after {
        left: 31px;
    }

    .container-section {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .container-section::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    .left-section::after, .right-section::after {
        left: 15px;
    }

    .right-section {
        left: 0%;
    }
}

.main-container {
    margin: 0 auto;
    max-width: 1200px;
}

.main-content {
    padding: 50px;
}

.introduction {
    margin-top: 30px;
}

.scrollable-section {
    overflow-y: scroll;
    max-height: 600px;
    max-width: 1200px;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

.scrollable-section::-webkit-scrollbar {
    width: 5px;
}

.scrollable-section::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.subsection {
    margin-bottom: 40px;
}

.subsection img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 15px;
}

.exchange-rate {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.image-container {
    display: flex;
    justify-content: space-around;
}

.subsection-image {
    width: 45%;
    border-radius: 8px;
    margin-bottom: 20px;
}

.exchange-rate {
    text-align: center;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.currency-rate {
    margin-top: 10px;
}

.currency-rate p {
    margin: 5px 0;
}

footer {
    background-color: #555;
    color: white;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    z-index: 1001;
}


