@font-face {
  font-family: Fractul;
  src: url("../fonts/Fractul-Regular.ttf");
}

* {
  direction: rtl;
}

.row {
  padding: 0;
  margin: 0;
}

a{
  cursor: pointer;
}



.cover {
  top: 0px;
  margin: 0% !important;
  padding: 0% !important;
  width: 100%;
  /* height: 100vh; */
  background-color: #1e1e1e96;
  position: fixed;
  z-index: 99;
}

.nav {
  display: flex;
  justify-content: space-between;
  padding: 20px 70px 0 68px;
}

.nav .list {
  margin-top: 30px;
}

.nav .list a {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #163d66;
  text-decoration: none;
  margin: 0 60px;
}

.home .nav .list a {
  color: #fff;
}

.nav .register a {
  font-family: "Noto Kufi Arabic";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border: none;
  padding: 5px 20px;
  background: #163d66;
  border-radius: 2px;
  margin-top: 20px;
  text-decoration: none;
  display: block;
}

.home .nav .register a {
  background: #ffffff;
  color: #ff7f00;
}

.home .dropdown {
  background: #ffffff;
  color: #ff7f00;
}

.home .dropdown-content {
  background: #ffffff;
  color: #ff7f00;
}

.dropdown {
  width: 12em;
  height: 3em;
  padding: 1em 0.8em;
  display: flex;
  border-radius: 20px;
  background: #163d66;
  color: white;
  line-height: 1em;
  font-weight: 500;
  /* text-align: center; */
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  border-radius: 0 0 20px 20px;

  background: #163d66;
  width: 100%;
  z-index: 99;
}

.dropdown:hover {
  display: block;
  border-radius: 20px 20px 0 0;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-itens {
  margin: 1em 0;
  color: #fff;
  text-align: right !important;

  font-size: 15px !important;
  font-family: "Noto Kufi Arabic";
  font-weight: 500;
}

.dropdown-itens svg {
  margin-left: 4px;
  margin-block: -1px;
}

.nav {
  width: 100%;
  position: relative;
}

.nav > #nav-check {
  display: none;
}

@media (max-width: 600px) {
  .nav {
    padding: 0px;
    display: flex;
    justify-content: end;
  }

  .nav img {
    margin-left: 150px;
    margin-top: 30px;
  }

  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    margin-left: 50px;
  }
  .nav > .nav-btn > label {
    display: block;

    padding: 13px;
  }
  .nav > .nav-btn > label:hover,
  .nav #nav-check:checked ~ .nav-btn > label {
    background-color: #163d66;
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #163d66;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
    z-index: 999999999999999999999;
  }

  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(55vh - 50px);
    overflow-y: auto;
  }

  .nav .list a {
    display: block;
    font-size: 25px;
    text-align: right;
    color: #fff;
    margin: 30px;
  }

  .nav .register a {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    padding: 5px 15px;
    background: #163d66;
    margin-top: 20px;
  }

  .register {
    margin-top: 20px;
  }

  .dropdown {
    width: 8em;
    height: 3em;
    padding: 0.8em 2em;
  }

  .dropdown-itens {
    font-size: 12px !important;
  }
}

#welcomeSec {
  background-image: url("../images/Group 25.jpg");
  height: 100vh;
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

#welcomeSec .image {
  position: relative;
  /* width: 100%; */
  height: 87.5vh;
}

#welcomeSec .image img {
  position: absolute;
  width: 90%;
  bottom: 0px;
  right: 10%;
}

#welcomeSec .contant {
  text-align: center;
  margin-top: 120px;
}

#welcomeSec .contant h1 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}

#welcomeSec .contant h1 span {
  color: #ff7f00;
}

#welcomeSec .contant h3 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  color: #ffffff;
  margin: 25px 0;
}

#welcomeSec .contant p {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
}

#welcomeSec .contant a {
  text-decoration: none;
display: inline-block;
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  background: #ff7f00;
  border-radius: 2px;
  border: none;
  padding: 15px 80px;
  margin-top: 30px;
}

#news .title h3 {
  margin-top: 50px;
  border-bottom: #ff7f00 25px solid;
  margin-right: 30px;
  padding: 0 30px 0;
  width: fit-content;
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 0px;
  color: #163d66;
}

#news .caption {
  width: 80%;
  margin-top: 36px;
  border-radius: 70px 0 0 70px;
  background-color: #ff7f00;
  padding: 40px;
  position: relative;
  /* height: 70vh; */
}

#news .caption h3 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  /* identical to box height */
  margin-bottom: 35px;
  color: #ffffff;
}

#news .caption h3 span {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;

  color: #163d66;
}

#news .caption h6 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  /* identical to box height */
  margin-bottom: 35px;

  text-align: right;

  color: #ffffff;
}

#news .caption h6 span {
  color: #163d66;
}

#news .caption p {
  width: 70%;
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: right;
  margin-bottom: 35px;

  color: #ffffff;
}

#news .caption h4 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  /* identical to box height */
  text-align: right;
  color: #163d66;
  margin-bottom: 35px;
}

#news .caption h4 span {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  /* identical to box height */
  text-align: right;
  color: #ffffff;
}

/* #news .caption  */

#news .caption .img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  border: #ff7f00 solid 5px;
  position: absolute;
  top: 20%;
  right: 80%;
}

#news .caption .img img {
  width: 95%;
  text-align: center;
}

#what {
  margin-top: 100px;
}

#what .caption {
  margin: 50px;
}

#what .caption h2 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 84px;
  margin-bottom: 30px;
  color: #001646;
}

#what .caption h6 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;

  color: #001646;
}

#what .caption p {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 42px;
  color: #000000;
  width: 90%;
}

#what .caption p span {
  font-weight: 800;
  color: #ff7f00;
}

#what .img {
  display: flex;
  justify-content: center;
}

#courses {
  background-image: url("../images/Vector\ 4.png");
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}

#courses .title h2 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  padding: 150px;
}

#courses .card {
  width: fit-content;
  margin: auto;
  /* height: 60vh; */
  border-radius: 20px;
  padding-bottom: 30px;
}

#courses .card img{
  width: fit-content;
  height: 300px;
}

#courses .card h3 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin: 14px 26px 0 0;
  color: #001646;
}

#courses .card h2 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 14px 26px 0 0;

  color: #001646;
}

#courses .card p {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #001646;
  margin: 14px 26px 0 0;
}

footer {
  background-image: url("../images//Group 27.png");
  background-size: cover;
  background-repeat: no-repeat;
}

footer .logo {
  text-align: center;
  margin-top: 80px;
}

footer .logo h4 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #163d66;
}

footer .logo h3 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  margin: 30px 0;
}

footer .logo p {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  width: 70%;
  margin: auto;
  color: #ffffff;
}

footer .list {
  text-align: center;

  /* margin: auto; */
  margin-top: 200px;
}

footer .list h4 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  /* identical to box height */

  text-align: center;

  color: #163d66;
}

footer .list a {
  display: block;
  text-decoration: none;
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  margin: 24px 0;
  color: #ffffff;
}

footer .contact {
  margin-top: 200px;
  margin-right: 80px;
}

footer .contact a{
 text-decoration: none;
 color: #fff;
}


footer .socail {
  
  margin-right: 80px;
}

footer .socail svg {
  
  color: #001646;
  font-size: 30px;
  margin-left: 30px;
}

footer .contact h4 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #163d66;
}

footer .contact p {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  margin: 24px 0;

  color: #ffffff;
}

footer .contact p img {
  margin-left: 30px;
}

footer .ondigit {
  font-family: "Fractul";
  text-align: center;
  margin: 25px 0;
}

footer .ondigit h4 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 24px;
  /* identical to box height */

  text-align: center;

  color: #ffffff;
}

footer .ondigit a {
  font-family: "Fractul";
  text-align: center;
  text-decoration: none;
  color: #163d66;
  font-size: 30px;
}

/* //////////////////////  lessons page   /////////////////////////////// */

#lessonswelc {
  margin-top: 30px;
}

#lessonswelc .img img {
  width: 100%;
}

#lessonswelc .caption {
  width: 100%;
  display: grid;
  place-items: center;
}

#lessonswelc .caption h2 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #163d66;
}

#lessonswelc .caption h6 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin: 40px;
  color: #163d66;
}

#lessonswelc .caption h3 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;

  text-align: center;

  color: #163d66;
}

#lessonswelc .matarial {
  margin-top: 60px;
  text-align: center;
}
#lessonswelc .matarial a {
  display: inline-block;
  border: none;
  background: #ff7f00;
  text-decoration: none;
  border-radius: 8px;
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  padding: 8px 50px 12px;
  margin-bottom: 25px !important;
}

#lessons {
  margin-top: 100px;
}
#lessons .container-fluid {
  padding: 0 100px;
}

#lessons h6 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin-right: 70px;
  color: #ff7f00;
}

