*{
    font-family: Trirong;
}
.main-header{
    background-image: linear-gradient(rgb(172, 175, 177), rgb(154, 176, 216));
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
}
.left-header{
    margin-top: 0;
    margin-left: 12.5px;
    font-size: 21.5px;
}
nav {
    display: flex;
    gap: 8px;
    align-items: center;
}
.right-header{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}
.nav-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgba(172, 175, 177, 0.5);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 6px 10px;
}
.nav-item-box {
    display: flex;
    align-items: center;
    background-color: rgba(172, 175, 177, 0.5);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 4px 8px;
    position: relative;
    transition: transform 0.1s ease;
    margin-top: 2.985px;
}
.nav-item-box:hover {
    transform: scale(1.1);
}
.nav-item-box:active {
    transform: scale(0.9);
}.nav-item-box-members {
    display: flex;
    align-items: center;
    background-color: rgba(172, 175, 177, 0.5);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 4px 8px;
    position: relative;
    margin-top: 2.985px;
}.dropdown{
    display: flex;
    flex-direction: column;
    position: relative;
}
.dropdown-content{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(172, 175, 177, 0.95);
    border-radius: 0 0 8px 8px;
    min-width: 140px;
    z-index: 10;
    margin-top: 2px;
}
.dropdown:hover .dropdown-content{
    display: flex;
    flex-direction: column;
}
.dropdown.active .dropdown-content{
    display: flex;
    flex-direction: column;
}
.dropdown-item {
    text-decoration: none;
    color: black;
    padding: 10px 14px;
    font-size: 14px;
    transition: background-color 0.2s ease;
    display: block;
}
.dropdown-item:hover {
    background-color: rgba(154, 176, 216, 0.7);
}
.dropdown-item:first-child {
    border-radius: 0;
}
.dropdown-item:last-child {
    border-radius: 0 0 8px 8px;
}
ul{
    background-color: rgba(171, 171, 171, 0.735);
    border-radius: 0 0 6px 6px;
    margin-left: -3px;
    padding: 4px 0;
    min-width: 120px;
}
li h3 {
    margin: 0px;
    padding: 8px 16px;
    font-size: 16px;
}
nav a{
    text-decoration: none;
    color: black;
    font-family: Trirong;
    font-size: 15px;
    font-weight: bold;
    padding: 0.5px 2px;
    background-color: transparent;
    border-radius: 4px;
    transition: background-color 0.2s ease, transform 0.1s ease;
    white-space: nowrap;
}
nav a:hover {
    background-color: rgba(121, 155, 219, 0.1);
}
nav a:active {
    background-color: rgba(154, 176, 216, 0.7);
}
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px; /* To account for fixed header */
    padding: 20px;
}
.image-box {
    width: 200px;
    height: auto;
    margin: 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background-image: linear-gradient(rgb(148, 143, 143), rgb(170, 165, 186));
}
.image-box:hover {
    transform: scale(1.09);
}
.image-box:active {
    transform: scale(0.88);
}
.image-box img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 5px;
}
.image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image-title {
    margin: 8px 0;
    padding: 0 8px;
    font-weight: bold;
    text-align: center;
    color: #333;
}
.dropdown-content a{
    font-size: 20px;
    text-decoration: none;
    padding: 1px;
}
.dropdown ul{
    margin-top: 4px;
}
ul li{
    margin-top: 0px;
    padding: 0px;
    border: inset 2.5px rgb(0, 0, 0);
    background-image: linear-gradient(rgba(138, 138, 138, 0.815), rgba(114, 114, 114, 0.692), rgba(255, 255, 255, 0.765));
    width: 87%;
    text-align: center;
    margin-left: -18px;
    border-radius: 5px;
}
li a{
    margin: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0);
}
li:hover{
    background-color: rgb(226, 97, 32);
    cursor: pointer;
}
li:active a{
    color: rgb(47, 126, 20);
}
nav {
    position:absolute;
    top:0;
    right:0;
    display: flex;
    justify-content: space-between;
}
.bg-body{
    background-image: url(assets/bg_bggenerator_com.png);
    background-size: cover;
}
.region-asia{
    text-align: center;
}
.heading{
    font-family: Audiowide;
    font-size: 36px;
    border: rgb(238, 27, 27) inset 5px;
    padding: 5px 25px;
    background-color: rgb(185, 27, 27);
    padding: 5px 47.05px;
    margin-top: 100px;
}
.content{
    margin: 10px;
    padding: 5px;
    width: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.aside-content{
    margin-top: 15px;
    margin-bottom: 15px;
    border: none 3px white;
    width: 350px;
    height: 505px;
    padding: 1px 7.5px 10px 7.5px;
    background-image: linear-gradient(rgb(111, 215, 191), rgb(199, 227, 76));
    border-radius: 30px;
}
.aside-img{
    width: 315px;
    height: 215px;
    border: inset 4px rgb(5, 235, 124);
    border-radius: 15px;
}
.aside-title{
    font-size: 30px;
}
.aside-header{
    font-size: 18.5px;
    margin: 1px;
}
.no-border{
    border: none;
    background-color: rgba(255, 255, 255, 0);
}
.nav-bar2{
    padding: 5px;
    font-size: 18.5px;
    margin-top: -5.225px;
    margin-left: -10px;
    margin-right: -4px;
    background-color: rgba(126, 126, 230, 0.642);
    border: inset 3px rgb(17, 141, 223);
    border-radius: 10px;
}
.nav-bar2:hover{
    margin-top: -7.5px;
    background-color: rgba(13, 96, 220, 0.642);
    border: double 5.5px rgb(7, 62, 244);
}
.nav-bar2:active{
    margin-top: -5.225px;
    background-color: rgba(0, 86, 247, 0.683);
    border: dotted 3px rgb(20, 33, 212);
}
.c-soon{
    font-size: 80px;
}
.section-title{
    font-size: 28px;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 20px;
    background-color: #333;
    color: rgb(216, 216, 216);
}
.section-page-image{
    display: block;
    margin: 0 auto 20px auto;
    width: 300px;
    height: auto;
    border-radius: 10px;
    border: inset 3px rgb(0, 0, 0);
}
.paragraph{
    margin: 0 60px 0px 60px;
    text-align: justify;
    line-height: 1.6;
    color: #000000;
    background-color: rgb(218, 182, 136);
    border: solid 2px rgb(0, 0, 0);
    border-radius: 5px;
    padding: 0 10px;
}
.page{
    background-image: url(assets/bg-img.png);
}

@media (max-width: 720px) {
    .hide-on-mobile {
        display: none;
    }
}