/*👉Welcome to my css for this page
I want each this👈*/

/* UNIVERSAL FONTS */


:root{
	font-family: 'benton-sans';
	font-weight: 300;
	font-size: 16px;
	line-height: 1.3;
}


body{
	margin: unset;
	background-color: #fffbf1;
}

button{
	font: inherit;
    margin: 0;
	margin-top: 30px;
    overflow: visible;
    text-transform: none;
    cursor: pointer;
    font-family: inherit;
    line-height: inherit;
    width: 100%;
    border-radius: 8px;
    appearance: none;
    touch-action: manipulation;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 20px;
    padding: 14px 26px;
    font-weight: bold;
    box-sizing: border-box;
    outline: none;
    border: none;
    transition: all 0.4s;
    background: green;
    color: white;
    max-width:360px;
}

button[small]{
    cursor: pointer;
    margin: 0;
    font: inherit;
    vertical-align: baseline;
    appearance: none;
    touch-action: manipulation;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 16px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.6s;
    color: #1D1F24 !important;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #1D1F24;
    outline: 0;
    text-decoration: none;
}
button[small][green]{
    cursor: pointer;
    margin: 0;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
    border-radius: 8px;
    appearance: none;
    touch-action: manipulation;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 16px;
    font-size: 14px;
    text-align: center;
    border: none;
    box-sizing: border-box;
    transition: all 0.6s;
    background: #4AA567;
    color: white !important;
}

div[button]{
    color: #333;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    position: relative;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
	max-width: 300px;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 500;
	margin-block-start: unset;
	margin-block-end: 0.5em;
}

h1, h2, h3{
	letter-spacing: -0.75px;
	font-family: anazio;
}

h4, h5, h6{
	font-family: 'KFGQPC Uthmanic Script Hafs';
	font-weight: 600;
	margin-top: 100px;
	margin-block-end: 0.3em;

}
h1:first-child,h2:first-child,h3:first-child{
	margin-top: 0px;
}


h1{font-size: 50px;
/* background-image: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0) 66%,rgba(255,219,109,.6) 0,rgba(255,219,109,.6) 85%,hsla(0,0%,100%,0) 0); */}
h2{font-size: 35px;}
h3{font-size: 19px;}
h4{font-size: 50px;}
h5{font-size: 30px;}
h6{font-size: 24px;}

a > img{
max-width: 175px;
margin: 10px 0px 5px;
}

::selection {
	color: #2b669f;
	background: #e9f0f7;
}

nav{
position: fixed; top: 0; left: 0; right: 0;
display: flex;
align-items: center;
padding: 5px 12px;
background-color: rgba(255, 255, 255, 0.75);
backdrop-filter: saturate(2) blur(8px) brightness(1);
border: rgb(225, 228, 241) solid 1px;
z-index: 1;
max-width: 1376px;
margin-left: auto;
margin-right: auto;
}


/* a{
display: flex;
align-items: center;
padding: 15px;
text-decoration: none;
color: black;
font-weight: 500;
font-size: 14px;
transition: background-color 100ms, color 10ms;
height: 25px;
} */
section[pad]{
    align-items: center;
    justify-content: center;
    padding: 50px;
}

a{
    color:white;
    text-decoration: underline;
}

li a{
	display: unset;
	padding: unset;
	color: black;
	font-weight: 300;

	}

a > div{
	padding: 5px;
	background-color: rgb(227, 255, 255);
	margin-left: 5px;
	font-weight: 300;
	color: black;
	font-size: 11px;

}


nav > a:last-child{
	color: white;
	background-color: black;
	margin-left: auto;
	font-size: 16px;
	padding: 10px 15px;
	}

nav > a:last-child:hover{
	background-color: #BB852D;
	color: white;
}

/* a:hover{
	background-color: rgb(196, 140, 51, 0.1);
	opacity: 0.8;
	color: #BB852D;
} */
nav > a:first-child{
	padding: 0px 5px;
	margin-right: 30px;
}


ol::before{
	counter-reset: circle;
	content: '';
}


ol > li::before{
	counter-increment: circle;
	content: counter(circle);
	position: absolute;
	left: -25px;
	font-weight: 500;
	color: white;
	background-color: #d68e22;
	border-radius: 100px;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	font-weight: 600;
}

li{
	/* height: 28px; */
	line-height: 28px;
	margin-bottom: 4px;
}

ol{
	padding-left: 10px;
	margin: 20px;
	position: relative;
}

ol > li::marker{
	content: '';
}
.head{
	width: 100%;
	height: 10px;
	background-color: #eb8e0c;
}

article{
	margin-top: 120px;
	padding: 20px;
}

h1 + p, h4+p {
	font-size: 19px;
	margin-block-end: 1em;
}

p{
	margin-block-start: 0.5em;
	line-height: 29.7px;
	font-weight: 100;
	font-family: benton-sans;
	font-size: 16px;
	margin-block-end: 0px;
}

strong{
	font-weight: 500;
}

 blockquote{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	direction: rtl;
	font-family: 'KFGQPC Uthmanic Script Hafs';
	font-size: 30px;
	background-color: #c48c331a;
	color: #BB852D;
	padding: 10px 20px 15px;
	border-radius: 5px;
	margin: 0px auto;
	text-align: right;
	width: fit-content;
	justify-self: center;
} 


table{
	border-collapse: unset;
	border-spacing: 5px 5px;
	border: black
}



input[type=text],input[type=password]{
	color: inherit;
    font: inherit;
    line-height: inherit;
    margin-bottom: 8px !important;
    font-family: inherit;
    font-size: 14px;
    width: 100%;
    transition: border-color ease-in-out 0.25s;
    height: 53px;
    padding: 10px 12px;
    background: #F5F5F5 !important;
    border: 0.5px solid #A5B1C4 !important;
    border-radius: 8px;
    appearance: none;
    margin: 0;
    box-sizing: border-box;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15) !important;
    position: relative;
    min-height: 60px;
}

input[type=checkbox]{
	color: inherit;
    font: inherit;
    font-family: inherit;
    font-size: inherit;
    box-sizing: border-box;
    padding: 0;
    line-height: normal;
    appearance: none;
    margin: 0 12px 0 0;
    background-color: #F5F5F5;
    border: 3px solid #000000;
    border-radius: 15px;
    flex-shrink: 0;
    height: 30px;
    width: 30px;
	
}

input[type=checkbox]:checked{
	background-color: black;
}


footer{
    color: #333;
    margin: 0;
    border: 0;
    font: inherit;
    display: block;
    position: relative;
    width: 100%;
    background: #e9fbef;
    padding: 60px 0 86px;
    box-sizing: border-box;
}


@media (max-width: 800px) {
	blockquote,.block{
	margin-top:0;}
}

@media only screen and (min-width: 768px) {
	
	nav{
		padding: 10px 32px;

	}
	nav > a:last-child{
		color: white;
		background-color: black;
		margin-left: auto;
		font-size: 16px;
		padding: 15px;
		}
	nav > a:last-child:hover{
		background-color: #BB852D;
		color: white;
	}
	a > img{
		max-width: 200px;
		margin: 10px 0px 5px;
		}
  }

