h1, h2{
    font-family: "Luckiest Guy", cursive;
    font-weight: 400;
    font-style: normal;

    font-size: 48px;
    margin-bottom: 30px;

}

/*==========HEADER==========*/

header{
    background-color:#404b1f;
}


/*===NAVBAR===*/

.navbar{
    max-width:1400px;
    margin:0 auto;

    display:flex;
    justify-content:space-between;
    align-items:center;

    height:180px;

    padding:0 50px;
}

/*===LINKS===*/

.nav-links{
    display:flex;
    gap:80px;
}

.nav-links a{
    color:#d9ddbc;

    text-decoration:none;

    font-size:18px;
    font-weight:500;

    font-family:Arial, sans-serif;

    transition:0.3s ease;
}

.nav-links a:hover{
    opacity:0.75;
}

/*===LOGO===*/

.logo{
    display:flex;
    justify-content:center;
    align-items:center;
}

.logo img{
    width:300px;
    height:auto;
    display:block;
}

/*===BURGER===*/

.hamburger{
    display:none;
}


/*==========Body==========*/

body{

    background-color:#CBD9A8;

    margin:0;

    padding:0;
}

/*==========Forside billede==========*/

.hero{
    width:100%;
}

.hero img{
    width:100%;
    height:600px;
    object-fit:cover;
    display:block;
}

/*==========VELKOMMEN==========*/

.welcome{

    padding:60px 0;
}

/*===INDHOLD===*/

.welcome-content{

    max-width:1100px;

    margin:0 auto;
}


/*===TEKST===*/

.welcome p{

    font-size:24px;

    line-height:1.4;

    max-width:900px;

    margin-bottom:30px;

    color:#000;
}

/*===BILLEDE===*/

.welcome img{

    width:100%;

    height:auto;

    display:block;
}


/*==========Minigolfbane==========*/

.minigolfbane {
    position: relative;

    .bold {
        position: absolute;
        width: 5%;
        aspect-ratio: 1/1;
        border-radius: 50%;
        background: white;
        left: 1%;
        bottom: 29%;
        opacity: 1;
    }

    .bane-image{
        width:100%;

        height:auto;

        display:block;

        object-fit:cover;
    }
}

/* Bane 1 */
.bold1{
    left:0;
    bottom:30%;
}

/* Bane 2 */
.bold2{
    right:0;
    bottom:30%;
}

/* Footer */
.bold3{
    left:0;
    bottom:35%;
}

/*==========Events==========*/

.events{

    max-width:1200px;

    margin:100px auto;

    padding:0 40px;
}

.events h2{

    font-size:48px;

    margin-bottom:50px;
}

/*===CARDS===*/

.event-cards{

    display:flex;

    justify-content:space-between;

    gap:40px;
}

/*===CARD===*/

.event-card{

    width:320px;

    text-decoration:none;

    background:#98A067;

    border-radius:10px;

    overflow:hidden;

    transition:0.3s ease;
}

.event-card:hover{

    transform:translateY(-5px);
}

/*===BILLEDE===*/

.event-card img{

    width:100%;

    height:340px;

    object-fit:cover;

    display:block;
}

/*===TEKST===*/

.card-text{

    color:white;

    text-align:center;

    font-size:24px;

    padding:25px 10px;
}

/*==========PRISER==========*/

.priser{
    max-width:1200px;

    margin:100px auto;

    padding:0 40px;
}

.priser h2{

    font-size:48px;

    margin-bottom:60px;

    color:#000;
}

/*===WRAPPER===*/

.pris-wrapper{

    display:flex;

    justify-content:center;

    gap:40px;
}

/*===KORT===*/

.pris-kort{

    width:500px;

    height:420px;

    background:#98A067;

    border-radius:12px;

    text-decoration:none;

    display:flex;

    flex-direction:column;

    align-items:center;

    padding-top:50px;

    box-sizing:border-box;

    transition:0.3s ease;
}

