@font-face {
  font-family: Oliver;
  src: url('fonts/olivier_demo.ttf') format('truetype');
}

.ar .section-heading,
.ar .headline {
	font-family: Oliver;
}

.ar .banner {
	background-image: url('https://www.tcf.org.pk/wp-content/uploads/2022/11/IMG_5785-min.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;
	max-width: 1920px;
	position: relative;
}

.ar .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: none;
	margin-top: 30px;
}

.ar .logo {
	padding: 0;
}

.ar .logo img {
	width: 300px;
	height: auto;
	order: 0;
}

.ar .view-report {
	order: 1;
}

.ar .btn {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background-color: #008b41;
	padding: 10px 20px;
	letter-spacing: 1px;
}

.ar .bottom-text {
	text-align: center;
    position: absolute;
    bottom: 60px;
    margin: auto;
    left: 0;
    right: 0;
}

.ar .headline {
	font-size: 100px;
	color: #fff;
}

.ar .subline {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
}

.ar .scaling-section {
	background-color: #008b41;
	padding: 70px 0;
}

.ar .section-heading {
	color: #fff;
	font-size: 70px;
	text-align: center;
	margin-bottom: 30px;
}

.ar .section-heading.dark {
	color: #000;
}

.ar .section-heading.teal {
	color: #007777;
}

.ar .scaling-section .numbers {
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}

.ar .scaling-section .numbers .number {
	flex-basis: 15em;
	margin: 30px;
	position: relative;
}

.ar .scaling-section .number:nth-child(2)::after {
    content: "";
    width: 5px;
    height: 100%;
    background-color: #0B6D2D;
    top: 0;
    right: -40px;
    position: absolute;
}

.ar .scaling-section .number:nth-child(2)::before {
	content: "";
	width: 5px;
	height: 100%;
	background-color: #0B6D2D;
	top: 0;
	left: -40px;
	position: absolute;
}

.ar .scaling-section .number:nth-child(4)::before {
	content: "";
	width: 5px;
	height: 100%;
	background-color: #0B6D2D;
	top: 0;
	right: -30px;
	position: absolute;
}

.ar .scaling-section .numbers .num {
	color: #fff;
    font-size: 70px;
    line-height: 70px;
    font-weight: bold;
}

.ar .scaling-section .numbers .text {
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	margin-top: 15px;
}

.ar .scaling-section .notice {
	text-align: center;
	max-width: 50%;
	color: #fff;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 300;
}

.ar .video-highlights .video-banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	max-width: 1920px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ar .video-highlights .video-banner img {
	max-width: 100%;
}


.ar .video-highlights .video {
	display: none;
}

.ar .our-stories {
	background-color: #eee;
	padding: 70px 0;
}

.ar .our-stories .stories {
	display: flex;
	gap: 15px;
}

.ar .our-stories .stories .story {
	flex-wrap: wrap;
}

.ar .our-stories img {
	margin-bottom: 15px;
	width: 100%;
}

.ar .our-stories .text {
	font-size: 25px;
	line-height: 35px;
	text-align: center;
	color: #000000;
}

.ar .animated-stories {
	padding: 30px 0;
	position: relative;
}

.ar .animated-stories::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url(https://www.tcf.org.pk/wp-content/uploads/2022/11/annualreport_bg.png);
	background-position: 50% 7%;
	background-size: 77%;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 480px) {
	.ar .animated-stories::before {
		background-size: 100%;
		background-position: center;
	}
}

.ar .animated-stories .boxes.fixed {
	display: block;
}

.ar .animated-stories .boxes.slidr {
	display: none;
}

.ar .boxes {
	margin-left: -100px;
	margin-right: -100px;
	margin-top: -40px;
}

.ar .boxes img {
	position: relative;
	transition: linear all 0.1s;
	cursor: pointer;
}

.ar .boxes  img:hover {
	transform: scale(1.1);
}

.ar .boxes .image {
	width: 150px;
	height: 150px;
	background-color: #000;
	position: absolute;
	bottom: -10%;
	transition: linear all 0.3s;
	left: -10%;
}

.ar .boxes > div:hover .image {
	transform: translate(-50px, -30px);
}

.ar .boxes .text {
	padding: 20px;
}

.ar .boxes .text div {
	color: #fff;
}

.ar .boxes .one {
	width: 45rem;
	left: 210px;
}

.ar .boxes .two {
	width: 30rem;
	top: 50px;
	left: 150px;
}

.ar .boxes .three {
	width: 31rem;
	top: 35px;
	left: 140px;
}

.ar .boxes .four {
	width: 25rem;
	top: -200px;
	left: 50px;
}

.ar .boxes .five {
	width: 50rem;
	top: -90px;
	left: -10px;
}

.ar .boxes .six {
	width: 50rem;
	top: -120px;
	left: -60px;
}

.ar .boxes .one .image {
	position: relative;
	width: 400px;
	height: 200px;
	background: orange;
}

.financial-highlights {
	padding: 70px 0;
}

.zakatfloating {
	display: none;
}

.financials {
	display: inline-flex;
}

@media screen and (max-width: 992px) {

	.ar .banner {
		background-image: url('https://www.tcf.org.pk/wp-content/uploads/2022/11/annualreport_mobilebanner-1.jpg');
	}

	.ar .animated-stories::before {
		display: none;
	}


	.ar .header {
		display: flex;
	    justify-content: center;
	    align-items: center;
	    box-shadow: none;
	    flex-wrap: wrap;
	    gap: 30px;
	    flex-direction: column;
	}

	.ar .headline {
		font-size: 50px;
	}

	.ar .subline {
		font-size: 30px;
	}

	.ar .scaling-section .notice {
		margin-top: 10px;
    max-width: 80%;
	}

	.ar .section-heading {
		font-size: 50px;
	}

	.ar .scaling-section .numbers .num {
		font-size: 50px;
	}

	.ar .scaling-section .numbers .text {
		font-size: 25px;
		margin-top: 0;
	}

	.ar .scaling-section .numbers .number {
		flex-basis: 100%;
		margin: 20px;
	}

	.ar .our-stories .stories {
		flex-wrap: wrap;
		flex-basis: 100%;
		gap: 50px;
	}

	.ar .animated-stories .boxes.fixed {
		display: none;
	}

	.ar .animated-stories .boxes.slidr {
		display: block;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}

	.ar .animated-stories .swiper {
		width: 100%;
		height: 350px;
	}

	.ar .animated-stories .swiper-slide {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.ar .animated-stories .swiper-slide img {
		width: 70%;
		height: auto;
	}

	.financials {
		display: block;
	}
}