.btn.outline {
	background: none;
	padding: 12px 22px;
}

.btn-primary.outline {
	border: 2px solid #F5F5F5;
	color: white
}

.btn-primary.outline:hover,
.btn-primary.outline:focus,
.btn-primary.outline:active,
.btn-primary.outline.active,
.open>.dropdown-toggle.btn-primary {
	color: #F5F5F5;
	border-color: #F5F5F5;
}

.btn-primary.outline:active,
.btn-primary.outline.active {
	border-color: #F5F5F5;
	color: white;
	box-shadow: none;
}

.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

article p {
	color: black;
	text-align: center;
	size: 5px;
}

.popUpMessage {
	opacity: 0.8;
	width: 100px;
	height: 75px;
	border: 1px solid;
	background-color: #837e7e;
	border-color: #c4bec0;
	border-radius: 0.5cm;
	box-shadow: 1px 1px 2px rgb(255, 255, 255), 0 0 1em #c4bec0, 0 0 0.2em #c8c2c3;
	;
	;
	text-align: center;
	color: #fff;
	margin-top: 20px;
}

.close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0;
}

.close:before,
.close:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 20px;
	background-color: #F0F0F0;
	transform: rotate(45deg) translate(-50%, -50%);
	transform-origin: top left;
	content: '';
}

.close:after {
	transform: rotate(-45deg) translate(-50%, -50%);
}

.hidden {
	display: none;
}

.custom-button {
	align-items: center;
	appearance: none;
	background-color: #0A3D62;
	border-radius: 24px;
	border-style: none;
	box-shadow: 1px 1px 2px black, 0 0 1em #0A3D62, 0 0 0.2em #0A3D62;
	;
	box-sizing: border-box;
	color: white;
	cursor: pointer;
	display: inline-flex;
	fill: currentcolor;
	font-family: "Google Sans", Roboto, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	height: 48px;
	justify-content: center;
	letter-spacing: .25px;
	line-height: normal;
	max-width: 100%;
	overflow: visible;
	padding: 2px 24px;
	position: relative;
	text-align: center;
	text-transform: none;
	transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	width: auto;
	will-change: transform, opacity;
	z-index: 0;
}

.custom-button:hover {
	background: #F6F9FE;
	color: #0A3D62;
}


.home {
	top: 0;
	left: 0;
	bottom: 0;
}

