
/* Start Global Rules */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  
	--main-color: #f6e371;
	--main-color_gr: #1A4A20;
	--main-color-text: #f9f9f973;
	--main-font: 14px;
	
	
	--main-transition: 0.3s;
	
	--main-padding-top: 30px;
	--main-padding-bottom:20px;
	
}



html {
  scroll-behavior: smooth;
}
body {
  font-family: "Cairo", sans-serif;
 
  background-color:#dac9584a;
  
  background-image: url(../../images/bgb_a.png);
  
   
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
/* Small */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
/* Medium */
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
/* Large */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}



.alert-warning {
	border-radius: 12px;
    border-right: 24px solid red;
    border-left: 24px solid red;
    background-color: #f9fafb;
    color: #101010;
    height: 69px;
    text-align: center;
}


.bg-dark {
    background-color: #187bbe!important;
	border-bottom:2px solid #f6b82f;
	
}
.bg-secondary {
	font-size:25px;
}

/* Start Header */
.header {
  background-color: #1A4A20;
  position: relative;
  -webkit-box-shadow: 0 0 10px #ddd;
  -moz-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.header .logo {
  color: var(--main-color);
  
  font-size: var(--main-font);
  font-weight: bold;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .header .logo {
    width: 100%;
    height: 50px;
  }
}
.header .main-nav {
  display: flex;
}
@media (max-width: 767px) {
  .header .main-nav {
    margin: auto;
  }
}
.header .main-nav > li:hover .mega-menu {
  opacity: 1;
  z-index: 100;
  top: calc(100% + 1px);
}
.header .main-nav > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  position: relative;
  color: #ffffff;
  padding: 0 30px;
  overflow: hidden;
  font-size: var(--main-font);
  transition: var(--main-transition);
}
@media (max-width: 767px) {
  .header .main-nav > li > a {
    padding: 10px;
    font-size: 14px;
    height: 40px;
  }
}
.header .main-nav > li > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: var(--main-color);
  top: 0;
  left: -100%;
  transition: var(--main-transition);
}
.header .main-nav > li > a:hover {
  color: var(--main-color);
  background-color: var(--main-color_gr);
}
.header .main-nav > li > a:hover::before {
  left: 0;
}
.header .mega-menu {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 30px;
  background-color: white;
  border-bottom: 3px solid var(--main-color);
  z-index: -1;
  display: flex;
  gap: 40px;
  top: calc(100% + 50px);
  opacity: 0;
  transition: top var(--main-transition), opacity var(--main-transition);
}
@media (max-width: 767px) {
  .header .mega-menu {
    flex-direction: column;
    gap: 0;
    padding: 5px;
  }
}
.header .mega-menu .image img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .header .mega-menu .image {
    display: none;
  }
}
.header .mega-menu .links {
  min-width: 250px;
  flex: 1;
}
.header .mega-menu .links li {
  position: relative;
}
.header .mega-menu .links li:not(:last-child) {
  border-bottom: 1px solid #e9e6e6;
}
@media (max-width: 767px) {
  .header .mega-menu .links:first-of-type li:last-child {
    border-bottom: 1px solid #e9e6e6;
  }
}
.header .mega-menu .links li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fafafa;
  z-index: -1;
  transition: var(--main-transition);
}
.header .mega-menu .links li:hover::before {
  width: 100%;
}
.header .mega-menu .links li a {
  color: var(--main-color_gr);
  padding: 15px;
  display: block;
  font-size: var(--main-font);
  font-weight: bold;
}
.header .mega-menu .links li a i {
  margin-right: 10px;
}
/* End Header */


/*  Header_txt */
.header_txt_main {
	font-family:adobe arabic , Times New Roman, Times, serif;
}

/* End Header_txt */




/* Start date_r */
.date_r {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  
 
 
}


