@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Poppins&display=swap&family=Lexend&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body,
html {
	height: 100%;
	background-color: #F8F9FA;
}

body {
	color: #343a40;
}

.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	position: relative;
	background-color: transparent;
	box-shadow: 0 4px 30px rgba(88, 88, 88, 0.1);
	-webkit-backdrop-filter: blur(4.8px);
	backdrop-filter: blur(4.8px);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.logo img {
	width: 130px;
	margin-left: 100px;
}

.nav-links {
	list-style: none;
	display: flex;
	gap: 20px;
	margin-right: 100px;
}

.nav-links li a {
	color: #343a40;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.nav-links li a:hover {
	background: rgba(254, 254, 254, 0.176);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(4.8px);
	backdrop-filter: blur(4.8px);
	border-bottom: 4px solid #74cdb6;
}

.sel {
	border-bottom: 4px solid #87edbe;
}

.sel:hover {
	border-bottom: none;
}

.menu-icon {
	display: none;
	cursor: pointer;
	font-size: 20px;
}

/*---------------header-----------------*/

.header {
	width: 100%;
	height: 100%;
	background-image: url(../img/wall.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.in-image {
	padding: 20px;
	padding-bottom: 50px;
}

.in-image h1 {
	font-weight: 500;
	font-size: 100px;
	font-family: lexend;
	text-align: center;
}

.in-image .min {
	font-weight: 300;
	font-size: 60px;
}

.intr {
	margin-top: 40px;
	font-size: 20px;
	color: #343a40;
	font-family: lexend;
	text-align: center;
}

.blu {
	margin-top: 20px;
	font-size: 25px;
	color: #343a40;
	font-family: lexend;
}

.blu2 {
	margin-top: 20px;
	font-size: 25px;
	color: #26cfc1;
	font-family: lexend;
	text-align: center;
}

.header-card {
	display: flex;
	flex-direction: column;
}

.header-card a,
.header-card span {
	text-decoration: none;
	color: #343a40;
	background-color: #6fe6af;
	padding: 40px;
	margin: 10px;
	text-align: center;
	font-family: "Lexend";
	font-size: 20px;
	margin-left: 150px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}

.header-card span {
	background-color: #6fe6af95;
	color: #343a4075;
	cursor: default;
}

.header-card a:hover {
	background-color: #34d2c5ad;
	transition: 0.5s;
}

.link-home {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.link-home a {
	border-bottom: 4px solid #87edbe;
	padding: 10px;
	text-decoration: none;
	margin-left: 10px;
	color: #343a40;
}

.link-home a:hover {
	background: rgba(254, 254, 254, 0.176);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(4.8px);
	-webkit-backdrop-filter: blur(4.8px);
	border-bottom: 4px solid #74cdb6;
}

.link-home i {
	margin-right: 10px;
}

/*-----------------content----------------- */

.content {
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 150px;
	margin-top: 50px;
}

.content a {
	color: #03c7c3;
	text-decoration: none;
}

.content h1,
.content h2 {
	margin-bottom: 20px;
	font-family: "Poppins";
}

.content p {
	margin-bottom: 15px;
}

.content ol {
	margin-left: 40px;
}

.content div {
	margin-bottom: 40px;
}

/*----------------corporate---------------- */

.bg-corp {
	background-image: url(../img/wall3.jpg);
}

.card-list {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	gap: 50px;
}

.card-info {
	width: 300px;
	text-align: justify;
}

.card-info p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.card-info div {
	display: flex;
	justify-content: center;
}

.card-info a {
	color: #343a40;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	border-bottom: 4px solid #74cdb6;
}

.card-info a:hover {
	background: rgba(254, 254, 254, 0.176);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(4.8px);
	backdrop-filter: blur(4.8px);
	border-bottom: 4px solid #74cdb6;
}


/*----------------contact---------------- */

.bg-cont {
	background-image: url(../img/wall4.jpg);
}

/*----------------ABOUT---------------- */

.bg-abou {
	background-image: url(../img/wall5.jpg);
}

.rrea-color {
	background: linear-gradient(90deg, #ffb600, #ff7900, #ff4800);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent !important;
	display: inline-block;
}


/*----------------EXEC---------------- */

.bg-ex {
	background-image: url(../img/wall8.jpg);
}

.exec-row {
	margin: 40px;
	margin-bottom: 80px;
}

.exec-row-card {
	margin-top: 30px;
	display: flex;
}

.exec-card {
	text-decoration: none;
	color: #343a40;
	text-align: center;
	margin: 20px;
}

.exec-card img {
	width: 180px;
	border-radius: 50%;
}

.exec-card-name {
	margin-top: 10px;
	font-size: 20px;
	font-family: "Poppins";
	margin-bottom: 8px;
}


/*----------------exec officer page---------------- */

.img-profile {
	border-radius: 50%;
	margin-left: 10%;
	width: 100px;
}

.bio {
	margin-top: 20px;
	text-align: justify;
}

/*----------------card---------------- */
.other-card {
	display: none;
	justify-content: center;
	margin-bottom: 100px;
}

.other-card a,
.other-card span {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #343a40;
	background-color: #6fe6af;
	padding: 40px;
	margin: 10px;
	text-align: center;
	font-family: "Lexend";
	font-size: 20px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	height: 100px;
	width: 200px;
}

.other-card span {
	background-color: #6fe6af95;
	color: #343a4075;
	cursor: default;
}

.other-card a:hover {
	background-color: #03c7c3;
	transition: 0.5s;
}

.other-card h2 {
	font-weight: 500;
	margin-bottom: 30px;
}



/*----------------footer---------------- */

.footer {
	left: 0px;
	bottom: 0px;
	right: 0px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(4.8px);
	-webkit-backdrop-filter: blur(4.8px);
	padding: 20px 100px;
	margin: 15px 0px 0px 0px;
	z-index: 999;
	overflow: hidden;

}

.footer img {
	margin-top: 15px;
	float: left;
	width: 200px;
}

.footer-txt {
	float: right;
	text-align: end;
}

.footer-txt p {
	font-family: lexend;
	margin-bottom: 5px;
}

.footer-txt a {
	text-decoration: none;
	background: linear-gradient(90deg, #ffb600, #ff7900, #ff4800);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	display: inline-block;
}