@font-face {
    font-family:'Nantes';
    src: url('/fonts/NantesWeb-Light.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family:'Nantes';
    src: url('/fonts/NantesWeb-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Haas Grot Display Web';
    src: url('/fonts/NeueHaasGroteskDisplay-55Roman-Web.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Haas Grot Display Web';
    src: url('/fonts/NeueHaasGroteskDisplay-65Medium-Web.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

.Nantes-Light{
    font-family: 'Nantes', serif;
    font-weight: 200;
    font-style: normal;
}
.Nantes-Regular{
    font-family: 'Nantes', serif;
    font-weight: 400;
    font-style: normal;
}
.NeueHaasGroteskDisplay-55Roman-Web {
    font-family: 'Haas Grot Display Web', serif;
    font-weight: 500;
    font-style: normal;
}
.NeueHaasGroteskDisplay-65Medium-Web {
    font-family: 'Haas Grot Display Web', serif;
    font-weight: 600;
    font-style: normal;
}


:root{
    --font1:'Haas Grot Display Web', serif;
    --font2:'Nantes', serif;
    --l-space : 40px;
}
body{

    font-family: var(--font1);
    font-weight:500;
    height: 100dvh;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    text-rendering: optimizeLegibility;   /* emphasise on legibility when rendering, turns on ligatures and kerning */
    -webkit-font-smoothing: antialiased;  /* font smoothing in Safari/Chromium on macOS */
    -moz-osx-font-smoothing: grayscale;   /* font smoothing in Firefox on macOS */
}

*{
    padding: 0;
    margin: 0;
}
.actions{
    padding-top: 20px;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}
.nav{
    position:relative;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px var(--l-space);
    z-index: 5;


}
.left{

}
.right{
    display:flex;
    gap:40px;
    justify-content: space-between;

}


a {
    color: white;
    text-decoration: none;
    font-size:17px;
    line-height:20px;
    transition: all 0.4s ease-in-out;

}
a:hover{
    color: #421E14;
}
.main-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:white;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,0.3);

    .contact{
        padding-top: 10px;
        display: flex;

        justify-content: center;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }
    .text-area{

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
        max-width: 500px;
        padding: 20px;
        margin: 0 auto;
    }
}
h1{
    font-family: var(--font2), serif;
    font-weight:200;
    font-size: clamp(40px,5vw,70px);
    line-height:clamp(40px,5.2vw,75px);
}
h2{
    font-family: var(--font2), serif;
    font-weight:200;
    color: #fff;
    padding-bottom: 5px;
    display: block;
    width: 100%;
}

.small-title{
    font-size: 20px;
    line-height:23px;
    padding-bottom: 15px;
}
.reveal{
    animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}
p{

    font-size: clamp(16px,1.2vw,20px);
    line-height: clamp(20px,1.3vw,25px);
    color:white;
}
a.button{
    all: unset;
    background-color:#421E14;
    color: white;
    border:none;
    padding: 16px 40px;
    text-align: center;
    text-decoration: none;


    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1px;
    border-radius: 46px;

    transition: all 0.4s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


a.button:hover{
    background-color: #000;
    color: #fff;
}



.contact-item{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;


}
.social-header{
    display:flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.social-header img{
    position:relative;

}

.footer{
    bottom:0;
    left:0;
    right: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    text-align: center;
    z-index: 5;

}
.footer a{
    font-weight: 500;

}
.footer p{
    color:white;
    font-size:14px;

}
.insta-icon{
    display: flex;
    align-items: center;
    gap: 5px;

}
.insta-icon:hover{
    color: white;
    filter: invert(1);
}
.simpleslide100 {
    position: absolute;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
}

.simpleslide100-item {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    filter:brightness(0.85);
    left: 0;
}
.bg0 {background-color: #fff;}

.bg-img1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 750px) {
    body{
        --l-space : 20px;
    }
}
@media screen and (max-width: 380px) {
    body{
        --l-space : 20px;
    }
    .main-text {
        .text-area {
            gap: 0;
        }
    }
}


@keyframes reveal {
    0% {
        top:0;
        opacity:0%;
        transform: translate(0,100%);
    }
    100% {
        transform: translate(0,0);
        opacity:100%;
    }
}


@media (max-width:1025px){


}