@font-face {
  font-family: "hekaya";
  src: url("../fonts/FFHekaya-Light.otf");
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Almarai", sans-serif;
  background: #6ec3c0;
  background: radial-gradient(circle, #6ec3c0 0%, #7c7aa2 100%);
}

#main .logo .logo-title {
  font-family: "hekaya", cursive;
  font-size: 38px;
}
#main .logo img {
  width: 200px;
  height: 200px;
  margin-top: -25px;
  margin-left: -10px;
}
#main h1 {
  font-size: 35px;
  text-align: right;
  margin-top: 8px;
}
#main #social-top div {
  display: flex;
  align-items: center;
}
#main #social-top div a {
  padding: 15px 20px;
}
#main #social-top div a i {
  font-size: 24px;
  color: #fff;
}
#main #social-top div a span {
  margin: 0 10px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
#main #social-top div a svg {
  fill: #25D366;
  background-color: white;
  border-radius: 9.8px;
}
#main #social-top div a:hover {
  background-color: #1caf59;
  text-decoration: none;
}
#main #video-embed {
  text-align: right;
}
#main #video-embed iframe {
  width: 90%;
  height: 415px;
  transform: translateY(-30%);
  margin-right: 10px;
  border: 5px double #fff;
  border-radius: 25px;
  padding: 5px;
}
#main #video-embed .secondTitle {
  font-size: 18px;
  font-weight: 600;
}
#main #video-embed .submit-btn {
  background-color: #1caf59;
  color: #FFFFFF;
}
#main #video-embed .whats-btn {
  background-color: #25D366;
  color: #fff;
  text-align: center;
  padding: 17px 20px;
  border-radius: 10px;
  font-size: 25px;
  border: 6px double #fff;
  margin-top: 0.7rem;
  display: block;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
#main #video-embed .whats-btn:hover {
  text-decoration: none;
  transform: scale(1.1);
}
#main #video-embed .whats-btn i {
  margin-left: 10px;
}
#main .clip {
  clip-path: polygon(0 0, 100% 0, 100% 49%, 28% 49%, 13% 84%, 0 84%);
  height: 320px;
  background-color: #fff;
}

#spec {
  background-color: white;
  padding: 50px;
}
#spec .card {
  background: #ECE9E6;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #ECE9E6);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #FFFFFF, #ECE9E6);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 25px 0px 25px 0;
  box-shadow: 1px 1px 6px #18598f;
}
#spec .card .card-title {
  color: #1caf59;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 1px 1px 2px #eee;
  direction: rtl;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#spec .card .card-title img {
  max-width: 100px;
}

#projects .modal-dialog {
  max-width: 670px !important;
}
#projects .modal-dialog .close {
  margin: 0 !important;
  padding: 0 5px;
}
#projects iframe {
  width: 100%;
  height: 415px;
}
#projects a {
  text-align: center;
}
#projects a:hover img {
  opacity: 0.8;
  transform: scale(1.05);
}
#projects a:hover {
  text-decoration: none;
}
#projects a i {
  display: block;
  color: white;
  font-size: 65px;
  text-align: center;
  transform: translateY(-215%);
  margin: auto;
  text-shadow: 3px 3px 6px black;
}
#projects a img {
  transition: all 300ms ease;
}
#projects a img:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

#testimonials .card {
  box-shadow: 0px 0px 4px black;
  height: 300px;
  margin: 10px 0;
}
#testimonials .card blockquote {
  height: 100px;
  font-size: 14px;
  text-align: right;
}
#testimonials .card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
#testimonials .card .d-flex {
  margin-top: 4rem;
  justify-content: space-between;
}
#testimonials .card .d-flex h5 {
  font-size: 15px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#testimonials .card .d-flex h5 div {
  font-size: 12px;
  font-weight: 700;
}

#client-logos .client-logo {
  width: 100%;
}

#hire form input {
  border: 1px solid #999;
  margin: 1.2rem 0;
  font-size: 22px;
}
#hire .form-img {
  box-shadow: 0px 0px 7px #666;
}

.hire-bottom {
  padding: 16px 22px;
  background-color: #EA0253;
  color: white;
  font-size: 25px;
  border-radius: 5px;
  box-shadow: 1px 2px 6px black;
  transition: all 200ms ease;
}
.hire-bottom:hover {
  background-color: #0652DD;
  color: white;
  text-decoration: none;
  box-shadow: inset 1px 1px 2px white;
  font-size: 30px;
}

.scroll-top {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 55px;
  right: 30px;
  display: none;
  background-color: #EA0253;
  border: none;
  border-radius: 50%;
}

.scroll-top i {
  display: inline-block;
  color: #FFFFFF;
}

footer a {
  color: #7bed9f;
}

@media screen and (max-width: 1025px) {
  #projects i {
    transform: translateY(-175%) !important;
  }

  #spec .card .card-title img {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 24px;
    font-weight: 700;
  }

  #main h1 {
    font-size: 21px;
    text-align: center;
  }
  #main .logo .logo-title {
    display: none;
  }
  #main .logo img {
    max-width: 80px;
    max-height: 80px;
  }
  #main #video-embed {
    padding: 0 !important;
  }
  #main #video-embed iframe {
    height: 250px;
    width: 100%;
    transform: translateY(0px);
    margin: 1rem 0;
  }
  #main #video-embed .hire-btn {
    width: 100%;
  }
  #main .clip {
    margin-bottom: 1rem;
    padding: 2rem 0 !important;
    height: fit-content;
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 79% 94%, 61% 99%, 41% 94%, 28% 98%, 13% 95%, 0 100%, 0 0);
  }

  #spec .row {
    padding: 0 !important;
  }

  #testimonials .card {
    height: fit-content;
  }
  #testimonials .card img {
    width: 60px;
    height: 60px;
  }
  #testimonials .d-flex {
    margin-top: 2rem !important;
  }

  #hire form input {
    font-size: 16px;
    margin: 0.3rem 0;
  }
  #hire form button {
    width: 100% !important;
  }
  #hire .form-img {
    margin-top: 1rem;
  }

  #projects iframe {
    width: 100%;
    height: 300px;
  }
  #projects i {
    transform: translateY(-135%) !important;
  }

  footer {
    font-size: 13px;
  }
  footer .d-flex {
    flex-direction: column;
    align-items: center;
  }
  footer .d-flex div {
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 492px) {
  #main #video-embed .whats-btn {
    padding: 14px 12px;
    width: 90%;
    margin: auto;
    font-size: 22px;
    border: 5px double #fff;
  }

  #projects i {
    transform: translateY(-185%) !important;
  }

  #spec .row {
    padding: 0 !important;
  }
  #spec .card-title img {
    display: block !important;
  }
}
@media screen and (max-width: 380px) {
  #projects i {
    transform: translateY(-160%) !important;
  }
}

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