/* Reset Styles */

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

/* Global Styles */

body {
	font-family: "Lato", sans-serif;;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
}

ul {
	list-style: none;
}

img {
	max-width: 100%;
}

/* Header Styles */

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

.logo {
    height: 40px;
    width: auto;
}

.logo img {
    height: 100%;
    width: auto;  
}

nav ul {
    display: flex;
}

nav ul li {
    margin-left: 20px;
}

nav ul li:first-child {
    margin-left: 0;
}

nav ul li a {
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-size: 22px;
}

nav ul li a:hover {
    background-color: #eee;
}

nav ul .lang img {
    width: 45px;
}

#lang-enabler {
    color: white;
    border: none;
    cursor: pointer;
}

#dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
}
  
#dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Hero Section Styles */

.hero {
background-image: url(img/travelgen.jpg);
background-size: cover;
background-position: center;
padding: 100px;
color: #fff;
text-align: center;
}

.hero h1 {
font-size: 3rem;
margin-bottom: 20px;
}

.hero p {
font-size: 1.5rem;
margin-bottom: 40px;
}

.hero .btn {
padding: 10px 20px;
font-size: 1.2rem;
background-color: #fff;
color: #333;
border-radius: 5px;
text-decoration: none;
transition: background-color 0.3s ease;
}

.hero .btn:hover {
background-color: #eee;
}

/* About Section Styles */

.about {
    background-image: url(img/meschach.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px;
    color: #fff;
    text-align: center;
}

.about h2 {
font-size: 2.5rem;
margin-bottom: 20px;
}

.about p {
font-size: 1.2rem;
margin-bottom: 40px;
}

.about .btn {
padding: 10px 20px;
font-size: 1.2rem;
background-color: #fff;
color: #333;
border-radius: 5px;
text-decoration: none;
transition: background-color 0.3s ease;
}

.about .btn:hover {
background-color: #eee;
}

/* Tours Section Styles */

.tours {
    background-image: url(img/busreisen.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px;
    text-align: center;
}

.tours h2 {
font-size: 2.5rem;
margin-bottom: 20px;
color: #eee;
}

.tours ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-top: 50px;
}

.tours li {
    flex-basis: 300px;
    margin: 20px;
    background-color: #f5f5f5;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-align: center;
    background-size: cover;
    background-position: center;
    color: #eee;
}

.austria {
    background-image: url(img/austria.jpg);
}

.montenegro {
    background-image: url(img/budva.jpg);
}

.mongolia {
    background-image: url(img/mongolia.jpg);
}

.slovenia {
    background-image: url(img/slovenia.jpg);
}

.europe {
    background-image: url(img/brussels.jpg);
}

.america {
    background-image: url(img/cleveland.jpg);
}

.turkey {
    background-image: url(img/resort.jpg);
}

.namibia {
    background-image: url(img/namibia.jpg)
}

.corsica {
    background-image: url(img/corsica.jpg);
}

.tours li h3 {
font-size: 1.5rem;
margin-bottom: 10px;
}

.tours li p {
font-size: 1.2rem;
margin-bottom: 20px;
}

.tours .btn {
padding: 10px 20px;
font-size: 1.2rem;
background-color: #fff;
color: #333;
border-radius: 5px;
text-decoration: none;
transition: background-color 0.3s ease;
}

.submit-btn {
    padding: 10px 20px;
    font-size: 1.2rem;
    background-color: #fff;
    color: #333;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #eee;
}

.tours .btn:hover {
background-color: #eee;
}

/* Footer Styles */

footer {
padding: 20px;
background-color: #f5f5f5;
text-align: center;
}

/*///DESTINATIONS///*/

.city-array {
    font-style: italic;
}

.leave-when {
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    /* Header Styles */
    header {
    flex-direction: column;
    align-items: center;
    padding: 10px;
    }
    
    .logo {
    margin-bottom: 10px;
    height: 30%;
    }

    .logo img {
        src: url(img/logo-no-name.png);
    }
    
    nav {
    margin-top: 10px;
    }
    
    nav ul {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    }
    
    nav ul li:first-child {
    margin-top: 0;
    }
    
    nav ul li a {
    font-size: 18px;
    padding: 10px;
    }
    
    /* Hero Section Styles */
    .hero {
    padding: 50px;
    }
    
    .hero h1 {
    font-size: 2.5rem;
    }
    
    .hero p {
    font-size: 1.2rem;
    }
    
    /* Tours Section Styles */
    .tours {
    padding: 50px 10px;
    }
    
    .tours h2 {
    font-size: 2.5rem;
    }
    
    .tours ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    }
    
    .tours li {
    width: 100%;
    margin-bottom: 50px;
    }
    
    .tours li a {
    margin-top: 20px;
    }
}

