@import url("https://fonts.googleapis.com/css2?family=Inter&family=Open+Sans:wght@400;500&family=Poppins&family=Raleway:wght@400;500;600;700&display=swap");

* {
	font-family: "Inter", sans-serif;
	font-family: "Open Sans", sans-serif;
	font-family: "Poppins", sans-serif;
	font-family: "Raleway", sans-serif;
}
* * {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
	list-style: none;
	text-decoration: none;
}

/* akube hamburger begins */

/* media queries */
@media (min-width: 690px) {
	.mobile_nav {
		display: none;
	}

	.hamburger {
		display: none;
	}
}

@media screen and (max-width: 690px) {
	#modal ul {
		display: none;
	}
}

.bar {
	font-size: 2em;
	cursor: pointer;
	top: 0;
	right: 12px;
	position: absolute;
	rotate: 45deg;
}

.mobile_nav {
	position: fixed;
	display: block;
	top: 0;
	left: 100%;
	width: 100%;
	min-height: 100vh;
	z-index: 98;
	padding-top: 120px;
	transition: 0.6s;
	background-color: rgb(88, 181, 235);
}
.mobile_nav li {
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: 26px;
	max-width: 90px;
	margin-left: 40%;
	border-radius: 20px;
}
.mobile_nav li a {
	color: black;
	font-weight: 700;
}
.hamburger {
	right: 0;
	position: absolute;
	font-size: 1em;
	/* background-color: rgb(88, 181, 235); */
	margin: 20px;
	cursor: pointer;
	border-radius: 0.09em;

	padding: 8px;
}

/* akube hamburger ends*/

.header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 15px;
	margin: 10px 0px 15px 15px;
	background-color: transparent;
}
.header img {
	display: block;
	width: fit-content;
	height: 120px;
}
.header ul li a {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	text-decoration: none;
	color: #000;
	opacity: 1;
	list-style-type: none;
	font-size: 20px;
	font-family: "poppins" "serif";
	font-weight: 400;
	padding: 1px;
	margin: 5px 5px;
	background-color: transparent;
	transition: all 0.5s ease-in-out;
}
.header ul li a span::after {
	content: "";
	position: absolute;
	bottom: 0;
	background: black;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 2rem;
	transition: all 0.5s ease-in-out;
}
.header ul li a:hover {
	color: #000;
	padding: 1px;
	margin: 0px 5px;
	transition: all 0.5s ease-in-out;
	font-weight: bold;
}
.header ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
}
.header ul li {
	display: flex;
	flex-direction: column;
}
.header ul li i {
	display: grid;
	justify-content: space-around;
}

.know {
	font-size: 150%;
}
.know h3 {
	display: flex;
	justify-content: center;
	font-family: "Raleway" "serif";
	font-weight: bold;
	font-size: 4rem;
}
.know p {
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 1.5rem;
	font-family: "Raleway" "serif";
	font-weight: bold;
}

@media screen and (max-width: 690px) {
	.know h3 {
		font-size: 2rem;
	}
	.know p {
		font-size: 1rem;
	}
}
.know2 {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
#know2a p {
	text-align: center;
	font-size: 1.75rem;
	font-family: "Raleway" "serif";
	font-weight: 600;
	margin: 20px;
}
#know2b img {
	width: 48.5rem;
	height: 30.1875rem;
	border-radius: 2px;
	margin: 5px;
}
#know2b {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 10px;
}
#know2b span {
	text-align: center;
	font-size: 80%;
}
@media screen and (max-width: 690px) {
	#know2a p {
		font-size: 0.9rem;
		margin: 2px;
		text-align: left;
	}
	#know2b img {
		width: 16.5rem;
		height: 14.1875rem;
		margin: 2px;
	}
	#know2b {
		margin: 2px;
	}
	#know2b span {
		text-align: center;
		font-size: 80%;
	}
}

