.google-map iframe{
  min-height: 480px !important;
}

.bg-darck {
  background: var(--darck) !important;
}

.bg-primary {
  background: var(--primary) !important;
}

.bg-secandary {
  background: var(--secondary) !important;
}

.bg-silver {
  background: var(--silver) !important;
}

.border-raduis-10 {
  border-radius: 10px !important;
}

.rtl {
  direction: rtl !important;
}

.padding-zero {
  padding: 0 !important;
}

.border-zero {
  border: 0 !important;
}

.bg-light {
  background: var(--light) !important;
}

.nav-item-light-color {
  color: var(--light) !important;
  border-color: var(--light) !important;
}

.nav-item-darck-color {
  color: var(--darck) !important;
  border-color: var(--darck) !important;
}

.navbar {
  transition: all 1s;
}

.light {
  background-color: var(--light) !important;
  color: var(--secondary) !important;
}

.darck {
  background-color: var(--darck) !important;
  color: var(--light) !important;
}

.hero-video {
  object-fit: cover !important;
  z-index: -100 !important;
}

/* animation bottom nav item */

.nav-item {
  transition: all 1s !important;
  margin: 10px 0;
}

.form-control:focus.outline-0 {
  outline-color: transparent !important;
  outline-width: 0px !important;
}

.outline-0, .outline-0:focus, .outline-0:active {
  outline-color: transparent !important;
  outline-width: 0px !important;
}

.nav-item a {
  font-weight: 400;
  line-height: 2px !important;
}

.nav-item:after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  margin: 0 9px;
  height: 1px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}

/* end  animation bottom nav item */

.botom-nav-div {
  width: 30px;
  margin: 0 8px;
}

.spicial-header-text {
  transform: translate(0, -30%);
  padding: 0 50px;
}

.ovarlay-video {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
}

.ovarlay-60 {
  background-color: rgba(0, 0, 0, 0.5);
  height: 60vh;
  width: 100%;
}

.z-index-3 {
  z-index: 5 !important;
}

.ovarlay {
  position: absolute;
  top: 0;
  z-index: 0 !important;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100% !important;
  height: 100% !important;
}

.ovarlay-8 {
  position: absolute;
  top: 0;
  z-index: 0 !important;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100% !important;
  height: 100% !important;
}

#search-modale {
  z-index: 500 !important;
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 768px) {
  #search-div {
    height: 150px !important;
    border-radius: 50px !important;
    margin: 0 11vw !important;
  }
}

#search-div {
  height: 72px;
  border-radius: 50px !important;
}

@media (min-width: 768px) {
  .botom-nav-div {
    height: 1px;
    background-color: var(--light);
    width: 30px !important;
  }
}

/* content header below */

.content-header {
  font-size: 26px !important;
  padding: 0 40px;
  top: 50%;
  width: 100%;
  transform: translate(0%);
}

.content-header div span:first-child {
  color: var(--secondary) !important;
}

/* content header below  for mobile */

.content-header h1 {
  font-size: 8vw;
}

.content-header h2, .content-header div span:first-child {
  font-size: 5vw;
}

/* .content-header div {
  transform: translate(30%, -30%);
} */

.content-header div span:last-child {
  font-size: 11vw !important;
  color: var(--primary) !important;
  transform: translate(0, -15%);
}

/* content header below  for lg */

@media (min-width: 768px) {
  .content-header {
    top: 65%;
  }
}

@media (min-width: 768px) {
  .content-header h1 {
    font-size: 6vw;
  }
}

/* @media (min-width: 768px) {
  .content-header div {
    transform: translate(20%, -30%);
  }
} */

@media (min-width: 768px) {
  .content-header h2, .content-header div span:first-child {
    font-size: 4vw;
  }
}

@media (min-width: 768px) {
  .content-header div span:last-child {
    font-size: 9vw !important;
  }
}

/* content header below  for xl */

