/* #f0a15d */

@font-face {
    font-family: 'police';
    src: url('assets/Darling.ttf') format('woff');
}

:root {
    color-scheme: light !important;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}

header {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

nav {
    display: flex;
    justify-content: center;
}

section {
    height: 700px;
    /* Adjust the height of sections as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
}

/* Header style */
.header {
    position: fixed;
    height: 80px;
    background-color: transparent;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
    /* Smooth transition effect */
    z-index: 100;
}

.header-button {
    font-family: 'Verdana', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    color: #a9804a !important;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease-in-out, font-size 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
    /* Smooth transition for color and font size change */
    margin: 0 10px;
    /* Add spacing between buttons */
    font-size: 1em;

}



.header-button.no-shadow {
    text-shadow: none;
    /* Remove text-shadow */
}

.header-button:hover {
    color: #f0a15d;
    /* Text color on hover */
    font-size: 1.1em;
    /* Increase font size on hover */
}

.header-logo {
    width: 80px;
    height: 80px;
}


@media screen and (max-width: 900px) {

    .header {
        position: fixed;
        height: 100px;
        width: 100vw;

        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.3s ease;
        /* Smooth transition effect */
        z-index: 100;
    }

    nav {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-button {
        font-family: 'Verdana', Helvetica, Arial, Lucida, sans-serif;
        font-weight: 700;
        color: #a9804a !important;
        background: transparent;
        border: none;
        cursor: pointer;
        transition: color 0.3s ease-in-out, font-size 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
        /* Smooth transition for color and font size change */
        margin: 0 0px;
        /* Add spacing between buttons */
        font-size: 0.7em;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);

    }



    .header-button.no-shadow {
        text-shadow: none;
        /* Remove text-shadow */
    }

    .header-button:hover {
        color: #f0a15d;
        /* Text color on hover */
        font-size: 0.9em;
        /* Increase font size on hover */
    }

    .header-logo {
        width: 60px;
        height: 60px;
    }
}

/*  */

.div-shaman {
    position: relative;
    color: #ffffffee;
    height: 100vh;
    background-position: center bottom 0px;
    /* Center horizontally and vertically */
    background-image: url(assets/hands.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    background-color: #FFFFFF;
}

.div-shaman-title {
    font-family: 'police';
    font-size: 73px;
    font-weight: 100;
    color: #FFFFFF !important;
    text-align: center;
    width: 60%;
    margin-bottom: 20px;

}



@media screen and (max-width: 900px) {
    .div-shaman-title {
        font-family: 'police';
        font-size: 53px;
        font-weight: 100;
        color: #FFFFFF !important;
        text-align: center;
        width: 70%;
    }
}

@media (max-width: 768px) {
    .div-shaman {
        /* Styles for mobile */
        background-attachment: scroll;
        /* Remove fixed attachment for mobile */
    }
}

@media screen and (max-width: 600px) {
    .div-shaman-title {
        font-family: 'police';
        font-size: 43px;
        font-weight: 100;
        color: #FFFFFF !important;
        text-align: center;
        width: 90%;
    }
}



/*  */



.section-catcher {
    height: auto;
    background-position: center;
    background-blend-mode: soft-light;
    background-image: url(assets/dreamcatcher.png) !important;
    background-color: #f0a15d;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
}

.section-catcher-text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

@media screen and (max-width: 900px) {
    .section-catcher-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 90%;
    }
}

.section-catcher-text-h2 {
    font-family: 'police';
    color: #fff;
    text-align: center;
    font-size: 50px;
    font-weight: 100;
}

.section-catcher-text-p {
    color: #fff;
    text-align: center;
}


.image-container {
    margin-top: 200px;
    width: 100%;
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    overflow: hidden;
}

.div-shaman-image1 {
    margin-right: 30px;
    width: 33%;
}

.div-shaman-image2 {
    margin-right: 10px;
    background-color: #FFFFFF;
    width: 33%;
}

.color-transition {
    filter: grayscale(100%);
    /* Start with a grayscale image */
    transition: filter 0.3s ease;
    /* Smooth transition effect */
    border-radius: 20px;
}

.color-transition:hover {
    filter: grayscale(0%);
    /* Remove grayscale on hover to show colors */
}

.image-text {
    color: #fff;
    font-size: 60px;
    width: 33%;
    font-weight: bold;
    z-index: 1;
    margin: 0px;
    font-family: 'Aclonica', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4);
    text-align: center;
}

@media screen and (max-width: 1300px) {
    .color-transition {
        filter: grayscale(0%);
        /* Start with a grayscale image */
        transition: filter 0.3s ease;
        /* Smooth transition effect */
        border-radius: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .section-catcher {
        height: auto;
        background-position: center;
        background-image: none !important;
        background-color: #f0a15d;
        padding-left: 15%;
        padding-bottom: 100px;
    }



    .section-catcher-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section-catcher-text-h2 {
        font-family: 'police';
        color: #fff;
        text-align: center;
        font-size: 40px;
        font-weight: 100;
    }

    .section-catcher-text-p {
        color: #fff;
        text-align: center;

    }

    .div-shaman-image1 {
        margin-right: 5px;
        width: 100%;
    }

    .div-shaman-image2 {
        margin-right: 5px;
        width: 100%;
        margin-top: 20px;
    }

    .image-container {
        margin-top: 200px;
        position: relative;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .image-text {
        color: #fff;
        font-size: 40px;
        position: relative;
        width: 100%;
        text-align: center;
        font-weight: bold;
        /* Adjust text weight */
        z-index: 1;
        /* Place text above images */
        margin: 0px;
        font-family: 'Aclonica', Helvetica, Arial, Lucida, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4);
        margin-bottom: 30px;
    }


}

/*  */


/* Pratique */

.section-points {
    background-size: initial;
    background-repeat: repeat;
    background-position: left top;
    display: flex;
    flex-direction: column;
    position: relative;
    /* Make sure the parent is positioned for the ::before pseudo-element to work */
    ;
}

.section-points::before {
    content: "";
    background-image: url(assets/points.png);
    opacity: 0.5;
    /* Adjust the opacity value as needed (0.0 to 1.0) */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* Put it behind the content */
}

.section-points-title {
    border-left: #f0a15d solid 8px;
    padding-left: 100px;
    margin-bottom: 100px;
}

.section-points-title-text {
    font-family: 'police';
    color: #f0a15d;
    font-size: 70px;
    font-weight: 100;
    margin: 0px;
}



.section-points-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

.section-points-content-div {
    flex: 1;
    text-align: center;
    margin: 0px 20px;
}

.section-points-content-title {
    color: #2c2c2c;
    font-size: 28px;
    font-weight: 300;
    font-family: 'Verdana', Helvetica, Arial, Lucida, sans-serif;
}

.section-points-content-text {
    color: #525252;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Verdana', Helvetica, Arial, Lucida, sans-serif;
}

@media screen and (max-width: 900px) {

    .section-points {
        padding: 10px;
    }

    .section-points-title {
        border-left: #f0a15d solid 8px;
        padding-left: 30px;
        margin-bottom: 100px;
    }

    .section-points-title-text {
        font-family: 'police';
        color: #f0a15d;
        font-size: 60px;
        font-weight: 100;
        margin: 0px;
    }

    .section-points-content {
        flex-direction: column;
    }

    .section-points-content-div {
        flex: 1;
        text-align: center;
        margin: 0px 20px;
    }

    .section-points-content-title {
        color: #2c2c2c;
        font-size: 18px;
        font-weight: 300;
        font-family: 'Verdana', Helvetica, Arial, Lucida, sans-serif;
    }

    .section-points-content-text {
        color: #525252;
        font-size: 13px;
        font-weight: 300;
        font-family: 'Verdana', Helvetica, Arial, Lucida, sans-serif;
    }
}

/* * */

.section-contacts {
    background-color: #f0a15d;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.section-contacts-social-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

    width: 80%;
    border-top: #ffffff54 solid 1px;
    margin-bottom: 50px;
    padding-top: 30px;
}

@media screen and (max-width: 900px) {
    .section-contacts-social-div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        width: 80%;
        border-top: #ffffff54 solid 1px;
        margin-bottom: 50px;
        padding-top: 30px;
    }
}

.section-contacts-social-emb_logo {
    padding: 15px;
    background-color: #a9804a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.section-contacts-social-logo {
    height: 30px;
    width: 30px;
    margin: 0px;
    padding: 0px;
    filter: brightness(0) invert(1);
}

.header-logo-social {
    height: 80px;
    width: 80px;
    margin: 100px;
}

.section-contacts-social-text {
    font-family: 'police';
    font-weight: 100;
    color: white !important;
    background: transparent;
    font-size: 40px;
    width: 80%;
    text-align: center;
    margin-bottom: 50px;
}

.section-contacts-social-tel {
    color: #FFFFFF;
}

.section-contacts-social-company {
    height: 50px;
    width: 101px;
    border-radius: 10px;
    filter: grayscale(100%);
    transition: filter 0.2s ease;
    margin: 5px;
    object-fit: contain;
}

.section-contacts-social-company:hover {
    filter: grayscale(0%);
}

.section-contacts-social-company-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-contacts-social-company-div-child {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nothing {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.star {
    margin-bottom: 50px;
    margin-top: 30px;
}

@media screen and (max-width: 900px) {
    .section-contacts-social-text {
        width: auto !important;
    }
}