* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Zain", serif;
  scroll-behavior: smooth;
}
p,
h1,
h2,
h3,
h4 {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
button {
  border: none;
  outline: none;
}
ul li {
  list-style: none;
}
.flex-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-section {
  padding: 65px 0;
}
.h3 {
  color: #020202;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
}
img {
  max-width: 100%;
}
.fs-20 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .p-section {
    padding: 40px 0;
  }
  .h3 {
    font-size: 30px;
    font-weight: 600;
  }
  .fs-20 {
    font-size: 16px;
  }
}
.img-fit img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.bold {
  font-weight: bold;
}
.bg-red {
  background-color: #d6444e;
}
.bg-gray {
  background-color: #f4f7f9;
}
/* -------------------------------------- Start Mian Header --------------------------------------  */
.main-header {
  background-color: white;
  z-index: 1000;
  width: 100%;
  transition: 0.5s;
  /* box-shadow: 0px -4px 13px 0px #b1b1b1; */
}

.main-header ul li a {
  font-size: 20px;
  color: #333333;
}

.main-header .navbar-brand img {
  max-width: 86px;
}
[dir="ltr"] .main-header .main-links {
  margin-left: 71px;
}
[dir="rtl"] .main-header .main-links {
    margin-right: 71px;
}
.main-header .main-links .language .en {
  font-size: 20px;
  color: #020202;
}
@media (max-width: 991px) {
  .main-header .navbar-brand img {
    max-width: 71px;
  }
  .main-header .main-links {
    margin-left: 0px;
  }
}

.main-header .nav-item.active a {
  color: #d6444e !important;
}

/* DropDown */
.dropdown-edit .dropdown-toggle::after {
  content: none;
}

.dropdown-edit .dropdown-menu {
  min-width: 121px !important;
  border: none;
  background-color: white;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
}

/* -------------------------------------- End Mian Header --------------------------------------  */
/* -------------------------------------- Start Footer --------------------------------------  */
.Footer {
  background-color: #d6444e;
  padding: 48px 0;
  background-image: url("/assets/images/footer_pattern.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.Footer .links {
  margin-top: 32px;
}
.Footer .logo {
  width: 164px;
}
/* about */
.Footer h5 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 24px;
}
.Footer .about p {
  max-width: 324px;
}
.Footer p,
.Footer a {
  font-size: 20px;
  color: white;
}

a {
  text-decoration: none;
}
.Footer .get-app {
  background-color: #f4f7f94d;
  padding: 15px 32px;
  border-radius: 32px;
  margin-top: 40px;
}
.Footer .get-app p {
  font-size: 28px;
}
.Footer .social {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .Footer {
    padding: 32px 0px;
  }
  .Footer .links {
    margin-top: 18px;
  }
  .Footer .logo {
    width: 105px;
  }
  .Footer h5 {
    margin-bottom: 8px;
  }
  .Footer .get-app {
    padding: 16px 20px;
  }
  .Footer .get-app p {
    font-size: 20px;
    text-align: center;
  }
}

/* -------------------------------------- End Footer --------------------------------------  */
/* --------------------------------------   Start HeroSection --------------------------------------  */
.hero-section {
  padding: 84px 64px 0;
  background-color: #f5f5f5;
  border-radius: 24px;
}
.hero-section .text h1 {
  font-size: 72px;
}
.hero-section .text h1 span:last-child {
  color: #d6444e;
}
.hero-section .text p {
  max-width: 364px;
}
.hero-section .arrow {
  position: absolute;
  width: 74px;
  height: 115px;
  border-radius: 56px;
  border: 1px solid #d6444e;
  bottom: -57px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
}
.hero-section .arrow div {
  background-color: white;
  border-radius: 56px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px #00000012;
  padding: 4px;
}
.hero-section .phones {
  width: 489px;
  height: 496px;
  margin: auto;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .hero-section .phones {
        width: 100%;
        height: 399px;
    }
}
.hero-section .arrow-right {
  position: absolute;
  width: 100px;
  height: 100px;
}
[dir="ltr"] .hero-section .arrow-right .rtl {
  display: none;
}
[dir="rtl"] .hero-section .arrow-right .ltr {
  display: none;
}

