@font-face {
    font-family: 'ScheherazadeNew-Regular';
    src: url('ScheherazadeNew-Regular.eot'); /* IE9 Compat Modes */
    src: url('ScheherazadeNew-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('ScheherazadeNew-Regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('ScheherazadeNew-Regular.woff') format('woff'), /* Pretty Modern Browsers */
         url('ScheherazadeNew-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
  }

  

.logoimg{
  max-width: 100%;
  height: 100px;
  border:0;
}

  /* The navigation bar */
.navbar {
  overflow: hidden;
  background-color: white;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: #ffb300;
  text-align: center;
  text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #ddd;
  color: black;
}
  a, u {
    text-decoration: none !important;
  }

  .en {
    display: none;
    direction: ltr;
    text-align: left;
  }
  .phr {
    font-family: 'ScheherazadeNew-Regular', Fallback, sans-serif;
    direction: rtl;
    text-align: right;
  }

  .content {
    background-color: #f9f9f9;
    width: 100%;
    height: 100%;
    padding: 15px 15px;
    border-top: 1px solid #ddd;
    overflow-y: scroll;
  }
  .menu_text_content {
    padding: 15px 15px;
    font-size: 22px;
  }
  /* Main content */
.main {
  margin-top: 120px; /* Add a top margin to avoid content overlay */
}
  
  .videos {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .thumbnail img {
    object-fit: cover;
    height: 94%;
    width: 100%;
    border-radius: 8px;
    transition: all .3s ease;
  }
  .thumbnail img:hover {
    transform: scale(1.1); /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

  .details {
    display: flex;
    flex-direction: column;
  }
   
  .details h3 {
    color: rgb(3, 3, 3);
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 6px;
  }
  .a,
span {
  text-decoration: none;
  color: rgb(96, 96, 96);
  font-size: 17px;
}
.video {
  width: 500px;
  margin-bottom: 30px;
}
.thumbnail {
  width: 100%;
  height: 280px;
}

.language {
  width: 55px * 2;
  height: 30px;
  font-size: 14px;
  line-height: 1;
  margin: 1em 0;
}

.language__container--left,
.language__container--right {
  position: relative;
  float: left;
  width: 55px;
  height: 30px;
  padding: 5px;
}


.language__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 30px;
  border: 1px solid #ccc;
  padding: 7px 8px 5px 0;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 7px 7px;
  background-size: 14px;
  text-align: right;
  text-transform: uppercase;
}

.language__container--left .language__label {
  border-radius: 4px 0 0 4px;
}

.language__container--right .language__label {
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.language__control:hover + .language__label,
.language__control:focus + .language__label {
  background-color: #eee;
}

.language__control:checked + .language__label {
  background-color: #ddd;
}

.language__control:focus + .language__label,
.language__control:checked:focus + .language__label {
  z-index: 2;
  outline: 2px solid #85bffd;
  box-shadow: 0 0 8px #85bffd;
}


.language__container--fr .language__label {
  background-image: url('https://cdn4.iconfinder.com/data/icons/world-flags-circular/1000/Flag_of_Azad_Kashmir_-_Circle-512.png');
}

.language__container--en .language__label {
  background-image: url('https://cdn1.iconfinder.com/data/icons/world-flags-circular/1000/Flag_of_United_Kingdom_-_Circle-512.png');
}

.wacontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 550px;
}

img {
  max-width: 100%;
  margin: 5 5 5 5;
}

.waimg {
  flex-basis: 50%
}

.watext {
  margin: 10 10 10 10;
  font-size: 20px;
}

  @media (max-width: 1050px) {
    .video {
      width: 150px;
      margin-bottom: 30px;
    }
    .thumbnail {
      width: 100%;
      height: 100px;
    }
    .logoimg{
      max-width: 100%;
      height: 50px;
      border:0;
    }
    .main {
      margin-top: 90px; /* Add a top margin to avoid content overlay */
    }
  }


.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-arrow-right {
    padding-left: 36px;
}
.btn-arrow-left {
    padding-right: 36px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 7px; /* move it down because of rounded corners */
    width: 22px; /* same as height */
    height: 22px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -12px;
}
.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -12px;
}
.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
    background-color: white;
}