* {
    font-family: 'Arapey', serif;
}

header {




    text-align: center;
    position: fixed;
    padding: 20px 35px;
    width: 100%;
    z-index: 999;
    align-items: center;
    background: rgba(201, 157, 128, 0.15);

    backdrop-filter: blur(4px);
    display: flex;
    justify-content: space-between;

    top: 0;
    transition: top .3s;
}

.burger-icon {
    cursor: pointer;
}

.first-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(./img/bg-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    width: 100%;
    padding: 120px 60px;
}

.header-label {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.header-label h4 {
    font-size: 38px;
    line-height: 42px;
    color: #161616;
    padding-bottom: 6px;
}

.header-label p {
    font-size: 18px;
    line-height: 20px;
    color: #161616;
}

.right-buttons {
    display: flex;
    width: 100px;
    justify-content: space-between;
}

.link {
    text-decoration: none;
    color: black;
}

.first-section > a   {
    margin-top: auto;
    margin-left: auto;
}

.button-book {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    background-color: #FFFFFF;
    padding: 15px 20px;
    max-width: 215px;
    color: #161616;

}

.services-section {
    padding: 40px;
    background-color: #FFFFFF;
    display: flex;
}

.services-section > img {
    max-width: 675px ;
}

.services-content {
    margin-left: 40px;
}

.services-content h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 42px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #161616;
    padding-bottom: 50px;
}

.service-bar {
    border: 1px solid #D9D9D9;
    margin: 15px 0;
    padding: 15px 20px;
    cursor: pointer;
}

.service-bar > h3 {
    font-size: 22px;
}

.service-bar p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #161616;
    padding: 10px 0;
}


.reviews-section {
    margin: 60px 0;
    padding: 20px 50px;
    text-align: center;
}

.reviews-section h2 {
    font-weight: 400;
    font-size: 38px;
    line-height: 42px;
    color: #161616;
}

.reviews-container {
    margin: 60px 0;
    display: flex;
}


.review-bar {
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    margin: 0 10px;
}

.review-bar__rating {
    display: flex;
    width: 20%;
}

.review-bar__rating > img {
    width: 23px !important;
    height: 23px;
}

.review-bar__text {
    font-family: 'Inria Serif', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    padding: 30px 0;
    text-align: left;
}

.review-bar__author {
    margin-top: auto;
    padding: 50px 0 0 0;
    text-align: right;
    font-size: 20px;
    font-family: 'Inria Serif', serif;
    font-style: normal;
    font-weight: 400;
}


.about-us-section {
    text-align: center;
}

.about-us-section h2 {
    font-weight: 400;
    font-size: 38px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 20px;
    color: #161616;
}

.service-image {
    width: 100%;
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-us-banner {
    background-size: cover;
    background-image: url("img/bg-2.webp");
    min-height: 800px;
    padding: 40px 120px;
    text-align: center;
}

.about-us-banner > h4 {
    font-weight: 400;
    font-size: 38px;
    line-height: 42px;
    color: #FFFFFF;
}

.about-us-banner > span {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
}

.about-us-text {
    text-align: left;
    font-size: 27px;
    color: #FFFFFF;
    line-height: 34px;
    padding-top: 90px;
}

footer {
    padding: 40px 0;
    background-color: #F9F9F9;
    text-align: center;
}

.footer-container {
    padding: 50px;
    display: flex;
    justify-content: space-between;
    max-height: 400px;
}

.contacts-container {
    display: flex;
    min-height: 100px;
    flex-direction: column;
    justify-content: space-between;
}

.contact-bar {
    height: 20px;
    display: flex;
    align-items: center;
}

.contact-bar > span > a {
    color: #161616;
    text-decoration: none;
    font-size: 19px;
}

.contact-bar > img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.contact-bar > span {
    color: #161616;
    text-decoration: none;
    font-size: 19px;
}

.map-responsive{
    overflow: hidden;
    position: relative;
    width: 350px;
    height: 350px;
}

.map-responsive iframe{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}


.menu-hide {
    width: 345px;
    left: -345px;
    height: 100vh;
    background-color: #D7D7D7;
    position: fixed;
    z-index: 10;
    top: 0px;
    transition: all .6s ease-in-out;
}

.menu-hide ul li {
    height: 70px;
    list-style-type: none;
    text-align: center;
    line-height: 70px;
    transition: all .5s ease;
}

.menu-hide ul li:hover a {
    text-decoration: black;
    transition: all .5s ease;
}

.menu-hide ul li a {
    padding: 30px 25px;
    text-decoration: none;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
}

#cross {
    cursor: pointer;
    position: absolute;
    width: 33px;
    height: 33px;
    left: 20px;
    top: 20px;
}

.menu-hide.show{
    left: 0px;
    background-color: #D7D7D7 ;
    transition: all .6s ease-in-out;
}

.review-bar__author {
    align-items: center;
    padding: 10px 0 0 0;
    text-align: right;
    font-size: 20px;
    font-family: 'Inria Serif', serif;
    font-style: normal;
    font-weight: 400;
    display: flex;
    width: 200px;
    margin-top: auto;
    margin-left: auto;
}

.review-bar__author > img {
    width: 35px !important;
    margin-right: 7px;

}
.reveal {
    position: relative;
    opacity: 0;
}

.reveal.active {
    opacity: 1;
}

.active.fade-bottom {
    animation: fade-bottom 1s ease-in;
}

.active.fade-left {
    animation: fade-left 1s ease-in;
}

@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


@media (max-width: 560px) {
    .footer-container {
        flex-direction: column;
        max-height: none;
        padding: 50px 20px;
    }

    .map-responsive {
        margin-top: 60px;
    }

    .contact-bar {
        text-align: left;
    }

    .contacts-container {
        min-height: 200px;
    }


    .about-us-banner {
        padding: 30px 20px;
    }

    .reviews-container {
        flex-direction: column;
    }

    .reviews-section {
        padding: 20px !important;
    }

    #burger-icon {
        width: 45px;
    }

    header {
        padding: 20px 16px;
    }

    .header-label h4 {
        font-size: 31px;
    }

    .header-label p {
        font-size: 13px;
    }

    .right-buttons {
        width: 70px;
    }

    .button-book {
        max-width: none;
        margin-top: auto;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 1010px) {
    .services-section {
        flex-direction: column;
    }

    .services-content {
        order: -1;
        margin-left: 0;
    }


}


#modal-services {
    display: none;
    position: fixed;
    background-color: #FFFFFF;
    min-height: 300px;
    flex-direction: column;
    text-align: center;
    padding: 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    box-shadow: 1px 1px 1px 1px grey;
}


#service-modal-cross {
    font-family: 'Arapey', serif;
    font-size: 24px;
    cursor: pointer;
    right: 15px;
    position: absolute;
}


#service-content {
    margin: 20px 0;
    font-size: 18px;
}

.flex-container {
    display: flex;
    justify-content: space-between;
}

.modal-button {
    box-shadow: 1px 1px 1px 1px gray;
    width: 50%;
    margin: 0 15px;
}




@media (max-width: 600px) {
    #modal-services {
        width: 90%;
    }
}
