/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*================HERO SECTION================*/
section.heroSectionContainer {
    position: relative;
    width: 100%;
    padding-top: 16rem;
    padding-bottom: 10rem;
}
section.heroSectionContainer h1 {
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 300;
    color: var(--blue);
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 3rem;
}
section.heroSectionContainer p {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: rgba(0,0,0,0.5);
    width: 80%;
}
section.heroSectionContainer::before {
    content: '';
    background-image: url(../img/e-nexa.svg);
    width: 28.375rem;
    height: 23.9375rem;
    position: absolute;
    background-size: contain;
    left: 3rem;
    background-repeat: no-repeat;
    background-position: left;
}
/*================HERO SECTION================*/
/*================GALLERIES================*/
section.projectGalleriesContainer {
    position: relative;
    width: 100%;
}
section.projectGalleriesContainer .swiper.mySwiper2 {
    height: 100%;
}
section.projectGalleriesContainer .swiper {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
section.projectGalleriesContainer .swiper.mySwiper img {
    -webkit-filter: grayscale(1) brightness(0.9) contrast(0.95);
    filter: grayscale(1) brightness(0.9) contrast(0.95);
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
section.projectGalleriesContainer .swiper.mySwiper .swiper-slide-thumb-active img {
    -webkit-filter: none;
    filter: none;
}
section.projectGalleriesContainer .swiper.mySwiper {
    position: relative;
    width: 80%;
    margin-right: 0;
    height: 28vh;
    padding-right: 2rem;
}
section.projectGalleriesContainer .galleryWrap {
    position: relative;
    width: 100%;
    height: 80vh;
}
section.projectGalleriesContainer .swiper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
section.projectGalleriesContainer .thumbnail-arrow-wrapper {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
section.projectGalleriesContainer .thumbnail-arrow-wrapper .arrow-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-bottom: 2rem;
}
section.projectGalleriesContainer .thumbnail-arrow-wrapper .arrow-boxes .swiper-button-next,section.projectGalleriesContainer .thumbnail-arrow-wrapper .arrow-boxes .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
    background-image: url("../img/right-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 2.5rem;
}
section.projectContent video {
    max-width: 100%;
    width: 100%;
    height: auto;
}
section.projectGalleriesContainer .thumbnail-arrow-wrapper .arrow-boxes .swiper-button-next{
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
section.projectGalleriesContainer .thumbnail-arrow-wrapper .arrow-boxes .swiper-button-next::after, section.projectGalleriesContainer .thumbnail-arrow-wrapper .arrow-boxes .swiper-button-prev::after {
    opacity: 0;
}
.swiper-backface-hidden .swiper-slide.s-project {
    cursor: url("../img/zoom-in.png"), auto;
}

.projects-type-icon-wrapper {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1rem;
}
.projects-type-icon-wrapper .projects-type-icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
}
section.projectGalleriesContainer .galleryWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
}

section.projectGalleriesContainer .galleryWrap .icon {
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 0.25rem;
    background: rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.28);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .48rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

section.projectGalleriesContainer .galleryWrap .icon-text {
    border-radius: 0.25rem;
    background: rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.28);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    padding: 0.3rem .5rem;
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
}

section.projectGalleriesContainer .galleryWrap .icon-text span {
    line-height: 1;
    text-transform: capitalize;
    font-size: .85rem;
}

section.projectGalleriesContainer .galleryWrap .icon img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
section.projectGalleriesContainer .thumbnail-arrow-wrapper .swiper .swiper-slide {
    cursor: pointer;
}
/*================GALLERIES================*/
.projectStatusContainer {
    position: relative;
    width: 100%;
    display: block;
}
section.projectContent{
    padding-top: 7.5rem;
}
.projectStatusContainer h2 {
    font-weight: 300;
    color: var(--blue);
    font-size: 3rem;
    margin-bottom: 4rem;
}
.projectStatusContainer .projectStatus span {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    opacity: .5;
    line-height: 1.5;
}
section.projectContent {
    position: relative;
    width: 100%;
    display: block;
}
section.projectContent img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
section.projectContent h2,section.projectContent h3,section.projectContent h4,section.projectContent h5,section.projectContent h6 {
    color: var(--blue);
    font-weight: 300;
    /* margin-bottom: 3rem; */
}
section.projectContent h2 {
    font-size: 3rem;
}
section.projectContent h3 {
    font-size: 2.5rem;
}
section.projectContent h4 {
    font-size: 2rem;
}
section.projectContent h5 {
    font-size: 1.8rem;
}
section.projectContent h6 {
    font-size: 1.5rem;
}
section.projectContent p,section.projectContent ol li,section.projectContent ul li,section.projectContent span{
    font-size: 1.2rem;
    line-height: 1.8;
}
/*===============MODAL===============*/
#galleryModal {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 100;
    background-color: var(--white);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

#galleryModal .galleryWrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

#galleryModal #close-gallery {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1;
    cursor: pointer;
}

#galleryModal .galleryWrapper .swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