.home-container {
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.home-title {
	letter-spacing: -.15ch;
	line-height: .75;
	text-shadow: 1px 1px 2px black, 0 0 1em #187dc6, 0 0 0.2em #0A3D62;
	color: #0A3D62;
	font-size: 7em;
}

.title {
	text-align: left;
	border-bottom: #000;
	border-radius: 1cm;
}

@media (max-width:720px) {

	.home-container {
		padding-top: 50px;
	}
}

.blink-effect {
	letter-spacing: -.15ch;
	line-height: .75;
	text-shadow: none;
	text-shadow: 1px 1px 2px black, 0 0 1em white, 0 0 0.2em rgba(255, 255, 255, 0.688);
	color: black;
	font-size: 7em;
}

.contact-p {
	text-align: center;
	width: 100%;
	padding-top: 20px;
	text-shadow: 1px 1px 2px black, 0 0 1em #187dc6, 0 0 0.2em #0A3D62;
	color: #0A3D62;
	font-size: 2em;
}

.contact-item-p {
	text-align: center;
	width: 100%;
	padding-top: 20px;
	text-shadow: 1px 1px 2px black, 0 0 1em #0A3D62, 0 0 0.2em #0A3D62;
	color: #FFFFFF;
	font-size: 1.5em;
}

.contact-item-i {
	font-size: 1.7em;
}

.flex-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.home-container a {
	letter-spacing: -.15ch;
	line-height: .75;
	text-shadow: 1px 1px 2px black, 0 0 1em #0A3D62, 0 0 0.2em #0A3D62;
	color: white;
	font-size: 2em;
}

.home-container i {
	font-size: 4em;
	margin: 0% 1%;
	color: white;
}

.section {
	margin-bottom: 50px;
}

.image-background {
	background-image: url("https://media.geeksforgeeks.org/wp-content/uploads/20240322101847/Default_An_illustration_depictin-(2)-660.jpg");
}

.img-custom {
	width: 450px;
	height: 340px;
	margin: 15px;
	border: 10px solid #fefae0;
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	transition-duration: 1s;
	position: absolute;
}

@media screen and (max-width: 600px) {
	.img-custom {
		width: 373px;
		height: 280px;
	}
}

@media screen and (max-width: 420px) {
	.img-custom {
		width: 320px;
		height: 240px;
	}

	.contact-p {
		font-size: 1.5em;
	}
}

.img-custom:hover {
	border: 5px solid #fff;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: none;
	filter: none;
	position: absolute;
}


.img-custom:hover {
	color: #424242;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	opacity: 1;
	transform: scale(1.15);
	-ms-transform: scale(1.15);
	/* IE 9 */
	-webkit-transform: scale(1.15);
}

.inputCheckBox {
	position: fixed;
	opacity: 0;
	background-color: #000;
}

.checkBoxLabel {
	position: absolute;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background-color: black;
	cursor: pointer;

	&::before {
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(darken(#3498db, 40%), .75);
		content: '';
		opacity: 0;
		pointer-events: none;
		transition: opacity .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}

	.burger {
		position: fixed;
		top: 1em;
		left: 1em;
		z-index: 3;
		width: 2em;
		height: 2em;
		margin: 0;
		padding: 0;
		transition: opacity .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);

		&::before,
		.bar,
		&::after {
			position: absolute;
			left: 0;
			display: block;
			width: 100%;
			height: 12%;
			background: #0A3D62;
			content: '';
			transition: all .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		}

		.bar {
			top: 44%;
		}

		&::before {
			top: 0;
			transform-origin: top left;
		}

		&::after {
			bottom: 0;
			transform-origin: bottom left;

		}

	}
}

.inputCheckBox:focus+.checkBoxLabel,
.checkBoxLabel:hover {
	.burger {
		opacity: .75;
	}


}

nav {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
	transform: translate3d(0, 0, 0);
	/* material acceleration */
	transform: translateX(-100%);
	will-change: transform;
	transition: transform .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);

	&::before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		width: 25em;
		background: #0A3D62;
		content: '';
		transform: skewX(15deg) translateX(-100%);
		transform-origin: bottom left;
		will-change: transform;
		transition: transform .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);

		@media(min-width: 40em) {
			width: 40em;
		}
	}

	a {
		margin: .5em 0;
		padding: .2em 2em;
		font-size: 1.5em;
		color: white;
		text-decoration: none;
		font-weight: 500;
		transform: translateX(-100%);
		transition: color .15s, transform .5s;
		transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);

		@for $i from 1 through 6 {
			&:nth-child(#{$i}) {

				transition-delay: 0s,
				# {
					50+(50 * $i)
				}

				ms;
			}
		}

		&:hover,
		&:focus {
			color: black;
		}

	}
}


main {
	overflow: hidden;

	.content {
		transform: translate3d(0, 0, 0);
		/* material acceleration */
		will-change: transform, filter;
		transition: all .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}

}

footer {
	overflow: hidden;

	.content {
		transform: translate3d(0, 0, 0);
		/* material acceleration */
		will-change: transform, filter;
		transition: all .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}

}


[id="navcheck"]:checked {
	&+.checkBoxLabel {
		&::before {
			opacity: 1;
			pointer-events: auto;
		}

		.burger {

			&::before,
			&::after {
				width: 141.42%;
				background-color: white;
			}

			&::before {
				transform: rotate(45deg) translateY(-50%);
			}

			&::after {
				transform: rotate(-45deg) translateY(50%);
			}

			.bar {
				transform: scale(0.1);
			}

		}
	}

	&~nav {
		transform: translateX(0);

		&::before {
			transform: skewX(15deg) translateX(0);
		}

		a {
			transform: translateX(0);
		}

	}

	&~main .content {
		transform: translateX(3em);
		transform-origin: left center;
		filter: blur(2px);
	}

	&~footer .content {
		transform: translateX(3em);
		transform-origin: left center;
		filter: blur(2px);
	}

}

.footer {
	background: #000;
	padding: 30px 0px;
	font-family: 'Play', sans-serif;
	text-align: center;
}

.footer .row {
	width: 100%;
	margin: 1% 0%;
	padding: 0.6% 0%;
	color: gray;
	font-size: 0.8em;
}

.footer .row a {
	text-decoration: none;
	color: gray;
	transition: 0.5s;
}

.footer .row a:hover {
	color: #0A3D62;
}

.footer .row ul {
	width: 100%;
}

.footer .row ul li {
	display: inline-block;
	margin: 0px 30px;
}

.footer .row a i {
	font-size: 2em;
	margin: 0% 1%;
}

@media (max-width:720px) {
	.footer {
		text-align: left;
		padding: 5%;
	}

	.footer .row ul li {
		display: block;
		margin: 10px 0px;
		text-align: left;
	}

	.footer .row a i {
		margin: 0% 3%;
	}
}

/* helper */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.Copyright p {
	color: #0A3D62;
}

