@font-face {
  font-family: montserrat;
  font-display: swap;
  src: url(../webfonts/montserrat-Arabic-Regular.woff);
}
* {
  font-family: "montserrat";
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  direction: rtl;
  color: #434340;
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 50px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 6px;
  border-radius: 0px !important;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(67, 67, 64, 0.3019607843);
  border-radius: 0px !important;
}

::-webkit-scrollbar-thumb {
  background-color: #999;
  outline: none;
  border-radius: 20px !important;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #434340;
}

a:hover {
  text-decoration: none;
  color: #07B1FC;
}

button:focus {
  outline: 0;
}

.row {
  margin: 0px;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

@media (max-width: 767px) {
  .container,
.container-fluid {
    padding: 0px 8px;
  }
}
video,
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

body {
  background-color: #fdfdfd;
  overflow-x: hidden;
}

content {
  min-height: 50vh;
  position: relative;
  display: block;
}

.fancybox__track,
.fancybox__content,
.carousel__track {
  direction: ltr !important;
}

.fancybox__caption {
  text-align: center;
}

.fancybox__container {
  z-index: 1999;
}

input {
  accent-color: #07B1FC;
}

.dropdown {
  position: relative;
  padding: 12px 24px;
  border: 1px solid #eee;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  margin: 0 5px;
  max-width: 100%;
}
.dropdown .dropdown-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(0% + 50px);
  width: 100%;
  border-radius: 8px;
  padding: 4px 0px;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(59, 59, 59, 0.0705882353);
  transition: all 0.3s ease-in-out;
}
.dropdown .dropdown-content .dropdownItem {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 8px 16px;
}
.dropdown .dropdown-content .dropdownItem img {
  width: 30px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  margin-left: 8px;
}
.dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.container {
  max-width: 1244px;
  margin: auto;
  padding: 0px 8px;
}

.icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.me-2 {
  margin-left: 10px;
}

header {
  padding: 20px 20px;
  border-bottom: 1px solid #eee;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: #ffffff;
  width: 100%;
}
header .logo {
  height: 50px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5px;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.btn {
  padding: 12px 32px;
  border: none;
  background-color: #07B1FC;
  color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 6px 0px #0680b5;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.btn:hover {
  transform: translateY(6px);
  color: #ffffff;
  box-shadow: none !important;
}
.btn img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mainSection {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  background-size: cover !important;
  background-position: center center !important;
  height: 490px;
  border-radius: 0 0 8px 8px;
  margin-bottom: 50px;
}
.mainSection h1 {
  font-weight: bold;
  color: #ffffff;
  max-width: 600px;
  margin: 0 auto 30px;
  text-align: center;
  line-height: 44px;
  font-size: 32px !important;
  text-shadow: -2px 3px 0px #0680b5;
}
@media (max-width: 768px) {
  .mainSection h1 {
    font-size: 22px !important;
  }
}
.mainSection::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  z-index: -1;
  background-color: rgba(7, 177, 252, 0.5647058824);
  width: 95%;
  height: 200px;
  border-radius: 100%;
  transform: translateX(-50%);
}

