body{
	background-color:rgb(189, 218, 243);
	font-family: "Noto Kufi Arabic", sans-serif;
}

#ServImg{
	border-radius: 7%;
	object-fit: cover;
}



@media (max-width: 844px) {
	#HScrollable{
		display: flex;
		flex-wrap: no-wrap;
		overflow-x: auto;
		overflow-y: auto;
		margin: 5px;
	  }
	  #HScrollable ul{
		flex: 0 0 auto;
		width: auto;
		height: 50px;
	  }
	
	#iframediv{
		display: none;
	}
	#iframediv1{
		display: visible;
	}
	.carousel .carousel-item{
		height: 450px;
	}
  }
  @media (min-width: 844px) {
	#iframediv1{
		display: none;
	}
  }


.text-shadow {
    text-shadow: 0 0 5px #000;
  }

  .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.carousel-item {
    height:70vh;
	width: 100% !important;
}
nav {
	background-color:	#65c3ee;
}

#counter {
	background-image: url("Images\\Machinecut.jpg");
	border-radius: 15px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50% 50%;
	

}

#quds{
	width:65%;
	height: auto;
}