@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@295&display=swap');

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;

}

body {
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
}

.KIRKENUINELY {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    height: 45px;
    width: 150px;
    border: 1px rgba(224, 224, 59, 0.35);
    position: relative;
    cursor: pointer;
    background: transparent;
    overflow: hidden;
}

.KIRKENUINELY::before {
    position: absolute;
    content: "";
    inset: -1px;
    background: radial-gradient(320px circle at var(--x) var(--y),
            rgba(224, 224, 59, var(--b, 50%)),
            rgba(224, 224, 59, 0.35),
            transparent 60%);
    opacity: 0;
    transition: opacity 0.25s;
    pointer-events: none;
}

.KIRKENUINELY.active::before {
    opacity: 1;
}

header {
    background: linear-gradient(100deg, #667eea 0%, #764ba2 100%);
    background-color: black;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    opacity: 0.7;
    position: absolute;
    z-index: 100;
}

.tung {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    height: 45px;
}

.logobox {
    height: 45px;
    padding-right: 10px;
    margin: 5px 30px 0px 50px;
}

.logo {
    height: 42px;
}

.sahur {
    margin-right: 50px;
}

.lowkenuinely {
    border-radius: 15px;
}

.music_toggle {
    border-color: rgb(194, 148, 148);
}

.music_toggle.on::before {
    opacity: 1;
}

.scroll-cards {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    scroll-padding-top: 0;
}

.pages {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
    padding: 0%;
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    background-color: hsl(240, 44%, 20%);
}

.pages.image1 {
    /*add bg image*/
    background-size: contain;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.trapezium {
    position: absolute;
    top: 0;
    left: 50%;
    width: 25vw;
    height: 100vh;
    transform: translateX(-100%);
    background: linear-gradient(135deg, #48e6be 0%, #3575d5 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 65%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    z-index: 10;
    border-left: #667eea ridge 2px;
    border-right: #667eea outset 2px;
    opacity: 0.4;
}
.trapezium.image1{
    background-image: url('images/furinabg.webp');
    background-size: contain;
    opacity: 1;
    transition: opacity 1s ease;
}

.rectangle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50vw;
    height: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    z-index: 10;
    transition: opacity 0.2s ease-in-out;
}
.rectangle.image1{
    background-image: url('images/furina\ akasha\ build.png');
}

.rectangle.image2{
    background-image: url('images/naphvis_confession.png');

}

.rectangle.image3{
    background-image: url('images/naphvis 67.png');
}

.rectangle.image4{
    background-image: url('images/naphvis\ snowangel.png');
}



.rectangle.image4,
.rectangle.image3,
.rectangle.image2,
.rectangle.image1 {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;

}

.holder {
    height: 100%;
    width: 900px;
    bottom: 0;
    background: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 650px;
    background-position-y: top;
    z-index: 11;
    transform: translateX(-26%);
}

.holder.image1 {
    background-image: url(images/furina.webp);
    bottom: 0;
    background-position-y: 20px;
}

.checker_1 {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-266.8%);
    width: 15vw;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
    flex-direction: column;
}

.menu_button {
    display: flex;
    flex-direction: column;
    height: 25%;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    transition: all 0.2s ease;
}
.menu_button.disabled{
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none !important;
}