.reveal {
	position: relative;
	transform: translateY(100px);
	opacity: 0;
	transition: 0.5s all ease;
}

.reveal.active {
	transform: translateY(0);
	opacity: 1;
}

.custom-textArea {
	border: 3px solid;
	background-color: white;
	border-color: #0A3D62;
	border-radius: 0.5cm;
	box-shadow: 1px 1px 2px black, 0 0 1em #1068a7, 0 0 0.2em #0A3D62;
	;
	;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.contact-area {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 3px solid;
	background-color: #3a3838;
	border-color: #000000;
	border-radius: 0.5cm;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.benefits {
	width: 100%;
	height: 125px;
	border: 3px solid;
	background-color: #3a3838;
	border-color: #0A3D62;
	border-radius: 0.5cm;
	box-shadow: 1px 1px 2px black, 0 0 1em #1068a7, 0 0 0.2em #0A3D62;
	;
	;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.benefits:hover {
	border: 1px solid #0A3D62;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 2px 2px 2px #0A3D62;
}

@media screen and (max-width: 600px) {
	.benefits {
		margin-left: 15px;
		height: 190px;
		width: 80%;
	}

	.benefits:hover {
		margin-left: 15px;
		height: 190px;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@media screen and (max-width: 400px) {
	.benefits {
		margin-left: 15px;
		height: 210px;
		width: 80%;
	}

	.benefits:hover {
		margin-left: 15px;
		height: 210px;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		width: 80%;
	}
}


.benefits:hover {
	color: #424242;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	opacity: 1;
	transform: scale(1.15);
	-ms-transform: scale(1.15);
	/* IE 9 */
	-webkit-transform: scale(1.15);
}

.benefits p {
	font-size: 18px;
	color: white;
}

.benefits i {
	font-size: 4em;
	margin: 0% 1%;
	color: white
}

.text-benefit {
	color: #0A3D62;
}

.space {
	padding-top: 40px;
}

.input-row {
	width: 100%;
	color: #fff;
	padding-top: 15px;
	text-align: center;
}

/* misc */
body {
	overflow-x: hidden;
	background: #F5F5F5;
	color: white;
	font: 1em/1.4 "lato";
}

main {
	background: #F5F5F5;
	padding: 5% 0;
}

article {
	width: 80%;
	margin: 0 auto;
	font-size: 1.3em;

	@media(min-width: 60em) {
		width: 50%;
	}
}

h1 {
	font: 2.5em/1.4 "roboto condensed";
	font-weight: 700;
	color: #0A3D62
}


.carousel-item {
	height: 90vh;
	min-height: 400px;
	background-size: cover;
	background-position: center;
	position: relative;
	color: white;
}

.carousel-caption {
	position: absolute;
	top: 30%;
	transform: translateY(-50%);
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.carousel-caption h1 {
	color: white;
	font-size: 3rem;
}

.carousel-caption p {
	font-size: 1.5rem;
}

@media (max-width: 768px) {
	.carousel-caption h1 {
		font-size: 1.8rem;
	}

	.carousel-caption p {
		font-size: 1rem;
	}
}

i.fa-phone-square {
	color: #0A3D62;
}



.phone-contact {
	text-align: center;
	line-height: 90px;
	height: 100px;
	border-radius: 50%;
	margin: 10px auto;
	width: 300px;
	background-color: #0A3D62;
	margin-top: 10px;
	font-size: 1.5rem;
}

.phone-contact a {
	color: white;
	margin-left: 10px;
}

@media screen and (max-width: 600px) {
	.phone-contact {
		width: 300px;
		margin-top: 10px;
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 400px) {
	.phone-contact {
		width: 280px;
		margin-top: 10px;
		font-size: 1.5rem;
	}
}


.card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.whatsapp-button {
	text-align: center;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #25D366;
	color: white;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 40px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	transition: transform 0.3s ease, background-color 0.3s ease;
}


.whatsapp-button:hover {
	transform: scale(1.1);
	background-color: #128C7E;
}

.section-title {
	color: #0A3D62;
}

.img-galery {
	height: 450px;
}

.img-galery:hover {
	transform: scale(1.05);
	transition: 0.3s;

}

.phone-carousel{
	padding-top: 15px;
}

.call-btn {
	background: #0A3D62;
	color: white;
	padding: 16px 28px;
	border-radius: 50px;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

.blink-effect-button {
	background: #0A3D62;
	text-shadow: 1px 1px 2px black, 0 0 1em white, 0 0 0.2em rgba(255, 255, 255, 0.688);
	color: black;
	padding: 16px 28px;
	border-radius: 50px;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

.dynamic-text {
	font-size: 3px;
}