body {

    overflow-x: hidden;

}
span.separator:first-of-type {
    display: none;
}
.projects {

    margin-top: 26px;
    margin-bottom: 26px;

}
.introduction {
    margin-top: 64px;
    margin-bottom: 32px;
}
.heading {

    color: #1C1B1B;

    font-family: Poppins-Bold, sans-serif;   

}
.row.dynamic-text-container > div {
    margin-bottom: 24px;
}
.project-heading {
    font-size: 2.5rem;
    color: #FFFFFF;
    font-family: Poppins-Bold, sans-serif;
}
.black-breadcrumb {

    display: flex;

    align-items: center;

    position: relative;

    margin-bottom: 55px;

}

.black-breadcrumb span {

    color: #1C1B1B;    

}

.black-breadcrumb span:not(.separator-symbol) {

    font-size: 18px;

}

.black-breadcrumb > div {

    display: flex;

    align-items: center;

}

.black-breadcrumb span.separator:not(:first-of-type) {

    display: flex;

    font-size: 12px;

    width: 12px;

    text-align: center;

    margin-left: 4px;

    margin-right: 4px;

    align-items: center;

    justify-content: center;

}

.black-breadcrumb span.separator span {

    border-radius: 100%;

    width: 4px;

    height: 4px;

    background-color: #1C1B1B;

    display: inline-block;

}

.extra-info {

    max-width: 950px;

}

.extra-info-second {

    margin-top: 150px;

}

.subheading {

    font-size: 30px;

    font-family: Poppins-Bold, sans-serif;

    color: #1C1B1B;

    margin-bottom: 40px;

}

.text-details, .dynamic-text-container p {

    font-size: 18px;

    font-family: Poppins-Regular, sans-serif;

    color: #1C1B1B;

    line-height: 35px;

}


main .row.desktop {

    margin-bottom: 150px;

}

.samples .col-lg-3, 

.samples .col-lg-4 {

    margin-bottom: 26px;

}

.samples img {

    width: 100%;

}

.project-container {

    height: 100%;

}

.project-container img {

    object-fit: cover;

    -o-object-fit: cover;

    height: 100%;

}
.signature {
    color: #FFFFFF;
    font-family: Poppins-Medium, sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
}
.project-detail {

    display: flex;

    align-items: center;

    height: 100%;

}

.description {

     position: absolute;

     width: 100%;

     bottom: 10%;

 }

 .project-container {

    position: relative;

    display: inline-block;

 }

.project-container .heading {

    font-size: 1.875rem;

    color: #FFFFFF;

    font-family: Poppins-Bold, sans-serif;    

    padding-top: 18px;

    padding-bottom: 18px;

}

.title {

    font-family: Poppins-Bold, sans-serif;

    font-size: 30px;

    color: #1C1B1B;

    line-height: 52px;

    margin-bottom: 40px;
    margin-top: 100px;
}

.row.mobile.samples {

    margin-bottom: 100px;

}

.row.mobile.samples .col-6 {

    margin-bottom: 26px;

    text-align: center;

}

.mobile.samples img {

    min-width: 100%;

}
.breadcrumb-name {
    font-size: 18px;
    font-family: Poppins-Regular, sans-serif;
    color: #1C1B1B;
}
.projects-about-link-container {
    margin-bottom: 48px;
}
.projects-about-link-container a {
    transition: background-color 0.2s ease-in-out;
    text-decoration: none;
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #1C1B1B;
    line-height: 27px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.projects-about-link-container a:hover {
    background-color: #393939;
    color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
    .projects .col-lg-6 {
        margin-bottom: 26px;
    }
}
@media only screen and (max-width: 1280px) {

    .desktop:not(header):not(footer .desktop) {

        display: none;

    }

    .project-container {

        margin-bottom: 26px;

        width: 100%;

        display: inline-block;

    }
    .description {
        padding-left: 35px;
        padding-right: 35px;
    }
    main img {

        width: 100%;

    }

    .heading, .project-heading {

        font-size: 40px;

    }

}



@media only screen and (min-width: 1281px) {

    .mobile:not(header) {

        display: none;

    }
    
    .description {
        padding-left: 60px;
        padding-right: 60px;
    }

}