@media (min-width: 1000px) {
  .content-header h1 {
    font-size: 4vw;
  }
}

/* @media (min-width: 1000px) {
  .content-header div {
    transform: translate(15%, -30%) !important;
  }
} */

@media (min-width: 1000px) {
  .content-header h2, .content-header div span:first-child {
    font-size: 3vw;
  }
}

/* partentr slider */

.partner-wrapper {
  position: relative;
  background-color: var(--silver);
}

.prtnar-card {
  height: 180px;
  width: 290px;
  border-radius: 20px;
  background-color: var(--light);
}

@media (max-width: 768px) {
  .prtnar-card {
    height: 100px !important;
    width: 180px !important;
  }
}

@media (max-width:1200px) {
  .prtnar-card {
    height: 140px;
    width: 240px;
  }
}

/* end  partentr slider */

/* footer */

.footer {
  background-color: #20b0b8 !important;
  color: var(--light) !important;
}

/* buttons sosial media */

.container-sosial {
  margin: 0 10px;
  position: fixed;
  bottom: 5%;
  left: 0;
  transform: translateY(-50%, 0);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  z-index: 200;
}

.media-icons {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  padding: 6px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transform: translateX(-150%);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.close-btn.open ~ .media-icons {
  transform: translateX(0);
}

.media-icons a {
  text-decoration: none;
  position: relative;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin: 6px;
}

.media-icons a i {
  color: #fff;
}

.media-icons a .tooltip {
  position: absolute;
  left: 55px;
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  background-color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  transform: translateY(-25px);
  opacity: 0;
  transition: all 0.2s linear;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

a:hover .tooltip {
  opacity: 1;
  transform: translateY(0);
}

a .tooltip::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  top: 50%;
  left: -5px;
  transform: translateY(-50%) rotate(45deg);
  background-color: var(--primary);
}

.close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
  background-color: #20b0b8;
  box-shadow: 0px 0px 20px 0px rgba(25,45,50,0.32);
  cursor: pointer;
  transform: rotate(45deg);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.close-btn.open {
  transform: rotate(360deg);
  background-color: #595959;
}

/* end  buttons sosial media */

/* spalsh dev */

#splash-div {
  opacity: 0;
  /*top: 100vh;*/
  background-color: rgba(0, 0, 0, 0.9);
}

.card-counter {
  background-color: var(--silver2) !important;
  border: 2px solid var(--silver);
}

/* project slider css */

.project-slider {
  margin: 20px 0;
}

.project-slider .owl-item {
  width: 100%;
}

.project-slider .owl-item img {
  /*height: 450px;*/
  background-size: cover !important;
}

.show-project {
  height: 40px;
  border: 1px solid var(--primary);
  color: var(--primary);
  transition: all 1s;
}

.show-project a, .show-project a span {
  color: inherit;
  transition: all 1s;
}

.show-project:hover {
  background-color: var(--primary) !important;
  color: var(--light);
}

/* end  project slider css */

/* animation logo */

.logo-wrapper {
  display: flex;
  height: 200px;
  width: 100%;
}

@media (min-width: 768px) {
  .logo-wrapper {
    height: 300px !important;
  }
}

.logo {
  align-self: flex-end;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}

.animation-logo:hover {
  animation-name: animation-logo;
  animation-timing-function: ease;
}

@keyframes animation-logo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0);
  }
}

/* end animation logo */

/* owner-card stylein in about page */

.wrapper-owner {
  min-height: 350px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 10px;
  margin-top: 100px;
}

.owner-card {
  transition: all .3s linear;
  width: 100%;
  border-radius: 10px;
  background-color: #20b0b8;
  padding: 10px;
  padding-top: 100px;
}

.owner-card:hover {
  transform: scale(1.021);
  box-shadow: 1px 15px 45px 9px rgba(190, 190, 190, 0.281);
  border-radius: 20px;
}