#galleryModal .galleryWrapper .swiper img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    padding: 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#galleryModal .galleryWrapper .swiper .swiper-button-next::after,#galleryModal .galleryWrapper .swiper .swiper-button-prev::after{
    opacity: 0;
}
#galleryModal .galleryWrapper .swiper .swiper-button-prev,#galleryModal .galleryWrapper .swiper .swiper-button-next {
    background-image: url(../img/right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 2.5rem;
}
#galleryModal .galleryWrapper .swiper .swiper-button-next {
    right: 1rem;
}
#galleryModal .galleryWrapper .swiper .swiper-button-prev {
    left: 1rem;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    right: auto;
}
html.openGallery #galleryModal {
    opacity: 1;
    pointer-events: auto;
}
/*===============MODAL===============*/
@media only screen and (max-width: 768px){
    /*=========HERO SECTION===========*/
    section.heroSectionContainer::before {
        width: 9.79406rem;
        height: 8.26238rem;
        background-repeat: no-repeat;
        left: var(--spaceX);
    }

    section.heroSectionContainer h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    section.heroSectionContainer p {
        font-size: 1rem;
        width: 100%;
    }

    section.media-full-width-wrapper {
        padding-top: 17rem;
    }

    section.heroSectionContainer {
        padding-top: 10rem;
        padding-bottom: 5rem;
    }
    /*=========HERO SECTION===========*/
    section.projectGalleriesContainer .galleryWrap {
        height: 52vh;
    }
    section.projectContent {
        padding-top: 3.5rem;
    }

    section.projectGalleriesContainer .swiper.mySwiper {
        width: 65%;
        height: 18vh;
        padding-right: 1rem;
    }

    section.projectGalleriesContainer .galleryWrap .icon {
        width: 2.4125rem;
        height: 2.4125rem;
    }

    .projects-type-icon-wrapper {
        row-gap: .7rem;
    }

    section.projectGalleriesContainer .galleryWrap .icon-text span {
        font-size: .8rem;
    }

    section.projectGalleriesContainer .thumbnail-arrow-wrapper .arrow-boxes .swiper-button-next, section.projectGalleriesContainer .thumbnail-arrow-wrapper .arrow-boxes .swiper-button-prev {
        width: 1.6rem;
    }

    section.projectGalleriesContainer .thumbnail-arrow-wrapper .arrow-boxes {
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        padding-bottom: 1rem;
    }

    #galleryModal #close-gallery {
        top: .5rem;
        right: .5rem;
    }

    #galleryModal .galleryWrapper .swiper .swiper-button-prev, #galleryModal .galleryWrapper .swiper .swiper-button-next {
        width: 1.8rem;
    }

    .projectStatusContainer h2 {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .projectStatusContainer .projectStatus span {
        font-size: 1rem;
    }

    .section.projectContent {
        padding-top: 2.5rem;
    }

    section.projectContent h2 {
        font-size: 1.8rem;
    }

    section.projectContent h2, section.projectContent h3, section.projectContent h4, section.projectContent h5, section.projectContent h6 {
        /* margin-bottom: 1.5rem; */
    }

    section.projectContent p, section.projectContent ol li, section.projectContent ul li, section.projectContent span {
        font-size: 1rem;
    }

    section.projectContent h3 {
        font-size: 1.6rem;
    }

    section.projectContent h4 {
        font-size: 1.4rem;
    }

    section.projectContent h5 {
        font-size: 1.3rem;
    }
}
@media only screen and (min-width: 640px) and (max-width: 768px){
    section.heroSectionContainer::before{
        width: 20.375rem;
        height: 13.9375rem;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
    section.heroSectionContainer::before{
        width: 18.375rem;
        height: 15.9375rem;
    }
    section.heroSectionContainer h1 {
        font-size: 3rem;
    }

    section.heroSectionContainer p {
        font-size: 1.5rem;
    }

    section.heroSectionContainer {
        padding-top: 12rem;
        padding-bottom: 8rem;
    }

    section.heroSectionContainer::before {
        width: 22.375rem;
        height: 18.9375rem;
    }

    section.projectGalleriesContainer .galleryWrap {
        height: 52vh;
    }

    section.projectGalleriesContainer .galleryWrap .icon {
        width: 2.7125rem;
        height: 2.7125rem;
    }

    section.projectGalleriesContainer .galleryWrap .icon-text span {
        font-size: .9rem;
    }

    section.projectGalleriesContainer .swiper.mySwiper {
        width: 78%;
        height: 16vh;
        padding-right: 1.5rem;
    }

    section.projectGalleriesContainer .thumbnail-arrow-wrapper .arrow-boxes .swiper-button-next, section.projectGalleriesContainer .thumbnail-arrow-wrapper .arrow-boxes .swiper-button-prev {
        width: 2rem;
    }

    section.projectGalleriesContainer .thumbnail-arrow-wrapper .arrow-boxes {
        padding-bottom: 1.5rem;
    }

    .projectStatusContainer h2 {
        font-size: 2rem;
        margin-bottom: 3rem;
    }

    .projectStatusContainer .projectStatus span {
        font-size: 1.5rem;
    }

    .section.projectContent {
        padding-top: 4.5rem;
    }

    section.projectContent h2 {
        font-size: 2rem;
    }

    section.projectContent p, section.projectContent ol li, section.projectContent ul li, section.projectContent span {
        font-size: 1rem;
    }

    section.projectContent h2, section.projectContent h3, section.projectContent h4, section.projectContent h5, section.projectContent h6 {
        /* margin-bottom: 2rem; */
    }

    section.projectContent h3 {
        font-size: 2rem;
    }

    section.projectContent h4 {
        font-size: 2rem;
    }

    section.projectContent h5 {
        font-size: 2rem;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
    section.heroSectionContainer {
        padding-top: 14rem;
        padding-bottom: 8rem;
    }

    section.heroSectionContainer h1 {
        font-size: 2.5rem;
    }

    section.heroSectionContainer p {
        font-size: 1.2rem;
    }

    section.heroSectionContainer::before {
        width: 21.375rem;
        height: 16.9375rem;
    }

    section.projectGalleriesContainer .galleryWrap .icon {
        width: 2.5125rem;
        height: 2.5125rem;
    }

    section.projectGalleriesContainer .galleryWrap .icon-text span {
        font-size: .8rem;
    }

    section.projectGalleriesContainer .thumbnail-arrow-wrapper .arrow-boxes .swiper-button-next, section.projectGalleriesContainer .thumbnail-arrow-wrapper .arrow-boxes .swiper-button-prev {
        width: 2rem;
    }

    section.projectGalleriesContainer .thumbnail-arrow-wrapper .arrow-boxes {
        padding-bottom: 1rem;
    }

    #galleryModal .galleryWrapper .swiper .swiper-button-prev, #galleryModal .galleryWrapper .swiper .swiper-button-next {
        width: 2rem;
    }

    #galleryModal #close-gallery {
        top: .5rem;
        right: .5rem;
    }

    .projectStatusContainer h2 {
        font-size: 2.2rem;
        margin-bottom: 2rem;
    }

    .projectStatusContainer .projectStatus span {
        font-size: 1.1rem;
    }

    .section.projectContent {
        padding-top: 5.5rem;
    }

    section.projectContent h2, section.projectContent h3, section.projectContent h4, section.projectContent h5, section.projectContent h6 {
        /* margin-bottom: 2rem; */
        font-weight: 300;
    }

    section.projectContent h2 {
        font-size: 2.2rem;
    }

    section.projectContent p, section.projectContent ol li, section.projectContent ul li, section.projectContent span {
        font-size: 1rem;
    }

    section.projectContent h3 {
        font-size: 2rem;
    }

    section.projectContent h4 {
        font-size: 1.8rem;
    }

    section.projectContent h5 {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 1401px) and (max-width: 1600px){
    section.heroSectionContainer {
        padding-top: 14rem;
        padding-bottom: 8rem;
    }

    section.heroSectionContainer h1 {
        font-size: 2.8rem;
        margin-bottom: 3rem;
    }

    section.heroSectionContainer p {
        font-size: 1.4rem;
    }

    section.heroSectionContainer::before {
        width: 21.375rem;
        height: 16.9375rem;
    }

    section.projectGalleriesContainer .galleryWrap .icon {
        width: 2.5125rem;
        height: 2.5125rem;
    }

    section.projectGalleriesContainer .galleryWrap .icon-text span {
        font-size: .8rem;
    }

    section.projectGalleriesContainer .thumbnail-arrow-wrapper .arrow-boxes .swiper-button-next, section.projectGalleriesContainer .thumbnail-arrow-wrapper .arrow-boxes .swiper-button-prev {
        width: 2rem;
    }

    section.projectGalleriesContainer .thumbnail-arrow-wrapper .arrow-boxes {
        padding-bottom: 1rem;
    }

    #galleryModal .galleryWrapper .swiper .swiper-button-prev, #galleryModal .galleryWrapper .swiper .swiper-button-next {
        width: 2rem;
    }

    #galleryModal #close-gallery {
        top: .5rem;
        right: .5rem;
    }

    .projectStatusContainer h2 {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }

    .projectStatusContainer .projectStatus span {
        font-size: 1.1rem;
    }

    .section.projectContent {
        padding-top: 5.5rem;
    }

    section.projectContent h2, section.projectContent h3, section.projectContent h4, section.projectContent h5, section.projectContent h6 {
        /* margin-bottom: 2rem; */
    }

    section.projectContent h2 {
        font-size: 2.5rem;
    }

    section.projectContent p, section.projectContent ol li, section.projectContent ul li, section.projectContent span {
        font-size: 1rem;
    }

    section.projectContent h3 {
        font-size: 2rem;
    }

    section.projectContent h4 {
        font-size: 1.8rem;
    }

    section.projectContent h5 {
        font-size: 1.5rem;
    }
}