@font-face {
  font-family: "BahijJanna";
  src: url(../fonts/BahijJanna.eot);
  src: url(../fonts/BahijJanna.eot?#iefix) format("embedded-opentype"), url(../fonts/BahijJanna.woff2) format("woff2"), url(../fonts/BahijJanna.woff) format("woff"), url(../fonts/BahijJanna.ttf) format("truetype"), url(../fonts/BahijJanna.svg#ArbFONTS-DroidKufi-Regular) format("svg"), url(../fonts/BahijJanna.otf) format("otf");
}
@font-face {
  font-family: "BahijJanna-Bold";
  src: url(../fonts/BahijJanna-Bold.eot);
  src: url(../fonts/BahijJanna-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/BahijJanna-Bold.otf) format("otf"), url(../fonts/BahijJanna-Bold.svg#ArbFONTS-Droid-Arabic-Kufi-Bold) format("svg"), url(../fonts/BahijJanna-Bold.ttf) format("truetype"), url(../fonts/BahijJanna-Bold.woff) format("woff"), url(../fonts/BahijJanna-Bold.woff2) format("woff2");
}
.redColor {
  color: #EF456F;
}

.greenColor {
  color: #199AA5;
}

body {
  font-family: "BahijJanna";
  background-color: #F8FEFF;
  overflow-x: hidden;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url("../img/logo.png") center center no-repeat #fff;
  opacity: 1;
  background-size: 100%;
  -webkit-animation: fontbulger 2s infinite;
  animation: fontbulger 2s infinite;
}

@-webkit-keyframes fontbulger {
  0% {
    background-size: 3%;
  }
  40% {
    background-size: 6%;
  }
  100% {
    background-size: 3%;
  }
}
@keyframes fontbulger {
  0% {
    background-size: 3%;
  }
  40% {
    background-size: 6%;
  }
  100% {
    background-size: 3%;
  }
}
@media (max-width: 991px) {
  @-webkit-keyframes fontbulger {
    0% {
      background-size: 15%;
    }
    40% {
      background-size: 20%;
    }
    100% {
      background-size: 15%;
    }
  }
  @keyframes fontbulger {
    0% {
      background-size: 15%;
    }
    40% {
      background-size: 20%;
    }
    100% {
      background-size: 15%;
    }
  }
}
header {
  padding: 25px 0;
}
header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
header nav a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  font-family: "BahijJanna-Bold";
  display: block;
}
header nav a.active, header nav a:hover {
  color: #199AA5;
}
header nav a.main-btn {
  background-color: #FF698E;
  border-radius: 10px;
  padding: 9px 16px;
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
}
header nav a.main-btn:hover {
  background-color: #EF456F;
}

.main-section {
  min-height: 750px;
  padding-top: 130px;
  background-image: url("../img/bg-2.svg");
  background-position: center center;
  background-size: 85%;
  background-repeat: no-repeat;
}
.main-section.diamond {
  background-image: none;
  padding: 80px 0;
  min-height: auto;
}
.main-section.diamond .olfah-info h1:after {
  position: relative;
  left: -10px;
  top: 5px;
}
.main-section.diamond .olfah-img img {
  width: 120%;
  position: relative;
  left: 9%;
  top: 50px;
  z-index: -1;
}
@media (max-width: 991px) {
  .main-section.diamond .olfah-img img {
    width: 100%;
    left: auto;
    top: auto;
  }
}
.main-section.diamond:after {
  display: none;
}
.main-section:after {
  content: "";
  background-image: url("../img/bg-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.main-section .olfah-info h1 {
  font-size: 46px;
  line-height: 67px;
  color: #000000;
  font-family: "BahijJanna-Bold";
  margin-bottom: 14px;
}
.main-section .olfah-info h1:after {
  content: url("../img/icon2.svg");
}
.main-section .olfah-info p {
  font-size: 19px;
  line-height: 29px;
  color: #666666;
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  .main-section {
    padding: 50px 0;
    background-image: none;
    min-height: auto;
  }
}

.number-section {
  font-family: "BahijJanna-Bold";
  padding: 100px 0;
  position: relative;
}
.number-section .bg-icon-style img {
  position: absolute;
}
.number-section .bg-icon-style img.bis1 {
  left: 0;
  bottom: 80px;
  animation: ease-in-out 10s infinite dimand2;
}
.number-section .bg-icon-style img.bis2 {
  left: 30%;
  top: 70px;
  margin: auto;
}
.number-section .bg-icon-style img.bis3 {
  right: 5%;
  top: 28%;
  animation: ease-in-out 3s infinite dimand1;
}
.number-section h2 {
  font-size: 34px;
  color: #000000;
  margin-bottom: 90px;
}
.number-section .number-item img {
  margin-bottom: 30px;
}
.number-section .number-item h3 {
  font-size: 46px;
}
.number-section .number-item p {
  font-size: 20px;
  color: #999999;
}

.features-section {
  padding: 100px 0;
  background-image: url("../img/bg-3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.features-section h2 {
  font-size: 34px;
  color: #000000;
  margin-bottom: 90px;
  font-family: "BahijJanna-Bold";
}
.features-section .features-item {
  background-color: #EBFBFC;
  border-radius: 20px;
  height: 100%;
  padding: 50px;
  transition: all ease-in-out 0.3s;
  transform: translateY(0);
  box-shadow: 0 0 0 0 transparent;
}
.features-section .features-item .features-item-img {
  background-color: #2DAEB9;
  border-radius: 10px;
  padding: 13px;
  width: max-content;
  margin: 0 auto 30px;
  transition: transform ease-in-out 0.3s;
  transform: rotate(0deg) scale(1);
}
.features-section .features-item h3 {
  font-size: 26px;
  font-family: "BahijJanna-Bold";
  margin-bottom: 10px;
}
.features-section .features-item p {
  font-size: 22px;
  color: #666;
  margin-bottom: 0;
}
.features-section .features-item:hover {
  background-color: #2DAEB9;
  cursor: url("../img/icon1.svg"), pointer;
  transform: translateY(-10px);
  box-shadow: 0px 15px 20px 0px rgba(45, 174, 185, 0.3137254902);
}
.features-section .features-item:hover h3 {
  color: #fff;
}
.features-section .features-item:hover p {
  color: #fff;
}
.features-section .features-item:hover .features-item-img {
  background-color: #fff;
  transform: rotate(10deg) scale(1.1);
}
.features-section .features-item:hover .features-item-img svg path {
  fill: #2DAEB9;
}
.features-section .features-item:hover .features-item-img svg path#strokePath {
  stroke: #fff;
}

.discover-section {
  padding: 100px 0;
}
.discover-section h2 {
  font-size: 34px;
  color: #000000;
  margin-bottom: 90px;
  font-family: "BahijJanna-Bold";
  text-align: center;
}
.discover-section .discover-item {
  margin-bottom: 220px;
}
.discover-section .discover-item#discover_1 .discover-item-img {
  position: relative;
  height: 670px;
}
.discover-section .discover-item#discover_1 .discover-item-img .discover-item-img-big {
  position: absolute;
  left: 0;
  top: 0;
}
.discover-section .discover-item#discover_1 .discover-item-img .discover-item-img-small {
  position: absolute;
  left: 220px;
  top: 48px;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.discover-section .discover-item#discover_2 .discover-item-img {
  position: relative;
  height: 670px;
}
.discover-section .discover-item#discover_2 .discover-item-img .discover-item-img-big {
  position: absolute;
  right: 0;
  top: 0;
  width: 486px;
}
.discover-section .discover-item#discover_2 .discover-item-img .discover-item-img-small {
  position: absolute;
  right: 170px;
  top: 48px;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 428px;
}
.discover-section .discover-item#discover_3 .discover-item-img {
  position: relative;
  height: 670px;
}
.discover-section .discover-item#discover_3 .discover-item-img .discover-item-img-big {
  position: absolute;
  left: 0;
  top: 0;
}
.discover-section .discover-item#discover_3 .discover-item-img .discover-item-img-small {
  position: absolute;
  left: 70px;
  top: -40px;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.discover-section .discover-item#discover_4 .discover-item-img {
  position: relative;
  height: 670px;
}
.discover-section .discover-item#discover_4 .discover-item-img .discover-item-img-big {
  position: absolute;
  right: 0;
  top: 0;
  width: 486px;
}
.discover-section .discover-item#discover_4 .discover-item-img .discover-item-img-small {
  position: absolute;
  right: 170px;
  top: -20px;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 428px;
}
.discover-section .discover-item#discover_5 .discover-item-img {
  position: relative;
  height: 670px;
}
.discover-section .discover-item#discover_5 .discover-item-img .discover-item-img-big {
  position: absolute;
  left: 0;
  top: 0;
}
.discover-section .discover-item#discover_5 .discover-item-img .discover-item-img-small {
  position: absolute;
  right: -115px;
  top: 70px;
  bottom: 0;
  margin: auto;
}
.discover-section .discover-item#discover_6 .discover-item-img {
  position: relative;
  height: 670px;
}
.discover-section .discover-item#discover_6 .discover-item-img .discover-item-img-big {
  position: absolute;
  right: 0;
  top: 0;
  width: 486px;
}
.discover-section .discover-item#discover_6 .discover-item-img .discover-item-img-small {
  position: absolute;
  right: 165px;
  top: 350px;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 428px;
}
.discover-section .discover-item#discover_7 .discover-item-img {
  position: relative;
  height: 670px;
}
.discover-section .discover-item#discover_7 .discover-item-img .discover-item-img-big {
  position: absolute;
  left: 0;
  top: 0;
}
.discover-section .discover-item#discover_7 .discover-item-img .discover-item-img-small {
  position: absolute;
  left: 300px;
  top: -10px;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.discover-section .discover-item#discover_8 .discover-item-img {
  position: relative;
  height: 670px;
}
.discover-section .discover-item#discover_8 .discover-item-img .discover-item-img-big {
  position: absolute;
  right: 0;
  top: 0;
  width: 486px;
}
.discover-section .discover-item#discover_8 .discover-item-img .discover-item-img-small {
  position: absolute;
  right: 150px;
  top: auto;
  bottom: 0;
  margin: auto;
}
.discover-section .discover-item#discover_9 .discover-item-img {
  position: relative;
  height: 670px;
}
.discover-section .discover-item#discover_9 .discover-item-img .discover-item-img-big {
  position: absolute;
  right: 0;
  top: 0;
  width: 486px;
}
.discover-section .discover-item#discover_9 .discover-item-img .discover-item-img-small {
  position: absolute;
  right: 210px;
  top: 220px;
  bottom: auto;
  margin: auto;
}
.discover-section .discover-item .discover-item-info img {
  margin-bottom: 40px;
}
.discover-section .discover-item .discover-item-info h3 {
  font-family: "BahijJanna-Bold";
  margin-bottom: 14px;
  font-size: 40px;
}
.discover-section .discover-item .discover-item-info p {
  font-size: 24px;
  color: #666;
}
@media (max-width: 991px) {
  .discover-section .discover-item {
    margin-bottom: 100px;
  }
}

