@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap");
/* Constant styles  */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 16px;
  transition: all 0.4s ease-in;
  font-family: "El Messiri", sans-serif;
  direction: rtl;
}

body {
  font-family: "El Messiri", sans-serif;
  line-height: normal !important;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

a,
button {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* // Constant Styles */
ul {
  margin-bottom: 0;
}

.form-control {
  border-radius: 7px;
  background-color: rgba(245, 247, 250, 0.386);
}
.form-control:focus {
  outline: 0 !important;
  box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.2);
}

p {
  font-size: 1.1rem;
  color: #000;
}

/* Main Style */
.btn-style {
  background-color: #ca972d;
  padding: 21px 35px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #ca972d;
  border-radius: 10px;
}
.btn-style:hover {
  color: #ca972d;
  background-color: #fff;
  border-color: #fff;
  border-color: #ca972d;
}

.btn-style-rounded {
  background-color: #ca972d;
  padding: 18px 47px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  border-radius: 35px;
  text-align: center;
  border: 1px solid #ca972d;
}
.btn-style-rounded:hover {
  color: #ca972d;
  background-color: #fff;
  border-color: #fff;
}

.card_img {
  height: 100vh;
  position: relative;
}
.card_img .img_parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card_img .img_parent img,
.card_img .img_parent video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.section_header {
  margin: 20px 0;
}
.section_header h5 {
  font-size: 2rem;
}

.splashscreen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ca972d;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.splashscreen .loading {
  display: flex;
  gap: 12px;
}
.splashscreen .loading div {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 -0.4rem rgba(60, 0, 80, 0.1) inset;
  animation: cycle 1s ease-in-out infinite;
}
.splashscreen .loading div:nth-child(1) {
  animation-delay: 0;
}
.splashscreen .loading div:nth-child(2) {
  animation-delay: 0.2s;
}
.splashscreen .loading div:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes cycle {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}

.splashscreen_none {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.splash-active {
  height: 100vh;
  overflow: hidden;
}

.section_header {
  text-align: center;
  margin-bottom: 0;
}
.section_header span {
  color: #7eb751;
  font-size: 1.3rem;
}

.section_bar {
  text-align: center;
  margin-top: 3px;
}
.section_bar p {
  font-size: 1.1rem;
}

/* menu icon */
.custom_header {
  height: calc(80vh - 100px);
  position: relative;
  overflow: hidden;
}
.custom_header .header_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -300px;
  left: 0;
}
.custom_header .header_bg img {
  width: 100%;
}
.custom_header .container {
  position: relative;
}
.custom_header .header_conten {
  position: relative;
  z-index: 1;
  padding-right: 40px;
}
.custom_header .header_conten h5 {
  font-size: 2rem;
  color: #000;
}
.custom_header .header_conten h6 {
  color: #2857ec;
  font-size: 1.5rem;
  line-height: 35px;
  margin-top: 30px;
}
.custom_header .header_conten p {
  font-size: 1rem;
  color: #000;
  width: 80%;
}
.custom_header .header_conten a {
  background-color: #2857ec;
  color: #fff;
  border-radius: 3px;
  color: #fff;
  padding: 9px 25px;
  border: 1px solid #2857ec;
  font-size: 0.9rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.custom_header .header_conten a:hover {
  background-color: #fff;
  color: #2857ec;
}

.custom_header_about {
  height: unset;
}
.custom_header_about .section_header {
  margin-bottom: 50px !important;
}
.custom_header_about .header_conten p {
  font-size: 1rem !important;
  font-weight: bold;
  width: 90%;
}

.plans_fit_your {
  padding: 27px 0 50px 0;
  margin-top: 60px;
  background-color: #f8f8f8;
}
.plans_fit_your .section_header {
  margin-bottom: 60px !important;
}
.plans_fit_your .wrapeer {
  background-color: #2857ec;
  padding: 16px 10px 8px 8px;
  border-radius: 38px;
  margin-bottom: 60px;
}
.plans_fit_your .wrapeer .headaa {
  color: #fff;
  margin-bottom: 16px;
  margin-right: 20px;
}
.plans_fit_your .wrapeer .plans_fit_your_card {
  margin-bottom: 0;
}
.plans_fit_your .wrapeer .plans_fit_your_card .img_plan {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -90px;
}

.plans_fit_your_card {
  background-color: #fff;
  padding: 32px 20px;
  border-radius: 38px;
  border: 1px solid rgba(112, 112, 112, 0.54);
  position: relative;
  min-height: 600px;
  margin-bottom: 60px;
}
.plans_fit_your_card .img_plan {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -35px;
}
.plans_fit_your_card h5 {
  color: #9a0003;
  font-size: 1.5rem;
  text-align: center;
}
.plans_fit_your_card h6 {
  font-size: 1.8rem;
  margin-bottom: 12px;
  text-align: center;
}
.plans_fit_your_card h6 span {
  font-size: 1.3rem;
  color: #000;
}
.plans_fit_your_card a {
  background-color: #111111;
  border-radius: 12px;
  color: #fff;
  padding: 12px;
  display: block;
  margin-bottom: 15px;
  text-align: center;
  margin-top: 10px;
}
.plans_fit_your_card ul {
  text-align: right;
}
.plans_fit_your_card ul li {
  margin: 10px 0;
}
.plans_fit_your_card ul img {
  width: 15px;
  margin-left: 10px;
}
.plans_fit_your_card ul span {
  color: #000;
  font-size: 0.9rem;
}
.plans_fit_your_card ul span {
  color: #616161;
  font-weight: 300;
}
.plans_fit_your_card ul span.res {
  color: #000;
}

.faq {
  margin-top: 58px;
  background-image: url("../images/faqimg.png");
  padding: 50px 0;
  position: relative;
}
.faq .section-header {
  text-align: center;
  position: relative;
  z-index: 4;
}
.faq .section-header h5 {
  font-weight: bold;
  font-size: 2.5rem;
  color: #2857ec;
}
.faq .section-header p {
  font-size: 1.1rem;
  color: #2857ec;
}
.faq .accordion {
  position: relative;
  z-index: 4;
  margin-top: 40px;
}
.faq .accordion .accordion-item {
  background-color: transparent;
  border: 0;
  padding-right: 50px;
  margin-top: 30px;
}
.faq .accordion .accordion-item .accordion-header {
  background-color: transparent;
  border: 0;
  box-shadow: none !important;
}
.faq .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  font-weight: 700;
  border: 0;
}
.faq .accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: 0;
  box-shadow: none !important;
}
.faq .accordion .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
.faq .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #000;
}
.faq .accordion .accordion-item .accordion-button::after {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  border-radius: 8px;
  border: 1px solid #2857ec;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\f067";
  background-image: none;
  position: absolute;
  right: -50px;
  color: #2857ec;
}
.faq .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: none;
}
.faq .accordion .accordion-item .accordion-body {
  padding-top: 0;
}
.faq .accordion .accordion-item .accordion-body p {
  color: #393939;
  font-size: 0.9rem;
}