#lessons h4 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin-right: 70px;
  margin-top: 20px;
  color: #163d66;
}

#lessons .one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding:20px 10px;
 background: #F9F9F9;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  margin-top: 40px;
  margin-bottom: 30px;
}

#lessons .one h3 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #163D66;
}

#lessons .one h5 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
 color: #163D66;
}

#lessons .one a {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  padding: 5px 20px;
background: #163D66;
  border-radius: 15px;
 color: #FFF;
  margin-top: 15px;
}

.teachersPopup {
  display: none;
  margin: auto;
  position: fixed;
  top: 10%;
  right: 10%;
  z-index: 110;
  width: 80%;
  background-color: #ff7f00;
}

.teachersPopup .head {
  padding: 30px 50px;
}

.teachersPopup .head svg {
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.teachersPopup h3 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
}

.teachersPopup .oneteatcher {
  text-align: center;
  margin-bottom: 20px;
}

.teachersPopup .img img {
  margin: 5px auto;

  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* background-color: #FFF; */
}

.teachersPopup .oneteatcher h4 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}
.teachersPopup .btns {
  margin: 50px;
  text-align: center;
}

.teachersPopup .btns button {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  padding: 10px 150px 14px;
  text-align: center;
  border: none;
  background: #163d66;
  border-radius: 2px;
  color: #ffffff;
}

.teachersPopup [type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
.teachersPopup [type="radio"] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
.teachersPopup [type="radio"]:checked + img {
  outline: 5px solid #163d66;
}


#lessonspopup .categoriesProcess {
  background: #ffffff;
  border-radius: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 50px;
  padding-top: 10px;
  width: 60%;
  z-index: 999;
  display: none;
  transition: 3s;
}

#lessonspopup .categoriesProcess h2 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  color: #000000;
  
}

#lessonspopup .categoriesProcess p {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  /* width: %; */
  line-height: 20px;
  color: #000000;
  
}
#lessonspopup .categoriesProcess img{
  width: 30%;
}


#lessonspopup .categoriesProcess svg{
  color: #FF7F00;
  cursor: pointer;
}
#lessonspopup .categoriesProcess .pay {
  border-radius: 30px;
background: #FF7F00;
color: #FFF;
text-align: center;
text-decoration: none;
font-family: "Tajawal";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding: 5px 10px;
  
}





/* ============---------coursespage--------================== */

#allcourses {
  margin: 50px 0;
}
#allcourses h4 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #163d66;
  margin-right: 30px;
  margin-bottom: 50px;
  color: #163d66;
}

#allcourses .img img {
  width: 100%;
  height: 250px;
}

#allcourses .coursetitle h3 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #163d66;
  margin-top: 10px;
}

#allcourses .coursetitle h5 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #163d66;
}

#allcourses .coursetitle a {
  display: block;
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  text-align: center;
  /* padding-top: 20px; */
  padding: 12px 20px 8px 20px;
  color: #ffffff;
  background: #ff7f00;
  margin: 15px 0;
  /* margin-left: 50px; */
}

/* ===============------coursedetailsPAge------------================== */

#coursedetailsPAge {
  /* height: 100vh; */
  margin-top: 70px;
}

#coursedetailsPAge img {
  width: 100%;
}

#coursedetailsPAge video {
  width: 100%;
  height: 400px;
}

#coursedetailsPAge .caption {
  padding: 0 80px;
}

#coursedetailsPAge .caption h3 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #163d66;
  margin-bottom: 50px;
}

#coursedetailsPAge .caption p {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: right;
  color: #000000;
}

#courseLevels .courseinfo {
  margin: 50px 20px;
}
#courseLevels .courseinfo h3 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #163d66;
}

#courseLevels .courseinfo a {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  background: #ff7f00;
  border-radius: 30px;
  text-align: center;
  padding: 5px 20px;
  color: #ffffff;
}

#courseLevels .courseLessons a {
  text-decoration: none;
}

#courseLevels .courseLessons .one {
  margin: 20px 0;
  background: #163d66;
  padding: 12px 20px 8px 20px;
  border-radius: 30px;
}

#courseLevels .courseLessons h4 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;

  text-align: center;

  color: #ffffff;
}

#courseLevels .courseLessons h5 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;

  text-align: center;
  opacity: 0.7;
  color: #ffffff;
}

#mylessons {
  margin-top: 70px;
}

#mylessons img {
  width: 90%;
}

#mylessons h2 {
  color: #163d66;
  text-align: center;

  font-size: 80px;
  font-family: "Tajawal";
  font-weight: 700;
}

.videoWatch {
  background: #163d66;
  border-radius: 20px;
  position: fixed;
  top: 5%;
  right: 5%;
  bottom: 5%;
  padding: 10px 20px;
  width: 90%;
  z-index: 999;
  display: none;
  transition: 3s;
}

.videoWatch video {
  width: 100%;
  height: 90% !important;
}

.videoWatch img {
  width: 20px;
  cursor: pointer;
}

#allcourses .one {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
  padding: 50px;
  margin: 60px;
}

#allcourses .one .mylessonDetails img {
  width: 280px;
  height: 280px;
}

#allcourses .one .mylessonDetails .details {
  margin-right: 30px;
  margin-top: 20px;
}

#allcourses .one .mylessonDetails .details h6 {
  color: #163d66;
  font-size: 20px;
  font-family: "Tajawal";
  font-weight: 500;
}

#allcourses .one .mylessonDetails .details h5 {
  color: #21111d;
  font-size: 25px;
  font-family: "Tajawal";
  font-weight: 700;
  margin-top: 20px;
  margin-top: 30px;
}

#allcourses .one .mylessonDetails .details h3 {
  color: #163d66;
  font-size: 25px;
  font-family: "Tajawal";
  font-weight: 700;
  margin: 30px 0;
}

#allcourses .one .mylessonDetails .details .exam {
  color: #ff7f00;
  font-family: "Tajawal";
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin-left: 20px;
}

 .vedioWatch {
  border-radius: 30px;
  background: #ff7f00;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 8px 40px;
  display: block;
  font-size: 20px;
  font-family: "Tajawal";
  font-weight: 700;
  margin-bottom: 50px;
  border: none;
}
 .vedioWatch img {
  margin-left: 20px;
}

 .lissonFile {
  border-radius: 30px;
  background: #163d66;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 8px 40px;
  display: block;
  font-size: 20px;
  font-family: "Tajawal";
  font-weight: 700;
  margin-bottom: 50px;
  border: none;
}

#allcourses .one .watch .allLessonsA {
  border-radius: 30px;
  background: #0d001d;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;

  font-size: 20px;
  font-family: "Tajawal";
  font-weight: 700;
  text-decoration: none;
  padding: 8px 40px;
  display: block;
}

.examPage .container {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.25);
  margin: 50px auto;
  padding: 50px;
}

.examPage .container .head h3 {
  color: #163d66;
  text-align: center;

  font-family: "Tajawal";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.examPage .container .head h3 span {
  color: #163d66;
  text-align: center;
  font-family: "Tajawal";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.examPage .container .head h4 {
  color: #000;
  text-align: left;

  font-family: "Tajawal";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.examPage .container .head h4 span {
  color: #000;
  text-align: left;
  font-family: "Tajawal";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.examPage .container .oneQ {
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.25);
}

.examPage .container .oneQ .q {
  padding: 8px 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 8px;
}

.examPage .container .oneQ .q h4 {
  color: #163d66;

  font-family: "Tajawal";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.examPage .radio-item [type="radio"] {
  display: none;
}
.examPage .radio-item + .radio-item {
  margin-top: 15px;
}
.examPage .radio-item label {
  display: block;
  padding: 5px 50px;

  background: #fff;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  color: #163d66;

  font-family: "Tajawal";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  transition: 0.4s ease-in-out 0s;
}
.examPage .radio-item label:after,
.examPage .radio-item label:before {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.examPage .radio-item label:after {
  height: 19px;
  width: 19px;
  border: 2px solid #163d66;
  right: 10px;
  top: calc(50% - 8px);
}
.examPage .radio-item label:before {
  background: #163d66;
  height: 20px;
  width: 20px;
  right: 10px;
  top: calc(50% - 9px);
  transform: scale(5);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out 0s;
}
.examPage .radio-item [type="radio"]:checked ~ label {
  background-color: #ff7f00;
  color: #fff;
}
.examPage .radio-item [type="radio"]:checked ~ label::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.examPage .onexam h3 {
  color: red;
  text-align: center;

  font-family: "Tajawal";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.examPage .onexam h4 {
  color: red;
  text-align: center;

  font-family: "Tajawal";
  font-size: 30 px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.examPage h1 {
  color: green;
  text-align: center;

  font-family: "Tajawal";
  font-size: 30 px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* ===============------register&login------------================== */

#register .logo {
  text-align: center;
  margin-bottom: 60px;
}

#register .img img {
  width: 100%;
}

#register .loginForm {
  background: #fbfbfb;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  /* text-align: center; */
  padding: 40px 0;
}

#register .loginForm h2 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #163d66;
}

#register .loginForm h2 span {
  font-weight: 500;
  font-size: 25px;
}

#register .loginForm h4 {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #163d66;
}

#register label {
  display: block;
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: right !important;
  color: #163d66;
  margin-right: 50px;
  margin-bottom: 10px;
}

#register .loginForm input,
#register .loginForm select {
  width: 80%;
  margin: auto;
  display: block;
  background: #f4f4f4;
  opacity: 0.5;
  border: 1px solid #000000;
  border-radius: 12px;
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #163d66;
  opacity: 0.6;
  padding: 10px;
  margin-bottom: 30px;
}
#register .loginForm a {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 18px;
  text-decoration: none;
  text-align: right;
  display: block;
  margin-top: 15px;
  color: #163d66;
}



