@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=El+Messiri:wght@400..700&family=Readex+Pro:wght@160..700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "El Messiri", sans-serif;
}

.overlay-background {
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.navbar-toggler {
  border: 1px solid #FFF;
}
.navbar-toggler:focus {
  box-shadow: unset !important;
}

.otp-item:focus-visible {
  outline: #000;
}

.bt-none {
  border-top: none !important;
}

.bb-none {
  border-bottom: none !important;
}

input[type=radio] {
  accent-color: #19413F;
}

input[type=checkbox] {
  accent-color: #19413F;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

video[poster] {
  cursor: pointer;
}

[lang=ar] * {
  direction: rtl;
}
[lang=ar] input[type=email] {
  direction: rtl;
}

a {
  text-decoration: none;
}

.text-primary {
  color: #19413F !important;
}

.text-light-primary {
  color: #000000 !important;
}

.text-secondary {
  color: #FFA91F !important;
}

.text-acent {
  color: #FFFFFF !important;
}

.text-default {
  color: #333333 !important;
}

.bg-primary {
  background-color: #19413F !important;
}

.bg-light-primary {
  background-color: #000000 !important;
}

.bg-secondary {
  background-color: #FFA91F !important;
}

.bg-acent {
  background-color: #FFFFFF !important;
}

.bg-default {
  background-color: #333333 !important;
}

.font-xxs {
  font-size: 10px;
}

.font-xs {
  font-size: 12px;
}

.font-sm {
  font-size: 14px;
}

.font-normal, p {
  font-size: 16px;
}

.font-regular {
  font-size: 18px;
}

.font-lg {
  font-size: 20px;
}

.font-xl {
  font-size: 22px;
}

.font-xxl {
  font-size: 24px;
}

.font-3xl, .main-title {
  font-size: 28px;
}

.font-4xl {
  font-size: 32px;
}

.font-5xl {
  font-size: 36px;
}

.font-6xl {
  font-size: 40px;
}

.font-extra {
  font-size: 48px;
}

.fw-xxs {
  font-weight: 100;
}

.fw-xs {
  font-weight: 200;
}

.fw-sm {
  font-weight: 300;
}

.fw-normal, p {
  font-weight: 400;
}

.fw-regular, .main-title {
  font-weight: 500;
}

.fw-lg {
  font-weight: 600;
}

.fw-xl {
  font-weight: 700;
}

.fw-xxl {
  font-weight: 800;
}

.fw-extra {
  font-weight: 900;
}

.of-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.of-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.border-radius-5 {
  border-radius: 5px !important;
}

.border-radius-10 {
  border-radius: 10px !important;
}

.border-radius-15 {
  border-radius: 15px !important;
}

.border-radius-50 {
  border-radius: 50px !important;
}

.modal-dialog-md {
  max-width: 580px;
}

.nice-select {
  display: flex;
  align-items: center;
  padding-right: 18px;
  padding-left: 30px;
}
.nice-select:after {
  left: 12px;
  right: unset;
}
.nice-select ul.list {
  min-width: 100%;
}
.nice-select ul.list li {
  text-align: right;
  padding-right: 10px;
  padding-left: 18px;
  font-size: 14px;
}
.nice-select ul.list li:hover {
  background-color: #D0D0D0 !important;
  color: #19413F;
}
.nice-select ul.list .selected {
  background-color: #D0D0D0 !important;
  color: #19413F;
}
.nice-select span.current {
  color: #adadad;
}

[lang=en] ul.list li {
  text-align: left;
  padding-left: 10px;
  padding-right: 18px;
}

.border-none {
  border: none !important;
}

.nice-w-100 {
  width: 100%;
  display: flex;
  align-items: center;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.padding-10 {
  padding: 10px 0px;
}

.padding-20 {
  padding: 20px 0px;
}

.padding-30 {
  padding: 30px 0px;
}

.padding-40 {
  padding: 40px 0px;
}

.padding-50 {
  padding: 50px 0px;
}

.padding-60 {
  padding: 60px 0px;
}

.padding-70 {
  padding: 70px 0px;
}

.padding-80 {
  padding: 80px 0px;
}

.padding-90 {
  padding: 90px 0px;
}

.padding-100 {
  padding: 100px 0px;
}

.max-w-100 {
  max-width: 100%;
}

input {
  height: 50px;
  border-radius: 12px !important;
  overflow: visible;
}
input::-moz-placeholder {
  color: #adadad !important;
  font-size: 14px;
}
input::placeholder {
  color: #adadad !important;
  font-size: 14px;
}

select {
  height: 50px;
  border-radius: 12px !important;
  color: #adadad !important;
  font-size: 14px;
}

textarea {
  border-radius: 12px !important;
}
textarea::-moz-placeholder {
  color: #adadad !important;
  font-size: 14px;
}
textarea::placeholder {
  color: #adadad !important;
  font-size: 14px;
}
textarea option {
  color: #FFA91F;
}

.line-height-17 {
  line-height: 1.7;
}

.line-height-18 {
  line-height: 1.8;
}

.line-height-2 {
  line-height: 2;
}

.form-control:focus {
  box-shadow: unset !important;
  border-color: #19413F;
}

.form-group {
  margin-bottom: 10px;
}

section {
  padding: 70px 0px;
}

.main-title {
  color: #000000;
}

@media (max-width: 550px) {
  .font-xxs {
    font-size: 6px;
  }
  .font-xs {
    font-size: 8px;
  }
  .font-sm {
    font-size: 12px;
  }
  .font-normal, p {
    font-size: 12px;
  }
  .font-regular {
    font-size: 14px;
  }
  .font-lg {
    font-size: 16px;
  }
  .font-xl {
    font-size: 18px;
  }
  .font-xxl {
    font-size: 20px;
  }
  .font-3xl, .main-title {
    font-size: 22px;
  }
  .font-4xl {
    font-size: 24px;
  }
  .font-extra {
    font-size: 26px;
  }
  .mt-3-sm {
    margin-top: 1rem;
  }
  .mb-3-sm {
    margin-bottom: 1rem;
  }
  .mb-4-sm {
    margin-bottom: 1.5rem;
  }
  .mb-0-sm {
    margin-bottom: 0 !important;
  }
  .mb-1-sm {
    margin-bottom: 0.5rem !important;
  }
  .mb-2-sm {
    margin-bottom: 0.75rem !important;
  }
  .mb-3-sm {
    margin-bottom: 1rem !important;
  }
  .mb-4-sm {
    margin-bottom: 1.5rem !important;
  }
  .mb-5-sm {
    margin-bottom: 3rem !important;
  }
  .justify-content-between-sm {
    justify-content: space-between !important;
  }
  .justify-content-around-sm {
    justify-content: space-around !important;
  }
  .align-items-center-sm {
    align-items: center;
  }
  .py-4-sm {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .text-center-sm {
    text-align: center;
  }
  .order-0-sm {
    order: 0;
  }
  .order-1-sm {
    order: 1;
  }
  .order-2-sm {
    order: 2;
  }
  .order-3-sm {
    order: 3;
  }
  .order-4-sm {
    order: 4;
  }
  .order-5-sm {
    order: 5;
  }
  .order-6-sm {
    order: 6;
  }
  .order-7-sm {
    order: 7;
  }
  .order-8-sm {
    order: 8;
  }
  .order-9-sm {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
}
.border-top-none {
  border-top: none !important;
}

::-webkit-scrollbar {
  height: 8px;
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #19413F;
  border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #FFA91F;
}

#loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #19413F;
  z-index: 10000000000000000000000000000000;
}

#loader {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 50px;
  height: 50px;
  font-size: 0;
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  transform: translateZ(0);
}

#loader div {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  animation: ballPulseDouble 2s ease-in-out infinite;
}
#loader div img {
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}

#loader div:last-child {
  animation-delay: -1s;
}
@keyframes ballPulseDouble {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  transition: all 0.3s;
}
.navbar-nav .nav-link:hover {
  color: #FFA91F;
  transition: all 0.3s;
}

