@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);
	/* background-color: white; */
}
.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); */
	/* background-color: white; */
	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;
}
.section1 {
	display: flex;
	flex-direction: row;
	justify-content: start;
	margin-left: 30px;
}
.sec1a img {
	border-radius: 2.5px;
	width: 27rem;
	height: 27rem;
}
.sec1b {
	display: flex;
	flex-direction: column;
	justify-content: end;
	font-size: 36px;
	font-family: "raleway" "serif";
	font-size: 48px;
	font-weight: 400;
	padding: 5px 10px;

	/* letter-spacing: 2px; */
}
.sec1b b {
	font-family: "Raleway" "serif";
	font-size: 36px;
	font-weight: 500;
}
.sec1b a {
	color: #000;
	text-decoration: underline;
}

@media (max-width: 690px) {
	.sec1b {
		font-size: 1rem;
	}
	.sec1a img {
		width: 10rem;
		height: 10rem;
	}
	.sec1b b {
		font-size: 1.2rem;
	}
}

.section2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 0px 30px;
}
.sec2-right-a img {
	border-radius: 2.5px;
	width: 595px;
	height: 331px;
}
.sec2-right-b,
.sec2-left-b {
	display: flex;
	flex-direction: column;
	justify-content: end;
	font-size: 2.5rem;
	font-family: "Raleway" "serif";
	font-weight: 400;
	padding: 10px 0px;
}
.sec2-right-b b,
.sec2-left-b b {
	font-family: "Raleway" "serif";
	font-size: 2.25rem;
	font-weight: 500;
}
.sec2-right-b a,
.sec2-left-b a {
	color: #000;
	text-decoration: underline;
	font-size: 36px;
	font-family: "Raleway" "serif";
	font-weight: 400;
}
.sec2-left-a img {
	border-radius: 2.5px;
	width: 595px;
	height: 331px;
	background-color: red;
}

@media (max-width: 690px) {
	.sec2-right-b,
	.sec2-left-b {
		font-size: 0.9rem;
	}
	.sec2-right-b b,
	.sec2-left-b b {
		font-size: 0.9rem;
	}
	.sec2-right-b a,
	.sec2-left-b a {
		font-size: 0.9rem;
	}
	.sec2-right-a img {
		width: 11rem;
		height: 10rem;
	}
	.sec2-left-a img {
		width: 11rem;
		height: 10rem;
	}
}

.section3 {
	display: flex;
	flex-direction: row;
	justify-content: start;
	margin: 0px 30px;
}
.sec3-a img {
	border-radius: 2px;
	width: 624px;
	height: 397px;
}
.sec3-b {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 40px;
	font-family: "Raleway" "serif";
	font-weight: 400;
	padding: 0px 10px;
	letter-spacing: 2px;
}
.sec3-b p b {
	font-size: 36px;
	font-family: "Raleway" "serif";
	font-weight: 500;
}
.sec3-b a {
	color: #000;
	text-decoration: underline;
	font-size: 36px;
	font-family: "Raleway" "serif";
	font-weight: 400;
}

@media (max-width: 690px) {
	.sec3-a img {
		width: 11rem;
		height: 9rem;
		background-color: red;
	}
	.sec3-b {
		font-size: 0.9rem;
	}
	.sec3-b p b {
		font-size: 1rem;
	}
	.sec3-b a {
		font-size: 0.9rem;
	}
}

/* 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 */
