body, html {
    font-family: 'Comfortaa', 'Almarai', cursive;
    direction: rtl;
}
.buttons a {
  text-align: center;
  padding: 4px 10px;
  transition: all 0.6s ease;
  color: white;
  font-size: 1.3em;
  border-radius: 0px 0px 10px 10px;
  font-family: 'Comfortaa', 'Almarai', cursive, 'Quicksand', Arial, Helvetica, sans-serif;
  text-decoration: none;
  width: 100%;

}

.buttons a:hover {
  background-color: #111;
  
}

.image:hover {
  opacity: 1;
  background-color: #552f91;
}

.far {
    font-family: 'fontawesome' !important;
    font-style: normal;
    padding: 0 8px;
    font-size: large;
    }

h2 {
    color: #ffffff;
    font-size: 1rem;
    direction: rtl;
    padding: 7px 0px 13px 0px;
    margin-block-start: 0.2em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


h4 {
    color: #ffffff;
    font-size: 1.5rem;
    direction: rtl;
    background-image: linear-gradient(to right, #111 , #333 , #111);
    padding: 10px 0;
    margin-block-start: 0em;
    margin-block-end: 1em;
    margin-inline-start: 50px;
    margin-inline-end: 50px;
    border-top: 3px solid #ffe7e7;
    border-radius: 40px;
}
.footerSpace {
    padding: 0px 0px 80px 0px;
    visibility: hidden;
    }
    
.footer {
    position: fixed;
    left: 0;
    direction: rtl;
    bottom: 0;
    font-size: 1rem;
    width: 100%;
    background-image: linear-gradient(to right, #3948ff , #8134af , #c02e70 , #ff9d33 , #c14900);
    border-top: 2px solid #f3f3f3;
    border-radius: 0 55% 0 0;
    color: white;
    text-align: center;
    line-height: 13px;
    margin-block-start: 10em;
}


#container {
  max-width: 1100px;
  margin: auto;
}

#monitor {
    background-image: linear-gradient(to right, #111 , #333 , #222);
    position: relative;
    border-top: 1px solid #222;
    margin: 0% 3%;
    padding: 1% 1% 2% 1%;
    border-radius: 10px;
    border-bottom-left-radius: 50% 3%;
    border-bottom-right-radius: 50% 3%;
    transition: margin-right 1s;
}

#monitor:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 2%;
	left: 36%;
	height: 1px; 
	width: 28%;
	background: #fff; 
	border-radius: 50%; 
	box-shadow: 0 0 3px 0 #fff; 
}

#monitorscreen {
	position: relative;
    background-color: #777;
	background-size: cover; 
	background-position: top center;
	height: 0; 
	padding-bottom: 56.25%; 
	position: relative;
	overflow: hidden;
}

/* Responsive layout - makes a three column-layout instead of four columns */
@media screen and (max-width: 4000px) {
  .column {
    width: 25%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 240px) {
  .column {
    width: 100%;
  }
}

.topnav {
  overflow: hidden;
  background-image: linear-gradient(to right, #555 , #333 , #000);
  border-bottom: solid 1px #5f5f5f;
}

.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 20px 10px 17px 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
}

.topnav a:hover {
    background-image: linear-gradient(1deg, #715117, transparent);

}

.topnav a.active {
    background-image: linear-gradient(1deg, #532788, transparent);
}

.topnav .icon {
  display: none;
}


@media screen and (max-width: 600px) {
  .topnav {
    position: relative;
    display: grid;
}
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 13px 24px;
    font-size: 32px;
    margin: -1px 0px;
    }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    padding: 11px 24px;
    font-size: 32px;
    margin: -1px 0px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
    border-top: solid 1px #5f5f5f;
  }
}

.logo {
    float: right;
    width: auto;
    height: 38px;
    margin: -10px 1px;
}


.video-js .vjs-control-bar {
    background-color: #444;
background-image: linear-gradient(to right, #000 , #8134af , #000);
    font-size: 1.3em;

}

.video-js .vjs-big-play-button {
    background-image: url(../../../i.ibb.co/b7CWjhb/play.png);
    background-repeat: no-repeat;
    background-size: cover!important;
    -webkit-background-size: cover!important;
    background-position: center center;
    height: 96px;
    background-color: #000000a6;
    border: none;
    border-radius: 50%;
    line-height: 86px;
    left: 50%;
    margin: -53px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 96px;
    z-index: 3;
    display: block;
    opacity: 1;
    visibility: visible;
    font-size: 2em;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.vjs-playing .vjs-big-play-button, .vjs-seeking .vjs-big-play-button {
    width: 150px;
    height: 150px;
    opacity: 0;
    visibility: hidden;
    margin: -80px 0 0 -80px;
    background-size: cover;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "\f101";
    display: none;

}

.video-js .vjs-control {
    width: 5em;
}

.vjs-button>.vjs-icon-placeholder:before {
    font-size: 2.2em;
    line-height: 1.5;
}

.video-js .vjs-volume-panel .vjs-volume-horizontal .vjs-slider .vjs-volume-level:before {
    background: #fff;
    border-radius: 8px;
    content: '';
    height: 13px;
    position: absolute;
    right: -6px;
    top: -5px;
    width: 13px;
}

.video-js .vjs-volume-panel .vjs-volume-horizontal .vjs-slider .vjs-volume-level {
    background-color: #ffb813;
}
.video-js .vjs-mute-control .vjs-icon-placeholder, .vjs-icon-volume-high {
    color: #ffb813;
}

.video-js .vjs-live-control {
    display: block;
    align-items: flex-start;
    flex: auto;
    font-size: 1.3em;
    line-height: 2.4em;
    color: #fff;    
}

.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{
border-color:#fff;
background-color:#8134af;
transition:all 0.7s;
}


.button1 {
background-color: #4CAF50;
}
.button2 {
background-color: #008CBA;
}

.bgimg {
  background-image: url('../../../www.w3schools.com/w3images/forestbridge.jpg');
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
  font-size: 18px;
}

.bottomleft {
  position: absolute;
  bottom: 0;
  left: 20px;
  font-size: 15px;

}

.middle {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

hr {
  margin: auto;
  width: 70%;
}


h3 {
    background-image: linear-gradient(to right, #111 , #333 , #111);
    padding: 5px 0;
    margin-block-start: 0em;
    margin-block-end: 0.3em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    border-bottom: 3px solid #ffe7e7;
    border-radius: 0 0 55px 55px;
    border-top: 1px solid #2e2e2e;    
}

/* Center website */
.main {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


.image-b {
    width: 100%;
    max-width: 146px;
    margin-left: auto;
    margin-right: auto;
    margin: 10px 0px;
    border-radius: 8px;
    background-image: linear-gradient( 1deg, #3a3a3a, transparent);
}

.image-b:hover {
  opacity: 1;
  background-color: #552f91;
}


/* Create four equal columns that floats next to each other */
.column {
    width: 20%;
    border-radius: 6px;
    display: inline-block;
    margin: 0 10px;
}


/* Responsive layout - makes the 3 column */
@media screen and (max-width: 700px) {
  .column {
  width: 42%;
  }
  h3 {
    background-image: linear-gradient(to right, #111 , #333 , #111);
    padding: 5px 0;
    margin-block-start: 0em;
    margin-block-end: 0.3em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    border-bottom: 3px solid #ffe7e7;
    border-radius: 0 0 35px 35px;
    border-top: 1px solid #482475;    
  }
}

.respimg {
  width: 93%;
  max-width: 720px;
  height: auto;
}