.image-wrapper {
    height: 100vh;
}
.text-flex-rows {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.image-wrapper .image-overlay {
    background-color: rgba(255, 255, 255, 0.80);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-wrapper .image-overlay .header-content-wrapper {
    text-transform: uppercase;
}
.image-wrapper .image-overlay .header-content-wrapper .title {
    font-family: var(--font-cormorant);
    font-size: 72px;
    font-weight: 300;
}
.image-wrapper .image-overlay .header-content-wrapper p {
    font-family: var(--font-inter);
    font-size: 18px;
    text-align: center;
    font-weight: 100;
    max-width: 700px
}
.image-wrapper .image-overlay .header-content-wrapper a {
    border: 1px solid black;
    border-radius: 0;
    padding: 10px 50px;
    font-weight: 200;
}
.image-wrapper .image-overlay .header-content-wrapper a:hover {
    background-color: black;
    color: white;
    /* font-weight: 300; */
}

.row-numbers {
    position: relative;
    top: -80px;
    font-family: var(--font-playfair);
    font-size: 28px;
    font-weight: 100;
    text-transform: uppercase;
    --bs-gutter-x: 0;
}
.row-numbers .col .interactive-number{
    position: relative;
    top: -50px;
    left: -20px;
    font-size: 78px;

}


/* under header */
.underheader-content {
    color: var(--primary-color);
    min-height: 300px;
    padding: 50px;
    text-transform: uppercase;
}

.underheader-content div p {
    width: 70%;
    text-align: center;
}
.underheader-content div p a {
    color: var(--primary-color);
}


/* services */

.services-wrapper {
    min-height: 500px;
    padding: 50px 0;
    background-color: var(--background-color);
}
.services-wrapper .services {
    cursor: default;
}
.services-wrapper .services .service{
    width: 350px;
    color: var(--primary-color);
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin: 50px;
    transition: all 0.4s;
}
.services-wrapper .services .service:hover{
    transform: translateY(-10px);
}

.services-wrapper .services .service img {
    width: 90px;
    color: var(--primary-color);
    margin-bottom: 20px;
}
.services-wrapper .services .service h2 {
    font-size: 32px;
    text-align: center;
}
.services-wrapper .services .service p {
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    width: 250px;
}

/* About assyst section */

.about-section {
    height: 550px;
    color: white;
    margin-bottom: 100px;
    --bs-gutter-x: 0;
}

.about-section .wrapper{
    background-color: var(--primary-color);
    height: 100%;
}

.about-section .wrapper .about-image-wrapper{
    justify-content: right;
}
.about-section .wrapper .about-image-wrapper .img-about-assyst{
    position: relative;
    top: -70px;
}
.about-section .wrapper .left-side{
    align-items: center;
    position: relative;
    top: -50px;
}
.about-section .wrapper .left-side .about-info-content{
    /* width: 60%; */
    width: 600px;
}
.about-section .wrapper .left-side .about-info-content .main-text{
    line-height: 32px;
    margin-top: 20px;
}
.about-section .wrapper .left-side .about-info-content .subtext{
    margin-top: 30px;
    font-weight: 100;
}
.about-links__wrapper{
    display: flex;
    overflow: hidden;
}
.about-links__wrapper.mobile-version{
    display: none;
}
.about-links__wrapper .col.left{
    justify-content: left;
}
.about-links__wrapper .col.right{
    justify-content: right;
}

.projects-button{
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 5px;
    letter-spacing: 3px;
    height: 80px;
    width: 60%;
    background-color: black;
    cursor: pointer;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s;
}
.about-links__wrapper .col.left .projects-button{
    text-align: right;
    justify-content: right;
    padding-right: 20px;
    transition: 0.4s all;
}
.about-links__wrapper .col.right .projects-button{
    text-align: left;
    justify-content: left;
    padding-left: 20px;
    transition: 0.4s all;
}

.projects-button:hover{
    width: 70%;
}


/* Projects section */
.projects-preview {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
    margin-bottom: 100px;

    width: 100%;
}
.projects-preview .title {
    width: 100%;
    text-align: left;
}
.projects-preview .projects__wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}
.projects-preview .projects__wrapper .project__wrapper{
    display: block;
    width: 400px;
    max-width: 400px;
    margin: 0 20px;
    margin-top: 50px;
}
.projects-preview .projects__wrapper .project__wrapper .img__wrapper {
    width: 400px;
}
.projects-preview .projects__wrapper .project__wrapper .img__wrapper img{
    width: 100%;
}
.projects-preview .projects__wrapper .project__wrapper h1 a{
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    text-decoration: none;
    color: black;
}

.projects-preview .projects__wrapper .project__wrapper p{
    font-size: 14px;
    width: 400px;
    height: 60px;
    overflow: hidden;
}
.projects-preview .projects__wrapper .project__wrapper .detail-info-link{
    font-size: 16px;
    color: black;
}
.projects-preview .projects__wrapper .project__wrapper .detail-info-link:hover{
    color: var(--primary-color);
}

/* HEADER NUMBERS */

@media (max-width:  1400px) {
    .row-numbers {
        top: -80px;
        font-size: 22px;
    }
    .row-numbers .col .interactive-number{
        top: -50px;
        left: -20px;
        font-size: 68px;
    }


    .projects-preview .project__wrapper .img__wrapper a img{
        width: 100px;
    }
    .projects-preview .project__wrapper h1 a{
        font-size: 28px;
        font-weight: bold;
        width: 100%;
        text-decoration: none;
        color: black;
    }
    
    .projects-preview .project__wrapper p{
        font-size: 12px;
        width: 200px;
        height: 60px;
        overflow: hidden;
    }


    .about-section .wrapper .left-side .about-info-content {
        /* font-size: 14px; */
    }
    .about-section .wrapper .col-right, .about-section .wrapper .col-left {
        display: none;
    }
    .img-about-assyst {
        margin-right: 30px;
    }
    
    
    .projects-preview .projects__wrapper .project__wrapper{
        width: 350px;
    }
    .projects-preview .projects__wrapper .project__wrapper h1 a{
        font-size: 28px;
    }
    .projects-preview .projects__wrapper .project__wrapper p{
        font-size: 14px;
        width: 350px;
    }
}

@media (max-width: 780px) {
    .image-wrapper .image-overlay .header-content-wrapper .title {
        text-align: center;
        font-size: 56px;
    }
    .image-wrapper .image-overlay .header-content-wrapper p {
        font-size: 16px;
        max-width: 500px;
    }

    .row-numbers {
        height: 200px;
        font-size: 18px;
        width: 480px;
        top: -200px;
        left: -30px;
    }
    .row-numbers .col .interactive-number{
        position: relative;
        top: -40px;
        left: -20px;
        font-size: 44px;
    }
    .row-numbers .col .text {
        width: 250px;
        position: relative;
        top: -15px;
    }

    .underheader-content .header-content-wrapper .title {
        font-size: var(--subtitle-size);
    }
    .underheader-content div p {
        width: 80%;
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .image-wrapper .image-overlay .header-content-wrapper .title {
        font-size: 54px;
        padding: 0 20px;
    }
    .image-wrapper .image-overlay .header-content-wrapper p {
        padding: 0 30px;
        font-size: 16px;
    }
    
    .underheader-content .header-content-wrapper .title {
        font-size: 30px;
    }

}

@media (max-height: 760px) {
    .row-numbers {
        top: -160px;
    }
}



/* SERVICES */
@media (max-width: 1280px) {
    .services-wrapper {
        min-height: 500px;
        height: auto;
    }
    .services-wrapper .services .service{
        padding: 0px 0;
    }
    .services-wrapper .services .service:hover{
        transform: translateY(-10px);
    }
    
    .services-wrapper .services .service h2 {
        font-size: 32px;
    }
    .services-wrapper .services .service p {
        font-size: 14px;
    }
}
@media (max-width: 1080px) {
    .services-wrapper .services {
        width: 60%;
    }
}

@media (max-width: 810px) {
    .services-wrapper .services {
        width: 80%;
    }
}
@media (max-width: 600px) {
    .services-wrapper .services {
        width: 100%;
    }
}

/* ABOUT SECTION */
@media (max-width: 1050px) {
    /* about */
    .about-section {
        min-height: 550px;
        height: auto;
    }
    
    .about-section .wrapper{
        background-color: var(--primary-color);
        padding: 50px 0;
        height: 100%;
    }
    
    .about-section .wrapper .about-image-wrapper{
        margin-top: 50px;
        justify-content: center;
        align-items: center;
    }
    .about-section .wrapper .about-image-wrapper .img-about-assyst{
        top: 0px;
        margin: 0;
        padding: 0;
    }
    .about-section .wrapper .left-side{
        top: 0px;
    }
    .about-section .wrapper .left-side .about-info-content{
        text-align: center;
        width: 600px;
        padding: 0 20px;
    }

    .about-section .wrapper .left-side .about-info-content .title {
        font-size: var(--title-size-mobile);
    }
}
@media (max-width: 810px ){
    .about-links__wrapper {
        display: none;
    }
    .about-links__wrapper.mobile-version {
        display: block;
    }
    .projects-button {
        width: 80%;
        padding-left: 20px;
    }
    .projects-button:hover {
        width: 90%;
    }
}

/* LAST PROJECTS PREVIEW */

@media (max-width: 1200px) {
    .projects-preview .projects__wrapper .project__wrapper{
        width: 300px;
        max-width: 300px;
    }
    .projects-preview .projects__wrapper .project__wrapper .img__wrapper {
        width: 300px;
    }
    .projects-preview .projects__wrapper .project__wrapper p{
        width: 300px;
        height: 60px;
    }
}
@media (max-width: 1000px) {
    .projects-preview .projects__wrapper .project__wrapper{
        width: 400px;
        max-width: 400px;
    }
    .projects-preview .projects__wrapper .project__wrapper .img__wrapper {
        width: 400px;
    }
    .projects-preview .projects__wrapper .project__wrapper p{
        width: 400px;
        height: 60px;
    }
}

@media (max-width: 780px) {
    .projects-preview {
        display: flex;
        flex-wrap: wrap;
    }
    .projects-preview .title {
        text-align: center;
    }
    .projects-preview .projects__wrapper {
        justify-content: center;
    }
    .projects-preview .projects__wrapper .project__wrapper{
        width: 400px;
    }
    .projects-preview .projects__wrapper .project__wrapper h1 a{
        font-size: var(--subtitle-size);
    }
    .projects-preview .projects__wrapper .project__wrapper p{
        font-size: 14px;
        width: 400px;
    }
}

@media (max-width: 500px) {
    .projects-preview .projects__wrapper {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .projects-preview .projects__wrapper .project__wrapper{
        width: 90%;
    }
    .projects-preview .projects__wrapper .project__wrapper h1 a{
        font-size: var(--subtitle-size);
    }
    .projects-preview .projects__wrapper .project__wrapper p{
        font-size: 14px;
        width: 100%;
    }
}