/* 3d slider */

.project-title.gradient-text-color {
	background-image: linear-gradient(293deg,#fff -15.38%,#fff 57.43%,#fff 94.88%);
}

.project-container.style-one .swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover;
    height: 650px;
}

.project-container .swiper-slide img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.project-container.swiper-3d {
    perspective: 1200px;
}

.project-container .swiper-slide.swiper-slide-prev {
    padding-right: 18%;
}

.project-container.style-one .swiper-pagination {
    position: absolute;
    width: auto;
    top: 0;
    bottom: inherit;
    left: 0;
}

.project-container.style-one .project-title {
    margin-bottom: 32px;
}

.project-container.style-one .swiper-pagination-bullet {
    display: block;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.project-container.style-one .swiper-pagination-bullet {
    opacity: 1;
}

.project-container.style-one.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 22px 0 0;
    padding-left: 34px;
    position: relative;
}

.project-container.style-one.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    padding-left: 64px;
}

.project-container.style-one .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}

.project-container.style-one .swiper-pagination-bullet:after,
.project-container.style-one .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    content: "";
    position: absolute;
    left: 0;
    background: var(--color-theme-secondary);
    width: 23px;
    height: 1px;
    top: 11px;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.project-container.style-one .swiper-pagination-bullet:after {
    background: var(--color-theme-white);
}

.project-container.style-one .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 50px;
}

.project-container.style-one .swiper-pagination-bullet {
    background: transparent;
}

.project-container.style-one .swiper-button-next,
.project-container.style-one .swiper-button-prev {
    top: inherit;
}

.project-container.style-one .swiper-button-prev,
.project-container.style-one .swiper-container-rtl .swiper-button-next {
    left: inherit;
    right: 30px;
}

.project-container.swiper-3d .swiper-slide-shadow-left,
.project-container.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

.project-container.style-one .project-detail-main {
    position: absolute;
    bottom: 20%;
    width: 440px;
    left: -18%;
    word-break: break-word;
}

.project-container .project-detail-main,
.project-container.style-four .project-img {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: 1.2s cubic-bezier(.63, .25, .25, 1);
    -o-transition: 1.2s cubic-bezier(.63, .25, .25, 1);
    transition: 1.2s cubic-bezier(.63, .25, .25, 1);
}

.project-container .project-detail-main.animated,
.project-container.style-four .project-img.animated {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.project-container .swiper-slide .project-detail-main,
.project-container .swiper-slide .details-box {
    opacity: 0;
    visibility: hidden;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: 1.2s cubic-bezier(.63, .25, .25, 1);
    -o-transition: 1.2s cubic-bezier(.63, .25, .25, 1);
    transition: 1.2s cubic-bezier(.63, .25, .25, 1);

}

.project-container .swiper-slide .project-detail-main .project-cat {
    margin-top: 16px;
    display: inline-block;
    color: var(--global-font-color);
}

.project-container.style-one .swiper-slide.swiper-slide-active .project-detail-main,
.project-container.style-one .swiper-slide.swiper-slide-active .details-box {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.project-container.style-one .project-detail-main .project-category {
    color: var(--global-font-color);
    text-transform: uppercase;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.project-container.style-one .project-detail-main a:hover .project-category {
    color: var(--color-theme-primary);
}

.project-container .swiper-button-next:after,
.project-container .swiper-button-prev:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 1px;
    bottom: 0;
    z-index: -1;
    border-radius: 100%;
    background: var(--global-body-bgcolor);
}

.project-container .swiper-button-next,
.project-container .swiper-button-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 50px  16px 0;
    background: transparent;

}
.project-container .swiper-button-next:hover .circle-box .sub-circle,
.project-container .swiper-button-prev:hover .circle-box .sub-circle{
    top: 50%;
    transform: translateY(-50%);
}
.project-container .swiper-button-prev:hover .circle-box.left .sub-circle .text-btn-line-holder{
    right: 18px;
}
.project-container .swiper-button-next:hover .circle-box.right .sub-circle .text-btn-line-holder{
    left: 7px;
}
.project-container .swiper-button-next:hover .circle-box .sub-circle{
    right: 7px;
}
.project-container .swiper-button-prev:hover .circle-box .sub-circle {
    left: 7px;
}
.project-container .iqonic-navigation {
    text-align: right;
}

.project-container .swiper-button-next i,
.project-container .swiper-button-prev i {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}


.project-container .details-box {
    margin-top: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*slider style two */
.project-container.style-two .iqonic-navigation {
    text-align: center;
}

.project-container.style-two .swiper-button-prev {
    margin-right: 30px;
}

.project-container.style-two .project-category {
    background: var(--color-theme-secondary);
    color: var(--global-font-color);
    padding: 4px 8px;
    display: inline-block;
    line-height: normal;
    margin-bottom: 20px;
}

.project-container.style-two .swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover;
}

.project-container.style-two .swiper-slide.swiper-slide-prev {
    padding: 0;
}

.project-container.style-two .swiper-slide {
    margin-right: 30px;
}

.project-container.style-two .swiper-slide img {
    width: 500px;
    height: 500px;
    object-fit: cover;
}

.project-container.style-two .project-detail-main {
    position: absolute;
    bottom: 50px;
    width: 440px;
    word-break: break-word;
    right: 0;
}

.project-container.style-two .swiper-slide .project-detail-main {
    opacity: 0;
    visibility: hidden;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: 1.2s cubic-bezier(.63, .25, .25, 1);
    -o-transition: 1.2s cubic-bezier(.63, .25, .25, 1);
    transition: 1.2s cubic-bezier(.63, .25, .25, 1)
}

.project-container.style-two .swiper-slide.swiper-slide-active .project-detail-main {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.project-container.style-two .swiper-pagination-bullet {
    background: transparent;
    width: 10px;
    height: 10px;
    border: 1px solid var(--global-font-color);
    opacity: 1;
    margin: 0 2px;
}

.project-container.style-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-theme-secondary);
}

