@font-face {
    font-family: 'Cherie';
    src: url('../assets/Fonts/CherieDEMO.woff2') format('woff2'),
        url('../assets/Fonts/CherieDEMO.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe';
    src: url('../assets/Fonts/SegoeUIEmoji.woff2') format('woff2'),
        url('../assets/Fonts/SegoeUIEmoji.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root{

    --main-color : #cdc2a4;
}

html, body{
    margin: 0px;
    overflow-x: hidden;
}
.amari_navbar{
    width: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.25) 54%, rgba(255,255,255,0) 100%);
    width: 100%;
    padding: 15px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
    position: absolute;
    z-index: 10;
    /* box-shadow: 0px 5px 10px 15px rgb(0, 0, 0) ; */
}

.brand{
    min-width: 90px;
    max-width: 5vw;

}

.menu_items{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu_items a{
    margin-left: 20px;
    margin-right: 20px;
    font-size:1.5rem;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-family: 'Cherie';
}

.main_img{
    position: relative;
    height: 100vh;
    width: 100vw;
    background: no-repeat center center fixed;
    background-size: cover;
    display: block;
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    z-index: 1;
    /* margin-top: 120px; */
   
}
.main_img .img_div{
    width: 100vw;
    height: 100%;
    transform: scale(1.1);
    background-image: url(../assets/img/2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;

}
.img_text{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 10vw;
    margin-top: 50px;
}

.line
{
    color: rgb(0, 0, 0);
    font-family: 'Cherie';
    font-size: 7vw;
}


.projet{
    height: 100vh;
    width: 100vw;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.projet_content
{
    max-width: 100vw;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

.reveal{
    flex: 1;
    
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;

}
.titles_txt{
    opacity: 0;
}
.title_txt{
    padding-left: 5vw;
}
.collection .title_txt{
    padding-left: 0;
}

.proj .title_txt{
    padding-left: 5vw;
}
.projet_content img{

    max-width: 40vw;
    object-fit: cover;
    transform-origin: left;
}

.projet_text{
    flex: 1.6;
    padding-left: 0vw !important;
    padding-right: 5vw;
    display: flex;
    flex-direction: column;
    
}


.projet_text h1{
    font-family: 'Cherie';
    color: var(--main-color);
    font-size: 4vw;
    text-align: start;
    margin-bottom: 20px;
    align-self: flex-start;
    margin-top: 0;
    text-align: end;
    margin: 0;
}

.projet_text p{
    font-size: 1.4vw ;
    font-family: "Segoe";
    color: var(--main-color);
    align-self: center; 
    margin-top: auto;
    margin-bottom: auto;
}

.title_float_right{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.title_wrapper{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.bottom_line{
    position: absolute;
    height: 3px;
    bottom: 15%;
    background-color: var(--main-color);
    width: 80%;
    display: none;
}

.collection{
    background-color: var(--main-color);
}
.collection .projet_text{
    padding-left: 5vw;
    padding-right: 5vw;
}
.collection .projet_text p {
    color: black;
}


.collection .projet_text h1 {
    color: black;
}

.collection .title_float_left{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.collection .title_wrapper{
    align-items: flex-start;
}

.collection .bottom_line{
    background-color: black;
}

.artist{
    width: 100vw;
    padding: 0;

    background-color: var(--main-color);
}

.artist .projet_text h1{
    color: #000;
}

.artist .bottom_line{
    background-color: #000;
}


.artist_list{
    background-color: var(--main-color);
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;

}


.artist_content
{
    width: 100vw;
    padding: 0;

    display: flex;
    justify-content: flex-start;
    flex-direction: column;

}

.artist_list{
    padding-bottom: 60px;
}
.artist_list img{
    width: 22vw;
    min-width: 200px;
}


.img_text {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .img_text .line {
    width: 100%;
    height: 10vw;
    position: relative;
    overflow: hidden;
  }
  .img_text .line span {
    position: absolute;
    font-size: 8vw;
    line-height: 8vw;
    transform: translateY(300px);
  }

.footer{
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer h2{

    
    font-family: 'Cherie';
}

.footer h1{

    
    font-family: 'Cherie';
}

.footer a{
    text-decoration: none;
    color: black;
    font-family:'Segoe';
}


.footer .separator{
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    width: 80vw;
    background-color: #000;
}



.voir-plus{
    width: 100%;
    text-align: end;
    padding-top: 20px;
    font-family:'Cherie' !important;
    cursor: pointer;
    text-decoration: none;
}
.voir-plus a {
    text-decoration: none;
    color: white;
}


.collection
{   
    padding: 5vw;
    padding-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #cdc2a4;
}

.collection .title{
    text-align: left;
}

.collection .projet_text{
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
}

.collection .projet_text p{
    
    font-size: 1.4vw;
    margin: 0;
}
.full-width{
    margin-top: 20px;
    width: 100%;
}

.collection .reveal{

    width: 100%;
}

.slightly-down{
    margin-top: 60px;
}


.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

.artists-collection{
 padding-top: 150px;   
}

.row-grid{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 80px;
}
.grid
{
    display: flex !important;
    flex-wrap: nowrap;
    align-items: left;
    width: fit-content;
    flex-direction: column;
    
}
.element-item{
    width: fit-content;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.artist-e
{
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    background-color: #00000000;
    cursor: pointer;
    transition: all 0.2s ease-in ;
    gap: 10px;
}
.artists-collection{
    min-height: 100vh;
}

.quicksearch {
    border:none;
    width: 100%;
    border-bottom: 2px solid #000000;
    padding: 5px 10px;
    outline: none;
    font-size: 30px;
    font-family: 'Cherie';
    margin-bottom: 30px;
    margin-top: 20px;
 }

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.4s 0.4s ease; 
    text-indent: -100%;
    opacity: 1;
 }


.artist-e h3{
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-family: 'Segoe';
}
.grid{
    grid-template-columns: repeat(3, 33.33vw);
    display: grid;
}
.element-item{

    /* Ensure it takes up the full column width */
    box-sizing: border-box; /* To account for padding and borders in width calculation */

}

.mobile-menu{
    width: 100vw;
    height: 100vh;
    background-color: #000;
    position: fixed;    
    top: 0;
    z-index: 1000;
    left: -150%;
    transition: all 0.2s ease-in ;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.mobile-menu.active{
    
    display: flex;
    flex-direction: column;
    left: 0%;
}

.mobile-menu .logomobile{
    margin-top: -100px;
    margin-bottom: 100px;
    width: 30vw;
}
.mobile-menu a {
    color: white;
    
    font-family: 'Cherie';
    text-decoration: none;
    font-size: 30px;
    margin: 10px;

}

.menu-button{
    position: absolute;
    right: 0;
    width: 42px;
    top: 50%;
    transform: translateY(-30%);
    margin-right: 20px;
    display: none;
}

.closemenu-button{
    width: 28px;
    margin-top: 40px;
    cursor: pointer;
}

.art-title{
    font-size: 55px;
    font-family: 'cherie';
    font-weight: bold;
    margin-top: 30px;
}

.full-screen-para{
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.full-bg-img{
    width: 100%;
    height: 100%;
    background-image: url("../assets/img/6.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.overlay-dark{
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000052;
}
.contact-main{
    margin: 0;
    padding: 0;
}
.relat-para{
    position: relative;
    width: 100vw;
    height: 100vh;
}
.contact-us{
    font-family: 'Cherie';
    font-size: 12vw;
    color: white;
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    
    z-index: 5;
}

.contact-detail{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15vh;
    padding-bottom: 15vh;
    font-family: 'Cherie';
}


.contact-detail h2{
    font-size: 2.5vw;
    text-align: center;
    margin-bottom: 50px;
}


.contact-detail h1{
    font-size: 3vw;
}

.contact-detail a{
    text-decoration: none;
    color: #000;
}
@media only screen and (max-width: 991px)  {

    .artist-e h3{
        font-size: 28px;
    }
    .mobile-menu{
        display: block;
    }
 
    .slightly-down{
        margin-top: 00px;
    }
    
    .menu_items a{
        font-size: 1.5rem;
    }
    
    .line
    {
        font-size:5rem;
    }
    .collection .projet_text p{
    
        font-size: 2vw;
        margin: 0;
    }

}


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

    .proj .title_txt{
        padding-left: 0vw;
    }
    .collection .title_txt{
        padding-left: 0vw;
    }
    .brand{
        max-width: 100px;
    }
    .contact-us{
        font-size: 30px;
    }
    .txt-detail{
        text-align: center;
    }

    .contact-detail h2{
        font-size: 24px;
        text-align: center;
        margin-bottom: 50px;
    }
    
    
    .contact-detail h1{
        font-size: 22px;
    }

    .grid{
        padding-left: 0px;
    }
    
    .mobile-menu{
        display: block;
    }
    .menu-button{
        display: block;
        cursor: pointer;
    }
 
    
    .element-item{

        width: 100%; /* Ensure it takes up the full column width */
        box-sizing: border-box; /* To account for padding and borders in width calculation */
    
    }
    .slightly-down{
        margin-top: 00px;
    }
    
      .img_text .line {
        height: 17vw;
      }
      .img_text .line span {
        font-size: 15vw;
        line-height: 15vw;
      }

      

        .amari_navbar{
            justify-content: center;
        }
        .projet_text p{
            font-size: 20px;
            margin-top: 30px;
            padding-top: 20px;
        }
        .projet_content img{
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }
        .line
        {
            font-size:3rem;
        }
        .bottom_line{

            bottom: 5%;
            height: 2px !important;
        }
        .projet{
            height: fit-content;
            padding-top: 100px;
            padding-bottom: 60px;

        }
      
        .title{
            font-size: 32px !important;
            margin-top: 30px !important;
        }

        .artist_list{
            margin-top: 60px;
            flex-wrap: wrap;
            justify-content: center;

        }    
        .artist_list img{
            width: 32vw;
            min-width: 150px;
            margin: 10px;
        }

        .menu_items{
            display: none;
        }

        .projet_content{
            padding: 0;
            flex-direction: column;
        }
        .reveal{
            flex: none;
            width: 100vw;
        }
        .projet_content img{

            max-width: 100%;
            width: 100%;
        }

        .projet_text{
            flex: none;
            width: 100%;
            
        }
        
        .collection .reveal img{
            width: 100%;
        
            margin-top: 15px;
            margin-bottom: 15px;
        }
        .collection .projet_text p{
    
            font-size: 20px;
            margin: 0;
        }

        .footer h2{

            font-size: 18px;
    
        }
        
        .footer h4{
        
            font-size: 18px;
        }

        .footer h5{
            font-size: 16px;
        }
        
        
    
}

