/** global style */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css);

/* ============================================================================================== */
/* ================================= single Project css code ==================================== */
/* ============================================================================================== */

/* global style */

:root {
    --Darkblue: #101820;
    --white: #ffffff;

    --primary-font: 'Albert Sans', sans-serif;
    --secondary-font: 'Roboto Serif', serif;
}

::-moz-selection { /* Code for Firefox */
    color: rgb(255, 255, 255);
    background: var(--Darkblue);
}
::selection {
    color: rgb(255, 255, 255);
    background: var(--white);
}

.projects-template-default, .blog-template-default{
    background-color: var(--white);
    font-family: var(--primary-font);
    color: var(--Darkblue);
}
.Add-space{
    padding: 25px;
}
/* main project page width */
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 100vw;
}

/* masonry list width */
.container.PjtContainer {
    max-width: 60vw;
}

/* single project page with */
.Project-Content {
    width: 60vw;
    margin: 0 auto;
}

.page-template .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1379 a, /*Regular pages menu - IT*/
.archive .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1379 a, /*Archive pages menu - IT*/
.single .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1379 a, /*Single pages menu - IT*/

.page-template .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1377 a, /*Regular pages menu - EN*/
.archive .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1377 a, /*Archive pages menu - EN*/
.single .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1377 a /*Single pages menu - En*/{ /* Menu Style of exprimo.it */
    font-weight: 700;
}
/* ==== logo color in about us and Chi siamo ==== */
.elementor-page-70 .elementor-widget-container a img{ /* CHI SIAMO */
    filter: brightness(0) invert(1);
    fill: #ffffff;
}
.elementor-page-947 .elementor-widget-container a img{ /* ABOUT US */
    filter: brightness(0) invert(1);
}

/* buttons default color */
[type=button], [type=submit], button {
    color: #728c9e;
    border: 1px solid #728c9e;
}

/* fancybox - lightbox */
button.fancybox-button.fancybox-button--arrow_right:hover { /*btn right*/
    background-color: #728c9e;
}
button.fancybox-button.fancybox-button--arrow_right:active {
    background-color: #00000035;
}
button.fancybox-button.fancybox-button--arrow_right[disabled]:hover { /* when it's disabled */
    background-color: #262626;
}
  

button.fancybox-button.fancybox-button--arrow_left:hover { /*btn left*/
    background-color: #728c9e;
}
button.fancybox-button.fancybox-button--arrow_left:active {
    background-color: #00000035;
}
button.fancybox-button.fancybox-button--arrow_left[disabled]:hover { /* when it's disabled */
    background-color: #262626;
}



div#elementor-lightbox-slideshow-single-img { /* hide elementor lightbox to show only the fancybox */
    position: inherit;
    display: none;
}


.fancybox-thumbs__list a::before { /* custom color for - play button */
    border: 6px solid #3d3f42;
    opacity: 0.2;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    border: 6px solid #3d3f42;
}
.fancybox-thumbs.fancybox-thumbs-y .fancybox-thumbs__list a::before { /*when click on thumbs*/
    border: 6px solid #3d3f42;
}


button.fancybox-button.fancybox-button--play:hover { /* custom color for - play button */
    background-color: #728c9e;
}button.fancybox-button.fancybox-button--play:active {
    background-color: #728c9e;
}button.fancybox-button.fancybox-button--play:focus {
    background-color: #728c9e;
}
.fancybox-inner button[title="Pause slideshow"]{
    background-color: #728c9e;
}

button.fancybox-button.fancybox-button--zoom:hover { /* custom color for - zoom button */
    background-color: #728c9e;
}button.fancybox-button.fancybox-button--zoom:active {
    background-color: #728c9e;
}button.fancybox-button.fancybox-button--zoom:focus {
    background-color: #728c9e;
}

button.fancybox-button.fancybox-button--thumbs:hover { /* custom color for - thumbs button */
    background-color: #728c9e;
}button.fancybox-button.fancybox-button--thumbs:active {
    background-color: #728c9e;
}button.fancybox-button.fancybox-button--thumbs:focus {
    background-color: #728c9e;
}

button.fancybox-button.fancybox-button--close:hover { /* custom color for - close button */
    background-color: #9e7272;
}button.fancybox-button.fancybox-button--close:active {
    background-color: red;
}button.fancybox-button.fancybox-button--close:focus {
    background-color: red;
}



/* project text header -------------------------------------------------- */

.project-category{
    font-family: var(--secondary-font);
    font-size: 18px;
    line-height: 1.5rem;
    font-style: italic;
    margin-top: 85px;
}
.entry-title{
    text-transform: uppercase;
    font-size: 57px;
    font-weight: 500;
    margin-top: 30px;
}
.Banner-project{
    /* height: 757px;
    width: 100vw; */
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-top: 45px;
}

