/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: "DM Sans", sans-serif;
}

.portfolio-slider .owl-nav {
	display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 28px;
    position: relative;
	background-repeat: no-repeat;
}

.portfolio-slider .portfolio_gallery_slide {
    background-size: 120%;
    background-position: center;
    border-radius: 20px;
    height: 40.5rem !important;
	object-fit: cover ;
}

.portfolio-slider button.owl-next ,
.portfolio-slider button.owl-prev{
	position: relative !important ;
}

.owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}


.slider-text {
    position: relative;

}

.slider-text .text {
    position: absolute;
    bottom: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
}

.post_text {
	padding: 20px ;
}

.post_text a {
	justify-content: flex-start !important ;
	color: #fff ;
}

.swiper-container .post-title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.6;
}

.slider-text .text a {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-text .text .icon {
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 15px;
    display: flex;
    align-items: center;
    align-self: center;
    margin: 25px;
}

.image-box_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .35) 100%);
    z-index: 2;
}

.owl-carousel.owl-drag .owl-item {
    margin: 0 15px !important;
}

.slider-img {
    overflow: hidden;
}

.remodeling-body:hover img {
    transform: scale(1.1);
}

.remodeling-body img {
    transition: transform .5s ease;
}

.remodeling-body:hover .text a {
    text-decoration: underline;
    color: #fff;
}

.remodeling-body:hover .icon svg {
    transform: rotate(45deg);
    color: #fff;
}

.remodeling-body:hover .icon {
    border: 1px solid var(--e-global-color-primary);
}

.remodeling-body .icon svg {
    transition: transform .5s ease;
    filter: invert(1);
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px !important;
    height: 7px !important;
    margin: 5px 4px !important;
}
.owl-theme .owl-dots {
    margin-top: 41px !important;
}

 .owl-theme .owl-dots .owl-dot.active span {
    background: #000000 !important;
}

.owl-carousel button.owl-dot {
    padding: 0 !important;
}
.owl-theme .owl-nav {
    position: relative !important;
}

.portfolio-slider button.owl-next.disabled ,
.portfolio-slider button.owl-prev.disabled {
	opacity: 0.5 ;
}

.portfolio-slider .owl-stage-outer {
	padding-bottom: 30px;
}

.portfolio-slider .owl-dots {
	text-align: center ;
	margin-top: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    right: 50%;
}

.portfolio-slider .owl-dots span {
	width: 7px;
    height: 7px;
    display: inline-block;
    background: #D6D6D6;
    border-radius: 50px;
	margin: 0px 3px ;
}

.portfolio-slider .owl-dots .owl-dot.active span {
	 background: #000 !important;
}

button.owl-prev {
    position: absolute !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    border: 1px solid #000000 !important;
    border-radius: 50% !important;
    margin: 0 !important;
}

.remodeling-slider button.owl-prev {
	left: 42% !important;
	top: 24px !important;
}

button.owl-prev span {
    padding: 0 13px !important;
}

.owl-carousel .owl-nav button {
	width: 50px;
    height: 50px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.owl-carousel .owl-nav button img {
	width: 20px;
    height: 20px;
    object-fit: contain;
}

.remodeling-slider button.owl-next {
	top: 24px !important;
	right: 42% !important;
}

button.owl-next {
    position: absolute !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    border: 1px solid #000000 !important;
    border-radius: 50% !important;
    margin: 0 !important;
}
 button.owl-next span {
    padding: 0 13px !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff !important;
    color: #000 !important;
}
.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.description {
    position: relative;
}
.content-accordion__content-capture {
    height: 9.6875rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.6875rem;
    flex: 0 0 9.6875rem;
}

.circle::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #dbf4aa;
    width: 4.125rem;
    height: 4.125rem;
}
.circle svg {
    direction: ltr;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    -webkit-animation: rotating 12s linear infinite;
    animation: rotating 12s linear infinite;
}

@keyframes rotating {
    from {
        -webkit-transform: translate(-50%,-50%) rotate(0);
        transform: translate(-50%,-50%) rotate(0)
    }

    to {
        -webkit-transform: translate(-50%,-50%) rotate(360deg);
        transform: translate(-50%,-50%) rotate(360deg)
    }
}
.circle svg textPath {
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 500;
    white-space: nowrap;
    word-spacing: .1em;
    line-height: 1;
}





@media (max-width:1024px) {
    .remodeling-slider button.owl-prev {
        left: 38% !important;
    }

    .remodeling-slider .owl-carousel .owl-nav button.owl-next {
        right: 38% !important;
    }
}

@media (max-width:768px) {
    .slider-text .text a {
        font-size: 1.125rem;
    }
	
	.portfolio-slider_shortcode .owl-carousel .owl-nav button {
		width: 36px !important;
		height: 36px !important;
    }
	
	.portfolio-slider_shortcode .owl-carousel .owl-nav button img {
		width: 15px !important;
        height: 20px !important;
    }
	
	.portfolio-slider .portfolio_gallery_slide {
		height: 20.5rem !important;
    }
	
     .remodeling-slider .owl-carousel .owl-nav button.owl-next {
        right: 22% !important;
        top: 100% !important;
        margin-top: 20px !important;
    }

    .slider-text .text .icon {
        padding: 8px;
    }
	
	.owl-theme .owl-dots {
       margin-top: 30px !important;
    }

    .owl-carousel.owl-drag .owl-item {
        margin: 0 10px !important;
    }
	.remodeling-slider-shotcode button.owl-prev {
		top: 100% !important;
		margin-top: 10px !important;
    }
	
	.remodeling-slider-shotcode button.owl-next {
		top: 100% !important;
		right: 42% !important;
		margin-top: 10px !important;
    }
}

@media (max-width:540px) {
	
	.remodeling-slider-shotcode .owl-carousel .owl-nav button {
		width: 30px !important;
        height: 30px !important;
    }
	
	.remodeling-slider-shotcode .owl-carousel .owl-nav button img {
		width: 15px !important;
        height: 15px !important;
    }

}




