@import "tailwindcss";
@tailwind utilities;
@config "../tailwind.config.js"; 


@font-face {
    font-family: 'Open-Sans-regular';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open-Sans-medium';
    src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
        url('../fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open-Sans-bold';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open-Sans-sbold';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.rotare_shape {
    transform: rotateX(-180deg);
    rotate: 180deg;
}


.industry-slide {
	background-color: rgb(0 44 118 / 70%) !important;
}

.slide_left {
	transform: translateY(180px);
}

.industry-images {
	width: 48%;
}

.industry-images img {
	height: 364px;
	object-fit: cover;
	box-shadow: 0px 0px 20px 0px #00000033;
	border-radius: 14px;
	width: 100%;
}



.industries_swiper .swiper-slide.swiper-slide-active {
	width: 40% !important;
}

.swiper.industries_swiper {
	padding: 15px 12% 90px 0;
}


.industries_swiper .swiper-pagination {
	bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.industries_swiper .swiper-pagination span.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: transparent;
	border: 1px solid #054CC3;
	opacity: 1;
	transition: 0.2s linear;
}


.industries_swiper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #054CC3;
	width: 18px;
	height: 18px;
}


.industries_swiper .swiper-slide {
	transition: 0.2s linear;
	border-radius: 16px;
}

.industries_swiper .swiper-slide.swiper-slide-active .industry-slide {
	background-color: rgb(0 44 118 / 50%) !important;
}




.industry_box .industry_content {
	height: 100%;
	transform: translateX(calc(-100% - 2px));
	transition: 0.2s linear;
}

.industry_box:hover .industry_content {
	transform: unset;
}

.industry_box .elementor-widget-text-editor .elementor-widget-container {
	display: flex;
	align-items: center;
}

.industry_box img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.industry_box {
	overflow: hidden;
}

.industry_box:hover .elementor-widget-text-editor {
	transform: unset;
}

.industry_box:hover .elementor-widget-heading {
	transform: translateY(100%);
}

.industry_box .elementor-widget-heading {
	transition: 0.2s linear;
}


.industries_swiper .slide_left a.wp-element-button {
	display: inline-flex;
	background: #52B7F9;
	text-transform: capitalize;
	gap: 18px;
	margin-top: 21px;
}

.swiper-slide.swiper-slide-active .slide_left {
    transform: unset;
}

@media(max-width:1700px){
    	.industry-slide {
		height: 480px;
		padding: 20px 30px;
	}
.industries_swiper .slide_left img {
		width: 50px;
	}


	.slide_left {
		transform: translateY(170px);
	}
}

@media(max-width:1300px){
    	.industries_swiper .swiper-slide.swiper-slide-active {
		width: 70% !important;
	}

	.industry-slide {
		height: 420px;
	}
}
@media(max-width:991px){
    .industry-images {
		width: 100%;
		order: -1;
		margin-bottom: 20px;
	}

	.industry-slide {
		padding: 20px 20px;
	}


	.industry-images img {
		height: 200px;
	}

}

@media(max-width:767px){
    	.swiper.industries_swiper {
		padding-right: 5%;
	}
}

@media(max-width:575px){
    .industry-slide {
		height: 350px;
	}

    	.swiper.industries_swiper {
		padding: 15px 0 60px;
	}

	.industries_swiper .swiper-pagination span.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.industries_swiper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 12px;
		height: 12px;
	}

}