:root {
  --main-color: #409fff;
  --body-bg: #FFF;
  --navbar-bg: #FFF;
  --icon-active: #2c2f32;
  --icon-idle: #8b88ff;
  --p-color: #071c1f;
  --subp-color: #adafca;
  --link-color: #6956e5;
  --a-light: #FFF;
  --shadow-color: rgba(94, 92, 154, 0.0588235294);
  --border-color: #eaeaf5;
  --sub-light: #fcfcfd;
  --border-input: #dedeea;
}

.dark-mode {
  --main-color: #6956e5;
  --body-bg: #151521;
  --navbar-bg: #1e1e2d;
  --icon-active: #FFF;
  --icon-idle: #8b88ff;
  --p-color: #FFF;
  --subp-color: #9aa4bf;
  --link-color: #6956e5;
  --a-light: #FFF;
  --shadow-color: rgba(0, 0, 0, 0.0588235294);
  --border-color: #2f3749;
  --sub-light: #21283b;
  --border-input: #3f485f;
}

.form-group {
  width: 100%;
  position: relative;
  margin: 0;
}
.form-group label {
  color: #adafca;
  font-size: 0.75rem;
  font-weight: 600;
  position: absolute;
  top: 16px;
  right: 20px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  display: block;
  margin: 0;
  line-height: 1em;
}
.form-group .form-control {
  height: 50px;
  padding: 7px 20px 7px 20px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  color: #3e3f5e;
  transition: border-color 0.2s ease-in-out;
  width: 100%;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 500;
}
.form-group .form-control:focus {
  border-color: #409fff;
  box-shadow: none;
  outline: none;
}
.form-group .form-control::-moz-placeholder {
  color: #cacaca;
  font-weight: 500;
  font-size: 0.8rem;
}
.form-group .form-control::placeholder {
  color: #cacaca;
  font-weight: 500;
  font-size: 0.8rem;
}
.form-group select {
  cursor: pointer;
}

.create-account-btn {
  text-decoration: none;
  width: 100%;
  margin: auto;
  color: #FFF;
  display: inline-block;
  height: 43px;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
  line-height: 43px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  background-color: #7868e6;
  border: 0;
}
.create-account-btn svg {
  height: 18px;
  margin-left: 2px;
}
.create-account-btn svg path {
  fill: #FFF;
}
.create-account-btn:hover {
  background-color: #7868e6;
}

.form-check {
  display: flex;
  margin: 10px 5px 10px 0;
}
.form-check input {
  background-color: #fff;
  border: 1px solid #dedeea;
  height: 17px;
  width: 16px;
  position: unset;
  margin: 3px 0 0 5px;
}
.form-check p {
  color: #2c2f32;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 22px;
  cursor: pointer;
  display: block;
  margin: 0;
}
.form-check p a {
  text-decoration: none;
  color: #FFF;
}

p.text {
  margin-top: 30px;
  font-size: 0.875rem;
  line-height: 1.7142857143em;
  font-weight: 500;
  color: var(--p-color);
}
p.text a {
  text-decoration: none;
  color: #6956e5;
  font-weight: 700;
}

.active-input label {
  padding: 0 6px;
  font-size: 0.55rem;
  top: 9px;
  right: 20px;
}

@font-face {
  font-family: "en";
  font-style: normal;
  src: url(assets/fonts/din-regular.ttf);
}
.font-en {
  font-family: "en";
}

@font-face {
  font-family: "q";
  font-style: normal;
  src: url(assets/fonts/Qatar2022Arabic-Bold.ttf);
}
@font-face {
  font-family: "ar";
  font-style: normal;
  src: url(assets/fonts/29ltbukraregular.ttf);
}
.page-header {
  height: 65vh !important;
  margin: 0 !important;
}
@media (max-width: 575.98px) {
  .page-header {
    height: 60vh !important;
  }
}

