﻿@import url("https://use.typekit.net/dgn4kjx.css");

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: "proxima-nova",sans-serif;
    height: 100%;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('/fonts/Gotham-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville';
    src: url('/fonts/Baskerville.ttc') format('truetype-collection');
    font-weight: normal;
    font-style: normal;
}

p {
    margin: 0 !important;
}

.header-container {
    position: relative;
    background-color: #001E40;
    color: white;
    text-align: center;
    min-height: 100vh; /* Kept as 100vh to address white space issue */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}

.mask-group {
    opacity:1;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.header-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    min-height: 80vh; /* Adjusted to work with 100vh container */
}

.header-top-bar {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    color: #ccc;
    padding: 0 16px;
    margin-bottom: 25px;
}

.gphg-logo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.gphg-logo {
    width: 180px;
    max-width: 90%;
}

.header-title {
    letter-spacing: 5px;
    font-size: clamp(28px, 6vw, 60px);
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif !important;
}

.header-dates {
    font-size: 22px;
    font-weight: lighter;
    margin: 15px 0;
    font-family: "Gotham Book", sans-serif !important;
}

.header-location {
    color: #ba9b86;
    margin: 15px 0;
    font-weight: bold;
    font-family: Baskerville !important;
    font-size: 26px;
}

.presented-by {
    margin-top: 30px;
    font-size: 18px;
    letter-spacing: 2px;
    opacity: 0.8;
    font-weight: bold;
    font-family: "Termina Test", sans-serif !important;
}

.vakko-logo {
    width: 200px;
    margin: 0 auto 35px;
}

.logo-group {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.vakko-logo-2 {
    width: 225px;
    margin-top: -25px;
}

.footer-logos-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.footer-logos {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    padding: 0 16px;
}

.fgp-logo {
    justify-self: start;
}

.vakkoHotel-logo {
    justify-self: end;
}

.gphg-logo-container {
    justify-self: center;
}

.fgp-logo img {
    max-height: 70px;
    object-fit: contain;
    width: 140px;
}

.vakkoHotel-logo img {
    margin-right:-40px;
    max-height: 120px;
    object-fit: contain;
}

.reserve-buttons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
    width: 100%;
    max-width: 600px;
}

.reserve-button,
.view-button {
    font-family: "proxima-nova", sans-serif;
    background-color: transparent;
    color: white;
    padding: 10px 24px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 232px;
    border-radius: 12px;
    border: 2px solid grey;
}

.lang-link {
    all: unset;
    cursor: pointer;
    color: #ccc;
    font-size: 16px;
    font-weight: 300;
    margin: 0 6px;
}

    .lang-link:hover {
        text-decoration: underline;
    }

.active-lang {
    color: #fff;
    font-weight: 500;
}

/* Tablet (<= 992px) */
/*@media (max-width: 992px) {
    .header-inner {
        padding: 16px;
        min-height: 85vh;
        gap: 20px;*/ /* Added gap for tablet */
    /*}

    .gphg-logo {
        width: 160px;
    }

    .fgp-logo {
        margin-bottom: -344px;
    }

    .vakko-logo {
        width: 165px;
        margin: 15px auto 25px;
    }

    .header-title {
        font-size: clamp(24px, 5vw, 40px);
    }

    .header-dates {
        font-size: 20px;
    }

    .header-location {
        font-size: 24px;
    }

    .presented-by {
        font-size: 16px;
    }

    .footer-logos {
        grid-template-columns: 1fr auto 1fr;
        gap: 16px;
        padding: 0 16px;
    }

    .fgp-logo img {
        max-height: 60px;
    }

    .vakkoHotel-logo img {
        max-height: 110px;
        margin-right: -75px;
        margin-top: -46px;
    }

    .reserve-button,
    .view-button {
        max-width: 280px;
        padding: 14px 22px;
        font-size: 14px;
    }
}*/


/* Mobile (<= 768px) */
@media (max-width: 767px) {
    .header-container {
        padding: 20px;
        min-height: 100vh;
    }

    .header-inner {
        padding: 12px;
        min-height: 85vh;
        gap: 15px; /* Added gap for mobile, slightly less than tablet */
    }

    .header-top-bar {
        padding: 0 12px;
        margin-bottom: 20px;
    }

    .gphg-logo {
        width: 140px;
    }

    .vakko-logo {
        width: 150px;
        margin: 15px auto 25px;
    }

    .vakko-logo-2 {
        width: 200px;
    }

    .header-title {
        font-size: clamp(22px, 6vw, 30px);
    }

    .header-dates {
        font-size: 18px;
    }

    .header-location {
        font-size: 20px;
    }

    .presented-by {
        font-size: 14px;
        margin-top: 20px;
    }

    .footer-logos {
        grid-template-columns: auto;
        justify-items: center;
        gap: 15px;
        margin-top: -25px;
        padding-bottom: 50px;
    }


    .reserve-buttons {
        gap: 15px;
        padding: 0 10px;
        margin-top:-25px;
    }

    .reserve-button,
    .view-button {
        font-size: 14px;
        padding: 8px 18px;
        max-width: 280px;
        max-height: 35px;
    }
}

