@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
  --main-color: #000024;
  --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: #000024;
  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-face {
  font-family: "num";
  font-style: normal;
  src: url(assets/fonts/AGENCYB.TTF);
}
.font-en {
  font-family: "en";
}

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

.header {
  position: relative;
  z-index: 15;
  background: transparent;
  width: 100%;
}
.header .navbar {
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 12px 0;
  flex-wrap: nowrap;
}
@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: #f4f7ff;
}
.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: #f4f7ff;
}
.header .navbar .nav-logo .nav-logo-container {
  position: relative;
  z-index: 10;
  width: 170px;
}
@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 img {
  max-width: 100%;
  height: 50px;
  margin-top: 0px;
}
@media (max-width: 1199.98px) {
  .header .navbar .nav-logo .nav-logo-container img {
    height: 30px;
  }
}
.header .navbar .nav-logo .nav-logo-container span {
  color: #f4f7ff;
  font-size: 0.5rem;
  margin-right: 8px;
  margin-left: 8px;
  font-weight: 600;
  letter-spacing: 2px;
}
.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: #f4f7ff;
}
.header .navbar .nav-logo .nav-search-icon .switch-langs {
  display: flex;
  align-items: center;
  width: 100px;
}
.header .navbar .nav-logo .nav-search-icon .switch-langs h6.page-lang {
  color: #f4f7ff;
  font-weight: 900;
  font-family: "ar-reg";
  margin-bottom: 0;
  margin-top: 6px;
}
.header .navbar .nav-logo .nav-search-icon .page-lang {
  color: #f4f7ff;
  text-decoration: underline;
}
.header .navbar .nav-links {
  margin-top: 0;
  direction: ltr;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 6px;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(5px);
  padding: 12px 15px 12px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 25px;
  margin-left: 20px;
  width: 100%;
  background: linear-gradient(0deg, #030a1a 0%, rgb(24, 10, 48) 100%);
}
.header .navbar .nav-links .nav-links-search {
  margin-right: 0;
  cursor: pointer;
}
.header .navbar .nav-links .nav-links-search svg {
  height: 18px;
  width: 18px;
  fill: #f4f7ff;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links {
    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: #f4f7ff;
}
.header .navbar .nav-links ul {
  display: flex;
  margin-bottom: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.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: #000024;
}
.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: 7px 0;
  }
}
.header .navbar .nav-links ul li a, .header .navbar .nav-links ul li span {
  color: #f4f7ff;
  position: relative;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 1px;
  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.8rem;
  }
}
.header .navbar .nav-links ul li a:hover, .header .navbar .nav-links ul li span:hover {
  color: #009578;
}
.header .navbar .nav-links ul li svg {
  height: 22px;
  width: 22px;
  margin: -1px 0px 0 0px;
  fill: #f4f7ff;
  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: #000024;
}
.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: #f4f7ff;
  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: #000024;
}
.header .navbar .nav-links ul li .nav-link-dropdown ul li a {
  font-size: 0.9rem;
  transition: all 0.2s ease-in-out;
  color: #f4f7ff;
}
.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: #f4f7ff;
}
.header .navbar .nav-links ul .nav-link-active a:before {
  background: #000248;
  border-color: #000248;
}
.header .navbar .nav-actions .book-btn {
  padding: 10px 30px 10px 30px;
  color: #f4f7ff;
  background: #f4f7ff;
  border-radius: 50px;
  width: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-right: 15px;
  background: rgba(255, 255, 255, 0.19);
  backdrop-filter: blur(130px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(0deg, #030a1a 0%, rgb(24, 10, 48) 100%);
}
.header .navbar .nav-actions .book-btn svg {
  height: 18px;
  width: 18px;
  margin-right: 8px;
  fill: #f4f7ff;
}
.header .navbar .nav-actions .book-btn span {
  display: inline-block;
  padding-right: 6px;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-actions .book-btn {
    display: none;
  }
}
.header .navbar .nav-actions-lang .icon {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.header .navbar .nav-actions-lang .icon svg {
  fill: #f4f7ff;
  height: 20px;
  width: 20px;
  margin: 0 10px;
}
@media (max-width: 575.98px) {
  .header .navbar .nav-actions-lang .icon svg {
    margin: 0 8px;
  }
}
.header .navbar .nav-actions-lang .icon span {
  color: #f4f7ff;
}
.header .navbar .nav-actions-lang .switch-langs {
  width: 100px;
}
.header .navbar .nav-actions-lang .switch-langs h6 {
  margin: 1px 0 0 0;
  color: #f4f7ff;
  font-family: "en";
}
.header .navbar .nav-actions-lang .nav-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-actions-lang .nav-toggler {
    display: block;
  }
}
.header .navbar .nav-actions-lang .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-actions-lang .li-links ul {
  display: block;
  width: 150px;
  display: block;
  text-align: right;
  padding: 10px 15px;
  border-radius: 12px;
  margin-top: 28px;
}
@media (max-width: 1199.98px) {
  .header .navbar .nav-actions-lang .li-links ul {
    margin-top: 40px;
  }
}
.header .navbar .nav-actions-lang .li-links ul li {
  display: block;
  margin: 8px 0;
  transition: all 0.3s ease-in-out;
  padding: 0 0;
}
.header .navbar .nav-actions-lang .li-links ul li:hover a {
  color: #6956e5;
}
.header .navbar .nav-actions-lang .li-links ul li a {
  color: var(--p-color);
  text-decoration: none;
}
.header .navbar .nav-actions-lang .hover-drop {
  margin: 0 10px 0 10px;
  padding: 5px 10px 5px 2px;
  border-radius: 4px;
}
.header .navbar .nav-actions-lang .hover-drop span {
  color: #f4f7ff;
  position: relative;
  text-decoration: none;
  font-size: 0.75rem;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.header .navbar .nav-actions-lang .hover-drop svg {
  height: 12px;
  margin: 0px 2px 0 2px;
  fill: #f4f7ff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.header .navbar .nav-actions-lang .hover-drop:hover .li-links {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 17px);
}
.header .navbar .nav-big-nav-icon {
  cursor: pointer;
}
.header .navbar .nav-big-nav-icon svg {
  height: 25px;
  width: 25px;
  fill: #f4f7ff;
}

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

.big-nav {
  width: 350px;
  padding-top: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  background: #00031c;
  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 #444c80;
  align-items: center;
  background: #00031c;
}
.big-nav .big-nav-header-title .nav-logo-container {
  position: relative;
  z-index: 10;
  width: 170px;
}
@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 img {
  max-width: 100%;
  height: 50px;
  margin-top: 0px;
}
@media (max-width: 1199.98px) {
  .big-nav .big-nav-header-title .nav-logo-container img {
    height: 30px;
  }
}
.big-nav .big-nav-header-title .nav-logo-container span {
  color: #FFF;
  font-size: 0.5rem;
  margin-right: 8px;
  font-weight: 200;
}
.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: #FFF;
  width: 30px;
  cursor: pointer;
}
.big-nav .big-nav-header-title .close-link-popup svg {
  fill: #FFF;
}
.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: #f4f7ff;
  border: 1px solid #444c80;
  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: #000024;
  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;
  border-top: 1px solid #444c80;
}
.big-nav .nav-links ul li .li-link {
  width: 100%;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.big-nav .nav-links ul li .li-link:hover {
  background: #01094d;
  color: #000024;
}
.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;
  padding: 0 20px 0 0;
}
.big-nav .nav-links ul li .li-link .link-info a {
  text-decoration: none;
  color: #FFF;
  font-size: 0.9rem;
  line-height: 25px;
  font-weight: 500;
  transition: all 0.3s ease-in-out 0s;
  padding: 17px 0 17px 15px;
  display: block;
}
.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: #FFF;
}
.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: #f4f7ff;
  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: #010739;
  color: #ffffff;
}
.big-nav .nav-links ul .li-active a svg {
  fill: #000024;
}
.big-nav .nav-links ul .li-active a svg g [fill] {
  fill: #000024;
}
.big-nav .nav-links ul .li-active a .svg-icon path {
  fill: #000024;
  stroke: #000024;
}
.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: #000024 !important;
}
.big-nav .nav-links ul .li-active a .link-info span:hover {
  color: #000024;
}
.big-nav .nav-links ul .li-active:hover {
  background: #01094d;
  color: #000024;
}
.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;
  z-index: 990;
}

.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: #f4f7ff;
  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: #f4f7ff;
  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: #f4f7ff;
  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;
}

