.header {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  padding-block: 12px 2px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(5px);
  transition: 0.4s;
}
.header .upper-header {
  padding-bottom: 18px;
}
.header .header-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 18px;
}
.header-ddl {
  position: absolute;
  top: calc(100% - 11px);
  min-width: calc(100% + 20px);
  visibility: hidden;
  opacity: 0;
}
.lang-ar .header-ddl {
  right: auto;
  left: 0;
}
.ddl-inside:hover .header-ddl {
  visibility: visible;
  opacity: 1;
}
.header-ddl:before {
  content: "";
  height: 30px;
  display: block;
}
.ddl-inside a.menu-item{
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 7px
}
.ddl-inside a.menu-item:after{
  content: "";
  background: url(../images/chevron-down-white.svg) no-repeat;
  transition: 0.4s;
  background-size: contain;
  width: 10px;
  height: 10px;
}
.header-ddl .ddl-wrapper {
  border: 1px solid #EBEBEB;
  background: rgba(242, 242, 242, 0.90);
  backdrop-filter: blur(11px);
  padding: 16px 20px;
  opacity: 0;
  transition: 0.4s;
}
.header-ddl .ddl-wrapper a{
  color: #000;
  font-family: var(--main-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: 0.4s;
  border-bottom: 0;
}
.header-ddl .ddl-wrapper li:hover{
  border-bottom: 1px solid #000;
}
.ddl-inside:hover .ddl-wrapper {
  opacity: 1;
}
.header-ddl .ddl-wrapper .ddl-item {
  color: #000;
  display: block;
}
.our-prop-link .ddl-wrapper {
  width: 200px;
}
.prop-title{
  text-align: left;
  font-family: var(--secondary-font);
  color: var(--main-color);
  font-size: 44px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 25px;
}
.prop-item{
  margin-top: 60px;
}
.prop-item .btn{
  padding: 15px 40px;
  font-size: 16px;
  border-radius: 100px;
  border: 1px solid #E7E7E7;
  backdrop-filter: blur(5px);
}
.prop-sec-title{
  color: var(--main-color);
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  border-bottom: 2px solid #000;
  display: inline-block;
}
.ddl-inside .target:after {
  content: "";
  background: url(../images/chevron-down.svg) no-repeat;
  transition: 0.4s;
  width: 12px;
  height: 7px;
}
.ddl-inside:hover .target:after {
  transform: rotate(180deg);
}
.swiper-custom-pagination .swiper-pagination-bullet {
  transition: 0.4s;
  margin: 0 !important;
  background: var(--secondary-color);
  width: 50px;
  height: 3px;
  border: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.swiper-custom-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-custom-pagination.dark .swiper-pagination-bullet {
  opacity: 0.3;
  background-color: #968c79;
}
.swiper-custom-pagination.dark .swiper-pagination-bullet-active {
  opacity: 1;
}
.main-menu-box li {
  display: flex;
}
.main-menu-box .menu-item,
.main-menu-box .ddl-inside .target {
  color: #fff;
  transition: 0.4s;
  font-size: 15px;
  text-transform: capitalize;
}
.main-menu-box .menu-item:hover {
  color: var(--soft-white);
}
.landing-section {
  height: 45rem;
}
.landing-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.72) 100%
  );
  background-blend-mode: multiply;
}
.land-title,
.banner-title {
  font-size: 44px;
  font-weight: 400;
}
.land-title {
     font-size: 32px;
  color: var(--main-color);
  font-family: var(--secondary-font);
  text-align: center;
}
.nav-wrapper {
  position: relative; 
}

