@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: 'EnglishFont';
  src: url(fonts/English/Rajdhani-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'EnglishFont';
  src: url(fonts/English/Rajdhani-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'EnglishFont';
  src: url(fonts/English/Rajdhani-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'EnglishFont';
  src: url(fonts/English/Rajdhani-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'EnglishFont';
  src: url(fonts/English/Rajdhani-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ArabicFont';
  src: url(fonts/Arabic/Bahij_TheSansArabic-ExtraLight.ttf) format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ArabicFont';
  src: url(fonts/Arabic/Bahij_TheSansArabic-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ArabicFont';
  src: url(fonts/Arabic/Bahij_TheSansArabic-Black.ttf) format("truetype");
  font-weight: 800;
  font-style: normal; }
.fw-500 {
  font-weight: 500; }

.mont {
  font-family: 'Montserrat', sans-serif; }

body {
  background-color: black;
  font-family: EnglishFont, sans-serif; }
  body.arabic {
    font-family: ArabicFont, sans-serif; }

.bg-black {
  background-color: black; }

.navbar {
  background-color: black;
  z-index: 9; }
  .navbar .nav-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px; }
    @media only screen and (max-width: 769px) {
      .navbar .nav-item {
        margin-bottom: 20px; } }
    .navbar .nav-item .nav-link {
      padding: 0; }
    .navbar .nav-item img {
      position: absolute;
      z-index: -1;
      margin: auto; }
    .navbar .nav-item .outline {
      width: 106px;
      bottom: 2px;
      left: -15px; }
    .navbar .nav-item .fill {
      height: 24px;
      display: none; }
    .navbar .nav-item.active .outline {
      display: none; }
    .navbar .nav-item.active .fill {
      display: inline; }

.video-header {
  min-height: calc(100vh - 200px);
  position: relative; }
  .video-header video {
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0; }
  .video-header .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center; }
    .video-header .overlay button {
      font-size: 25px;
      color: white;
      height: 80px;
      width: 80px;
      border-radius: 50%;
      border: 2px solid slategray; }

.bg-blue {
  background-color: #101A35; }

.waves {
  background-image: url("./assets/waves.png");
  background-position: 7% 100%;
  background-size: 120%;
  background-repeat: no-repeat; }

#about {
  background-image: url("./assets/about.png");
  background-position: right;
  background-repeat: no-repeat;
  background-color: lightslategrey;
  color: white; }
  #about[dir=rtl] {
    background-image: url("./assets/about_rtl.png");
    background-position: left; }

.p-50 {
  padding: 50px; }

.content {
  max-width: 60%; }
  @media only screen and (max-width: 880px) {
    .content {
      max-width: 90%; } }

.service-wrapper {
  max-width: 180px;
  margin: auto;
  text-align: center;
  margin-bottom: 60px; }
  .service-wrapper .icon-wrapper {
    margin: auto;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px; }
  .service-wrapper span {
    font-weight: bold;
    font-size: 18px;
    color: #212529 !important; }

.footerbg {
  background-image: url("./assets/footerbg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white; }
  .footerbg[dir=rtl] {
    background-image: url("./assets/footerBG-rtl.png"); }
  .footerbg p {
    margin-bottom: 8px; }
  .footerbg input {
    padding: 12px 10px; }
  .footerbg .btn-form {
    background-color: #54C5D0;
    border-color: #54C5D0;
    padding: 12px;
    min-width: 40%;
    font-weight: 600; }
  .footerbg .social {
    margin-top: 42px; }
    .footerbg .social a {
      text-decoration: none;
      padding: 14px;
      font-size: 22px;
      color: black; }

span.gradient {
  background: -webkit-linear-gradient(174deg, #f15825 0%, #ed186b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

span.gradient2 {
  background: -webkit-linear-gradient(174deg, #361E54 0%, #ED0F69 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

div[dir=rtl] span.gradient2 {
  background: -webkit-linear-gradient(174deg, #ED0F69 0%, #361E54 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.divider {
  background-color: red;
  height: 4px;
  width: 100px;
  margin-top: 18px;
  border-radius: 8px;
  margin-bottom: 8px; }

.has-line {
  position: relative; }
  .has-line:after {
    height: 2px;
    content: " ";
    width: 100%;
    max-width: calc(100% - 320px);
    background-color: black;
    position: absolute;
    bottom: 17px; }

div[dir=rtl] .has-line:after {
  width: 100%;
  max-width: calc(100% - 280px); }

/*# sourceMappingURL=styles.css.map */
