/* variable */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

/* ------------------- Variables ------------------------ */
:root {
	/* fonts */
	--font-poppins: "Poppins", 'sans-serif';
	--theme-bg: #b8efd4;
	--theme-mid-green: #7ebf64;
	--theme-text: #004f36;
	--theme-btn: #4bae48;

	/* teal blue themes color */
	/* --theme-dark:#112933;
    --theme-mid: #1D4859;
    --theme-lite:#28647C; */

	/* red theme colors */
	/* --theme-dark: #400E19; */
	/* --theme-mid: #651725; */
	/* --theme-lite: #8C1F34; */
	/* gradients */
	--bg-gradient: linear-gradient(to right, #ff512f, #dd2476);
	--bg-gradient-indigo: linear-gradient(to right, #8e2de2, #4a00e0);
	--bg-gradient-peach: linear-gradient(to right, #fff7f3, #fff7f3);
}

/* ------------------- /Variables ------------------------ */
/* ================================================================================================ */
/* ================================================================================================ */
/* global classes */
/* ================================================================================================ */
/* ================================================================================================ */
/* classes */

.theme-text {
	color: var(--theme-text);
}

.theme-bg {
	background-color: var(--theme-bg);
}


.theme-btn {
	background-color: var(--theme-btn);
}

.theme-dark-green {
	background-color: var(--theme-text);
}

.theme-mid-green {
	background-color: var(--theme-mid-green);
}

.theme-lite {
	background-color: var(--theme-lite);
}

.ami-main {
	width: 100vh;
	height: fit-content;

}

.ami-box {
	height: 10rem;
	width: 20vh;
	background-color: brown;
	margin: 2rem;
}

a {
	text-decoration: none;

}

/* ============================================================================================== */
/* ============================================================================================== */
/* project highlits */
/* ============================================================================================== */
/* ============================================================================================== */
#pro-high p {}

.nav-link {
	color: white;
	font-weight: bold;
	font-size: large;

}

.nav-link:hover {
	color: #e52f65;
}

.slider {
	padding-top: 0%;
}

.underlinex {
	text-decoration: underline;
}

.nav-color {
	background-color: #2e7e8e;
}

:root {
	--pastal-pink: #fab1a0;
}

.pastal-pink {
	background-color: #fab1a0;
}

.website-color {
	background-color: #ce9c6f;
}

.website-color {
	background-color: #ce9c6f;
}

.teal-blue {
	background-color: #008080;
}

.padx {
	padding: 0rem 0 rem;
}

/* table */
table thead tr th {
	font-weight: bolder;
	color: white;
}

table tbody {

	color: white;
}

table tbody {

	color: white;
}

/* ------------------- Global Classes ------------------------ */

body {
	padding-top: 3rem;
	/* padding-bottom: 3rem; */
	color: #5a5a5a;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


.text-dark {
	color: rgb(51, 30, 58);
}

.text-white {
	color: white;
}


.text-gray {
	color: gray;
}

.text-red {
	color: red;
}

.top-bg-gradient {
	background: var(--bg-gradient);
}

.bg-gradient-indigo {
	background: var(--bg-gradient-indigo);
}

.bg-gradient-peach {
	background: var(--bg-gradient-peach);
}

.bg-gradient-red {
	background: var(--bg-red);
}

.bg-gradient-blue {
	background: var(--bg-blue);
}

.bg-gradient-yellow {
	background: var(--bg-yellow);
}

.bg-gradient-purple {
	background: var(--bg-purple);
}

.font-poppins {
	font-family: var(--font-poppins);
}

.link {
	color: white;
	font-weight: bold;
}

.link:hover {
	color: red;
}

.top-btn {
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.top-btn-primary {
	padding: .4rem 1rem;
	border-radius: 50px;
	font-family: var(--font-poppins);
	font-weight: bold;
}

.top-btn-shodow {
	box-shadow: var(--box-shadow);
}

.top-btn-primary:hover {
	background: var(--bg-gradient-indigo);
}

.bg-cover {
	background: var(--bg-cover);
	object-fit: fill;
}

.top-btn-shadow {
	box-shadow: var(--box-shadow);
}

/* ------------------- /Global Classes ------------------------ */

/* ------------------- Media Query ------------------------ */
/* Media Query for Mobile Devices */
@media (max-width: 480px) {

	.iframex {
		width: 100%;
		height: 220px;
	}


}

/* Media Query for low resolution Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
	.iframex {
		width: 100%;
		height: 320px;
	}

	/* GLOBLE MARGIN */

}


/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
	.iframex {
		width: 100%;
		height: 420px;

	}
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {
	.iframex {
		width: 100%;
		height: 480px;
	}

	.g-m {
		margin-left: 14rem;
		margin-right: 14rem;
	}
}

/* Media Query for Large screens */
@media (min-width: 1281px) {
	.iframex {
		width: 100%;
		height: 480px;
	}

	.g-m {
		margin-left: 15rem;
		margin-right: 15rem;
	}
}

/* ------------------- /Media Query ------------------------ */


/* popup css */

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 100;
	display: none;
}

.cnt223 a {
	text-decoration: none;
}

.popup {
	width: 100%;
	margin: 0 auto;
	display: none;
	position: fixed;
	z-index: 101;
}

.cnt223 {
	min-width: 600px;
	width: 600px;
	min-height: 150px;
	margin: 100px auto;
	background: #f3f3f3;
	position: relative;
	z-index: 103;
	padding: 15px 35px;
	border-radius: 5px;
	box-shadow: 0 2px 5px #000;
}

.cnt223 p {
	clear: both;
	color: #555555;
	/* text-align: justify; */
	font-size: 20px;
	font-family: sans-serif;
}

.cnt223 p a {
	color: #d91900;
	font-weight: bold;
}

.cnt223 .x {
	float: right;
	height: 35px;
	left: 22px;
	position: relative;
	top: -25px;
	width: 34px;
}