* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, button, .secular-one-regular {
    font-family: "Secular One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    height: 100%; 
    width: 100%; 
    overflow: auto;
}

textarea {
    resize: none;
}

header {
    background-color: #67B1E2;
    color: white;
    box-shadow: 0px 2px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

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

header .nav_balk {
    margin-left: 0;
}

p, h1, h2, h3, label
{
    color: #01375B;
    margin-left: 8px;
    margin-right: 8px;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 20px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
}

.logo-1, .logo-2, .icon, .inloggen  {
    display: flex;
    align-items: center;
}

.inloggen {
    padding: 1.5px 15px;
    background-color: #01375B;
    border-radius: 20px;
}

.logo-1 {
    width: 64px;
}

.logo-2 {
    height: 17px;
    padding-left: 10px;
}   

.oog {
    margin-top: +2.4%;
}

.hart {
    margin-top: +10.4%;
}

nav {
    display: flex;
}

nav ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-left: 18px;
}

nav ul li {
    margin: 0 18px;
}

.header-r ul li {
    margin: 0 5px;
}

.header-r ul li a {
    display: flex;
    align-items: center;
}

nav ul li a {
    color: white;
    text-decoration: none;
    list-style-type: none;
    font-size: 20px;
    transition: color 0.3s ease;
}

.icon:hover, .logo-2:hover, nav.header-r ul li img:hover {
    opacity: 0.7;
}

nav.header-l ul li a:hover {
    color: #f69903;
    transition: color 0.3s ease;
}

nav.header-r ul li.inloggen:hover, .search-button:hover {
    background-color: #153d75;
}

header .header-l, header .search-bar {
    display: flex;
    align-items: center;
}

.search-bar {
    position: relative;
    margin: 0 auto;
    width: 300px;
    margin-left: 18px;
}

.search-bar input {
    width: 100%;
    padding: 8px 15px;
    border-radius: 20px;
    border: none;
    outline: none;
}

div.search-bar img {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
}

.header-r ul li {
    margin-right: 15px;
}

.header-r ul img {
    height: 40px;
    width: auto;
}

.icon img {
    width: 40px;
    height: auto;
    display: flex;
    align-items: center;
}

.hero-section {
    position: absolute;
    top: 30%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 2;
}

.hero-title {
    font-size: 3rem;
    background-color: rgba(255, 255, 255, 0.432);
    border-radius: 10px 10px 0 0;
    padding-left: 10px;
    padding-right: 10px;
}

.search-container {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
    color: #01375B;
}

.form-group select {
    padding: 10px;
    padding-right: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

.search-button {
    display: inline-block;
    vertical-align: middle;
    background-color: #01375B;
    color: white;
    border: none;
    padding: 6.5px 15px;
    border-radius: 20px;
    font-size: 20px;
    cursor: pointer;
}

.meer {
    width: 100%;
    height: 93vh;
    object-fit: cover;
    z-index: 1;
}

.txt1 {
    margin-top: -8px;
    font-size: 19px;
}

.bestemming {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
}

.bestemming_txt-l, .bestemming_txt-r {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    color: white;
    padding-left: 15px;
    margin-bottom: 7px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    font-size: 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bestemming_txt-l {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.bestemming_txt-r {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.extra_txt {
    margin-top: -15px;
    color: #BCBCBC;
    font-size: 17px;
    opacity: 0.8;
}

.rij {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}

.image_container {
    position: relative;
    display: inline-block;
}

img.athene, img.rome {
    width: auto;
    height: 548px;
    object-fit: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

img.cairo, img.chichen_itza {
    width: auto;
    height: 548px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