.nav-wrapper button[open-modal="search-modal"],
.nav-wrapper button[open-modal="interest-modal"] {
  position: absolute; 
  top: 50%; 
  right: -4%; 
  transform: translateY(-50%); 
  z-index: 10;
  cursor: pointer;
  padding: 10px; 
  padding-right: 15px; 
}
.btn {
  border: 1px solid #001936;
  border-radius: var(--main-radius);
  font-family: "Dubai",sans-serif;
  color: #FFF;
  background-color: var(--main-color);
  font-size: 18px;
  padding: 7px 15px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn:hover {
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: #fff;
}
.btn-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-outline-white:hover {
  background: #fff;
  color: #333;
}
.btn-dark {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  font-size:16px;
}
.btn-dark:hover {
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: #FFF;
}
.btn-secondary{
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: #fff;
}
.btn-main{
  color: #FFF;
  font-size: 14px;
  display: inline-block;
  padding: 20px 40px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(5px);
}
.btn-secondary:hover {
  background: var(--main-color);
  border: 1px solid var(--main-color);
}
.btn-inquiry{
  border-radius: 100px;
  border: 1px solid #E7E7E7;
  backdrop-filter: blur(5px);
  padding: 12px 22px;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-transform: capitalize;
}
.btn-career{
  height: 48px;
  padding: 20px 40px;
}
.btn-property{
  width: 224px;
}
.btn-property img{
  margin-right: 15px;
}
.land-slide .slider-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
.land-slide .inner{
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.land-slide .btn {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(10px);
  font-size: 16px;
  padding: 20px 40px;
  text-transform: capitalize;
  transition: all 0.5s;
  z-index: 9;
}
.land-slide .btn:hover,
.land-slide .btn:focus{
  background-color: var(--secondary-color);
  color: #FFF;
  border: 1px solid var(--secondary-color);
}

.land-slide .title{
  color: #FFF;
  text-align: left;
  font-size: 50px;
  text-transform: capitalize;
  line-height: 1;
}

.land-slide .title span{
  font-size: 20px;
  text-transform: initial;
  display: block;
  margin-top: 15px;
}
.bullets-box {
  z-index: 1;
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
}
.section-title-20{
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 140%;
  color: var(--main-color);
}
.section-title-27 {
  font-family: var(--secondary-font);
  font-size: 25px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 140%;
}
.section-title-30 {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
.section-title-32{
  font-size: 32px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--main-color);
  font-family: var(--secondary-font);
  text-align: center;
  text-decoration-line: underline;
}
.section-title-34{
  font-size: 34px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 130%;
}
.section-title-40{
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 130%;
  color: var(--main-color);
}
.section-title-42{
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--main-color);
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.section-title-44 {
  text-align: left;
  font-family: var(--secondary-font);
  color: var(--main-color);
  font-size: 44px;
  font-weight: 400;
  line-height: 130%; 
}
.section-title-44.center{
  text-align: center;
}
.section-title-30.capitalize {
  text-transform: capitalize;
}
.btn-250 {
  width: 250px;
  height: 40px;
}
.box-overlay {
  height: 85%;
  bottom: 0;
  top: auto;
}
.prop-map-item {
  height: 311px;
}
.line_1-2 {
  line-height: 1.2;
}
.input {
  width: 100%;
  background-color: #f2f4f5;
  border: 0;
  border-radius: 0;
  height: 40px;
  color: #000;
  font-size: 16px;
  padding: 15px;
}
.input::placeholder {
  color: #878787;
}
.register-section .btn {
  font-size: 17px;
  padding: 15px 50px;
  cursor: pointer;
}
.register-section .box {
  padding: 35px;
  background: rgba(60, 55, 58, 0.7);
}
.register-section.white-theme .box {
  background-color: #fff;
  color: #000;
}
.register-section .input {
  background-color: #FFF;
  border-radius: 4px;
  border: 0.5px solid #ABABAB;
  font-size: 16px;
  padding: 15px;
}

.register-section .input:disabled,
.register-section .input:read-only{
  background-color: #EFEFEF;
}

.register-section .mobile-number {
  padding-left: 50px;
}
.interest-modal{
  display: block;
  width: 465px;
  height: auto;
  padding: 32px 32px 48px 32px;
  border-radius: 16px;
  border: 2px solid rgba(28, 41, 72, 0.30);
  background-color: #FFF;
  margin-inline: auto;
  top: 50%;
  left: 50%;
  flex-shrink: 0;
  transform: translate(-50%, -50%);
  text-align: center;
}
.interest-modal .retry-btn {
  margin-right: 20px;
  font-size: 17px;
  text-transform: capitalize;
  padding: 10px 40px;
}
.interest-modal .btn-back {
  border-radius: 100px;
  border: 1px solid #1C2948;
  background: #FFF;
  color: #1C2948;
  backdrop-filter: blur(5px);
  font-size: 17px;
  text-transform: capitalize;
}
.interest-modal .btn-back:hover,
.interest-modal .btn-back:focus {
  background-color: #1C2948;
  color: #FFF;
}
.loading-overlay {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999; 
  align-items: center; 
  justify-content: center; 
  display: flex;
}

.loading-image {
  width: 100px; 
  height: auto; 
}
.register-section .input::placeholder {
  color: #878787;
}
.register-section.white-theme .box .lbl {
  color: #000;
}
.subscribe-form .btn {
  width: 126px;
  height: 55px;
  font-size: 14px;
  border-radius: 0;
  cursor: pointer;
}
.subscribe-form .btn:hover,
.subscribe-form .btn:focus {
  border: var(--main-color);
  background: var(--main-color);
  color: #FFF;
}
.register-section.white-theme .box .subscribe-form .input {
  width: 300px;
}
.footer .links-list a,
.footer .links-list p {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}
.footer .links-list p {
  white-space: pre-wrap;
}
.footer .links-list .email a{
  text-transform: lowercase;
}
.footer .links-list {
  text-transform: none;
}
.foot-col {
  max-width: 220px;
}
.footer .bottom {
  background: #1C2948;
}
.footer .foot-title{
  white-space: pre-wrap;
}
.foot-col .fig {
  height: 40px;
}
.overlay {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 1;
  pointer-events: none;
}
.breadcrumb-section a,
.breadcrumb-section span {
  color: #000;
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
  transition: 0.4s;
}
.breadcrumb-section .box ul {
  overflow-x: auto;
}
.breadcrumb-section .box ul li{
  display: inline;
}
.breadcrumb-section a:after {
  content: "";
  background: url(../images/right-arrow.svg) no-repeat;
  transition: 0.4s;
  background-size: contain;
  width: 6px;
  height: 11px;
  margin-inline-start: 13px;
  margin-inline-end: 13px;
  display: inline-block;
}
.prop-item .img{
  width: 100%;
  height: 480px;
}
.prop-item .logo-image{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 276px;
  height: 180px;
  padding: 50px 15px;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.elevate-real-section .box .inner {
  column-gap: 114px;
}
.breadcrumb-section a:hover {
  color: var(--secondary-color);
}
.swiper-custom-pagination.rounded-theme .swiper-pagination-bullet {
  transition: 0.4s;
  margin: 0 !important;
  background: #d9d9d9;
  width: 16px;
  height: 16px;
  border: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.swiper-custom-pagination.rounded-theme .swiper-pagination-bullet:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background: #d9d9d9;
  border-radius: 50%;
  transition: 0.4s;
}
.swiper-custom-pagination.rounded-theme
  .swiper-pagination-bullet-active:before {
  background: #968c79;
}
.amenities-section .box .right {
  row-gap: 50px;
}
.amenities-section .right .fig {
  width: 58px;
}
.amenities-section .right {
  border-inline-start: 1px solid #968c79;
  padding-inline-start: var(--section-padding);
}
.partners-section .item figure{
  width: 250px;
  height: 170px;
  border: 1px solid #c3c3c38a;
  background: #FFFFFF;
  padding: 25px 50px;
}
.partners-section .items{
  padding: 0 85px;
  column-gap: 30px;
  row-gap: 30px;
}
.zones-section .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.zones-section .grid-item {
  display: flex;
  background: #9C27B0;
  align-items: center;
}
.zones-section .grid-item .desc{
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: white;
  padding: 40px;
  line-height: 28px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.zones-section .grid-item:nth-child(4n+1),
.zones-section .grid-item:nth-child(4n+2) { 
  flex-direction: row;
}
.zones-section .grid-item:nth-child(4n+3), 
.zones-section .grid-item:nth-child(4n+4) { 
  flex-direction: row-reverse;
}
.vision-section .grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.vision-section .grid-item {
  text-align: center;
  background: #1C2948;
  color: #FFF;
}
.vision-section .grid-item .fig{
  height: 384px;
}
.vision-section .grid-item .fig img{
  width: 100%;
  height: 100%;
}
.responsive-iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vision-section .content{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 50px;
}
.vision-section .content .icon{
  width: 87px;
  height: 95px;
}
.vision-section .content h2{
  font-family: var(--secondary-font);
  font-size: 44px;
  font-weight: 400;
  color: #FFF;
}
.vision-section .content p{
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
}
.values-section .box {
  width: 800px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid #E7E7E7;
}
.values-section .grid-item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E7E7E7;
}
.banner-section{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 19.22%, rgba(0, 0, 0, 0.80) 85.88%);
  overflow-x: hidden;
}
.small-banner-section {
  height: 516px;
}
.acc-item {
  width: 730px;
}
.acc-item .acc-head {
  height: 80px;
  font-size: 25px;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5px solid #000;
}
.acc-item:last-child .acc-head{
  border-bottom: none;
}
.acc-item.active .acc-head{
  border-bottom: 0.5px solid #000;
}
.acc-item .acc-head p{
  color: #20282D;
  font-family: var(--secondary-font);
  font-size: 25px;
  font-weight: 400;
}
.acc-item .acc-body p{
  color: #263037;
  font-family: var(--main-font);
  font-weight: 400;
}
.acc-item .acc-head .acc-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.acc-item.active .icon {
  transform: rotate(180deg);
}
.tiny-banner-section {
  height: 310px;
  background: #3c373a;
}
.img-text-section-2 .wrapper {
  background: rgba(234, 226, 207, 0.2);
}
.news-listing-section .box {
  row-gap: 100px;
}

.news-listing-section .link,
.latest-news-item-listing .link {
  border-bottom: 1px solid #000;
  line-height: 18px;
  color: #000;
  transition: all 0.3s;
}
.news-listing-section .link:hover,
.latest-news-item-listing .link:hover{
  color: var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
  filter: brightness(0) saturate(100%) invert(36%) sepia(55%) saturate(1893%) hue-rotate(166deg) brightness(92%) contrast(89%);
}
.pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  background: #fff;
  width: 32px;
  height: 32px;
  font-size: 13px;
  color: #000;
  transition: 0.4s;
}
.pagination-box li.active .pagination-item,
.pagination-box li:hover .pagination-item {
  background: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
}
.boxes-wrapper .box-section:nth-of-type(even) .box {
  flex-direction: row-reverse;
}
.con-info .fig {
  width: 53px;
}
.standard-mobile .iti{
  display: block;
}
.form-control {
  width: 500px;
  border: 0.5px solid #ABABAB;
  height: 39px;
  font-size: 14px;
  padding: 10px 20px;
  color: #000;
  border-radius: 4px;
  max-width: 100%;
}
.form-control::placeholder {
  color: #878787;
  font-size: 16px;
  opacity: 0.4;
}
textarea.form-control {
  height: auto;
  padding-top: 20px;
}
.contact-form-section .right {
  border: 0.5px solid #968c79;
  padding: 25px 35px 30px 35px;
}
.contact-form-section {
  padding-bottom: 140px;
}
.contact-form-section .con-info{
  flex: 0 0 25%;
}
.color {
  color: #878787;
}
.error-section .title {
  color: var(--main-color);
  text-align: center;
  text-transform: capitalize;
  font-family: var(--secondary-font);
  font-size: 29px;
  font-weight: 400;
  line-height: 38px;
}
select.form-control {
  background: url(../images/ddl.svg) no-repeat;
  background-position: right 10px center;
  background-size: 11px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 7px;
}
.lang-ar select.form-control {
  background-position: left 10px center;
}
.lang-ar .intl-tel-input {
  direction: ltr;
}
.form-control.file {
  height: 57px;
  padding-top: 17px;
}
.career-section .box {
  border: 0.5px solid #968c79;
  padding: 25px 150px 70px 150px;
  width: 828px;
}
.search-banner-section {
  background-color: var(--main-color);
}
.search-results-section .dd {
  color: #cfcab9;
}
.search-results-section .search-item {
  padding: 50px;
}
.search-modal .modal-body {
  padding: 30px;
  max-height: 100vh;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  bottom: 100%;
}
.interest-modal .modal-body {
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
}
.search-modal.active .modal-body,
.interest-modal.active .modal-body {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.search-modal .modal-body,
.interest-modal .modal-body {
  background-color: #fffffff2;
}
.search-modal .close-btn {
  padding: 10px;
  position: absolute;
  top: 30px;
  right: 100px;
}
.search-modal .close-btn:lang(ar) {
  right: auto;
  left: 100px;
}
.lang-ar .search-modal .close-btn {
  left: 30px;
  right: auto;
}
.search-bar-box {
  border: 1px solid #1C2948;
  background: rgba(255, 255, 255, 0.20);
  padding: 16px 24px;
}
.search-bar-box .srch {
  opacity: 0.6;
}
.search-bar-box .input-srch {
  color: #05050599;
  font-size: 17px;
  background: transparent;
  width: 100%;
  height: 100%;
  border: 0;
  text-transform: capitalize;
}
.search-bar-box .input-srch::placeholder {
  color: #05050599;
}
.search-modal .search-wrapper .btn {
  font-size: 14px;
  padding: 16px 24px;
  border-radius: 0px;
  width: 155px;
}
.register-section .conf-msg-section {
  margin-top: 0;
  padding: 0;
}
.green {
  color: #69C29C;
}
.conf-msg-section {
  margin-top: 225px;
}
.thank-you header{
  background: rgb(28 41 72 / 90%);
}
.contact-form-section .btn{
  margin-top: 20px;
  margin-bottom: 20px;
}
.conf-msg-section .tt {
  font-size: 48px;
}
.floating-btns {
  position: fixed;
  bottom: 78px;
  right: 0;
  z-index: 2;
  border-radius: 3px 0 0 3px;
}
.lang-ar .floating-btns {
  border-radius: 0 3px 3px 0;
  right: auto;
  left: 0;
}
.floating-btns .float-itm {
  color: #001936;
  font-size: 9px;
  box-shadow: 0px 0px 19px -8px rgba(0, 0, 0, 0.55);
  text-transform: uppercase;
  padding: 10px 5px;
  position: relative;
  width: 55px;
  height: 55px;
}
.landing-slider .land-title{
  margin-bottom: 100px;
}
.iti {
  display: block;
}
.iti__flag-box, .iti__country-name {
  color: #000;
}
.subscribe-form .input{
  width: 540px;
  height: 55px;
}
.our-location{
  height: 400px;
  padding: 0;
  margin: 0;
  border: 0;
}
.fullscreen-map{
  width: 100%;
  height: 100%;
}
.sitemap-section .wrapper{
  align-items: center;
  padding-top: 40px;
  padding-bottom: 90px;
}
.banner-title span {
  display: inline-block;
  transform: translateY(20px);
  opacity: 0;
  animation: slideUp 0.5s forwards;
}
.banner-title .space {
  opacity: 1;
  animation: none;
  padding-right: 10px;
}
header .banner-title{
  font-size: 32px;
  color: #FFF;
}
.download-btn img,
.share-btn img{
  padding-left: 16px;
}
.team-section{
  padding-top: 0;
}
.team-section h2{
  text-align: center;
  padding-bottom: 30px;
}
.team-section .box{
  display: grid;
  grid-template-columns: repeat(5, 1fr); 
  gap: 20px;
}
.team-section .item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
  border: 0.3px solid #1C2948;
}
.team-section .item figure{
  width: 100%;
  height: 250px;
}
.team-section .item img{
  width: 100%;
  height: 100%;
}
.team-section .content{
  padding: 10px;
}
.team-section .item .title{
  color: var(--main-color);
  font-weight: bold;
  font-family: var(--secondary-font);
}
.home-body .our-properties,
.home-body .main-news{
  gap: 75px;
}

.main-news{
  display: flex;
  flex-direction: column;
}

.home-body .our-properties{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 10px;
}

/* Responsive design for smaller screens */
@media (max-width: 991px) {
    .home-body .our-properties {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .home-body .our-properties {
        grid-template-columns: 1fr;
    }
}
.home-body .our-properties {
    gap: 25px;
}
.home-body .prop-slide-item .content figure{
    width: 300px;
    max-width: 100%;
}

.home-body .prop-slide-item .content figure img{
    width: 100%;
    object-fit: contain;
}
.our-properties .main-image,
.main-news .main-image{
  overflow: hidden;
}
.our-properties .main-image img,
.main-news .main-image img{
  transition: transform 0.5s ease;
}
.our-properties .main-image:hover img,
.main-news .main-image:hover img{
  transform: scale(1.5);
}
.our-properties .content,
.main-news .content{
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px 20px;
  flex-shrink: 0;
  transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(12.5px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-body .our-properties .content{
    height: 85%;
    justify-content: space-between;
}
.our-properties .link,
.main-news .link {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(10px);
  font-size: 16px;
  padding: 20px 40px;
  font-family: var(--secondary-font);
  transition: all 0.5s;
  z-index: 9;
}
.our-prop-section h2,
.news-section h2,
.award-section h2{
  text-align: center;
  margin-top: 75px;
  margin-bottom: 50px;
}
.our-prop-section,
.news-section {
  margin-bottom: 50px;
}
.prop-slide-item .desc,
.news-item .desc {
  font-size: 14px;
  margin: 20px 0;
  width: 60%;
}

.prop-slide-item .desc{
    width: 100%;
}
.news-item .title{
  font-family: var(--secondary-font);
  color: var(--main-color);
  font-size: 25px;
}

.award-section .item{
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #1c294866;
}

.award-section .item:last-of-type{
  border-bottom: none;
}

.award-section .item figure{
  height: 210px;
}

.award-section .item figure img{
  height: 100%;
  width: 280px;
  object-fit: contain;
}

.chairman-section .box .left{
  position: relative;
  padding-left: 50px;
}
.chairman-section .box .left::before,
.chairman-section:lang(ar) .box .right::before{
  content: "";
  height: 17px;
  width: 30px;
  left: 0;
  position: absolute;
  background-image: url(../images/icons/quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.chairman-section:lang(ar) .box .right::before{
  left: auto;
  right: 0;
  transform: scale(-1, -1);
}
.chairman-section .box .quote-text{
  position: relative;
}
.chairman-section .box .quote-text::after{
  content: "";
  height: 17px;
  width: 30px;
  top: 5px;
  transform: scale(-1, -1);
  margin-left: 20px;
  position: absolute;
  background-image: url(../images/icons/quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.award-section .award-slider {
  padding: 0 50px;
}

.award-section .arrow {
  width: 60px;
  height: 60px;
}
.award-section .arrow img{
  object-fit: cover;
  max-width: fit-content;
}

.trans-section .item-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  row-gap:30px;
  padding: 10px;
  margin-top: 60px;
}
.trans-section .item-container .item{
  flex: 1 1 calc(33% - 10px);
  min-width: 150px;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}
.trans-section .item .count{
  font-family: var(--secondary-font);
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  text-overflow: ellipsis;
}
.trans-section .item .title{
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
.trans-section .box {
  font-size: 20px;
  text-align: center;
}
.trans-section .box {
  display: flex;
  justify-content: center;
}
.trans-section .btn {
  width: 250px;
}
.partners-section .item .icon{
  max-width: 100%;
}
.locate-map-section{
  margin-top: 100px;
}
.inner-border{
  position: relative;
}
.inner-border::after{
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
  border: 1px solid white;
  opacity: 0.4;
}

.gallery-slider .swiper-slide{
  height: 520px;
}
.gallery-slider .gallery-item,
.gallery-slider .gallery-item img{
  width: 100%;
  height: 100%;
}



.slide-left, .slide-right {
  opacity: 0;  /* Start elements out as invisible */
  transition: opacity 0.5s ease;
}

.slide-left.visible, .slide-right.visible {
  opacity: 1;
  animation-duration: 1s;
}

.slide-left.visible {
  animation-name: slideInLeft;
}

.slide-right.visible {
  animation-name: slideInRight;
}
#share-property{
  position: relative;
  display: inline-block;
}
#copyMessage{
  visibility: hidden;
  color: var(--main-color);
  position: absolute;
  background-color: #f2f2f2;
  width: 100%;
  top: 100%; 
  left: 0;
  margin-top: 10px;
  padding: 10px 20px;
  font-size:14px;
  border: 1px solid #f2f2f2;
  transition: visibility 0.5s, opacity 0.5s linear;
  border-radius: 50px;
  opacity: 0;
}
.zones-section .grid-item figure{
  height: 320px;
}
.zones-section .grid-item .read-more{
  font-size: 18px;
  text-align: center;
  display: flex;
  transition: all 0.3s;
  color: #FFFFFF;
}
.zones-section .grid-item .read-more:hover{
  filter: brightness(0) saturate(100%) invert(14%) sepia(23%) saturate(3000%) hue-rotate(190deg) brightness(90%) contrast(95%);
}
.zones-section .grid-item .desc p{
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.1;
}
.zones-section .grid-item .read-more img{
  width: 10px;
  margin-left: 15px;
}
.zones-section h2{
  margin-top: 0;
  margin-bottom: 50px;
  line-height: 1;
}
.zones-section .zones-title h2{
  text-align: left;
  margin-bottom: 20px;
  margin-top: 25px;
}
.zones-section p{
  font-size: 20px;
  line-height: 150%;
}
.zones-section br{
    content: "";
    display: block;
    margin: 20px 0; 
}

#loader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

/* Localization */
.nav-wrapper:lang(ar) button[open-modal="search-modal"] {
  left: -4%;
  right: auto;
}
.zones-section .zones-title h2:lang(ar),
.prop-title:lang(ar),
.section-title-30:lang(ar){
  text-align: right;
  font-family: var(--main-font);
}
.breadcrumb-section:lang(ar) a:after {
  transform: scaleX(-1);
}
.chairman-section:lang(ar) .box .left{
  padding-left: 0;
}
.chairman-section:lang(ar) .box .left::before{
  content: none;
}
.chairman-section .box .quote-text::after{
  margin-left: 0;
  margin-right: 20px;
  transform: none;
}
.chairman-section:lang(ar) .box .quote-text::before{
  right: -50px;
}
.chairman-section:lang(ar) .box .right{
  padding-right: 50px;
  position: relative;
}
.zones-section:lang(ar) .grid-item .read-more img{
  transform: scaleX(-1);
  margin-right: 15px;
}
.gallery-section:lang(ar) .content .arrow-right img,
.gallery-section:lang(ar) .content .arrow-left img,
.award-section:lang(ar) .arrow img{
  transform: scaleX(-1);
}
.download-btn:lang(ar) img,
.share-btn:lang(ar) img {
  padding-right: 16px;
  padding-left: 0;
}
.features-section:lang(ar) .item p{
  text-align: center;
}
.banner-title span:lang(ar){
  display: inline;
  opacity: 1;
}
header .banner-title:lang(ar) {
  font-size: 24px;
}
header .banner-title span:lang(ar) {
  padding: 0;
}
.btn-property:lang(ar) {
  width: 260px;
}
.btn-property:lang(ar) img {
  margin-right: 0;
  margin-left: 15px;
}
.section-title-44:lang(ar),
.section-title-27:lang(ar),
.land-slide .btn:lang(ar),
.land-slide .title:lang(ar),
.prop-sec-title:lang(ar){
  font-family: var(--main-font);
  text-align: right;
}
.slider-arrows:lang(ar){
  flex-direction: row-reverse;
}
.award-section .section-title-44:lang(ar){
  text-align: center;
  font-family: var(--main-font);
}
.azad-awards .award-section .section-title-44:lang(ar),
.elevate-real-section .section-title-44:lang(ar){
  text-align: right;
  font-family: var(--main-font);
}
.form-control:lang(ar){
  text-align: right;
}
select.form-control:lang(ar) {
  background-position: left 10px center;
}
.interest-modal .retry-btn:lang(ar){
  margin-left: 20px;
  margin-right: 0;
}
.register-section .btn:lang(ar) {
  padding: 10px 30px;
}

.team-section h2:lang(ar){
  text-align: center;
}

@keyframes slideUp {
  to {
      transform: translateY(0);
      opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .contact-form-section .con-info{
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
  .vision-section .grid-container{
    grid-template-columns: repeat(2, 1fr);
  }
  .vision-section .grid-item .fig {
    height: 100%;
  }
  .vision-section .content{
    padding: 50px;
  }
  .team-section .box{
    grid-template-columns: repeat(3, 1fr); 
  }
  .trans-section .box {
    gap: 60px;
    margin: 30px 0;
  }
  .trans-section .social {
    gap: 36px;
  }
  .partners-section .items{
    grid-template-columns: repeat(3, 1fr); 
    column-gap: 20px;
    row-gap: 20px;
    justify-items: center;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .header {
    position: fixed;
    padding-top: 15px;
    background: transparent;
    backdrop-filter: none;
  }
  .header.scrolled{
    background-color: var(--main-color);
  }
  .header-logo img {
    width: auto;
    height: 37px;
  }
  .header .btn {
    font-size: 16px;
    padding: 10px 20px;
  }
  .subscribe-section .box {
    flex-direction: column;
  }
  .subscribe-form .input {
    width: 100%;
  }
  .land-title,
  .banner-title {
    font-size: 34px;
    line-height: 40px;
    text-align: left;
  }
   header .banner-title{
    font-size: 18px;
  }
  header .banner-title .space{
    padding-right: 0;
  }
  .land-slide .inner{
    position: initial;
    transform: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 10rem;
    align-items: center;
  }
  .land-slide .inner .slider-title {
    height: 80%;
    display: flex;
    align-items: center;
  }
  .land-slide .slider-btn{
    margin-top: 0;
  }
  .award-section .award-slider{
    padding: 0 25px;
    overflow: hidden;
  }
  .land-slide .btns {
    justify-content: start;
  }
  .section-title-30 {
    font-size: 25px;
  }
  .section-title-40{
    font-size: 34px;
  }
  .section-title-44 {
    font-size: 34px;
  }
  .section-title-42 {
    font-size: 34px;
    margin-top: 0;
  }
  .trans-section .btn {
    padding: 13px 21px;
    height: auto;
    margin-bottom: 15px;
  }
  .prop-map-item {
    height: 511px;
  }
  .latest-news-section .box {
    gap: 80px;
  }
  .latest-news-section {
    padding-bottom: 20px;
  }
  .register-section {
    padding-block: 74px;
  }
  .register-section .lbl {
    font-size: 16px;
  }
  .subscribe-section .box {
    gap: 18px;
  }
  .subscribe-form .btn {
    width: 108px;
    height: 40px;
    font-size: 16px;
    padding: 8px 16px;
  }
  .subscribe-form .input {
    font-size: 14px;
    height: 35px;
    width: 100%;
  }
  .subscribe-section form {
    width: 100%;
  }
  .subscribe-section .input{
    padding: 8px 16px;
  }
  .subscribe-form {
    flex-direction: column;
    align-items: flex-start;
  }
  .subscribe-section .field-group:first-of-type {
    width: 100%;
    margin-bottom: 20px;
  }
  .main-menu-mobile .has-childs > a:after {
    display: flex;
    align-items: center;
    justify-self: center;
    width: 10px;
    height: 10px;
  }
  .main-menu-mobile .has-childs .list-content {
    max-height: 210px;
    overflow-y: scroll;
    gap: 10px;
  }
  .main-menu-mobile .has-childs .list-content::-webkit-scrollbar{
    display: block;
    width: 3px;
    overflow: auto;
    height: 1em;
    padding: 1em;
    margin: 1em auto;
    background-color: #708090;
  }
  .register-section .conf-msg-section {
    margin-top: 0px;
    padding: 0;
  }
  .register-section.white-theme .thank-message {
    font-size: 20px;
  }
  .register-section.white-theme .box .btn {
    font-size: 16px;
    padding: 12px 24px;
    width: auto;
  }
  .main-menu-mobile .has-childs .list-content::-webkit-scrollbar-thumb {
    background-color: #C0C0C0;
  }
  .search-bar-box {
    min-height: 48px;
  }
  .search-modal .search-wrapper .btn {
    width: 100%;
    border-radius: 0;
    margin-inline: auto;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
  }
  .main-menu-mobile .menu-part-1{
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    z-index: 9;
  }
  .main-menu-mobile .menu-part-1:lang(ar){
    left: 20px;
    right: auto;
  }
  .banner-section .btns {
    width: 100%;
    justify-content: start;
  }
  .banner-section .btns .btn {
    font-size: 13px;
    padding: 9px 11px;
  }
  .banner-section .inner {
    gap: 0px;
  }
  .breadcrumb-section a,
  .breadcrumb-section span {
    font-size: 15px;
  }
  .breadcrumb-section.pt-50.section-padding-b {
    padding-block: 18px 33px;
  }
  .section-title-30.mb-30 {
    margin-bottom: 34px;
  }
  .desc {
    font-size: 17px;
  }
  .register-section.white-theme {
    padding-block: 64px;
    padding: 0;
}
.conf-msg-section {
  margin-top: 80px;
}
.thank-you header{
  background: var(--main-color);
}
.register-section.white-theme .box {
  padding-inline: 20px;
}
.register-section.white-theme .box .btn {
  font-size: 16px;
  width: 200px;
  margin: 0;
  margin-bottom: 10px;
}
.register-section.white-theme .box .title {
  text-align: inherit;
  padding-bottom: 20px;
}
.register-section.white-theme .box .register-form {
  padding-bottom: 25px;
}
.amenities-section .right {
  border-width:0;
  border-top: 1px solid #968C79;
  gap: 40px;
  padding-inline-start: 0;
  padding-top: 32px;
  margin-top: 32px;
}
.amenities-section .right .desc {
  font-size: 16px;
}
.amenities-section .right .fig {
  width: 40px;
}
.amenities-section .right .fig img {
  max-width: 100%;
}
.locate-map-section .box img {
  height: 564px;
}
.mv-section .img {
  width: 138px;
}
.dcd-item .img {
  height: 279px;
}
.small-banner-section {
  height: 48vh;
}
.small-banner-section .inner{
  gap: 0;
}
.page-404 .small-banner-section {
  position: relative;
  width: 100%;
  height: 48vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/hero-image-section-mobile.jpg);
}
.page-404 .small-banner-section .full-el{
  display: none;
}
.accordions-section .box {
  gap: 40px;
  margin-top: 30px;
}
.accordions-section {
  padding-bottom: 65px;
}
.img-text-section-1 .container > .section-title-30,
.img-text-section-4 .container > .section-title-30 {
  margin-bottom: 30px;
}
.news-listing-section .box {
  row-gap: 40px;
}
.news-details-section .fig-with-desc .fig-upper {
  row-gap: 20px;
}
.boxes-wrapper .box-section .box {
  flex-direction: column-reverse!important;
  gap: 30px;
}
.con-info .fig {
  width: 40px;
}
.con-info .fig img {
  max-width: 100%;
}
.contact-form-section .btn{
  width: auto;
  padding: 9px 23px;
}
.contact-form-section {
  padding-bottom: 65px;
}
.contact-form-section .con-info{
  flex: 0 0 47%;
  column-gap: 5%;
}
.error-section .title {
  font-size: 22px;
}
.errdd {
  font-size: 22px;
}
.career-section .box {
  border: 0.5px solid #968c79;
  padding: 40px 30px 56px 30px;
}
.career-section  .btn-dark{
  width: auto;
  padding: 8px 22px;
}
.search-item .btn {
  padding: 9px 20px;
}
.search-results-section .btns a {
  font-size: 14px;
  padding-inline: 20px;
}
.floating-btns {
  position: flex;
  bottom: 10%;
}
.floating-btns .float-itm {
  font-size: 6px;
  padding: 10px 0px;
  width: 42px;
  height: 42px;
}
.landing-slider .land-title{
  margin-bottom: 0;
  padding-right: 25px;
}
.header .header-menu{
    border: none;
  }
.foot-col {
    max-width: 100%;
  }

.sitemap-section .wrapper{
  align-items: start;
  padding: 0;
}
.acc-item {
  max-width: 100%;
}
.acc-item .acc-head{
  padding-inline: 10px;
  height: 60px;
}
.acc-item .acc-head p {
  font-size: 15px;
}
.acc-item .acc-head img {
  width: 14px;
  height: 14px;
}
.acc-item .acc-body .content {
  padding: 10px;
}
.acc-item .acc-body p {
  font-size: 13px;
}
.accordions-section .box {
  gap: 0;
}
.footer .bottom {
  border-top: none;
}
.news-listing-section .readmore,
.latest-news-item-listing .readmore {
  justify-content: start;
}
.js-cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(rgba(19, 19, 19, .9), rgba(19, 19, 19, .9));
  border: solid 1px;
}
.js-cookie-consent p {
  font-size: 13px;
  line-height: 14px;
  font-weight: 200;
  margin-bottom: 0;
  margin-top: 0;
  float: left;
  width: 55%;
  color: #fff !important;
}
.js-cookie-consent a {
  float: right;
  color: #777;
  font-size: 11px;
  margin-right: 15px;
  margin-top: 8px;
  text-decoration: none;
}
.js-cookie-consent button {
  font-size: 13px;
  min-width: 140px;
  padding: 8px 20px 9px;
  color: #f0f0f0;
  border: 1px solid #f0f0f0;
  background-color: transparent;
  float: right;
  white-space: normal;
  border-radius: 2px;
  cursor: pointer;
}
.js-cookie-consent p.float-right {
  float: right;
}
.js-cookie-consent .float-left {
  float: left;
}
.js-cookie-consent .top-15-px {
  top: 15px;
}
.js-cookie-consent .items-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .botton-inner{
  flex-direction: column-reverse;
}
.elevate-real-section .prop-box .inner{
  gap: 0;
}
.prop-box .foot{
  justify-content: flex-start;
  margin-top: 10px;
}
.prop-title {
  font-size: 34px;
  margin-bottom: 10px;
}
.prop-box .foot p{
 font-size: 20px;
 line-height: 30px;
}
.prop-item{
  margin-top: 0px;
}
.prop-item .btn {
  padding: 16px 24px;
}
.prop-box h2{
  text-align: left;
  margin-bottom: 50px;
}
.prop-item{
  align-items: flex-start;
}
.prop-sec-title {
  text-align: left;
  font-size: 24px;
  line-height: 32px;
  text-decoration-line: none;
  border: none;
}
.partners-section .item figure{
  width: 150px;
  height: 170px;
  padding: 20px;
}
.locate-map-section{
  margin-top: 25px;
}
.partners-section .item .icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.zones-section p{
  font-size: 16px;
}
.zones-section .grid-container {
  grid-template-columns: repeat(1, 1fr);
}
.zones-section .grid-item:nth-child(4n+1),
.zones-section .grid-item:nth-child(4n+2),
.zones-section .grid-item:nth-child(4n+3),
.zones-section .grid-item:nth-child(4n+4) {
  flex-direction: column;
}
.zones-section .grid-item .desc {
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.vision-section .grid-container{
  grid-template-columns: repeat(1, 1fr);
}
.vision-section .content{
  padding: 50px;
}
.values-section .box {
  width: auto;

}
.team-section .box{
  grid-template-columns: repeat(1, 1fr); 
}
.team-section .item figure{
  height: auto;
}
.land-slide .title{
  font-size: 40px;
}
.our-properties .content,
.main-news .content{
  padding: 20px;
  height: 75%;
  width: 90%;
  justify-content: center;
  display: flex;
}
.our-properties,
.main-news{
  gap: 25px;
}
.home-body .our-properties,
.home-body .main-news{
  gap: 25px;
}
.our-properties .content img{
  height: 60px;
}
.our-properties .link,
.main-news .link{
  padding: 10px 16px;
}
.prop-slide-item .desc,
.news-item .desc{
  width: 100%;
  margin: 14px 0;
}
.prop-slide-item .main-image img,
.news-item .main-image img{
  height: 345px;
}
.our-prop-section h2,
.news-section h2{
  margin-top: 15px;
}
.news-item .title{
  font-size: 20px;
}
.award-section .item h4{
  font-size: 34px;
}
.award-section .item {
  margin-bottom: 20px;
}
.award-section .item figure{
  margin-bottom: 25px;
}
.trans-section .item-container .item{
  flex: 1 1 100%;
}
.features-section .item .icon{
  width: 120px;
  height: 120px;
}
.gallery-slider .swiper-wrapper{
  height: 260px;
}
.gallery-section .title{
  margin-bottom: 0;
}
.gallery-section .content{
  justify-content: center;
}
.gallery-section .arrow-right{
  margin-right: 10px;
}
.trans-section .social {
  gap: 36px;
}
.partners-section .items{
  grid-template-columns: repeat(2, 1fr); 
  column-gap: 20px;
  row-gap: 20px;
  justify-items: center;
}
.trans-section .box {
  gap: 0;
  margin: 0;
}
.banner-title span {
  display: inline;
}
.search-modal .close-btn {
  right: 20px;
}
.search-modal .close-btn img{
  width: 20px;
}
.search-modal .close-btn:lang(ar) {
  right: auto;
  left: 20px;
}
.land-title:lang(ar), .banner-title:lang(ar) {
  text-align: right;
  font-family: var(--main-font);
  display: inline-block;
}
.slide-left:lang(ar),
.slide-left.visible:lang(ar),
.slide-right:lang(ar),
.slide-right.visible:lang(ar) {
  opacity: 1;
  transition: none;
  animation: none;
}
.slide-left:lang(ar) .section-title-44,
.slide-right:lang(ar) .section-title-44{
  text-align: right;
}
.slide-left:lang(ar),
.slide-right:lang(ar) {
  opacity: 1;
  transition: none;
}
.interest-modal{
  width: 95%;
  padding: 16px 16px;
}
.register-section.white-theme .box .btn:lang(ar) {
  width: 225px;
}
}