/* vimeo background */
.vimeo-BG-solo{
    position: relative;
    /* margin-top: 45px;
    margin-bottom: 25px; */
}
.vimeo-BG-solo .playiconV{
    position: absolute;
    left: 48.5%;
    top: 44.3%;
    font-size: 65px;
    color: #efefea;
    z-index: 1;
    cursor: pointer;
}
.player .vp-video-wrapper .vp-telecine {
    background-color: #dedede;
}

.video-background { /* iframe container */
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.iframe-BG{ /* iframe - vimeo | background image */ 
    /* background-color: #ededed; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-foreground,
.video-background iframe {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.video-pjt{ /* the video play button */
    position: relative;
    background-color: #000;
    margin-top: 45px;
    /* margin-bottom: 25px; */
}
.one-video{
    margin-top: 0px;
}

/* felxible vimeo video - page content */
.FLX_vimeo_vd.vimeo-BG-solo{
    margin-top: 0;
}



/* project info --------------------------------------------------*/
.row.clientinfo {
    margin-top: 60px;
    margin-bottom: 50px;
}
.row.clientinfo div:nth-child(1) h2{ /* info section */
    font-size: 17px;
    /* width: 44%; */
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.row.clientinfo div:nth-child(2) p{ /* description section */
    font-size: 20px;
    line-height: 40px;
}
.row.clientinfo .col-md-6 ul{
    padding-bottom: 0;
}
.row.clientinfo .col-md-6 ul li {
    list-style: none;
    margin-left: -30px;
    line-height: 30px;
}
.row.clientinfo .col-md-6 ul li a {  /* website link */
    text-decoration: none;
    color: #000;
    font-weight: 600;
    transition: .3s all ease;
}
.row.clientinfo .col-md-6 ul li a:hover{
    text-decoration: underline;
}
.site_link{
    margin-top: 20px;
}

.project-tags{ /* ------- Tags ------- */
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.project-tags li{
    margin: 0px 35px 8px 0px;
}
.row.clientinfo ul.project-tags li a{
    padding: 5px 25px;
    border: 1px groove rgba(0, 0, 0, 0.400);
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    transition: all .5s ease;
}
.row.clientinfo ul.project-tags li a:hover{
    border: 1px groove rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    text-decoration: none;
}

/* one image and background videos images -------------------------------------------------- */
.row.one-image div img{ /* for all images */
    height: 645px;
    width: 100vw;
    object-fit: cover;
    /* margin-top: 25px;
    margin-bottom: 25px; */
}
.row.oneimg-Flx img{ /* just for portfolio images (one image) */
    /* height: fit-content; */
    height: 100%;
    width: 100vw;
    object-fit: cover;
    /* margin-top: 25px;
    margin-bottom: 25px; */
}

/* two images ------------------------------------------------- */
.row.two-images img{
    height: 100%;
    width: 96%;
    object-fit: cover;
}
.row.two-images.imglist {
    width: 103.7%;
}

/* the title and paragraphs --------------------------------- */
/* .row.paragraphs-section{
    margin-top: 30px;
    margin-bottom: 20px;
} */

.row.paragraphs-section h2{
    font-family: var(--secondary-font);
    font-style: italic;
    font-size: 16px;
}
.row.paragraphs-section p{
    font-family: var(--primary-font);
    font-size: 20px;
    line-height: 40px;
}
.row.paragraphs-section .col-md-6 p {
    margin-bottom: 0;
}



/* the video play - Block ------------------------------------------ */
.video-pjt.one-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.video-pjt{
    position: relative;
    background-color: #000;
    /* margin-top: 25px;
    margin-bottom: 25px; */
}
.video-pjt span{
    position: absolute;
    left: 47.6%;
    top: 44.58%;
    font-size: 65px;
    color: #efefea;
    z-index: 1;
    cursor: pointer;
}

.video-pjt img{
    opacity: 0.4;
    margin-top: 0;
    margin-bottom: 0;
}

/* video popup --------*/
/* .hide-video{
	display: none;
}
.video-embed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.900);
	z-index: 9999;
	overflow: auto;
    cursor: zoom-out;
}
.video-embed iframe{
	width: 80%;
	height: 79%;
	margin: 5% auto;
	display: block;
    border-radius: 5px;
    border: 3.5px solid #ffffff;
}
.close-button {
	position: absolute;
    top: 0;
    right: 0;
	color: #fff;
	cursor: pointer;
}
.close-button i{
    font-size: 25px;
    margin: 25px;
} */



/* the video play - Cover Banner ------------------------------------------ */

/* video popup --------*/
/* .hide-videoC{
	display: none;
}
.video-embedC {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.900);
	z-index: 9999;
	overflow: auto;
    cursor: zoom-out;
}
.video-embedC iframe{
	width: 80%;
	height: 79%;
	margin: 6% auto;
	display: block;
    border-radius: 5px;
    border: 3.5px solid #ffffff;
}
.close-buttonC {
	position: absolute;
    top: 0;
    right: 0;
	color: #fff;
	cursor: pointer;
}
.close-buttonC i{
    font-size: 25px;
    margin: 25px;
} */


/* sliders style one images view ------------------------------------------- */
.slider__one-image { /* one image */
    /* width: 100%; */

    /* height: 645px;
    vertical-align: middle;
    align-items: center;
    object-fit: cover;
    margin-top: 25px;
    margin-bottom: 25px; */

    /* aspect-ratio: 16/9;
    overflow: clip;
    position: relative; */

    /* margin-top: 25px; */

    width: 100%;
    height: 100%;
}

.slider__one-image img {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); 
    /* max-width: unset; */
   /* max-width: 120%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto; */
    top: 50%;
    left: 50%;
    height: 100%;
    /* width: auto; */
    width: 100%;
}

.swiper-button-next.slider__btn, .swiper-button-prev.slider__btn { /* navigation buttons */
    color: white;
    font-weight: 900;
    width: 100px;
}

.swiper-pagination.slider__pagination .swiper-pagination-bullet { /* navigation bullets */
    width: 30px; 
    height: 6px; 
    border-radius: 1px;
    background: transparent;
    border: 0.1px solid white;
    opacity: 1;
}
.swiper-pagination.slider__pagination .swiper-pagination-bullet-active {
    background: rgb(255, 255, 255); 
    border: 1px solid transparent;
}


/* sliders style two image view ------------------------------------------- */
.slider__two-image { /* image view style */
    width: 100%;
    /* aspect-ratio: 16/15;
    overflow: clip;
    position: relative; */
    height: 100%;
}

.slider__two-image img {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);  */
    /* max-width: unset; */
    /* max-width: 120%;
    min-width: 100%;
    min-height: 100%; */
    height: 100%;
    /* width: auto; */
    width: 100%;
}

.swiper-button-next.slider__btn-two, .swiper-button-prev.slider__btn-two { /* navigation buttons */
    color: white;
    font-weight: 900;
    width: 100px;
}

.swiper-pagination.slider__pagination-two .swiper-pagination-bullet { /* navigation bullets */
    visibility: hidden;
    width: 30px; 
    height: 6px; 
    border-radius: 1px;
    background: transparent;
    border: 0.01px solid white;
    opacity: 1;
}
.swiper-pagination.slider__pagination-two .swiper-pagination-bullet-active {
    background: rgb(255, 255, 255); 
    border: 1px solid transparent;
}






/* === Responsivity of single project page =====================================================*/

@media only screen and (min-width: 1440px){
    /* pop up video */
    .video-embedC iframe {
        width: 80%;
        height: 55%;
        margin: 17% auto;
        display: block;
        border-radius: 5px;
        border: 3.5px solid #ffffff;
    }
}

@media only screen and (max-width: 1790px){
    .row.two-images img {
        width: 97%;
    }
    /* single project page with */
    .Project-Content {
        width: 80vw;
    }
    /* masonry list width */
    .container.PjtContainer {
        max-width: 90vw;
    }
}

/* width of the main content ----------------------------------------------------*/
@media (max-width: 1200px){
    /* two images */
    .row.two-images.imglist {
        width: 104.1%;
    }

    /* text sizes */
    .entry-title {
        font-size: 40px;
    }
    
    .project-category {
        font-size: 17px;
    }
    
    .row.clientinfo div:nth-child(2) p {
        font-size: 17px;
    }
    
    .row.paragraphs-section p {
        font-size: 18px;
    }
}

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

    /* banner image */
    /* .Banner-project {
        height: 600px;
    } */
    .entry-title {
        font-size: 30px;
    }

    /* two images */
    .row.two-images.imglist {
        width: 104.5%;
    }

    /* project info --------------------------------------------------*/
    .row.clientinfo {
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .row.clientinfo div:nth-child(2) p{ /* description section */
        margin-top: 0;
        font-size: 15px;
        line-height: 30px;
    }

    /* one images ---------------------- */
    .row.one-image div img {
        height: 443px;
    }
    /* the video play - Block ------------------------------------------ */
    /* .video-pjt.one-image img{
        height: 500px;
    } */
    .video-pjt span {
        top: 41.5%;
    }
    /* one image slider */
    .swiper-button-next.slider__btn, .swiper-button-prev.slider__btn {
        font-weight: 500;
        width: 35px;
    }
    /* two images slider */
    .swiper-button-next.slider__btn-two, .swiper-button-prev.slider__btn-two {
        font-weight: 500;
        width: 35px;
    }
    /* pop up video */
    .video-embedC iframe {
        width: 85%;
        height: 50%;
        margin: 25% auto;
        display: block;
        border-radius: 5px;
        border: 3.5px solid #ffffff;
    }
    

}
@media only screen and (max-width: 768px){
    
    /* banner image */
    /* .Banner-project {
        height: 500px;
    } */
    .video-pjt span {
        top: 38.5%;
    }
    .vimeo-BG-solo .playiconV {
        left: 47.5%;
        top: 43.3%;
        font-size: 50px;
    }
    /* project info --------------------------------------------------*/
    .entry-title {
        font-size: 30px;
    }
    .row.clientinfo .col-md-6 {
        width: 100%;
    }
    .row.clientinfo {
        margin-top: 50px;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .row.clientinfo div:nth-child(2) p:nth-child(1) {
        margin-top: 30px;
    }

    /* one images ---------------------- */
    .row.one-image div img {
        height: 325px;
    }

    /* two images ------------------------------------------------- */
    .row.two-images .col-md-6:nth-child(1){
        margin-bottom: 65px;
    }
    .row.two-images .col-md-6{
        width: 100%;
    }
    .row.two-images.imglist {
        width: 103.4%;
    }
    .row.two-images img {
        width: 100%;
    }

    /* paragraphe & title --------------------------------- */
    .row.paragraphs-section .col-md-6 {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;    
    }
    .row.paragraphs-section .col-md-6 h2 {
        margin-bottom: 25px;   
    }

    /* the video play - Block ------------------------------------------ */
    /* .video-pjt.one-image img {
        height: 600px;
    } */
    /* one image slider */
    .swiper-button-next.slider__btn, .swiper-button-prev.slider__btn {
        display: none;
    }
    /* two images slider */
    .swiper-pagination.slider__pagination-two .swiper-pagination-bullet { /* navigation bullets */
        visibility: visible
    }
    .swiper-button-next.slider__btn-two, .swiper-button-prev.slider__btn-two {
        visibility: hidden;
    }
    /* pop up video */
    .video-embedC iframe {
        width: 85%;
        height: 35%;
        margin: 35% auto;
        display: block;
        border-radius: 5px;
        border: 3.5px solid #ffffff;
    }
    

}


@media only screen and (max-width: 435px){
    /* banner image */
    /* .Banner-project {
        height: fit-content;
    } */
    .video-pjt span {
        top: 39.58%;
        font-size: 35px;
    }
    .vimeo-BG-solo .playiconV {
        left: 46.5%;
        top: 37.3%;
        font-size: 40px;
    }
    /* head title + banner + description ----------------- */
    .entry-title {
        font-size: 30px;
    }
    .project-category {
        font-size: 16px;
        margin-top: 55px;
    }

    /* project info */
    .row.clientinfo div:nth-child(1) h2 {
        font-size: 16px;
    }
    .row.clientinfo .col-md-6 ul li {
        font-size: 15px;
    }

    /* one image banner */
    .row.one-image div img {
        height: 180px;
    }

    /* title + paragraphe */
    .row.paragraphs-section h2 {
        font-size: 18px;
        line-height: 1.7;
    }
    .row.paragraphs-section p {
        font-size: 15px;
        line-height: 2;
    }

    /* the video play - Block ------------------------------------------ */
    /* .video-pjt.one-image img {
        height: 350px;
    } */
    .video-pjt span {
        left: 46.6%;
        top: 40.58%;
        font-size: 45px;
    }
    /* pop up video */
    .video-embedC iframe {
        width: 90%;
        height: 45%;
        margin: 45% auto;
        display: block;
        border-radius: 5px;
        border: 3.5px solid #ffffff;
    }

}

@media only screen and (max-width: 425px){
    /* banner image */
    /* .Banner-project {
        height: fit-content;
    } */

    /* two images */
    .row.two-images.imglist {
        width: 106.4%;
    }

    /* vido pjt */
    .video-pjt {
        margin-top: 30px;
    }
    .video-pjt span {
        left: 47.4%;
        top: 40.58%;
        font-size: 30px;
    }
    .vimeo-BG-solo .playiconV {
        left: 46%;
        top: 38%;
        font-size: 35px;
    }
    /* head title + banner + description ----------------- */
    .entry-title {
        font-size: 20px;
    }
    .project-category {
        font-size: 16px;
        margin-top: 45px;
    }

    /* project info */
    .row.clientinfo {
        margin-top: 35px;
        margin-bottom: 10px;
    }
    .row.clientinfo div:nth-child(1) h2 {
        font-size: 14px;
    }
    .row.clientinfo .col-md-6 ul li {
        font-size: 14px;
    }
    /* pop up video */
    .video-embedC iframe {
        width: 90%;
        height: 45%;
        margin: 45% auto;
        display: block;
        border-radius: 5px;
        border: 3.5px solid #ffffff;
    }

}

@media only screen and (max-width: 320px){
    /* video play btn */
    .video-pjt span {
        left: 46.4%;
        top: 38.58%;
        font-size: 28px;
    }

    /* two images */
    .row.two-images.imglist {
        width: 109.4%;
    }

}





/* ============================================================================================== */
/* =================================== single Blog css code ===================================== */
/* ============================================================================================== */

/* Sitemap header ---------------------------------------------- */
span.sitemapHeader{
    font-family: var(--primary-font);
    font-style: italic;
}

span.sitemapHeader h3{
    font-size: 17px;
    font-weight: 500;
    margin: 90px 0;
    color:#000;
    text-align: center;
}
span.sitemapHeader a{
    text-decoration: none;
    color:#000;
}


/* image cover ---------------------------------------------- */
.Banner-Blog{
    height: auto;
    width: 100vw;
    object-fit: cover;
}


/* content ---------------------------------------------- */
/* blog content --------------- */
.blog-content{
    width: 70%;
    margin-left: 15%;
    margin-top: 5%;
}

/* title --------------- */
.blog-title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
}


/* description --------------- */
.BlogDesc{
    margin-top: 4%;
    font-size: 16px;
    line-height: 1.9;
    /* margin-top: 50px; */
}


/* felxible content ---------- */
/* one image --------- */
.one-blog-image{
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* margin: 25px 0; */
}
/* title & paragraphes --------- */
.paragraphs-blog-section{
    font-size: 16px;
    line-height: 1.9;
    margin: 10px 0;
}
.paragraphs-blog-section p {
    margin-bottom: 0px;
}
/* two images --------- */
/* .two-blog-images{
    margin-top: 25px;
    margin-bottom: 25px;
} */

.two-blog-images .col-sm-6 a img{
    height: 475px;
    width: 100%;
    object-fit: cover;
}

.two-blog-images .col-sm-6 {
    padding: 0;
}
.two-blog-images .col-sm-6:nth-child(1) {
    padding-right: 10px;
}
.two-blog-images .col-sm-6:nth-child(2) {
    padding-left: 10px;
}


/* === Responsivity of single project page =====================================================*/

/* min tablet mode */
@media only screen and (max-width: 1024px)  {
    /* banner cover --------------------------- */
    .blog-content {
        width: 90%;
        margin-left: 5%;
        margin-top: 5%;
    }
    /* two images --------- */
    .two-blog-images .col-sm-6 a img{
        height: 415px;
    }

}
/* max phone mode */
@media only screen and (max-width: 768px){
    /* two images --------- */
    .two-blog-images .col-sm-6 a img{ /* images width */
        height: fit-content;
    }
    .two-blog-images .col-sm-6 {
        width: 100%;
    }
    .two-blog-images .col-sm-6:nth-child(1) {
        padding-right: 0;
        margin-bottom: 25px;
    }
    .two-blog-images .col-sm-6:nth-child(2) {
        padding-left: 0;
        /* margin-top: 25px; */
    }

    /* blog content width */
    .blog-content {
        width: 100%;
        margin: 45px 0;
    }

}

/* phone mode */
@media only screen and (max-width: 435px){

    /* title header */
    span.sitemapHeader h3 {
        font-size: 16px;
        margin: 55px 60px;
    }

    /* blog content width */
    .blog-content {
        margin: 25px 0;
    }

    /* blog title */
    .blog-title {
        margin-top: 30px;
        font-size: 20px;
        line-height: 1.65;
    }

    /* description --------------- */
    .BlogDesc {
        font-size: 15px;
        line-height: 2.3;
        margin-top: 25px;
    }
    /* felxible content responsivity */
    /* title & paragraphes --------- */
    .paragraphs-blog-section h2{
        margin-bottom: 25px;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.65;
    }
    .paragraphs-blog-section p {
        font-size: 15px;
        line-height: 2.3;
    }

    /* one image --------- */
    /* .one-blog-image{
        margin: 25px 0;
    } */

}
/* mobile mode */
@media only screen and (max-width: 425px){
    /* title header */
    span.sitemapHeader h3 {
        font-size: 16px;
        margin: 40px 55px;
    }

    /* title header */
    span.sitemapHeader h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    /* blog title */
    .blog-title {
        margin-top: 30px;
        font-size: 20px;
        line-height: 1.65;
    }

    /* description --------------- */
    .BlogDesc {
        font-size: 15px;
        line-height: 2;
        margin-top: 25px;
    }
    /* felxible content responsivity */
    /* title & paragraphes --------- */
    .paragraphs-blog-section h2{
        margin: 15px 0px;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.65;
    }
    .paragraphs-blog-section p {
        font-size: 15px;
        line-height: 2;
    }

    /* one image --------- */
    /* .one-blog-image{
        margin: 25px 0;
    } */

}


/* ======================================================================================================== */
/* ======================================== Blog tags & categories ======================================== */
/* date of the posts - effect global for CATEGORIE and TAG pages --- */
.blogpost-date{
    color: #000000;
    font-family: var(--secondary-font);
    font-size: 19px;
    font-style: italic;
}

/* blog TAG in the taxonomie archive ---- */
.sitemapHeaderArchive .TagTitle-blog{
    font-size:50px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    text-align: start;
}

/* responcivity */
@media only screen and (max-width:768px){
    .sitemapHeaderArchive .TagTitle-blog{
        font-size:40px;
        margin-bottom: 55px;
    }
}
@media only screen and (max-width:425px){
    .sitemapHeaderArchive .TagTitle-blog{
        font-size: 28px;
        margin-bottom: 35px;
    }

    /* blog CATEGORIE in the taxonomie archive ---- */
    span.sitemapHeaderArchive .blogCat-page {
        margin: 45px 0;
    }
}
@media only screen and (max-width:375px){
    .sitemapHeaderArchive .TagTitle-blog{
        font-size: 25px;
        margin-bottom: 30px;
    }
    .blogpost-date {
        font-size: 17px;
    }

    /* blog CATEGORIE in the taxonomie archive ---- */
    span.sitemapHeaderArchive .blogCat-page {
        margin: 40px 0;
    }
}
@media only screen and (max-width:320px){
    .sitemapHeaderArchive .TagTitle-blog{
        font-size: 20px;
        margin-bottom: 25px;
    }
    .blogpost-date {
        font-size: 15px;
    }

    /* blog CATEGORIE in the taxonomie archive ---- */
    span.sitemapHeaderArchive .blogCat-page {
        margin: 35px 0;
    }
}


/* ======================================================================================================== */
/* ======================================== Project tags & categories ======================================== */

/* Project CATEGORIE in the taxonomie archive ---- */

/* Project TAG in the taxonomie archive ---- */
.sitemapHeaderArchive .TagTitle-project{
    font-size:50px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    font-style: italic;
    text-align: start;
}


/* responcivity */
@media only screen and (max-width:768px){
    .sitemapHeaderArchive .TagTitle-project{
        font-size:40px;
        margin-bottom: 55px;
    }
}
@media only screen and (max-width:425px){
    .sitemapHeaderArchive .TagTitle-project{
        font-size: 28px;
        margin-top: 28px;
        margin-bottom: 35px;
    }
}
@media only screen and (max-width:375px){
    .sitemapHeaderArchive .TagTitle-project{
        font-size: 25px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width:320px){
    .sitemapHeaderArchive .TagTitle-project{
        font-size: 20px;
        margin-bottom: 25px;
    }
}


/* ============================================================================================== */
/* ================================= Archive project css code =================================== */
/* ============================================================================================== */

/* ---- Sitemap header ------------- */
span.sitemapHeaderArchive{
    font-family: var(--primary-font);
    font-style: italic;
}
span.sitemapHeaderArchive h3{
    font-size: 17px;
    font-weight: 500;
    margin: 40px 0;
    text-transform: uppercase;
    font-style: normal;
    color:#000;
    text-align: center;
}
span.sitemapHeaderArchive a{
    text-decoration: none;
    color:#000;
}

/* -------------- categories filter display for disktop -------------- */
.col-md-12.categories-container{
    margin: 60px 0;
    padding: 0;
}
.col-md-12.categories-container ul{
    /* display: flex;
    width: 100%;
    justify-content: space-around;
    border-radius: 50px;
    padding: 2px 0px; */
    
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 5px 12px;
}
.col-md-12.categories-container ul li{
    list-style: none;
    /* border: 1px solid black; */
    padding: 10px 30px;
    /* border-radius: 50px; */
    transition: all .3s ease;
    /* float: left; */
    /* width: calc(100% /5);
    text-align: center; */
    position: relative;
}
/* .col-md-12.categories-container ul li:nth-child(1){
    list-style: none;
} */
.col-md-12.categories-container ul li a{
    text-decoration: none;
    font-family: var(--secondary-font);
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    color: black;
    transition: all .3s ease;
}

.col-md-12.categories-container ul li a:after{
    content: "";
    position: absolute;
    height: 1.4px;
    width: 0%;
    background: black;
    top: 44px;
    left: 0%;
    transition: width .4s ease; /* Changed to only transition the width property */
}


.col-md-12.categories-container ul li a:hover{ 
    /* text-decoration: underline; */
    cursor: pointer;
    /* color: white; */
}


.col-md-12.categories-container ul li a:hover::after { /* Changed to double colon (::) for pseudo-element */
    width: 100%;
}

/* .col-md-12.categories-container ul li:hover{
    background-color: #000;
}.col-md-12.categories-container ul li:hover a{
    color: white;
} */


.col-md-12.categories-container ul .disabled-button-li{ /* active category */
    cursor: pointer;
    border-bottom: 2px solid black;
    color: #000;
    font-family: var(--secondary-font);
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
}


.Cat-item{ /* category in projectc lis */
    border: 1px solid rgba(0, 0, 0, 0);
    transition: all .5s ease;
}.Cat-item:hover{
    border: 1px solid rgb(0, 0, 0)
}

/* nav style of cat filter */
.filter-slider-container {
    position: relative;
    overflow: hidden;
}

.menu-list-filter {
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
}

.menu-list-filter li {
    display: inline-block;
    padding: 10px;
}

.menu-slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
}

.menu-slider-button.prev {
    display: none;
    left: 0;
    font-size: 30px;
    padding: 5px 11px;
    font-family: var(--primary-font);
    background: white;
    border:none;
    color: black;
}

.menu-slider-button.next {
    display: none;
    right: 0;
    font-size: 30px;
    padding: 5px 11px;
    font-family: var(--primary-font);
    background: white;
    border:none;
    color: black;
}


/* ======================== mobile categories filter ======================== */

.PjtContainer.Mobile-project-filter .row .dropdown{
    display: none;
}


/* ---- post box ------------- */
.col-md-6.pst-box-pj{
    height: fit-content;
}
.overflow-hidden.img-pst-pj{
    width: 100%;
}

.overflow-hidden.img-pst-pj{ /* image section */
    display: flex;
    overflow: hidden;
    margin: 0;
    width: fit-content;
}
.overflow-hidden.img-pst-pj img{ /* image customising */
    transition: all ease .5s;
}
.overflow-hidden.img-pst-pj img:hover{
    transform: scale(1.1);
}

.title-pst-pj h3{ /* category name */
    padding: 15px 0 0 0 ;
    font-family: var(--primary-font);
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}
.col-md-12.catg-pst-pj a{
    text-decoration: none;
    color: black;
    font-family: var(--secondary-font);
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}
.dottMap{
    font-size: 12px;
    position: relative;
    top: -2px;
}

.space-bottom-pjt{
    padding: 25px 0;
}

.no-pst-pj{
    text-align:center; padding:0 0 100px;
}


/* Next Project Link */
.NextProject_Nav{
    margin: 3% auto;
}
.NextProject_Nav h2{
    color: black;
    font-family: 'roboto serif';
    font-size: 1.3rem;
    font-style: italic;
    font-weight: 300;
}
.NextProject_Nav a{
    text-decoration: none;
    color: black;
    font-family: 'Albert Sans';
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    transition: .3s all ease;
}
/* .NextProject_Nav h2 a{
    color: black;
    font-family: 'Roboto Serif';
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 400;
} */
.NextProject_Nav a:hover {
    text-decoration: underline;
}



/* ------------ responsivity ------------- */

@media only screen and (max-width:2024px) {
    .col-md-12.categories-container{
        margin-bottom: 40px;
        padding: 0;
    }
    .col-md-12.categories-container ul{
        display: block;
        width: 100%;
        padding: 5px 50px;
    }
    .col-md-12.categories-container ul li{
        list-style: none;
        margin-left: 1.9rem;
        /* border: 1px solid black; */
        padding: 10px 30px;
        /* border-radius: 50px; */
        transition: all .3s ease;
        /* float: left; */
        /* width: calc(100% /5);
        text-align: center; */
    }

    .menu-slider-button.prev, .menu-slider-button.next{
        display: unset;
    }
}

@media only screen and (max-width: 1024px){
    .overflow-hidden.img-pst-pj img{ /* image customising */
        width: 100%;
        /* height: fit-content; */
        object-fit: cover;
        transition: all ease .5s;
    }

    .title-pst-pj h3 { /* title categorie */
        font-size: 20px;
    }
    .col-md-12.catg-pst-pj a {
        font-size: 16px;
    }
}

@media (max-width: 768px){
    /* ===================== undisplay the disktop filter ===================== */
    .col-md-12.categories-container{
        display: none;
    }

    /* ======================== mobile categories filter - project page ======================== */
    
    .PjtContainer.Mobile-project-filter .row .dropdown{
        display: block;
        margin: 0px 0 50px 0;
        width:100%;
        padding: 0 12px;
        margin-top: 60px;
        text-align: start;
    }
    .PjtContainer.Mobile-project-filter .btn.dropdown-toggle{
        border: 1.5px solid black;
        border-radius: 0px;
        color: black;
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }
    ul.dropdown-menu.show {
        width: 96.5%;
        text-align: center;
    }
}

@media (max-width: 425px){
    /* ======================== mobile categories filter ======================== */
    span.sitemapHeaderArchive h3 {
        font-size: 15px;
    }
    
    ul.dropdown-menu.show {
        width: 93.5%;
    }

    .title-pst-pj h3 { /* title categorie */
        font-size: 20px; 
    }
    .col-md-12.catg-pst-pj a {
        font-size: 15px;
    }
    /* Next project section */
    .NextProject_Nav h2, .NextProject_Nav a {
        font-size: 1rem;
    }
}

@media (max-width: 375px){
    /* ======================== mobile categories filter ======================== */
    ul.dropdown-menu.show {
        width: 92.5%;
    }

    .title-pst-pj h3 { /* title categorie */
        font-size: 16px; 
    }
    .col-md-12.catg-pst-pj a {
        font-size: 13px;
    }
}

@media (max-width: 320px){
    /* ======================== mobile categories filter ======================== */
    ul.dropdown-menu.show {
        width: 90.5%;
    }
}







/* privacy policy - page style */

main#content.site-main.post-1488, main#content.site-main.post-1482  {
    max-width: 69.2vw;
    border: 1px solid #80808030;
    margin: 70px AUTO;
}
main#content.site-main.post-1488 .page-header .entry-title, main#content.site-main.post-1482 .page-header .entry-title {
    margin-left: 26px;
}


