/* gnit project */
.row-ar-project {
    display: flex;
    flex-flow: row wrap;
    gap: 4px;
    padding-left: 40px;
    padding-right: 40px;
}

.item-project {
    overflow: hidden;
    position: relative;
}

.item-project .thumb-project-item {
    overflow: hidden;
}
.item-project.item-pro-0{
    width: 100%;
}
.item-project .thumb-project-item::before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(9, 47, 87, 0.7);
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    opacity: 1;
    transition: all 0.7s;
}
.banner-single-project img,.img-gallery-single img{
    width:100%;
}

.item-project:not(.item-pro-1, .item-pro-0) {

    width: calc(100% / 3 - 3px)
}

.item-project:not(.item-pro-1, .item-pro-0) img {
    aspect-ratio: 1/1
}

.item-project img {
    transition: all .7s;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 20/6;
    overflow: hidden;
    transform: translateX(0) scale(1);
}

.item-project:hover img {
    transition: all .7s;
    transform: translateX(10px) scale(1.05);
}

.item-project:hover .thumb-project-item::before {
    opacity: 0;
    transition: all 0.7s;
}

.item-pro-1 {
    width: calc(100% - 2px - (100% / 3));
}

.item-pro-1 img {

    aspect-ratio: 22/11;

}

.content-project-item {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 10%;
    z-index: 2;
}

.content-project-item h3 {
    color: #fff;
    font-size: 30px;
    position: relative;
}

.content-project-item .service-ar-proeject {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.content-project-item h3::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    max-width: 540px;
    height: 2px;
    background-color: #fffffe;
    left: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-150%, 0, 0);
    transform: translate3d(-150%, 0, 0);
}

.item-project:hover .content-project-item h3::after {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

}

.item-project:hover .content-project-item .service-ar-proeject {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

}


/* single project */

.sroll-info {
    width: 50px;
    position: absolute;
    display: block;
    z-index: 9999;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.banner-single-project img {
    height: calc(100vh - 100px);
    object-fit: cover;
}

#content-single {
    padding: 60px;
}

.title-single {
    display: flex;
}

.title-single h1 {
    font-size: 30px;
    margin: 0;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 2px solid #c0a163
}

.title-single img {
    width: auto;
    height: 34px;
    display: block;
}

.row.info-project {
    padding: 60px;
    color: black;
    background-color: #d4d4d4;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 60px;
}

.list-info-project {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;

}

.fancybox__container {
    z-index: 99999 !important;
}

.list-info-project .item-name-info {
    width: calc(20% - 5px);
    text-transform: uppercase;
}

.list-info-project .item-content-info {
    width: calc(80% - 5px);
}

.img-gallery-single {
    margin-bottom: 4px;
}

.share-single .fl-row-content-wrap {
    padding: 0;
    float: right;
}

.share-single .uabb-icon i:before {
    color: #282331 !important;
}

.title-share {
    display: flex;
    justify-content: space-between;
}

.reladed-project-list .item-project {
    width: calc(100% / 3 - 3px)
}

.reladed-project-list .item-project img {
    aspect-ratio: 1/1;

}

.img-gallery-single a::before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(9, 47, 87, 0.7);
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    opacity: 0;
    transition: all 0.7s;
}

.img-gallery-single {
    overflow: hidden;
    position: relative;
}

.img-gallery-single:hover a {
    position: relative;
    display: block;

    transition: all 0.7s;
}

.img-gallery-single img {
    transform: scale(1);
    transition: all 0.7s;
}

.img-gallery-single:hover img {
    transform: scale(1.05);
    transition: all 0.7s;
}

.img-gallery-single:hover a::before {
    opacity: 1;
    transition: all 0.7s;
}

.reladed-project-list {
    display: flex;
    flex-flow: row wrap;
    gap: 4px
}

.banner-single-project {
    position: relative;
}

.reladed-project>h3 {
    font-weight: 800;
    margin-top: 50px;
    font-size: 30px;
}
.fillter-project{
    display: block;
    width: 65px;
    margin-left: auto;
    text-align: right;
    margin-right: 40px;
    position: relative;
}
.l-alpha-list{
    width: 260px;
    position: absolute;
    z-index: 999;
    right: 0;
    list-style: none;
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
    background: #ffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 5px;
}
.l-alpha-list li{
    width:calc(100% / 2);
    text-align: center;
}
.l-alpha-list li:hover{
    background-color: #c0a163;
    color: #Fff;
}
.l-alpha-list li:hover a{
    color: #fff!important;
}
.l-alpha-list li a{
cursor: pointer;
display: block;
width: 100%;
}
.l-alpha-list.active{
    display: flex;
    padding: 10px;
}
.video-project iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
}
.l-alpha-list{
    display: none;
}
.fillter-project h3 {
    font-size: 16px;
    font-weight: 100;
	cursor: pointer;
}
.fillter-project h3 i {
    font-size: 11px;
    font-weight: 100;
}
.btn-reset{
    display: none;
}
.btn-reset.active a{
    margin-left: 5px;
    font-size: 16px;
    font-weight: 100;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: #c0a163!important;
}