.packages-section {
  background-color: #EBFBFC;
  padding: 40px 0;
  position: relative;
  overflow-x: hidden;
}
.packages-section .packages-icon-style img {
  position: absolute;
}
.packages-section .packages-icon-style img.bis1 {
  left: 20%;
  top: 60px;
}
.packages-section .packages-icon-style img.bis2 {
  left: -50px;
  bottom: 50px;
  animation: dimand3 5s ease-in-out infinite;
}
.packages-section .packages-icon-style img.bis3 {
  right: 50px;
  bottom: 50px;
  animation: dimand1 5s ease-in-out infinite;
}
.packages-section h2 {
  font-size: 40px;
  font-family: "BahijJanna-Bold";
  margin-bottom: 40px;
}
.packages-section h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.packages-section a {
  background: #2DAEB9;
  border-radius: 10px;
  font-size: 20px;
  font-family: "BahijJanna-Bold";
  padding: 16px 30px;
  text-decoration: none;
  color: #fff;
  border: 2px solid #2DAEB9;
  transition: all ease-in-out 0.3s;
  display: inline-block;
}
.packages-section a:hover {
  background-color: #EBFBFC;
  color: #2DAEB9;
}
.packages-section .packages-section-img {
  position: relative;
}
@media (max-width: 991px) {
  .packages-section .packages-section-img img.big-img {
    width: 100%;
  }
}
.packages-section .packages-section-img img.small-img {
  position: absolute;
  left: 0px;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 575px) {
  .packages-section .packages-section-img img.small-img {
    transform: scale(0.5);
  }
}
.packages-section .packages-section-img .lottie-box {
  left: 0;
  right: -140px;
  top: -110px;
  bottom: 0;
  margin: auto;
  width: max-content;
  height: max-content;
}
@media (max-width: 575px) {
  .packages-section .packages-section-img .lottie-box {
    right: -100px;
    top: -60px;
    transform: scale(0.8);
  }
}