@media screen and (max-width:1790px) {
    main#content.site-main.post-1488, main#content.site-main.post-1482 {
        max-width: 89.2vw;
    }
}

@media screen and (max-width:1024px) {
    main#content.site-main.post-1488, main#content.site-main.post-1482 {
        max-width: unset;
        border: none;
        margin: unset;
    }
	main#content.site-main.post-1488 .page-header .entry-title, main#content.site-main.post-1482 .page-header .entry-title {
	    margin-left: unset;
	}
}


/***************************************************************************************************************
 * ========================================== GALLERY ARCHIVE PAGES ========================================== *
 ***************************************************************************************************************/
.Filter_Gallery{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 3rem 0 !important;
}

.Filter_Gallery button, .Filter_Gallery select{
    position: relative;
}
.Filter_Gallery .btn:after {
    content: "";
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: black;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .35s ease;
    margin: auto;
}

.Filter_Gallery .btn:hover:after {
    height: .5px;
    width: 0%;
}.Filter_Gallery .btn:focus-visible:after {
    width: 100%;
    border: none;
}.Filter_Gallery .btn.btn.reset:active {
    border-color: white;
}

.fancybox-caption__body {
    font-size: 1.5rem;
    text-transform: uppercase;
}


/* filter dropdown list Costomization */
#FilterBTN {
    border: none;
}
#FilterBTN::after {
    content: "";
    top: 2.2rem;
}
#FilterBTN::after {
    top: 2.2rem;
    content: "";
    position: absolute;
    height: 1px;
    background: none;
    border: 1px solid black;
    width: 100%;
    border-radius: 5rem;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .35s ease;
    margin: auto;
}
#FilterBTN:hover::after {
    width: 0%;
    border-radius: 5rem;
}
#FilterBTN:hover{
    background: none;
    color: black;
}
#FilterBTN.show::after{
    width: 0%;
    border-radius: 5rem;
}#FilterBTN.show{
    background: none;
    color: black;
}
#clientsFilter ul {
    font-family: var(--secondary-font);
    font-style: italic;
    font-size: 0.9rem;
    background: white;
    border-radius: 0;
    padding: 0;
    --bs-dropdown-min-width: 100%;
	width: max-content;
    border: none;
}#clientsFilter ul li{
    color: black;
    cursor: pointer;
    padding: 0.6rem;
    text-align: start;
    border-bottom: 1px solid #eaeaea;
}#clientsFilter ul li:hover{
    background: black;
    color: white;
}#clientsFilter ul li.active {
    color: black;
    cursor: pointer;
    background: none;
    font-weight: 700;
}#clientsFilter ul li.active:hover {
    background: #ececec;
}