.pris-kort:hover{

    transform:translateY(-5px);
}

/*===IKON===*/

.pris-kort img{

    width:140px;

    height:100px;

    object-fit:contain;

    margin-bottom:50px;
}

/*===TEKST===*/

.pris-kort h3{

    color:#F5F3E8;

    font-size:32px;

    font-weight:400;

    margin-bottom:30px;
}

/*===PRIS===*/

.pris{

    color:#F5F3E8;

    font-size:48px;

    font-weight:500;

    margin:0;
}

/*========== PRAKTISK INFO ==========*/

.praktisk-info{

    max-width:1200px;

    margin:100px auto;

    padding:0 40px;
}

.praktisk-info h2{

    font-size:48px;

    margin-bottom:40px;
}

/*=== GRID ===*/

.info-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:30px;
}

/*=== BOKSE ===*/

.info-box{

    background:#98A067;

    border-radius:12px;

    height:220px;

    padding:35px;

    text-decoration:none;

    display:flex;

    align-items:center;

    position:relative;

    transition:0.3s ease;
}

.info-box:hover{

    transform:translateY(-5px);
}

/*=== IKON ===*/

.info-box img{

    width:90px;

    height:90px;

    object-fit:contain;

    margin-right:25px;
}

/*=== TEKST ===*/

.info-box span{

    color:white;

    font-size:28px;

    font-weight:500;
}

/*=== PIL ===*/

.info-box p{

    position:absolute;

    right:35px;

    bottom:20px;

    color:white;

    font-size:50px;

    margin:0;
}

/*==========Bold==========*/

.footer-bold{

    position:absolute;

    width:25px;
    height:25px;

    border-radius:50%;

    background:white;

    left:0;
    top:120px;

    opacity:0;
}

/*========== Skab din egen pakke ==========*/

.pakke{
    max-width:1200px;
    margin:100px auto;
    padding:0 40px;
}

.pakke h2{
    font-size:48px;
    margin-bottom:40px;
}

.accordion{
    margin-bottom:20px;
}

.accordion-btn{
    width:100%;
    padding:25px;
    border:none;
    border-radius:10px;
    background:#92995f;
    color:white;
    font-size:24px;
    display:flex;
    justify-content:space-between;
    cursor:pointer;
}

.accordion-content{
    display:none;
    flex-direction:column;
    gap:10px;
    padding:20px;
    background:#bfcf97;
    border-radius:0 0 10px 10px;
}

.accordion-content.active{
    display:flex;
}

/*========== Booking form ==========*/

.booking-form{
    max-width:1200px;
    margin:40px auto 0 auto;
    padding:0 40px;

    display:flex;
    gap:20px;
}

.booking-form input{
    flex:1;
    padding:18px;
    border:none;
    border-radius:10px;
    background:#92995f;
    color:white;
    font-size:18px;
}

.booking-form input::placeholder{
    color:white;
}

.booking-message{
    max-width:1200px;
    margin:20px auto 100px auto;
    padding:0 40px;

    display:flex;
    gap:20px;
}

.booking-message textarea{
    flex:2;
    padding:18px;
    border:none;
    border-radius:10px;
    resize:none;
    height:60px;
    background:#92995f;
    color:white;
    font-size:18px;
}

.booking-message textarea::placeholder{
    color:white;
}

.booking-message button{
    flex:1;
    border:none;
    border-radius:10px;
    background:#41491f;
    color:white;
    font-size:18px;
    cursor:pointer;
}

.booking-message button:hover{
    opacity:0.9;
}

/*==========Praktisk info==========*/

h1{
    max-width:1200px;
    margin:30px auto;
    padding:0;

    font-size:48px;
    color:#000;
}

.info-section{
    max-width:1200px;
    margin:0 auto 120px auto;

    padding:0 40px;

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;

    align-items:start;
}

.info-text h2{
    font-size:48px;
    margin-bottom:20px;
}

.info-text p,
.info-text li{
    font-size:18px;
    line-height:1.6;
}