.newsletter {
  background: #FAF9F7;
  padding: 75px 0;
}
.newsletter .newsletter-content .news-line .pretitle {
  font-size: 1.1rem;
  font-weight: 700;
  color: #009578;
}
@media (max-width: 575.98px) {
  .newsletter .newsletter-content .news-line .pretitle {
    font-size: 1rem;
    text-align: center;
  }
}
.newsletter .newsletter-content .news-line h3 {
  font-size: 3.5rem;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .newsletter .newsletter-content .news-line h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .newsletter .newsletter-content .news-line h3 {
    font-size: 1.75rem;
    text-align: center;
  }
}
.newsletter .newsletter-content .news-child-line .form-group .form-control {
  padding: 15px 5px 15px 15px;
  font-size: 17px;
  line-height: 22px;
  width: calc(100% - 75px);
  margin-right: auto;
  height: 55px;
  border: unset;
  border-bottom: 1px solid #0a0a0a;
  border-radius: unset;
  background: unset;
  font-family: "en";
}
.newsletter .newsletter-content .news-child-line .form-group .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #918d89;
  font-family: "sf";
}
.newsletter .newsletter-content .news-child-line .form-group .form-control::placeholder {
  font-size: 1rem;
  color: #918d89;
  font-family: "sf";
}
@media (max-width: 1199.98px) {
  .newsletter .newsletter-content .news-child-line .form-group .form-control {
    width: calc(100% - 25px);
  }
}
@media (max-width: 767.98px) {
  .newsletter .newsletter-content .news-child-line .form-group .form-control {
    width: 90%;
    margin: 15px auto;
  }
}
.newsletter .newsletter-content .news-child-line button {
  outline: none;
  width: 150px;
  background: unset;
  border: unset;
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 35px;
}
.newsletter .newsletter-content .news-child-line button:focus, .newsletter .newsletter-content .news-child-line button:active {
  border: unset;
  box-shadow: unset;
  outline: none;
}
.newsletter .newsletter-content .news-child-line button svg {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .newsletter .newsletter-content .news-child-line button {
    margin: 15px auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

[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;
  }
}

.index-header {
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .index-header {
    height: 80vh;
  }
}
.index-header:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  opacity: 0.5;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  height: 90vh;
  background-image: url(../assets/images/shape-bg-1.webp);
  background-size: cover;
  background-position: center center;
}
@media (max-width: 575.98px) {
  .index-header:after {
    height: 80vh;
  }
}
.index-header .index-header-content {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: flex-end;
  justify-content: normal;
  vertical-align: bottom;
  height: calc(90vh - 125px);
  text-align: center;
}
@media (max-width: 575.98px) {
  .index-header .index-header-content {
    height: calc(80vh - 125px);
  }
}
.index-header .index-header-content .index-header-content-details {
  width: 100%;
}
.index-header .index-header-content .index-header-content-details .index-header-head-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.index-header .index-header-content .index-header-content-details .index-header-head-social .social-links-rotated {
  transform: rotate(-90deg);
  color: #FFF;
  display: flex;
  align-items: center;
  font-size: 0.55rem;
  direction: ltr;
  text-align: left;
  height: 18px;
  position: absolute;
  left: -130px;
  top: 90px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .index-header .index-header-content .index-header-content-details .index-header-head-social .social-links-rotated {
    display: none;
  }
}
.index-header .index-header-content .index-header-content-details .index-header-head-social .social-links-rotated span {
  margin: 0 7px;
}
.index-header .index-header-content .index-header-content-details h1 {
  color: #FFF;
  font-size: 4.5rem;
  font-weight: 700;
  text-align: right;
  margin-bottom: 30px;
  font-family: "q";
}
@media (max-width: 1199.98px) {
  .index-header .index-header-content .index-header-content-details h1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 991.98px) {
  .index-header .index-header-content .index-header-content-details h1 {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  .index-header .index-header-content .index-header-content-details h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 575.98px) {
  .index-header .index-header-content .index-header-content-details h1 {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}
.index-header .index-header-content .index-header-content-details .header-bottom-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .index-header .index-header-content .index-header-content-details .header-bottom-info {
    display: block;
  }
}
.index-header .index-header-content .index-header-content-details .text-button {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 600px;
}
@media (max-width: 575.98px) {
  .index-header .index-header-content .index-header-content-details .text-button {
    width: 100%;
  }
}
.index-header .index-header-content .index-header-content-details p {
  color: #FFF;
  width: 400px;
  margin: 25px 0 0 0;
  font-size: 0.8rem;
  text-align: right;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .index-header .index-header-content .index-header-content-details p {
    width: 400px;
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .index-header .index-header-content .index-header-content-details p {
    width: 100%;
    font-size: 0.7rem;
  }
}
.index-header .index-header-content .index-header-content-details .header-btn {
  padding: 10px 30px 10px 30px;
  color: #000;
  background: #FFF;
  border-radius: 50px;
  width: 250px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto 0 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-right: auto;
}
@media (max-width: 575.98px) {
  .index-header .index-header-content .index-header-content-details .header-btn {
    padding: 14px 30px 14px 30px;
    font-size: 0.9rem;
    margin-left: auto;
    margin-right: 0;
    margin-top: 35px;
  }
}
.index-header .index-header-content .index-header-content-details .header-btn svg {
  fill: #000;
  height: 16px;
  width: 16px;
}
.index-header .index-header-content .index-header-content-details .left-p {
  text-align: right;
  width: 275px;
  margin-right: auto;
  margin-left: 0;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .index-header .dis-md-none {
    display: none !important;
  }
}

.index-page-layout {
  background-image: url(assets/images/hero5.png);
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}
.index-page-layout:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  opacity: 0.5;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  height: 60vh;
  background-image: url(../assets/images/shape-bg-1.webp);
  background-size: cover;
  background-position: center center;
}
.index-page-layout .index-header-content {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: normal;
  vertical-align: bottom;
  height: calc(44vh - 1px);
  text-align: center;
}
@media (max-width: 575.98px) {
  .index-page-layout .index-header-content {
    height: calc(66vh - 125px);
  }
}
.index-page-layout .index-header-content .index-header-content-details {
  width: 100%;
}
.index-page-layout .index-header-content .index-header-content-details .index-header-head-social {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.index-page-layout .index-header-content .index-header-content-details .index-header-head-social .social-links-rotated {
  transform: rotate(-90deg);
  color: #FFF;
  display: flex;
  align-items: center;
  font-size: 0.55rem;
  direction: ltr;
  text-align: left;
  height: 18px;
  position: absolute;
  left: -130px;
  top: 90px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .index-page-layout .index-header-content .index-header-content-details .index-header-head-social .social-links-rotated {
    display: none;
  }
}
.index-page-layout .index-header-content .index-header-content-details .index-header-head-social .social-links-rotated span {
  margin: 0 7px;
}
.index-page-layout .index-header-content .index-header-content-details h1 {
  color: #FFF;
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  font-family: "q";
}
@media (max-width: 1199.98px) {
  .index-page-layout .index-header-content .index-header-content-details h1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 991.98px) {
  .index-page-layout .index-header-content .index-header-content-details h1 {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  .index-page-layout .index-header-content .index-header-content-details h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 575.98px) {
  .index-page-layout .index-header-content .index-header-content-details h1 {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}
.index-page-layout .index-header-content .index-header-content-details .header-bottom-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .index-page-layout .index-header-content .index-header-content-details .header-bottom-info {
    display: block;
  }
}
.index-page-layout .index-header-content .index-header-content-details .text-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
}
@media (max-width: 575.98px) {
  .index-page-layout .index-header-content .index-header-content-details .text-button {
    width: 100%;
  }
}
.index-page-layout .index-header-content .index-header-content-details p {
  color: #FFF;
  width: 350px;
  margin: 0 0 0 0;
  font-size: 0.8rem;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .index-page-layout .index-header-content .index-header-content-details p {
    width: 400px;
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .index-page-layout .index-header-content .index-header-content-details p {
    width: 100%;
    font-size: 0.7rem;
  }
}
.index-page-layout .index-header-content .index-header-content-details .header-btn {
  padding: 10px 30px 10px 30px;
  color: #000;
  background: #FFF;
  border-radius: 50px;
  width: 250px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto 0 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-right: auto;
}
@media (max-width: 575.98px) {
  .index-page-layout .index-header-content .index-header-content-details .header-btn {
    padding: 14px 30px 14px 30px;
    font-size: 0.9rem;
    margin-left: auto;
    margin-right: 0;
    margin-top: 35px;
  }
}
.index-page-layout .index-header-content .index-header-content-details .header-btn svg {
  fill: #000;
  height: 16px;
  width: 16px;
}
.index-page-layout .index-header-content .index-header-content-details .left-p {
  text-align: right;
  width: 275px;
  margin-right: auto;
  margin-left: 0;
  font-weight: 700;
}

footer .footer-container .upper-footer {
  border: 1px solid #444c80;
  background-color: #070726;
  padding: 30px 40px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
footer .footer-container .upper-footer .footer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
footer .footer-container .upper-footer .footer-info .footer-logo {
  position: relative;
}
@media (max-width: 991.98px) {
  footer .footer-container .upper-footer .footer-info .footer-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
footer .footer-container .upper-footer .footer-info .footer-logo .nav-mobile-icon {
  display: none;
}
@media (max-width: 991.98px) {
  footer .footer-container .upper-footer .footer-info .footer-logo .nav-mobile-icon {
    display: block;
  }
}
footer .footer-container .upper-footer .footer-info .footer-logo .nav-mobile-icon svg {
  height: 24px;
  width: 24px;
  fill: #FFF;
}
footer .footer-container .upper-footer .footer-info .footer-logo .nav-logo-container {
  position: relative;
  z-index: 10;
  width: 170px;
}
@media (max-width: 1199.98px) {
  footer .footer-container .upper-footer .footer-info .footer-logo .nav-logo-container {
    width: 150px;
  }
}
@media (max-width: 991.98px) {
  footer .footer-container .upper-footer .footer-info .footer-logo .nav-logo-container {
    width: auto;
  }
}
footer .footer-container .upper-footer .footer-info .footer-logo .nav-logo-container a {
  text-decoration: none;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
footer .footer-container .upper-footer .footer-info .footer-logo .nav-logo-container img {
  max-width: 100%;
  height: 50px;
  margin-top: 0px;
}
@media (max-width: 1199.98px) {
  footer .footer-container .upper-footer .footer-info .footer-logo .nav-logo-container img {
    height: 30px;
  }
}
footer .footer-container .upper-footer .footer-info .footer-logo .nav-logo-container span {
  color: #FFF;
  font-size: 0.5rem;
  margin-right: 8px;
  font-weight: 200;
}
footer .footer-container .upper-footer .footer-info .footer-logo .nav-logo-container .main-logo {
  display: block;
}
footer .footer-container .upper-footer .footer-info .footer-logo .nav-logo-container .img-dark {
  display: none;
}
footer .footer-container .upper-footer .footer-info .footer-logo .nav-search-icon {
  display: none;
}
@media (max-width: 991.98px) {
  footer .footer-container .upper-footer .footer-info .footer-logo .nav-search-icon {
    display: block;
  }
}
footer .footer-container .upper-footer .footer-info .footer-logo .nav-search-icon svg {
  height: 24px;
  width: 24px;
  fill: #FFF;
}
footer .footer-container .upper-footer .footer-info .footer-logo .nav-search-icon .switch-langs {
  display: flex;
  align-items: center;
  width: 100px;
}
footer .footer-container .upper-footer .footer-info .footer-logo .nav-search-icon .switch-langs h6.page-lang {
  color: #FFF;
  font-weight: 900;
  font-family: "ar-reg";
  margin-bottom: 0;
  margin-top: 6px;
}
footer .footer-container .upper-footer .footer-info .footer-logo .nav-search-icon .page-lang {
  color: #FFF;
  text-decoration: underline;
}
footer .footer-container .upper-footer .footer-info .footer-info-text {
  width: 250px;
}
footer .footer-container .upper-footer .footer-info .footer-info-text p {
  font-size: 0.7rem;
  margin: 0;
  color: #646573;
}
footer .footer-container .upper-footer .footer-contacts .footer-contacts-card {
  text-align: center;
}
footer .footer-container .upper-footer .footer-contacts .footer-contacts-card a {
  font-size: 1.25rem;
  margin-bottom: 5px;
  font-weight: 700;
  color: #FFF;
}
footer .footer-container .upper-footer .footer-contacts .footer-contacts-card p {
  font-size: 0.7rem;
  color: #646573;
  margin-bottom: 0;
}
footer .footer-container .lower-footer {
  background-color: #070726;
  border: 1px solid #444c80;
  margin-top: -1px;
  text-align: center;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
footer .footer-container .lower-footer .row {
  padding: 0;
  margin: 0;
}
footer .footer-container .lower-footer .col-lg-4 {
  padding: 0;
  margin: 0;
  border-left: 1px solid #444c80;
}
footer .footer-container .lower-footer .footer-lower-card {
  padding: 30px 40px;
}
footer .footer-container .lower-footer .footer-lower-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #FFF;
}
footer .footer-container .lower-footer .footer-lower-card p {
  font-size: 0.7rem;
  color: #646573;
  margin-bottom: 0;
}
footer .footer-container .lower-footer .footer-lower-card .footer-social-links {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 60px;
}
footer .footer-container .lower-footer .footer-lower-card .footer-social-links a {
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
footer .footer-container .lower-footer .footer-lower-card h2 {
  font-family: "q";
  color: #FFF;
}
footer .footer-container .lower-footer .footer-lower-card .footer-btn {
  padding: 10px 30px 10px 30px;
  color: #000;
  background: #FFF;
  border-radius: 50px;
  width: 250px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto 0 auto;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
}
footer .footer-container .lower-footer .footer-lower-card .footer-btn svg {
  fill: #000;
  height: 16px;
  width: 16px;
}
footer .footer-container .lower-footer .newsletter-form {
  margin-top: 40px;
}
footer .footer-container .lower-footer .newsletter-form .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 #ebebeb;
}
footer .footer-container .lower-footer .newsletter-form .search-input:active {
  border-bottom: 1px solid #4d1f95;
  box-shadow: none;
  outline: none;
}
footer .footer-container .lower-footer .newsletter-form .search-input:focus {
  border-bottom: 1px solid #4d1f95;
  box-shadow: none;
  outline: none;
}
footer .footer-container .lower-footer .newsletter-form .search-input::-moz-placeholder {
  color: #646573;
  font-weight: 100;
  font-size: 0.75rem;
}
footer .footer-container .lower-footer .newsletter-form .search-input::placeholder {
  color: #646573;
  font-weight: 100;
  font-size: 0.75rem;
}
footer .footer-container .lower-footer .newsletter-form .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 .footer-container .lower-footer .newsletter-form .search-icon button svg {
  height: 15px;
  width: 15px;
  fill: #FFF;
}
footer .footer-container .copyrights {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 20px;
}
@media (max-width: 575.98px) {
  footer .footer-container .copyrights {
    justify-content: center;
  }
}
footer .footer-container .copyrights p {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  margin: 0;
  color: #FFF;
}
@media (max-width: 767.98px) {
  footer .footer-container .copyrights p {
    font-size: 0.6rem;
  }
}
@media (max-width: 575.98px) {
  footer .footer-container .copyrights p {
    text-align: center;
  }
}
footer .footer-container .copyrights p span {
  margin: 0 5px;
  color: #4d1f95;
}
footer .footer-container .copyrights ul {
  display: flex;
  align-items: center;
  margin: 0;
}
footer .footer-container .copyrights ul li {
  margin: 0 10px;
}
footer .footer-container .copyrights ul li a {
  font-size: 0.8rem;
  font-weight: 700;
  color: #FFF;
}
@media (max-width: 767.98px) {
  footer .footer-container .copyrights ul li a {
    font-size: 0.6rem;
  }
}
@media (max-width: 575.98px) {
  footer .footer-container .copyrights ul {
    display: none;
  }
}

/* WhatsApp Popup Styles */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  animation: whatsappPulse 2s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}

.whatsapp-float svg {
  color: white;
  width: 28px;
  height: 28px;
}

@keyframes whatsappPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.whatsapp-popup {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 320px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  z-index: 1001;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.whatsapp-popup.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.whatsapp-popup-content {
  padding: 0;
}

.whatsapp-popup-header {
  background: #25D366;
  padding: 15px;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  position: relative;
}

.whatsapp-popup-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 10px;
  background: white;
  padding: 2px;
}

.whatsapp-popup-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.whatsapp-popup-info {
  flex: 1;
  color: white;
}

.whatsapp-popup-info h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}

.whatsapp-popup-info span {
  font-size: 12px;
  opacity: 0.9;
}

.whatsapp-popup-close {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  transition: background 0.2s ease;
}

.whatsapp-popup-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.whatsapp-popup-message {
  padding: 15px;
  background: #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
}

.whatsapp-popup-message p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.whatsapp-popup-actions {
  padding: 15px;
}

.whatsapp-popup-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25D366;
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  gap: 8px;
}

.whatsapp-popup-btn:hover {
  background: #128C7E;
  color: white;
  text-decoration: none;
  transform: translateY(-1px);
}

.whatsapp-popup-btn svg {
  width: 20px;
  height: 20px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .whatsapp-popup {
    width: 280px;
    right: 10px;
    bottom: 80px;
  }
  .whatsapp-float {
    width: 55px;
    height: 55px;
    bottom: 15px;
    right: 15px;
  }
  .whatsapp-float svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 480px) {
  .whatsapp-popup {
    width: calc(100vw - 20px);
    right: 10px;
    left: 10px;
  }
}
[lang=en] .big-nav {
  direction: ltr;
  left: 0;
}
[lang=en] .big-nav .big-nav-header-title .nav-logo-container span {
  margin-right: 0;
  margin-left: 8px;
}
[lang=en] .big-nav .nav-links ul .ul-head {
  padding-right: 0;
  padding-left: 30px;
}
[lang=en] .big-nav .nav-links ul li .li-link .link-info {
  padding: 0 0 0 20px;
}
[lang=en] .big-nav-hiddin {
  transform: translate(-560px, 0);
  opacity: 0;
  z-index: -1 !important;
}
[lang=en] .index-page-layout .index-header-content .index-header-content-details .header-bottom-info {
  justify-content: center !important;
}
[lang=en] .index-page-layout .index-header-content .index-header-content-details .text-button {
  justify-content: center !important;
}
[lang=en] .index-page-layout .index-header-content .index-header-content-details p {
  text-align: center !important;
}
[lang=en] .index-header .index-header-content .index-header-content-details .index-header-head-social .social-links-rotated {
  transform: rotate(-90deg);
  direction: ltr;
  text-align: left;
  left: unset;
  right: -130px;
}
[lang=en] .index-header .index-header-content .index-header-content-details h1 {
  text-align: left;
}
[lang=en] .index-header .index-header-content .index-header-content-details .header-bottom-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  [lang=en] .index-header .index-header-content .index-header-content-details .header-bottom-info {
    display: block;
  }
}
[lang=en] .index-header .index-header-content .index-header-content-details p {
  text-align: left;
}
[lang=en] .index-header .index-header-content .index-header-content-details .header-btn {
  margin: 50px 0 0 auto;
  margin-left: auto;
  margin-right: 0;
}
[lang=en] .index-header .index-header-content .index-header-content-details .header-btn svg {
  transform: rotateY(180deg);
}
@media (max-width: 575.98px) {
  [lang=en] .index-header .index-header-content .index-header-content-details .header-btn {
    margin-left: 0;
    margin-right: auto;
  }
}
[lang=en] .index-header .index-header-content .index-header-content-details .left-p {
  text-align: left;
  width: 275px;
  margin-right: 0;
  margin-left: auto;
}
[lang=en] .header .navbar .nav-actions .book-btn svg {
  margin-right: 0;
  margin-left: 8px;
  transform: rotateY(180deg);
}
[lang=en] .header .navbar .nav-actions .book-btn span {
  padding-right: 0;
  padding-left: 6px;
}

.about-page .why {
  padding: 100px 0;
}
@media (max-width: 575.98px) {
  .about-page .why {
    padding: 75px 0;
  }
}
@media (max-width: 991.98px) {
  .about-page .why .why-info {
    border: unset;
  }
}
.about-page .why .why-info .why-part .why-text {
  padding: 0 0 0 0;
}
.about-page .why .why-info .why-part .why-text .pretitle {
  font-size: 1rem;
  font-weight: 600;
  color: #009578;
}
@media (max-width: 575.98px) {
  .about-page .why .why-info .why-part .why-text .pretitle {
    font-size: 0.9rem;
  }
}
.about-page .why .why-info .why-part .why-text .why-heading {
  font-size: 2.75rem;
  font-weight: 600;
  margin-top: 9px;
  color: #0e3e2f;
}
@media (max-width: 1199.98px) {
  .about-page .why .why-info .why-part .why-text .why-heading {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .about-page .why .why-info .why-part .why-text .why-heading {
    font-size: 1.5rem;
  }
}
.about-page .why .why-info .why-part .why-text .text {
  color: #FFF;
  width: 80%;
  margin-top: 35px;
  font-size: 1rem;
}
@media (max-width: 575.98px) {
  .about-page .why .why-info .why-part .why-text .text {
    width: 100%;
    font-size: 0.9rem;
  }
}
.about-page .why .why-info .why-part .why-text .why-actions {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.about-page .why .why-info .why-part .why-text .header-btn {
  padding: 10px 30px 10px 30px;
  color: #FFF;
  background: transparent;
  border-radius: 50px;
  width: 300px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid #f4f7ff;
  margin: 10px auto 0 0;
}
.about-page .why .why-info .why-part .why-text .header-btn svg {
  height: 16px;
  width: 16px;
  fill: #FFF;
  margin-right: 15px;
}
.about-page .why .why-info .why-part-img {
  height: 450px;
  width: 100%;
  border-radius: 12px;
  padding: 50px;
  display: flex;
  align-items: center;
  color: #FFF;
}
.about-page .why .why-info .why-part-img .why-part-img-content .h3-part {
  margin-bottom: 35px;
}
.about-page .why .why-info .why-part-img .why-part-img-content .h3-part h3 {
  font-size: 3rem;
  font-weight: 600;
  color: #FFF;
}
.about-page .why .why-info .why-part-img .why-part-img-content .h3-part .colred {
  color: #e6fd5a;
  font-size: 3.6rem;
}
.about-page .why .why-info .why-part-img .why-part-img-content a {
  padding: 14px 14px;
  font-size: 0.8rem;
  height: 47px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  border: unset !important;
  color: #FFF;
  background: #444c80;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 35px;
}
.about-page .why .why-vision {
  margin-top: 0;
  border-left: 1px solid #444c80;
  border-bottom: unset;
  border-top: unset;
  padding-left: 50px;
}
@media (max-width: 991.98px) {
  .about-page .why .why-vision {
    border: unset;
  }
}
.about-page .why .why-vision .why-vision-part {
  padding: 40px 100px 40px 40px;
  border-left: unset;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .about-page .why .why-vision .why-vision-part {
    padding: 30px 15px;
  }
}
.about-page .why .why-vision .why-vision-part .why-vision-part-text {
  flex: 1;
}
.about-page .why .why-vision .why-vision-part lord-icon {
  height: 75px;
  width: 75px;
  margin-bottom: 0;
  margin-right: 15px;
}
.about-page .why .why-vision .why-vision-part h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #FFF;
}
@media (max-width: 575.98px) {
  .about-page .why .why-vision .why-vision-part h3 {
    font-size: 1.1rem;
  }
}
.about-page .why .why-vision .why-vision-part h5 {
  font-size: 5rem;
  font-family: "num";
  position: relative;
  margin-bottom: 20px;
}
.about-page .why .why-vision .why-vision-part h5:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 85px;
  width: 85px;
  background-image: radial-gradient(at bottom center, #009578 0%, #a8e063 60%);
  border-radius: 50%;
  right: -17px;
  top: 5px;
  z-index: -1;
}
.about-page .why .why-vision .why-vision-part p {
  font-size: 0.9rem;
  color: #646573;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .about-page .why .why-vision .why-vision-part p {
    font-size: 0.8rem;
  }
}
.about-page .why .why-vision .unborded {
  border: unset;
}
.about-page .why .why-vision .cus-padd {
  padding: 30px;
}

.brands-page .partners {
  padding: 100px 0 100px 0;
  position: relative;
}
@media (max-width: 575.98px) {
  .brands-page .partners {
    padding: 75px 0 75px 0;
  }
}
.brands-page .partners .section-header {
  margin-bottom: 75px;
}
.brands-page .partners .section-header .heading {
  font-size: 2.5rem;
}
@media (max-width: 575.98px) {
  .brands-page .partners .section-header .heading {
    font-size: 1.2rem;
  }
}
.brands-page .partners .section-header .heading span {
  background-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(222deg, #4a64ea 0%, #596fe3 75%);
  background-size: cover;
  background-position: center center;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 10px;
  font-family: "num";
}
@media (max-width: 575.98px) {
  .brands-page .partners .section-header .heading span {
    font-size: 1.5rem;
  }
}
.brands-page .partners .partners-logos {
  border-bottom: 1px solid #444c80;
  direction: rtl;
}
@media (max-width: 575.98px) {
  .brands-page .partners .partners-logos {
    border: unset;
  }
}
.brands-page .partners .partners-logos .partner-card {
  padding: 30px 0 30px 30px;
  border-left: 1px solid #444c80;
}
@media (max-width: 575.98px) {
  .brands-page .partners .partners-logos .partner-card {
    border: unset;
  }
}
.brands-page .partners .partners-logos .partner-card:hover img {
  filter: contrast(1);
  transform: scale(1.1);
}
.brands-page .partners .partners-logos .partner-card img {
  width: 140px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  filter: contrast(0.1);
  transition: all 0.3s ease-in-out;
}
.brands-page .partners .unborderd {
  border: unset !important;
}

.contacts-page iframe {
  margin-bottom: -7px;
}
.contacts-page .contact-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contacts-page .contact-section .contacts-map-message {
  padding: 100px 0;
}
.contacts-page .contact-section .contact-side-card .about-text .pretitle {
  font-size: 1rem;
  font-weight: 600;
  color: #009578;
}
.contacts-page .contact-section .contact-side-card .about-text .about-heading {
  font-size: 2.3rem;
  font-weight: 600;
  margin-top: 9px;
  color: #0e3e2f;
}
@media (max-width: 575.98px) {
  .contacts-page .contact-section .contact-side-card .about-text .about-heading {
    font-size: 1.8rem;
  }
}
.contacts-page .contact-section .contact-side-card .about-text .text {
  color: #0e3e2f;
  width: 80%;
  margin-top: 20px;
  font-size: 0.9rem;
}
.contacts-page .contact-section .contact-info-parent .contact-info-content-inner {
  border: 1px solid #d9e3e4;
}
.contacts-page .contact-section .contact-info-parent .contact-info-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .contacts-page .contact-section .contact-info-parent .contact-info-container {
    display: block;
    text-align: center;
  }
}
.contacts-page .contact-section .contact-info-parent .contact-info-container .side {
  flex: 1;
}
@media (max-width: 991.98px) {
  .contacts-page .contact-section .contact-info-parent .contact-info-container .side {
    margin: 20px 0;
  }
}
.contacts-page .contact-section .contact-info-parent .contact-info-container .side a {
  text-decoration: none;
  display: block;
}
.contacts-page .contact-section .contact-info-parent .contact-info-container .side .phone {
  font-size: 2.2rem;
  font-weight: 600;
  color: #000;
}
.contacts-page .contact-section .contact-info-parent .contact-info-container .side .email {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
}
.contacts-page .contact-section .contact-info-parent .contact-info-container .side .address {
  font-weight: 400;
  font-size: 1.1rem;
  margin: 0;
}
.contacts-page .contact-section .contact-info-parent .contact-info-container .side .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts-page .contact-section .contact-info-parent .contact-info-container .side .social-links .links {
  margin: 0 7px;
  background: #e4e7ec;
  padding: 12px;
  border-radius: 50%;
}
.contacts-page .contact-section .contact .contacts-container {
  height: 100%;
  width: 100%;
}
.contacts-page .contact-section .contact .contact-info h3 {
  font-size: 4rem;
  position: relative;
  color: #FFF;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .contacts-page .contact-section .contact .contact-info h3 {
    font-size: 2.5rem !important;
  }
}
.contacts-page .contact-section .contact .contact-info h3 svg {
  height: 84px;
  width: 295px;
  position: absolute;
  top: 99%;
  fill: #be0f5d;
  right: 0%;
  transform: translate(0%, 0);
}
@media (max-width: 991.98px) {
  .contacts-page .contact-section .contact .contact-info h3 svg {
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.contacts-page .contact-section .contact .contact-info p {
  margin-top: 25px;
  color: #000;
  width: 80%;
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  .contacts-page .contact-section .contact .contact-info p {
    margin: auto;
    text-align: center;
  }
}
.contacts-page .contact-section .contact .contact-info .contacts-line .contact-line {
  display: flex;
  align-items: center;
}
.contacts-page .contact-section .contact .contact-info .contacts-line .contact-line svg {
  height: 40px;
  fill: #000024;
  margin-left: 10px;
  margin-bottom: 0;
}
.contacts-page .contact-section .contact .contact-info .contacts-line .contact-line .contact-line-part {
  margin: 20px 0;
}
.contacts-page .contact-section .contact .contact-info .contacts-line .contact-line .contact-line-part h6 {
  margin: 0;
  font-size: 1.2rem;
  display: block;
}
.contacts-page .contact-section .contact .contact-info .contacts-line .contact-line .contact-line-part p {
  margin: 0;
  width: 100%;
}
.contacts-page .contact-section .contact .contact-form {
  margin: auto;
  margin-bottom: 0;
  margin: auto;
  margin-bottom: 0;
  border: 1px solid #444c80;
  background-color: #070726;
  background-size: cover;
  background-position: center center;
  padding: 50px;
  border-radius: 12px;
}
@media (max-width: 575.98px) {
  .contacts-page .contact-section .contact .contact-form {
    padding: 50px 25px;
  }
}
.contacts-page .contact-section .contact .contact-form form {
  background: unset;
  padding: 0;
  border-radius: 20px;
}
.contacts-page .contact-section .contact .contact-form form span {
  color: #009578;
  font-size: 1rem;
  font-weight: 600;
}
.contacts-page .contact-section .contact .contact-form form h3 {
  font-size: 1.5rem;
  margin-bottom: 35px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.contacts-page .contact-section .contact .contact-form form .form-group {
  margin-bottom: 20px;
}
.contacts-page .contact-section .contact .contact-form form .form-group .form-control {
  padding: 10px 34px 15px 15px;
  line-height: 22px;
  margin-right: auto;
  height: 55px;
  border: 1px solid #444c80;
  background: unset;
  color: #FFF;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 600;
}
.contacts-page .contact-section .contact .contact-form form .form-group .form-control::-moz-placeholder {
  color: #FFF;
}
.contacts-page .contact-section .contact .contact-form form .form-group .form-control::placeholder {
  color: #FFF;
}
.contacts-page .contact-section .contact .contact-form form .form-group textarea {
  min-height: 200px;
}
.contacts-page .contact-section .contact .contact-form form a {
  padding: 14px 14px;
  font-size: 0.95rem;
  height: 53px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  border: unset !important;
  color: #ffffff;
  background-color: transparent;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-right: 0px;
  background-color: #444c80 !important;
}
.contacts-page .contact-section iframe {
  margin-bottom: -7px !important;
}
.contacts-page .contact-section .contact-side-card {
  padding: 15px;
  margin-left: 50px;
  border-radius: 12px;
}
@media (max-width: 991.98px) {
  .contacts-page .contact-section .contact-side-card {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.contacts-page .contact-section .contact-side-card .phone {
  margin-top: 15px;
}
.contacts-page .contact-section .contact-side-card .phone a {
  text-decoration: underline !important;
  font-size: 2.5rem;
  color: #444c80 !important;
  font-weight: 700;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to left bottom, #ffffff, #dcdbe5, #b9b9cc, #9698b3, #73799b);
}
.contacts-page .contact-section .contact-side-card .address {
  padding: 20px 0 20px 0;
}
.contacts-page .contact-section .contact-side-card .address span {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #FFF;
  font-weight: 700;
  opacity: 0.8;
  margin-bottom: 15px;
  display: block;
}
.contacts-page .contact-section .contact-side-card .address p {
  color: #959efe;
  font-size: 0.9rem;
  margin-bottom: 0;
}
.contacts-page .contact-section .contact-side-card .email {
  padding: 20px 0 20px 0;
}
.contacts-page .contact-section .contact-side-card .email span {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #FFF;
  font-weight: 700;
  opacity: 0.8;
  margin-bottom: 15px;
  display: block;
}
.contacts-page .contact-section .contact-side-card .email a {
  color: #959efe;
  font-size: 0.9rem;
  margin-bottom: 0;
}
.contacts-page .contact-section .contact-side-card .social-icons {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 25px;
  padding-right: 0;
}
.contacts-page .contact-section .contact-side-card .social-icons li {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.contacts-page .contact-section .contact-side-card .social-icons li:hover {
  padding: 0;
}
.contacts-page .contact-section .contact-side-card .social-icons li:hover a svg {
  fill: #FFF;
}
.contacts-page .contact-section .contact-side-card .social-icons li a {
  text-decoration: none;
}
.contacts-page .contact-section .contact-side-card .social-icons li a svg {
  height: 18px;
  width: 18px;
  fill: #FFF;
  transition: all 0.3s ease-in-out;
}

.blogs-page {
  padding: 100px 0 0 0;
}

.one-blog {
  padding: 25px 15px 100px 15px;
  color: #FFF;
}

.projects-page .projects {
  padding: 100px 0 0 0;
  color: #FFF;
}
.projects-page .projects .project-categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}
.projects-page .projects .project-categories .filter-btn {
  padding: 12px 24px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #FFF;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  min-width: 120px;
}
.projects-page .projects .project-categories .filter-btn:hover {
  border-color: #007bff;
  color: #007bff;
  transform: translateY(-2px);
}
.projects-page .projects .project-categories .filter-btn.active {
  background: #007bff;
  border-color: #007bff;
  color: #FFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}
.projects-page .projects .project-categories .filter-btn.last-li {
  margin-right: 0;
}
.projects-page .projects .projects-cards #projects-container.filtering {
  pointer-events: none;
}

* {
  box-sizing: border-box;
}

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

.row {
  overflow: hidden;
}

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

@media (min-width: 300px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.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;
}

.index-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .index-section-header {
    display: block;
  }
}
.index-section-header .index-section-header-head span {
  font-size: 0.8rem;
  color: #4d1f95;
  color: rgb(149, 158, 254);
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}
.index-section-header .index-section-header-head span:after {
  content: "";
  position: absolute;
  left: -95px;
  top: 2px;
  height: 18px;
  width: 100px;
  background-image: url(../assets/images/spanl.svg);
  background-repeat: no-repeat;
}
.index-section-header .index-section-header-head h3 {
  font-size: 2.75rem;
  font-weight: 700;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to left bottom, #ffffff, #dcdbe5, #b9b9cc, #9698b3, #73799b);
}
@media (max-width: 767.98px) {
  .index-section-header .index-section-header-head h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 575.98px) {
  .index-section-header .index-section-header-head h3 {
    font-size: 1.4rem;
  }
}
.index-section-header p.text {
  font-size: 0.8rem;
  width: 450px;
  color: #cac9d1;
}
@media (max-width: 767.98px) {
  .index-section-header p.text {
    width: 100%;
  }
}
.index-section-header p.text span {
  color: #FFF;
  font-weight: 600;
  position: relative;
}
.index-section-header p.text span:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #4d1f95;
}

.index-section-header-center {
  text-align: center;
}
.index-section-header-center .index-section-header-head span {
  font-size: 0.8rem;
  color: #4d1f95;
  color: rgb(149, 158, 254);
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}
.index-section-header-center .index-section-header-head span:before {
  content: "";
  position: absolute;
  right: -115px;
  top: 2px;
  height: 18px;
  width: 100px;
  background-image: url(../assets/images/spanr.svg);
  background-repeat: no-repeat;
}
.index-section-header-center .index-section-header-head span:after {
  content: "";
  position: absolute;
  left: -95px;
  top: 2px;
  height: 18px;
  width: 100px;
  background-image: url(../assets/images/spanl.svg);
  background-repeat: no-repeat;
}
.index-section-header-center .index-section-header-head h3 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.4;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to left bottom, #ffffff, #dcdbe5, #b9b9cc, #9698b3, #73799b);
}
@media (max-width: 767.98px) {
  .index-section-header-center .index-section-header-head h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 575.98px) {
  .index-section-header-center .index-section-header-head h3 {
    font-size: 1.4rem;
  }
}
.index-section-header-center p.text {
  text-align: center;
  font-size: 0.8rem;
  width: 650px;
  margin: auto;
  color: #cac9d1;
}
@media (max-width: 767.98px) {
  .index-section-header-center p.text {
    width: 100%;
  }
}
.index-section-header-center p.text span {
  color: #FFF;
  font-weight: 600;
  position: relative;
}
.index-section-header-center p.text span:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #4d1f95;
}

.about {
  padding: 75px 0 75px 0;
  position: relative;
  overflow: hidden;
}
.about .about-overlay-1 {
  height: 550px;
  width: 500px;
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.about .about-overlay-1 img {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.about .index-section-header-center {
  text-align: center;
}
.about .index-section-header-center .index-section-header-head span {
  font-size: 0.8rem;
  color: #4d1f95;
  color: rgb(149, 158, 254);
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}
.about .index-section-header-center .index-section-header-head span:before {
  content: "";
  position: absolute;
  right: -115px;
  top: 2px;
  height: 18px;
  width: 100px;
  background-image: url(../assets/images/spanr.svg);
  background-repeat: no-repeat;
}
.about .index-section-header-center .index-section-header-head span:after {
  content: "";
  position: absolute;
  left: -95px;
  top: 2px;
  height: 18px;
  width: 100px;
  background-image: url(../assets/images/spanl.svg);
  background-repeat: no-repeat;
}
.about .index-section-header-center .index-section-header-head h3 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  width: 650px;
  margin: auto;
  background-size: 1000px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to left bottom, #ffffff, #dcdbe5, #b9b9cc, #9698b3, #73799b);
}
@media (max-width: 767.98px) {
  .about .index-section-header-center .index-section-header-head h3 {
    width: 100%;
    font-size: 1rem;
  }
}
.about a.header-btn {
  padding: 10px 30px 10px 30px;
  color: #FFF;
  background: transparent;
  border-radius: 50px;
  width: 250px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto 0 auto;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-right: 75px;
  border: 1px solid #f4f7ff;
  margin: 40px auto 0 auto;
}
.about a.header-btn svg {
  fill: #FFF;
  height: 16px;
  width: 16px;
}
.about .features {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 650px;
  margin: 50px auto 0 auto;
  position: relative;
  z-index: 99;
}
@media (max-width: 767.98px) {
  .about .features {
    width: 100%;
  }
}
.about .features .feat-card {
  display: flex;
  align-items: center;
  padding: 6px 14px 6px 20px;
  margin: 10px 10px;
  background: #00031c;
  border-radius: 100px;
  position: relative;
}
.about .features .feat-card:after {
  content: "";
  border-radius: 100px;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  background: linear-gradient(-325.29deg, #10111f 13.44%, #393d64 80.43%);
}
.about .features .feat-card svg {
  height: 12px;
  width: 12px;
  fill: #4d1f95;
}
.about .features .feat-card span {
  font-size: 0.7rem;
  color: #FFF;
  margin-right: 8px;
}
.about .imgs-group {
  position: relative;
  margin-top: 0;
}
.about .imgs-group .img1 {
  margin: -37px auto 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .imgs-group .img1 svg {
  max-width: 500px;
  margin: auto;
  text-align: center;
  width: 100%;
  position: relative;
  pointer-events: none;
}
.about .imgs-group .img2 {
  margin: -54px 8px 5px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .about-overlay-2 {
  height: 350px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.about .about-overlay-2 img {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about .b1 {
  position: absolute;
  bottom: -50px;
  left: -40px;
  max-width: 100%;
  height: 550px;
}
.about .b1 img {
  height: 100%;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .about .b1 {
    bottom: -333px;
  }
}
.about .b2 {
  position: absolute;
  bottom: -50px;
  right: -65px;
  max-width: 100%;
  height: 550px;
}
.about .b2 img {
  height: 100%;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .about .b2 {
    bottom: -333px;
  }
}
.about .about-line-bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 4;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(270.55deg, #00031c 16.47%, #8ea0e0 48.87%, #00031c 78.17%);
}

.services {
  padding: 100px 0 75px 0;
  position: relative;
}
.services .drop-point {
  position: absolute;
  filter: blur(100px);
  width: 300px;
  height: 150px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 0.6;
  pointer-events: none;
  display: inline-block;
  background: var(--Primary);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(200px);
          backdrop-filter: blur(200px);
  background: rgb(89, 53, 233);
}
.services .services-container {
  margin-top: 75px;
}
.services .services-container .row {
  padding: 15px;
}
.services .services-container .service-card {
  padding: 30px 35px 20px 35px;
  border-radius: 12px;
  margin-bottom: 15px;
  position: relative;
  background-color: #00031c;
  height: 363px;
}
.services .services-container .service-card:after {
  border-radius: 12px;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  content: "";
  transition: all 0.3s ease;
  background: linear-gradient(51.55deg, #15143a 22.21%, #4450ac 47%, #15143a 66.77%);
}
.services .services-container .service-card:before {
  content: "";
  position: absolute;
  background: #4f60fa;
  filter: blur(100px);
  width: 181px;
  height: 94px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 0.6;
  pointer-events: none;
  display: inline-block;
  border-radius: 50%;
  width: 74.36px;
  height: 80.97px;
  background: #6335e9;
  filter: blur(59px);
  top: 44px;
  right: 26px;
  left: unset;
}
.services .services-container .service-card .service-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services .services-container .service-card .service-head h4 {
  font-size: 1.2rem;
  font-weight: 700;
  max-width: 85%;
  color: #FFF;
  line-height: 31px;
}
.services .services-container .service-card .service-head span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  color: #FFF;
}
.services .services-container .service-card .service-icon {
  margin: 35px 0;
}
.services .services-container .service-card .service-icon svg {
  height: 50px;
  width: 50px;
  fill: #4d1f95;
}
.services .services-container .service-card .service-icon lord-icon {
  height: 75px;
  width: 75px;
}
.services .services-container .service-card .service-info p {
  font-size: 0.8rem;
  color: #cac9d1;
}
.services .about-line-bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 4;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(270.55deg, #00031c 16.47%, #8ea0e0 48.87%, #00031c 78.17%);
}

.nums {
  padding: 0 0 100px 0;
  margin-top: -75px;
}
.nums .container {
  position: relative;
}
.nums .about-overlay-1 {
  height: 950px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.nums .about-overlay-1 img {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.nums .index-section-header {
  position: relative;
  z-index: 99;
}
.nums .nums-vid {
  height: 650px;
  width: 100%;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767.98px) {
  .nums .nums-vid {
    margin-top: 100px;
  }
}
.nums .nums-vid .num-vid-icon {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  border: 1px solid #FFF;
  display: none;
}
.nums .nums-vid .num-vid-icon:before {
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -3;
  content: "";
  transition: all 0.3s ease;
  background: linear-gradient(51.55deg, #15143a 22.21%, #4450ac 47%, #15143a 66.77%);
}
.nums .nums-vid .num-vid-icon svg {
  height: 40px;
  width: 40px;
  fill: #f5e0e0;
}
.nums .index-section-header {
  padding: 60px 40px 10px 40px;
  margin-top: -560px;
}
@media (max-width: 767.98px) {
  .nums .index-section-header {
    margin-top: -680px;
  }
}
.nums .num-cards {
  background-color: #f5f8fa;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
  background-color: #00031c;
}
.nums .num-cards .num-card {
  padding: 40px 40px 50px 40px;
  position: relative;
}
.nums .num-cards .num-card:after {
  content: "";
  position: absolute;
  background: #4f60fa;
  filter: blur(100px);
  width: 181px;
  height: 94px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 0.6;
  pointer-events: none;
  display: inline-block;
  border-radius: 50%;
  width: 74.36px;
  height: 80.97px;
  background: #6335e9;
  filter: blur(59px);
  top: 44px;
  right: 26px;
  left: unset;
}
.nums .num-cards .num-card .num-card-head h2 {
  font-family: "num", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  background-size: cover !important;
  background-position: center center !important;
  background: linear-gradient(94.64deg, #4a64ea 8.04%, #596fe3 77.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575.98px) {
  .nums .num-cards .num-card .num-card-head h2 {
    font-size: 3rem;
  }
}
.nums .num-cards .num-card .num-card-head h2.s2 {
  background: linear-gradient(94.64deg, #3de6f6 52.04%, #f7f478 94.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nums .num-cards .num-card .num-card-head h2.s3 {
  background: linear-gradient(94.64deg, #9e53fe 8.04%, #aa6ff5 77.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nums .num-cards .num-card .num-card-head h2.s4 {
  background: linear-gradient(94.65deg, #d54ff7 8.04%, #e6a9f6 44.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nums .num-cards .num-card .num-card-head span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFF;
}
@media (max-width: 575.98px) {
  .nums .num-cards .num-card .num-card-head span {
    font-size: 0.8rem;
  }
}
.nums .num-cards .num-card p {
  font-size: 0.9rem;
  color: #e6e6e6;
  margin: 0;
}

.projects {
  padding: 100px 0 100px 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
  overflow: hidden;
}
.projects:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -220px;
  left: 50%;
  background: radial-gradient(104.5% 56.05% at 50% 77.81%, #ffffff 27.5%, #15066e 57.5%, rgba(88, 0, 201, 0.27) 100%);
  width: 900px;
  height: 500px;
  background: radial-gradient(104.5% 56.05% at 50% 77.81%, #ffffff 27.5%, #15066e 57.5%, rgba(88, 0, 201, 0.27) 100%);
  filter: blur(58.5px);
  transform: translateX(-50%) matrix(-1, -0.08, 0.04, -1, 0, 0);
  z-index: -1;
}
.projects .row {
  padding: 15px;
}
.projects .about-line-top {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 4;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(270.55deg, #00031c 16.47%, #8ea0e0 48.87%, #00031c 78.17%);
}
.projects .about-overlay-1 {
  height: 550px;
  width: 100%;
  position: absolute;
  top: -3px;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.projects .about-overlay-1 img {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.projects .project-categories {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767.98px) {
  .projects .project-categories {
    flex-wrap: wrap;
  }
}
.projects .project-categories li {
  margin: 0 15px 15px 0;
  font-size: 0.9rem;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  color: #FFF;
}
@media (max-width: 991.98px) {
  .projects .project-categories li {
    font-size: 0.7rem;
  }
}
@media (max-width: 767.98px) {
  .projects .project-categories li {
    font-size: 0.6rem;
  }
}
.projects .project-categories .last-li:after {
  display: none;
}
.projects .projects-cards {
  margin-top: 50px;
}
.projects .projects-cards .project-card-tilt {
  text-align: left;
}
.projects .projects-cards .project-card {
  margin-bottom: 25px;
  padding: 10px;
  border-radius: 12px;
  position: relative;
  background-color: #070726;
}
.projects .projects-cards .project-card:after {
  content: "";
  position: absolute;
  border-radius: inherit;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  background: linear-gradient(126.42deg, #797c8b 2.26%, rgba(167, 167, 167, 0) 50.04%), linear-gradient(180deg, #303a7c 0%, rgba(14, 19, 51, 0.5) 100%);
}
.projects .projects-cards .project-card figure {
  height: 225px;
  width: 100%;
  border-radius: 12px;
  position: relative;
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
}
.projects .projects-cards .project-card .project-cat {
  font-size: 0.7rem;
  background-color: #00031c;
  color: #ebebeb;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  padding: 1px 20px 1px 20px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.projects .projects-cards .project-card .project-cat span {
  font-weight: 600;
}
.projects .projects-cards .project-card .project-cat h4 {
  margin: 0px 10px 14px;
  color: #FFF;
}
.projects .projects-cards .project-card .project-arrow {
  position: absolute;
  bottom: 25px;
  left: 30px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #00031c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  display: none;
}
.projects .projects-cards .project-card .project-arrow:before {
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  content: "";
  transition: all 0.3s ease;
  background: linear-gradient(51.55deg, #15143a 22.21%, #4450ac 47%, #15143a 66.77%);
}
.projects .projects-cards .project-card .project-arrow svg {
  height: 25px;
  width: 25px;
  fill: #FFF;
}
.projects .projects-cards .project-card .project-cat-pretitle {
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  padding: 1px 20px 1px 20px;
  font-size: 0.7rem;
  color: rgb(149, 158, 254);
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
}
.projects .projects-cards .project-card .project-cat-pretitle:after {
  content: "";
  position: absolute;
  left: -68px;
  top: 15px;
  height: 18px;
  width: 100px;
  background-image: url(../assets/images/spanl.svg);
  background-repeat: no-repeat;
}
.projects .projects-cards .project-card .project-cat-pretitle h4 {
  margin: 0px 10px 14px;
  color: #FFF;
}
.projects .projects-cards .project-card h3 {
  margin-top: -10px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #FFF;
  padding: 5px 15px 15px 15px;
}
.projects .projects-cards .project-card .project-btn {
  padding: 8px 20px 8px 20px;
  color: #FFF;
  background: #00031c;
  border-radius: 50px;
  width: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid #646986;
  margin: -8px 10px 15px 10px;
}
.projects .projects-cards .project-card .project-btn svg {
  fill: #FFF;
  height: 16px;
  width: 16px;
  transform: rotateY(180deg);
}
.projects .about-line-bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 4;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(270.55deg, #00031c 16.47%, #8ea0e0 48.87%, #00031c 78.17%);
}
.projects .about-overlay-2 {
  height: 350px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.projects .about-overlay-2 img {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.projects .drop-point {
  position: absolute;
  filter: blur(100px);
  width: 300px;
  height: 150px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.6;
  pointer-events: none;
  display: inline-block;
  background: var(--Primary);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(200px);
          backdrop-filter: blur(200px);
  background: rgb(89, 53, 233);
}
.projects a.header-btn {
  padding: 10px 30px 10px 30px;
  color: #FFF;
  background: transparent;
  border-radius: 50px;
  width: 300px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid #f4f7ff;
  margin: 50px auto 0 auto;
}
.projects a.header-btn svg {
  fill: #FFF;
  height: 16px;
  width: 16px;
}

.testimonilas {
  padding: 0 0 100px 0;
}
.testimonilas .row {
  padding: 15px;
}
.testimonilas a.header-btn {
  padding: 10px 30px 10px 30px;
  color: #FFF;
  background: transparent;
  border-radius: 50px;
  width: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid #f4f7ff;
  margin: 0 0 0 0;
}
.testimonilas a.header-btn svg {
  fill: #FFF;
  height: 16px;
  width: 16px;
}
.testimonilas .tes-container {
  background: #070726;
  padding: 75px 75px;
  border-radius: 12px;
  border: 1px solid #444c80;
}
@media (max-width: 767.98px) {
  .testimonilas .tes-container {
    padding: 75px 25px;
  }
}
.testimonilas .tes-container .tes-cards {
  margin-top: 75px;
}
.testimonilas .tes-container .tes-cards .tes-card {
  background-color: #54008f;
  padding: 40px 40px;
  border-radius: 12px;
  color: #FFF;
  margin-bottom: 15px;
}
.testimonilas .tes-container .tes-cards .tes-card .test-scocre {
  display: inline-flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0;
}
.testimonilas .tes-container .tes-cards .tes-card .test-scocre h3 {
  font-size: 3.1rem;
  font-weight: 700;
  margin: 0;
  font-family: "num";
}
.testimonilas .tes-container .tes-cards .tes-card .test-scocre span {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 5px;
  font-family: "num";
  color: #c2c2c2;
}
.testimonilas .tes-container .tes-cards .tes-card .test-scocre h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  font-family: "num";
  color: #c2c2c2;
}
.testimonilas .tes-container .tes-cards .tes-card p.text {
  font-size: 0.8rem;
  line-height: 1.6;
  margin-bottom: 100px;
  color: #FFF;
  margin-top: 5px;
}
.testimonilas .tes-container .tes-cards .tes-card .tes-logo-container {
  position: relative;
  z-index: 10;
  width: 170px;
}
@media (max-width: 1199.98px) {
  .testimonilas .tes-container .tes-cards .tes-card .tes-logo-container {
    width: 150px;
  }
}
@media (max-width: 991.98px) {
  .testimonilas .tes-container .tes-cards .tes-card .tes-logo-container {
    width: auto;
  }
}
.testimonilas .tes-container .tes-cards .tes-card .tes-logo-container a {
  text-decoration: none;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.testimonilas .tes-container .tes-cards .tes-card .tes-logo-container img {
  max-width: 100%;
  height: 50px;
  margin-top: 0px;
}
@media (max-width: 1199.98px) {
  .testimonilas .tes-container .tes-cards .tes-card .tes-logo-container img {
    height: 30px;
  }
}
.testimonilas .tes-container .tes-cards .tes-card .tes-logo-container span {
  color: #FFF;
  font-size: 0.5rem;
  margin-right: 8px;
  font-weight: 200;
}
.testimonilas .tes-container .tes-cards .tes-card .tes-logo-container .main-logo {
  display: block;
}
.testimonilas .tes-container .tes-cards .tes-card .tes-logo-container .img-dark {
  display: none;
}
.testimonilas .tes-container .tes-cards .tes-card .tes-team {
  margin-top: 25px;
}
.testimonilas .tes-container .tes-cards .tes-card .tes-team img {
  transform: rotateY(180deg);
  width: 135px;
}
.testimonilas .tes-container .tes-cards .tes-card .tes-stars {
  margin-top: 25px;
}
.testimonilas .tes-container .tes-cards .tes-card .tes-stars img {
  width: 60px;
}
.testimonilas .tes-container .tes-cards .tes-card .tes-stars span {
  display: block;
  color: #c2c2c2;
  font-size: 0.7rem;
}
.testimonilas .tes-container .review-card {
  background-color: #00031c;
  padding: 40px 40px;
  border-radius: 12px;
  color: #FFF;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}
.testimonilas .tes-container .review-card:after {
  border-radius: 12px;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  content: "";
  transition: all 0.3s ease;
  background: linear-gradient(51.55deg, #15143a 22.21%, #4450ac 47%, #15143a 66.77%);
}
.testimonilas .tes-container .review-card .review-card-head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 25px;
}
.testimonilas .tes-container .review-card .review-card-head figure {
  margin-bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  border-radius: 8px;
  margin-left: 25px;
}
.testimonilas .tes-container .review-card .review-card-head-info h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.testimonilas .tes-container .review-card .review-card-head-info span {
  font-size: 0.85rem;
  color: #c2c2c2;
  font-weight: 500;
}
.testimonilas .tes-container .review-card .review-card-content {
  margin-top: 25px;
}
.testimonilas .tes-container .review-card .review-card-content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.6;
}
.testimonilas .tes-container .review-card .review-card-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #e6e6e6;
  margin: 0;
}
.testimonilas .tes-container .review-card .review-card-content .q-icon {
  color: #FFF;
  margin-right: 8px;
  margin-top: -20px;
  font-size: 5rem;
  transform: rotateY(180deg);
}

.blog {
  padding: 0px 0 75px 0;
}
.blog .row {
  padding: 15px;
}
.blog .blog-container {
  margin-top: 75px;
}
.blog .blog-container .blog-card {
  margin-bottom: 50px;
}
.blog .blog-container .blog-card figure {
  height: 250px;
  width: 100%;
  border-radius: 12px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0;
  position: relative;
}
.blog .blog-container .blog-card .blog-date {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 8px;
  background: #000;
  color: #FFF;
  padding: 5px 15px;
  width: 75px;
}
.blog .blog-container .blog-card .blog-date span {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "num";
  display: block;
  text-align: center;
}
.blog .blog-container .blog-card .blog-date h6 {
  font-size: 0.7rem;
  margin-top: -7px;
  text-align: center;
}
.blog .blog-container .blog-card .blog-date h4 {
  font-size: 0.9rem;
  font-weight: 700;
  font-family: "num";
  text-align: center;
  letter-spacing: 1.3px;
}
.blog .blog-container .blog-card .blog-cat {
  font-size: 0.75rem;
  color: #646573;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 1px 0px 0px 0px;
  padding-right: 10px;
}
.blog .blog-container .blog-card .blog-cat span {
  font-weight: 600;
  color: rgb(149, 158, 254);
}
.blog .blog-container .blog-card .blog-cat h4 {
  margin: 0px 10px 14px;
}
.blog .blog-container .blog-card h3 {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 700;
  padding-right: 10px;
  padding-left: 15px;
  line-height: 1.6;
  color: #e6e6e6;
}
.blog .blog-container .blog-card p {
  font-size: 0.9rem;
  color: #e6e6e6;
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
/* width */
::-webkit-scrollbar {
  width: 8px;
}

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

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

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

.index-header video {
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

[lang=en] body {
  direction: ltr;
}
[lang=en] .index-section-header .index-section-header-head span:after {
  left: unset;
  right: -105px;
  background-image: url(../assets/images/spanr.svg);
}
[lang=en] .index-section-header p.text span:after {
  left: unset;
  right: 0;
}
[lang=en] .about a.header-btn svg {
  fill: #FFF;
  height: 16px;
  width: 16px;
  transform: rotateY(180deg);
}
[lang=en] .about .features .feat-card {
  padding: 6px 20px 6px 14px;
}
[lang=en] .about .features .feat-card span {
  margin-right: 0;
  margin-left: 8px;
}
[lang=en] .services .services-container .service-card:before {
  right: unset;
  left: 26px;
}
[lang=en] .services .about-line-bottom {
  direction: ltr;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 4;
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(270.55deg, #00031c 16.47%, #8ea0e0 48.87%, #00031c 78.17%);
}
[lang=en] .projects .about-line-top {
  height: 2px;
}
[lang=en] .projects .project-categories li {
  margin: 0 0 15px 15px;
}
[lang=en] .projects .projects-cards .project-card .project-cat {
  right: unset;
  left: 5px;
}
[lang=en] .projects .projects-cards .project-card .project-cat span {
  font-weight: 600;
}
[lang=en] .projects .projects-cards .project-card .project-cat h4 {
  margin: 0px 10px 14px;
  color: #FFF;
}
[lang=en] .projects .projects-cards .project-card .project-cat-pretitle:after {
  left: unset;
  right: -90px;
  background-image: url(../assets/images/spanr.svg);
}
[lang=en] .projects .about-line-bottom {
  height: 2px;
}
[lang=en] .projects a.header-btn svg {
  transform: rotateY(180deg);
}
[lang=en] .testimonilas a.header-btn {
  width: 300px;
}
[lang=en] .testimonilas a.header-btn svg {
  transform: rotateY(180deg);
}
[lang=en] .testimonilas .tes-container .tes-cards .tes-card {
  min-height: 655px;
}
[lang=en] .testimonilas .tes-container .tes-cards .tes-card .test-scocre span {
  font-size: 1.3rem;
}
[lang=en] .testimonilas .tes-container .tes-cards .tes-card p.text {
  font-size: 1rem;
  margin-bottom: 125px;
}
[lang=en] .testimonilas .tes-container .tes-cards .tes-card .tes-logo-container span {
  margin-right: 0;
  margin-left: 8px;
}
[lang=en] .testimonilas .tes-container .tes-cards .tes-card .tes-team img {
  transform: rotateY(0);
}
[lang=en] .testimonilas .tes-container .review-card {
  min-height: 655px;
}
[lang=en] .testimonilas .tes-container .review-card .review-card-head {
  border-bottom: 1px solid #444c80;
}
[lang=en] .testimonilas .tes-container .review-card .review-card-head figure {
  margin-right: 25px;
  margin-left: 0;
}
[lang=en] .testimonilas .tes-container .review-card .review-card-head-info h3 {
  font-size: 1rem;
}
[lang=en] .testimonilas .tes-container .review-card .review-card-head-info span {
  font-size: 0.85rem;
}
[lang=en] .testimonilas .tes-container .review-card .review-card-content h4 {
  font-size: 1.1rem;
}
[lang=en] .testimonilas .tes-container .review-card .review-card-content p {
  font-size: 1rem;
}
[lang=en] .testimonilas .tes-container .review-card .review-card-content .q-icon {
  margin-right: 0;
  margin-left: 8px;
  transform: rotateY(180deg);
}
[lang=en] .blog .blog-container .blog-card {
  border-radius: 12px;
}
[lang=en] .blog .blog-container .blog-card .blog-cat {
  padding-right: 0;
  padding-left: 10px;
}
[lang=en] .blog .blog-container .blog-card h3 {
  padding-right: 10px;
  padding-left: 10px;
}/*# sourceMappingURL=main.css.map */