@font-face {
    font-family: 'Vipnagorgialla';
    src: url('./vipnagorgialla.otf') format('opentype'),
             url('./fonts/vipnagorgialla.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vipnagorgialla reg';
    src: url('./vipnagorgialla rg.otf') format('opentype'),
             url('./fonts/vipnagorgialla rg.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'chivo';
    src: url('./chivo.ttf') format('truetype'),
             url('./fonts/chivo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1 {
    font-family: 'Vipnagorgialla', sans-serif;
    color: #FFFFFF;
    font-size: 48px;
}
h2, h4, h5, h6 {
    font-family: 'Vipnagorgialla', sans-serif;
    color: #FFFFFF;
}
h3 {
    font-family: 'Vipnagorgialla reg', sans-serif;
    color: #FFFFFF;
}
p {
    font-family: 'chivo', sans-serif;
    color: #FFFFFF;
}
body {
    flex-direction: column;
    align-items: center;
    background: url("./image assets/sitebg.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: repeat-y;
}

/*home*/
.homewrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.title {
    max-width: 1200px;
    width: 100%;
    margin-top: 20px;
}
.title img {
 display: block;
    width: 100%;
    height: auto;
    align-items: center;
}

.site-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

.nav {
    max-width: 150px;
    width: 100%;
    height: 645px;
    background-color: #000029;
    border-bottom: 5px solid #031087;
    border-right: 5px solid #031087;
    border-left: 5px solid #031087;
    box-sizing: border-box;
}
.nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 5px;
}
.nav li {
margin-bottom: 10px;
}
.nav a {
    text-decoration: none;
    color: #FFF;
    font-size: 24px;
    display: block;
    font-family: 'Vipnagorgialla reg', sans-serif;
}

.main-page {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
}

.home-box {
        background-color: #000029;
        border-bottom:#031087 5px solid;
    max-width: 1050px;
    width: 100%;
    height: 645px;
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
}
.home-box p {
    color: #FFFFFF;
    font-family: 'chivo', sans-serif;
    padding: 10px;
}
.home-box.left {
    display: flex;
    flex-direction: column;
    padding: 10px;
    max-width: 200px;
}
.updates {
    background:#000029;
    padding: 10px;
    border: #031087 5px solid;
    max-width: 200px;
    width: 100%;
}
.updates h3 {
    margin-bottom: 10px
}
.updates ul {
    list-style: none;
}
.updates li {
    margin-bottom: 5px;
    padding: 5px;
        border-bottom: #99001F 1px solid;
    color: #FFFFFF;
    font-family: 'chivo', sans-serif;
}

.side-buttons {
    max-width: 200px;
    margin-top: 20px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-box.center {
    display: flex;
    flex-direction: column;
    padding: 10px;
    max-width: 620px;  
}


.center-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 15px;
    max-width: 578px;
}
.left-image {
    width: auto;
    max-width: 281px;
    height: auto;
    display: block;
    padding: 10px
}

.image-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    margin-top: 50px;
}
.image-buttons img{
    width: auto;
    max-width: 281px;
    cursor: pointer;
    display: block;
}


.home-box.right {
    display: flex;
    flex-direction: column;
    padding: 10px;
    max-width: 200px;
    width: 100%;
}




.stamp-marquee {
    width: auto;
    height: 300px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;


mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 12%,
    black 88%,
    transparent 100%
);
}

.stamp-track {
    display: flex;
    flex-direction: column;
    gap: 8px;
    animation: scrollup 10s linear infinite;
}
.stamp-track img {
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 55px;
    display: block;
}

@keyframes scrollup {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

/*About*/
.about-box {
    background-color: #000029;
    border-bottom:#031087 5px solid;
    max-width: 1050px;
    width: 100%;
    height: 645px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 20px;
}

.about-box.left {
        display: flex;
    flex-direction: column;
    padding: 10px;
    max-width: 200px;
    border: none;
    background: none;
    height: 645px;
}
.about-box.left img {
    margin-bottom: 4px;
    max-width: 120px;
}

.about-box.center {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: none;
    max-width: 650px;  
    border: none;
}     
.about-box.center p {
    margin-bottom: 15px;
}
.about-box.center img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}
.about-box.right {
    display: flex;
    flex-direction: column;
    padding: 10px;
    max-width: 200px;
    border: none;
    background: none;
}

