

html {
    height: 100%;
}

body {
    min-height: 100%;
    display: grid; 
    grid-template-rows: auto 1fr auto; 
    margin: 0;
    font-family: Arial, sans-serif;
}

main {

}

.footer-sticky {

    width: 100%;
    flex-shrink: 0; 
}


/* ОСНОВНЫЕ стили */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2F4538;
    padding: 10px 20px;
    color: #000000;
}
.nav-container {
    display: flex;
    align-items: center;
}
.nav-title {
    font-size: 18px;    
    margin-right: 20px;
}
.nav-links {
    list-style: none;
    display: flex;
    padding: 0; 
    margin: 0;  
}
.nav-links li {
    margin: 0 10px;
    display: flex;
    align-items: center;
}
.nav-links a {
    text-decoration: none;
    padding-right: 0px;
    color: #d0b678; 
    transition: color 0.3s, background-color 0.3s;
}
.nav-links img {
    width: 20px;
}
.contacts a img {
    width: 24px;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}

.menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 24px;
}

.header {
    color: #000000;
}

.infoall {
    color: #000000;
    text-align: center;
    font-size: 35px;
}

.telnumber {
    color: #d0b678; 
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s, transform 0.2s ease-in-out;
    padding: 0;
    border-radius: 0;
}

.telnumber:hover {
    color: white; /* Цвет наведения */
    text-decoration: none;
}

.telnumber:active {
    color: white; /* Цвет нажатия */
    transform: scale(1.1);
    text-decoration: none;
}

.nav-links a:hover {
    color: white; /* Цвет наведения */
    text-decoration: none;
}

.nav-links a:active {
    color: white; /* Цвет нажатия */
    transform: scale(1.1);
    text-decoration: none;
}

.usadba {
    color: #050505;
    text-decoration: none;
    font-size: 24px;
}


@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        background: #2f4538;
        position: absolute;
        top: 60px; 
        width: 100%;
        padding: 10px 0;
        z-index: 100; 
    }
    .nav-links li {
        text-align: center;
        margin: 10px 0;
        margin-left: 0; 
     }
    .menu-toggle {                    
        display: block;
        font-size: 30px;
        color: #d0b678;
    }
    .nav-active {
        display: flex;
    }

    .nav-container {
        text-align: center;
    }

    .telnumber {
        font-size: 13px;
    }
}

.infobase {
    text-align: justify;
    text-indent: 25px;
    color: #000000;
}

.gps-link {
    text-decoration: none;
    color: #030303;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

.gps-link:hover {
    color: #000000;
    text-decoration: none;
}

.footer {
    display: flex;
    justify-content: space-between;
    background: #2F4538;
    color: #d0b678;
    padding: 10px 20px; 
}
.footer-section {
    flex: 1;
    text-align: center;
    color: #d0b678;
}
.footer-section1 {
    flex: 1;
    text-align: center;
    margin-top: 10px;
    color: #d0b678;
}

.footer-section1 a img {
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}

.bottom-bar {
    text-align: center;
    background: #2F4538;
    color: #d0b678;
    padding: 10px;
    border-top: 1px solid #4a6350; 
}

/* Стиль кнопки Забронировать */
.nav-button {
    padding: 8px 15px !important; 
    margin-left: 20px;
    background: linear-gradient(45deg, #c4a354, #d0b678) !important;
    color: #000000 !important;
    font-size: 17px;
    font-weight: bold !important;
    border-radius: 50px;
    transition: all 0.6s ease-in-out !important;
    text-decoration: none !important;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(72, 163, 64, 0.4);
    border: none !important;
}

.nav-button:hover {
    background: linear-gradient(45deg, #c4a354, #d0b678) !important;
    color: #28a745 !important; /* цвет  наведения */
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 37, 37, 0.6);
    text-decoration: none !important;
}

.nav-button:active {
    transform: scale(0.95);
}


@media screen and (max-width: 768px) {
    .nav-links li .nav-button {
        margin-left: 0;
        margin-top: 15px;
        display: block;
        text-align: center;
    }
}

/* Анимация  соцсетей в навигации и футере */
.contacts a:hover img,
.footer-section1 a:hover img {
    transform: scale(1.2);
}


a:hover {
    text-decoration: none;
    background-color: transparent !important;
}


.footer .telnumber:hover {
    color: white;
    text-decoration: none;
}


.navbar a:hover,
.footer a:hover,
.nav-links a:hover,
.contacts a:hover {
    text-decoration: none;
    background-color: transparent !important;
}


.button:hover {
    background: linear-gradient(45deg, #c4a354, #d0b678) !important;
    text-decoration: none !important;
    color: #000000 !important;
}

.button:active {
    background: linear-gradient(45deg, #c4a354, #d0b678) !important;
    text-decoration: none !important;
    color: #000000 !important;
}


a:focus,
a:active,
a:hover {
    background-color: transparent !important;
    outline: none !important;
}


section a:hover,
section a:focus,
section a:active {
    background-color: transparent !important;
    color: #000000 !important;
    text-decoration: none !important;
}


.place a:hover,
.place1 a:hover {
    background-color: transparent !important;
    color: #000000 !important;
}

/* Стили кнопки погоды навигации */
.weather-nav-button {
    padding: 8px 15px !important;
    margin-left: 10px;
    background: linear-gradient(45deg, #c4a354, #d0b678) !important;
    color: #000000 !important;
    font-size: 14px;
 
    border-radius: 50px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.6s ease-in-out !important;
    box-shadow: 0 4px 15px rgba(72, 163, 64, 0.4);
    border: none !important;
}

.weather-nav-button:hover {
    background: linear-gradient(45deg, #c4a354, #d0b678) !important;
    color: rgb(0, 0, 0) !important; /*  при наведении */
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 37, 37, 0.6);
    text-decoration: none !important;
}

.weather-nav-button:active {
    transform: scale(0.95);
}

.weather-text {
    color: inherit;
}
