.concept-1{
    /* position: relative; */
    width: 100%;
    height: 650px;
    display: flex;
    /* align-items: center; */
    flex-direction: column;

}

.header{
   position: fixed;
   background-color:#17151A;
   z-index: 99;
}


.concept-1-stage{
    /* position: absolute; */
    width: 100%;
    flex:1;
    background-image: url("/public/images/pexels-vecislavas-popa-1643383.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.concept-1-stage-overlay{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: #00000085;
}

.concept-1-stage-overlay span{
    font-size: 4em;
    letter-spacing: 2px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ECA05A44;
    color: #dedede;
    /* font-family: 'Lack'; */
    /* font-weight: 100; */
}



.concept-2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.links-box{
    display: flex;
    width: 100%;
    max-width: 680px;
    padding: 60px 20px 0px 20px;
    /* background-color: red; */

}

.links-box a{
    font-size: .9em;
    color: #999999;
    color: #eca05a63;
    border-bottom: 1px solid #eca05a00;
    /* text-decoration: underline; */
}

.links-box a:hover{
    border-bottom: 1px solid #eca05a63;
}

.links-box a:nth-child(1){
    margin-right: 8px;
    /* text-decoration: underline; */
}

.links-box a:nth-child(1)::after{
    content: " >";
}



.concept-box{
    margin: 0px 0px 40px 0px; 
    /* top: -200px; */
    /* position: relative; */
    max-width: 680px;
    width: 100%;
    /* height: 600px; */
    /* background-color: #0e0b05c0; */
    /* padding: 0px 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background-color: yellow; */
}


.concept-box span:nth-child(1), .concept-box span:nth-child(3){
    /* margin-top: 40px; */
    color: #dedede;
    font-weight: 200;
    font-size: 1.1em;
    letter-spacing: 0.5px;
    line-height: 35px;
    text-align: justify;
    /* border-left: #eca05a44 2px solid; */
    /* border: 1px solid gray; */
    padding: 20px 20px;
    /* padding-left: 40px; */
}

.concept-img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    /* margin: 40px 0px; */
    filter: brightness(.6);
    padding:  20px 20px;
    /* padding-left: 40px; */
    /* border-left: #eca05a44 2px solid; */
}

.concept-gallery{
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    /* background-color: aqua; */
    flex-wrap: wrap;
    margin: 20px 0px;
}

.concept-gallery img{
    width: 370px;
    height: 250px;
    filter: brightness(.8);
    margin: 15px;
    object-fit: cover;
}

.concept-foot{
    margin: 50px 0px 80px 0px;
    color: #dedede;
    font-weight: 200;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 35px;
    text-align: center;
    max-width: 1000px;
    width: 100%;
    border-bottom: #eca05a44 1px solid;
    border-top: #eca05a44 1px solid;
    padding: 20px;
}

.footer-inset{
    height: unset;
}


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

    .concept-gallery img{
        width: 220px;
        height: 150px;
    }

    
}