.container .date_r  {

    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
    border-radius: 0px;
    color: #1a4a20;
    padding: 21px 0px;
    text-align: center;
    font-size: 16px;
    border-right: 5px solid #1a4a20;
	background-color: #f9f9f973;

    
}

.date_r a {
	color:red;
	font-size:16px;
}

 
 @media (max-width: 767px) {
  .container .date_r  {

  /* width:95%;  030324*/
   font-size: 14px;
  }
  .print_day {
	font-size:9px!important;
	
}
}
 
/* end date_r */

/* Start main salat */
.main_salat .table>:not(caption)>*>* {
	font-size: 18px;
}
.main_salat  {
	margin:0px auto;
	
	height: auto;

	
}


.main_salat .box .content {
  padding: 0px 5px 0px 5px;
}


.main_salat td.table-active {
    --bs-table-accent-bg:  rgb(53 133 90 / 55%);
    color: var(--bs-table-active-color);
}


.main_salat .box {
  box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
  background-color: #f9f9f973;
  border-radius: 6px;
  overflow: hidden;
  transition: transform var(--main-transition), box-shadow var(--main-transition);
  
}
.main_salat_date{
	 font-size: 19px;
    line-height:25px;
	
   color:#4b7055;

}
.main_salat_time{
	
		color: #6c757d;
    font-size: 16px;
}

.main_salat .table_h {
	font-size:14px;
}

.alert_salat {
	background-color: #f9fafb;
    border-right: 10px solid red;
    border-left: 10px solid red;
	text-align:center;
	border-radius:6px;
	margin-top:5px;
	
}

.next_day {
	color:Gray;
}
.next_day_en {
text-align: left;
font-size:12px;
}

@media (max-width: 767px) {
	
	
  
	
	.main_salat  {
		margin:20px auto;
		min-height:539px;
		height:100vh ;

	}
	
	
	.table>:not(caption)>*>* {
	font-size: 19px;
	}
	.alert_salat {
		
		border-right: 6px solid red;
		border-left: 6px solid red;
		text-align:center;
		margin:15px 0px 30px 0px;
		padding:10px 0px 10px 0px;
	}

}


@media (max-width: 1024px) {
	
	.main_salat  {
		
		
		height:100vh ;

	}
}
/* end  main salat */


/* Start salat */

/*
.salat {
  padding-top: var(--main-padding-top);
  padding-bottom: var(--main-padding-bottom);
  position: relative;
 
}



.salat span {
	color:#a08f87;
	font-size:14px;
} 

@media (max-width: 767px) {
  .salat span {
	
	font-size:12px;
} 
}

.sound_control {
	    width: 222px;
    height: 25px;
    background-color: #f1f3f4;
    border-radius: 0px;
}

.soundmp3 span {
		font-size: 11px;
    color: #adb5bd;
}
	

@media (max-width: 767px) {
  .sound_control {
	    width: 211px;
    
	}
	
}




.back_img {
	height:75px;
	  background-image: url(../../images/back_img.jpg);
	   background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
 
}
.align-text{
	    text-align: center;
    line-height: 75px;
    font-size: 13px;
    font-weight: bold;
	color:#72655a;
       border-bottom: 2px solid #dee2e6;

}

*/


/* end salat  */


/*  azkar  */

.azkar {
  padding-top: var(--main-padding-top);
  padding-bottom: var(--main-padding-bottom);
  position: relative;
}

.azkar .box {
  box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
  background-color: #f9f9f9a6;
  border-radius: 6px;
  overflow: hidden;
  transition: transform var(--main-transition), box-shadow var(--main-transition);
}
.azkar .box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 15px rgb(0 0 0 / 20%);
}
.azkar .box img {
  width: 100%;
  max-width: 100%;
}
.azkar .box .content {
  padding: 5px;
}

.azkar .box .content p {
  margin: 10px 0 0;
  line-height: 1.5;
  color: #adb5bd;
  font-size:14px;
}