#register .loginForm button {
  width: 80%;
  margin: 30px auto !important;
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  padding: 20px;
  text-align: center;

  background: #163d66;
  border-radius: 15px;
  color: #ffffff;
}

#showPass{
  display: inline-block !important;
  width: 20px !important;
  margin-right: 50px !important;
}

.class option {
  display: none;
}

/* ---------------------about----------------------- */

#who {
  margin: 50px;
}

#who h3 {
  color: #21111d;
  text-align: center;
  font-size: 50px;
  font-family: "Tajawal";
  font-weight: 700;
  margin: 40px 0;
}

#who p {
  color: #163d66;
  text-align: center;
  font-size: 30px;
  font-family: Tajawal;
  font-weight: 500;
  line-height: 150%;
}

#who p span {
  color: #ff7f00;
}

#mobile .container {
  padding: 50px 0;
  border-radius: 50px;
  background: #163d66;
  text-align: center;
}

#mobile .container h3 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: "Tajawal";
  font-weight: 500;
  margin-bottom: 30px;
}

#mobile .container a {
  padding: 4px 15px;
  width: 40%;
  margin: auto;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  background: #ff7f00;
  font-size: 25px;
  font-family: "Tajawal";
  font-weight: 500;
  margin-bottom: 30px;
}



#mobile .container .imgs {
  text-align: center;
}

#mobile .container .imgs img {
  margin-left: 60px;
}

#mobile .container .imgs a{
  background: transparent;
  width: 20%;
  
}
.donepayment h2{
  color: #163D66;
text-align: center;
font-family: Tajawal;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.donepayment h4{
  color: #000;
text-align: center;
margin: 20px  0;
font-family: Tajawal;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.donepayment a{
color: #FFF;
text-decoration: none;
padding: 4px 24px;
text-align: center;
font-family: Tajawal;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
border-radius: 20px;
background: #FF7F00;
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}


@media all and (min-width: 1200px) and (max-width: 1600px) {
  .nav .list a {
    font-size: 20px;
    margin-left: 40px;
  }

  #welcomeSec .image img {
    width: 75%;
    right: 10%;
    bottom: 30px;
  }

  #welcomeSec .contant {
    margin-top: 90px;
  }

  #welcomeSec .contant h1 {
    font-size: 45px;
  }

  #welcomeSec .contant h3 {
    font-size: 32px;
    margin: 20px 0;
  }

  #welcomeSec .contant p {
    font-size: 25px;
  }

  #welcomeSec .contant a {
    font-size: 25px;
    padding: 10px 80px;
    margin-top: 20px;
  }

  #news .title h3 {
    margin-top: 45px;
    margin-right: 30px;
    padding: 0 30px 0;
    font-size: 38px;
  }

  #news .caption {
    width: 75%;
    margin-top: 34px;
    padding: 40px;
  }

  #news .caption h3 {
    font-size: 45px;
    margin-bottom: 30px;
  }

  #news .caption h6 {
    font-size: 25px;
    margin-bottom: 30px;
  }

  #news .caption p {
    width: 65%;
    font-size: 25px;
    margin-bottom: 30px;
  }

  #news .caption h4 {
    font-size: 45px;
    margin-bottom: 30px;
  }

  #news .caption .img {
    top: 15%;
  }

  #what {
    margin-top: 80px;
  }

  #what .caption {
    margin: 45px;
  }

  #what .caption h2 {
    font-size: 55px;
    margin-bottom: 25px;
  }

  #what .caption h6 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
  }

  #what .caption p {
    font-size: 25px;
    width: 100%;
  }

  #courses .title h2 {
    font-size: 36px;
    line-height: 48px;
    padding: 90px 30px;
  }

  #courses .card {
    border-radius: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  
  #courses .card img{
    width: 100%;
    height: 280px;
  }
  footer .logo {
    margin-top: 100px;
  }

  footer .logo p {
    font-size: 25px;
    width: 100%;
  }

  #coursedetailsPAge {
    margin-top: 50px;
  }

  #coursedetailsPAge .caption {
    padding: 0 50px;
  }

  #coursedetailsPAge .caption h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  #coursedetailsPAge .caption p {
    font-size: 20px;
  }
}




