@import "style.css";

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');

/*default class*/
body {
	-webkit-box-sizing: border-box;
	-moz-box-sizing   : border-box;
	-o-box-sizing     : border-box;
	box-sizing        : border-box;
	font-family       : 'Cairo', sans-serif;
	direction         : rtl;
}

.in_word {
	word-spacing: 5px;
}

.transition_me {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition   : all 0.3s ease-in-out;
	-o-transition     : all 0.3s ease-in-out;
	transition        : all 0.3s ease-in-out;
}

.index_over {
	z-index: 1000
}

.form-select:focus {
	border-color: none;
}


button:focus:not(:focus-visible),
button,
select,
input,
textarea {
	outline: none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	margin-bottom: 0px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus .form-check-input:focus {
	box-shadow: none;
}

.rounded {
	border-radius: 5px !important
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next,
.carousel-control-prev {
	opacity: 1;
}

.point {
	cursor: pointer;
}

.row {
	margin-right: 0px;
	margin-left : 0px;
}

.main_border {
	border: 1px solid var(--third--color);
}

.tiny_font {
	font-size: 11px
}

.back_me {
	background: transparent
}

fieldset {
	display     : block;
	border-width: 2px !important;
	border-style: groove !important;
	border-color: transparent !important;
	border-image: initial !important;
}

fieldset>legend {
	margin-left: 30px
}

legend {
	float: none;
	width: auto
}

.carousel-control-next,
.carousel-control-prev {
	width: 7%;
}

/*main-class*/
:root {
	--main--color  : #d59f53;
	--second--color: #fff;
	--third--color : #423838;
}

.main_color {
	color: var(--main--color);
}

.second_color {
	color: var(--second--color);
}

.third_color {
	color: var(--third--color);
}

.main_bg {
	background: var(--main--color);
}

.second_bg {
	background: var(--second--color);
}

.third_bg {
	background-color: var(--third--color);
}

.our_opacity {
	opacity: 0.7;
}

.uppercase {
	text-transform: uppercase;
}

.my_letter {
	letter-spacing: 1.8px;
}

.my_row {
	align-items    : center;
	justify-content: center;
}

.my_flex {
	display        : flex;
	justify-content: center;
	align-items    : center;
}

.main_bt {
	background-color: var(--third--color);
	color           : var(--main--color);
}

.main_bt:hover {
	background-color: var(--main--color);
	color           : var(--third--color);
}

.main_link{
	color: var(--main--color);
	text-decoration: none;
}
.main_link:hover{
	color: var(--third--color);
}

/* start about */
.about {
	position: relative;
}

.in_alsaif {
	position: absolute;
	z-index : 66;
	top     : 0px;
	right   : 0px;
	width   : 100%;
	height  : 100%;
}

.p_saif {
	line-height: 2.5;
	font-weight: 500;
	color      : var(--second--color);
}

.name_table .row:nth-child(odd) {
	background-color: #d59f5340;
}

.name_table .row .col-1 {
	background-color: #d59f5340;
}

.in_table {
	position: relative;
}

.in_table .img_table {
	position: absolute;
	bottom  : 0px;
	left    : -30px;
}

.last_new_list {
	height    : 650px;
	box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .10) !important;
	overflow-y: scroll;
}

.last_new_scroll {
	height    : 650px;
	box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .10) !important;

}

.carousel-inner img {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.carousel-indicators [data-bs-target] {
	background-color: var(--third--color);
	width           : 15px;
	height          : 15px;
	border-radius   : 50%;
}

.carousel-indicators .active {
	background-color: var(--main--color);
}

.breadcrumb-item+.breadcrumb-item::before {
	float      : right;
	padding    : 0px 5px;
	font-size  : 20px;
	font-weight: bold;
	color      : var(--third--color);
}

.breadcrumb-item a {
	color          : var(--third--color);
	text-decoration: none;
	font-size      : 20px;
	font-weight    : bold;
}

.breadcrumb-item.active {
	color          : var(--third--color);
	text-decoration: none;
	font-size      : 20px;
	font-weight    : bold;
}

.in_my_new:hover {
	background-color: #EEE;
}

.trustees {
	text-align: center;
	cursor    : pointer;
	position  : relative;
	bottom    : 5px;
	transition: all 0.3s ease-in-out;
}

.trustees:hover {
	bottom    : 40px;
	transition: all 0.3s ease-in-out;
}

.option-input {
	-webkit-appearance: none;
	-moz-appearance   : none;
	-ms-appearance    : none;
	-o-appearance     : none;
	appearance        : none;
	position          : relative;
	top               : 8px;
	right             : 0;
	bottom            : 0;
	left              : 0;
	height            : 25px;
	width             : 25px;
	transition        : all 0.15s ease-out 0s;
	background        : var(--main--color);
	border            : 1px solid transparent;
	color             : #fff;
	cursor            : pointer;
	display           : inline-block;
	margin-right      : 0.5rem;
	outline           : none;
	position          : relative;
	z-index           : 1000;
}

.option-input:hover {
	background: var(--main--color);
}

.option-input:checked {
	background: var(--third--color);
}

.option-input:checked::before {
	width          : 25px;
	height         : 25px;
	display        : flex;
	content        : '\2713';
	font-size      : 22px;
	font-weight    : bold;
	position       : absolute;
	color          : var(--main--color);
	align-items    : center;
	justify-content: center;
	font-family    : 'Font Awesome 5 Free';
}

.option-input:checked::after {
	-webkit-animation: click-wave 0.65s;
	-moz-animation   : click-wave 0.65s;
	animation        : click-wave 0.65s;
	background       : var(--main--color);
	content          : '';
	display          : block;
	position         : relative;
	z-index          : 100;
}

@keyframes click-wave {
	0% {
		height  : 40px;
		width   : 40px;
		opacity : 0.35;
		position: relative;
	}

	100% {
		height     : 200px;
		width      : 200px;
		margin-left: -80px;
		margin-top : -80px;
		opacity    : 0;
	}
}

.vision{
	border-left: 1px solid var(--third--color);
}

.in_my_vision {
	list-style: none;
	counter-reset: my-awesome-counter;
	padding: 0px;
}

.in_my_vision li {
	counter-increment: my-awesome-counter;
	margin: 15px 0px;
	font-size: 14px;
}

.in_my_vision li::before {
	content: counter(my-awesome-counter);
	background: var(--main--color);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	line-height: 25px;
	color: var(--second--color);
	text-align: center;
	margin-left: 0.5rem;
}