@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Signika&family=Teko&display=swap');
@font-face {
    font-family: 'f5ri_script';
    src: url('https://www.sult4n.com/quran/fonts/f5ri.eot');
    src: url('https://www.sult4n.com/quran/fonts/f5ri.eot?#iefix') format('embedded-opentype'),
        url('https://www.sult4n.com/quran/fonts/f5ri.woff2') format('woff2'),
        url('https://www.sult4n.com/quran/fonts/f5ri.woff') format('woff'),
        url('https://www.sult4n.com/quran/fonts/f5ri.svg#fonts/f5ri') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* new header */
header {
	background: linear-gradient(to left, #4facfe, #00f2fe);
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.logo {
	display: flex;
	align-items: center;
	gap: 10px;
	color: white;
}
.logo span:first-child {
	font-size: 26px;
	font-weight: bold;
}
.logo span:last-child {
	font-size: 40px;
}
nav a {
	text-decoration: none;
	color: white;
	background-color: rgba(255, 255, 255, 0.2);
	padding: 10px 20px;
	border-radius: 30px;
	transition: background-color 0.3s, color 0.3s;
	font-weight: bold;
}
nav a:hover {
	background-color: white;
	color: #00c6ff;
}
body {
	margin: 0;
	background-color: #eee;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .50) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .50) 50%, rgba(255, 255, 255, .50) 75%, transparent 75%, transparent);
	background-size: 200px 200px;
	/*font: bold 16px 'Cairo';*/
	line-height: 2em;
}
h1 {
	font-family: 'Cairo';
	font-size: large;
	padding: .9rem;
	display: inline;
}
h3 {
	height: 15px;
}
.regard {
	text-align: center;
	display: block;
	font-family: 'Cairo';
	font-size: xx-large;
	padding: .9rem;
}

/*drobdown list*/
.dropbtn {
	background-color: #cc15cd;
	color: white;
	padding: 23px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	font-family: 'Cairo';
}
.dropdown {
	position: relative;
	display: inline-block;
	float: right;
}
.dropdown-content {
	display: none;
	position: fixed;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 999;
}
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.dropdown-content a:hover {
	background-color: #cc15cd;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	background-color: #cc15cd;
}
.topnav {
	position: fixed;
	overflow: hidden;
	background-color: #333;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}
.new {
	display: block;
}
.new2 {
	display: inline-block;
	width: 70px;
	box-shadow: rgb(241 176 242) 2px 2px 2px;
}
.new2 img {
	width: 70px;
	height: 50px; /*border: 1px solid #cc15cd;*/;
	border-radius: 5px;
}
.new3 {
	display: inline-block;
	width: 160px;
	text-align: center;
	font-weight: 700;
	font-size: large;
}
.new4 {
	width: 160px;
	display: inline-block;
}
.new5 {
	display: inline-block;
	border-left: 2px solid #cc15cd;
	height: 295px;
	width: 3px;
}
.col {
	font-size: 22px;
	float: left;
    /*margin: 4px 10px;*/
}
/* time */
.time {
	font-size: 16px;
	top: 20px;
	left: 0px;
	right: 0px;
}
.dropdowntime {
	position: relative;
	display: inline-block;
}
.timeleft {
	float: left;
}
input[name=btnG] {
	color: #FFFFFF;
	font-family: Teko;
	background-color: #cc15cd;
	border: 1px solid #000000;
	font-size: 20px;
	padding: 0px 5px;
}
input[name=btnG]:hover {
	color: #cc15cd;
	font-family: Teko;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 20px;
}
.bottom-left {
	background-color: #f2dbdb;
	color: black;
	border-radius: 0px 0px 30px 30px;
	margin: 0 0 2px 0px;
}
.main-ads, .main-ads2 {
	display: inline-block;
	box-shadow: 1px 1px #CCC;
}
.ads {
	border: 1px black solid;
	width: 300px;
	border-radius: 30px;
}
/* animation ADS */
@media 
{
.main-ads {
	width: 300px;
	height: 200px;
	position: relative;
	animation-name: example;
	animation-duration: 4s;
	box-shadow: 1px 1px #CCC;
}
.main-ads2 {
	width: 300px;
	height: 200px;
	position: relative;
	animation-name: example2;
	animation-duration: 4s;
	box-shadow: 1px 1px #CCC;
}
}
@keyframes example {
  0%   {background-color:red; left:5px; top:0px;}
  50%  {background-color:red; left:150px; top:0px;}
  100% {background-color:red; left:5px; top:0px;}
}
@keyframes example2 {
  0%   {background-color:red; right:5px; top:0px;}
  50%  {background-color:red; right:150px; top:0px;}
  100% {background-color:red; right:5px; top:0px;}
}
@media 
{
.lp {
	color: #000000;
	font-size: 100px;
	transform: scale(1, 1.5);
	margin: 35px 0px -25px 0px;
	letter-spacing: 3px;
}
}
/* new footer */
.new_footer_area {
	background: #fbfbfd;
}
.new_footer_top {
	padding: 120px 0px 270px;
	position: relative;
	overflow-x: hidden;
}
.new_footer_area .footer_bottom {
	padding-top: 5px;
	padding-bottom: 50px;
}
/* الخط */
.footer_bottom {
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	color: #cc15cd;
	padding: 27px 0px;
}
p.mb-0.f_400 {
	font-size: small;
	margin: 0px 10px 10px 0px;
}
.new_footer_top .footer_bg {
	position: absolute;
	bottom: 0;
	background: url("https://www.sult4n.com/footer_bg.webp") no-repeat scroll center 0;
	width: 100%;
	height: 266px;
}
.new_footer_top .footer_bg .footer_bg_one {
	background: url("https://www.sult4n.com/volks.gif") no-repeat center center;
	width: 330px;
	height: 105px;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: 30%;
	-webkit-animation: myfirst 22s linear infinite;
	animation: myfirst 22s linear infinite;
}
.new_footer_top .footer_bg .footer_bg_two {
	background: url("https://www.sult4n.com/cyclist.gif") no-repeat center center;
	width: 88px;
	height: 100px;
	background-size: 100%;
	bottom: 0;
	left: 38%;
	position: absolute;
	-webkit-animation: myfirst 30s linear infinite;
	animation: myfirst 30s linear infinite;
}
@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
.swing {
	animation: swing ease-in-out 8s infinite alternate;
	transform-origin: center -20px;
	position: absolute;
	margin: -55px 0 0 0;
    /*float:left;*/
}
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}