@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans&display=swap');

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.header {
	background-image: url('img/hero-bg-1-overlay.jpg');
	background-size: cover;
	background-position: center;
	color: white;
	padding: 30px 0;
	height: 799px;
}

/*.header::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.5);
            height: 799px;
        }*/
.header-logo img {
	max-width: 90%;
}

.navbar-nav .nav-link {
	color: white !important;
	font-weight: bold;
}

.header .address {
	z-index: 1;
	margin-bottom: 25px;
}

.header .address p,
.header .address img {
	font-size: 12px;
	color: white !important;
	z-index: 1;
	padding: 0;
	margin: 0;
}

.header .navbar a.nav-link {
	font-size: 15px;
	font-weight: 900;
	color: white !important;
	line-height: 16.64px;
	z-index: 1;
	margin-left: 16px;
}

.header .navbar .ringer-volume {
	margin-left: 18px;
}

.header .heating-text {
	width: 760px;
	margin-top: 93px;
	z-index: 1;
}

.header .heating-text h1 {
	color: white !important;
	font-family: 'Inter', sans-serif;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 30px;
}

.header .heating-text h1 span {
	color: white !important;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	background-color: red !important;
	display: block;
}

.header .sub-head-text {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	color: white !important;
	font-size: 24px;
	line-height: 30.96px;
	position: relative;
	padding-right: 480px;
}

.header .sub-head-text::before {
	content: "";
	background-color: red;
	height: 5px;
	width: 170px;
	display: block;
	margin-bottom: 10px;
}

.header .hero-button-area {
	margin-top: 32px;
	z-index: 1;
	position: relative;
}

.header .hero-button-area a.hero-btn {
	position: absolute;
	z-index: 1;
	background-color: #ED1C24 !important;
}

/* About Us */
.about-us {
	margin-top: 92px;
}

.about-us-btn-area a.aboutus-btn {
	position: absolute;
	z-index: 1;
	background-color: #ED1C24 !important;
	color: white !important;
	margin-top: 18px;
	width: 200px;
	;
	padding: 14px 36px 7px 39px;
}

.about-us .head {
	text-align: right;
	color: #ED1C24;
	font-size: 60px;
	font-family: Inter;
	font-weight: 700;
	line-height: 68.40px;
	margin-bottom: 55px;
}

.about-us .sub-head {
	text-align: right;
	color: #ED1C24;
	font-size: 24px;
	font-family: Inter;
	font-weight: 300;
	line-height: 24.96px;
}

.about-us .sub-text-area {
	position: relative;
	text-align: right !important;
}

.about-us .sub-text-area-child {
	width: 455px;
	position: absolute;
	right: 0;
}

.about-us .sub-text-1 {
	text-align: right;
	color: #565656;
	font-size: 22px;
	font-family: Inter;
	font-weight: 500;
	line-height: 34.32px;
	margin-bottom: 25px;
}

.about-us .sub-text-2 {
	color: #565656;
	font-size: 18px;
	font-family: Inter;
	font-weight: 200;
	line-height: 24px;
}

/* Why section */
.why {
	margin-top: 160px;
}

.why .head {
	color: #ED1C24;
	font-size: 36px;
	font-family: Inter;
	font-weight: 700;
	line-height: 41.04px;
	margin-bottom: 45px;
}

.why .head::after {
	content: "";
	background-color: red;
	height: 5px;
	width: 170px;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}

.why .rectangle-row {
	padding: 0 100px;
}

.why .rectangle {
	width: 302px;
	height: 192px;
	margin: 0 auto;
	background: white;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.08);
	border-radius: 15px;
	border: 1px #EDE9E9 solid;
	margin-bottom: 30px;
}

.why .rectangle img {
	width: 62px;
	height: 62px;
	margin-top: 25px;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
}

.why .rectangle .title {
	text-align: center;
	color: #ED1C24;
	font-size: 15px;
	font-family: Inter;
	font-weight: 500;
	line-height: 23.40px;
}

.why .rectangle .text {
	margin: 10px 35px;
	text-align: center;
	color: #565656;
	font-size: 12px;
	font-family: Inter;
	font-weight: 300;
	line-height: 13.20px;
}

.why .rectangle .link {
	text-align: center;
	color: #ED1C24;
	font-size: 10px;
	font-family: Inter;
	font-weight: 500;
	line-height: 11px;
	text-decoration: none;
	margin: 0 auto;
	display: block;
}