/* Very small devices (<= 380px) */
@media (max-width: 380px) {
    .header-container {
        padding: 20px;
        min-height: 100vh;
    }

    .header-inner {
        padding: 12px;
        min-height: 85vh;
        gap: 15px; /* Same as mobile */
    }

    .footer-logos {
        grid-template-columns: auto;
        justify-items: center;
        gap: 15px;
        margin-top: -65px;
    }
    .gphg-logo {
        width: 110px;
    }

    .fgp-logo {
        margin-bottom: -252px;
        margin-left: -10px;
    }

        .fgp-logo img {
            max-height: 20px;
            margin-left: -20px;
        }

    .vakkoHotel-logo {
        margin-right: -35px;
        margin-top: -56px;
    }

        .vakkoHotel-logo img {
            max-height: 85px;
            margin-bottom: -50px;
        }

    .vakko-logo {
        width: 140px;
        margin: -15px auto 25px;
    }

    .vakko-logo-2 {
        width: 188px;
    }

    .header-title {
        font-size: 21px;
        margin-top: -30px;
    }

    .header-dates {
        font-size: 16px;
    }

    .header-location {
        font-size: 20px;
    }

    .presented-by {
        font-size: 14px;
    }
    .reserve-buttons {
        gap: 15px;
        padding: 0 10px;
        margin-top: -25px;
    }
    .reserve-button,
    .view-button {
        font-size: 14px;
        padding: 8px 18px;
    }
}

/* Small phones (381px–480px) */
@media (min-width: 381px) and (max-width: 480px) {
    .header-container {
        padding: 20px;
        min-height: 100vh;
    }

    .header-inner {
        padding: 12px;
        min-height: 85vh;
        gap: 15px; /* Same as mobile */
    }

    .gphg-logo {
        width: 140px;
    }
    .fgp-logo {
        margin-bottom: -295px;
    }

        .fgp-logo img {
            max-height: 25px;
            margin-left: -20px;
        }

    .vakkoHotel-logo {
        margin-right: -25px;
        margin-top: -46px;
    }

        .vakkoHotel-logo img {
            max-height: 92px;
            margin-top: -4px;
            margin-right: -60px;
        }
    .vakko-logo {
        width: 150px;
        margin: 15px auto 25px;
    }

    .vakko-logo-2 {
        width: 200px;
    }

    .header-title {
        font-size: 24px;
    }

    .header-dates {
        font-size: 18px;
    }

    .header-location {
        font-size: 20px;
    }

    .presented-by {
        font-size: 14px;
    }

    .reserve-button,
    .view-button {
        font-size: 14px;
        padding: 8px 18px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .header-container {
        padding: 20px;
        min-height: 100vh;
    }

    .header-inner {
        padding: 14px;
        min-height: 85vh;
        gap: 18px; /* biraz daha geniş boşluk */
    }

    .gphg-logo {
        width: 150px;
    }

    .fgp-logo {
        margin-bottom: -320px;
    }

        .fgp-logo img {
            max-height: 24px;
            margin-left: -15px;
        }

    .vakkoHotel-logo {
        margin-right: -20px;
        margin-top: -40px;
    }

        .vakkoHotel-logo img {
            max-height: 100px;
            margin-top: -8px;
            margin-right: -50px;
        }

    .vakko-logo {
        width: 160px;
        margin: 15px auto 25px;
    }

    .vakko-logo-2 {
        width: 210px;
    }

    .header-title {
        font-size: 26px;
    }

    .header-dates {
        font-size: 20px;
    }

    .header-location {
        font-size: 22px;
    }

    .presented-by {
        font-size: 15px;
    }

    .reserve-buttons {
        gap: 18px;
        padding: 0 12px;
        margin-top: -20px;
    }

    .reserve-button,
    .view-button {
        font-size: 15px;
        padding: 10px 20px;
    }
}
/* Tablet to small desktop (769px–1139px) */
@media (min-width: 769px) and (max-width: 1139px) {
    .header-inner {
        padding: 16px;
        min-height: 85vh;
        gap: 20px;

    }

    .footer-logos {
        grid-template-columns: 1fr auto 1fr;
        gap: 12px;
        width: 100%;
        max-width: 900px;
    }

    .gphg-logo {
        width: 150px;
    }

    .vakko-logo {
        width: 180px;
    }

    .header-title {
        font-size: clamp(24px, 5vw, 36px);
    }

    .header-dates {
        font-size: 20px;
    }

    .header-location {
        font-size: 24px;
    }

    .presented-by {
        font-size: 16px;
    }

    .reserve-button,
    .view-button {
        font-size: 14px;
        padding: 14px 20px;
        max-width: 260px;
    }
}

@media (min-width: 1000px) and (max-width: 1139px) {
    .header-inner {
        gap: 50px!important;
    }
}

    /* Large desktop (>= 1140px) */
    @media (min-width: 1140px) {
        .header-inner {
            padding: 20px;
        }

        .footer-logos {
            max-width: 1200px;
        }

        .fgp-logo img {
            max-height: 80px;
        }

        .vakkoHotel-logo img {
            max-height: 120px;
        }

        .gphg-logo {
            width: 150px;
        }
    }

@media (min-width: 768px) and (max-width: 991px) {

    .header-inner {
        padding: 16px;
        min-height: 85vh;
        gap: 20px; /* Added gap for tablet */
    }

    .reserve-button,
    .view-button {
        max-width: 280px;
        padding: 14px 22px;
        font-size: 14px;
    }

    .vakkoHotel-logo img {
        max-height: 110px !important;
        margin-right: -75px !important;
        margin-top: 150px !important;
    }

    .gphg-logo {
        margin-top: -80px !important;
    }

    .fgp-logo {
        margin-bottom: -109px !important;
    }

    .vakko-logo {
        width: 165px;
        margin: 15px auto 25px;
    }

    .header-title {
        font-size: clamp(24px, 5vw, 40px);
    }

    .header-dates {
        font-size: 20px;
    }

    .header-location {
        font-size: 24px;
    }

    .presented-by {
        font-size: 16px;
    }

    .footer-logos {
        grid-template-columns: 1fr auto 1fr;
        gap: 16px;
        padding: 0 16px;
    }

    .fgp-logo img {
        max-height: 60px;
        margin-top: -24px;
    }

    .vakkoHotel-logo {
        margin-right: -5px;
        margin-top: -56px;
    }
}