.btn-reset i{
margin-right: 5px;
font-size: 11px;
    font-weight: 100;
}
.img-gallery-single:hover{
    cursor: pointer;
}
.btn-reset.active{
    align-items: center;
    position: absolute;
    right: 85px;
    top: 0px;
    color: #c1a366;
        right: 85px;

        display: flex;
}
.post-type-archive-projects .fl-page-content {
    overflow: visible!important;
}

.l-alpha-list:before {
    content: '';
    position: absolute;
    right: 16px;
    width: 10px;
    height: 10px;
    border-style: solid;
    bottom: 100%;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent white transparent;
    -webkit-filter: drop-shadow(0 -2px 2px rgba(54, 54, 54, 0.2));
    filter: drop-shadow(0 -2px 2px rgba(54, 54, 54, 0.2));
}
/* responsive */
@media (max-width:1600px){
    .list-info-project .item-name-info{
        width: calc(20% - 5px);
    }
    .list-info-project .item-content-info {
        width: calc(80% - 5px);
    }
}
@media (max-width:1280px){
    .list-info-project .item-name-info{
        width: calc(30% - 5px);
    }
    .list-info-project .item-content-info {
        width: calc(70% - 5px);
    }
}
@media (max-width:1180px){
    .list-info-project .item-name-info{
        width: calc(40% - 5px);
    }
    .list-info-project .item-content-info {
        width: calc(60% - 5px);
    }
}

@media (min-width:910px) and (max-width:1400px) {
    .content-project-item h3 {
        font-size: 25px;
    }
}

@media (min-width:540px) and (max-width:768px) {
    #content-single {
        padding: 30px;
    }

    .item-project img {
        aspect-ratio: 1/1 !important;
    }

    .item-project {
        width: calc(50% - 2px) !important;
    }

    .content-project-item h3 {

        font-size: 25px;
    }

    .item-project .content-project-item .service-ar-proeject {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .item-project .content-project-item h3::after {
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .banner-single-project img {
        height: auto;
    }

    .content-project-item h3 {
        color: #fff;
        font-size: 24px;
    }

    .title-single,
    .title-share {
        display: block;
    }

    .reladed-project-list .item-project {
        width: calc(100% / 2 - 3px);
    }

    .title-single h1 {
        font-size: 26px;
        margin: 0;
        margin-left: 0;
        margin-top: 20px;
        padding-left: 10px;
        border-left: 2px solid #c0a163;
        margin-bottom: 20px;
    }

    .title-share {
        margin-top: 20px;
    }

    .row.info-project {
        padding: 10px;
    }
}

@media (max-width:540px) {

    .row-ar-project {

        padding-left: 10px;
        padding-right: 10px;
    }

    .item-project img {
        aspect-ratio: 1/1 !important;
    }

    .item-project {
        width: 100% !important;
    }

    .content-project-item h3 {

        font-size: 25px;
    }

    .item-project .content-project-item .service-ar-proeject {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .item-project .content-project-item h3::after {
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .banner-single-project img {
        height: auto;
    }

    .share-single .uabb-icon i:before {
        font-size: 30px !important;
    }

    .title-share {
        flex-wrap: wrap;
    }

    .title-single {
        display: block;
    }

    #content-single {
        padding: 10px;
    }

    .title-single h1 {
        font-size: 26px;
        margin: 0;
        margin-left: 0;
        margin-top: 20px;
        padding-left: 10px;
        border-left: 2px solid #c0a163;
        margin-bottom: 20px;
    }

    .title-share {
        margin-top: 20px;
    }

    .row.info-project {
        padding: 10px;
    }

    .list-info-project .item-name-info {
        width: calc(40% - 5px);
        text-transform: uppercase;
    }

    .list-info-project .item-content-info {
        width: calc(60% - 5px);
    }

    .row.info-project {
        margin-top: 30px;
    }
}