@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --primary-color: #78C6A3;
    --heading-color: #000000;
    --body-bg: #B7E4C7;
    --small-text-color: #1B4332;
    --secondary-color : #1B4332;
    --card-bg: #248277;
    --font-name: "Montserrat", sans-serif;  
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--body-bg);
    font-family: var(--font-name);
}

a {
    text-decoration: none;
    color: unset;
}

ul {
    list-style: none;
}

p {
    color: var(--small-text-color);
    font-size: .9rem;
    line-height: 28px;
}

h1,h2,h3,h4 {
    color: var(--heading-color);
    font-weight: 500;
}
/* ----------- */
.container {
    width: 1140px;
    margin: auto;
    padding: 0px 20px;
}

.highlight {
    color: #1B4332;
}

section {
    padding: 60px 0px;
}

.additional-content {
    display: none;
}

.show-more {
    display: block !important;
}

.additional-content-items-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    column-gap: 2rem;
}

.additional-content-items {
    display: flex;
    flex-flow: column nowrap;
    column-gap: 2rem;
    margin-top: 30px;
}

.additional-content-image .additional-content-text {
    width: 50%;
}

.additional-content-image img {
    width: 100%;
    border-radius: 50%;
}

.additional-content-text {
    font-size: 1rem;
    font-weight: 500;
}

/* ---------header---------  */

.nav {
    width: 100%;
    height: 80px;
    line-height: 80px;
    z-index: 9999;
}
.nav__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav__menu {
    display: flex;
    align-items: center;
    column-gap: 2.7rem;
}

.nav__link {
    color: #081C15;
    font-weight: 600px;
    cursor: pointer;
    transition: .3s;
}

.nav__link:hover {
    color: var(--primary-color);
}

.nav__item:nth-child(1) a {
    color: #081C15;
    position: relative;
    z-index: 9;
}

.nav__item:nth-child(1) a::before {
    content: "";
    width: 40px;
    height: 2px;
    background: var(--primary-color);
    color: var(--primary-color);
    position: absolute;
    top: 120%;
    left: 0;
    z-index: 999;
}

.mobile__menu {
    color: #081C15;
    font-size: 1.3rem;
    cursor: pointer;
    display: none;
}

.nav.header__sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--card-bg);
}

/* ======= hero ======= */
.hero__wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 2rem;
}

.hero__section-top {
    margin-bottom: 10px;
}

.hero__section-top h2 {
    font-size: 2rem;
}

.hero__section-top p{
    font-size: 1rem;
    font-style: italic;
    font-weight: 600;
    color: #000000;
    margin-top: 10px;
}


.hero__content, .hero__img {
    width: 50%;
}

.hero__img img {
    width: 100%;
    border-radius: 5%;
    box-shadow: 0px 0px 50px var(--card-bg);

}

.hero__content h2 {
    font-size: 3rem;
    line-height: 65px;
}

.hero__content p{
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 500;
}

.hero__btns {
    display: flex;
    align-items: center;
    column-gap: 2rem;
    margin-top: 40px;
}

.view__more-btn {
    padding: 10px 35px;
    background: var(--primary-color);
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    color: var(--secondary-color);
}

.hero_content {
    padding-top: 40px;
}

.hero__link {
    margin-top: 20px; 
    display: flex;
    justify-content: center;
}

.hero__link a {
    background: var(--card-bg);
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
}

.video__container {
    width: 100%;
    height: auto;
    max-width: 800px; 
    margin: 0 auto; 
}

.video__container video {
    width: 100%;
    height: auto;
    box-shadow: 10px 10px 5px var(--card-bg);
    border-radius: 5px;
}

/* about page */
.about__wrapper {
    display: flex;
    align-items: center;
    column-gap: 2rem;
}

.about__img {
    width: 100%;
}

.about__content {
    width: 100%;
}

.about__img img{
    width: 100%;
    border-radius: 5px;
}

.about__content {
    font-size: 1.7rem;
    line-height: 50px;
    margin-bottom: 20px;
}