/* Journey */
.journey {
	margin-top: 50px;
}

.journey .head {
	color: #ED1C24;
	font-size: 36px;
	font-family: Inter;
	font-weight: 700;
	line-height: 41.04px;
	margin-bottom: 45px;
}

.journey .head::after {
	content: "";
	background-color: red;
	height: 5px;
	width: 170px;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}

.journey .journey-image::before {
	content: "";
	background-color: red;
	height: 350px;
	width: 600px;
	position: absolute;
	display: block;
	margin-top: 140px;
	z-index: -1;
	border-radius: 30px;
}

.journey .title {
	color: #565656;
	font-size: 30px;
	font-family: Inter;
	font-weight: 600;
	line-height: 46.80px;
	margin: 15px 0;
}

.journey .text {
	color: #565656;
	font-size: 20px;
	font-family: Inter;
	font-weight: 300;
	line-height: 25px;
}

.journey .link {
	color: #ED1C24;
	font-size: 16px;
	font-family: Inter;
	font-weight: 500;
	line-height: 16.50px;
	text-decoration: none;
	margin-top: 35px;
	display: block;
}

.journey .card-area {
	padding-top: 140px;
}

.journey .card {
	border: none !important;
	margin-bottom: 30px;
}

.journey .card .card-title {
	color: #565656;
	font-size: 20px;
	font-family: Inter;
	font-weight: 500;
	line-height: 22px;
}

.journey .card .card-body {
	padding: 0 !important;
}

.journey .card .card-text {
	color: #565656;
	font-size: 15px;
	font-family: Inter;
	font-weight: 300;
	line-height: 16.50px;
}

.journey .card a {
	color: #ED1C24;
	font-size: 15px;
	font-family: Inter;
	font-weight: 500;
	line-height: 16.50px;
	text-decoration: none;
}

/* Consultancy */
.consultancy {
	margin-top: 60px;
	background-color: #ED1C24;
	padding-top: 60px;
}

.consultancy .head {
	color: #ffffff;
	font-size: 36px;
	font-family: Inter;
	font-weight: 700;
	line-height: 41.04px;
	margin-bottom: 45px;
}

.consultancy .head::after {
	content: "";
	background-color: rgb(255, 255, 255);
	height: 5px;
	width: 170px;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}

.consultancy .providers {
	color: white;
	font-size: 32px;
	font-family: Inter;
	font-weight: 400;
	line-height: 36.48px;
	padding: 32px 0;
	;
}

.consultancy .one-stop {
	color: white;
	font-size: 60px;
	font-family: Inter;
	font-weight: 500;
	line-height: 68.40px;
	padding-right: 150px;
}

.consultancy .form-title {
	background: white;
	border-radius: 15px;
	text-align: center;
	color: #ED1C24;
	font-size: 25px;
	font-family: Inter;
	font-weight: 700;
	line-height: 29.50px;
	padding: 25px 0;
	margin-bottom: 30px;
	;
}

.consultancy .form-label {
	color: white;
	font-size: 15px;
	font-family: Inter;
	font-weight: 400;
	line-height: 17.10px;
}

.consultancy .form-control {
	background: white;
	border-radius: 10px;
	padding: 16px;
	;
	margin-bottom: 25px;
}

.consultancy .btn-submit {
	background: #5F0205;
	border-radius: 10px;
	text-align: center;
	color: white;
	font-size: 25px;
	font-family: Inter;
	font-weight: 900;
	line-height: 28.50px;
	letter-spacing: 6.75px;
	padding: 15px 0;
	width: 100%;
	margin-top: 15px;
	;
}

/* Success */
.success {
	margin-top: 60px;
}

.success .head {
	color: #ED1C24;
	font-size: 36px;
	font-family: Inter;
	font-weight: 700;
	line-height: 41.04px;
	margin-bottom: 45px;
}

.success .head::after {
	content: "";
	background-color: #ED1C24;
	height: 5px;
	width: 170px;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}

.success .play {
	position: relative;
}