.testimonials-section {
  padding: 100px 0;
}
.testimonials-section h2 {
  font-size: 34px;
  font-family: "BahijJanna-Bold";
  margin-bottom: 100px;
}
.testimonials-section .testimonials-item .testimonials-item-info {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.testimonials-section .testimonials-item .testimonials-item-info h3 {
  color: #666666;
  font-size: 20px;
  margin: 0;
}
.testimonials-section .testimonials-item .testimonials-item-info .testimonials-img {
  width: 33px;
  height: 33px;
  border-radius: 100px;
  object-fit: cover;
}
.testimonials-section .testimonials-item .testimonials-item-info .testimonials-img img {
  width: 100%;
  height: 100%;
}
.testimonials-section .testimonials-item p {
  color: #000000;
  font-size: 20px;
  line-height: 1.5;
}
.testimonials-section .owl-theme .owl-nav {
  margin-top: 50px;
}
.testimonials-section .owl-theme .owl-nav button {
  margin: 0;
  transform: scale(1);
  transition: all ease-in-out 0.3s;
}
.testimonials-section .owl-theme .owl-nav button:not(:last-child) {
  margin-left: 70px;
}
.testimonials-section .owl-theme .owl-nav button:hover {
  background-color: transparent;
  transform: scale(1.1);
}
.downloadApp-section {
  margin: 80px 0;
  position: relative;
}
.downloadApp-section .downloadApp-info h2 {
  font-size: 42px;
  line-height: 67px;
  color: #000000;
  font-family: "BahijJanna-Bold";
  margin-bottom: 15px;
}
.downloadApp-section .downloadApp-info h2:after {
  content: url(../img/icon2.svg);
}
.downloadApp-section .downloadApp-info p {
  font-size: 18px;
  line-height: 29px;
  color: #666666;
  margin-bottom: 50px;
}
.downloadApp-section:after {
  content: "";
  background: url("../img/bg-4.svg") no-repeat left center #2DAEB9;
  background-size: contain;
  border-radius: 0px 20px 20px 0px;
  width: 47%;
  height: 490px;
  position: absolute;
  left: 0;
  right: auto;
  top: -43px;
  bottom: 0;
  z-index: -1;
  margin: auto;
}
@media (max-width: 991px) {
  .downloadApp-section:after {
    display: none;
  }
}

.faq-section {
  padding: 80px 0 130px;
  position: relative;
}
.faq-section h2 {
  font-size: 34px;
  font-family: "BahijJanna-Bold";
  margin-bottom: 40px;
}
.faq-section .accordion .accordion-item {
  margin-bottom: 22px;
  border: 0;
  background-color: transparent;
}
.faq-section .accordion .accordion-item .accordion-header {
  margin: 0;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  background-color: transparent;
  border-radius: 20px;
  padding: 24px 30px;
  font-size: 20px;
  border: 1.5px solid #ABDFE3;
  font-family: "BahijJanna";
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #259AA5;
  border-color: #259AA5;
  color: #fff;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media (max-width: 991px) {
  .faq-section .accordion .accordion-item .accordion-header .accordion-button {
    padding: 20px;
    font-size: 16px;
  }
}
.faq-section .accordion .accordion-item .accordion-collapse .accordion-body {
  margin-top: 10px;
  padding: 24px 30px;
  font-size: 20px;
  border: 1.5px solid #ABDFE3;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .faq-section .accordion .accordion-item .accordion-collapse .accordion-body {
    font-size: 16px;
  }
}
.faq-section .packages-icon-style img {
  position: absolute;
}
.faq-section .packages-icon-style img.bis1 {
  right: 0;
  bottom: 0;
}
.faq-section .packages-icon-style img.bis2 {
  left: 25%;
}

