@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa&display=swap');

:root {
	--green: #3dd3d8;
	--dark-color: #44b5b9;
	--black: #444;
	--light-color: #666;
	--border: .1rem solid rgba(0,0,0,.1);
	--border-hover: .1rem solid var(--black);
	--box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}

*{
	font-family: 'Cairo', sans-serif;
	margin:0; padding:0;
	box-sizing: border-box;
	outline: none; border:none;
	text-decoration: none;
	text-transform: capitalize;
	transition:all .2s linear;
	transition:width none;
}

html{
	font-size: 62.5%;
	overflow-x: hidden;
	scroll-padding-top: 5rem;
	scroll-behavior: smooth;
}

html::-webkit-scrollbar{
    width:1rem;
}

html::-webkit-scrollbar-track{
    background:transparent;
}

html::-webkit-scrollbar-thumb{
    background:var(--black);
}

.header .header-1{
    background:#fff;
    padding:1.5rem 9%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer {
	background: #fff;
	padding: 1.5rem 9%;
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pri{
	text-align: center;
	color: var(--green);
	font-size: medium;
}

.header .header-1 .logo {
	font-size: 2.5rem;
	font-weight: bolder;
	color: var(--black);
}

@media screen and (max-width: 1000px) {
	.header .header-1 .logo {
		font-size: 1.5rem;
	}
}

.priv {
	font-size: 2.5rem;
	font-weight: bolder;
	color: var(--black);
}




.header .header-2 .navbar {
	text-align: center;
}

.header .header-2 .navbar a {
	color: #fff;
	display: inline-block;
	padding: 1.2rem;
	font-size: 1.7rem;
}

.header .header-2 .navbar a:hover {
	background: var(--dark-color);
}



.bottom-navbar {
	text-align: center;
	background: var(--green);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	display: none;
}

.bottom-navbar a {
	font-size: 2.5rem;
	padding: 2rem;
	color: #fff;
}

.bottom-navbar a:hover {
	background: var(--dark-color);
}

.h {
	text-align: center;
	padding-top: 20px;
	font-size: 40px;
}

.boxes {
	align-content: center;
	justify-content: center;
	display: flex;
}

.boxes1 {
	align-content: center;
	justify-content: center;
	display: flex;
}

@media screen and (max-width: 1000px) {
	.boxes {
		display: inline-block;
		position: relative;
		right: 50%;
		transform: translateX(50%);
	}
}

@media screen and (max-width: 1000px) {
	.boxes1 {
		display: inline-block;
		position: relative;
		right: 50%;
		transform: translateX(50%);
	}
}



.box {
	background-color: #fff;
	width: 250px;
	height: auto;
	border: 2px solid var(--green);
	padding: 20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 40px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 8px;
}

.img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 8px;
}

.shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.in {
	text-align: center;
}

.btn {
	background-color: #3dd3d8;
	color: white;
	padding: 5px;
	font-size: 15px;
	text-decoration: none;
	min-width: 200px;
	border-radius: 8px;
	cursor: pointer;
}

	.btn:hover {
		background-color: #44b5b9;
	}

.homebtn {
	background-color: none;
	color: #3dd3d8;
	padding: 5px;
	font-size: 15px;
	text-decoration: none;
	cursor: pointer;
}

	.text{
		font-size: 13px;
	}

.p {
	text-align: center;
	font-size: 20px;
}

.sbox {
	background-color: #fff;
	width: 250px;
	height: 350px;
	border: 2px solid #debf15;
	padding-right: 22px;
	padding-top: 22px;
	margin-left: 30px;
	margin-right: 630px;
	margin-top: 40px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 8px;
}

.sboxes {
	align-content: center;
	justify-content: center;
	display: flex;
	position: relative;
	right: 50%;
	transform: translateX(50%);
}

.sbox1 {
	background-color: #fff;
	width: 300px;
	height: 170px;
	border: 2px solid var(--green);
	border-radius: 8px;
	padding-top: 5px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 40px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	align-content: center;
}

.p2{
	text-align: center;
	font-size: 15px;
}

.h2{
	text-align: center;
}

.btnon {
	background-color: #3dd3d8;
	color: white;
	padding: 5px;
	font-size: 15px;
	text-decoration: none;
	min-width: 200px;
	border-radius: 8px;
	cursor: pointer;
	margin-right: 45px;
	margin-top: 5px;

}

.btnon:hover {
	background-color: #44b5b9;
}

.btnoff {
	background-color: #666;
	color: white;
	padding: 5px;
	font-size: 15px;
	text-decoration: none;
	min-width: 200px;
	border-radius: 8px;
	cursor: pointer;
	margin-right: 48px;
	margin-top: 5px;
}

.btnoff:hover {
	background-color: #444;
}

@media screen and (max-width: 1000px) {
	.sboxes {
		display: inline-block;
		position: relative;
		right: 50%;
		transform: translateX(50%);
	}
}
@media screen and (max-width: 1000px) {
	.sbox {
		 margin: auto;  
	}
}

.noread{
	text-align: center;
	color: red;
}

.acontainers {
	align-content: center;
	justify-content: center;
	display:inline-block;
	position: relative;
	right: 50%;
	transform: translateX(50%);
}

.acontainer {
	background-color: #fff;
	width: 600px;
	height: 70px;
	border: 2px solid var(--green);
	margin-right: 20px;
	margin-top: 40px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 1000px) {
	.acontainer {
		width: 300px;
		height: 70px;
	}
}

	.atext {
		padding-top: 20px;
		padding-right: 50px;
		position: fixed;
	}

	@media screen and (max-width: 1000px) {
		.atext {
			font-size: small;
		}
	}

	.sideb {
		height: 66px;
		width: 15px;
		position: fixed;
		background-color: var(--green);
		margin-left: 2px;
	}

	.abtn {
		background-color: #3dd3d8;
		color: white;
		padding: 5px;
		font-size: 15px;
		text-decoration: none;
		min-width: 100px;
		border-radius: 8px;
		cursor: pointer;
		position: absolute;
		margin-right: 200px;
		margin-top: 15px;
		right: 50%;
		transform: translateX(50%);
	}

	@media screen and (max-width: 1000px) {

		.abtn {
			margin-right: 100px;
			padding: 2px;
			font-size: 15px;
		}
	}

		.abtn:hover {
			background-color: #44b5b9;
		}




.p3 {
	font-family: 'Aref Ruqaa', serif;
	font-size: 20px;
	text-align: center;
}
.tcontainer {
	background-color: none;
	width: 1200px;
	height: 350px;
	border-radius: 8px;
	padding-top: 7px;
	margin-left: 0px;
	margin-right: 150px;
	margin-top: 40px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	align-content: center;
	text-align:center;
	display:inline-block;
}

@media screen and (max-width:1000px) {
	.tcontainer {
		width: 320px;
		height: 450px;
		position: relative;
		right:10%;
		transform: translateX(50%);
	}

	.p3 {
		font-size: 10px;
	}
}