.owner-img {
  top: -80px;
  right: 50%;
  transform: translate(50%);
  background-color: white;
  box-shadow: 0px 16px 20px 0px #08858c;
}

.owner > span {
  width: 100%;
}

@media (min-width:798px) {
  .owner-card {
    width: 750px;
  }
}

@media (min-width:798px) {
  .owner > span {
    padding: 10px !important;
    width: 750px !important;
    display: inline-block;
  }
}

/* end  owner-card stylein in about page */

.sent-contact-button {
  background-color: transparent;
  color: var(--light);
  background-color: var(--silver);
  border-radius: 5px;
  outline: none;
  height: 40px;
  border: none;
  transition: all 0.3s;
}

.sent-contact-button:hover {
  color: var(--primary);
  border: 1px solid var(--silver);
  background-color: white;
}

.contact-page-form-contact {
  position: absolute;
  top: 50%;
  transform: translate(0% ,-50%);
}

.ads-home-pag {
  box-shadow: -12px -4px 67px -33px rgba(148,148,148,1);
  padding: 40px;
}

footer .dropdown button:hover {
  background-color: transparent !important;
}

footer .dropdown button {
  outline: 0;
  border: none;
  background-color: transparent !important;
}

.ads-img {
  background: url("../../assets/img/Untitled-1.jpg") center / cover no-repeat;
}

.overlay {
  background: rgba(0,0,0,0.71);
}

.ads-desc {
  font-size: 20px;
}

.donat {
  background-color: #20b0b8;
  color: #ffffff;
  transition: all 650ms;
}

.donat:hover {
  background-color: #666666;
  color: #ffffff;
}

.pages-web {
  color: #ffffff;
  font-size: 18px;
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

.f-icon {
  color: #ffffff;
}

.hero-about {
  background: url("../../assets/img/IMG_5034.jpg") center / cover no-repeat;
}

.overlay-row {
  background: rgba(255,255,255,0.88);
}

.m-paragraph {
  font-size: 19px;
  line-height: 38px;
}

.project-head {
  height: 100vh;
  background: url("../../assets/img/arij/1.webp") center / cover no-repeat;
}

.project-head-overlay {
  background: rgba(31,31,31,0.71);
}

.ikon-sekrol {
  font-size: 30px;
}

.vido-section {
  height: 100vh;
}

.ovarlay-video {
  height: 100vh;
}

.vido-section-2 {
  height: 100vh;
  background: center / cover no-repeat;
}

.vido-section-3 {
  height: 100vh;
  background:  center / cover no-repeat;
}

.result-se {
  background-color: #262626;
}

.navbar-brand {
  background: url("../../assets/img/maya-logo-main-whait.svg") center / contain no-repeat;
  height: 70px;
  width: 235px;
}

.maya-heading {
  font-family: 'Roboto';
}

.maya-paragraph {
  font-family: 'Roboto';
}

.main-heading {
  position: absolute;
  top: 160px;
  left: 0;
  padding-left: 50px;
}

@media (min-width: 576px) {
  .main-heading {
    top: 70px;
  }
}

.services .icon-box {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background: #dddddd;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border: solid #111 1px;
  z-index: 1;
}

.icon-box:hover {
  background-color: #20b0b8;
  color: #ffffff;
}

.hero-ad {
  height: 50vh;
  background: url("../../assets/img/arij/3.webp") center / cover no-repeat;
}

.ovarlay-video-ad {
  background-color: rgba(0, 0, 0, 0.5);
  height: 50vh;
  width: 100%;
}

.ads-section {
  background: rgba(102,102,102,0.59);
}

a {
  color: #20b0b8;
  text-decoration: underline;
}

.services {
  background-color: #8c8c8c;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: var(--darck);
  transition: all 0.3s ease-in-out;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services {
  padding-bottom: 30px;
}

* {
  font-family: 'IBM Plex Sans Arabic';
}