.azkar table .td_one {
  font-size: 12px;
  line-height:29px;
}
.azkar .table>:not(caption)>*>* {
    font-size: 12px;
}
/*  end azkar  */

/*  main  */

.main_p {
  padding-top: var(--main-padding-top);
  padding-bottom: var(--main-padding-bottom);
  position: relative;
}

.main_p .box {
  box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
  background-color: #f9f9f9a6;
  border-radius: 6px;
  overflow: hidden;
  transition: transform var(--main-transition), box-shadow var(--main-transition);
  min-height:610px;
}
.main_p .box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 15px rgb(0 0 0 / 20%);
}
.main_p .box img {
  width: 100%;
  max-width: 100%;
}
.main_p .box .content {
  padding: 20px;
}

.main_p .box .content p {
  margin: 10px 0 0;
  line-height: 1.5;
  color: #777;
}


.main_p span {
	color:#574137;
	font-size:14px;
	margin:0px auto;
} 
.main_p .all_salat {
	color: #ffffff;
    font-size: 14px;
    margin: 0px auto;
    background-color: #a58465;
    border-radius: 6px;
}

.main_p  .select_kalander {
	 --bs-table-accent-bg:  rgb(53 133 90 / 55%);
    color: var(--bs-table-active-color);
}


.main_back_img {
	height: 175px;
    background-image: url(../../images/salat.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #999999;
    margin: 6px;
}

.main_back_img_all {
	height: 175px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #999999;
    margin: 6px;
	 background-image: url(../../images/alla.jpg);
}
 

.main_align-text{
	    text-align: center;
    line-height: 175px;
    font-size: 13px;
    font-weight: bold;
	color:#72655a;
      

}


.main_p .table>:not(caption)>*>* {
	font-size:14px;
}


@media (max-width: 767px) {
  
.main_p .table>:not(caption)>*>* {
	font-size:16px;
}
}
/*  end main  */


.browes_txt {
	font-family:adobe arabic , Times New Roman, Times, serif;
	background-color:#f6f5ee9c;
	width:100%;
	/* padding:0px 15px 25px 15px ; */
	position: relative;
	text-indent: 40px; 
	text-align: justify;
	min-height: 96px;
	
	padding: 0px 10px 10px 10px;
	/* margin:15px 0px 15px 0px; */
	
  white-space: pre-line;
}

.main_browes_txt h3 {
	background-color:#c1bfb2b0;
	text-align:center;
	margin:10px 0px 20px 0px;
	line-height:50px;
	border-radius:5px;
border-bottom: 2px solid #1a4a2063;
}
.browes_txt span {
line-height:35px;
}


.ico_pdf {
	font-size:39px;
	color:red;
	margin-right:20px;
}

@media (max-width: 767px) {
	.ico_pdf {
		font-size:27px;
		margin-right:2px;
	}
}


.ico_hr {
	width:90%;
	margin: 1rem auto ;
}



.err_ {
	color:red;

}


/* Start kisar_soar */

.kisar_soar {
	background-color:#f2ecd6;

}

.kisar_soar .main_suar {
	color: #ffffff;
    font-size: 14px;
    margin: 0px  auto;
    background-color: #a58465;
    border-radius: 6px;
	line-height:30px;
}



.kisar_soar .Header_suar {
	color: #a5846542;
    font-size: 14px;
    margin: 10px 0px ;
	padding:0px 10px;
    background-color: #a584656e;
    
	line-height:30px;
	border-bottom: 1px solid #93784d;

}



.Header_suar span {
	color:#9f0502;
  font-weight: bold;
}

.kisar_soar .desc_suar {
	
    margin:20px 30px 0px 0px ;
	color: #4c2806fc;
    font-size: 18px;
    
	line-height:35px;
}
 .basmala {
	font-size: 18px;
	color:black;
}

.kisar_soar .head_control {
	
    margin: 10px 0px ;
	padding:0px 10px;
    background-color: #a5846530;
    
	
}

.kisar_soar .sound_control {
	
	
	 height: 25px;
    background-color: #f1f3f4;
    border-radius: 0px;
    margin-top: 10px;
}


/* end  kisar_soar */


/*   box_date */

.salat_date {
	border:1px solid #00800038;
	border-radius:5px;
	
	
	margin :10px 0px 10px 0px;
	line-height:26px;
	
	box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
  background-color: #f9f9f973;
  border-radius: 6px;
  overflow: hidden;
  transition: transform var(--main-transition), box-shadow var(--main-transition);
}


.salat_date .box_hm {
	
	width:30%;
	text-align:Center;
}

.box_hm p {
	color:#ffffff;
	background-color:rgb(53 133 90 / 55%);
	border-radius:5px;
	width:90%;
	margin:5px auto;
	height:30px;
	font-weight: bold;
	
}

.salat_date .box_hm_num {
	
	font-size:21px;
  
}

.salat_date .box_hm_txt {
	
	font-size:16px;
	height:30px;
  
}

.salat_date .box_hm_txt_p {
	
	font-weight: bold;
  
}

.salat_date .box_hm_desc {
	
	font-size:16px;
  
}

.box_m p {
	color:#ffffff;
	background-color:#5a0909a8;
	
}

.salat_date .box_day {
	width:60%;
	
	text-align:Center;
}

.box_day p {
	color:#ffffff;
	background-color:#6c757db8;
	border-radius:5px;
	width:90%;
	margin:5px auto;
	height:30px;
}
.box_day img {
height: 94%;
    width: 95%;
}
.day_reset  {
	color:#ffffff;
	
	font-size:16px;
	font-weight: bold;
	padding:0px;
	margin:0px;
}


/* start date_main  */
.date_main {
	margin:1px 0px 10px 0px ;
	color:white;
	height:100%;
}

.date_main .date_main_h {
	
	width:20%;

	
}

.date_main .date_main_m {
	
	width:20%;
}

.date_main  .date_main_my {
	height:27%;
	width:100%;
	background-color:#A8890F;
	line-height:100px;
	border:1px solid #60352e;
	border-radius:5px ;
	margin:2px 0px 2px 0px;
	font-size:30px;
	font-weight:bold;
}
.date_main  .date_main_mmh{
	height:28%;
	width:100%;
	line-height:100px;
	background-color:#254a1f;
	border:1px solid #60352e;
	border-radius:5px ;
	font-size:20px;
	
}

.date_main .date_main_pic {
	width:60%;
	margin:0px 2px 0px 2px ;
}
.date_main .date_main_pic img {
	width:99%;
	height:85%;
}
.alert-success {
    color: #0f5132;
    background-color: #E0D296;
    border-color: #c1b16b;
}
.alert-success a {
	color:#483c02;
}
.alert-success a:hover {
	color:#483c02;
}
@media (max-width: 767px) {
		
	.date_main {
		margin:1px 0px 10px 0px ;
		
		height:180px;
		
	}

	.date_main .date_main_h {
		
		width:20%;
		height:100%;
	}

	.date_main .date_main_m {
		
		width:20%;
		height:100%;
	}

	.date_main  .date_main_my {
		height:25%;
		width:100%;

		line-height:50px;
		
		margin:2px 0px 2px 0px;
		font-size:14px;
	}
	.date_main  .date_main_mmh{
		height:33%;
		width:100%;
		line-height:40px;
		font-size:14px;
		
	}

	.date_main .date_main_pic {
		width:60%;
		height:85%;
	}
	.date_main .date_main_pic img {
		width:100%;
		height:100%;
	}
		
	
}

/* end  date_main  */

.test1 {

	background-color:#919799;
	height: 57%;
    width: 41%;
	margin-left: 22px;
	border-radius:5px;
	line-height:59px;
	font-size:48px;
	color:#fff;
}


.test2 {
	
	background-color:#919799;
	height: 57%;
    width: 45%;
	margin-right: 22px;
	border-radius:5px;
	line-height:30px;
	font-size:20px;
	color:#fff;
}



@media (max-width: 767px) {
	.salat_date .box_hm_num {
		 font-size:18px;
     }
	 
	 
   .salat_date .box_hm_txt {
	
	font-size:14px;
	height:52px;
    }
	
	 .salat_date .box_hm_txt_day {
	
	font-size:14px;
	height:42px;
	line-height:42px;
    }
	
	
	
	.salat_date .box_hm_desc {
		
		font-size:12px;
		
	  
	}
	
	.box_hm_txt_month {
		line-height:45px;
	}
	
	.test1 {
		height: 57%;
		width: 44%;
		margin-left: 10px;
		font-size:30px;
		line-height:55px;
		
	}


	.test2 {
		
		height: 57%;
		width: 44%;
		margin-right: 10px;
		font-size:14px;
		line-height:30px;
	}
	
}

@media (max-width: 740px) {
	.test1 {
		width: 43%;
	 }
	 
	 .main_salat .table>:not(caption)>*>* {
    font-size: 17px;
}
}

/*   end box_date */

/* start ayiad */
.kisar_soar .desc_suar {
 margin: 20px auto ; 
}
.accordion-button {
	background-color:#a58465;
}

/* end  ayiad */

/* Start Footer */
.footer {
  background-color: #191919;
  padding: 0px 0px;
  margin-top:5px;
}

.footer .footer_home{
  color:#ffffff;
  font-size:14px;
  margin:2px 7px 2px 10px;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
	 padding: 10px 0px;
  margin-top:10px;
  }
}
.footer .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 40px;
}
.footer .box h3 {
  color: white;
  font-size: 50px;
  margin: 0px  20px;
}
.footer .box .social {
  display: flex;
}
@media (max-width: 767px) {
  .footer .box .social {
    justify-content: center;
  }
}
.footer .box .social li {
  margin-right: 10px;
}
.footer .box .social li a {
  background-color: #313131;
  color: #b9b9b9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  transition: var(--main-transition);
}
.footer .box .social .facebook:hover {
  background-color: #1877f2;
}
.footer .box .social .twitter:hover {
  background-color: #1da1f2;
}
.footer .box .social .youtube:hover {
  background-color: #ff0000;
}
.footer .box .text {
  line-height: 2;
  color: #b9b9b9;
}
.footer .box .links li {
  padding: 15px 0;
  transition: var(--main-transition);
}
.footer .box .links li:not(:last-child) {
  border-bottom: 1px solid #444;
}
.footer .box .links li:hover {
  padding-left: 10px;
}
.footer .box .links li:hover a {
  color: white;
}
.footer .box .links li a {
  color: #b9b9b9;
  transition: var(--main-transition);
}
.footer .box .links li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\F101";
  font-weight: 900;
  margin-right: 10px;
  color: var(--main-color);
}
.footer .box .line {
  display: flex;
  align-items: center;
  color: #b9b9b9;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer .box .line {
    flex-direction: column;
  }
}
.footer .box .line i {
  font-size: 25px;
  color: var(--main-color);
  margin-right: 10px;
}
@media (max-width: 767px) {
  .footer .box .line i {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.footer .box .line .info {
  line-height: 1.7;
  flex: 1;
}
.footer .box .line .info span {
  display: block;
}
.footer .footer-gallery img {
  width: 78px;
  border: 3px solid white;
  margin: 2px;
}
.footer .copyright {
  padding: 2px 0px;
  text-align: center;
  color: white;
  margin: 0px 0px;
  border-top: 1px solid #444;
  
}
/* End Footer */



.testflex .container {
  display: flex;
  justify-content: space-between;
  align-items: center;

    height: 100%;
}




/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}