.info-image img{
    width:80%;
    display:block;
}

.maps{
    width: 90%;
}


/*==========FOOTER==========*/

footer{
    background:#3F4A1E;
    padding:40px 60px;
    display: flex;
    flex-direction: column;
}

/*===WRAPPER===*/

.footer-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/*===KONTAKT===*/
.footer-contact{
    flex: 1;
}


.footer-contact h3{

    color:#D9DDBB;

    font-size:28px;

    margin-bottom:20px;
}

.footer-contact p{

    color:#D9DDBB;

    font-size:18px;

    line-height:1.8;

    margin:0;
}

/*===MIDTE===*/

.footer-title{
    display: flex;
    flex-direction: row;

    .footer-title-flag{
       flex: 1;
        position: relative;

        .flag-container {
            position: relative;
            top: -130px;
            max-width: 200px;

            .flag {
                display: block;
                width: 100%;
            }

            .bold {
                position: absolute;
                width: 10%;
                height: 10%;
                border-radius: 50%;
                background: white;
                left: 1%;
                bottom: 29%;
                opacity: 1;
            }
        }
    }

    .footer-title-logo{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-title-spacing{
        flex: 1;
    }

}

.footer-logo{

    width:280px;

    margin-bottom:20px;
}
.some{
    flex: 1;
}

.social-title{

    color:#D9DDBB;
    font-size:18px;
    margin-bottom:20px;
    text-align: center;

}

.social-icons{

    display:flex;
    justify-content:center;
    gap:20px;
}

.social-icons img{

    width:70px;
}

/*===LINKS===*/

.footer-links{
    flex: 1;
    text-align: right;

}

.footer-links h3{

    color:#D9DDBB;

    font-size:28px;

    margin-bottom:20px;
}

.footer-links a{

    display:block;

    color:#D9DDBB;

    text-decoration:none;

    font-size:18px;

    line-height:1.8;
}


    /* EVENTS */

    .event-cards{

        flex-direction:row;

        align-items:center;
    }

    .event-card{

        width:100%;
        max-width:400px;
    }

    /* PRISER */

    .pris-wrapper{

        flex-direction:row;

        align-items:center;
    }

    .pris-kort{

        width:100%;
        max-width:400px;
    }

    /* PRAKTISK INFO FORSIDE */

    .info-grid{

        grid-template-rows:1fr;
    }

    /* PRAKTISK INFO SIDE */

    .info-section{

        grid-template-rows:1fr;

        gap:30px;
    }

    .info-image img{

        width:100%;
    }

    .maps{

        width:100%;
        height:300px;
    }

    /* BOOKING */

    .booking-form{

        flex-direction:row;
    }

    .booking-message{

        flex-direction:row;
    }

    /* FOOTER */

    .footer-wrapper{

        flex-direction:row;

        gap:40px;

        text-align:center;
    }

    .footer-links{

        text-align:center;
    }

    .footer-title{

        flex-direction:row;
        align-items:center;
    }

    .footer-logo{

        width:180px;
    }

    /* OVERSKRIFTER */

    h1,
    h2{

        font-size:32px;
    }

/* =========================
MOBIL
========================= */

@media (max-width:768px){

    .navbar{
        position:relative;
        padding:20px;
        height:auto;
    }

    .logo img{
        width:180px;
    }

    .hamburger{
        display:block;
        background:none;
        border:none;
        color:#d9ddbc;
        font-size:40px;
        cursor:pointer;
        margin-left:auto;
    }

    .nav-links{
        display:none;
    }

    .nav-links.active{
        display:flex;
        flex-direction:column;
        width:100%;
        text-align:center;
        gap:25px;
        padding:20px 0;
    }
    .left.active{
        order:3;
    }

    .right.active{
        order:4;
    }
    .event-cards{

        flex-direction:column;
    }

    .pris-wrapper{
        flex-direction: column;
    }


    .info-grid{
        grid-template-columns:1fr;
    }


    }