.header {
  background: transparent;
  width: 100%;
  transition: all 0.1s ease-in-out;
}
.header .navbar {
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 12px 0;
  position: relative;
  z-index: 50;
}
@media (max-width: 1199.98px) {
  .header .navbar {
    padding: 10px 0;
  }
}
@media (max-width: 991.98px) {
  .header .navbar {
    padding: 12px 15px;
  }
}
@media (max-width: 575.98px) {
  .header .navbar {
    padding: 12px 0;
  }
}
.header .navbar .nav-mobile-icon {
  display: none;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-mobile-icon {
    display: block;
  }
}
.header .navbar .nav-mobile-icon svg {
  fill: #FFF;
}
.header .navbar .nav-part {
  display: flex;
  align-items: center;
}
.header .navbar .nav-logo {
  position: relative;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.header .navbar .nav-logo .nav-mobile-icon {
  display: none;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-logo .nav-mobile-icon {
    display: block;
  }
}
.header .navbar .nav-logo .nav-mobile-icon svg {
  height: 24px;
  width: 24px;
  fill: #FFF;
}
.header .navbar .nav-logo .nav-logo-container {
  position: relative;
  z-index: 10;
  width: 130px;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .header .navbar .nav-logo .nav-logo-container {
    width: 150px;
  }
}
@media (max-width: 991.98px) {
  .header .navbar .nav-logo .nav-logo-container {
    width: auto;
  }
}
.header .navbar .nav-logo .nav-logo-container a {
  text-decoration: none;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.header .navbar .nav-logo .nav-logo-container a .logo-text {
  margin-right: 7px;
  margin-top: 6px;
}
.header .navbar .nav-logo .nav-logo-container a .logo-text span {
  color: #FFF;
  font-family: "q";
  display: block;
  margin: 0;
  font-size: 1rem;
}
.header .navbar .nav-logo .nav-logo-container a .logo-text p {
  display: block;
  color: #FFF;
  margin-top: -4px;
  font-size: 0.6rem;
  margin-bottom: 0;
}
.header .navbar .nav-logo .nav-logo-container img {
  max-width: 100%;
  height: 50px;
}
@media (max-width: 1199.98px) {
  .header .navbar .nav-logo .nav-logo-container img {
    height: 45px;
  }
}
.header .navbar .nav-logo .nav-logo-container .main-logo {
  display: block;
}
.header .navbar .nav-logo .nav-logo-container .img-dark {
  display: none;
}
.header .navbar .nav-logo .nav-search-icon {
  display: none;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-logo .nav-search-icon {
    display: block;
  }
}
.header .navbar .nav-logo .nav-search-icon svg {
  height: 24px;
  width: 24px;
  fill: #000;
}
.header .navbar .nav-links {
  margin-top: 0;
  direction: ltr;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links {
    background: var(--body-bg);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    overflow: auto;
    text-align: center;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    display: none;
  }
}
.header .navbar .nav-links .nav-close {
  display: none;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links .nav-close {
    display: block;
    position: fixed;
    top: 20px;
    left: 20px;
  }
}
.header .navbar .nav-links .nav-close svg {
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.header .navbar .nav-links .nav-close svg g [fill] {
  fill: #000248;
}
.header .navbar .nav-links ul {
  display: flex;
  margin-bottom: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.header .navbar .nav-links ul li {
  padding: 0 12px;
  display: flex;
  align-items: center;
  position: relative;
}
.header .navbar .nav-links ul li:hover a, .header .navbar .nav-links ul li:hover span {
  color: #bb14b3;
}
.header .navbar .nav-links ul li:hover .nav-link-dropdown {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199.98px) {
  .header .navbar .nav-links ul li {
    padding: 0 7px;
  }
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links ul li {
    padding: 10px 15px;
    transform: perspective(400px) rotateY(-15deg);
    z-index: -1;
    margin: 8px 0;
  }
}
.header .navbar .nav-links ul li a, .header .navbar .nav-links ul li span {
  color: #FFF;
  position: relative;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .header .navbar .nav-links ul li a, .header .navbar .nav-links ul li span {
    font-size: 0.75rem;
  }
}
.header .navbar .nav-links ul li svg {
  height: 22px;
  width: 22px;
  margin: -1px 0px 0 0px;
  fill: #FFF;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.header .navbar .nav-links ul li .li-links {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -22px);
  transition: all 0.3s ease-in-out;
}
.header .navbar .nav-links ul li .li-links ul {
  display: block;
  background: var(--body-bg);
  width: 150px;
  display: block;
  text-align: right;
  padding: 10px 15px;
  border-radius: 8px;
  margin-top: 28px;
}
@media (max-width: 1199.98px) {
  .header .navbar .nav-links ul li .li-links ul {
    margin-top: 40px;
  }
}
.header .navbar .nav-links ul li .li-links ul li {
  display: block;
  margin: 8px 0;
  transition: all 0.3s ease-in-out;
  padding: 0 0;
}
.header .navbar .nav-links ul li .li-links ul li:hover {
  padding-right: 14px;
}
.header .navbar .nav-links ul li .li-links ul li:hover a {
  color: #bb14b3;
}
.header .navbar .nav-links ul li .li-links ul li a {
  color: var(--p-color);
}
.header .navbar .nav-links ul li .nav-link-dropdown {
  position: absolute;
  top: 30px;
  left: 4px;
  background: #FFF;
  z-index: 100;
  padding: 10px 10px 10px 10px;
  border-radius: 8px;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  transform: translate(0, -10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  width: 200px;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links ul li .nav-link-dropdown {
    display: none;
  }
}
.header .navbar .nav-links ul li .nav-link-dropdown ul {
  display: block;
  text-align: left;
}
.header .navbar .nav-links ul li .nav-link-dropdown ul li {
  transition: all 0.2s ease-in-out;
  margin: 10px 0;
}
.header .navbar .nav-links ul li .nav-link-dropdown ul li:hover a {
  color: #c5ae79;
}
.header .navbar .nav-links ul li .nav-link-dropdown ul li a {
  font-size: 0.9rem;
  transition: all 0.2s ease-in-out;
  color: #000;
}
.header .navbar .nav-links ul .hover-drop:hover .li-links {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.header .navbar .nav-links ul .nav-link-active a {
  color: #bb14b3;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links ul .nav-link-active a {
    color: #bb14b3;
  }
}
.header .navbar .nav-links ul .nav-link-active a:before {
  background: #000248;
  border-color: #000248;
}
.header .navbar .nav-actions .book-btn {
  padding: 5px 30px 4px 30px;
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 600;
  height: 40px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 50px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(130px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.header .navbar .nav-actions .book-btn svg {
  height: 20px;
  width: 20px;
  margin-left: 8px;
  fill: #FFF;
}
.header .navbar .nav-actions .book-btn span {
  display: inline-block;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-actions .book-btn {
    display: none;
  }
}

.fixed-header:after {
  display: none;
}

.big-nav {
  width: 350px;
  padding-top: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  background: #FFF;
  height: 100vh;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.1s;
  overflow: auto;
  direction: rtl;
}
@media (max-width: 575.98px) {
  .big-nav {
    width: 100%;
    height: 100vh;
  }
}
.big-nav .big-nav-header-title {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px 15px 20px;
  border-bottom: 1px solid #ebebeb;
  align-items: center;
  background: #FFF;
}
.big-nav .big-nav-header-title .nav-logo-container {
  position: relative;
  z-index: 10;
  width: 130px;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .big-nav .big-nav-header-title .nav-logo-container {
    width: 150px;
  }
}
@media (max-width: 991.98px) {
  .big-nav .big-nav-header-title .nav-logo-container {
    width: auto;
  }
}
.big-nav .big-nav-header-title .nav-logo-container a {
  text-decoration: none;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.big-nav .big-nav-header-title .nav-logo-container a .logo-text {
  margin-right: 7px;
  margin-top: 6px;
}
.big-nav .big-nav-header-title .nav-logo-container a .logo-text span {
  color: #000;
  font-family: "q";
  display: block;
  margin: 0;
  font-size: 1rem;
}
.big-nav .big-nav-header-title .nav-logo-container a .logo-text p {
  display: block;
  color: #000;
  margin-top: -4px;
  font-size: 0.6rem;
  margin-bottom: 0;
}
.big-nav .big-nav-header-title .nav-logo-container img {
  max-width: 100%;
  height: 50px;
}
@media (max-width: 1199.98px) {
  .big-nav .big-nav-header-title .nav-logo-container img {
    height: 45px;
  }
}
.big-nav .big-nav-header-title .nav-logo-container .main-logo {
  display: block;
}
.big-nav .big-nav-header-title .nav-logo-container .img-dark {
  display: none;
}
.big-nav .big-nav-header-title .close-big-nav svg {
  fill: #000;
  width: 30px;
  cursor: pointer;
}
.big-nav .big-nav-header-title .close-link-popup svg {
  fill: #000;
}
.big-nav .big-nav-search .nav-search {
  width: 100%;
  padding: 10px 10px;
  display: flex;
}
.big-nav .big-nav-search .nav-search form {
  width: 100%;
}
.big-nav .big-nav-search .nav-search .form-group {
  width: 100%;
  position: relative;
  margin: 0;
}
.big-nav .big-nav-search .nav-search .form-group .form-control {
  height: 43px;
  padding: 0 40px 0 20px;
  background-color: #ffffff;
  color: #3e3f5e;
  transition: border-color 0.2s ease-in-out;
  width: 100%;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 500;
}
.big-nav .big-nav-search .nav-search .form-group .form-control:focus {
  border-color: #409fff;
  box-shadow: none;
  outline: none;
}
.big-nav .big-nav-search .nav-search .form-group .form-control::-moz-placeholder {
  color: #cacaca;
  font-weight: 500;
  font-size: 0.7rem;
}
.big-nav .big-nav-search .nav-search .form-group .form-control::placeholder {
  color: #cacaca;
  font-weight: 500;
  font-size: 0.7rem;
}
.big-nav .big-nav-search .nav-search .form-group .search-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0%, -50%);
}
.big-nav .big-nav-search .nav-search .form-group .search-icon svg {
  transform: rotateY(180deg);
  font-size: 0.7rem;
  height: 18px;
  width: 18px;
}
.big-nav .nav-links {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .big-nav .nav-links ul {
    overflow: scroll;
    height: calc(100vh - 55px);
  }
}
.big-nav .nav-links ul .ul-head {
  padding-right: 30px;
  color: #adafca;
  font-size: 0.75rem;
  font-weight: 500;
}
.big-nav .nav-links ul li {
  text-decoration: none;
  color: #adafca;
  width: 100%;
  display: block;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.big-nav .nav-links ul li .li-link {
  width: 100%;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.big-nav .nav-links ul li .li-link .link-info {
  white-space: nowrap;
  border-radius: 50px;
  margin: 0;
  transition: all 0.3s ease-in-out 0s;
  display: inline-flex;
  padding: 0 25px 0 0;
}
.big-nav .nav-links ul li .li-link .link-info a {
  text-decoration: none;
  color: #000;
  font-size: 0.8rem;
  line-height: 25px;
  font-weight: 600;
  transition: all 0.3s ease-in-out 0s;
  padding: 12px 15px 12px 15px;
}
.big-nav .nav-links ul li .li-link .link-info a:hover {
  color: #4d1f95;
}
.big-nav .nav-links ul li .li-link .li-link-icon {
  width: 50px;
  display: flex;
  justify-content: end;
  cursor: pointer;
  padding: 17px 15px 17px 15px;
}
.big-nav .nav-links ul li .li-link .li-link-icon svg {
  height: 16px;
  width: 16px;
  fill: #000;
}
.big-nav .nav-links ul li .nav-link-popup {
  width: 350px;
  padding-top: 0;
  position: fixed;
  top: 0;
  z-index: 20;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  background: #FFF;
  height: 100vh;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.1s;
  overflow: auto;
}
@media (max-width: 575.98px) {
  .big-nav .nav-links ul li .nav-link-popup {
    width: 100%;
    height: 100vh;
  }
}
.big-nav .nav-links ul .li-active {
  background-color: #FFF;
  color: #000;
}
.big-nav .nav-links ul .li-active a svg {
  fill: #409fff;
}
.big-nav .nav-links ul .li-active a svg g [fill] {
  fill: #409fff;
}
.big-nav .nav-links ul .li-active a .svg-icon path {
  fill: #409fff;
  stroke: #409fff;
}
.big-nav .nav-links ul .li-active a .link-info {
  visibility: visible;
  padding-right: 8px;
}
.big-nav .nav-links ul .li-active a .link-info span {
  color: #409fff !important;
}
.big-nav .nav-links ul .li-active a .link-info span:hover {
  color: #409fff;
}
.big-nav .nav-links ul .li-active:hover {
  background: #FFF;
  color: #409fff;
}
.big-nav::-webkit-scrollbar {
  display: none;
}

.big-nav-hiddin {
  transform: translate(560px, 0);
  opacity: 0;
  z-index: -1 !important;
}

.close-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(22, 22, 34, 0.6);
  z-index: 10;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.open-over {
  opacity: 1;
  visibility: visible;
}

.active-dropdown {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.home-header {
  position: relative;
  height: 500px;
  width: 100%;
  background: #161b28;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .home-header {
    height: 325px;
  }
}
.home-header .header-overlay {
  height: 100%;
  width: 100%;
}
.home-header .header-content {
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 85%;
}
@media (max-width: 991.98px) {
  .home-header .header-content {
    width: 85%;
  }
}
.home-header .header-content figure {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 85px;
  width: 85px;
  text-align: center;
  margin: 0 auto 25px auto;
}
@media (max-width: 991.98px) {
  .home-header .header-content figure {
    margin: 0 auto 15px auto;
    height: 50px;
    width: 50px;
  }
}
.home-header .header-content h1 {
  text-transform: uppercase;
  font-size: 3.5rem;
}
@media (max-width: 991.98px) {
  .home-header .header-content h1 {
    font-size: 3.1rem;
  }
}
@media (max-width: 767.98px) {
  .home-header .header-content h1 {
    font-size: 2.7rem;
  }
}
@media (max-width: 575.98px) {
  .home-header .header-content h1 {
    font-size: 2.4rem;
  }
}

.home-header {
  height: calc(100vh - 108px);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .home-header {
    height: 75vh;
  }
}
.home-header .header-overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-header .swiper-container {
  height: 100%;
  position: relative;
}
.home-header .swiper-container .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content {
  height: 100%;
  width: 100%;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content .swiper-overlay {
  background-image: linear-gradient(to right top, #5f4c1b, #5b412b, #0a0807, #9b7d31, #9b7d31);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content .swiper-slider-content-inner {
  position: relative;
  z-index: 5;
}
.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content .pretitle {
  text-align: center;
  font-size: 1.6rem;
  color: #fcdb5a;
  word-spacing: 15px;
  margin-bottom: -15px;
}
.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content h1 {
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  width: 100%;
  margin: 0 auto 15px auto;
}
@media (max-width: 767.98px) {
  .home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content h1 {
    font-size: 1.75rem;
    margin: 0 auto 5px auto;
  }
}
.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content p {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 200;
  width: 75%;
  text-align: center;
  margin: auto;
}
@media (max-width: 991.98px) {
  .home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content p {
    width: 80%;
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content p {
    width: 85%;
    font-size: 1.1rem;
  }
}
@media (max-width: 575.98px) {
  .home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content p {
    width: 95%;
    font-size: 0.9rem;
  }
}

.home-btn {
  background-color: #fcdb5a;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  width: 175px;
  margin-top: 25px;
  padding: 15px 25px;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 700;
}

.swiper-pagination-bullet-active {
  background: #fcdb5a;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  height: 15px;
  width: 15px;
  border-radius: 50%;
}

.content {
  margin-top: 0;
}

footer {
  margin-top: 0;
  background: #28104e;
  padding: 100px 0 0 0;
  position: relative;
  background-image: url(assets/images/footer.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
footer:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #0b0b17;
  z-index: 0;
  opacity: 0.1;
}
footer p {
  color: #d9d9d9;
}
footer .contact-info .p-email {
  color: #FFF;
  font-size: 1.2rem;
}
footer .contact-info a {
  text-decoration: underline !important;
  color: #bb14b3 !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
}
footer .nav-actions .search-input {
  height: 55px;
  padding: 12px 6px 12px 60px;
  background-color: transparent;
  border: 1px solid transparent;
  color: #fff;
  transition: border-color 0.2s ease-in-out;
  font-size: 0.8rem;
  font-weight: 700;
  width: 99%;
  border-bottom: 1px solid #5c5c5c;
}
footer .nav-actions .search-input:active {
  border-bottom: 1px solid #caffbf;
  box-shadow: none;
  outline: none;
}
footer .nav-actions .search-input:focus {
  border-bottom: 1px solid #caffbf;
  box-shadow: none;
  outline: none;
}
footer .nav-actions .search-input::-moz-placeholder {
  color: #d9d9d9;
  font-weight: 100;
  font-size: 0.75rem;
}
footer .nav-actions .search-input::placeholder {
  color: #d9d9d9;
  font-weight: 100;
  font-size: 0.75rem;
}
footer .nav-actions .search-icon button {
  position: absolute;
  left: 0px;
  top: 8px;
  border-radius: 12px;
  border: none;
  height: 40px;
  width: 40px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 !important;
  background: unset;
}
footer .nav-actions .search-icon button svg {
  height: 15px;
  width: 15px;
  fill: #FFF;
  transform: rotate(180deg);
}
footer .footer-container {
  height: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  footer .col-r {
    text-align: left !important;
  }
}
footer .footer-col {
  text-align: left;
  display: inline-block;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  footer .footer-col {
    padding-left: 50px;
  }
}
footer .footer-col .nav-logo-container {
  position: relative;
  z-index: 10;
  width: 100%;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  footer .footer-col .nav-logo-container {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  footer .footer-col .nav-logo-container {
    width: auto;
  }
}
footer .footer-col .nav-logo-container a {
  text-decoration: none;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
footer .footer-col .nav-logo-container a .logo-text {
  margin-right: 7px;
  margin-top: 6px;
}
footer .footer-col .nav-logo-container a .logo-text span {
  color: #FFF;
  font-family: "q";
  display: block;
  margin: 0;
  font-size: 1.75rem;
}
footer .footer-col .nav-logo-container a .logo-text p {
  display: block;
  color: #FFF;
  margin-top: -4px;
  font-size: 0.9rem;
  margin-bottom: 0;
}
footer .footer-col .nav-logo-container img {
  max-width: 100%;
  height: 80px;
}
@media (max-width: 1199.98px) {
  footer .footer-col .nav-logo-container img {
    height: 45px;
  }
}
footer .footer-col .nav-logo-container .main-logo {
  display: block;
}
footer .footer-col .nav-logo-container .img-dark {
  display: none;
}
footer .footer-col .Footer-head {
  margin-bottom: 20px;
}
footer .footer-col .Footer-head a {
  text-decoration: none;
  color: #FFF;
  font-size: 1.3rem;
  display: block;
}
footer .footer-col .Footer-head a.footer-logo {
  font-family: "en-bold";
  font-size: 1.4rem;
}
footer .footer-col .Footer-head a.footer-logo img {
  width: 150px;
}
footer .footer-col p.footer-address {
  color: #FFF;
  opacity: 0.7;
  font-size: 0.8rem;
  font-weight: 100;
  margin-bottom: 15px;
}
footer .footer-col ul {
  margin: 0;
  padding: 0;
}
footer .footer-col ul li {
  color: #FFF;
  opacity: 0.7;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0 0 10px;
  transition: all 0.3s ease-in-out;
}
footer .footer-col ul li:hover a {
  color: #bb14b3;
}
footer .footer-col ul li span {
  color: #FFF;
  opacity: 0.7;
}
footer .footer-col ul li a {
  color: #d9d9d9;
  text-decoration: none;
  font-weight: 100;
  font-size: 0.9rem;
  transition: all 0.3s ease-in-out;
}
footer .footer-col .social-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
footer .footer-col .social-icons li {
  border: 1px solid #515151;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-col .social-icons li:hover {
  padding: 0;
}
footer .footer-col .social-icons li:hover a svg {
  fill: #caffbf;
}
footer .footer-col .social-icons li a {
  text-decoration: none;
}
footer .footer-col .social-icons li a svg {
  height: 18px;
  width: 18px;
  fill: #FFF;
  transition: all 0.3s ease-in-out;
}
footer .sub-footer {
  padding: 25px 0 20px 0;
  color: #FFF;
  margin-top: 0;
}
footer .sub-footer .row {
  border-top: 1px dashed rgba(85, 0, 158, 0.6901960784);
  padding-top: 25px;
}
footer .sub-footer p.copy {
  color: #7e868e;
  font-size: 12px;
  margin: 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .sub-footer p.copy a {
  color: #bb14b3;
  text-decoration: none;
  margin: 0 5px;
}
@media (max-width: 767.98px) {
  footer .sub-footer p.copy {
    text-align: center;
    margin-bottom: 0;
  }
}
footer .sub-footer .links {
  font-size: 0.9px;
  font-weight: 600;
  color: #FFF;
  margin: 0 10px;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  footer .sub-footer .links {
    text-align: center;
    margin-bottom: 20px;
    display: inline-flex;
  }
}
footer .sub-footer .links svg {
  fill: #FFF;
  height: 18px;
  width: 18px;
}

[lang=ar] footer {
  direction: rtl;
}
@media (max-width: 991.98px) {
  [lang=ar] footer .col-r {
    text-align: right !important;
  }
}
[lang=ar] footer .footer-col {
  text-align: right;
  padding-left: 0;
  padding-right: 50px;
}
[lang=ar] footer .footer-col li {
  transition: all 0.3s ease-in-out;
}
[lang=ar] footer .sub-footer p.copy {
  text-align: center;
  direction: ltr;
}
@media (min-width: 767.98px) {
  [lang=ar] footer .sub-footer p.copy {
    text-align: center !important;
  }
}
@media (min-width: 767.98px) {
  [lang=ar] footer .sub-footer .text-md-right {
    text-align: center !important;
  }
}

[lang=ar] body {
  direction: rtl;
  text-align: right;
}
[lang=ar] .header .nav-links {
  direction: rtl;
}
[lang=ar] .header .nav-links .nav-link-dropdown {
  left: unset;
  right: 4px;
}
[lang=ar] .header .search-input {
  padding: 7px 35px 7px 20px;
  direction: rtl;
}
[lang=ar] .header .search-icon {
  left: unset;
  right: 10px;
}

.d-12-none {
  display: block !important;
}
@media (max-width: 1199.98px) {
  .d-12-none {
    display: none !important;
  }
}

.d-12-block {
  display: none !important;
}
@media (max-width: 1199.98px) {
  .d-12-block {
    display: block !important;
  }
}

.page-header {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #2f0c5c;
}
.page-header .index-header-overlay {
  background: #171a2a;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  position: absolute;
}
.page-header .wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}
.page-header .w1280 {
  height: 1280px;
  width: 1280px;
  border: 1px dashed rgba(85, 0, 158, 0.6901960784);
  text-align: center;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.page-header .w1000 {
  height: 1000px;
  width: 1000px;
  border: 1px dashed rgba(85, 0, 158, 0.6901960784);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.page-header .header-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px;
  width: 750px;
  height: 750px;
  border: 1px dashed rgba(85, 0, 158, 0.6901960784);
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.page-header .header-content .header-content-text {
  margin-bottom: 0;
  margin-top: 0;
}
.page-header .header-content h1 {
  color: #FFF;
  width: 100%;
  margin: 25px auto 0 auto;
  font-size: 3.5rem;
  font-weight: 900;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .page-header .header-content h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767.98px) {
  .page-header .header-content h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 575.98px) {
  .page-header .header-content h1 {
    width: 100%;
    font-size: 2rem;
  }
}
.page-header .header-content h1 span {
  color: #bb14b3;
  font-size: 3.5rem;
  font-weight: 900;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .page-header .header-content h1 span {
    font-size: 2.8rem;
  }
}
@media (max-width: 767.98px) {
  .page-header .header-content h1 span {
    font-size: 2.4rem;
  }
}
@media (max-width: 575.98px) {
  .page-header .header-content h1 span {
    width: 100%;
    font-size: 2rem;
  }
}
.page-header .header-content h1 .typed-cursor {
  color: #FFF;
}
.page-header .header-content h6 {
  color: #FFF;
  width: 100%;
  margin: -5px auto 15px auto;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .page-header .header-content h6 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767.98px) {
  .page-header .header-content h6 {
    font-size: 2.4rem;
  }
}
@media (max-width: 575.98px) {
  .page-header .header-content h6 {
    width: 100%;
    font-size: 2rem;
  }
}
.page-header .header-content p {
  color: #FFF;
  opacity: 0.7;
  width: 80%;
  font-size: 0.9rem;
  margin: 15px auto;
}
@media (max-width: 1199.98px) {
  .page-header .header-content p {
    width: 70%;
  }
}
@media (max-width: 991.98px) {
  .page-header .header-content p {
    width: 70%;
    font-size: 0.9rem;
  }
}
@media (max-width: 767.98px) {
  .page-header .header-content p {
    width: 80%;
    font-size: 0.9rem;
  }
}
@media (max-width: 575.98px) {
  .page-header .header-content p {
    width: 100%;
    font-size: 0.9rem;
  }
}
.page-header .header-content p span {
  color: #6956e5;
}
.page-header .header-content .header-content-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
  direction: rtl;
}
.page-header .header-content .header-content-actions a {
  padding: 15px 35px;
  font-weight: 700;
  font-size: 1rem;
}
@media (max-width: 575.98px) {
  .page-header .header-content .header-content-actions a {
    font-size: 0.8rem;
    padding: 10px 15px;
  }
}
.page-header .header-content .header-content-actions .signup {
  background: #bb14b3;
  color: #FFF;
  text-align: center;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 250px;
}
@media (max-width: 991.98px) {
  .page-header .header-content .header-content-actions .signup {
    margin: 10px 0;
  }
}
.page-header .header-content .header-content-actions .signup svg {
  height: 22px;
  width: 22px;
  fill: #FFF;
  margin-right: 12px;
}
.page-header .header-content .header-content-actions .signup:hover {
  background: #bb14b3;
  color: #FFF;
}
.page-header .nav-overlay {
  filter: blur(128px) !important;
  mix-blend-mode: overlay !important;
  border-radius: 50% !important;
  background-color: #FFF;
  height: 500px !important;
  width: 1000px !important;
  position: absolute !important;
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
  top: 0 !important;
}
.page-header .header-shadow {
  filter: blur(128px) !important;
  mix-blend-mode: overlay !important;
  border-radius: 50% !important;
  background-color: #28104e;
  height: 141px !important;
  width: 100% !important;
  position: absolute !important;
  transform: translate(-50%, 0) !important;
  left: 50% !important;
  bottom: 0 !important;
}
.page-header .img-icon1 {
  background-color: red;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 25%;
  left: 16px;
  transform: translate(0, -50%);
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 50px;
  backdrop-filter: blur(130px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: float 3s ease-in-out infinite;
}
.page-header .img-icon1 img {
  max-width: 100%;
  height: 30px;
}
.page-header .img-icon2 {
  background-color: red;
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 25%;
  right: -8px;
  transform: translate(0, -50%);
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 50px;
  backdrop-filter: blur(130px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: float 4.5s ease-in-out infinite;
}
.page-header .img-icon2 img {
  max-width: 100%;
  height: 30px;
}
.page-header .img-icon3 {
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 23%;
  left: 16px;
  transform: translate(0, -50%);
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 50px;
  backdrop-filter: blur(130px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: float 3s ease-in-out infinite;
}
.page-header .img-icon3 img {
  max-width: 100%;
  height: 30px;
}
.page-header .img-icon4 {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 35%;
  right: -8px;
  transform: translate(0, -50%);
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 50px;
  backdrop-filter: blur(130px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: float 5s ease-in-out infinite;
}
.page-header .img-icon4 img {
  max-width: 100%;
  height: 30px;
}
.page-header .img-icon5 {
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 50%;
  left: -25px;
  transform: translate(0, -50%);
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 50px;
  backdrop-filter: blur(130px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: float 4s ease-in-out infinite;
}
.page-header .img-icon5 img {
  max-width: 100%;
  height: 30px;
}
.page-header .img-icon6 {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(0, -50%);
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 50px;
  backdrop-filter: blur(130px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: float 3.5s ease-in-out infinite;
}
.page-header .img-icon6 img {
  max-width: 100%;
  height: 30px;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

.page-header .w1280 {
  height: 1150px;
  width: 1150px;
}
@media (max-width: 767.98px) {
  .page-header .w1280 {
    border: unset;
  }
}
.page-header .header-shadow {
  display: none;
}
.page-header .header-content {
  height: 850px;
  width: 850px;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .page-header .header-content {
    width: 600px;
    margin: auto;
  }
}
@media (max-width: 575.98px) {
  .page-header .header-content {
    width: 40%;
    margin: auto;
    border: unset;
  }
}
.page-header .header-content .header-content-text .course-header-tags {
  margin-top: 35px;
  justify-content: center;
}
.page-header .header-content .header-content-text .course-header-tags .tag-line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.page-header .header-content .header-content-text .course-header-tags .tag-line svg {
  height: 16px;
  width: 16px;
  fill: #FFF;
  margin-left: 5px;
}
.page-header .header-content .header-content-text .course-header-tags .tag-line span {
  font-size: 0.8rem;
  font-weight: 600;
  color: #FFF;
}
.page-header .header-content .header-content-text .buy-course {
  position: relative;
  z-index: 100;
  margin-top: 20px;
  padding: 5px 30px 4px 30px;
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 600;
  height: 40px;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 50px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(130px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.page-header .header-content .header-content-text .buy-course span {
  margin-right: 10px;
  font-size: 0.75rem;
  position: relative;
}
.page-header .header-content .header-content-text .buy-course span:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  transform: rotate(-8deg);
  background: #9a27af;
  position: absolute;
  top: 9px;
  right: 0px;
}

.course-content-page {
  padding-bottom: 75px;
  margin-top: -75px;
  position: relative;
  z-index: 100;
}
@media (max-width: 575.98px) {
  .course-content-page {
    margin-top: 50px;
  }
}
.course-content-page .course-content-page-info iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
}
.course-content-page .course-content-page-info .course-text {
  margin-top: 50px;
}
.course-content-page .course-content-page-info .course-text h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
.course-content-page .course-content-page-info .course-text p {
  font-size: 0.9rem;
  color: #7e868e;
}
.course-content-page .course-requirments {
  padding: 75px 0 150px 0;
  background-color: #fbfbfb;
  margin-top: 75px;
  border: 1px solid #eaeaf5;
}
.course-content-page .course-requirments .course-requirments-container .course-requirments-card {
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #eaeaf5;
  background-color: #FFF;
  box-shadow: 0 0 8px 0 rgba(94, 92, 154, 0.06);
  min-height: 146px;
  margin-bottom: 12px;
}
.course-content-page .course-requirments .course-requirments-container .course-requirments-card .img-parent {
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-content-page .course-requirments .course-requirments-container .course-requirments-card .img-parent img {
  max-width: 100%;
  height: 50px;
  margin: auto;
}
.course-content-page .course-requirments .course-requirments-container .course-requirments-card h3 {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin: 10px 0 0 0;
}
.course-content-page .course-content-container-bg {
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  background-color: #FFF;
  color: #000;
  padding: 50px 0;
  margin-top: -150px;
  border: 1px solid #eaeaf5;
  border-radius: 12px;
}
.course-content-page .course-content {
  padding: 75px 0;
}
.course-content-page .course-content .course-sidebar {
  text-align: right;
  font-size: 0.9rem;
  overflow: auto;
  margin: 0 0 0 0;
  padding: 0;
  border-radius: 12px;
  padding-bottom: 25px;
}
@media (max-width: 991.98px) {
  .course-content-page .course-content .course-sidebar {
    height: 100%;
  }
}
.course-content-page .course-content .course-sidebar::-webkit-scrollbar {
  display: none;
}
.course-content-page .course-content .course-sidebar .sidebar-content .course-content {
  padding: 0 0 0 0;
}
.course-content-page .course-content .course-sidebar .sidebar-content .course-content .course-item .course-unit {
  padding: 15px 25px;
  background: var(--body-bg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border: 1px solid #eaeaf5;
  border-radius: 12px;
  margin: 10px 25px 0 25px;
}
.course-content-page .course-content .course-sidebar .sidebar-content .course-content .course-item .course-unit .course-unit-head {
  color: var(--p-color);
  display: flex;
  align-items: center;
}
.course-content-page .course-content .course-sidebar .sidebar-content .course-content .course-item .course-unit .course-unit-head svg {
  height: 15px;
  width: 15px;
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}
.course-content-page .course-content .course-sidebar .sidebar-content .course-content .course-item .course-unit .course-unit-head svg path {
  fill: var(--p-color);
}
.course-content-page .course-content .course-sidebar .sidebar-content .course-content .course-item .course-unit .course-unit-head .course-unit-title {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.course-content-page .course-content .course-sidebar .sidebar-content .course-content .course-item .course-unit .course-info {
  color: #000;
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
}
.course-content-page .course-content .course-sidebar .sidebar-content .course-content .course-item .course-lessons {
  display: none;
  padding-bottom: 20px;
}
.course-content-page .course-content .course-sidebar .sidebar-content .course-content .course-item .course-lessons .course-lesson {
  color: var(--p-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px 0px 40px;
}
.course-content-page .course-content .course-sidebar .sidebar-content .course-content .course-item .course-lessons .course-lesson .course-lesson-head {
  color: var(--p-color);
  display: flex;
  align-items: center;
}
.course-content-page .course-content .course-sidebar .sidebar-content .course-content .course-item .course-lessons .course-lesson .course-lesson-head svg {
  height: 27px;
  width: 27px;
  background: var(--body-bg);
  border-radius: 10px;
  text-align: center;
  margin: 0 0 0 10px;
  line-height: 20px;
  padding: 3px;
  fill: #4d1f95;
}
.course-content-page .course-content .course-sidebar .sidebar-content .course-content .course-item .course-lessons .course-lesson .course-lesson-head .course-lesson-title {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.course-content-page .course-content .course-sidebar .sidebar-content .course-content .course-item .course-lessons .course-lesson-active .course-lesson-head {
  text-decoration: none;
}
.course-content-page .course-content .course-sidebar .sidebar-content .course-content .course-item .course-lessons .course-lesson-active .course-lesson-head svg {
  background: #7868e6;
}
.course-content-page .course-content .course-sidebar .sidebar-content .course-content .course-item .course-lessons .course-lesson-active .course-lesson-head svg g [fill] {
  fill: #FFF;
}
.course-content-page .course-content .course-sidebar .sidebar-content .course-content .course-item .course-lessons .course-lesson-active .course-lesson-head .course-lesson-title {
  color: #7868e6;
}
.course-content-page .course-content .course-sidebar .sidebar-content .course-content .course-item-open .course-unit .course-unit-head svg {
  transform: rotate(-90deg);
}
.course-content-page .course-content .course-sidebar .sidebar-content .course-content .course-item-open .course-lessons {
  display: block;
}
.course-content-page .course-content .course-check {
  color: #8e8e99;
  font-size: 0.75rem;
  font-weight: 600;
}
.course-content-page .course-students .course-student-projects {
  margin-top: 50px;
}
.course-content-page .course-students .course-student-projects .student-project-card {
  margin-bottom: 25px;
}
.course-content-page .course-students .course-student-projects .student-project-card iframe {
  width: 100%;
  height: 175px;
  border-radius: 12px;
}
.course-content-page .course-students .course-student-projects .student-project-card .student-name {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.course-content-page .course-students .course-student-projects .student-project-card .student-name figure {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-bottom: 0;
  margin-left: 10px;
}
.course-content-page .course-students .course-student-projects .student-project-card .student-name h6 {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
}

.page-header .header-content {
  height: 850px;
  width: 850px;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .page-header .header-content {
    width: 600px;
    margin: auto;
  }
}
@media (max-width: 575.98px) {
  .page-header .header-content {
    width: 40%;
    margin: auto;
    border: unset;
  }
}
.page-header .header-content .header-content-text figure {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 125px;
  width: 125px;
  border-radius: 50%;
  margin: 0 auto;
}

.profile-page .course-requirments {
  padding: 75px 0 75px 0;
}
.profile-page .course-requirments .course-requirments-container .course-requirments-card {
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #eaeaf5;
  background-color: #FFF;
  box-shadow: 0 0 8px 0 rgba(94, 92, 154, 0.06);
  margin-bottom: 12px;
}
.profile-page .course-requirments .course-requirments-container .course-requirments-card .img-parent {
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-page .course-requirments .course-requirments-container .course-requirments-card .img-parent img {
  max-width: 100%;
  height: 50px;
  margin: auto;
}
.profile-page .course-requirments .course-requirments-container .course-requirments-card h3 {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin: 10px 0 0 0;
}
.profile-page .activities {
  padding: 25px 0 75px 0;
}
.profile-page .activities .activities-container .activity-card {
  position: relative;
  border-radius: 12px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 180px;
  width: 100%;
}
.profile-page .activities .activities-container span {
  margin-top: 15px;
  display: block;
  color: #462392;
  font-weight: 600;
  font-size: 0.8rem;
}
.profile-page .activities .activities-container .activity-text {
  text-align: center;
  width: 100%;
  z-index: 15;
  color: #000;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 3px;
  text-align: right;
  margin-bottom: 50px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "ar";
  background-color: #FFF;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

.row {
  overflow: hidden;
}

.container-fluid {
  padding-right: 50px;
  padding-left: 50px;
}

.row-inside-row {
  margin-right: -8px;
  margin-left: -8px;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-6,
.col-md-3,
.col-md-4,
.col-md-8,
.col-md-9,
.col-sm-4,
.col-sm-6 {
  padding-right: 8px;
  padding-left: 8px;
}

a {
  display: block;
  text-decoration: none;
  color: unset;
}
a:hover {
  color: unset;
  text-decoration: unset;
}

.section-header {
  display: block;
}
.section-header .pretitle {
  font-size: 0.8rem;
  font-weight: 500;
  color: #FFF;
  background: #4d1f95;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 50px;
}
@media (max-width: 575.98px) {
  .section-header .pretitle {
    font-size: 0.7rem;
  }
}
.section-header h3 {
  color: #1d0a41;
  font-size: 2.2rem;
  padding-left: 10px;
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 10px;
}
.section-header h3 span {
  font-weight: 400;
  color: #caffbf;
}
@media (max-width: 575.98px) {
  .section-header h3 {
    font-size: 1.4rem;
  }
}
.section-header p {
  display: flex;
  align-items: center;
  width: 90%;
  color: #8e8e99;
  font-size: 0.9rem;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .section-header p {
    width: 100%;
  }
}
.section-header .section-btn {
  background: #bb14b3;
  color: #FFF;
  text-align: center;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 250px;
  padding: 15px 35px;
  font-weight: 700;
  font-size: 1rem;
  margin-right: auto;
}

.section-header-center {
  margin-bottom: 50px;
  display: block;
  text-align: center;
}
.section-header-center .pretitle {
  font-size: 0.75rem;
  font-weight: 500;
  color: #FFF;
  background: #4d1f95;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 50px;
}
.section-header-center h3 {
  color: #1d0a41;
  font-size: 2rem;
  padding-left: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  margin-top: 10px;
}
.section-header-center h3 span {
  font-weight: 400;
  color: #caffbf;
}
@media (max-width: 575.98px) {
  .section-header-center h3 {
    font-size: 1.5rem;
  }
}
.section-header-center p {
  display: flex;
  align-items: center;
  width: 90%;
  color: #8e8e99;
  font-size: 0.85rem;
  font-weight: 500;
  text-align: center;
  margin: auto;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .section-header-center p {
    width: 100%;
  }
}
.section-header-center .section-btn {
  background: #bb14b3;
  color: #FFF;
  text-align: center;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 250px;
  padding: 15px 35px;
  font-weight: 700;
  font-size: 0.9rem;
  margin: 25px auto 0 auto;
}

.lg-backdrop,
.lg-outer,
.lg-outer .lg-inner {
  direction: ltr;
}

.lg-progress-bar .lg-progress {
  background: #409fff !important;
}

.lg-backdrop {
  background-color: rgba(21, 21, 31, 0.96);
}

.lg-outer .lg-thumb-item {
  cursor: pointer !important;
  float: left;
  overflow: hidden;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  margin: 0 !important;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  opacity: 1;
}

.lg-outer .lg-thumb {
  margin: auto;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: linear-gradient(45deg, #f2fffc, #edf3ff);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #383735;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.index-header {
  position: relative;
  height: 710px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #2f0c5c;
}
.index-header .index-header-overlay {
  background: #171a2a;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  position: absolute;
}
.index-header .wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}
.index-header .w1280 {
  height: 1280px;
  width: 1280px;
  border: 1px dashed rgba(85, 0, 158, 0.6901960784);
  text-align: center;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .index-header .w1280 {
    border: unset;
  }
}
.index-header .w1000 {
  height: 1000px;
  width: 1000px;
  border: 1px dashed rgba(85, 0, 158, 0.6901960784);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .index-header .w1000 {
    border: unset;
  }
}
.index-header .header-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px;
  width: 750px;
  height: 750px;
  border: 1px dashed rgba(85, 0, 158, 0.6901960784);
  border-radius: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .index-header .header-content {
    width: 600px;
    margin: auto;
  }
}
@media (max-width: 575.98px) {
  .index-header .header-content {
    width: 40%;
    margin: auto;
    border: unset;
  }
}
.index-header .header-content .header-content-text {
  margin-bottom: 0;
  margin-top: 50px;
}
.index-header .header-content h1 {
  color: #FFF;
  width: 100%;
  margin: 25px auto;
  font-size: 3.5rem;
  font-weight: 900;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .index-header .header-content h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767.98px) {
  .index-header .header-content h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 575.98px) {
  .index-header .header-content h1 {
    font-size: 1.75rem;
    display: block;
  }
}
.index-header .header-content h1 span {
  color: #bb14b3;
  font-size: 3.5rem;
  font-weight: 900;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .index-header .header-content h1 span {
    font-size: 2.8rem;
  }
}
@media (max-width: 767.98px) {
  .index-header .header-content h1 span {
    font-size: 2.4rem;
  }
}
@media (max-width: 575.98px) {
  .index-header .header-content h1 span {
    font-size: 1.75rem;
  }
}
.index-header .header-content h1 .typed-cursor {
  color: #FFF;
  display: inline-block;
}
.index-header .header-content h6 {
  color: #FFF;
  width: 100%;
  margin: -5px auto 15px auto;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .index-header .header-content h6 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767.98px) {
  .index-header .header-content h6 {
    font-size: 2.4rem;
  }
}
@media (max-width: 575.98px) {
  .index-header .header-content h6 {
    width: 100%;
    font-size: 2rem;
  }
}
.index-header .header-content p {
  color: #FFF;
  opacity: 0.7;
  width: 80%;
  font-size: 0.9rem;
  margin: 15px auto;
}
@media (max-width: 1199.98px) {
  .index-header .header-content p {
    width: 70%;
  }
}
@media (max-width: 991.98px) {
  .index-header .header-content p {
    width: 70%;
    font-size: 0.9rem;
  }
}
@media (max-width: 767.98px) {
  .index-header .header-content p {
    width: 80%;
    font-size: 0.9rem;
  }
}
@media (max-width: 575.98px) {
  .index-header .header-content p {
    width: 90%;
    font-size: 0.9rem;
  }
}
.index-header .header-content p span {
  color: #6956e5;
}
.index-header .header-content .header-content-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
  direction: rtl;
}
.index-header .header-content .header-content-actions a {
  padding: 15px 35px;
  font-weight: 700;
  font-size: 1rem;
}
@media (max-width: 575.98px) {
  .index-header .header-content .header-content-actions a {
    font-size: 0.8rem;
    padding: 10px 15px;
  }
}
.index-header .header-content .header-content-actions .signup {
  background: #bb14b3;
  color: #FFF;
  text-align: center;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 250px;
}
@media (max-width: 991.98px) {
  .index-header .header-content .header-content-actions .signup {
    margin: 10px 0;
  }
}
.index-header .header-content .header-content-actions .signup svg {
  height: 22px;
  width: 22px;
  fill: #FFF;
  margin-right: 12px;
}
.index-header .header-content .header-content-actions .signup:hover {
  background: #bb14b3;
  color: #FFF;
}
.index-header .nav-overlay {
  filter: blur(128px) !important;
  mix-blend-mode: overlay !important;
  border-radius: 50% !important;
  background-color: #FFF;
  height: 500px !important;
  width: 1000px !important;
  position: absolute !important;
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
  top: 0 !important;
}
.index-header .header-shadow {
  filter: blur(128px) !important;
  mix-blend-mode: overlay !important;
  border-radius: 50% !important;
  background-color: #28104e;
  height: 141px !important;
  width: 100% !important;
  position: absolute !important;
  transform: translate(-50%, 0) !important;
  left: 50% !important;
  bottom: 0 !important;
}
.index-header .img-icon1 {
  background-color: red;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 25%;
  left: 16px;
  transform: translate(0, -50%);
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 50px;
  backdrop-filter: blur(130px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: float 3s ease-in-out infinite;
}
.index-header .img-icon1 img {
  max-width: 100%;
  height: 30px;
}
.index-header .img-icon2 {
  background-color: red;
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 25%;
  right: -8px;
  transform: translate(0, -50%);
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 50px;
  backdrop-filter: blur(130px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: float 4.5s ease-in-out infinite;
}
.index-header .img-icon2 img {
  max-width: 100%;
  height: 30px;
}
.index-header .img-icon3 {
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 23%;
  left: 16px;
  transform: translate(0, -50%);
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 50px;
  backdrop-filter: blur(130px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: float 3s ease-in-out infinite;
}
.index-header .img-icon3 img {
  max-width: 100%;
  height: 30px;
}
.index-header .img-icon4 {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 35%;
  right: -8px;
  transform: translate(0, -50%);
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 50px;
  backdrop-filter: blur(130px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: float 5s ease-in-out infinite;
}
.index-header .img-icon4 img {
  max-width: 100%;
  height: 30px;
}
.index-header .img-icon5 {
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 50%;
  left: -25px;
  transform: translate(0, -50%);
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 50px;
  backdrop-filter: blur(130px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: float 4s ease-in-out infinite;
}
.index-header .img-icon5 img {
  max-width: 100%;
  height: 30px;
}
.index-header .img-icon6 {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(0, -50%);
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 50px;
  backdrop-filter: blur(130px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: float 3.5s ease-in-out infinite;
}
.index-header .img-icon6 img {
  max-width: 100%;
  height: 30px;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

.about {
  padding: 100px 0 0 0;
  background-color: #FFF;
}
.about .section-header {
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .about .section-header {
    margin-bottom: 5px;
  }
}
.about .section-header p.text {
  margin-top: 10px;
}
.about .exp {
  display: flex;
  align-items: center;
}
.about .exp h3 {
  font-size: 80px;
  font-weight: 900;
  background-size: cover;
  background-position: center center;
  line-height: 1;
  font-family: "Teko";
  text-shadow: 0em 0.075em #1d0a41, 0.029em 0.069em #1d0a41, 0.053em 0.053em #1d0a41, 0.069em 0.029em #1d33de, 0.075em 0em #1d33de, 0.069em -0.029em #1d33de, 0.053em -0.053em #1d33de, 0.029em -0.069em #b211ad, 0em -0.075em #b311ae, -0.029em -0.069em #b211ad, -0.053em -0.053em #b411ae, -0.069em -0.029em #b211ad, -0.075em 0em #b311ae, -0.069em 0.029em #b311ae, -0.053em 0.053em #b311ae, -0.029em 0.069em #b411ae;
  color: #FFF;
}
@media (max-width: 575.98px) {
  .about .exp h3 {
    font-size: 60px;
  }
}
.about .exp h5 {
  margin-right: 25px;
  color: #1d0a41;
  font-weight: 600;
  font-size: 1.5rem;
}
@media (max-width: 575.98px) {
  .about .exp h5 {
    font-size: 1rem;
  }
}
.about .about-cards {
  margin-top: 30px;
}
.about .about-cards .row {
  padding: 5px 0;
}
.about .about-cards .about-card {
  background-color: #fbfbfb;
  border-radius: 12px;
  padding: 30px;
  border: 1px solid #ededed;
  text-align: center;
  margin-bottom: 12px;
}
.about .about-cards .about-card lord-icon {
  height: 100px;
  width: 100px;
  margin-bottom: 25px;
}
.about .about-cards .about-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
}
.about .about-cards .about-card p {
  font-size: 0.9rem;
  color: #7e868e;
}

.team-container {
  padding: 75px 0;
}
.team-container .container {
  position: relative;
}
.team-container .play-vid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
}
.team-container .play-vid svg {
  fill: #000;
  height: 35px;
  width: 35px;
}
.team-container figure {
  display: flex;
  align-items: end;
  justify-content: center;
  height: 550px;
  border-radius: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .team-container figure {
    aspect-ratio: 16/9;
    height: auto;
  }
}
.team-container figure .h6 {
  background: #FFF;
  padding: 20px 35px;
  font-size: 1.25rem;
  margin-bottom: 25px;
  border-radius: 12px;
}
@media (max-width: 991.98px) {
  .team-container figure .h6 {
    width: 90%;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .team-container figure .h6 {
    font-size: 1.2rem;
    display: none;
  }
}
.team-container figure .section-overlay-bottom {
  filter: blur(128px) !important;
  mix-blend-mode: overlay !important;
  border-radius: 50% !important;
  background-color: #28104e;
  height: 708px !important;
  width: 100% !important;
  position: absolute !important;
  transform: translate(-50%, 50%) !important;
  left: 50% !important;
  bottom: 0 !important;
  z-index: 1;
}

.services {
  padding: 0 0 75px 0;
}
.services .services-container {
  margin-top: 75px;
}
.services .services-container .service-card {
  background-color: #FFF;
  border-radius: 12px;
  padding: 50px 35px 30px 35px;
  border: 1px solid #ededed;
  text-align: right;
  margin-bottom: 12px;
}
.services .services-container .service-card h3 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 30px;
  color: #4d1f95;
  text-align: center;
  text-shadow: 0em 0.075em #4d1f95, 0.029em 0.069em #4d1f95, 0.053em 0.053em #4d1f95, 0.069em 0.029em #4d1f95, 0.075em 0em #4d1f95, 0.069em -0.029em #4d1f95, 0.053em -0.053em #4d1f95, 0.029em -0.069em #b211ad, 0em -0.075em #b311ae, -0.029em -0.069em #b211ad, -0.053em -0.053em #b411ae, -0.069em -0.029em #b211ad, -0.075em 0em #b311ae, -0.069em 0.029em #b311ae, -0.053em 0.053em #b311ae, -0.029em 0.069em #b411ae;
  color: #FFF;
}
.services .services-container .service-card h3 span {
  text-shadow: none;
  color: #1d0a41;
}
.services .services-container .service-card p {
  font-size: 0.9rem;
  color: #7e868e;
  margin-bottom: 30px;
  text-align: center;
}
.services .services-container .service-card .service-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services .services-container .service-card .service-action svg {
  height: 22px;
  width: 22px;
  fill: #000;
}
.services .services-container .service-card .service-action a {
  font-weight: 600;
  font-size: 0.8rem;
}

.courses {
  padding: 75px 0 150px 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #2f0c5c;
}
.courses .section-overlay-top {
  filter: blur(128px) !important;
  mix-blend-mode: overlay !important;
  border-radius: 50% !important;
  background-color: #FFF;
  height: 500px !important;
  width: 1000px !important;
  position: absolute !important;
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
  top: 0 !important;
}
.courses .section-overlay-bottom {
  filter: blur(128px) !important;
  mix-blend-mode: overlay !important;
  border-radius: 50% !important;
  background-color: #FFF;
  height: 500px !important;
  width: 1000px !important;
  position: absolute !important;
  transform: translate(-50%, 50%) !important;
  left: 50% !important;
  bottom: 0 !important;
}
.courses .section-header h3.heading {
  color: #FFF;
}
@media (max-width: 575.98px) {
  .courses .section-header .section-btn {
    margin-left: auto;
    margin-right: 0;
    margin-top: 20px;
  }
}
.courses .courses-cards {
  margin-top: 75px;
}
.courses .courses-cards .course-card {
  padding: 25px;
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 12px;
  backdrop-filter: blur(130px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 16px;
}
.courses .courses-cards .course-card svg {
  height: 50px;
  width: 50px;
  fill: #FFF;
  margin-bottom: 35px;
}
.courses .courses-cards .course-card .course-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.courses .courses-cards .course-card .course-details svg {
  height: 30px;
  width: 30px;
  fill: #FFF;
  text-align: left;
  justify-content: end;
  margin-bottom: 0;
}
.courses .courses-cards .course-card .course-details h3 {
  font-size: 0.9rem;
  width: 125px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 0;
}
.courses .students-work {
  background-color: #000;
  padding: 25px;
  border-radius: 12px;
  height: 97%;
  position: relative;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 12px;
  backdrop-filter: blur(130px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 16px;
}
.courses .students-work svg {
  height: 75px;
  width: 75px;
  fill: #FFF;
  display: flex;
  margin-right: auto;
}
.courses .students-work h3 {
  color: #FFF;
  font-size: 1.1rem;
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 80%;
}

.team {
  position: relative;
  z-index: 100;
}
.team .container {
  border: 1px solid #eaeaf5;
  padding: 75px 50px 50px 50px;
  border-radius: 12px;
  margin-top: -100px;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  background-color: #FFF;
}
.team .lawer-cards {
  margin-top: 50px;
}
.team .lawer-cards .lawer-card {
  text-align: center;
  background-color: #FFF;
  padding: 0;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 991.98px) {
  .team .lawer-cards .lawer-card {
    margin-bottom: 25px;
  }
}
.team .lawer-cards .lawer-card figure {
  margin-bottom: 10px;
  height: 350px;
  width: 100;
  border-radius: 12px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .team .lawer-cards .lawer-card figure {
    height: 325px;
  }
}
.team .lawer-cards .lawer-card .lawyer-info {
  background: white;
  border: 1px solid #eaeaf5;
  background-color: #FFF;
  padding: 10px;
  border-radius: 150px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 95%;
}
.team .lawer-cards .lawer-card .lawyer-info h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 3px;
}
.team .lawer-cards .lawer-card .lawyer-info p {
  color: #462392;
  font-weight: 600;
  font-size: 0.75rem;
  margin: 0;
}

.reviews {
  padding: 100px 0;
}
.reviews .reviews-container {
  margin-top: 75px;
  position: relative;
  overflow: hidden;
}
.reviews .reviews-container .row {
  padding: 0 15px;
}
.reviews .reviews-container .review-card {
  padding: 40px 30px;
  color: #000;
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 0;
  background: #FFF;
  border-radius: 12px;
  backdrop-filter: blur(130px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border: 1px solid #ededed;
  margin-bottom: 16px;
}
.reviews .reviews-container .review-card .review-text {
  color: #737373;
  font-size: 0.8rem;
}
.reviews .reviews-container .review-card .review-info {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.reviews .reviews-container .review-card .review-info figure {
  height: 45px;
  width: 45px;
  margin-bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.reviews .reviews-container .review-card .review-info .rewview-rate-name {
  margin-right: 15px;
}
.reviews .reviews-container .review-card .review-info .rewview-rate-name .review-rate ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 4px;
}
.reviews .reviews-container .review-card .review-info .rewview-rate-name .review-rate ul li {
  margin: 0 -1px;
}
.reviews .reviews-container .review-card .review-info .rewview-rate-name .review-rate ul li svg {
  height: 20px;
  width: 20px;
  fill: #ffb307;
}
.reviews .reviews-container .review-card .review-info .rewview-rate-name .review-name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.reviews .reviews-container .section-overlay-bottom {
  filter: blur(128px) !important;
  background-color: #FFF;
  height: 500px !important;
  width: 100% !important;
  position: absolute !important;
  transform: translate(-50%, 50%) !important;
  left: 50% !important;
  bottom: 75px !important;
  background-image: linear-gradient(#FFF, rgba(255, 255, 255, 0));
}
.reviews .reviews-container .section-btn-overlay {
  background: #bb14b3;
  color: #FFF;
  text-align: center;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 250px;
  padding: 15px 35px;
  font-weight: 700;
  font-size: 1rem;
  margin: auto;
  position: relative;
  bottom: 70px;
  z-index: 15;
}
.reviews .brands-container {
  margin-top: 35px;
}
.reviews .brands-container span {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  display: block;
  color: #1d0a41;
}
.reviews .brands-container .brand-card {
  text-align: center;
}
.reviews .brands-container .brand-card img {
  max-width: 100%;
  height: 45px;
  filter: invert(14%) sepia(46%) saturate(5267%) hue-rotate(258deg) brightness(89%) contrast(98%);
}

.constaltant {
  margin-bottom: 75px;
}
.constaltant .constaltant-container {
  padding: 75px 0;
  position: relative;
  z-index: 5;
  overflow: hidden;
  background-image: url(assets/images/con-bg.png);
  background-position: center center;
  background-color: #2f0c5c;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 575.98px) {
  .constaltant .constaltant-container {
    padding: 50px 0;
  }
}
.constaltant .constaltant-container .section-header-center {
  margin: 0;
}
.constaltant .constaltant-container .section-header-center .pretitle {
  font-size: 1rem;
  font-weight: 600;
  color: #ff00f3;
  background: unset;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 50px;
}
.constaltant .constaltant-container .section-header-center h3.heading {
  color: #FFF;
  width: 70%;
  margin: 15px auto 25px auto;
}
@media (max-width: 575.98px) {
  .constaltant .constaltant-container .section-header-center h3.heading {
    width: 90%;
  }
}
.constaltant .constaltant-container .section-header-center p.text {
  color: #FFF;
  opacity: 0.7;
  width: 50%;
}
@media (max-width: 575.98px) {
  .constaltant .constaltant-container .section-header-center p.text {
    width: 80%;
  }
}
.constaltant .constaltant-container .section-overlay-top {
  filter: blur(128px) !important;
  mix-blend-mode: overlay !important;
  border-radius: 50% !important;
  background-color: #FFF;
  height: 500px !important;
  width: 100% !important;
  position: absolute !important;
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
  top: 0 !important;
  z-index: 2;
}

.activities {
  padding: 25px 0 75px 0;
}
.activities .activities-container .activity-card {
  position: relative;
  border-radius: 12px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 500px;
  width: 100%;
  margin-bottom: 12px;
}
.activities .activities-container .activity-card .section-overlay-bottom {
  filter: blur(128px) !important;
  mix-blend-mode: overlay !important;
  border-radius: 50% !important;
  background-color: #28104e;
  height: 500px !important;
  width: 100% !important;
  position: absolute !important;
  transform: translate(-50%, 50%) !important;
  left: 50% !important;
  bottom: 0 !important;
}
.activities .activities-container .activity-card .activity-text {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
  z-index: 15;
  color: #FFF;
  font-weight: 600;
  font-size: 1.5rem;
}
.activities .activities-container .section-btn-overlay {
  background: #bb14b3;
  color: #FFF;
  text-align: center;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 250px;
  padding: 15px 35px;
  font-weight: 700;
  font-size: 1rem;
  margin: auto;
  position: relative;
  bottom: 10px;
  z-index: 15;
}
@media (max-width: 575.98px) {
  .activities .activities-container .section-btn-overlay {
    margin-top: 25px;
  }
}/*# sourceMappingURL=main.css.map */