.download {
  margin: 10px 0;
  background: linear-gradient(#fafafa, rgba(250, 250, 250, 0.9333333333)), url(../img/countries.webp);
  padding: 40px 40px 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background-size: contain;
  background-position: center;
}
.download .data {
  padding-right: 0px 25px;
  width: 100%;
}
.download .data h1 {
  font-weight: bold;
  max-width: 600px;
  line-height: 44px;
  font-size: 32px !important;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .download .data h1 {
    font-size: 22px !important;
  }
}
.download .data p {
  color: #777;
  margin-bottom: 20px;
}
.download .data img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 2px;
}
.download .mobileImg {
  height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .download .mobileImg {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .download {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row .col-lg-4,
.row .col-sm-6 {
  width: 100%;
}
@media (min-width: 576px) {
  .row .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .row .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

footer {
  background-color: rgba(7, 177, 252, 0.1254901961);
  margin-top: 16px;
}
footer .container {
  display: flex;
  padding: 20px 10px;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .container {
    flex-direction: column-reverse;
  }
}
footer .company {
  margin: 0 5px;
  color: #07B1FC;
}
footer .social {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .social li {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: rgba(7, 177, 252, 0.062745098);
  margin: 2px;
  transition: all 0.3s ease-in-out;
}
footer .social li:hover {
  transform: translateY(-5px);
  box-shadow: 0px 2px 4px rgba(67, 67, 64, 0.1882352941);
  background-color: #ffffff;
}
footer .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
footer .links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
footer .links a {
  color: #434340;
}
footer .links a:hover {
  color: #07B1FC;
}

.title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 250px;
  flex: 1;
}
.title h1 {
  font-weight: bold;
  font-size: 24px !important;
}
@media (max-width: 768px) {
  .title h1 {
    font-size: 20px !important;
  }
}
.title h6,
.title p {
  color: #777;
  line-height: 28px;
  font-weight: normal;
}

.swiperBtns {
  position: relative;
  display: flex;
}
.swiperBtns .swiper-pagination {
  margin: 0px 10px;
  display: flex;
  align-items: center;
  position: relative;
  top: unset;
  bottom: unset;
  right: unset;
  left: unset;
  color: #07B1FC;
}
.swiperBtns .swiper-pagination .swiper-pagination-current {
  font-size: 30px;
  font-weight: bold;
  margin: 0px 8px;
}
.swiperBtns .swiper-pagination .swiper-pagination-total {
  font-size: 20px;
  margin: 0px 8px;
  opacity: 0.6;
}
.swiperBtns .swiper-button-next,
.swiperBtns .swiper-button-prev {
  position: relative;
  right: unset;
  top: unset;
  left: unset;
  bottom: unset;
  margin: 0 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #07B1FC;
  width: auto;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.swiperBtns .swiper-button-next::after,
.swiperBtns .swiper-button-prev::after {
  width: 40px;
  height: 40px;
  background: url(../img/arrow.svg);
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  content: "___";
}
.swiperBtns .swiper-button-next {
  right: unset;
}
.swiperBtns .swiper-button-prev::after {
  transform: scaleX(-1);
}

.appImgs {
  position: relative;
  padding: 50px 0;
}
.appImgs .swiper {
  width: 100%;
  padding: 30px 0;
  position: relative;
}
.appImgs .swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 234px;
  height: 507px;
  position: relative;
}
@media (max-width: 768px) {
  .appImgs .swiper .swiper-slide {
    width: 175.5px;
    height: 380px;
  }
}
.appImgs .swiper .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 16px;
}
.appImgs .swiper .frame {
  width: 270px;
  height: 535px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .appImgs .swiper .frame {
    width: 202.5px;
    height: 401px;
  }
}
.appImgs .sectionTitle {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.appImgs .sectionTitle h1 {
  font-weight: bold;
  line-height: 44px;
  font-size: 24px !important;
  text-align: start;
}
@media (max-width: 768px) {
  .appImgs .sectionTitle h1 {
    font-size: 18px !important;
    text-align: center;
  }
}
.appImgs .swiper-3d .swiper-slide-shadow,
.appImgs .swiper-3d .swiper-slide-shadow-bottom,
.appImgs .swiper-3d .swiper-slide-shadow-left,
.appImgs .swiper-3d .swiper-slide-shadow-right,
.appImgs .swiper-3d .swiper-slide-shadow-top {
  border-radius: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.062745098);
  border: 4px solid #ffffff;
}
.appImgs .swiper-3d .swiper-slide-shadow-left {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.appImgs .swiper-3d .swiper-slide-shadow-right {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.inputField {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  white-space: nowrap;
}

.inputGroup {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.inputForm {
  border: 1px solid #eee;
  min-height: 54px;
  background-color: #fdfdfd;
  border-radius: 8px;
  padding: 0 10px;
  min-width: 100px;
}

.formPackage {
  text-align: start;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
  padding: 24px 16px;
  border-radius: 16px;
  margin-bottom: 20px;
  background-color: #ffffff;
  gap: 16px;
}

.contactUs {
  padding: 60px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.contactUs form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0px 2px 4px rgba(67, 67, 64, 0.1882352941);
}
.contactUs form .btn {
  justify-content: center;
}
.contactUs .contactInfo {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contactUs .contactInfo .info {
  background-color: rgba(7, 177, 252, 0.1254901961);
  padding: 20px;
  border-radius: 12px;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contactUs .contactInfo .info p,
.contactUs .contactInfo .info a,
.contactUs .contactInfo .info h6 {
  transition: all 0.3s ease-in-out;
}
.contactUs .contactInfo .info a,
.contactUs .contactInfo .info p {
  color: #777;
}
.contactUs .contactInfo .info a:hover {
  color: #07B1FC;
}
.contactUs .contactInfo .info::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  width: 100%;
  height: 0%;
  background-color: #ffffff;
  border-radius: 12px;
  transform: translateX(50%);
  transition: all 0.3s ease-in-out;
  z-index: -1;
  box-shadow: 0px 8px 24px rgba(67, 67, 64, 0.1882352941);
}
.contactUs .contactInfo .info:hover::before {
  height: 100%;
}

.googleMap {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: none;
  min-height: 250px;
}

textarea.inputForm {
  padding: 10px;
}

::-moz-placeholder {
  font-size: 12px !important;
}

:-ms-input-placeholder {
  font-size: 12px !important;
}

::placeholder {
  font-size: 12px !important;
}

.btnDark {
  background: #434340 !important;
  color: #ffffff !important;
  box-shadow: 0px 6px 0px #242424 !important;
}

.sectionIcon {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: rgba(7, 177, 252, 0.1882352941);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 5px;
}
.sectionIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* PC device :991px. */
@media (min-width: 991px) {
  body {
    font-size: 14px !important;
  }
  h1 {
    font-size: 26px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  h4 {
    font-size: 18px !important;
  }
  h5 {
    font-size: 16px !important;
  }
  h6 {
    font-size: 15px !important;
  }
  a,
p {
    font-size: 14px !important;
  }
}
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  /* Global */
  body {
    font-size: 14px !important;
  }
  h1 {
    font-size: 26px !important;
  }
  h2 {
    font-size: 22px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  h4 {
    font-size: 18px !important;
  }
  h5 {
    font-size: 16px !important;
  }
  h6 {
    font-size: 15px !important;
  }
  a,
p {
    font-size: 14px !important;
  }
}
/* small mobile :320px. */
@media (max-width: 767px) {
  /* Global */
  body {
    font-size: 13px !important;
  }
  h1 {
    font-size: 23px !important;
  }
  h2 {
    font-size: 19px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  h4 {
    font-size: 17px !important;
  }
  h5 {
    font-size: 16px !important;
  }
  h6 {
    font-size: 15px !important;
  }
  a,
p {
    font-size: 14px !important;
  }
}/*# sourceMappingURL=style.css.map */