/* #clientsFilter {
    width: fit-content;
}
#clientsFilter {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
} */

.Filter_Gallery .btn {
    background: none;
    border-radius: 0;
    color: black;
    /* border: 1px solid black; */
    /* padding: 0.8rem 2rem; */
    
    font-family: var(--secondary-font);
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    transition: all .3s ease;
}
/* .Filter_Gallery .btn:hover{
    background-color: black;
    color: white;
}.Filter_Gallery .btn:focus-visible{
    background-color: black;
    color: white;
} */

.Filter_Gallery .btn.reset{
    margin-left: 1rem;
}
.Gallery-info {
    position: absolute;
    font-family: var(--primary-font);
    bottom: -6.5rem;
    opacity: 0;
    /* background: #ffffffad;
    backdrop-filter: blur(10px); */
    background: #ffffff;
    width: 100%;
    padding: 1.5rem 3rem 1.5rem;
    transition: 0.5s ease all;
    line-height: 0.7;
}
.Gallery-info h3{
    /* font-size:1.4rem;
    font-weight: 700; */
    padding: 15px 0 0 0;
    font-family: var(--primary-font);
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
}
.Gallery-info a{
    font-size: .9rem;
    color: black;
    text-decoration: none;
    
    background: none;
    border-radius: 0;
    color: black;
    font-family: var(--secondary-font);
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    transition: all .3s ease;
}

.Gallery-containerBig{
    margin: auto;
    width: 70%;
}
.pst-box-pj.Gallery-container{
    padding: 0;
}.pst-box-pj.Gallery-container:hover .Gallery-info{
    bottom: 0;
    opacity: 1;
}
.img-pst-pj.Gallery-img a{
    padding: 0;
}.img-pst-pj.Gallery-img a:hover{
    text-decoration: underline;
}

@media screen and (max-width: 1790px) {
    .Gallery-containerBig{
        margin: auto;
        width: 90%;
    }
}
@media screen and (max-width: 425px) {
    .Filter_Gallery {
        padding: 2.5rem 0 !important;
        display: flex;
        justify-content: center;
    }
    /* #clientsFilter {
        width: 65%;
        font-size: 0.8rem !important;
        font-weight: 500;
    } */
    .Filter_Gallery .btn.reset {
        width: 35%;
        font-size: 0.8rem !important;
        font-weight: 500;
    }
}