
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}




html {
    scroll-behavior: smooth;
}


body {
    font-family: Garamond, serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    background-color: #FEFADC;
}

/* Pais */
header {
    background-color: #f0f0f0;
    background-image: url('nationaldishes1.jpg');
    padding: 20px;
    text-align: center;
    background-size: cover;
    background-position: center;
}

h1 {
    color: #FEFADC;
    text-align: center;
    margin: 0;
    padding: 20px 0;
}

/* Navigatsioon */
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}


nav li {
    display: inline;
}

nav a {
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
    color: #EDE0D0;
    position: relative;
    padding: 10px 15px;
    transition: background-color 0.3s ease;
}

nav a:hover {
    background-color: #D4A759;
    border-radius: 15px;
}

/* Slider Styles */
/* Global reset for margins, padding, and box-sizing */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.country-icons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.country-icons img {
    width: 200px;
    height: 200px;
    margin: 0 10px;
    border-radius: 50%;
    object-fit: cover
}



/* Background container */
.background {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Slider title */
.slider-title {
    font-size: 4rem;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Slider container */
.slider-container {
    margin-top: 5%;
    position: relative;
    width: 90%;
    max-width: 90%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* Slides wrapper */
.slider {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

/* Individual slide */
.slide {
    min-width: 100%;
    height: 450px;
}

/* Images inside slides */
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Navigation buttons */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Dots container */
.dots-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: rgba(255, 255, 255, 1);
}


/* Navigation Buttons */
.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 10;
    padding: 10px;
    border-radius: 50%;
}

.nav-button.prev {
    left: 10px;
}

.nav-button.next {
    right: 10px;
}

.nav-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.about-section {
    text-align: center;
    margin: 40px auto;
    width: 80%;
    max-width: 900px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    color: #555;
}

.about-section a{
    color:#ff6347;
    text-decoration: none;
    font-weight: bold;
    
}

.about-section h2 {
    font-style: Garamond, serif ;
    font-size: 30px;
    margin-bottom: 15px;
    color: #979B8D; 
}

.about-section p {
    color: #555;
    font-size: 24px;
    line-height: 1.6;
}

.recipes-section {
    background-image: url('nationaldishes.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 60px;
    background-color: #FEFADC;
    display: flex;
    flex-direction: column; /* Arrange columns vertically */
    gap: 30px; /* Space between each column */
    align-items: center; /* Center-align the columns */
    margin-top: 50px;
    border-radius: 15px;
    margin: 50px;
}

.recipes-section a:hover{
    text-decoration: underline;
}



p,
.recipes-section{
    text-align: center;
    color: #FEFADC;
    font-size: 36px;
    font-weight: 1000;
}

/* Individual Column Styling */
.column {
    background-color: #F6D4BA;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%; /* Make columns take up full width */
    max-width: 900px; /* Limit the maximum width */
}

.column h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid #ff6347; /* Tomato color for underlining */
    padding-bottom: 10px;
}

/* Recipe List Styling */
.column ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.column li {
    font-size: 30px;
    margin: 10px 0;
    color: #555;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Styling for the Book Icon */
.column a {
    color: #ff6347;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.column a:hover {
    color: #e55347; /* Darker tomato on hover */
}

/* Hover Effect for the List Items */
.column li:hover {
    background-color: #f9f9f9;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}



.restaurant-section {
    
    font-style: Garamond, serif;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.restaurant-section h2{
    font-size: 40px;
    color:#C1BCAC
}




.restaurant-section a:visited{
    color: #555;
    text-decoration: none;

}

/* Grid layout for restaurant boxes */
.restaurant-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Individual restaurant box styling */
/* Updated Restaurant box styling */
.restaurant-box {
    background: #F3B391;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px; /* Slightly increased padding */
    width: 400px; /* Increased width to make the box bigger */
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Restaurant name styling */
.restaurant-name {
    font-size: 1.8rem; /* Increased font size for the restaurant name */
    margin-bottom: 10px;
    color: #F3B391; /* Tomato color */
}

/* Rating and description styling */
.restaurant-rating,
.restaurant-description {
    font-size: 1.1rem; /* Slightly larger font size for readability */
    margin-bottom: 10px;
    color: #555;
    text-align: center;
}

/* Updated Map container styling */
.map-container {
    width: 100%;
    height: 300px; /* Increased height for a larger map */
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
}

/* Update Contact Form Input Boxes */
/* Update Contact Form Input Boxes */
/* Update Contact Form Input Boxes */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Contact Form Styles */
#contact-form {
    background-color: #FEFADC;
    padding: 60px 0;
    margin-top: 50px;
    text-align: center;
}

#contact-form h1 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #333;
}

#contact-form p {
    font-size: 18px;
    color: #555;
    margin-bottom: 25px;
}

#contact-form .form-group {
    margin-bottom: 20px;
    text-align: left;
    max-width: 400px;
    margin: 0 auto 20px;
}

#contact-form .form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

#contact-form .form-group input,
#contact-form .form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box; /* Ensures padding is inside the input field */
}

#contact-form .form-group textarea {
    height: 150px;
}

#contact-form .form-group input:focus,
#contact-form .form-group textarea:focus {
    outline: none;
    border-color: #f7c08a; /* Light gold border when focused */
}

#contact-form .btn {
    background-color: #D4A759;
    color: white;
    font-size: 18px;
    padding: 15px 30px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
    margin: 0 auto;
}

#contact-form .btn:hover {
    background-color: #C2954D;
}

/* Contact Info Section */
#contact-info {
    background-image: url('nationaldishes1.jpg');
    background-color: #333;
    color: white;
    padding: 50px 0;
}

#contact-info .box {
    text-align: center;
    margin-bottom: 30px;
}

#contact-info .box i {
    color: #f7c08a;
    margin-bottom: 15px;
}

#contact-info .box h3 {
    font-size: 24px;
    margin-bottom: 0;
    color: #f7c08a;
}

#contact-info .box p {
    font-size: 18px;
    color: #ccc;
}

/* Footer */
footer {
    text-align: center;
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    margin-top: 0;
}

footer p {
    font-size: 16px;
    color: #ccc;
}
