@import "./messagedefilant.css";
@import "./page-contact.css";
@import "./global.css";

/* HOME */
.button-start-story a {
    padding-left: 64px;
    padding-right:64px;
    border: 1px solid black;
    background:transparent;
    border-radius: 30px;
    font-family: "divenire-mono", serif;color:black;
    font-size: 1.125rem;
    text-transform:unset;
}
.spoil {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
}
/* FONTS */
.fs-80 {
    font-size: 5rem;
}

.header-1 {
    font-family: "divenire-mono", serif;
    font-size: 4.375rem;
    font-weight: 700;
    line-height: 5.313rem;
    font-style: normal;
    text-align: left;
    color: #000000;
    word-break: break-word; 
}
.header-2 {
    font-size: 4.375rem;
    line-height: 5.313rem;
    font-family: "divenire-mono", serif;
    letter-spacing: 1.4px;
    color:black;
    font-weight:700
}
.header-3 {
    font-size:1.875rem;
    line-height:33px;
    font-family: "divenire-mono", serif;
    color:black;
    font-weight:700
}
.header-4 {
    font-size:1.5rem;
    line-height:33px;
    font-family: "divenire-mono", serif;
    color:black;
    font-weight:700
}
.text-2 {
    font-size:1.5rem;
    font-family: "divenire-mono", serif;
    color:black;
    line-height:33px;
    font-weight:400
}
.text-1 {
    font-size: 1.125rem;
    font-family: "divenire-mono", serif !important;
    letter-spacing: 0;
    color:black;
    font-weight:400;
    line-height:25px
}

/* TAB TO LAPTOP */
@media screen and (max-width:1200px) {
    .header-3 {
        font-size:1.5rem;
        line-height:33px;
    }
    .fs-80 {
        font-size:70px;
        line-height: 85px;
    }
    .text-1 {
        font-size:16px;
        line-height:20px;
    }

    .text-2 {
        font-size:20px;
        font-weight:400;
    }
    .button-start-story a {
        font-size:16px;
    }
}

@media screen and (max-width: 960px) {
    .header-1 {
        font-size: 50px !important;
        line-height: 60px;
    }
    .header-2 {
        font-size: 50px !important;
        line-height: 60px;
    }
    .text-1 {
        font-size:0.875rem;
        line-height:1.125rem
    }
    .text-2 {
        font-size: 1.125rem;
        line-height:25px;
    }
    .button-start-story a {
        font-size:16px;
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media screen and (max-width:640px) {
    #filter-project {
        font-size: 15px !important;
    }
    .header-1 {
        font-size: 2.3rem !important;
        line-height: 45px;
    }
    .header-2 {
        font-size: 2.1rem !important;
        line-height: 42px;
    }

}
@media screen and (max-width:420px) {
    .grid-projects .block-project p, .content-date a {
        font-size: 15px !important;
    }
    .grid-projects .el-title {
        padding-top: 0;
    }
}
#go-project {
    text-align: center;
}
@media screen and (min-width: 1440px) {
    .column-right-project {
        padding-left: 17.135vw;
        padding-right: 30px;
    }
}

.slideshow-bottom {
    padding: 0 30px;
    flex-wrap: wrap;
}

/* SLIDESHOW PROJECT */
.slideshow-right {
    display: flex;
    justify-content: end;
}
.slideshow-right #nav-container-project, .slideshow-count-box, .slideshow-project-count {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.slideshow-right button {
    background: transparent;
    height: 31px;
    width: 31px;
    border: 1px solid black;
    border-radius: 50%;
    cursor: pointer;
}
.slideshow-right p {
    margin:0;
    font-size: 15px !important;
    font-family: "divenire-mono", serif !important;
    text-transform: unset !important;
    color:black !important;
    font-weight: bold;
}
.slideshow-right #goLeft {
    margin-right: 25px;
    transition: width 0.2s ease;
    margin-top: 10px;
}
.slideshow-right #goRight {
    margin-left: 25px;
    margin-top: 10px;
    transition: width 0.2s ease;
}
#border-project {
    width: 105px;
    height: 31px;
    border-bottom: #707070 solid 1px;
    margin: 0 15px;
}
#nav-container-project {
    justify-content: end;
    padding-bottom: 15px;
    border-bottom: 1px solid #707070;
}
/* END */

@media screen and (max-width: 960px) {
    .slideshow-bottom {
        padding: 0 10px !important;
        flex-wrap: wrap;
    }
    .slideshow-bottom p, .slideshow-bottom a {
        font-size: 0.8rem;
    }
}

/* PROJECT */
@media screen and (max-width:1439px) {
    .column-right-project {
        padding-left: 30px !important;
        padding-right: 30px;
    }
}

/* SLIDESHOW */
@media screen and (max-width: 1200px) {
    .slideshow-bottom {
        padding: 0 !important;
        flex-wrap: wrap;
        height: max-content !important;
    }
    #slideshow-block, #nav-container {
        width: 100% !important;
        margin: 10px 5px !important;
        justify-content: center !important;
    }
    .slideshow-bottom p, .slideshow-bottom a {
        font-size: 0.938rem;
    }
    #slideshow-total {
        margin-right: 20px !important;
    }
}