.about__content p{
    font-weight: 500;
    color: var(--heading-color);
}


.about__link {
    margin-top: 20px; 
    display: flex;
    justify-content: center;
}

.about__link a {
    background: var(--card-bg);
    padding: 4px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
}

.learn__more {
    margin-top: 30px;
    padding: 10px 35px;
    font-size: 1rem;
    border: none;
    background-color: var(--primary-color);
    border-radius: 5px;
    cursor: pointer;
}

.learn__more a {
    color: var(--secondary-color);
    font-weight: 600;
}

/* galerie page */
.galerie__wrapper {
    display: flex;
    align-items: center;
    column-gap: 2rem;
}

.galerie__img {
    width: 50%;
}
.galerie__content {
    width: 50%;
}

.galerie__img img{
    width: 100%;
    border-radius: 5px;
}

.galerie__content {
    font-size: 1.7rem;
    line-height: 50px;
    margin-bottom: 20px;
}

.galerie__content p{
    font-weight: 500;
    color: var(--heading-color);
}


/* menu style */
.menu__section-top {
    margin-bottom: 10px;
}

.menu__section-top h2 {
    font-size: 2rem;
}

.menu__link {
    margin-top: 20px; 
    display: flex;
    justify-content: center;
}

.menu__link a {
    background: var(--card-bg);
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
}

.menu__wrapper {
    display: flex;
    flex-flow: column wrap;
    
}

.menu__photo {
    width: 34%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 10px;
}

.menu__photo img {
    width: 100%;
    border-radius: 15%;
    padding: 5px;
}





/* offer section */

.offer__wrapper {
    display: flex;
    column-gap: 2rem;
    align-items: center;
}

.offer__content, .offer__img {
    width: 50%;
}

.offer__img img {
    width: 100%;
    border-radius: 47%;
    box-shadow: 0px 0px 50px var(--card-bg);
}

.offer__content h2 {
    font-size: 2.5rem;
    line-height: 50px;
    margin-bottom: 30px;
}

.offer__content p {
    margin-bottom: 20px;
    font-weight: 600;
}

/* contact section */

.contact__top {
    margin-bottom: 50px;
    text-align: center;
}

.contact__top h2 {
    font-size: 2rem;
}

.contact__item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* width: 100%; */
    background: var(--primary-color);
    box-shadow: 10px 10px 5px var(--card-bg);
    border-radius: 10px;
    padding: 10px;
    column-gap: 2rem;
    cursor: pointer;
}

.contact__img {
    width: 40%;
}
.contact__img img {
    width: 100%;
    border-radius: 47%;
}

.contact__content {
    width: 25%;
}


.contact__menu li{
    padding: 10px;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.7rem;
}


.read__more {
    background-color: var(--card-bg);
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    padding: 10px;
    cursor: pointer;
}

/* footer section */
.footer {
    padding-top: 60px;
    padding-bottom: 30px;
    background: var(--card-bg);
}
.footer__wrapper {
    display: flex;
    column-gap: 2rem;
    justify-content: center;
}

.footer__logo {
    width: 40%;
}

.footer__box {
    width: 20%;
}

.footer__logo p {
    margin-top: 15px;
    margin-bottom: 20px;
}

.footer__image {
    width: 80%;
    margin-top: 10px;
}

.footer__image img {
    width: 100%;
    border-radius: 45%;
}

.footer__link-title {
    margin-bottom: 20px;
}

.footer__menu {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.footer__link {
    color: #fff;
    font-size: .9rem;
}

.footer__copyright {
    text-align: center;
    margin-top: 50px;
    color: #fff;
}

.footer__highlight {
    color: #1B4332;
    font-size: 1rem;
    font-weight: 700;
}

/* animation */
.section {
    transition: transform 1s, opacity 1s;
}

.section__hidden {
    opacity:0;
    transform: translateY(8rem);
}


/* RESPONSIVE */
@media only screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }

    .contact__menu li{
        padding: 10px;
        font-weight: 500;
        font-size: 1rem;
    }
    .footer__wrapper {
        column-gap: 5rem;
    }

    .video__container {
        width: 80%;
        height: auto;
        max-width: 800px; 
        margin: 0 auto; 
    }
}

