
/* fonts */
@import url('https://fonts.googleapis.com/css2?family=DynaPuff:wght@400..700&family=Play:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Bebas+Neue&family=Bungee+Spice&family=DynaPuff:wght@400..700&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Honk&family=Montserrat:ital,wght@0,751;1,751&family=Nerko+One&family=Oxanium:wght@200..800&family=PT+Sans+Narrow:wght@400;700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    position: relative; /* Allow child elements to be positioned absolutely */
    
}

:root {
    --font: "Play", serif;
    --title-font-weight: 700;
    --text-font-weight: 400;
    --not-white-title-color: #ED6A5A;
}
.homepage {
    overflow: hidden;
    background-image: url('pictures/Casinoooo.jpg'); 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}


.aboutington {
    position: relative;
    background-image: url('pictures/slotgames.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.aboutington::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 175%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity for darkness */
    z-index: 1;
}

.aboutington > * {
    position: relative;
    z-index: 2;
}



.aboutington h1 {
    font-family: var(--font);
    font-size: 145px;
    font-weight: var(--title-font-weight);
    color: white;
    padding-top: 30px;
    margin: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.aboutington h2 {
    font-family: var(--font);
    font-size: 45px;
    font-weight: var(--title-font-weight);
    color: rgb(225, 52, 52);
    margin: 0 0;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.aboutington h3 {
    font-family: var(--font);
    font-size: 35px;
    font-weight: var(--text-font-weight);
    color: rgb(255, 255, 255);
    padding-top: 70px;
    margin: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}


nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); /* Adds depth with shadow */
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(10px); /* Slight blur for a glass effect */
    font-family: var(--font);
    font-weight: var(--text-font-weight);
}

nav .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: var(--title-font-weight);
    color: white;
}

nav .logo img {
    width: 50px;
    height: 50px;
}

nav .logo span {
    color: var(--not-white-title-color);
}

.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.navbar li {
    display: inline-block;
}