@media all and (min-width: 1024px) and (max-width: 1200px) {
  .nav .list a {
    font-size: 20px;
    margin-left: 20px;
  }

  #welcomeSec .image img {
    width: 100%;
    right: 8%;
    bottom: 20px;
  }

  #welcomeSec .contant {
    margin-top: 90px;
  }

  #welcomeSec .contant h1 {
    font-size: 45px;
  }

  #welcomeSec .contant h3 {
    font-size: 32px;
    margin: 20px 0;
  }

  #welcomeSec .contant p {
    font-size: 25px;
  }

  #welcomeSec .contant a {
    font-size: 25px;
    padding: 10px 80px;
    margin-top: 20px;
  }

  #news .title h3 {
    margin-top: 45px;
    margin-right: 30px;
    padding: 0 30px 0;
    font-size: 33px;
  }

  #news .caption {
    width: 75%;
    margin-top: 34px;
    padding: 40px;
  }

  #news .caption h3 {
    font-size: 40px;
    margin-bottom: 25px;
  }

  #news .caption h6 {
    font-size: 22px;
    margin-bottom: 25px;
  }

  #news .caption p {
    width: 75%;
    font-size: 22px;
    margin-bottom: 25px;
  }

  #news .caption h4 {
    font-size: 40px;
    margin-bottom: 25px;
  }

  #news .caption .img {
    width: 300px;
    height: 300px;
    top: 25%;
  }

  #what {
    margin-top: 60px;
  }

  #what .caption {
    margin: 30px;
  }

  #what .caption h2 {
    font-size: 45px;
    margin-bottom: 20px;
  }

  #what .caption h6 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  #what .caption p {
    font-size: 20px;
    width: 100%;
  }

  #what .img img {
    width: 95%;
  }

  #courses .title h2 {
    font-size: 30px;
    line-height: 48px;
    padding: 120px 20px;
  }

  #courses .card {
    border-radius: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  #courses img {
    width: 100%;
  }

  footer {
    background-position: 100%;
  }

  footer .logo {
    margin-top: 50px;
  }

  footer .logo img {
    width: 40%;
  }

  footer .logo p {
    font-size: 18px;
    width: 100%;
  }

  footer .logo h4 {
    font-size: 20px;
  }

  footer .logo h3 {
    font-size: 25px;
    margin: 30px 0;
  }

  footer .list {
    margin-top: 170px;
  }

  footer .list h4 {
    font-size: 22px;
  }

  footer .list a {
    font-size: 20px;
    margin: 24px 0;
  }

  footer .contact {
    margin-right: 30px;

    margin-top: 170px;
  }

  footer .contact h4 {
    font-size: 22px;
  }

  footer .contact p {
    font-size: 18px;
    margin: 24px 0;
  }

  footer .contact p img {
    margin-left: 20px;
  }

  footer .ondigit {
    margin: 25px 0;
  }

  footer .ondigit h4 {
    font-size: 20px;
  }

  footer .ondigit a {
    font-size: 20px;
  }

  #coursedetailsPAge {
    margin-top: 30px;
  }

  #coursedetailsPAge video {
    width: 100%;
    height: 300px;
  }

  #coursedetailsPAge img {
    width: 100%;
  }

  #coursedetailsPAge .caption {
    padding: 0 20px;
  }

  #coursedetailsPAge .caption h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  #coursedetailsPAge .caption p {
    font-size: 18px;
  }

  #courseLevels .courseinfo {
    margin: 50px 20px;
  }
  #courseLevels .courseinfo h3 {
    font-size: 20px;
    line-height: 24px;
  }

  #courseLevels .courseinfo a {
    font-size: 20px;
    line-height: 24px;
    padding: 5px 20px;
  }

  #courseLevels .courseLessons .one {
    margin: 20px 0;
    padding: 12px 20px 8px 20px;
  }

  #courseLevels .courseLessons h4 {
    font-size: 20px;
    line-height: 24px;
  }

  #courseLevels .courseLessons h5 {
    font-size: 20px;
    line-height: 24px;
  }

  #lessonswelc {
    margin-top: 30px;
  }

  #lessonswelc .caption h2 {
    font-size: 45px;
    line-height: 50px;
  }

  #lessonswelc .caption h6 {
    font-size: 25px;
    margin: 30px;
  }

  #lessonswelc .caption h3 {
    font-size: 25px;
  }

  #lessonswelc .matarial {
    margin-top: 40px;
  }
  #lessonswelc .matarial a {
    font-size: 20px;
    padding: 5px 40px 10px;
    margin-bottom: 25px !important;
  }

  #lessons {
    margin-top: 80px;
  }
  #lessons .container-fluid {
    padding: 0 40px;
  }

  #lessons h6 {
    font-size: 22px;
    line-height: 30px;
    margin-right: 40px;
  }

  #lessons h4 {
    font-size: 22px;
    line-height: 30px;
    margin-right: 40px;
    margin-top: 15px;
  }

  #lessons .one {
    padding: 20px 10px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  #lessons .one h3 {
    font-size: 20px;
    line-height: 50px;
  }

  #lessons .one h5 {


  font-size: 14px;
  line-height: 30px;

}


  #lessons .one a {
    font-size: 18px;
    line-height: 30px;
    padding: 2px 15px;
    margin-top: 20px;
  }

  .teachersPopup {
    top: 5%;
    right: 5%;
    width: 90%;
  }

  .teachersPopup .head {
    padding: 20px 30px;
  }

  .teachersPopup .head svg {
    font-size: 25px;
  }

  .teachersPopup h3 {
    font-size: 22px;
  }

  .teachersPopup .oneteatcher {
    margin-bottom: 10px;
  }

  .teachersPopup .img img {
    margin: 5px auto;

    width: 80px;
    height: 80px;
    border-radius: 50%;
  }

  .teachersPopup .oneteatcher h4 {
    font-size: 20px;
  }
  .teachersPopup .btns {
    margin: 30px;
  }

  .teachersPopup .btns button {
    font-size: 20px;
    padding: 8px 100px 12px;
  }

  #mylessons {
    margin-top: 50px;
  }

  #mylessons h2 {
    font-size: 50px;
  }

  #allcourses .one {
    padding: 30px;
    margin: 30px;
  }

  #allcourses .one .mylessonDetails img {
    width: 200px;
    height: 200px;
  }

  #allcourses .one .mylessonDetails .details {
    margin-right: 30px;
    margin-top: 20px;
  }

  #allcourses .one .mylessonDetails .details h6 {
    font-size: 18px;
  }

  #allcourses .one .mylessonDetails .details h5 {
    font-size: 22px;
    margin-top: 10px;
  }

  #allcourses .one .mylessonDetails .details h3 {
    font-size: 20px;
    margin: 10px 0;
  }

  #allcourses .one .watch .vedioWatch {
    padding: 6px 30px;
    font-size: 20px;
    margin-bottom: 30px;
  }
  #allcourses .one .watch .vedioWatch img {
    margin-left: 15px;
  }

  #allcourses .one .watch .allLessonsA {
    font-size: 20px;
    padding: 6px 30px;
  }

  #allcourses {
    margin: 50px 0;
  }
  #allcourses h4 {
    font-size: 28px;
    margin-right: 25px;
    margin-bottom: 40px;
  }

  #allcourses .img img {
    width: 100%;
    height: 220px;
  }

  #allcourses .coursetitle h3 {
    font-size: 16px;

    margin-top: 10px;
  }

  #allcourses .coursetitle h5 {
    font-size: 15px;
  }

  #allcourses .coursetitle a {
    font-size: 14px;
    padding: 10px 15px 6px 15px;
    margin: 15px 0;
  }

  #register .logo {
    text-align: center;
    margin-bottom: 60px;
  }

  #register .loginForm {
    background: #fbfbfb;
    box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    /* text-align: center; */
    padding: 40px 0;
  }

  #register .loginForm h2 {
    font-family: "Tajawal";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #163d66;
  }

  #register .loginForm h2 span {
    font-weight: 500;
    font-size: 25px;
  }

  #register .loginForm h4 {
    font-family: "Tajawal";
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #163d66;
  }

  #register .loginForm input,
  #register .loginForm select {
    width: 80%;
    margin: auto;
    display: block;
    background: #f4f4f4;
    opacity: 0.5;
    border: 1px solid #000000;
    border-radius: 12px;
    font-family: "Tajawal";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #163d66;
    opacity: 0.6;
    padding: 10px;
    margin-top: 30px;
  }
  #register .loginForm a {
    font-family: "Tajawal";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
    color: #163d66;
  }

  #register .loginForm button {
    width: 80%;
    margin: 30px auto;
    font-family: "Tajawal";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    padding: 20px;
    text-align: center;

    background: #163d66;
    border-radius: 15px;
    color: #ffffff;
  }

  .class option {
    display: none;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .nav {
    padding: 10px 0px 0 10px;
  }
  .nav .list a {
    font-size: 15px;
    margin-left: 0px;
  }

  .nav .register a {
    font-size: 10px;
    padding: 5px 8px;
    margin-left: 0px;
  }

  #welcomeSec {
    height: 60vh;
    background-position: 100%;
  }

  #welcomeSec .image {
    position: relative;
    /* width: 100%; */
    height: 48vh;
  }

  #welcomeSec .image img {
    width: 100%;
    right: 2%;
    bottom: 0px;
  }

  #welcomeSec .contant {
    margin-top: 40px;
  }

  #welcomeSec .contant h1 {
    font-size: 25px;
  }

  #welcomeSec .contant h3 {
    font-size: 20px;
    margin: 10px 0;
  }

  #welcomeSec .contant p {
    font-size: 18px;
  }

  #welcomeSec .contant a {
    font-size: 15px;
    padding: 8px 50px;
    margin-top: 10px;
  }

  #news .title h3 {
    margin-top: 30px;
    margin-right: 25px;
    padding: 0 25px 0;
    font-size: 28px;
  }

  #news .caption {
    width: 75%;
    margin-top: 30px;
    padding: 25px;
  }

  #news .caption h3 {
    font-size: 35px;
    margin-bottom: 20px;
  }

  #news .caption h6 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #news .caption p {
    width: 75%;
    font-size: 15px;
    margin-bottom: 25px;
  }

  #news .caption h4 {
    font-size: 35px;
    margin-bottom: 20px;
  }

  #news .caption .img {
    width: 200px;
    height: 200px;
    top: 30%;
  }

  #what {
    margin-top: 40px;
  }

  #what .caption {
    margin: 20px;
  }

  #what .caption h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  #what .caption h6 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  #what .caption p {
    font-size: 15px;
    line-height: 22px;

    width: 100%;
  }

  #what .img img {
    width: 95%;
  }

  #courses {
    min-height: 70vh;
    background-position: 60%;
  }

  #courses .title h2 {
    font-size: 20px;
    padding: 40px;
  }

  #courses .card {
    border-radius: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
  }
  #courses .card img{
    width: 100%;
    height:200px;
  }

  #courses img {
    width: 100%;
  }

  #courses .card h3 {
    font-size: 15px;
    line-height: 24px;
    margin: 10px 10px 0 0;
  }

  #courses .card h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 10px 0 0;
  }

  #courses .card p {
    font-size: 10px;
    margin: 10px 10px 0 0;
  }

  footer {
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
  }

  footer .logo {
    margin-top: 30px;
  }

  footer .logo img {
    width: 40%;
  }

  footer .logo p {
    font-size: 15px;
    width: 100%;
  }

  footer .logo h4 {
    font-size: 18px;
  }

  footer .logo h3 {
    font-size: 25px;
    margin: 15px 0;
  }

  footer .list {
    margin-top: 100px;
  }

  footer .list h4 {
    font-size: 20px;
  }

  footer .list a {
    font-size: 18px;
    margin: 20px 0;
  }

  footer .contact {
    margin-right: 10px;

    margin-top: 100px;
  }

  footer .contact h4 {
    font-size: 20px;
  }

  footer .contact p {
    font-size: 15px;
    margin: 20px 0;
  }

  footer .contact p img {
    margin-left: 15px;
  }

  footer .socail {
  
    margin-right: 0px;
  }

  footer .ondigit {
    margin: 20px 0;
  }

  footer .ondigit h4 {
    font-size: 18px;
  }

  footer .ondigit a {
    font-size: 18px;
  }

  #coursedetailsPAge {
    margin-top: 20px;
  }

  #coursedetailsPAge img {
    width: 100%;
  }

  #coursedetailsPAge .caption {
    padding: 0px;
  }

  #coursedetailsPAge .caption h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  #coursedetailsPAge .caption p {
    font-size: 12px;
  }

  #courseLevels .courseinfo {
    margin: 30px 20px;
  }
  #courseLevels .courseinfo h3 {
    font-size: 18px;
    line-height: 24px;
  }

  #courseLevels .courseinfo a {
    font-size: 18px;
    line-height: 24px;
    padding: 5px 20px;
  }

  #courseLevels .courseLessons .one {
    margin: 20px 0;
    padding: 12px 20px 8px 20px;
  }

  #courseLevels .courseLessons h4 {
    font-size: 15px;
    line-height: 24px;
  }

  #courseLevels .courseLessons h5 {
    font-size: 15px;
    line-height: 24px;
  }

  #lessonswelc {
    margin-top: 30px;
  }

  #lessonswelc .caption h2 {
    font-size: 30px;
    line-height: 40px;
  }

  #lessonswelc .caption h6 {
    font-size: 20px;
    margin: 10px;
  }

  #lessonswelc .caption h3 {
    font-size: 20px;
  }

  #lessonswelc .matarial {
    margin-top: 10px;
  }
  #lessonswelc .matarial a {
    font-size: 15px;
    font-weight: 500;
    padding: 4px 25px 8px;
    margin-bottom: 18px !important;
  }

  #lessons {
    margin-top: 50px;
  }
  #lessons .container-fluid {
    padding: 0 20px;
  }

  #lessons h6 {
    font-size: 20px;
    line-height: 30px;
    margin-right: 30px;
  }

  #lessons h4 {
    font-size: 20px;
    line-height: 30px;
    margin-right: 30px;
    margin-top: 10px;
  }

  #lessons .one {
    padding: 10px 5px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  #lessons .one h3 {
    font-size: 18px;
    line-height: 30px;
  }

   #lessons .one h5 {


  font-size: 12px;
  line-height: 20px;

}


  #lessons .one a {
    font-size: 15px;
    line-height: 30px;
    padding: 2px 15px;
    margin-top: 20px;
  }

  .teachersPopup {
    top: 5%;
    right: 5%;
    width: 90%;
  }

  .teachersPopup .head {
    padding: 20px 30px;
  }

  .teachersPopup .head svg {
    font-size: 25px;
  }

  .teachersPopup h3 {
    font-size: 22px;
  }

  .teachersPopup .oneteatcher {
    margin-bottom: 10px;
  }

  .teachersPopup .img img {
    margin: 5px auto;

    width: 80px;
    height: 80px;
    border-radius: 50%;
  }

  .teachersPopup .oneteatcher h4 {
    font-size: 20px;
  }
  .teachersPopup .btns {
    margin: 30px;
  }

  .teachersPopup .btns button {
    font-size: 20px;
    padding: 8px 100px 12px;
  }

  #mylessons {
    margin-top: 50px;
  }

  #mylessons h2 {
    font-size: 40px;
  }

  #allcourses .one {
    padding: 20px;
    margin: 20px;
  }

  #allcourses .one .mylessonDetails img {
    width: 200px;
    height: 200px;
  }
  #allcourses .one .mylessonDetails .details {
    margin-right: 20px;
    margin-top: 10px;
  }

  #allcourses .one .mylessonDetails .details h6 {
    font-size: 15px;
  }

  #allcourses .one .mylessonDetails .details h5 {
    font-size: 16px;
    margin-top: 10px;
  }

  #allcourses .one .mylessonDetails .details h3 {
    font-size: 18px;
    margin: 10px 0;
  }

  #allcourses .one .watch .vedioWatch {
    padding: 6px 20px;
    font-size: 12px;
    margin-bottom: 20px;
  }
  #allcourses .one .watch .vedioWatch img {
    margin-left: 8px;
    width: 15%;
  }

  #allcourses .one .watch .lissonFile {
    padding: 6px 20px;
    font-size: 12px;
    margin-bottom: 20px;
  }
  #allcourses .one .watch .allLessonsA {
    font-size: 12px;
    padding: 6px 20px;
  }

  #allcourses {
    margin: 50px 0;
  }
  #allcourses h4 {
    font-size: 28px;
    margin-right: 25px;
    margin-bottom: 40px;
  }

  #allcourses .img img {
    width: 100%;
    height: 200px;
  }

  #allcourses .coursetitle h3 {
    font-size: 16px;

    margin-top: 10px;
  }

  #allcourses .coursetitle h5 {
    font-size: 15px;
  }

  #allcourses .coursetitle a {
    font-size: 14px;
    padding: 10px 15px 6px 15px;
    margin: 15px 0;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  .nav {
    padding: 10px 0px 0 10px;
  }
  .nav .list a {
    font-size: 15px;

    margin: 0 10px;
  }

  .nav .register a {
    font-size: 10px;
    padding: 0px 8px;

    margin: 20 0px;
  }

  nav {
    padding: 10px 10px 0 10px;
  }

  nav img {
    padding: 10px 10px 0 10px;
  }

  nav .list {
    display: none;
  }

  nav .list a {
    font-size: 20px;
    margin-left: 30px;
  }

  nav .register button {
    font-size: 15px;
    padding: 5px 10px;
  }

  #welcomeSec {
    height: 50vh;
    /* background-position: 0% 0%;  */

    background-size: cover;
  }

  #welcomeSec .image {
    position: relative;
    width: 100%;
    height: 38vh;
  }

  #welcomeSec .image img {
    width: 100%;
    right: 0%;
    bottom: 0px;
  }

  #welcomeSec .contant {
    margin-top: 20px;
  }

  #welcomeSec .contant h1 {
    font-size: 20px;
    line-height: 25px;
  }

  #welcomeSec .contant h3 {
    font-size: 18px;
    line-height: 22px;

    margin: 10px 0;
  }

  #welcomeSec .contant p {
    font-size: 12px;
  }

  #welcomeSec .contant a {
    font-size: 12px;
    padding: 4px 30px;
    margin-top: 10px;
  }

  #news .title h3 {
    margin-top: 30px;
    margin-right: 25px;
    padding: 0 25px 0;
    font-size: 28px;
  }

  #news .caption {
    width: 75%;
    margin-top: 30px;
    padding: 12px;
  }

  #news .caption h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #news .caption h6 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  #news .caption p {
    width: 75%;
    font-size: 12px;
    margin-bottom: 25px;
  }

  #news .caption h4 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  #news .caption .img {
    width: 150px;
    height: 150px;
    top: 35%;
  }

  #what {
    margin-top: 40px;
  }

  #what .caption {
    margin: 20px;
  }

  #what .caption h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  #what .caption h6 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  #what .caption p {
    font-size: 20px;
    line-height: 25px;
    width: 100%;
  }

  #what .img img {
    width: 95%;
  }

  #courses {
    min-height: 70vh;
    background-position: 90%;
  }

  #courses .title h2 {
    font-size: 20px;
    padding: 30px;
  }

  #courses .card {
    border-radius: 20px;
    padding-bottom: 20px;
    margin: 20px auto;
  }

  #courses .card img{
    width: fit-content;
    height: 300px;
  }

  #courses img {
    width: 100%;
  }

  #courses .card h3 {
    font-size: 15px;
    line-height: 24px;
    margin: 10px 10px 0 0;
  }

  #courses .card h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 10px 0 0;
  }

  #courses .card p {
    font-size: 10px;
    margin: 10px 10px 0 0;
  }

  footer {
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
  }

  footer .logo {
    margin-top: 30px;
  }

  footer .logo img {
    width: 40%;
  }

  footer .logo p {
    font-size: 25px;
    width: 80%;
  }

  footer .logo h4 {
    font-size: 18px;
  }

  footer .logo h3 {
    font-size: 25px;
    margin: 15px 0;
  }

  footer .list {
    margin-top: 50px;
  }

  footer .list h4 {
    font-size: 30px;
  }

  footer .list a {
    font-size: 18px;
    margin: 20px 0;
  }

  footer .contact {
    margin-right: 0px;
    margin-top: 50px;
  }

  footer .contact h4 {
    font-size: 30px;
  }

  footer .contact p {
    font-size: 15px;
    margin: 20px 0;
  }

  footer .contact p img {
    margin-left: 15px;
  }

  footer .socail {
  
    margin-right: 0px;
  }
  
  footer .socail svg {
    
    color: #001646;
    font-size: 20px;
    margin-left: 10px;
  }

  footer .ondigit {
    margin: 20px 0;
  }

  footer .ondigit h4 {
    font-size: 18px;
  }

  footer .ondigit a {
    font-size: 18px;
  }

  #coursedetailsPAge {
    margin-top: 20px;
  }

  #coursedetailsPAge img {
    width: 100%;
  }

  #coursedetailsPAge .caption {
    padding: 0px;
  }

  #coursedetailsPAge .caption h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  #coursedetailsPAge .caption p {
    font-size: 14px;
  }

  #courseLevels .courseinfo {
    margin: 30px 20px;
  }
  #courseLevels .courseinfo h3 {
    font-size: 15px;
    line-height: 24px;
  }

  #courseLevels .courseinfo a {
    font-size: 15px;
    line-height: 24px;
    padding: 5px 20px;
  }

  #courseLevels .courseLessons .one {
    margin: 20px 0;
    padding: 12px 20px 8px 20px;
  }

  #courseLevels .courseLessons h4 {
    font-size: 12px;
    line-height: 24px;
  }

  #courseLevels .courseLessons h5 {
    font-size: 12px;
    line-height: 24px;
  }

  #lessonswelc {
    margin-top: 30px;
  }

  #lessonswelc .caption h2 {
    font-size: 30px;
    line-height: 40px;
  }

  #lessonswelc .caption h6 {
    font-size: 20px;
    margin: 10px;
  }

  #lessonswelc .caption h3 {
    font-size: 20px;
  }

  #lessonswelc .matarial {
    margin-top: 10px;
  }
  #lessonswelc .matarial a {
    font-size: 15px;
    font-weight: 500;
    padding: 4px 25px 8px;
    margin-bottom: 18px !important;
  }

  #lessons {
    margin-top: 50px;
  }
  #lessons .container-fluid {
    padding: 0 20px;
  }

  #lessons h6 {
    font-size: 20px;
    line-height: 30px;
    margin-right: 30px;
  }

  #lessons h4 {
    font-size: 20px;
    line-height: 30px;
    margin-right: 30px;
    margin-top: 10px;
  }

  #lessons .one {
    padding: 10px 5px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  #lessons .one h3 {
    font-size: 18px;
    line-height: 30px;
  }

   #lessons .one h5 {


  font-size: 12px;
  line-height: 20px;

}


  #lessons .one a {
    font-size: 15px;
    line-height: 30px;
    padding: 2px 15px;
    margin-top: 20px;
  }

  .teachersPopup::-webkit-scrollbar {
    display: none;
  }

  .teachersPopup {
    height: 500px;

    overflow-y: scroll;
    top: 5%;
    right: 5%;
    width: 90%;
  }

  .teachersPopup .head {
    padding: 20px 30px;
  }

  .teachersPopup .head svg {
    font-size: 25px;
  }

  .teachersPopup h3 {
    font-size: 22px;
  }

  .teachersPopup .oneteatcher {
    margin-bottom: 8px;
  }

  .teachersPopup .img img {
    margin: 5px auto;

    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .teachersPopup .oneteatcher h4 {
    font-size: 15px;
  }
  .teachersPopup .btns {
    margin: 20px;
  }

  .teachersPopup .btns button {
    font-size: 18px;
    padding: 4px 80px 8px;
  }

  #mylessons {
    margin-top: 50px;
  }

  #mylessons h2 {
    font-size: 40px;
  }

  #allcourses .one {
    padding: 10px;
    margin: 10px 0;
  }

  #allcourses .one .mylessonDetails img {
    width: 150px;
    height: 150px;
  }

  #allcourses .one .mylessonDetails .details {
    margin-right: 10px;
    margin-top: 8px;
  }

  #allcourses .one .mylessonDetails .details h6 {
    font-size: 12px;
  }

  #allcourses .one .mylessonDetails .details h5 {
    font-size: 14px;
    margin-top: 5px;
  }

  #allcourses .one .mylessonDetails .details h3 {
    font-size: 15px;
    margin: 5px 0;
  }

  #allcourses .one .watch .vedioWatch {
    padding: 6px 0px;
    font-size: 12px;
    margin-bottom: 20px;
  }

  #allcourses .one .watch .lissonFile {
    padding: 6px 0px;
    font-size: 12px;
    margin-bottom: 20px;
  }
  #allcourses .one .watch .vedioWatch img {
    margin-left: 4%;
    width: 8%;
  }

  #allcourses .one .watch .allLessonsA {
    font-size: 12px;
    padding: 6px 0px;
    width: 100px;
  }

  #register .loginForm button {
    width: 80%;
    margin: 30px auto;
    font-family: "Tajawal";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    padding: 15px;
    text-align: center;

    background: #163d66;
    border-radius: 15px;
    color: #ffffff;
  }
}