.teulogia-web {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.teulogia-web > div {
	display: flex;
	flex-direction: column;
	/* text-align: justify; */
	justify-content: center;
	align-items: center;
	margin: 0px 3.125rem;
	font-size: 1.5rem;
}
.teulogia-web p {
	/* text-align: justify; */
	font-weight: 400;
	font-family: "Raleway" "serif";
	font-size: 1.5rem;
}
.teulogia-web div h3 {
	text-align: center;
	font-size: 4rem;
	font-family: "Raleway" "serif";
	font-weight: 500;
}
.teulogia-web div a {
	background-color: rgb(79, 79, 85);
	color: #fff;
	padding: 10px;
	margin: 10px;
	width: fit-content;
	border-radius: 0;
	font-weight: 600;
	font-family: "Raleway" "serif";
	font-size: 24px;
	text-transform: capitalize;
	transition: all 0.5s ease-in-out;
}
.teulogia-web div a:hover {
	background-color: rgb(138, 230, 224);
	color: rgb(79, 79, 85);
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
	width: fit-content;
	transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 690px) {
	.teulogia-web > div {
		margin: 0px 0.25rem;
		font-size: 0.1rem;
	}
	.teulogia-web p {
		font-size: 0.9rem;
		width: 80%;
	}
	.teulogia-web div h3 {
		font-size: 1.4rem;
		
	}
	.teulogia-web div a {
		padding: 5px;
		margin: 5px;
		font-size: 0.7rem;
	}
	.teulogia-web div a:hover {
		border-radius: 5px;
		margin: 5px;
		padding: 5px;
	}
}

.benefits {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	background-color: rgb(185, 185, 185);
	padding: 1.875rem 1.25rem;
}
.benefits h3 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-weight: 500;
	font-family: "Raleway" "serif";
	font-size: 3rem;
}
.benefits2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.ben1,
.ben2,
.ben3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgb(185, 185, 185);
	padding-bottom: 30px;
	padding-top: 20px;
}
.ben1 img,
.ben2 img,
.ben3 img {
	padding: 5px 0px;
	width: 150px;
	height: 150px;
}
.ben1 p,
.ben2 p,
.ben3 p {
	text-align: left;
	word-spacing: 10px;
	font-size: 24px;
	font-weight: 500;
	width: 339px;
	height: 203px;
}
.ben1 p b,
.ben2 p b,
.ben2 p b {
	color: #000;
	font-family: Raleway;
	font-size: 23px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
.ben1 span,
.ben2 span,
.ben3 span {
	color: #fff;
	font-size: 48px;
	padding: 5px 0px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 690px) {
	.benefits {
		padding-bottom: 60px;
	}
	.benefits h3 {
		font-size: 2rem;
	}

	.ben1,
	.ben2,
	.ben3 {
		margin: 2px;
		padding-bottom: 20px;
		padding-top: 10px;
	}
	.ben1 img,
	.ben2 img,
	.ben3 img {
		padding: 0px 0px;
		width: 3.5rem;
		height: 3.5rem;
	}
	.ben1 p,
	.ben2 p,
	.ben3 p {
		/* word-spacing: 10px; */
		font-size: 0.8rem;
		font-weight: 500;
		width: 70%;
		height: 10rem;
	}
	.ben1 p b,
	.ben2 p b,
	.ben2 p b {
		font-size: 0.7rem;
		line-height: normal;
	}
	.ben1 span,
	.ben2 span,
	.ben3 span {
		font-size: 1rem;
		padding: 1px 0px;
	}
}
/* FOOTER */
footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url("../img/footer-2.png");
	background-color: rgb(79, 79, 85);
	padding: 100px 10px 10px 10px;
}
.footer-top {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}
.footer-top img {
	display: flex;
	flex-direction: row;
	justify-content: start;
}
.footer-top div ul li {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 10px;
	margin: 10px;
	font-size: 2.25rem;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	color: #fff;
}
.footer-top div ul li a {
	color: #fff;
}
.footer-bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px 50px;
	color: #fff;
	font-size: 80%;
}
.footer-bottom i {
	padding: 5px;
	font-size: 1.5rem;
	cursor: pointer;
}

/* Footer media query begins */
@media (max-width: 600px) {
	.footer-top div ul li {
		padding: 2px;
		margin: 2px;
		font-size: 1rem;
		font-weight: 400;
	}

	.footer-bottom {
		padding: 2px 5px;
		font-size: 0.9rem;
	}
	.footer-bottom i {
		font-size: 1rem;
	}
	.footer-top img {
		width: 10rem;
		height: 8rem;
	}
}
/*Footer media query ends */
