<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* font */
@import url('https://fonts.googleapis.com/css2?family=Long+Cang&amp;family=Rock+3D&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&amp;display=swap');

/* === Reset some default styles === */
*{
    padding : 0;
    margin: 0;
}

body {
    background-color:  rgb(225, 225, 225);
}

/* === VARIABLES ===*/
:root{
    --bg--color: rgb(225, 225, 225);
    --primary-color: black;
    --second-color: #196fe0;
    --hover-bg-color: #efefef;
    --shadow-1: 0px 2px 10px rgb(0, 0, 0, 0.3);
    --shadow-2: 0px 2px 10px rgba(26, 112, 224,0.4);
}

/* === Reusable CSS ===*/
a{
    text-decoration: none;
}

ul{
    list-style-type: none;
}

/* === Navigation Bar === */
.nav{
    display: flex;
    padding-inline: 3vw;
    align-items: center;
    height: 50px;
    background-color: var(--bg--color);
}

/* Logo */
.logo{
    align-items:left;
    height: 100%;
    font-size: 40px;
    font-family: "Alata", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: black;
    display: flex;
    padding: 0 30px;
}

.logo span{
    padding: 0 10px;
    font-size: 20px;
    margin-top: 15px;
    /* font-family: "Long Cang", cursive;
    font-weight: 400;
    font-style: normal; */
}

.logo:hover{
    color: var(--text-color, #6F8FAF);
}


.nav-main-menu{
    display: flex;
    justify-content: flex-end;
    padding-right: 80px;
}

.hideOnMobile{
    margin-top:30px;
    margin-inline: 5px;
    transition: .3s;
    justify-content: flex-end;
    height: 100%;
    padding: 0 25px;
    text-decoration: none;
    align-items: center;
    color: black;
    font-size: 20px;
    font-family: "Alata", sans-serif;
    font-weight: 400;
    font-style: normal;
} 

.hideOnMobile:hover{
    color: var(--text-color, #6F8FAF);
}

.hideOnMobile span{
    margin-right: 5px;
}

/* menu DropDown*/
.fa-chevron-down {
    font-size: 15px; 
    transition: .3s;
}

.sidebar{
    position: fixed;
    top: 0;
    right:0;
    row-gap: 20px;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color:  rgba(255,255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none ; 
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; 
}

.sidebar li{
    width: 100%;
}

.sidebar a{
    /* margin: auto; */
    /* text-align: center; */
    width:100%;
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    color: black;
    font-size: 25px;
    font-family: "Alata", sans-serif;
    font-weight: 400;
    font-style: normal;
    align-items: center;
}

.sidebar span{
    margin-right: 5px;
}

.sidebar a:hover{
    color: var(--text-color, #6F8FAF)
}

.dropdown-submenu .fa-chevron-down {
    font-size: 15px; 
    transition: .3s;
}

#submenu{
    margin-top: 0;
    margin-left: 10px;
    /* background-color:  rgba(255,255, 255, 0.2);
    backdrop-filter: blur(20px); */
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    display: none;
}

#dropdown-submenu:hover .fa-chevron-down{
    transform : rotate(180deg);
}
#dropdown-submenu:hover #submenu{
    display: block;
} 

.container{
    max-width: 1600px;
    width: 90%;
    margin: auto;
    padding:20px 0;
    text-align: center;
}

.subcontainer{
    max-width: 100%;
}

.gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery img{
    width: 280px;
    height: 420px;
    min-width: none;
    padding: 1rem;
    cursor: pointer;
}

.gallery a{ overflow:hidden; }

.gallery a img:hover{
    transform:scale(0.95);
    opacity:0.5;
	transition:0.3s;
}

.menubutton{
    display: none;
}

*{
    margin:0;
    padding:0;
}

.horizontal_slider{
    display:block;
    width: 100%;
    overflow-x: scroll;
    padding:20px;
}

.slider_container{
    display:block;
    white-space: nowrap;
}

.item{
    display:inline-block;
    margin-right: 20px;
}

.item1{
    display:inline-block;
    margin-right: 20px;
    margin-left: 200px;
    margin-top: 70px;
    vertical-align: top;
}

.item2{
    display:inline-block;
    margin-left: 200px;
    margin-right: 20px;
}

.item img{
    max-width:300px;
    margin-top:50px;
}

.item1 img{
    max-width:600px;
}

.item2 img{
    max-width:300px;
    margin-top:50px;
}

h2 {
    color: darkgrey;
    font-size: 15px;
    margin-left: 220px;
    font-family: monospace;
}

@media(max-width:1600px){
    .horizontal_slider{
        max-width: 100%;
    }
}

@media(max-width: 950px){

    .logo {
        padding: 0 10px;
    }

    .logo span{
        margin-top: 5px;
        
    }

    .hideOnMobile{
        display: none;
    }
    .menubutton{
        position: absolute;
        display: block;
        right: 0px;
        top: 5px;
    }

    .horizontal_slider{
        width: 100%;
    }

    .item{
        display:inline-block;
        margin-right: 5px;
    }

    .item1{
        margin-right:10px;
        margin-left: 5px;
        margin-top: 60px;
        vertical-align: top;
    }

    .item2{
        margin-left: 5px;
        margin-right: 10px;
    }

    .item img{
        width:85px;
        height:100%;
        min-width: none;
        /* padding: 1rem; */
        cursor: pointer;
    }

    .item1 img{
        width:140px;
        height:100%;
        min-width: none;
        /* padding: 1rem; */
        cursor: pointer;
    }

    .item2 img{
        width:85px;
        height:100%;
        min-width: none;
        /* padding: 1rem; */
        cursor: pointer;
    }
}

@media(max-width: 540px){
    .logo{
        font-size: 25px;
    }
    .logo span{
        padding: 0 5px;
        font-size: 15px;
    }

    .sidebar{
        width: 100%;
        height: 100%;
    }
    .sidebar a{
        font-size: 30px;
    }

}

@media(max-width: 375px){
    .logo{
        font-size: 25px;
    }
    .logo span{
        padding: 0 5px;
        font-size: 15px;
    }

    .sidebar{
        width: 100%;
        height: 100%;
    }
    .sidebar a{
        font-size: 30px;
    }
}    

</pre></body></html>