@media all and (max-width: 480px) {
  /* nav {
    padding: 10px 10px 0 10px;
  }
  
    nav img{
    padding: 10px 10px 0 10px;
  }
   */
  .nav img {
    margin-left: 30px !important;
    margin-top: 30px;
  }

  nav .list {
    display: none;
  }

  nav .list a {
    font-size: 20px;
    margin-left: 30px;
  }

  .nav .register a {
    font-size: 10px;
    padding: 5px 10px;
    margin-top: 0px !important;
  }

  #welcomeSec {
    height: 100vh;
    /* background-position: 0% 0%;  */

    background-image: url("../images/Vector 1.png");
    background-size: cover;
  }

  #welcomeSec .image {
    position: relative;
    width: 90%;
    margin: auto;
    height: 35vh;
  }

  #welcomeSec .image img {
    width: 70%;
    margin: auto;
    right: 15%;
    bottom: 0px;
  }

  #welcomeSec .contant {
    margin-top: 20px;
  }

  #welcomeSec .contant h1 {
    font-size: 30px;
    line-height: 28px;
  }

  #welcomeSec .contant h3 {
    font-size: 20px;
    line-height: 22px;

    margin: 10px 0;
  }

  #welcomeSec .contant p {
    font-size: 12px;
    line-height: 22px;
  }

  #welcomeSec .contant a {
    font-size: 12px;
    padding: 4px 30px;
    margin-top: 10px;
  }

  #news .title h3 {
    margin-top: 30px;
    margin-right: 25px;
    padding: 0 25px 0;
    font-size: 28px;
  }

  #news .caption {
    width: 100%;
    margin-top: 30px;
    padding: 12px;
    padding-bottom: 40px;
    border-radius: 0;
  }

  #news .caption h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }

  #news .caption h6 {
    font-size: 15px;
    margin-bottom: 1px;
    text-align: center;
  }

  #news .caption p {
    width: 80%;
    margin: auto;
    font-size: 12px;
    margin-bottom: 30px;
    text-align: center;
  }

  #news .caption h4 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
  }

  #news .caption .img {
    width: 150px;
    height: 150px;
    top: 88%;
    right: 30%;
  }

  #what {
    margin-top: 40px;
  }

  #what .caption {
    margin: 20px;
  }

  #what .caption h2 {
    font-size: 30px;
    margin: 100px 0 0 0;
    text-align: center;
  }

  #what .caption h6 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;

    margin-bottom: 10px;
  }

  #what .caption p {
    font-size: 15px;
    line-height: 25px;
    width: 90%;
    margin: auto;
    text-align: center;
  }

  #what .img img {
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
  }

  #courses {
    min-height: 70vh;
    background-position: 90%;
    background-image: url("/images/Vector 6.png");
  }

  #courses .title h2 {
    font-size: 20px;
    padding: 100px 0 50px 0;
    text-align: center;
    margin-top: 100px;
  }

  #courses .card {
    width: 90%;
    margin: auto;
    border-radius: 20px;
    padding-bottom: 20px;
    margin: 20px auto;
  }
  
  #courses img {
    width: 100%;
  }

  #courses .card img{
   width: 100%;
    height: 200px;
  }

  #courses .card h3 {
    font-size: 15px;
    line-height: 24px;
    margin: 10px 10px 0 0;
  }

  #courses .card h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 10px 0 0;
  }

  #courses .card p {
    font-size: 10px;
    margin: 10px 10px 0 0;
  }

  footer {
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
  }

  footer .logo {
    margin-top: 30px;
  }

  footer .logo img {
    width: 40%;
  }

  footer .logo p {
    font-size: 25px;
    width: 80%;
  }

  footer .logo h4 {
    font-size: 18px;
  }

  footer .logo h3 {
    font-size: 25px;
    margin: 15px 0;
  }

  footer .list {
    margin-top: 50px;
  }

  footer .list h4 {
    font-size: 30px;
  }

  footer .list a {
    font-size: 18px;
    margin: 20px 0;
  }

  footer .contact {
    margin-right: 0px;
    margin-top: 50px;
  }

  footer .contact h4 {
    font-size: 30px;
  }

  footer .contact p {
    font-size: 15px;
    margin: 20px 0;
  }

  footer .contact p img {
    margin-left: 15px;
  }

  
