.oswald{
	font-family: "Oswald", sans-serif !important;
}
.barlow {
	font-family: "Barlow", sans-serif !important;
}
.hero{
	background-image: url('../images/1-1.webp');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg-11{
	background-image: url('../images/sec-bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.bg-12{
	background-image: url('../images/Group-21-jpg.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
body{
	font-family: unset !important;
}
.layout {
	height: 100%;
	background-color: #00000069;
}
.hero-heading{
	font-size: 7vw;
	font-weight: 600;
	color: white;
	text-align: center;
}
.hero-bottom-heading{
	color: white;
	text-align: center;
	font-size: 3.5vw;
	font-weight: 500;

}
.btn-hero{
	background-color: #FFFFFF;
	font-size: 2vw;
	font-weight: 400;
	fill: #FF0052;
	color: #FF0052;
	box-shadow: 5px 5px 0px 0px #FF0052;
	border-radius: 3px;
	display: inline-block;
	line-height: 1;
	padding: 12px 24px;
	text-align: center;
	transition: all .3s;
	text-decoration: none;
}
.btn-hero:hover {
	transform: scale(1.1);
	color: #FF0052;
	text-decoration: none;
}
.bg-blue{
	background-color: #04003B;
}
.heading-title{
	font-size: 3vw;
	font-weight: 600;
	text-transform: uppercase;
	color: white;
}
.heading-rotate{
	rotate: 270deg;
	position: absolute;
	top: 219px;
	left: -150px;
	font-size: 7.8vw;
	font-weight: 600;
	color: #FFFFFF3D;
	line-height: 1;
}
.heading-stroke{
	font-size: 96px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-text-stroke-width: 1px;
	stroke-width: 1px;
	-webkit-text-stroke-color: #FFFFFF;
	stroke: #FFFFFF;
	color: #FFFFFF00;
}
.heading-bottom{
	text-align: center;
	font-family: "Barlow", Sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #FFFFFF;
}
.padding{
	padding-top: 6vw;
	padding-bottom: 6vw;
}
.slider {
	width: 85%;
	margin: 50px auto;
}
.slider .slide-item {
	padding: 0 10px;
}
.slider img {
	width: 100%;
	border-radius: 12px;
}
.slick-slide {
	transition: transform 0.5s ease;
}
.fk0343{
	background-color: #ff0052;
	padding: 2vw 7vw;
}
.kl-432{
	padding-right: 67px;
}
.lk-903{
	padding-right: 100px;
}
.my-44{
	margin-top: 6vw;
	margin-bottom: 6vw;
}
.heading-bottom-2{
	text-align: center;
	font-size: 3.1vw;
	color: #FFFFFF;
}
a{
	text-decoration: none !important;
}
.img-10{
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 10px;
	transition: all 0.4s ease;
}
.emoji{
	width: 15px;
}
.sbi_bio{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sbi_bio h3{
	font-size: 20px;
	color: inherit;
	font-family: inherit;
	font-weight: 600;
	line-height: 0;
	margin-block-end: 1rem;
	margin-block-start: .5rem;
	color: #c36;
}
.sbi_bio p{
	font-size: 14px;
	color: #c36;
}
.lsak-43:hover{
	color: white;
}
.fa-instagram{
	width: 25px;
}

/* overlay base hidden */
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 80%);
	opacity: 0;
	transition: all 0.4s ease;
	border-radius: 58px;
}
.fa-play{
	width: 40px;
}
.overlay svg {
	color: #fff;
	width: 40px;
	height: 40px;
}

/* hover effect */
.hover-box:hover .overlay {
	opacity: 1;
}

.hover-box:hover h3,
.hover-box:hover p {
	color: #ffffff3d;
}
/* 🔹 Play Button ہمیشہ شو رہے */
.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.play-btn svg {
	font-size: 60px;
	color: white;
	transition: transform 0.3s ease;
}

.play-btn:hover svg {
	transform: scale(1.2);
}

.overlay-sd {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 2;
}

.col-md-4:hover .overlay-sd {
	opacity: 1;
}
.load_btn{
	zoom: 1 !important;
	padding: 7px 14px !important;
	background-color: #333 !important;
	text-decoration: none !important;
	border: none !important;
	color: #fff !important;
	font-size: 13px !important;
	border-radius: 4px !important;
	transition: .1s 
	ease-in;
}
.btn:focus{
	box-shadow: unset !important;
}
.s-follow-btn{
	border: none !important;
	color: #fff !important;
	font-size: 13px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	box-sizing: border-box !important;
	transition: .1s 
	ease-in !important;
	zoom: 1 !important;
	padding: 7px 14px !important;
	background-color: rgb(64,139,209) !important;
	text-decoration: none !important;
}
.fa-instagram-follow{
	width: 18px;
}
.e-fas-map-marker-alt{
	width: 25px;
	fill: white;
}
.footer{
	margin-top: 60px;
}
.footer p{
	font-size: 1.5rem;
	color: white;
	text-align: center;
	margin-top: 25px;
}
.wek-43{
	font-size: 1.5rem;
	color: #c36;
}
.wek-43:hover{
	color: #336;
}
@media screen and (max-width: 430px) {
	.heading-stroke {
		font-size: 45px;
	}
	.app-item img{
		margin-left: 0px; !important;
	}
	.map-loc iframe{
		width: 100% !important;
		margin-top: 40px;
	}
	.btn-hero{
		font-size: 6vw !important;
		margin-left: unset !important;
		width: 100% !important;
	}
	.dfsa-4334{
		margin-top: 30px;
	}
	.dkll-324{
		flex-direction: column !important;
	}
	.mt-sm{
		margin-top: 15px;
	}
	.img-logo{
		width: 140px  !important;
	}
	.hero-heading {
		font-size: 18vw  !important;

	}
	.hero-bottom-heading {
		font-size: 7vw !important;
	}
	.heading-title {
		font-size: 9vw !important;
	}
	.heading-bottom {
		font-size: 20px !important;
	}
	.app-item img{
		margin-top: 20px !important;
	}
	.fk0343{
		padding-top: 35px !important; 
	}
	.heading-bottom-2 {
		font-size: 8vw !important;
	}
	.hover-box{
		margin-top: 25px !important;
	}
	.footer p {
		font-size: 1rem;
	}
	.lkl-4343 h2{
		text-align: center !important;
	}
	.lkl-4343{
		margin-top: 50px !important;
		margin-bottom: 40px !important;
	}
}