.all_pans_contain {
  margin: 50px 0;
  padding: 41px 14px 45px 14px;
  background-color: #eef2ff;
  border-radius: 20px;
}
.all_pans_contain h5 {
  font-size: 1.9rem;
  line-height: 45px;
}
.all_pans_contain li {
  margin-bottom: 20px;
}
.all_pans_contain img {
  width: 20px;
}

@media (max-width: 1100px) {
  html,
  body {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .custom_header {
    height: auto;
  }
  .custom_header_about {
    margin-top: 50px;
  }
  .custom_header_about img {
    margin-top: 30px;
  }
  .header_img {
    opacity: 0.4;
  }
}
.work-owner {
  background-image: url("../images/kiwihug-cqhXfrRHCPo-unsplash.png");
  padding: 30px 0;
}
.work-owner .section-header {
  text-align: center;
  margin-bottom: 20px;
}
.work-owner .section-header h5 {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 22px;
  color: #2857EC;
}
.work-owner .section-header p {
  font-weight: 500;
  font-size: 1.2rem;
}
.work-owner .btn_more {
  text-align: center;
  margin-top: 50px;
}
.work-owner .btn_more .btn {
  background-color: #2857EC;
  border: 1px solid #2857EC;
  color: #fff;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 30px;
}
.work-owner .btn_more .btn:hover {
  background-color: #fff;
  color: #2857EC;
}

.works-tabs .nav {
  justify-content: center;
}
.works-tabs .nav-item .nav-link {
  background-color: #e2e2e2;
  border-radius: 9px;
  padding: 12px 35px;
  margin: 0 20px;
  color: #000;
  font-weight: bold;
}
.works-tabs .nav-item .nav-link.active {
  background-color: #ca972d;
  color: #fff;
}

.work-card {
  margin-top: 60px;
  position: relative;
  display: block;
}
.work-card .card_img {
  height: 218px;
  border-radius: 13px;
}
.work-card .card_img img {
  border-radius: 13px;
}
.work-card .shadow-title {
  position: absolute;
  top: unset !important;
  bottom: 0 !important;
  left: 0;
  content: "";
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #0039b5);
  height: 95px !important;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  transition: all 0.3s ease-in-out;
}
.work-card .shadow-title h5 {
  color: #fff;
  font-weight: bold;
}
.work-card:hover .shadow-title {
  height: 100% !important;
}

@media (max-width: 600px) {
  .custom_header .header_conten {
    padding-right: 0;
  }
  .custom_header .header_conten h6 {
    margin-top: 10px;
  }
  .custom_header .header_conten h5,
  .section_header h5 {
    font-size: 1.4rem;
  }
  .custom_header .header_conten h6 {
    font-size: 1.2rem;
    line-height: 25px;
  }
  .custom_header_about .header_conten p {
    width: 100%;
    font-size: 0.9rem;
  }
  .all_pans_contain ul {
    padding: 0;
  }
}
/* Shared styles  */
.faq, .work-owner {
  background-position: center;
  background-size: cover;
}

.faq .accordion .accordion-item .accordion-button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.work-card .shadow-title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */