* {
    margin: 0;
}

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

h6 {
    font-size: 1.3rem;
}

p, a {
    font-family: 'Kanit', sans-serif;
    font-size: 1.3rem
}

@keyframes down-arrow-bob {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(4px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media screen and (max-width: 875px) {
    
}

.centerSvgImg {
    display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* keeps it centered vertically */
  width: 100%;
  background: transparent;
    
}

.mask {
    width: 80vw; /* scales with viewport width */
    max-width: 700px; /* never gets bigger than 700px */
    aspect-ratio: 1 / 1; /* keeps it square */

    /* SVG mask */
    -webkit-mask-image: url("images/whiteArtboard1.svg");
    mask-image: url("images/whiteArtboard1.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;

    /* animation: maskJiggle 1s infinite; */
    background-color: white;

    /* width: 700px; */
    /* height: 700px; */
    background-image: url("images/background\ of\ b\ logo\ v2.png");
    background-size: cover;
    background-position: center;
    animation: bgDrift 5s linear infinite;
    background-size: 150%;
    
}

#logoTitle {
    
    /* width: 470px; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;

    width: 700px;
    height: auto;
    /* height: 300px; */
    /* overflow: hidden; */
    /* border: 5px solid red; */
}

@keyframes bgDrift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1000px 1995px;
  }
}

.down-arrow {
    animation: down-arrow-bob 0.5s infinite ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    margin-top: 320px;
}

.down-arrow {
    transition: opacity 0.4s ease;
}

.who-are-we-content {
    line-height: 1.9rem;
    padding: 30px;
    text-align: center;
    justify-content: center;
    
    /* border: 5px solid red */
}


.who-are-we-content a {
    color: rgb(62, 62, 255);
    font-weight: 600;
    padding: 10px;
    text-decoration: none;
    transition: 0.2s;
    font-size: 1.6rem;
}

.who-are-we-content a:hover {
    font-size: 1.9rem;
}


#logoTitle {
    transition: letter-spacing 0.2s ease, opacity 0.2s ease;
}

#slogon {
    transition: opacity 0.2s ease;
}

#all-page-items-releases {
    transition: opacity 0.2s ease;
}


@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prompt&family=Silkscreen&display=swap');

#fadeContentIn {
    animation: fadeContent 2s ease-in;
}

@keyframes fadeContent {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#fadeBHLogoIn {
    opacity: 1;
    /* animation: fadeContent 2s 4.5s ease-in; */
}

@keyframes fadeBHLogoIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.fontpage-section-container {
    /* margin-top: -60px; */
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    /* border: 5px solid red; */
    text-align: center;

}

.fontpage-section-content {
    display: block;
    color: white;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 2.8rem;
    opacity: 1;
}

.other-sections-container {
    top: 100vh;
    display: block;
    position: relative;
    width: 100%;
    /* height: 20vh; */
    justify-content: center;
    align-items: center;
    /* border: 5px solid red; */
    text-align: center;
}

.release-item:hover {
    /* padding: 180px; */
    opacity: 0.6;
    cursor: pointer;
}

.release-item {
    /* margin-top: -100px; */
    display: flex;
    grid-template-columns: auto auto auto;
    /* border: 5px solid red; */
    /* height: 80px; */
    padding: 30px;
    column-gap: 50px;
    align-items: center;

    transition: 0.3s;
}

@media screen and (max-width: 905px) {
    .release-item {
        display: block;
        grid-template-columns: auto;
        row-gap: 50px;
        width: 100%;
        padding-bottom: 100px;
    }

    .release-item p {
        padding-top: 20px;
    }
}

.release-item-grid {
    display: flex;
    width: 100%;
    grid-template-columns: auto;
    row-gap: 50px;
    height: auto;
    /* border: 5px solid red; */

}

.single-section-page-container {
    top: 10vh;
    display: block;
    position: relative;
    width: 100%;
    /* height: 20vh; */
    justify-content: center;
    align-items: center;
    text-align: center;

}

.fontpage-section2-content {
    /* border: 5px solid red; */
    /* padding-top: 50px; */
    /* padding: 90px; */
    display: block;
    color: white;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 2.8rem;
    opacity: 1;
}


.fontpage-section2-content img {
    margin-top: -80px;
    padding: 20px;
    width: auto;
    height: auto;
    max-width: 800px;
}

.nav {

    /* animation: bluehueComingSoonFade 8.5s ease-in; */
    width: 100%;
    top: 0;
    /* width: 100%; */
    z-index: 1000; /* Keeps it on top of other elements */
    flex-direction: column;
    justify-content: center; /* Centers the links in the container */
    /* background-color: rgb(209, 209, 209);  */
    align-items: center;
    text-align: center;
    display: flex;
    position: fixed;
    /* max-width: 400px; */
    /* height: auto; */
    justify-content: space-between;
    /* justify-content: left; */
    
}

.bLogo {
    display: none;
}

.nav a {
    z-index: 9999999;
    display: flex;
    flex-direction: column;
    padding: 15px 20px; /* Adds spacing around links */
    text-decoration: none;
    color: white;
    mix-blend-mode: difference;
    font-size: 1.2rem;
    transition: 0.3s;
    font-family: "Kanit", sans-serif;
    font-weight: 350;
    font-style: normal;
    letter-spacing: 1px;
    background-color: blue;
}

.nav a:hover {
    cursor: pointer;
    /* opacity: 0.6; */
    /* font-size: 1.5rem; */
    letter-spacing: 4px;
    opacity: 0.6;
}

.nav-link {
    z-index: 9999999;
    padding: 10px;
    gap: 10px; /* Adds spacing between links */
    
}

.hide {
    display: none;
}

.hamburger {
    display: none;
}

.hamburger {
    margin-top: 10px;
    z-index: 1000;
    display: inline-block;
    cursor: pointer;
    background-color: rgb(0, 0, 20);
}

.hamburger .line {
    display: block;
    width: 40px;
    height: 4px;
    margin: 10px;
    background-color: #ffffff;
}

.bLogo {
    display: none;
}

@media screen and (max-width: 901px) {
    .fontpage-section2-content img {
        margin-top: -50px;
        padding: 20px;
        width: auto;
        height: auto;
        width: 320px;
    }
}

@media screen and (max-width: 692px) {
    .nav {
        display: block;
        top: 0;
        position: fixed;
        width: 100vw;
        /* border: 5px solid red; */
    }
}

@media screen and (min-width: 692px) {
    .hide {
        display: flex;
    }

    .hamburger {
        display: none;
    }

    .nav {
        justify-content: right;
        /* padding-right: 90px; */
    }

    .bLogo {


        font-family: "Kanit", sans-serif;
        font-weight: 600;
        font-style: italic;

        /* width: 50%; */
        position: fixed;
        top: 0;
        /* width: 100%; */
        z-index: 1200; /* Keeps it on top of other elements */
        display: flex;
        justify-content: center; /* Centers the links in the container */
        display: flex;
        left: 0%;
        /* height: auto; */
        justify-content: space-between;
        color: white;
        align-items: center;
        justify-content: left;
    
        font-size: 1.5rem;
        display: inline-block;
        padding: 23px 25px; /* Adds spacing around links */
        text-decoration: none;
        mix-blend-mode: difference;
        opacity: 1;
        
    }

    .bLogo a {
        transition: 0.3s;
    }

    .bLogo a:hover {
        cursor: pointer;
        font-size: 1.5rem;
        opacity: 0.6;
    }
    
}