body {
    background-color: rgb(138, 16, 160);
    margin: 0px;
}

.main-container {
    height: 100vh;
    margin: 0px;
    padding: 0px;
    width: 100vw;
    overflow-x: hidden;
    position: absolute;
    perspective: 10px;
    transform-style: preserve-3d;
    overflow-y: auto;
    --neon-color-r: 200;
    --neon-color-g: 25;
    --neon-color-b: 166;
    --neon-color: rgba(var(--neon-color-r), var(--neon-color-g), var(--neon-color-b), 1);

}

@font-face {
    font-family: "title-font";
    src: url("./title_font.ttf");
   }

.socials {
    margin-right: 30px;
}

.nav-bar {
    position: absolute;
    display: flex;
    width: 100%;
    z-index: 100;
    height: 10%;
    box-shadow: 0px 0px 20px 0 #00000091;
    font-size: 2rem;
    top: 0;
    background-color: #ffffff;
    color: black;
    transition: top 0.2s ease-in-out;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.nav-up {
    top: -10%;
}

.header-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'title-font';
    margin-left: 10px;
    align-content: center;
}

.header-title p {   
    margin: 0 10px;
    position: relative;
}

.header-title p::after {
    content: "sas l'ancre 2 thau";
    font-size: 0.5em;
    font-family: sans-serif;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.nav-bar-container {
    width: 50%;
    align-items: center;
    box-shadow: 0 0 0 0 black;
    margin-left: 10px;
    display: flex;
    margin-left: 30px !important;
    /* padding: 20px; */
    height: 100%;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-content: space-around;
}

.nav-bar-container a {
    color: #7598ba !important;
    line-height: 100%;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    font-size: 1.5rem;
    transition: color 1s, background-color 1s;
}

.nav-bar-container p:hover {
    background-color: #7598ba;
    color: white;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: -1;
    width: 100%;
    position: relative;
    transform-style: preserve-3d;
    height: 100%;
}

.section-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h2 {
    text-align: center;
    font-family: sans-serif;
    color: #7598ba;
    font-variant: petite-caps;
    font-size: 4rem !important;
    margin-bottom: 2rem !important;
}

.section-header {
        /* background-color: red; */
    width: 100vw;
    height: 50vh;
    position: relative;
    z-index: -1;
    transform-style: preserve-3d;
}
div#find-us-places div img {
    width: 100%;
    object-fit: cover;
    margin: auto;
    height: 100%;
    filter: none;
}


.info {
    position: absolute !important;
    bottom: 0px;
    border-radius: 0 !important;
    height: 40% !important;
    background-color: #ffffffd4;
    background-image: none;
    text-align: center;
}

.info p{
    font-weight: bold;
}

div#find-us-places div {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    width: 40vw;
    height: 40vw;
    /* margin: 0px; */
}
div#find-us-places {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    align-content: flex-start;
}
h1 {
    padding: 50px;
    -webkit-background-clip: text;
    font-family: 'title-font';
    color: #00000000;
    background-blend-mode: darken;
    background-image: url("./images/wood.jpg");
    background-size: cover;
    font-size: 8rem !important;
    --shadow-color: #876c51;
    transform: translateZ(-10px) scale(2);
    filter: drop-shadow(1px 1px 0px var(--shadow-color)) drop-shadow(2px 2px 0px var(--shadow-color)) drop-shadow(3px 3px 0px var(--shadow-color)) drop-shadow(1px 1px 0px var(--shadow-color)) drop-shadow(2px 4px 1px black);
}

@media screen and (max-width: 600px) {
    .socials {
        display: none !important;
    }
}

section {
    padding: 50px;
    font-size: 2rem;
    background-color: white;
    box-shadow: 0 0 12px 0px black;
}
section img {
    float: left;
    width: 300px;
    margin-right: 50px;
    filter: drop-shadow(2px 4px 6px black);
}

.background-img {
    position: absolute;
    width: 100vw;
    height: 100vh;
    transform: translateZ(-10px) scale(2.02);
    object-fit: cover;
    z-index: -1;    
}

.foreground-img {
    position: absolute;
    width: 100vw;
    height: 100vh;
    transform: translateZ(-5px) scale(1.51  );
    object-fit: cover;
    z-index: -1;
    left: 0;
}

.neon {
    font-size: 7rem;
    font-family: sans-serif;
    text-shadow: 0px 0px 10px white,0px 0px 10px var(--neon-color), 0 0 200px var(--neon-color);
    color: white;
    filter: drop-shadow(0px 0px 10px var(--neon-color));
    border: 5px solid;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 0 20px 0px var(--neon-color), inset 0 0 20px 0px var(--neon-color);
}



.drop-nav-buttons {
    z-index: 1;
    flex-direction: row;
    display: flex;
    height: fit-content;
    position: absolute;
    bottom: 20%;
    width: 60%;
    justify-content: space-between;
}

.nav-button {
    height: 50px;
    display: flex;
    width: 50px;
    color: white;
    margin: 0px;
    font-family: sans-serif;
    border: 3px solid white;
    box-shadow: 0 0 40px 0 #57e7ff;
    font-size: 2rem;
    transition: background-color, box-shadow 0.5s;
    text-shadow: 0 0 6px white, 0 0 10px #57e7ff;
    border-radius: 50%;
    animation: slideIn 2s cubic-bezier(0.66, 0.38, 0.51, 1.38) forwards;
    animation-delay: calc(var(--order) * 100ms);
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
}

.nav-button div {
    background-color: white;
    position: absolute;
    height: 1000px;
    width: 1px;
    top: -1003px;
    z-index: -1;
    left: 25px;
}

.plats-list-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.single-plat-div {
    box-shadow: -4px 2px 20px 0px #000000a8;
    margin-top: 100px;
    width: 300px;
    height: 300px;
    margin: 40px
}

.single-plat-div img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.plat-name {
    width: 300px;
    height: 300px;
    background-color: rgba(0,0,0,0);
    color: rgba(0,0,0,0);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
}

.plat-name:hover {
    background-color: rgba(0,0,0,0.6);
    color: white;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}

.single-plat-div:hover {
    color: rgba(255, 255, 255, 1);
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;

}

.nav-button:hover {
    background-color: #57e7ff;
    box-shadow: 0 0 90px 20px #57e7ff, 0 0 30px 0px white;}

@keyframes slideIn {
    from {
        transform: translateY(-1000px) translateX(-300px) rotate(20deg)
    }
    to {transform: translateY(0px) translateX(0px) rotate(0deg)}
}