.project-container.style-two .swiper-pagination {
    position: relative;
    margin-top: 80px;
}

/*grid style  */
.project-container.style-four .project-grid {
    margin-bottom: 60px;
}

.project-container.style-four .col-lg-12 .project-grid {
    margin-bottom: 180px;
}

.project-container.style-four .project-grid .project-info-main {
    padding: 45px 0 30px 0;
    border-bottom: 1px solid var(--color-theme-white);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.project-container.style-four .project-grid .project-info-main a i {
    font-size: 40px;
    color: var(--global-font-color);
}

.project-container.style-four .project-grid .project-info-main a {
    background-size: 0 2px;
    text-decoration: none;
    -webkit-transition: background-size .8s ease-out;
    transition: background-size .8s ease-out;
    -o-transition: background-size .8s ease-out;
}
.project-container.style-four .project-grid:hover .project-info-main a .project-title{
    color: inherit;
}
.project-container.style-four .project-grid:hover .project-info-main a i,
.project-container.style-four .project-grid:hover .project-info-main a
{   color: var(--color-theme-secondary);
    display: inline-block;
    transition: transform 1s ease-in-out;
}

.project-container.style-four .project-grid .project-img {
    position: relative;
    padding-right: 60px;

}

.project-container.style-four .project-detail-main {
    padding-right: 60px;
    clip-path: none;
}

.project-container.style-four .project-info-main .project-title {
    padding-right: 30px;
}

.project-container.style-four .project-grid .project-img-box {
    position: relative;
    overflow: hidden;
}

.project-container.style-four .project-grid .project-img-box img {
    width: 100%;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.project-container.style-four .project-grid:hover .project-img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.project-container.style-four .project-grid .project-img .project-category {
    writing-mode: vertical-rl;
    transform: scale(-1);
    bottom: 80px;
    position: absolute;
    bottom: 0;
    right: 16px;
    color: var(--global-font-color);
    text-transform: uppercase;
}

.project-container.style-four .col-lg-12:last-child .project-grid {
    margin-bottom: 0;
}

.project-container.style-four .col-lg-12 .project-grid .project-img-box img {
    height: 600px;
    object-fit: cover;
}

/* slider style three */
.project-container.swiper.style-three {
    position: relative;
    overflow: hidden;
}

.project-container.style-three .swiper-slide img {
    height: 420px;
    object-fit: cover;
}

.project-container.style-three .swiper-slide.swiper-slide-prev {
    padding: 0;
}

.project-container.style-three .swiper-slide:hover .project-detail-main,
.project-container .swiper-slide .details-box {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.project-container.style-three .iqonic-navigation {
    text-align: center;
    margin-bottom: 10px;
}

.project-container.style-three .swiper-button-prev {
    left: 0;
    margin-right: 10px;
}

.project-container.style-three .swiper-button-next {
    right: 0;
}

.project-container.style-three .project-info-box {
    position: relative;
}

.project-container.style-three .project-detail-main {
    position: absolute;
    top: 10px;
    padding: 30px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: var(--global-body-bgcolor);
}

/* Gallery Joined */
.project-container.gallery-joined .iq-grid-five .iq-column,
.project-container.gallery-joined .col-lg-6.col-md-6,
.project-container.gallery-joined .col-lg-4.col-md-6 {
	padding: 0;
}

.project-container.gallery-joined .qreate-project-style-2 .box-style {
	margin: 0;
}

@media(max-width:1024px) {
    .project-container.style-four .col-lg-12 .project-grid .project-img-box img {
        height: auto;
    }

    .project-container.style-four .col-lg-12 .project-grid {
        margin-bottom: 60px;
    }

    .project-container.style-two .swiper-slide img {
        width: auto;
        height: auto;
    }

    .project-container.style-two .project-detail-main {
        position: static;
        width: auto;
        margin-top: 32px;
    }

    .project-container.style-two .project-title {
        font-size: 24px;
    }
}

@media(max-width:991px) {
    .project-container.style-one .project-title {
        margin-bottom: 14px;
    }

    .project-container.style-one .project-detail-main {
        position: static;
        margin-top: 16px;
        width: auto;
    }

    .project-container .details-box {
        margin-top: 20px;
    }

    .project-container.style-one .project-detail-main {
        left: 45px;
    }

    .project-container.style-one .swiper-pagination {
        left: 30px;
    }

    .project-container.style-one .swiper-slide,
    .project-container .swiper-slide img {
        height: auto;
    }

}

@media(max-width:767px) {

    .project-container .iqonic-navigation {
        text-align: center;
    }

    .project-container.style-one .swiper-button-prev,
    .project-container.style-one .swiper-container-rtl .swiper-button-next {
        right: inherit;
        margin-right: 20px;
    }

    .project-container .swiper-button-next,
    .project-container .swiper-button-prev {
        margin-top: 16px;
    }

    .project-container.style-one .swiper-pagination {
        display: none;
    }

    .project-container.style-one .project-title {
        margin-bottom: 16px;
    }

    .project-container .details-box {
        margin-top: 16px;
    }

    .project-container.style-two .swiper-pagination {
        margin-top: 30px
    }
}

/* -----Grid Style 2------ */
.box-style {
    background: #EEE;
    cursor: pointer;
    float: left;
    margin: 0 0 32px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.inner {
    background: rgba(0,0,0,0.9);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 16px;
    -webkit-transform: translate3d(-100%, 0, 0);
    -webkit-animation-duration: 0.15s;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-transform: translate3d(-100%, 0, 0);
    -moz-animation-duration: 0.15s;
    -moz-animation-timing-function: ease-out;
    -moz-animation-fill-mode: forwards;
    transform: translate3d(-100%, 0, 0);
    animation-duration: 0.15s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

/* Top */
.box-style.hover-enter-top .inner {
    -webkit-animation-name: slide_in_top;
    -moz-animation-name: slide_in_top;
    animation-name: slide_in_top;
}

.box-style.hover-leave-top .inner {
    -webkit-animation-name: slide_out_top;
    -moz-animation-name: slide_out_top;
    animation-name: slide_out_top;
}

/* Right */
.box-style.hover-enter-right .inner {
    -webkit-animation-name: slide_in_right;
    -moz-animation-name: slide_in_right;
    animation-name: slide_in_right;
}

.box-style.hover-leave-right .inner {
    -webkit-animation-name: slide_out_right;
    -moz-animation-name: slide_out_right;
    animation-name: slide_out_right;
}

/* Bottom */
.box-style.hover-enter-bottom .inner {
    -webkit-animation-name: slide_in_bottom;
    -moz-animation-name: slide_in_bottom;
    animation-name: slide_in_bottom;
}

.box-style.hover-leave-bottom .inner {
    -webkit-animation-name: slide_out_bottom;
    -moz-animation-name: slide_out_bottom;
    animation-name: slide_out_bottom;
}

/* Left */
.box-style.hover-enter-left .inner {
    -webkit-animation-name: slide_in_left;
    -moz-animation-name: slide_in_left;
    animation-name: slide_in_left;
}

.box-style.hover-leave-left .inner {
    -webkit-animation-name: slide_out_left;
    -moz-animation-name: slide_out_left;
    animation-name: slide_out_left;
}

.qreate-project-style-2 .box-style img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
}

.elementor-section-boxed .style-four .col-lg-3 .qreate-project-style-2 .box-style img {
    height: 350px;
}

.style-four .col-lg-2 .qreate-project-style-2 .box-style img {
    height: 350px;
}

.project-container .iq-grid-five .iq-column {
	width: 20%;
	padding: 0 16px;
}

.qreate-project-style-2 .box-style img.grid-style-image {
	height: 300px;
}

.qreate-project-style-3 .-img-overlay .image-holder .overlay, .card.-img-overlay .image-holder::after {
	background:linear-gradient(270deg, #77B0C1 -15.38%, #A483DC 57.43%, #CD77A3 94.88%); 
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	content: "";
	display: block;
	position: absolute;
	-webkit-transition: opacity cubic-bezier(.645, .045, .355, 1) .4s;
	-o-transition: opacity cubic-bezier(.645, .045, .355, 1) .4s;
	transition: opacity cubic-bezier(.645, .045, .355, 1) .4s;
}
.qreate-project-style-3:hover .image-holder::after {
	opacity: 0.7;
}

.qreate-project-style-3 .card{
    background: transparent;
    border: none;
    border-radius: 0;
}

.qreate-project-style-3 .inner_style3 {
	padding: 20px 0 40px;
}

@media (max-width: 1199px){
    .project-container .iq-grid-five .iq-column {
        width: 25%;
    }   
}
@media (max-width: 992px){
    .project-container .iq-grid-five .iq-column {
        width: 50%;
    }   
}
@media (max-width: 767px){
    .project-container .iq-grid-five .iq-column {
        width: 100%;
    }   
}

/* Top */
@-webkit-keyframes slide_in_top {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slide_out_top {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -100%, 0);
    }
}

@-moz-keyframes slide_in_top {
    0% {
        -moz-transform: translate3d(0, -100%, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slide_out_top {
    0% {
        -moz-transform: translate3d(0, 0, 0);
    }

    100% {
        -moz-transform: translate3d(0, -100%, 0);
    }
}

@keyframes slide_in_top {
    0% {
        transform: translate3d(0, -100%, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slide_out_top {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, -100%, 0);
    }
}

/* Right */
@-webkit-keyframes slide_in_right {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slide_out_right {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0);
    }
}

@-moz-keyframes slide_in_right {
    0% {
        -moz-transform: translate3d(100%, 0, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slide_out_right {
    0% {
        -moz-transform: translate3d(0, 0, 0);
    }

    100% {
        -moz-transform: translate3d(100%, 0, 0);
    }
}

@keyframes slide_in_right {
    0% {
        transform: translate3d(100%, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slide_out_right {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(100%, 0, 0);
    }
}

/* Bottom */
@-webkit-keyframes slide_in_bottom {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slide_out_bottom {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 100%, 0);
    }
}

@-moz-keyframes slide_in_bottom {
    0% {
        -moz-transform: translate3d(0, 100%, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slide_out_bottom {
    0% {
        -moz-transform: translate3d(0, 0, 0);
    }

    100% {
        -moz-transform: translate3d(0, 100%, 0);
    }
}

@keyframes slide_in_bottom {
    0% {
        transform: translate3d(0, 100%, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slide_out_bottom {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, 100%, 0);
    }
}

/* Left */
@-webkit-keyframes slide_in_left {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slide_out_left {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
    }
}

@-moz-keyframes slide_in_left {
    0% {
        -moz-transform: translate3d(-100%, 0, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slide_out_left {
    0% {
        -moz-transform: translate3d(0, 0, 0);
    }

    100% {
        -moz-transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slide_in_left {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slide_out_left {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}
