body {

    overflow-x: hidden;

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

    margin-top: 36px;

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

    color: #1C1B1B;

    font-size: 5rem;

}

.description {

     position: absolute;

     width: 100%;

     bottom: 0;
     padding-top: 24px;
        padding-bottom: 24px;
 }
.projects .description * {
    color: #FFFFFF;
}
 .projects {

     margin-top: 26px;

 }

 .heading {

     font-size: 40px;

     color: #1C1B1B;

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

 }

 .signature {

     color: #1C1B1B;

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

     text-transform: uppercase;

     font-size: 0.75rem;

 }

 .projects .mobile {

     width: 100%;

 } 

 .projects > .row > div .project-container {

    margin-bottom: 26px;

    position: relative;

}

.filter-container {

    margin-bottom: 115px;

    align-items: center;

    display: none;

}

.swiper-slide {

    width: fit-content !important;

}

.filter-tag {

    font-family: Poppins-Regular, sans-serif;
    
    position: relative;
    transition: border 0.2s ease-in-out;

    cursor: pointer;

    text-align: center;

    width: fit-content;

    font-size: 14px;

    padding: 15px;
    height: fit-content;
    margin-bottom: 0;
    padding: 8px;
    margin-right: 4px;
}
.filter-tag.active {
    font-family: Poppins-SemiBold, sans-serif;    
}
.filter-tag:not(.label).active, .filter-tag:not(.label):hover {
    color: #FFFFFF;
}
.filter-tag:not(.label).active:after {
    background-color: #1C1B1B;
}
.filter-tag:not(.label):hover:after {
    background-color: #393939;
}
.filter-tag:not(.label):hover:after, .filter-tag:not(.label).active:after {    
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
}

.filter-container .label {
    color: #1C1B1B;
    font-family: Poppins-Medium, sans-serif;
    margin-bottom: 0;
    cursor: unset;
}

.projects .btn {
    margin-top: 45px;
    background-color: #1C1B1B;

    color: #FFFFFF;

    font-size: 18px;

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

     margin-bottom: 115px;

    width: 100%;

    border-radius: 0;

    padding-top: 15px;

    padding-bottom: 15px;

}
.projects #projects_c {
    margin: 0;
    padding: 0;
}
.projects .btn:hover {
    font-family: Poppins-Bold, sans-serif;
    background-color: #393939;
}

.project-container {

    display: inline-block;

}
a.project-container {
    position: relative;
}
.dynamic-text-container a {

    padding: 0;

    background-color: transparent !important;

}

.dynamic-text-container a:hover, .dynamic-text-container a:focus {

    background-color: transparent;

}

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

    .tablet {

        display: none;

    }

}

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

    .extra-small {

        display: none;

    }

    .filter-container .tablet {

        display: flex;

    }

}
@media only screen and (max-width: 576px) {
    .heading {
        font-size: 40px;
        line-height: 50px;
    }
}
 @media only screen and (max-width: 1280px) {

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

         display: none;

     }

     .main-heading {

        font-size: 60px;

        padding-top: 25px;

     }

     .filter-container {

        margin-bottom: 40px;

     }

     .project-container {

        width: 100%;

        display: inline-block;

     }
     .heading {
        font-size: 40px;
     }
     .projects .btn {
        margin: 52px auto;
     }
     .description {
        padding-left: 35px;
        padding-right: 35px;
     }

 }

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

    .main-heading {

        padding-top: 36px;

    }

     .mobile:not(header) {

         display: none;

     }

     .filter-container .desktop {

        display: flex;

    }

     .filter-container .swiper-slide {

        width: fit-content !important;

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

 }