:root {
    --primary-color: #f7fae6;
    --secondary-color: #a2e0b2;
    --tertiary-color: #2c3e50;
}

@font-face {
    font-family: jasmine;
    src: url(./fonts/jasmine/Jasmine\ Reminiscentse.ttf);
}

@font-face {
    font-family: jasmine-light;
    src: url(./fonts/jasmine/Jasmine\ Reminiscentse\ Light.ttf);
}

@font-face {
    font-family: jasmine-bold;
    src: url(./fonts/jasmine/Jasmine\ Reminiscentse\ Bold.ttf);
}

@font-face {
    font-family: grenadier;
    src: url(./fonts/grenadier/GrenadierNF.ttf);
}

@media (max-width: 1000px) {
    .container {
        width: 100%;
    }

    input {
        font-size: 3rem !important;
        height: 12vh !important;
    }
}

img {
    max-width: 100%;
}

h1 {
    font-size: 12rem;
    font-family: jasmine-bold;
}

body {
    margin: 0;
    background-repeat: no-repeat;
    background-color: var(--primary-color);
}

.font-grenadier {
    font-family: grenadier;
}

h1 {
    color: #333;
    text-align: center;
    margin: 0;
    z-index: 1;
}

.header {
    text-align: center;
}

.title-image {
    padding-top: 10%;
    padding-bottom: 10%;
}

.secondary-color {
    background-color: var(--secondary-color) !important;
    color: var(--primary-color);
}

.swedish {
    display: none;
}

input[type="checkbox"]:checked~.swedish {
    display: block;
}

input[type="checkbox"]:checked~.english {
    display: none;
}

input[type="checkbox"] {
    /* Reset */
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    width: 0;
    height: 0;
    margin: 0;
    margin-right: 25px;
    position: relative;
    text-align: center;
    font-size: 16px;

    z-index: 101;
}

@media (max-width: 1000px) {
    input[type="checkbox"] {
        height: 0 !important;
    }

    input[type="checkbox"]::before {
        left: 30rem !important;
    }

    input[type="checkbox"]::after {
        left: 30rem !important;
    }
}


input[type="checkbox"]:focus {
    box-shadow: none;
    outline: none;
}

input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 45rem;
    display: block;
    width: 80px;
    height: 50px;
    background-image: url("Flag_of_the_United_Kingdom_\(3-5\).svg.png");
    background-size: cover;
    box-sizing: content-box;
    border-radius: 3px;
}

input[type="checkbox"]:checked::before {
    background: transparent;
}

input[type="checkbox"]::after {
    content: "";
    text-indent: 4px;
    position: absolute;
    top: -14px;
    left: 45rem;
    display: none;
    width: 80px;
    height: 50px;
    box-sizing: content-box;
    text-align: center;
}

input[type="checkbox"]:checked::after {
    display: block;
    background: url("./Flag_of_Sweden.svg.png") no-repeat left center;
    background-size: cover;
}

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400&display=swap");

body {
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}

header {
    background: url("https://example.com/olive-grove-bg.jpg") no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-content {
    text-align: center;
    color: #fff;
    background-color: var(--tertiary-color);
    padding: 2rem;
}

.header-content h1 {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
    color: #fff;
    padding: 5rem;
}

nav {
    background-color: var(--primary-color);
    opacity: 1;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin: 0 1.5rem;
}

nav ul li a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

section {
    padding: 4rem 2rem;
    margin: 0 auto;
    max-width: 800px;
}

h2 {
    font-family: "Cormorant Garamond", serif;
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    text-align: center;

}

h3 {
    font-family: "Cormorant Garamond", serif;
    color: #2c3e50;
    font-size: 2.0rem;
    margin-bottom: 1.5rem;
    padding-top: 6rem;
}

h4 {
    padding-top: 6rem;
    font-family: "Cormorant Garamond", serif;
    color: #2c3e50;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

p {
    margin-bottom: 1.5rem;
}

.divider {
    border: none;
    border-top: 1px solid #ccc;
    margin: 3rem auto;
    width: 50%;
}

section {
    span:before {
        display: block; 
    }

    list-style: none;

    li {
        padding-top: 4rem;
        padding-left: 1rem;
        text-indent: -0.7rem;
    }

    .food {
        li::before {
            content: "🥑 ";
        }
    }

    .chania {
        li::before {
            content: "🏨 ";
        }
    }

    .nature {
        li::before {
            content: "🌍 ";
        }
    }

    .history {
        li::before {
            content: "🕮 ";
        }
    }

    .surrounding {
        li::before {
            content: "🚗 ";
        }
    }
}

.gmap_canvas iframe {
    width: 100%;
}

.gmap_canvas {
    height: 100%;
}

.element {
    width: 100%;
    height: 70px;
    background: red;
}