.main-btn {
  background-color: #19413F;
  color: #FFFFFF;
  border-radius: 12px;
  height: 48px;
  min-width: 135px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #19413F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 16px;
  line-height: 1;
}
.main-btn:hover {
  background: linear-gradient(90deg, #1E857D 0%, #3BB59E 100%);
  border: 1px solid #3BB59E;
}

.home-section {
  padding-bottom: 0px !important;
}
.home-section h4 img {
  position: absolute;
}
.home-section .home-image {
  border-radius: 18px;
  height: 550px;
  width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-section .shine-image {
  position: absolute;
  top: -35px;
  right: 70px;
}

.about {
  padding-top: 60px !important;
  padding-bottom: 40px !important;
  background-color: #19413F;
  width: 100%;
}
.about .content {
  padding-top: 80px;
}
.about .content .rectangle-div {
  height: 475px;
  width: 475px;
  border: 5px solid #FFA91F;
  border-radius: 50px 0px;
}
.about .content .rectangle-div img {
  position: absolute;
  height: 280px;
  width: 310px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .content .rectangle-div img.image-1 {
  top: -55px;
  left: -55px;
}
.about .content .rectangle-div img.image-2 {
  bottom: -55px;
  right: -55px;
}

.wave {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
}
.wave.top-wave {
  background-image: url(../images/backgrounds/top-wave.png);
  margin-top: -120px;
}
.wave.bottom-wave {
  background-image: url(../images/backgrounds/bottom-wave.png);
}

.restaurants .restaurants-circle {
  height: 600px;
  width: 600px;
  max-width: 97%;
  margin: auto;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/backgrounds/Aather-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  animation: rotateCircle 30s linear infinite;
}
.restaurants .restaurants-circle .logo {
  height: 158px;
  -o-object-fit: contain;
     object-fit: contain;
  animation: reverseCircle 30s linear infinite;
}
.restaurants .restaurants-circle .restaurants-images {
  position: absolute;
  border: 1px solid #FFA91F;
  height: 120px;
  width: 120px;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  animation: reverseCircle 30s linear infinite;
}
.restaurants .restaurants-circle .restaurants-images h5 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  display: none;
}
.restaurants .restaurants-circle .restaurants-images:hover {
  background-blend-mode: multiply;
}
.restaurants .restaurants-circle .restaurants-images:hover h5 {
  display: block;
}
.restaurants .restaurants-circle .restaurants-images.restaurant-1 {
  top: -55px;
}
.restaurants .restaurants-circle .restaurants-images.restaurant-2 {
  top: 90px;
  right: -15px;
}
.restaurants .restaurants-circle .restaurants-images.restaurant-3 {
  bottom: 90px;
  right: -15px;
}
.restaurants .restaurants-circle .restaurants-images.restaurant-4 {
  bottom: -55px;
}
.restaurants .restaurants-circle .restaurants-images.restaurant-5 {
  bottom: 90px;
  left: -15px;
}
.restaurants .restaurants-circle .restaurants-images.restaurant-6 {
  top: 90px;
  left: -15px;
}

.introduction {
  background-image: url(../images/backgrounds/communities-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.introduction .content {
  height: 400px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.introduction .content .upper-leaf {
  position: absolute;
  top: 0;
  left: 380px;
}
.introduction .content .lower-leaf {
  position: absolute;
  bottom: 0;
  right: 380px;
}
.introduction .community-bg {
  border-radius: 40px 0px 0px 40px;
  height: 100%;
}

.communities .community-title {
  margin-inline-start: 30px;
  font-size: 32px;
}
.communities .nav-pills {
  gap: 8px;
}
.communities .nav-pills .nav-link {
  height: 50px;
  border-radius: 10px;
  color: #333333;
  font-size: 18px;
}
.communities .nav-pills .nav-link.active {
  background-color: #19413F;
  color: #FFFFFF;
}
.communities .tab-content-div {
  padding: 30px;
  border-radius: 10px;
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 400px;
}
.communities .tab-navigator {
  gap: 10px;
}
.communities .nav-dot {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #ddd;
  border-radius: 2px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.communities .nav-dot.active {
  background-color: #19413f;
}

.footer {
  background-color: #19413F;
  padding-top: 30px !important;
  padding-bottom: 0 !important;
}
.footer .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #708988;
  padding: 25px 0px;
}
.footer .content .footer-logo {
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .content .social-link {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #EDF8F7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.footer .content .social-link img {
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .content .social-link:hover {
  background-color: #FFA91F;
  transition: all 0.3s;
}
.footer .lower-div {
  padding: 40px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

[lang=en] .home-section .shine-image {
  left: 70px;
  right: unset;
  transform: rotate(270deg);
}

[lang=en] .about .content .rectangle-div img.image-1 {
  right: -55px;
  left: unset;
}
[lang=en] .about .content .rectangle-div img.image-2 {
  left: -55px;
  right: unset;
}

[lang=en] .restaurants .restaurants-circle .restaurants-images.restaurant-2 {
  top: 90px;
  left: -15px;
  right: unset;
}
[lang=en] .restaurants .restaurants-circle .restaurants-images.restaurant-3 {
  bottom: 90px;
  left: -15px;
  right: unset;
}
[lang=en] .restaurants .restaurants-circle .restaurants-images.restaurant-5 {
  bottom: 90px;
  right: -15px;
  left: unset;
}
[lang=en] .restaurants .restaurants-circle .restaurants-images.restaurant-6 {
  top: 90px;
  right: -15px;
  left: unset;
}

[lang=en] .upper-leaf {
  right: 470px;
  left: unset !important;
}
[lang=en] .lower-leaf {
  left: 380px;
  right: unset !important;
}

@media (max-width: 990px) {
  [lang=en] .home-section .home-image {
    height: 250px;
  }
  [lang=en] .home-section .shine-image {
    left: 25px;
    right: unset;
  }
  [lang=en] .about .content .rectangle-div {
    height: 360px;
  }
  [lang=en] .about .content .rectangle-div img {
    height: 220px;
    width: 220px;
  }
  [lang=en] .about .content .rectangle-div img.image-1 {
    right: -10px;
    left: unset;
  }
  [lang=en] .about .content .rectangle-div img.image-2 {
    left: -10px;
    right: unset;
  }
  [lang=en] .restaurants .restaurants-circle {
    height: 360px;
  }
  [lang=en] .restaurants .restaurants-circle .logo {
    height: 80px;
  }
  [lang=en] .restaurants .restaurants-circle .restaurants-images {
    height: 80px;
    width: 80px;
  }
  [lang=en] .restaurants .restaurants-circle .restaurants-images.restaurant-1 {
    top: -40px;
  }
  [lang=en] .restaurants .restaurants-circle .restaurants-images.restaurant-2 {
    top: 55px;
    left: -15px;
    right: unset;
  }
  [lang=en] .restaurants .restaurants-circle .restaurants-images.restaurant-3 {
    bottom: 55px;
    left: -15px;
    right: unset;
  }
  [lang=en] .restaurants .restaurants-circle .restaurants-images.restaurant-4 {
    bottom: -40px;
  }
  [lang=en] .restaurants .restaurants-circle .restaurants-images.restaurant-5 {
    bottom: 55px;
    right: -15px;
    left: unset;
  }
  [lang=en] .restaurants .restaurants-circle .restaurants-images.restaurant-6 {
    top: 55px;
    right: -15px;
    left: unset;
  }
  [lang=en] .introduction .content {
    height: -moz-fit-content;
    height: fit-content;
  }
  [lang=en] .introduction .content .lower-leaf {
    display: none;
  }
  [lang=en] .introduction .content .upper-leaf {
    display: none;
  }
  [lang=en] .introduction .community-bg {
    display: none;
  }
  [lang=en] .footer .content {
    flex-direction: column;
    gap: 40px;
  }
  [lang=en] .communities .nav-pills {
    align-items: center;
  }
  [lang=en] .communities .community-title {
    margin: 0;
  }
}

@media (max-width: 990px) {
  #loader div img {
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home-section .home-image {
    height: 250px;
  }
  .home-section .shine-image {
    right: 25px;
  }
  .about .content .rectangle-div {
    height: 360px;
  }
  .about .content .rectangle-div img {
    height: 220px;
    width: 220px;
  }
  .about .content .rectangle-div img.image-1 {
    left: -10px;
  }
  .about .content .rectangle-div img.image-2 {
    right: -10px;
  }
  .restaurants .restaurants-circle {
    height: 360px;
  }
  .restaurants .restaurants-circle .logo {
    height: 80px;
  }
  .restaurants .restaurants-circle .restaurants-images {
    height: 80px;
    width: 80px;
  }
  .restaurants .restaurants-circle .restaurants-images.restaurant-1 {
    top: -40px;
  }
  .restaurants .restaurants-circle .restaurants-images.restaurant-2 {
    top: 55px;
    right: -15px;
  }
  .restaurants .restaurants-circle .restaurants-images.restaurant-3 {
    bottom: 55px;
    right: -15px;
  }
  .restaurants .restaurants-circle .restaurants-images.restaurant-4 {
    bottom: -40px;
  }
  .restaurants .restaurants-circle .restaurants-images.restaurant-5 {
    bottom: 55px;
    left: -15px;
  }
  .restaurants .restaurants-circle .restaurants-images.restaurant-6 {
    top: 55px;
    left: -15px;
  }
  .introduction .content {
    height: -moz-fit-content;
    height: fit-content;
  }
  .introduction .content .lower-leaf {
    display: none;
  }
  .introduction .content .upper-leaf {
    display: none;
  }
  .introduction .community-bg {
    display: none;
  }
  .footer .content {
    flex-direction: column;
    gap: 40px;
  }
  .communities .nav-pills {
    align-items: center;
  }
  .communities .community-title {
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */
