/* General Styles */
html, body{
    background-color: #E2DED5;
    font-family: "alt gothic no3";
}
@font-face {
    font-family: "alt gothic no3";
    src: url('fonts/AlternateGotNo3D.otf');
}
.head{
    position: absolute;
    font-size: 100px;
    top: 1vw;
    left: 9.75vw;
    color: #5B5A41;
}
.location{
    display: block;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 1200px;
    margin-top: 200px;
    margin-left: 10vw;
    margin-right: 10vw;
    padding: 20px;
    margin-bottom: 40px;
    background-color: #A0A388;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: "alt gothic no3";
    color: #5B5A41;
}
.location p{
    padding-bottom: 5px;
    padding-left: 30px;
    text-align: center;
    font-size: 35px;
}
.daycontainer {
    display: grid;
    grid-template-columns: repeat(5, 100px);
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 10px auto;
    padding: 10px;
    padding-top: 20px;
    margin-bottom: 40px;
}

.day a{
    background-color: #5B5A41;
    overflow: hidden;
    padding: 10px 15px 10px 15px;
    max-width: 15vw;
    margin: 20px auto;
    background-color: #5B5A41;
    border: 1px solid #5B5A41;
    color: #E2DED5;
    text-decoration: none;
    font-size: 30px;
    font-family: "alt gothic no3";
    justify-content: center;
    align-content: center;
}
.day a:hover{
    border: 1px solid #5B5A41;
    background-color: #E2DED5;
    color: #5B5A41;
}
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.day-overview {
    text-align: center;
    padding: 10px 0px;
}
.day-overview h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    font-family: "alt gothic no3";
    color: #5B5A41;
}
.day-overview p {
    font-size: 1.2em;
    color: #A0A388;
    font-family: "alt gothic no3";
}
        .activity-section {
            margin-bottom: 60px;
        }
        .activity-title {
            text-align: left;
            margin-bottom: 20px;
        }
        .activity-title h2 {
            font-size: 2em;
            border-bottom: 2px solid #ddd;
            padding-bottom: 10px;
            color: #5B5A41;
        }
        .activity-options {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
            justify-content: center;
        }
        .option-card {
            flex: 1;
            min-width: 280px;
            max-width: 400px;
            height: 650px;
            background-color: #A0A388;
            overflow: hidden;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .option-card img {
            width: 100%;
            height: auto;
        }
        .option-content {
            padding: 20px;
        }
        .option-content h3 {
            margin-top: 0;
            font-size: 1.5em;
            color: #5B5A41;
        }
        .option-content p {
            font-size: 1em;
            color: #5B5A41;
            padding: 0 2.5vw 0 2.5vw;
}
.option-content a {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #5B5A41;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}
.option-content a:hover {
    background-color: #E2DED5;
}

.checkbox {
    justify-content: center;
    display: flex; /* Align elements in a horizontal row */
    align-items: center; /* Align items vertically centered */
    gap: 10px; /* Add spacing between elements */
    margin-top: 15px;
    padding-bottom: 20px;
    color: #5B5A41;
}
.checkbox input {
    margin: 0; /* Remove unnecessary margins */
    width: 20px; /* Set width and height if needed */
    height: 20px;
}
footer {
   text-align: center;
    background-color: #A0A388;
    color: #fff;
    padding: 40px 20px;
    position: relative;
    width: 100%;
    z-index: 7;
    font-family: "aspekta";
    margin-top: 0px; /* Adjust or remove if necessary */
}

/* Media queries for responsiveness */
@media (max-width: 1440px) {
    .usetoday {
        top: 35vh;
    }
    .block {
        top: calc(30vh + -475px);
    }
    .container {
        max-width: 95vw;
    }
    .row {
        flex-direction: column;
        align-items: center;
    }
    .indopic img, .londonpic img, .switzpic img {
        max-width: 600px;
    }
    .indopic, .londonpic, .switzpic,
    .text-container {
        width: 95%;
        flex: 1 1 100%;
        margin-bottom: 20px;
    }
    .indotext, .londontext, .switztext {
        font-size: 6vw;
    }
    .indodescript, .londondescript, .switzdescript {
        font-size: 1.5vw;
    }
}

@media (max-width: 1024px) {
    .usetoday {
        top: 30vh;
    }
    .today, .getaway {
        font-size: 6vw;
        margin-bottom: 5px;
    }
    .block {
        top: calc(8vh + -450px);
    }
    .container {
        max-width: 95vw;
        padding: 10px;
    }
    .row {
        flex-direction: column;
        align-items: center;
    }
    .indopic, .londonpic, .switzpic,
    .text-container {
        width: 90%;
    }
    .indotext, .londontext, .switztext {
        font-size: 8vw;
    }
    .indodescript, .londondescript, .switzdescript {
        font-size: 5vw;
    }
}

@media (max-width: 768px) {
    .usetoday {
        top: 20vh;
    }
    .today, .getaway {
        font-size: 7vw;
        margin-bottom: 2px;
    }
    .block {
        top: calc(6vh + -350px);
    }
    .row {
        margin-bottom: 30px;
    }
    .indopic, .londonpic, .switzpic {
        width: 100%;
    }
    .text-container {
        width: 100%;
    }
    .indotext, .londontext, .switztext {
        font-size: 10vw;
    }
    .indodescript, .londondescript, .switzdescript {
        font-size: 6vw;
    }
}