html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  direction: rtl;
  text-align: right;
  color: rgb(255,255,255);
  background: rgb(0,0,0);
  font-family: Almarai, sans-serif;
  font-size: 1rem;
}
h2{
  color: #dfb357;
  font-weight: bold;
  margin-bottom: 50px;
}
h3,h5,h5,h6{
  color: #dfb357;
  font-weight: bold;
  margin-bottom: 20px;
}
.top-content{
  margin-top: -120px;
}
.div-30{
  margin-top: 30px;
  margin-bottom: 30px;
}

.nav-link{
  color: #dfb357;
}
.nav-link:hover{
  color: #ffffff;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #dfb357;
  color: #000000;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #ffffff;
  color: #ffffff;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.navbar-toggler {
  background-color: #dfb357 !important;
}
/* width */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #000000;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #dfb357;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #f0f0f0;
}

.pm-30 {
  margin-top: 30px 0px;
}
span {
  color: #dfb357;
  font-weight: bold;
}

#video-bg {
  position: relative;
  width: 500px;
  height: 500px;
  background: transparent url(video-bg.jpg) no-repeat;
  background-size: cover;
  margin: auto;
}
video {
  display: block;
}
.video-container {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -100;
}

@media screen and (max-width: 992px) {
  body {
    overflow-x: hidden;
    font-size: 0.8rem;
  }
  .top-content{
    margin-top: -20px;
  }
  h2{
    font-size: 24px;
    margin-bottom: 20px;
  }
  h6{
    font-size: 14px;
  }
  #video-bg {
  position: relative;
  width: 350px;
  height: 350px;
}

.preloaderBg {
	  position: fixed;
    z-index: 10; 
    top: 0;
	  background: #000000;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 15%;
}

.preloader {
    margin: auto;
  	background: url(https://drhashemalshahwan.com/assets/img/logo.png) no-repeat center;
    background-size: 150px;
    width: 300px;
    height: 300px;
}


.preloader2 {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #dfb357;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  animation: spin 1s ease-in-out infinite ;
  position: relative;
  margin: auto;
  top: -280px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




