@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

body {
    background: linear-gradient(45deg, silver, #2c3d2b, #a4e57e, #b7eb92, #a4e57e, #8fd3f4, #2c3d2b, #a4e57e);
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
}



.container-fluid.bg-dark {
    padding: 0;
}

.row.g-0.d-none.d-lg-flex {
    width: 100%;
}

.col-lg-6.ps-5.text-start {
    background-color: #1b1b1b;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Added to create space between "Follow Us" and "Call Us" */
    color: #60c36b;
}

.h-100.d-inline-flex.align-items-center.text-light {
    margin-right: 15px;
}

.btn.btn-link.text-light {
    color: #60c36b;
    text-decoration: none;
    margin-right: 10px;
}

    .btn.btn-link.text-light:hover {
        text-decoration: underline;
    }

.col-lg-6.text-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.h-100.bg-secondary.d-inline-flex.align-items-center.text-dark.py-2.px-4 {
    background-color: #1b1b1b;
    color: #60c36b;
}

.me-2.fw-semi-bold {
    font-weight: 600;
}

.fa.fa-phone-alt.me-2 {
    margin-right: 5px;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {   
    height: 100%;
    overflow-x: hidden;
}

:root {
    --main-color: #60c36b;
    --secondary-color: #1b1b1b;
}

@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('./assets/stone\ orgonite.woff');
}

h2 {
    font-size: 2.5rem;
    line-height: 125%;
    padding: 1rem 0rem;

}

h3 {
    font-size: 1.25rem;
    line-height: 125%;

}

.links {

    position: absolute;
    background: linear-gradient(148deg, #2c3d2, rgba(142, 138, 138, 0.186), silver);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transform: translateX(100%);
}

.links a {
    color:#2c3d2b;
    font-size: 2rem;
    text-decoration: none;
    transition: 250ms ease;
    padding: 10px 15px;
    border-radius: 15px;
    font-weight: 600;
}

.links a:hover {
    background: linear-gradient(to left bottom, #4b564c, #b2ea8c);
    box-shadow: 0px 4px 24px rgb(17, 16, 16);
    color: #1b1b1b;
  
}




nav {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.hero {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    border-bottom: 1px solid;
      border:linear-gradient(148deg,rgb(3, 3, 59),rgba(90, 71, 71, 0.379),rgba(61, 57, 57, 0.61)) ;
}

nav svg {
    cursor: pointer;
    z-index: 10;
}

.logo {
    display: flex;
    align-items: center;
}

.logo h1 {
    margin-left: 0.5rem;
    font-size: 2.5rem;
}

.logo img {
    width: 2.5rem;

}

.front-page {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    min-height: 100vh;
    color: #1b1b1b;
}

   
    .front-page .selling-point h2,
    .front-page .selling-point h3 {
        color: white; 
    }

section {
    padding: 5%;

}

.selling-point {
    padding-top: 25vh;
    text-shadow: 0px 4px 12px #60c36b;
    text-align: center;
}

.ctas {
    margin-top: 2rem;
}

.ctas button {
    padding: 1rem;
    font-size: 1rem;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 24px rgb(77, 76, 76);
    margin: 1rem;
}


.cta-main {
    background-color: var(--main-color);
    color: var(--secondary-color);

}

.cta-main a {
    text-decoration: none;
    color: var(--secondary-color);

}

.cta-sec {
    background-color: var(--secondary-color);
    color: #60c36b;
    outline: none;
}

.classes {
    color: var(--secondary-color);
    text-align: center;
   background-color: #ffffff43;
    border-bottom: 1px solid ;
    border-image: linear-gradient(148deg,rgba(61, 57, 57, 0.61),rgb(3, 3, 59),rgba(61, 57, 57, 0.61));
}


.classes .classes-description h2
{
color: rgb(19, 18, 18);

}

.classes .classes-description h3
{
color: #60c36b;

}


.videos video {
    width: 100%;
    border-radius: 1rem;
    margin-top: 1rem;
    box-shadow: 0px 4px 24px rgb(77, 76, 76);;
}

.pilates,
.yoga,
.meditation {
    position: relative;

}

.videos h3 {
    position: absolute;
    color: var(--main-color);
    text-shadow: 0px 2px 12px black;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
    font-size: 2rem;
}

.about {
    color: var(--secondary-color);
    background:linear-gradient(148deg,#2c3d2b,rgb(203, 239, 197, 0.38),rgb(224, 243, 224, 0.61));
}

.about h2 {
    text-align: center;

}

.about p {
    line-height: 150%;
    font-size: 1.2rem;

}

.about img {
    width: 100%;
    margin-top: 2rem;
}

@media screen and (min-width:768px) {



    .videos {
        display: flex;
        gap: 2rem;
        margin-left: 50px;
    }
    

    .about {
        display: flex;
        gap: 5rem;
        justify-content: space-between;

    }

    .about img {
        width: 50%;
    }

    .about h2 {
        text-align: start;

    }

    .our-story {
        width: 400px;
        margin-top: 15%;

    }

}



#products {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section_title {
    text-transform: uppercase;
    position: relative;
    font-size: 25px;
}

    .section_title:before {
        position: absolute;
        left: 10px;
        bottom: 0;
        content: "";
        background-color: #60c36b;
        width: 100%;
        height: 5px;
        border-radius: 6px;
    }

    .section_title:after {
        position: absolute;
        top: 0;
        left: -10px;
        content: "";
        background-color: #60c36b;
        width: 100%;
        height: 5px;
        border-radius: 6px;
    }

.images {
    margin: 100px auto;
    padding: 0 8%;
}

    .images ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .images li {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 2.665%;
        transition: 0.2s;
        height: 300px;
        width: 28%;
    }

        .images li div {
            width: 100%;
            height: 60%;
            margin-bottom: 5px;
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
        }

            .images li div img {
                height: 100%;
                width: 100%;
            }

        .images li:hover {
            transform: scale(1.1);
            margin: 20px;
        }

        .images li span {
            color: #000;
            font-size: 18px;
        }

#products li span.prix {
    color: #60c36b;
    font-weight: bold;
    margin-bottom: 10px;
}


#products li a {
    background-color: #60c36b;
    color: #fff;
    padding: 5px 20px;
    font-size: 15px;
    transition: background-color 0.3s ease; 
    border: 1px solid #60c36b;
    border-radius: 35px;
}

    #products li a:hover {
        background-color: #1b1b1b; /* Change to the desired hover color */
    }





.our {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
}

.explore-button {
    background-color: #1b1b1b; 
    color: #fff; 
    padding: 10px; 
    font-size: 15px; 
    border: none;
    border-radius: 0px; 
    cursor: pointer;
    transition: background-color 0.3s ease; 
    margin-top: 20px; 

}

    .explore-button:hover {
        background-color: #60c36b; 
    }

.our {
    aheight: 600px;
}

.cta {
    margin: 100px auto;
    width: 80%;
    background-image:  url(assets/cta.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}

    .cta h1 {
        color: #60c36b;
        margin-bottom: 40px;
        padding: 0;
    }

.hero-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background-color: #1b1b1b; /* Set the background color you desire */
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    
}
    .hero-btn:hover {
        background-color: #60c36b;
    }


/*Contact CSS*/
.form-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .form-image form {
        width: 35%;
        display: flex;
        flex-direction: column;
    }

        .form-image form input, textarea {
            margin: 10px 0;
            padding: 15px;
            border-radius: 30px;
            background-color: #f2f2f2;
            border: 0;
            outline: 0;
            resize: none;
            width: 100%;
        }

.form_btn {
    width: fit-content;
    margin-top: 20px;
   
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background-color: #1b1b1b; /* Set the background color you desire */
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form_btn:hover {
    background-color: #60c36b;
}


.image {
    width: 60%;
   
}

    .image img {
        width: 100%;
        object-fit: cover;
        border-radius: 30px;
    }

footer {
    background-color: #4f4f4f;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px;
}

.small_menu {
    display: none;
}
/*Mobile Responsive*/
@media (max-width:628px) {
    header .logo h1 {
        font-size: 15px;
    }

    header .logo img {
        width: 30px;
        height: 30px;
    }

    header .menu {
        display: none;
    }

    .number {
        display: none;
    }

    .home {
        flex-direction: column-reverse;
        height: fit-content;
    }

        .home .left, .home .right {
            width: 100%;
        }

        .home .right {
            height: 350px;
        }

        .home .left {
            margin: 20px 0;
        }

            .home .left h1 {
                font-size: 60px;
            }

            .home .left h4 {
                font-size: 18px;
            }

            .home .left p {
                font-size: 11px;
            }

    .title {
        font-size: 19px;
    }

    .list_service .serv {
        width: 100%;
        margin-bottom: 50px;
    }

    .list_about h1 {
        font-size: 50px;
    }

    .list_about .description h3 {
        font-size: 12px;
    }

    .list_about .description p {
        font-size: 10px;
    }

    .form-image .image {
        display: none;
    }

    .form-image form {
        width: 100%;
    }

    footer {
        font-size: 10px;
    }

    /*Responsive Menu*/
    .small_menu {
        display: flex;
        width: 25px;
        height: 25px;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
        border-radius: 50%;
        transition: 0.5s;
    }

        .small_menu span {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            transition: 0.5s;
        }

            .small_menu span div {
                height: 11px;
                width: 11px;
                background-color: #53b758;
                border-radius: 6px;
            }

        .small_menu.active {
            justify-content: center;
            align-items: unset;
        }

            .small_menu.active span:nth-child(1) {
                display: none;
            }

            .small_menu.active span {
                display: flex;
                flex-direction: unset;
                height: 100%;
                align-items: center;
                justify-content: center;
                transition: 0.5s;
            }

                .small_menu.active span div {
                    height: 100%;
                    width: 3px;
                    border-radius: 6px;
                    transition: 0.5s;
                }

                    .small_menu.active span div:nth-child(1) {
                        transform: rotate(45deg);
                    }

                    .small_menu.active span div:nth-child(2) {
                        transform: rotate(-45deg);
                    }

    header .menu.small {
        display: flex;
        position: absolute;
        top: 50px;
        left: 0;
        background-color: rgba(255 255 255 /0.9);
        flex-direction: column;
        width: 100%;
    }

        header .menu.small li {
            margin: 15px 0;
        }
}


.copyright {
    background-color: #1b1b1b; 
    color: #fff;
}


@media screen and (max-width: 768px) {
    .footer {
        text-align: center;
    }

        .footer .col-lg-3 {
            margin-bottom: 30px;
        }
}