footer .socail {
  
  margin-right: 0px;
}

footer .socail svg {
  
  color: #001646;
  font-size: 20px;
  margin-left: 10px;
}

  footer .ondigit {
    margin: 20px 0;
  }

  footer .ondigit h4 {
    font-size: 18px;
  }

  footer .ondigit a {
    font-size: 18px;
  }

  #coursedetailsPAge {
    margin-top: 20px;
  }

  #coursedetailsPAge img {
    width: 100%;
  }

  #coursedetailsPAge .caption {
    padding: 0px;
  }

  #coursedetailsPAge .caption h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  #coursedetailsPAge .caption p {
    font-size: 14px;
  }

  #courseLevels .courseinfo {
    margin: 30px 20px;
  }
  #courseLevels .courseinfo h3 {
    font-size: 15px;
    line-height: 24px;
  }

  #courseLevels .courseinfo a {
    font-size: 15px;
    line-height: 24px;
    padding: 5px 20px;
  }

  #courseLevels .courseLessons .one {
    margin: 20px 0;
    padding: 12px 20px 8px 20px;
  }

  #courseLevels .courseLessons h4 {
    font-size: 12px;
    line-height: 24px;
  }

  #courseLevels .courseLessons h5 {
    font-size: 12px;
    line-height: 24px;
  }

  #lessonswelc {
    margin-top: 30px;
  }

  #lessonswelc .caption h2 {
    font-size: 30px;
    line-height: 40px;
  }

  #lessonswelc .caption h6 {
    font-size: 20px;
    margin: 10px;
  }

  #lessonswelc .caption h3 {
    font-size: 20px;
  }

  #lessonswelc .matarial {
    margin-top: 10px;
  }
  #lessonswelc .matarial a {
    font-size: 15px;
    font-weight: 500;
    padding: 4px 25px 8px;
    margin-bottom: 18px !important;
  }

  #lessons {
    margin-top: 50px;
  }
  #lessons .container-fluid {
    padding: 0 20px;
  }

  #lessons h6 {
    font-size: 20px;
    line-height: 30px;
    margin-right: 30px;
  }

  #lessons h4 {
    font-size: 20px;
    line-height: 30px;
    margin-right: 30px;
    margin-top: 10px;
  }

  #lessons .one {
    padding: 10px 5px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  #lessons .one h3 {
    font-size: 18px;
    line-height: 30px;
  }
   #lessons .one h5 {


  font-size: 12px;
  line-height: 20px;

}


  #lessons .one a {
    font-size: 15px;
    line-height: 30px;
    padding: 2px 15px;
    margin-top: 20px;
  }

  .teachersPopup::-webkit-scrollbar {
    display: none;
  }

  .teachersPopup {
    height: 500px;

    overflow-y: scroll;
    top: 5%;
    right: 5%;
    width: 90%;
  }

  .teachersPopup .head {
    padding: 20px 30px;
  }

  .teachersPopup .head svg {
    font-size: 25px;
  }

  .teachersPopup h3 {
    font-size: 22px;
  }

  .teachersPopup .oneteatcher {
    margin-bottom: 8px;
  }

  .teachersPopup .img img {
    margin: 5px auto;

    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .teachersPopup .oneteatcher h4 {
    font-size: 15px;
  }
  .teachersPopup .btns {
    margin: 20px;
  }

  .teachersPopup .btns button {
    font-size: 18px;
    padding: 4px 80px 8px;
  }

  #mylessons {
    margin-top: 50px;
  }

  #mylessons h2 {
    font-size: 40px;
  }

  