footer {
  margin-top: 100px;
}
footer .footer-style-box {
  padding: 38px 0;
  border-top: 1px solid #ABDFE3;
}
footer .footer-style-box .icon-style-box a {
  background: #2DAEB9;
  border-radius: 7px;
  padding: 8px;
  display: block;
  transform: scale(1);
  transition: all ease-in-out 0.3s;
}
footer .footer-style-box .icon-style-box a:hover {
  transform: scale(1.1);
}
footer .footer-style-box nav a {
  text-decoration: none;
  font-size: 20px;
  color: #000;
}

.page-title {
  background-color: #EBFBFC;
  padding: 100px 0;
  position: relative;
  overflow-x: hidden;
  margin-bottom: 50px;
}
.page-title .packages-icon-style img {
  position: absolute;
}
.page-title .packages-icon-style img.bis1 {
  left: 20%;
  top: 60px;
}
.page-title .packages-icon-style img.bis2 {
  left: -50px;
  bottom: 50px;
  animation: dimand3 5s ease-in-out infinite;
}
.page-title .packages-icon-style img.bis3 {
  right: 50px;
  bottom: 50px;
  animation: dimand1 5s ease-in-out infinite;
}
.page-title h1 {
  font-family: "BahijJanna-Bold";
}

.terms-list .terms-item {
  border: 1.5px solid #ABDFE3;
  border-radius: 20px;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 24px 30px;
}

@keyframes dimand1 {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.3) rotate(10deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes dimand2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes dimand3 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes dimand4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 991px) {
  #menu nav {
    background: #fff;
    position: absolute;
    display: flex;
    flex-direction: column;
    padding: 20px;
    top: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.062745098);
    width: 200px;
    z-index: 9999;
  }
}
.lottie-box {
  position: absolute;
  right: 0;
  top: -5px;
}

#goUp {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  transition: 0.3s ease-in-out bottom;
}
#goUp:hover {
  animation: goUp 0.3s ease-in-out infinite;
}
@media (max-width: 575px) {
  #goUp {
    width: 120px;
  }
}

.end-of-page #goUp {
  bottom: 100px;
}
@media (max-width: 575px) {
  .end-of-page #goUp {
    bottom: 150px;
  }
}

@keyframes goUp {
  0% {
    transform: scale(0.9) translateY(0px);
  }
  50% {
    transform: scale(0.9) translateY(-15px);
  }
  100% {
    transform: scale(0.9) translateY(0px);
  }
}

/*# sourceMappingURL=style.css.map */
