:root{
    --header-bckg: #800;
    --link-color: #c00;
    --h3-color: #600;
    --footer-bckg: #333;
    --dropdown-color: #eee;
}

*::before, *::after {
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif, serif;
}

html{
    min-height: 100%;
    position: relative;
}

body{
    margin-bottom: 750px;
    overflow-x: hidden;
    background-image: url("img/background/vineyard-7530555_1920.jpg");
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
}

.main-container{
    display: flex;
    justify-content: center;
}

.main-content{
    max-width: 1366px;
}

.main-content section{
    background: #eeed;
    margin: 1rem;
    border-radius: 1%;
}

a{
    font-family: 'Exo 2', sans-serif, serif;
}

header{
    position: relative;
    height: 5rem;
    background: var(--header-bckg);
}

.header__logo-container img{
    display: none;
}

.banner-container img{
    width: 100%;
}

#responsive-menu__input{
    display: none;
}

.responsive-menu__icon{
    position: absolute;
    left: 2rem;
    top: 1rem;
    color: #ddd;
}

nav{
    display: none;
    justify-content: center;
    position: absolute;
    top: 5rem;
    padding-left: 1rem;
    background: #a00;
    width: 100%;
}

.list-container{
    max-width: 1366px;
    width: 100%;
}

.nav__list-of-links{
    display: flex;
    flex-direction: column;
    padding: 1rem;  
}

.nav__section-item{
    display: inline-block;
    padding: 1rem 0;
    border-bottom: 2px solid #fff;
    margin-right: 1rem;
}

.nav__section-link{
    text-decoration: none;
    padding: .5rem;
}

.list-of-links{
    list-style: none;
}

.white{
    color: #fff;
}

.header-elements-container{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 1366px;
    margin: 0 auto;
}

.dropdown {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1366px;
    width: 100%;
    margin-right: 2rem;
    position: relative;
}

.dropdown-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 15rem;
    height: 2.5rem;
    background: var(--dropdown-color);
    color: #000;
    font-weight: bold;
    letter-spacing: 0.15em;
    border: none;
    cursor: pointer;
    user-select: none;
}

.dropdown-content {
    position: absolute;
    top: 3.5rem;
    right: 1rem;
    background: var(--dropdown-color);
    border: 1px solid #ccc;
    width: 15rem;
    z-index: 100;
    user-select: none;
}

.dropdown-option {
    padding: 0.5rem;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    pointer-events: none;
}

.dropdown-option:hover {
    background-color: #333;
    color: #fff;
}

h1, h3{
    font-size: 2rem;
    padding: 1rem 0;
    color: var(--h3-color);
}

.video-container{
    max-width: 100%;
    aspect-ratio: 16/9;
    text-align: center;
}

.media{
    max-width: 100%;
    width: 100%;
}

.content-img{
    border-radius: 1%;
    padding: 1rem 0;
}

.media-description{
    text-align: center;
}

section p {
    padding: 1rem 0;
}

.main-content a {
    color: var(--link-and-dropdown-color);
    font-weight: bold;
}

.footer__contact-link:hover, .footer__section-link:hover, .nav__section-link:hover{
    color: #ff0;
}

section{
    padding: 1rem 3rem;
}

footer{
    display: flex;
    position: absolute;
    flex-direction: column;
    bottom: 0;
    width: 100%;
    height: auto;
    /*  */
    background: var(--footer-bckg);
    color: #fff;
    align-items: center;
    justify-content:space-around;
    
}

footer section{
    padding: 20px 0;
    text-align: center;
}

.footer__means-of-payments {
    display: flex;
    flex-direction: row;  
    flex-wrap: wrap;
    justify-content: center;  
    align-items: center; 
    gap: 20px;
    background-color: #333; 
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto; 
}

.payment-logo img {
    max-height: 100px;
    height: auto;
    transition: transform 0.3s ease;
}

.payment-logo img:hover {
    transform: scale(1.1); 
}

.contact-container{

    flex-grow: 1;
}

.map-container{

    flex-grow: 1;
}

.map-item{
    margin: 3rem;
}

footer .list-of-links li {
    padding: 0.25rem 0;
}

i{
    font-size: 1.5rem;
    padding: .25rem .4rem;
}

@media (min-width: 725px) {
    header{
        height: 125px;
    }

    .responsive-menu__icon{
        display: none;
    }

    .nav__section-item{
        border-bottom: none;
        margin-right: 0;
    }

    .header__logo-container img{
        display: block;
        padding: 1rem 3rem;

    }

    .banner-container{
        display: none;
    }

    nav{
        display: flex;
        flex-direction: row;
        position: relative;
        top: 0;
    }

    .nav__list-of-links{
        justify-content: flex-start;
        flex-direction: row;
        max-width: 1366px;
        width: 100%;
    }

    .nav__section-item{
        padding: 0;
    }

    .main-content{
        margin-top: 40px;   
    }

    .main-content section{
        margin: 3rem;
    }

    .gallery-section img{
        padding: 5%;
    }

    footer{
        height: 325px;
        /* bottom: 0; */
        justify-content:space-evenly;
        padding: 5vh;
    }

    .footer-div{
        display: flex;
        flex-direction: row;
    }

    footer div{
        padding: 0;
    }

    .contact-container{
        width: 30vw;
    }

    .map-container{
        width: 40vw;
    }

    footer section {
        max-width: 33%;
    }

    body{
        margin-bottom: 300px;
    }
}