#lessonspopup .categoriesProcess {

  top: 10%;
  right: 5%;
  padding: 50px;
  padding-top: 10px;
  width: 90%;
 
}

#lessonspopup .col-md-6{
  margin-top: 20px;
}

#lessonspopup .categoriesProcess h2 {
  
  font-size: 18px;
  line-height: 25px;
  
  
}

#lessonspopup .categoriesProcess p {
  font-size: 12px;
  width: 95%;

}
#lessonspopup .categoriesProcess img{
  width: 20%;
}


#lessonspopup .categoriesProcess svg{
  color: #FF7F00;
  cursor: pointer;
}
#lessonspopup .categoriesProcess .pay {

font-size: 12px;
padding: 3px 7px;
  
}





  #allcourses .one {
    padding: 10px;
    margin: 10px 0;
  }

  #allcourses .one .mylessonDetails img {
    width: 100px;
    height: 100px;
  }

  #allcourses .one .mylessonDetails .details {
    margin-right: 10px;
    margin-top: 8px;
  }

  #allcourses .one .mylessonDetails .details h6 {
    font-size: 10px;
  }

  #allcourses .one .mylessonDetails .details h5 {
    font-size: 12px;
    margin-top: 3px;
  }

  #allcourses .one .mylessonDetails .details h3 {
    font-size: 10px;
    margin: 3px 0;
  }

  #allcourses .one .watch .vedioWatch {
    padding: 2px 0px;
    font-size: 10px;
    margin-bottom: 10px;
  }

  #allcourses .one .watch .lissonFile {
    padding: 2px 0px;
    font-size: 10px;
    margin-bottom: 10px;
  }
  #allcourses .one .watch .vedioWatch img {
    margin-left: 4%;
    width: 8%;
  }

  #allcourses .one .watch .allLessonsA {
    font-size: 10px;
    padding: 2px 0px;
    width: 70px;
  }

  #allcourses .one .mylessonDetails .details .exam {
    font-size: 10px;
  }

  #register .loginForm button {
    width: 80% !important;
    margin: 30px auto;
    font-style: normal;
    font-size: 15px;
    padding: 8px;
  }

  #register .loginForm h2 {
    font-size: 25px;
  }

  #register .loginForm h2 span {
    font-weight: 500;
    font-size: 20px;
  }

  #register .loginForm input,
  #register .loginForm select {
    width: 90%;
    font-size: 20px;
    padding: 8px;
    margin-top: 20px;
  }

  #who {
    margin: 50px 20px;
  }

  #who h3 {
    color: #21111d;
    text-align: center;
    font-size: 30px;
    font-family: "Tajawal";
    font-weight: 700;
    margin: 40px auto;
  }

  #who p {
    font-size: 20px;
  }

  #who p span {
    color: #ff7f00;
  }
  #mobile .col #mobile .container {
    padding: 50px 0;
    border-radius: 50px;
    background: #163d66;
    text-align: center;
  }

  #mobile .container h3 {
    font-size: 20px;
    margin: 15px auto;
    margin-bottom: 30px;
  }

  #mobile .container a {
    width: 80%;
    background: #ff7f00;
    font-size: 25px;
    margin-bottom: 30px;
  }

  #mobile img {
    width: 50%;
    margin: auto;
  }

  #mobile .container .imgs img {
    text-align: center;
    width: 10%;
    margin-left: 60px;
  }
}







.accordion {
  margin: 3em auto;
  max-width: 100%;
}

.accordion .toggle {
  display: none;
}

.accordion .option {
  position: relative;
  margin-bottom: 1em;
}

.accordion .title,
.accordion .content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
}

.accordion .title {
  background: #ff7f00;
  padding: 1em;
  display: block;
  color: #fff;
  font-weight: bold;
}

.accordion .title:after,
.accordion .title:before {
  content: "";
  position: absolute;
  left: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #fff;
  transition: all 0.2s;
}

.accordion .title:after {
  transform: rotate(90deg);
}

.accordion .content {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
}
.accordion .content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}

.accordion .toggle:checked + .title, .toggle:checked + .title + .content {
  box-shadow: 3px 3px 6px #ddd, -3px 3px 6px #ddd;
}
.accordion .toggle:checked + .title + .content {
  max-height: fit-content;
}
.accordion .toggle:checked + .title:before {
  transform: rotate(90deg) !important;
}


.chapter_content {
   background-color:#ddd ;
   margin: 20px 10px;
   padding: 30px ;
}


.chapter_content h2{
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;

  text-align: center;

  color: #163d66;
}
teachersPopup

.chapter_content h3{
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 36px;

  /* text-align: center; */

  color: #000;
}


.chapter_content h3 span{
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 36px;

  /* text-align: center; */

  color: #FF7F00;
}





.correct {
  background-color: #28a745 !important; /* أخضر */
  color: white;
}

.incorrect {
  background-color: #dc3545 !important; /* أحمر */
  color: white;
}

/* تعطيل جميع الخيارات بعد إرسال الإجابة */
input[type="radio"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}


a{
  text-decoration: none;
}


video {
  user-select: none; /* يمنع تحديد الفيديو */
  -webkit-user-drag: none; /* يمنع سحبه */
}


.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  pointer-events: none;
}




/*============================================ start Student recharge Page =================================*/
#recharge {
  margin: 100px 0;
}
#recharge .balance {
  background-color: #14374d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 70px 100px;
  width: fit-content;
  margin: auto;
  border-radius: 20px;

  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
#recharge .balance h2 {
  color: #fff;
  font-family: "Expo Arabic";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 90px;
}