.success .play::after {
	content: "";
	background-image: url('img/play-button.png');
	background-size: 116px 116px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.success img {
	position: relative;
	z-index: 0;
	filter: blur(2px);
	opacity: 0.9;
}

.success .play-text {
	color: #565656;
	font-size: 20px;
	font-family: Inter;
	font-weight: 500;
	line-height: 22.80px;
	margin-top: 15px;
	position: relative;
	padding-right: 15px;
}


/* Footer */
.footer {
	margin-top: 60px;
	background-color: #ED1C24;
	padding-top: 60px;
	padding-bottom: 60px;
}

.footer .footer-logo {
	margin-bottom: 46px;
}

.footer .foot-col {
	margin-left: 80px;
}

.footer .title {
	color: white;
	font-size: 20px;
	font-family: Inter;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 35px;
}

.footer .footer-list li {
	list-style-type: none;
}

.footer .footer-list li a {
	color: white;
	font-size: 16px;
	font-family: Inter;
	font-weight: 400;
	text-decoration: underline;
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}

.footer .footer-list li a::after {
	content: "";
	display: block;
}

.footer .footer-list li a img {
	margin-right: 10px;
	margin-top: 3px;
	flex-shrink: 0;
}

/**/
.footer ul {
	padding: 0;
	margin: 0;
}

.footer li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer li a {
	color: white;
	font-size: 16px;
	font-family: Inter;
	font-weight: 400;
	text-decoration: underline;
	margin-bottom: 12px;
	display: block;
}

.social {
	width: 100px;
	margin-top: 15px;
}

.social a {
	display: block;
	margin-bottom: 15px;
}

/* Tablet devices (medium screens) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.header .logo-row {
		background-color: red !important;
		padding: 20px 0 15px 5px;
	}

	.header .navbar-toggler {
		margin-top: -40px !important;
	}
}

/* Mobile devices (small screens) */
@media only screen and (max-width: 767.98px) {
	/*.header, .about-us, .about-us-mobile, .why, .journey, .consultancy, .success, .footer {
		display: none !important;
	}*/
	.about-us {
		display: none !important;
	}
	.header {
		height: 540px;
	}

	.header .logo-col,
	.header .navbar-col {
		background-color: red !important;
		/* Example color for mobile */
		padding: 0px 0 20px 7px;
	}

	.header .navbar-toggler {
		margin-top: -85px !important;
		border: none;
		position: relative
	}

	.navbar-collapse {
		background-color: red !important;
		position: absolute;
		left: -13px;
		right: -13px;
		top: -1px;
		z-index: 2;
		padding-bottom: 15px;
	}

	.navbar-nav .nav-item {
		margin-bottom: 15px;
		;
	}

	.header-logo img {
		max-width: 30%;
		margin-top: 20px;
	}

	.header .heating-text h1 {
		font-size: 25px;
		font-weight: 700;
		margin-bottom: 30px;
		line-height: 31.92px;
	}

	.header .heating-text h1 span {
		width: 85%;
	}

	.header .sub-head-text {
		font-size: 16px;
		font-weight: 500;
		line-height: 20.64px;
		padding-right: 0px;
	}

	.header .hero-button-area a.hero-btn {
		z-index: 1;
		margin: 0 auto;
		display: block;
		position: unset;
		width: 70%;
	}

	/* About Us */
	.about-us {
		display: none !important;
	}

	
	.about-us-mobile {
		/*background-image: url(img/girls-library-1.png);
		background-size: 229%;
		background-position: center;
		position: relative;
		height: 560px;
		background-position-y: 18px;
		background-position-x: 551px;*/
		/* -- */
		background-image: url('img/girls-library-1.png');
		background-size: cover; /* Contains the image within the viewport */
		background-position: center;
		position: relative;
		height: 600px;
		overflow: hidden; /* Prevent overflow within this section */
	}

	.about-us-mobile::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);

	}

	.about-us-mobile .first-title {
		text-align: center;
		color: #ED1C24;
		font-size: 16px;
		font-family: Inter;
		font-weight: 500;
		line-height: 5px;
		z-index: 1;
	}

	.about-us-mobile .first-title::before {
		content: "";
		background-color: red;
		height: 20px;
		width: 100%;
		display: block;
		margin-bottom: 55px;
		z-index: 1;
	}

	.about-us-mobile .second-title {
		text-align: center;
		color: #ED1C24;
		font-size: 28px;
		font-family: Inter;
		font-weight: 500;
		line-height: 50px;
		z-index: 1;
	}

	.about-us-mobile .third-title {
		z-index: 1;
		color: white;
		text-align: center;
		font-weight: 700;
		margin-top: 25px;
	}

	.about-us-mobile .forth-text {
		z-index: 1;
		color: white;
		text-align: center;
		font-weight: 400;
		margin-top: 25px;
		line-height: 24px;
		padding: 0 30px;
	}

	.about-us-mobile .about-us-btn {
		background-color: #ED1C24;
		color: white;
		padding: 10px 20px;
		text-decoration: none;
		z-index: 1;
		width: 200px;
		display: block;
		margin: 30px auto;
	}
	/*.about-us-mobile {
		background-image: url(img/girls-library-1.png);
		background-size: cover;
		background-position: center;
		position: relative;
		height: 560px;
		overflow: hidden;
	}
	.about-us-mobile::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
	}
	.about-us-mobile .first-title {
		text-align: center;
		color: #ED1C24;
		font-size: 16px;
		font-family: Inter;
		font-weight: 500;
		line-height: 1.5;
		z-index: 1;
		margin: 10px 0;
	}
	.about-us-mobile .first-title::before {
		content: "";
		background-color: red;
		height: 20px;
		width: 100%;
		display: block;
		margin-bottom: 20px;
		z-index: 1;
	}
	.about-us-mobile .second-title,
	.about-us-mobile .third-title,
	.about-us-mobile .forth-text {
		text-align: center;
		color: white;
		margin: 15px 0;
		padding: 0 20px;
	}
	.about-us-mobile .second-title {
		color: #ED1C24;
		font-size: 28px;
		font-weight: 500;
		line-height: 1.2;
		z-index: 1;
	}
	.about-us-mobile .third-title {
		font-weight: 700;
	}
	.about-us-mobile .forth-text {
		font-weight: 400;
		line-height: 1.5;
	}
	.about-us-mobile .about-us-btn {
		background-color: #ED1C24;
		color: white;
		padding: 10px 20px;
		text-decoration: none;
		z-index: 1;
		display: block;
		width: fit-content;
		margin: 30px auto;
	} */

	/* ---Why--- */
	.why {
		margin-top: 40px;
	}

	.why .head {
		text-align: center;
	}

	.why .head::after {
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-top: 10px !important;
	}

	.why .rectangle-row {
		padding: unset;
	}

	/* Consultancy */
	.consultancy .head {
		color: #ffffff;
		font-size: 24px;
		font-family: Inter;
		font-weight: 700;
		line-height: 41.04px;
		margin-bottom: 45px;
		text-align: center;
	}

	.consultancy .head::after {
		content: "";
		background-color: rgb(255, 255, 255);
		height: 5px;
		width: 170px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		margin-top: 5px;
	}

	.consultancy .providers {
		color: white;
		font-size: 14px;
		font-family: Inter;
		font-weight: 400;
		text-align: center;
		padding: unset;
		margin-top: 30px;
	}

	.consultancy .one-stop {
		color: white;
		font-size: 28px;
		font-family: Inter;
		font-weight: 500;
		line-height: 34.40px;
		text-align: center;
		padding: unset;
		padding-top: 10px;
		padding-bottom: 30px;
		width: 300px;
		margin: 0 auto;
	}

	.consultancy .form-title {
		font-size: 20px;
        font-weight: 700;
        font-size: 18px;
        padding: 15px 45px;
        margin-bottom: 15px
	}

	/* Success */
	.success .head {
		text-align: center;
	}

	.success .head::after {
		display: block;
		margin: 5px auto;
	}

	.success .play img {
		display: block;
		margin: auto;
	}

	.success .play-text {
		text-align: center;
		margin-bottom: 35px;
		padding: 0 60px;
	}

	/* Footer */
	/*.footer-logo {
		width: 75%;
		display: block;
		margin: 0 auto;

	}
	.footer-list {
		display: block;
		left: 21%;
		margin: auto;
		position: relative;
	}
	.footer .foot-col {
		flex: 0 0 50%;
		max-width: 50%;
		margin: unset;
	}
	.footer .foot-col-right {
		text-align: right;
	}
	.footer .social {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		margin-top: 20px;
	}
	.footer .social a {
		display: inline-block;
		flex: 1;
		text-align: center;
	}*/
	/* ------ */
	.footer-logo {
		width: 75%;
		display: block;
		margin: 0 auto;
	}
	.footer-text-area {
		display: flex;
    	align-content: space-around;
    	justify-content: center;
	}
	.footer-list {
		display: block;
		margin: 0 auto;
		left: 0;
		padding: 0;
		position: relative;
	}
	.footer .foot-col {
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0;
	}
	.footer .foot-col-right {
		text-align: right;
		padding-right: 0;
	}
	.footer .social {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		margin: 20px 0 0 0;
	}
	.footer .social a {
		flex: 1;
		text-align: center;
	}
}