[dir="ltr"] .hero-section .arrow-right {
  top: 84px;
  right: 64px;
}
[dir="rtl"] .hero-section .arrow-right {
  top: 84px;
  left: 0px;
  width: 80px;

}


@media (max-width: 992px) {
  .hero-section .phones {
    width: 350px;
    height: 350px;
  }
  .hero-section .arrow-right{
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-section {
    padding: 20px 20px 0;
  }
  .hero-section .text h1 {
    font-size: 48px;
  }
  .hero-section .phones {
    width: 250px;
    height: 250px;
  }
  .hero-section .arrow {
    width: 46px;
    height: 64px;
    padding: 4px;
    bottom: -29px;
  }
}
/* -------------------------------------- End HeroSection --------------------------------------  */
/* -------------------------------------- Start About Us --------------------------------------  */
.about-us {
  padding-top: 120px;
}
.about-us .image {
  width: 310px;
  height: 310px;
  border-radius: 32px;
  overflow: hidden;
  margin-left: 20px;
}
.about-us .img-cont {
  width: fit-content;
}
.about-us .img-cont::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  border: 9px solid #d6444e;
  top: -35px;
  inset-inline-start: -17px;
  z-index: -1;
}
.about-us .img-cont::after {
  content: "";
  position: absolute;
  width: 315px;
  height: 315px;
  border-radius: 32px;
  border: 3px solid #d6444e;
  bottom: -16px;
  right: -16px;
  z-index: -1;
}
.about-us .text h2 {
  font-weight: bold;
  font-size: 48px;
}
.about-us .text p {
  font-size: 20px;
  color: #020202;
}
.about-us .text p:last-child {
  margin-top: 32px;
}
/* text */
@media (max-width: 767px) {
  .about-us .image {
    width: 311px;
    height: 311px;
    margin-left: 28px;
  }
  .about-us .img-cont::before {
    top: -28px;
    border: 6px solid #d6444e;
  }
  .about-us .text h2 {
    font-size: 32px;
  }
  .about-us .text p {
    font-size: 16px;
  }
  .about-us .text p:last-child {
    margin-top: 20px;
  }
}
/* -------------------------------------- End About Us --------------------------------------  */
.our-feature {
  padding-top: 100px;
}
.our-feature .image {
  background-size: cover;
  background-position: center;
  padding: 32px 50px 0;
  height: 378px;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: end;
}
.our-feature .image .img {
  width: 278px;
  height: 346px;
}
.our-feature .feature-card h4 {
  margin-top: 24px;
  font-weight: 700;
  font-size: 32px;
}
.our-feature .feature-card p {
  font-size: 20px;
  color: #545454;
}
@media (max-width: 1400px) {
  .our-feature .image {
    height: 350px;
  }
  .our-feature .image .img {
    height: 314px;
  }
}
@media (max-width: 1200px) {
  .our-feature .image {
    height: 275px;
  }
  .our-feature .image .img {
    height: 244px;
  }
}
@media (max-width: 991px) {
  .our-feature .image .img {
    width: 190px;
    height: 238px;
  }
}
@media (max-width: 767px) {
  .our-feature {
    padding-top: 40px;
  }
  .our-feature .image {
    height: 378px;
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .our-feature .image .img {
    width: 262px;
    height: 335px;
  }
}
/* ---------------------Start Get App ---------------------------- */
.Get-App {
  margin-top: 124px;
}
.Get-App h1 {
  font-size: 48px;
}
.Get-App h1 span:last-child {
  color: #d6444e;
}
.Get-App p {
  max-width: 472px;
  font-size: 20px;
  color: #545454;
  margin-top: 16px;
}
.Get-App .shape-bg {
  z-index: -1;
  width: 50%;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 50px 0 0 50px;
  height: 374px;
}
[dir="rtl"] .Get-App .shape-bg {
  right: auto;
  left: 0;
  border-radius: 0 50px 50px 0 !important;
}
.Get-App .app-icon {
  background-color: #f5f5f5;
  border-radius: 16px;
  padding: 0 32px 24px;
  margin-top: 32px;
  max-width: 462px;
}
.Get-App .app-icon .avilable-app {
  width: fit-content;
  padding: 6px 22px;
  border-radius: 0 0px 8px 8px;
  background-color: #fff;
  font-weight: 700;
}
/* image */
.Get-App .image {
  width: 481px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .Get-App .image {
    width: 350px;
  }
  .Get-App .shape-bg {
    height: 284px;
  }
  .Get-App h1 {
    font-size: 32px;
  }
  .Get-App .app-icon {
    margin-top: 8px;
  }
  .Get-App p {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .Get-App {
    margin-top: 32px;
  }
  .Get-App .shape-bg {
    width: 90%;
    height: 180px;
  }
  .Get-App h1 {
    font-size: 32px;
  }
  .Get-App p {
    margin-top: 12px;
    font-size: 16px;
  }
  .Get-App .app-icon {
    padding: 0 16px 22px;
    margin-top: 24px;
  }
  .Get-App .app-icon .avilable-app {
    padding: 6px 17px;
    font-size: 12px;
  }
  .Get-App .image {
    width: 233px;
    /* margin: 16px auto; */
  }
}
/* ---------------------End Get App ---------------------------- */
/* ---------------------Start Faqs ---------------------------- */
.Faqs {
  padding-top: 120px;
}
.Faqs h1 {
  font-weight: 700;
  font-size: 48px;
}
.Faqs h1 span:last-child {
  color: #d6444e;
}
.accordion-button::after {
  margin-right: 0 !important;
}
.accordion-button {
  justify-content: space-between !important;
  box-shadow: none;
}
.accordion-button.collapsed {
  height: 100px;
}
.accordion-button:not(.collapsed) {
  color: black;
  background-color: transparent;
  box-shadow: none;
  outline: none;
}
.accordion-item {
  border-radius: 26px !important;
  overflow: hidden;
  border: 1px solid #e7e7e7 !important;
  background-color: #fbeced33 !important;
}
.accordion-item .accordion-button {
  background-color: transparent !important;
  font-weight: 700;
  font-size: 32px;
  text-align: start;
}
.accordion-body {
  font-weight: 500;
  color: black;
  font-size: 20px;
  padding-top: 0;
}
.Faqs .cont {
  margin-top: 40px;
}
.accordion-body p {
  border-left: 2px solid #d6444e;
  padding: 0 16px;
}
[dir="rtl"] .accordion-body p {
  border-left: 0;
  border-right: 2px solid #d6444e;
}
@media (max-width: 767px) {
  .Faqs h1 {
    font-size: 32px;
  }
  .Faqs .cont {
    margin-top: 20px;
  }
  .accordion-item .accordion-button {
    font-size: 24px;
  }
  .accordion-body {
    font-size: 16px;
  }
  .accordion-button.collapsed {
    height: auto;
  }
}
/* ---------------------End Faqs ---------------------------- */
/* modal */
.modal {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000000cc;
  padding: 0 20px;
}
.modal .modal-cont {
  max-width: 435px;
  padding: 20px;
  border-radius: 25px;
  background-color: #fff;
}
.modal .modal-cont .close {
  width: 40px;
  height: 40px;
  background-color: #e8eff5;
  border-radius: 11px;
}
.modal .modal-cont .icon {
  width: 80px;
}
.modal .modal-cont h3 {
  font-weight: 700;
  font-size: 32px;
}
.modal .modal-cont p {
  color: #545454;
  font-size: 20px;
}
.modal .modal-cont .ok {
  width: 100%;
  color: white;
  background-color: #d6444e;
  border-radius: 16px;
  padding: 9px 0;
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
}
.modal .modal-cont .later {
  width: 100%;
  color: #d6444e;
  border: 1px solid #d6444e;
  background-color: transparent;
  border-radius: 16px;
  padding: 9px 0;
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
}
.modalStatus {
  display: none;
}
@media (max-width: 767px) {
  .modal .modal-cont .icon {
    width: 64px;
  }
  .modal .modal-cont h3 {
    font-size: 24px;
  }
  .modal .modal-cont p {
    font-size: 16px;
  }
}
/* modal */

/* -------------------------------------- Start Contact Us --------------------------------------  */
.contact-us .head p {
  max-width: 376px;
  font-size: 20px;
  color: #545454;
}
.all-head h2 {
  font-weight: 700;
  font-size: 40px;
}

@media (max-width: 767px) {
  .contact-us .head p {
    font-size: 16px;
  }
  .all-head h2 {
    font-size: 20px;
  }
}
.contact-us .info {
  max-width: 780px;
  margin: 32px auto;
}
.contact-us .info .icon {
  width: 56px;
  height: 56px;
  padding: 8px;
}
.contact-us .info .text div {
  color: #8a8a8a;
}
.contact-us .info .text p {
  font-weight: 700;
  font-size: 20px;
}
.contact-us .info .icon.one {
  background-color: #b116171a;
}
.contact-us .info .icon.two {
  background-color: #c291001a;
}
.contact-us .info .icon.three {
  background-color: #0078381a;
}

.contact-us form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 549px;
  margin-top: 40px;
}
.contact-us form > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-us form label {
  color: #333;
  font-weight: 700;
  font-size: 24px;
}
.contact-us form > div:not(.phone-cont) input,
.contact-us form textarea {
  width: 100%;

  height: 70px;
  padding: 20px;
  border-radius: 18px;
  border: 0.5px solid rgba(0, 0, 0, 0.15);
  background: white;
  outline: none;
}
.contact-us form .phone-cont .phone {
  width: 100%;
  border-radius: 18px;

  border: 0.5px solid rgba(0, 0, 0, 0.15);
}
.contact-us form .phone-cont .phone .icon {
  padding: 16px 0px 16px 20px;
  min-width: 91px;
}
[dir="rtl"] .contact-us form .phone-cont .phone .icon {
  padding: 16px 20px 16px 0px !important;
}
.contact-us form .phone-cont input {
  width: 100%;

  height: 70px;
  padding: 20px;
  border-radius: 18px;
  background: white;
  outline: none;
  border: none;
}
.contact-us form input::placeholder,
.contact-us form textarea::placeholder {
  color: #8a8a8a;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.contact-us form textarea {
  height: 212px;
}
.contact-us form button {
  display: flex;
  width: 100%;
  height: 58px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  background: #d6444e;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
/* INFO */
.contact-us .right {
  width: 300px;
}
.contact-us .info {
  gap: 20px;
}
.contact-us .info .cont {
  display: flex;
  gap: 8px;
  align-items: center;
}
.contact-us .info .icon {
  padding: 8px;
  border-radius: 15px;
  width: fit-content;
}
.contact-us .info .icon img {
  max-width: 100%;
}
.contact-us .info .email .icon {
  background: rgba(16, 12, 38, 0.1);
}
.contact-us .info .phone .icon {
  background: rgba(16, 12, 38, 0.1);
}
.contact-us .info .location .icon {
  background: rgba(16, 12, 38, 0.1);
  padding: 10px;
}
.contact-us .info .cont .text span {
  color: #8a8a8a;

  font-size: 14px;
  font-weight: 500;
}
.contact-us .info .cont .text p {
  color: #020202;

  font-size: 16px;
  font-weight: 500;
}
.contact-us .map {
  margin-top: 33px;
  height: 447px;
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
}
.contact-us .map img {
  width: 100%;
}
@media (max-width: 767px) {
  .contact-us .contact-cont {
    gap: 40px;
  }
  .contact-us form {
    margin-top: 32px;
  }
  .contact-us .info .icon {
    width: 48px;
    height: 48px;
  }
  .contact-us .info {
    margin-top: 16px;
  }
  .contact-us form .phone-cont .phone .icon {
    min-width: 80px;
  }
}
.dropdown-toggle::after {
  display: none !important;
}
[dir="rtl"] input[type="email"] {
    text-align: end;
  }
/* -------------------------------------- End Contact Us --------------------------------------  */