#recharge .balance h3 {
  color: #fff;
  font-family: "Expo Arabic";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#recharge .rechargeBalance a {
  color: #14374d;
  font-family: "Expo Arabic";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 10px;
  background: #f1f1f1;
  padding: 15px 110px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: inline-block;
  margin: 30px auto;
}

#recharge .rechargeBalance .groupInput {
  position: relative;
}

#recharge .rechargeBalance .groupInput label {
  display: block;
  font-family: "Expo Arabic";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 15px 0;
}

#recharge .rechargeBalance .groupInput input {
  border-radius: 8px;
  background: #f1f1f1;
  border: none;
  padding: 10px 40px;
}

#recharge .rechargeBalance .groupInput button {
  color: #fff;
  font-family: "Expo Arabic";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  background: #14374d;
  border: none;
  padding: 10px 25px;
  margin-right: 10px;
}

#recharge .rechargeBalance .groupInput img {
  position: absolute;
  top: 58%;
  right: 1.5%;
}

@media all and (min-width: 1440) and (max-width: 1600px) {
}

@media all and (min-width: 1200px) and (max-width: 1440px) {
  #studientProfile .head {
    margin-top: 50px;
    padding: 0 30px;
  }
  #studientProfile .head h2 {
    margin-top: 23px;
    font-size: 20px;
  }
  #studientProfile .head button {
    padding: 19px 25px;
    font-size: 12px;
    margin-bottom: 30px;
  }

  #studientProfile .Statistics h6 {
    font-size: 15px;
  }

  .stat-group {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 162px;
    width: 162px;
  }

  .stat-group circle {
    transform: scale(1, 1);
  }

  .stat-group path {
    transform: scale(1, 1);
  }
  .stat-group .per {
    position: absolute;
    height: 0;
    line-height: 0;
    width: 100%;
    top: 50%;
    font-size: 20px;
    text-align: center;

    opacity: 0.8;
  }

  .stat-group svg {
    height: 162px;
    width: 162px;
  }

  .Statistics .numbers .square {
    width: 10px;
    height: 10px;
  }
  .Statistics .numbers {
    margin: 10px 0;
  }
  .Statistics .numbers span {
    margin: 0 3px;
    font-size: 18px;
  }

  .profile-photo-div {
    position: relative;
    margin: 20px 0 10px 0;
    width: 200px;
    height: auto;

    border-radius: 10px;
  }

  .profile-img-div {
    display: block;
    position: relative;
    overflow: hidden;
    height: 200px;
  }

  .button {
    font-size: 20px;
    padding: 20px;
  }

  .button:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    opacity: 0;
  }

  #x-position {
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
  }

  #y-position {
    position: absolute;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    display: none;
  }

  canvas {
    position: fixed;
    top: -2000px;
    left: -2000px;
    z-index: -1;
  }

  #studientProfile .inputGroup label {
    font-family: "Expo Arabic";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 30px;
    margin-bottom: 10px;
    display: block;
  }

  #studientProfile .inputGroup input {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    width: 90%;
    border: none;
    display: block;
    padding: 20px 60px;
  }

  #studientProfile .inputGroup svg {
    position: absolute;
    top: 55%;
    right: 3%;
  }
  #recharge {
    margin: 50px 0;
  }

  #recharge .container-fluid {
    padding: 10px 12px !important;
  }
  #recharge .balance {
    color: #fff;
    padding: 50px;
    margin-top: 50px;
  }
  #recharge .balance h2 {
    color: #fff;
    font-family: "Expo Arabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
  }
  #recharge .balance h2 svg {
    width: 35px;
  }
  #recharge .balance h3 {
    font-size: 35px;
  }

  #recharge .rechargeBalance a {
    font-size: 20px;
    padding: 15px 50px;
    display: block;
    text-align: center;
    width: fit-content;
    margin: 30px auto;
  }

  #recharge .rechargeBalance .groupInput {
    position: relative;
  }

  #recharge .rechargeBalance .groupInput label {
    display: block;
    font-family: "Expo Arabic";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 15px 0;
  }

  #recharge .rechargeBalance .groupInput input {
    border-radius: 8px;
    background: #f1f1f1;
    border: none;
    padding: 10px 40px;
    width: 65%;
  }

  #recharge .rechargeBalance .groupInput button {
    font-size: 15px;
    border-radius: 8px;
    background: #14374d;
    border: none;
    padding: 10px 25px;
    margin-right: 10px;
  }

  #recharge .rechargeBalance .groupInput img {
    position: absolute;
    top: 58%;
    right: 1.5%;
  }
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
  #studientProfile .head {
    margin-top: 50px;
    padding: 0 30px;
  }
  #studientProfile .head h2 {
    margin-top: 23px;
    font-size: 20px;
  }
  #studientProfile .head button {
    padding: 19px 25px;
    font-size: 12px;
    margin-bottom: 30px;
  }

  #studientProfile .Statistics h6 {
    font-size: 13px;
  }

  .stat-group {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 150px;
    width: 150px;
  }

  .stat-group circle {
    transform: scale(1, 1);
  }

  .stat-group path {
    transform: scale(1, 1);
  }
  .stat-group .per {
    position: absolute;
    height: 0;
    line-height: 0;
    width: 100%;
    top: 50%;
    font-size: 20px;
    text-align: center;

    opacity: 0.8;
  }

  .stat-group svg {
    height: 150px;
    width: 150px;
  }

  .Statistics .numbers .square {
    width: 10px;
    height: 10px;
  }
  .Statistics .numbers {
    margin: 10px 0;
  }
  .Statistics .numbers span {
    margin: 0 1px;
    font-size: 12px;
  }

  .profile-photo-div {
    position: relative;
    margin: 20px 0 10px 0;
    width: 180px;
    height: auto;

    border-radius: 10px;
  }

  .profile-img-div {
    display: block;
    position: relative;
    overflow: hidden;
    height: 180px !important;
  }

  .button {
    font-size: 18px;
    padding: 20px;
  }

  #recharge {
    margin: 50px 0;
  }

  #recharge .container-fluid {
    padding: 10px 12px !important;
  }
  #recharge .balance {
    color: #fff;
    padding: 50px;
    margin-top: 50px;
  }
  #recharge .balance h2 {
    color: #fff;
    font-family: "Expo Arabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
  }
  #recharge .balance h2 svg {
    width: 25px;
  }
  #recharge .balance h3 {
    font-size: 30px;
  }

  #recharge .rechargeBalance a {
    font-size: 20px;
    padding: 15px 50px;
    display: block;
    text-align: center;
    width: fit-content;
    margin: 30px auto;
  }

  #recharge .rechargeBalance .groupInput {
    position: relative;
  }

  #recharge .rechargeBalance .groupInput label {
    display: block;
    font-family: "Expo Arabic";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 15px 0;
  }

  #recharge .rechargeBalance .groupInput input {
    border-radius: 8px;
    background: #f1f1f1;
    border: none;
    padding: 10px 40px;
    width: 65%;
  }

  #recharge .rechargeBalance .groupInput button {
    font-size: 15px;
    border-radius: 8px;
    background: #14374d;
    border: none;
    padding: 10px 25px;
    margin-right: 10px;
  }

  #recharge .rechargeBalance .groupInput img {
    position: absolute;
    top: 58%;
    right: 1.5%;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  #studientProfile .head {
    margin-top: 50px;
    padding: 0 30px;
  }
  #studientProfile .head h2 {
    margin-top: 23px;
    font-size: 20px;
  }
  #studientProfile .head button {
    padding: 19px 25px;
    font-size: 12px;
    margin-bottom: 30px;
  }

  #studientProfile .Statistics h6 {
    font-size: 13px;
  }

  .stat-group {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 96px;
    width: 96px;
  }

  .stat-group circle {
    transform: scale(1, 1);
    stroke-width: 10px !important;
  }

  .stat-group path {
    transform: scale(1, 1);
    stroke-width: 10px !important;
  }
  .stat-group .per {
    position: absolute;
    height: 0;
    line-height: 0;
    width: 100%;
    top: 50%;
    font-size: 16px;
    text-align: center;

    opacity: 0.8;
  }

  .stat-group svg {
    height: 96px;
    width: 96px;
    stroke-width: 10px !important;
  }

  .Statistics .numbers .square {
    width: 8px;
    height: 8px;
  }
  .Statistics .numbers {
    margin: 10px 0;
  }
  .Statistics .numbers span {
    margin: 0 1px;
    font-size: 12px;
  }

  .profile-photo-div {
    position: relative;
    margin: 20px 0 10px 0;
    width: 150px;
    height: auto;

    border-radius: 10px;
  }

  .profile-img-div {
    display: block;
    position: relative;
    overflow: hidden;
    height: 150px !important;
  }

  .button {
    font-size: 14px;
    padding: 10px;
  }

  .profilePhoto h5 {
    font-size: 16px;
  }
}