.navbar a {
    text-decoration: none;
    color: white;
    font-weight: var(--text-font-weight);
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.navbar a:hover {
    background-color: var(--not-white-title-color);
    color: black;
}
nav .logo {
    display: flex;
    align-items: center;
    gap: 10px; 
}

nav .logo img {
    width: 50px;
    height: 50px;
    object-fit: contain; 
}

nav .logo p {
    font-size: 24px;
    font-weight: var(--title-font-weight);
    color: white;
    margin: 0; 
}

nav .logo span {
    color: var(--not-white-title-color);
}


.welcome {
    position: absolute;
    top: 400px;
    left: 50px;
    font-family: var(--font);
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}
.naam {
    font-family: var(--font);
    font-size: 150px;
    font-weight: var(--title-font-weight);
    color: var(--not-white-title-color);
    margin: 0;
}
.title {
    font-family: var(--font);
    font-size: 90px;
    font-weight: var(--title-font-weight);
    color: white;
    margin: 0;
}
.weclome h1 {
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.text-and-image {
    display: flex; /* Align elements horizontally */
    align-items: center; /* Vertically align items */
    gap: 300px; /* Space between text and image */
    justify-content: space-between;
}

.text {
    display: flex;
    flex-direction: column; /* Stack h1 elements vertically */
    align-items: flex-start;
}

.text h1 {
    margin: 0;
}

.homescreenelement img {
    width: 290px;
    height: 250px;
    object-fit: contain;
    border-radius: 8px; /* Optional for rounded corners */
    transition: transform 0.3s ease-in-out; /* Smooth hover effect */
}

.homescreenelement img:hover {
    transform: scale(1.1); /* Slight zoom-in on hover */
}

.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.AboutButton {
    color: white;
    background-color: var(--not-white-title-color);
    width: 100px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    transition: all 0.5s ease-in-out;
    font-family: var(--font);
    cursor: pointer;
    scroll-behavior: smooth;
}

.AboutButton a {
    text-decoration: none;
    color: white;
    font-weight: var(--text-font-weight);
}

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}
.AboutingtonText {
    font-family: var(--font);
    font-size: 24px;
    font-weight: var(--text-font-weight);
    color: white;
    text-align: center;
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.AboutButton:hover {
    background-color:#d6311b;
}

.AboutButton::after, .AboutButton::before {
    content: '';
    position: absolute;
    height: 50px;	
    width: 100px;
    z-index: -1;
    border-radius: 10px;
    padding: 3px;
    background-image: conic-gradient(from var(--angle), transparent 70%, red);
    animation: 2s spin linear infinite;
}

.AboutButton::before {
    filter: blur(20px);
    opacity: 0.5;
}

.AboutingtonText {
    flex-direction: column;
    margin: 30px;
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 20%;
}
@keyframes spin {
    from {
        --angle: 0deg;
    }
    to {
        --angle: 360deg;
    }
}


@keyframes appear {
    from {
        opacity: 0;
        scale: 0.5;
    }
    to {
        opacity: 1;
        scale: 1;
    }
}

.Gamington {
    position: relative;
    background-image: url('pictures/CasinoBackground.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    box-sizing: border-box;
}


h5 {
    margin: 0;
    font-family: var(--font);
    font-size: 25px;    
    font-weight: var(--title-font-weight);
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

h6 {
    margin: 0;
    font-family: "Honk", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 50px;
  font-style: normal;
  font-variation-settings:
    "MORF" 15,
    "SHLN" 50;

}

/* Game Section Styles */
.Gamington {
    background-image: url('pictures/CasinoBackground.jpg');  
}

.GameCardsContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    justify-content: center;
    justify-items: center;  
    padding-top: 150px;
}


.GameCards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-image: url('pictures/KAARTEN_1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
    width: 300px;
    height: 500px;
    background-color: darkred;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.GameCards:hover {
    transform: translateY(-10px); /* Moves the card slightly upward */
    box-shadow: 20px 20px 20px rgba(255, 0, 0, 0.4); /* Increases shadow for a hover effect */
}

h4 {
font-size: 20px;
color: white;
margin-top: 10px;
text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.play-button {
    text-decoration: none; /* Verwijdert de standaard link-onderstreping */
    color: white; /* Verandert de tekstkleur */
    background-color: #ED6A5A; /* Kleur van de knop */
    padding: 10px 20px; /* Binnenruimte van de knop */
    border-radius: 8px; /* Maakt de knop rond */
    display: inline-block; /* Zorgt dat het als een knop oogt */
    text-align: center; /* Centreert de tekst */
    font-weight: bold; /* Maakt de tekst vetgedrukt */
    border: none; /* Geen rand */
    cursor: pointer; /* Pointer-cursor op hover */
}

.play-button:hover {
    background-color: #df988f; /* Donkerdere kleur bij hover */
}




            .GameCards img.game-logo {
    max-width: 85%; 
    max-height: 85%; 
    border-radius: 20px;
   
}

@media (max-width: 768px) {
    .GameCards {
        width: 100%; /* De kaart neemt de volledige breedte van de container in */
    }
    .aboutington {
        background-size: fit;
        background-repeat: no-repeat;
    }
    .AboutingtonText {
        padding-top: 50px;
    }
    .aboutington h1 {
        display: flex;
        text-align: center;
        font-size: 100px;
    }
    .aboutington h2 {
        display: flex;
        text-align: center;
        font-size: 30px;
    }
    .aboutington h3 {
        display: flex;
        text-align: center;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    h5, h6 {
        font-size: 0.9rem; /* Kleinere tekst voor kleine schermen */
    }
}


/* Game Section Styles */

@import url('https://fonts.googleapis.com/css2?family=DynaPuff:wght@400..700&family=Play:wght@400;700&display=swap');

:root {
    --font: "Play", serif;
    --title-font-weight: 700;
    --text-font-weight: 400;
    --not-white-title-color: #ED6A5A;
}

body {
    margin: 0;
    padding: 0;
    background-color: #0a0a0a;
    font-family: var(--font);
    
}


.SpelUitlegSection {
    background-image: url('pictures/poker-and-casino-playing-card-black-background-vector.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    color: white;
    min-height: 100vh;
}

.SpelUitlegSection h1 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: var(--title-font-weight);
}

.SpelUitlegSection h1 span {
    color: var(--not-white-title-color);
}

.card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    justify-items: center;
}

/* Bottom row card */
    .info-card:last-child {
        grid-column: 2;
        grid-row: 2;
        justify-self: center;
        margin: 0 auto;  /* Extra centrering */
    }


.info-card {
    background-color: #000000;
    padding: 25px;
    display: flex;
    flex-direction: column;
    height: 268px;
    width: 233px;
    text-align: center;
    transition: all 0.3s ease;
}

.info-card:hover {
    box-shadow: #ED6A5A 0px 0px 12px 0px;
    transform: translateY(-10px);
}

.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(56%) sepia(75%) saturate(1033%) hue-rotate(183deg) brightness(102%) contrast(96%);
}

.info-card h2 {
    font-size: 20px;
    color: white;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.info-card h2 span {
    color: var(--not-white-title-color);
}

.info-card p {
    color: #999;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
    flex-grow: 1;
}

.info-card button {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 8px 25px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: auto;
}

.info-card button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.popupwindow {
    color: white;
    font: var(--font);
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    text-align: center;
}
.popupwindow h2{
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: var(--title-font-weight);
    color: var(--not-white-title-color);
}
.popupwindow button{
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 8px 25px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: auto;
}
.popupwindow.active {
    opacity: 1;
    visibility: visible;
}

.popupwindow-aim {
    color: white;
    font: var(--font);
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    text-align: center;
}
.popupwindow-aim h2{
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: var(--title-font-weight);
    color: var(--not-white-title-color);
}
.popupwindow-aim button{
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 8px 25px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: auto;
}
.popupwindow-aim.active {
    opacity: 1;
    visibility: visible;
}

.popupwindow-mind {
        color: white;
        font: var(--font);
        position: fixed;
        display: flex;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        text-align: center;
    }

    .popupwindow-mind h2{
        font-size: 36px;
        margin-bottom: 20px;
        font-weight: var(--title-font-weight);
        color: var(--not-white-title-color);
    }

    .popupwindow-mind button{
        background-color: transparent;
        color: white;
        border: 2px solid white;
        padding: 8px 25px;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
        text-transform: uppercase;
        margin-top: auto;
    }


    .popupwindow-mind.active {
        opacity: 1;
        visibility: visible;
    }



    .popupwindow-card {
        color: white;
        font: var(--font);
        position: fixed;
        display: flex;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        text-align: center;
    }

    .popupwindow-card h2{
        font-size: 36px;
        margin-bottom: 20px;
        font-weight: var(--title-font-weight);
        color: var(--not-white-title-color);
    }

    .popupwindow-card button{
        background-color: transparent;
        color: white;
        border: 2px solid white;
        padding: 8px 25px;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
        text-transform: uppercase;
        margin-top: auto;
    }
    .popupwindow-card.active {
        opacity: 1;
        visibility: visible;
    }

.offscreennav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    text-align: center;
}

.offscreennav.active {
    opacity: 1;
    visibility: visible;
}

.ofscreennav-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
}



@media (max-width: 1024px) {
    .card-container {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .info-card:nth-child(3) {
        grid-column: 1 / span 2;
    }
    
    .info-card:last-child {
        grid-column: 1 / span 2;
    }
}

@media (max-width: 600px) {
    .card-container {
        grid-template-columns: 1fr;
    }
    
    .info-card:nth-child(3),
    .info-card:last-child {
        grid-column: 1;
    }
    
    .SpelUitlegSection h1 {
        font-size: 36px;
    }
    
    .card-container {
        padding: 0 10px;
    }
    .Gamington{
        background-size: 100vh;
        background-repeat: repeat;
    }
    @media (max-width: 600px) {
    .navbar {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    .navbar ul li {
        width: 100%;
    }

    .navbar ul li a {
        display: block;
        padding: 10px 15px;
        text-align: left;
    }

    
    .dropdown {
        width: 100%;
        
    }

    .dropdown .dropbtn {
        width: 100%;
        text-align: left;
        padding: 10px 15px;
    }

    .dropdown-content {
        position: static;
        width: 100%; 
        box-shadow: none; 
    }

    .dropdown-content a {
        padding: 10px 15px;
        text-align: left;
        color: white;
    }

    
    .navbar a:hover, 
    .dropdown:hover .dropbtn {
        background-color: #ddd;
        color: black;
    }

    .dropdown-content a:hover {
        background-color: #bbb;
    }
}

    
  
}


@media (max-width: 651px) {
    .navbar{
        display: none;
    }

    .homescreenelement {
        display: none;
    }

    .logo {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    }

    .navbar {
        background: transparent;
    }

    .naam {
        font-size: 70px;
    }

    .title {
        font-size: 60px;
    }

    .hamburger-menu {
        display: block;
        position: absolute;
        left: 85%;
        top: 15px;
    }

    .offscreennav {
        display: flex;
    }
    .Gamington{
        background-size: 100vh;
        background-repeat: repeat;
    }
    
    
}

.contact{
    overflow-y: hidden;
}

.container {
    
    width: 60%;
    margin: 50px auto;
    color: white;
    background: transparent;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

input, textarea, select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

input[type="submit"] {
    background: #ED6A5A;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-top: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

input[type="submit"]:hover {
    background: #4cae4c;
    transform: scale(1.05); 
}

input[type="submit"]:active {
    transform: scale(0.95); 
}

#subject{
    
    max-width: 900px;
    max-height: 150px;
}



@media (max-width: 651px) {
    .hamburger {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0.95);
        width: 100%;
        height: calc(100vh - 70px);
        text-align: center;
        transition: 0.3s;
        padding: 20px 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}
.dropdown {
    float: left;
    overflow: hidden;
    
  }
  
  .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0; 
  }
  
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color:var(--not-white-title-color);
  }
  
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  

  .dropdown-content a {
    float: none;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .dropbtn {
    display: none;
}
  @media (max-width: 600px) {
  
    .navbar {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    .navbar ul li {
        width: 100%;
    }

    .navbar ul li a {
        display: block;
        padding: 10px 15px;
        text-align: left;
    }
    .dropbtn{
        display: run-in;
    }

   
    .dropdown {
        width: 100%;
        background: transparent;
    }
.dropdown-content{
    color: black;
    background: transparent;
}
    .dropdown .dropbtn {
        width: 100%;
        text-align: left;
        padding: 10px 15px;
    }

    .dropdown-content {
        position: static; 
        width: 100%; 
        box-shadow: none; 
    }

    .dropdown-content a {
        padding: 10px 15px;
        text-align: left;
    }

    
    .navbar a:hover, 
    .dropdown:hover .dropbtn {
        
        
    }

    .dropdown-content a:hover {
        background-color: #bbb;
    }
    .navbar ul{
        display: none;
    }
    .dropbtn {
        display: block; 
        
    }
}