@media only screen and (max-width: 905px) {
    .container {
        width: 100%;
    }

    .contact__img{
        width: 70%;
    }
    .contact__menu li{
        padding:5px;
        font-weight: 500;
        font-size: .9rem;
    }
    .footer__wrapper {
        column-gap: 5rem;
    }
}

@media only screen and (max-width: 768px) {
    section {
        padding: 40px 0px;
    }

    .nav {
        width: 100%;
        height: 50px;
        line-height: 50px;
    }

    .navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #13252fa8;
        z-index: 99999;
        display: none;
    }

    .nav__menu {
        position: absolute;
        width: 250px;
        height: 100%;
        top: 0;
        right: 0;
        background: var(--card-bg);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 999999;
    }

    .nav__link {
        font-size: 0.9rem;
    }

    .show__menu {
        display: block;
    }

    .mobile__menu {
        display: block;
    }

    .hero__content h2,
    .offer__content h2 {
        font-size: 2rem;
        line-height: 40px;
    }

    .hero__section-top h2,
    .menu__section-top h2,
    .contact__top h2 {
        font-size: 1.5rem;
    }

    .about__content h3 {
        font-size: 1.4rem;
        line-height: 35px;
    }

    .galerie__content h3 {
        font-size: 1.4rem;
        line-height: 35px;
    }

    .about__img img {
        width: 100%;
    }

    .galerie__img img {
        width: 100%;
    }

    .learn__more {
        padding: 8px 30px;
        font-size: 0.8rem;
    }

    .logo h1 {
        font-size: 1.2rem;
    }

    .menu__item h3 {
        font-size: 1rem;
    }

    .contact__img img {
        width: 100%;
    }

    .contact__item {
        column-gap: 2rem;
    }
    
    .contact__content {
        width: 100%;
    }
    
    .contact__menu li{
        padding: 1px;
        font-weight: 500;
        font-size: 1.1rem;
    }  

    .footer__logo {
        width: 100%;
    }

    .footer__wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        column-gap: 1.1rem;
        row-gap: 2rem;
    }

    .footer__box {
        width: 30%;
    }

    .footer__image {
        width: 80%;
    }


    .footer__link-title {
        font-size: 1rem;
    }

    .footer__link {
        font-size: 0.8rem;
    }

    .footer__copyright {
        font-size: 0.8rem;
    }

    .video__container {
        width: 90%;
        height: auto;
        max-width: 800px;
        margin: 0 auto; 
    }

}

@media only screen and (max-width: 576px) {
    .hero__content,
    .hero__img,
    .about__content,
    .about__img,
    .galerie__content,
    .galerie__img,
    .offer__content,
    .offer__img {
        width: 100%;
    }

    .hero__wrapper,
    .about__wrapper,
    .galerie__wrapper,
    .offer__wrapper {
        flex-wrap: wrap;
    }

    .hero__content {
        padding-top: 0;
        margin-bottom: 40px;
    }

    .hero__section-top p{
        font-size: .8rem;
    }
    .contact__item {
        width: 100%;
    }

    .contact__item {
        flex-wrap: wrap;
        row-gap: 1.5rem;
    }

    .menu__photo{
        display: flex;
        align-items: center;
        flex-flow: column;
        width: 100%;
    }

    .menu__photo img{
        width: 80%;
    }


    .contact__img img{
        width: 100%;
    }

    .contact__menu li{
        padding: 1px;
        font-weight: 500;
        font-size: .9rem;
    }  

    .offer__content {
        margin-bottom: 20px;
    }

    .footer__box {
        width: 45%;
    }
}

@media only screen and (max-width: 261px) {
    .contact__menu li{
        padding: 1px;
        font-weight: 500;
        font-size: .7rem;
    }  
}