*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}


body,
h1,
h2,
h3,
p {
  margin: 0;
  color: var(--primary-font-color);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

header {
  width: 100%;
  position: relative;
  /* background-color: #2c2c2c; */
}

section:nth-of-type(odd) {
  background-color: var(--primary-bg-color);
}

section:first-of-type {
  background-color: var(--form-mob-bg-color);
}

section:nth-of-type(even) {
  background-color: var(--secondary-bg-color);

}

input,
select,
textarea {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat";
}

.col-12,
.col-7,
.col-5,
.tns-outer {
  flex: 0 0 100%;
}

header .flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: calc(100vw - 200px);
  padding: 12px;
  margin: 0 auto;
}

#language-selector {
  margin-bottom: 20px;
}

#language-selector1 {
  margin-top: 10px;
}

#language-selector a {
  font-family: "Tajawal", sans-serif;
  color: var(--secondary-bg-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid var(--lang-selector-color);
  color: var(--ninth-color);
  padding: 10px 20px;
  padding-top: 15px;
  border-radius: 5px;
  background-color: var(--lang-selector-color);
  position: relative;
  z-index: 9999999;
}

#language-selector1 a {
  font-family: "Tajawal", sans-serif;
  color: var(--secondary-bg-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid var(--lang-selector-color);
  color: var(--ninth-color);
  padding: 12px 20px 8px 20px;
  border-radius: 5px;
  background-color: var(--lang-selector-color);
  margin-top: 10px;
}

#Units p {
  padding: 0;
  margin-top: 20px;
}

#location-text p {
  position: absolute;
  bottom: 10px;
  left: 100px;
  color: var(--ninth-color);
  z-index: 2;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat";
}

#location-mobtext p {
  color: var(--ninth-color);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat";
  margin-top: -60px;
  margin-bottom: 10px;
}

.location-img {
  margin-right: 4px;
}

section {
  width: 100%;
  margin: 0 0 0rem 0;
  padding: 0;
  /*
    margin: 10px auto;
    padding: 10px;
     border: 1px solid #888;
    border-radius: 10px; 
    */
}



.container {
  display: flex;
  justify-content: flex-start;
  gap: 4rem;
}

.payment-sub {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 24px;
  line-height: 29.26px;
  letter-spacing: 0%;
  color: var(--secondary-font-color);
}

section h2 {
  text-align: center;
  margin: 0 0 2rem 0;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  line-height: 35px;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.hero-image-container {
  height: var(--hero-image-height);
  width: 100%;
  object-fit: cover;
  background-image: linear-gradient(180deg,
      rgba(0, 0, 0, 0.1),
      rgba(255, 254, 254, 0.15)),
    var(--hero-img-url);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

.form-container {
  padding: 2rem;
  background-color: var(--form-bg-color);
  border-radius: 5px;
  width: 95%;
  max-width: 400px;
  min-width: 350px;
  margin: -7vh auto 0 auto;
}

.address-fieldset {
  margin-top: 5px;
  padding: 0;
  border: none;
}

.address-fieldset label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

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

.flex-group {
  display: flex;
  gap: 10px;
}

.flex-group input {
  flex: 1;
}

/* submit buton animation and disabling */
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.px-4 {
  padding: 0 2rem;
}

.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #191919;
  animation: spinner 0.6s linear infinite;
  color: #1c2326;
}

.form-group.checkboxes label {
  font-size: 12px;
  line-height: 11px;
  font-family: "Montserrat";
}

input,
select,
textarea,
.iti input,
input:focus {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 3px 10px 0;
  border: 0;
  background: rgb(255 255 255 / 50%);
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0;
  color: #1e1e1e;
}

input#confirmedInterest {
  width: 12px;
  height: 12px;
  border: 0.5px solid #000;
  background: transparent;
}

.spinner {
  position: relative;
  color: #fff;
}

.submit.spinner:hover {
  background: #fff;
  color: #fff;
}

.error {
  display: block;
  margin-top: 0;
  transition: all 0.3s ease;
  color: #ff4b82;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  white-space: nowrap;
}

.inputdiv {
  width: 100%;
}

div#success {
  text-align: center;
  margin: 30px 0 0;
}

div#success h4 {
  font-size: 25px;
  color: #11aa16;
  border: 1px solid;
  padding: 25px 0;
  background: #eee;
  line-height: 29px;
}

#success-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  color: #3d3d3d;
}

#success-overlay-innerwrap {
  display: block;
  position: relative;
  width: 100%;
  max-width: 600px;
  min-height: 200px;
  padding: 40px;
  background-color: rgb(255 255 255 / 90%);
  border-radius: 5px;
}

#success-overlay h4 {
  text-align: center;
  font-size: 30px;
  color: #191919;
}

#success-overlay h5 {
  text-align: center;
  font-size: 18px;
  color: #191919;
}

#success-overlay-close {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 22px;
  cursor: pointer;
  padding: 12px 15px 8px;
  font-weight: 600;
  background: #000;
  color: #fff;
}

.form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.form-group {
  position: relative;
  margin: 0 0 1.2rem 0;
}

.form-project-details {
  width: 100%;
}

.logo-container {
  display: flex;
  gap: 1rem;
  margin: 2rem auto;
}

.logo-container hr {
  border: 1px solid;
}

.form-project-details .project-logo {
  display: block;
  margin: 2rem auto 3rem auto;
  max-height: 90px;
}

.bold-usp {
  font-weight: 600;
}

.form-project-details .project-title {
  text-align: center;
  font-size: 2.6rem;
  margin: 0 0 3rem 0;
}

.form .form-project-details .project-tagline {
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 2rem 0 0 0;
  line-height: 25px;
  color: var(--text-color);
}

.form .form-project-details ul {
  font-size: 14px;
  line-height: 20px;
  padding-left: 2rem;
  margin: 0 0 3rem 0;
  list-style: none;
  font-weight: 400;
  color: var(--text-color);
  font-family: "Montserrat";
}

.list-flex {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 0.4rem;
}

.form label {
  display: block;
  width: 100%;
  font-size: 14px;

  font-weight: 400;
  line-height: 18px;
  color: var(--primary-font-color);
  font-family: "Montserrat";
}

.form-group.terms_text h3 {
  color: var(--primary-font-color);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.form-group.terms_text {
  margin: 0 !important;
}

.form-group.checkboxes {
  display: flex;
  align-items: center;
  gap: 5px;
}

.form input,
.submit {
  display: block;
  width: 100%;
}

.form input::placeholder {
  color: var(--tertiary-color);
}

.form input,
select {
  width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 10px 8px;
  border-radius: 6px;
  caret-color: #ee0400;
  font-size: 14px;
  line-height: 1.43;
  outline: 0;
  height: 38px;
}



.form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  box-sizing: border-box;
  height: 38px;
  width: 100%;
  background-image: linear-gradient(45deg, transparent 50%, #2b2d2e 50%),
    linear-gradient(135deg, #2b2d2e 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
}

select {
  appearance: none !important;
}

input[type="checkbox"] {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 15px;
  margin: 0;
  padding: 0px;
  border-radius: 3px;
  border: 2px solid #016096;
  cursor: pointer;
}

fieldset {
  border: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.submit {
  display: block;
  width: 100%;
  height: 42px;
  margin: 0 auto;
  border-radius: 0;
  border: solid 1px var(--primary-btn-color);
  background: var(--primary-btn-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin-top: 0.6rem;
  text-transform: uppercase;
  font-family: "Montserrat";
  border-radius: 3px ;
}

.row {
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}

.about-us {
  padding: 40px;
}

.section-location {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  gap: 20px;
}

.mob-img {
  width: 100%;
  height: 100%;
}

.bottom-cta {
  display: block;
  width: 100%;
  padding: 0.5rem;
  border-radius: 5px;
  border: solid 1px var(--secondary-font-color);
  background: var(--secondary-font-color);
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  color: var(--primary-btn-color);
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  max-width: 400px;
  font-family: "Montserrat";
  font-weight: 600;
}

.bottom-cta:hover {
  background-color: var(--primary-btn-color);
  color: #fff;
}

.submit:hover {
  background-color: var(--hover-btn-color);
  color: var(--primary-btn-color);
}

.barcode img {
  width: 70px;
  display: block;
  margin: 0 0 1rem;
}

.payment-img {
  width: 100%;
}

.justify-center {
  justify-content: center !important;
}

.text-center {
  text-align: center !important;
}

.p-4 {
  padding: 10rem;
  padding-top: 5rem;
}

.barcode {
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  width: 100%;
  margin: 3rem 0 0;
}

.section-about h2 {
  font-weight: 500;
  font-size: 26px;
  text-transform: uppercase;
  color: var(--ninth-color);
  text-align: left;
  margin: 0;
  font-family: "Montserrat";
}

.section-about h3 {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--ninth-color);
  text-align: left;
  margin: 0;
  font-family: "Montserrat";
}

.section-about h3 span {
  color: var(--border-color) !important;
}

@media (min-width: 1450px) {
  #Amenities .flex-container {
    /* margin: 0 0 0 1rem !important; */
  }
}

#Payment {
  display: flex;
  justify-content: center;
}

.table-container img {
  width: 100%;
  height: 100%;
}

.table-container {
  margin: 2rem 2rem 2rem 2rem;
  justify-content: center;
  display: flex;
}

table.rounded-corners {
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
  border: 1px solid #666;
}

table.rounded-corners {
  /* Change these properties */
  --border: 1px solid #666;
  border-radius: 5px;

  /* Don't change these properties */
  border-spacing: 0;
  border-collapse: separate;
  border: var(--border);
  overflow: hidden;
}

.section-location p {
  text-align: left;
  margin: 2rem 2rem !important;
  padding: 0 !important;
}

.section-location h2 {
  text-align: left;
  margin: 1rem 2rem !important;
  padding: 0;
  color: var(--primary-btn-color);
}

.success-list li {
  font-size: 16px;
  line-height: 30px;
  color: #4a4a4a;
}

/* Apply a border to the right of all but the last column */
table.rounded-corners th:not(:last-child),
table.rounded-corners td:not(:last-child) {
  border-right: var(--border);
}

/* Apply a border to the bottom of all but the last row */
table.rounded-corners>thead>tr:not(:last-child)>th,
table.rounded-corners>thead>tr:not(:last-child)>td,
table.rounded-corners>tbody>tr:not(:last-child)>th,
table.rounded-corners>tbody>tr:not(:last-child)>td,
table.rounded-corners>tfoot>tr:not(:last-child)>th,
table.rounded-corners>tfoot>tr:not(:last-child)>td,
table.rounded-corners>tr:not(:last-child)>td,
table.rounded-corners>tr:not(:last-child)>th,
table.rounded-corners>thead:not(:last-child),
table.rounded-corners>tbody:not(:last-child),
table.rounded-corners>tfoot:not(:last-child) {
  border-bottom: var(--border);
}

.info-table {
  width: 100%;
  max-width: 500px;
  font-size: 1.4rem;
  color: var(--primary-font-color);
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 5px;
  border: 1px solid #666666;
}

.info-table th {
  font-weight: 600;
  text-align: left;
  padding: 1rem 0.7rem;
  font-size: 1.4rem;
  color: var(--primary-font-color);
  background: var(--table-header-bg-color);
}

.info-table td {
  font-weight: 400;
  text-align: left;
  /* border: 1px solid #666666; */
  padding: 1rem 0.7rem;
}

.icons-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  /* margin: 0 2rem; */
}

.icon-sm {
  width: 45px;
}

.icon-set {
  width: 33%;
  margin: 0 0 2rem 0;
}

.icon-set .icon {
  width: 55px;
  height: 55px;
  /* margin: 0 auto; */
  display: block;
}

.icon-set .icon-label,
.icon-set .icon-header {
  width: 100%;
  display: block;
  text-align: center;
}

.poi .icon-set .icon-label {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 19.5px;
  text-align: center;
  color: var(--primary-font-color);
  max-width: 200px;
}

.icon-set .icon-header {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 24px;
  line-height: 29.26px;
  text-transform: uppercase;
  color: var(--fifth-color);
}

.poi .icon-set {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

.poi .loc-set {
  align-items: flex-start;
  margin: 0 0 3rem 0;
}

.poi .icon {
  flex-grow: 0;
}

.poi .icon-set div {
  flex-grow: 1;
  padding-left: 0.5rem;
}

.poi .icon-set .icon-label,
.poi .icon-set .icon-header {
  text-align: center;
}

#map {
  width: 100%;
  height: 400px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  flex: 1 1 48%;
}

/* s css */
.find-us {
  padding: 4rem 0;
}

.col-6 {
  max-width: 55%;
}

.col-4 {
  max-width: 31%;
}

.find-us .flex-container {
  gap: 120px;
  justify-content: normal;
}

.find-us h2 {
  color: #000;
  text-align: left;
  font-size: 26px;
  font-weight: 700;
}

.find-box {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #70aa4c;
}

.find-box h3 {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.find-box img {
  vertical-align: sub;
}

.find-box .std-btn {
  background: #70aa4c;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  border: none;
}

.find-box p {
  padding: 20px 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin: 0;
}

footer {
  background: var(--border-color);
  height: 35px;
}

html .lang-ar .find-us h2,
html .lang-ar .find-box,
html .lang-ar .find-box h3,
html .lang-ar .find-box p,
html .lang-ar .find-box .std-btn {
  text-align: right;
  font-family: "Tajawal", sans-serif !important;
}

html .lang-ar .find-us .flex-container {
  justify-content: flex-end;
}

/* s css */
.col-text {
  flex: 1 1 48%;
  /* Text content takes 48% of width */
}

.col-map {
  flex: 1 1 48%;
  /* Map content takes 48% of width */
}

/* Sara */
.image-gallery {
  padding: 40px 20px;
}

.gallery-row {
  display: flex;
  flex-wrap: wrap;
  /* space between items */
  max-width: 80%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 30px;
}

.gallery-row .item {
  flex: 1 1 22%;
  /* 4 per row */
  max-width: 22%;
  text-align: center;
}

.gallery-row p {
  padding: 0;
}

.gallery-row .item img {
  width: 80px;
  /* adjust based on your icons */
  height: auto;
  margin-bottom: 0;
}

.gallery-row .item .text-content {
  font-size: 16px;
  line-height: 1.4;
  max-width: 200px;
  margin: 0 auto;
}

.gallery-row .item .text-content b {
  font-weight: 600;
}
b {
    font-weight: 600;
}
/* capains club */


section .heading-h2 {
  font-size: 28px;
  line-height: 25px;
  font-weight: 600;
  color: #fff !important;
  font-family: 'Montserrat';
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  margin-top: 10px;
}

.third-sec img {
  max-width: 425px;
  border-radius: 5px;
}

section#Projects .third-sec .flex-row {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

section#Projects .row {
  width: 100%;
  max-width: 100%;
}

section#Projects {
  padding: 30px 0;
}


.third-sec {
  margin-bottom: 50px;
}

section.located-sec .row {
  max-width: 90%;
}

section.located-sec h2 {
  text-align: left;
  text-transform: uppercase;
}

section.located-sec {
  padding: 30px 0;
}

.locationBox {
  max-width: 500px;
}

.locationBox img {
  width: 100%;
}

#About a.submit.custom-btn {
  display: block;
  width: 300px;
  text-decoration: none;
  line-height: 40px;
  margin-left: 4px;
  background-color: var(--border-color);
  color: var(--primary-font-color);
  margin-top: 50px;
}

#About a.submit.custom-btn:hover {
  background-color: var(--primary-font-color);
  color: var(--border-color);
  border: 1px solid var(--border-color);
}

a.submit.custom-btn {
  display: block;
  width: 300px;
  text-decoration: none;
  line-height: 40px;
  margin-left: 4px;
}

/* :white_check_mark: Responsive adjustments */
@media (max-width: 1024px) {
  .gallery-row .item {
    flex: 1 1 calc(50% - 30px);
    /* 2 per row */
    max-width: calc(50% - 30px);
  }

  .locationBox {
    flex: 1 1 100%;
    /* 1 per row */
    max-width: 100%;
  }

  a.submit.custom-btn {
    width: 100%;
  }

  .inputdiv {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 6px;
  }
  .form input, select{
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .form-group.flex-group {
    display: block;
  }

  .form input,
  select {
    width: 100%;
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  .gallery-row .item {
    flex: 1 1 100%;
    /* 1 per row */
    max-width: 100%;
  }

  .gallery-row .item img {
    width: 60px;
    /* smaller icons for mobile */
  }
}

/* Sara end */
/* Responsive layout for smaller screens */
@media (max-width: 768px) {
  .lang-ar .section-location {
    padding-right: 0;
  }

  html .lang-ar .find-us .flex-container {
    display: flex;
    flex-direction: column-reverse;
  }

  .find-us .flex-container {
    gap: 0;
  }

  .find-us .col-6,
  .find-us .col-4 {
    max-width: 100%;
  }

  .find-us .col-4 {
    margin: 20px;
  }

  .find-us .tns-controls {
    right: 0px;
    left: 0;
  }

  .lang-ar section.section-location {
    padding: 0rem 0;
  }

  .col-text,
  .col-map {
    flex: 1 1 100%;
    /* Full width for both columns */
  }

  .white-heading {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  #Amenities .poi .icon-set .icon-label {
    font-size: 14px;
  }

  .lang-ar .section-location {
    padding-right: 0;
  }

  section#Projects .owl-carousel .owl-item img {
    width: 95%;
  }

  section#Projects .owl-carousel .owl-item img {
    width: 95%;
  }

  section .heading-h2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  section#Projects {
    padding: 10px 0;
  }

  section#Projects .flex-container.col-text.px-4.justify-center {
    padding: 0;
  }

  section#Projects .owl-nav {
    display: none;
  }

  section#Projects .owl-dots {
    display: none;
  }

  section#Projects .third-sec {
    margin-bottom: 40px;
  }






}

section.section-amenities {
  padding: 2rem 0 0.5rem 0;
}

section p {
  padding: 20px;
  font-size: 14px;
  line-height: 21px;
}

/* START TINY SLIDER */
/* .image-slider is overwritten by .tns-outer when tinyslider loads */
.image-slider {
  width: 100%;
  min-height: 200px;
  background-color: var(--secondary-bg-color);
  overflow: hidden;
}

.image-slider img {
  width: 100%;
}

button[data-action="stop"],
button[data-action="start"] {
  display: none;
}

.tns-outer {
  position: relative;
  margin-bottom: 4rem;
}

.tns-item img {
  width: 100%;
}

/* back/forward styling */
.tns-controls {
  position: absolute;
  bottom: 10px;
  right: 100px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
}

.tns-controls button {
  border: none;
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='42' viewBox='0 0 22 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.37618 0.999999L20.7523 20.8165L1.37617 40.633' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0px;
  width: 39px;
  height: 39px;
}

.tns-controls button:nth-of-type(even) {
  transform: initial;
}

/* pagination styling */
.tns-nav {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0.5rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  display: none;
}

.lang-ar .form input,
.lang-ar select,
.lang-ar .form label {
  text-align: right;
}

.lang-ar .section-amenities h2 {
  text-align: right;
}

.lang-ar .flex-container.col-text {
  direction: rtl;
  width: 100%;
}

.flex-container.col-text {
  width: 100%;
}

.lang-ar .section-location h2 {
  direction: rtl;
  text-align: right;
}

.tns-nav button {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #a4a4a4;
  border: 0;
}

.tns-nav>button.tns-nav-active {
  background-color: #0b1b2b;
}

#tns1-mw,
#tns3-mw {
  /* margin-left: -30%; */
}

#tns2-mw {
  /* margin-right: -160px; */
}

#Amenities .tns-controls {
  left: 0px;
  justify-content: space-between;
  right: 0px;
}

.payment-subtext {
  color: var(--sixth-color);
}

.hide-mobile,
#tns1-ow,
#tns3-ow,
#tns5-ow {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

.section-payment-plan {
  background: #f4f4f4;
  padding: 30px 0;
}

section.section-about {
  padding-bottom: 0;
}

section.section-location {
  padding: 6rem 0;
  padding-left: 8rem;
}

.iti.iti--allow-dropdown {
  width: 50%;
}

.lang-ar .section-location {
  padding-right: 8rem;
  padding-left: 0;
}

.lang-ar .section-location h2 {
  margin: 1rem 3rem !important;
}

.location-header {
  text-align: left !important;
  justify-content: left !important;
}

.location {
  padding: 50px 0;
}

.bottom-cta {
  width: 100%;
  max-width: 250px;
  font-size: 16px;
  margin: 2rem;
  margin-top: 3rem;
  color: #fff;
}

#tns1 {
  height: auto;
}

.line-break {
  width: 70px;
  border-top: 2px solid var(--text-color);
  margin-right: auto;
  margin-bottom: 1rem;
}

section p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

section.section-qrcode {
  border-bottom: 40px solid var(--border-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 50px;
  flex-direction: column;
  text-align: center;
}

.qrcode img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}

.qrcode p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-font-color) !important;
  padding: 0;
}

#About .poi .icon-set .icon-label {
  font-weight: 300 !important;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  max-width: 100%;
  padding: 0;
  color: var(--ninth-color);
}

#About .icon-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
  padding-left: 0;
  max-width: 100%;
  text-align: left !important;
  color: var(--border-color);

}

#About .icon-set {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

#About .poi {
  gap: 20px 10px !important;
  padding-top: 20px;
}

/* END TINY SLIDER */

/* START CUSTOMIZATION */

@media (min-width: 750px) {
  #map {
    height: 550px;
  }

  .payment-img {
    width: 80%;
  }

  .image-centered {
    display: flex;
    justify-content: center;
  }

  .ml-5 {
    margin-left: 3rem;
  }

  .ml-3 {
    margin-left: 4rem;
  }

  .mr-5 {
    margin-right: 6rem;
  }

  .mr-3 {
    margin-right: 4rem;
  }

  .icon-set .icon-label {
    font-size: 16px;
  }

  .hide-mobile,
  #tns1-ow,
  #tns3-ow,
  #tns5-ow {
    display: block !important;
  }

  .hide-desktop,
  #tns2-ow,
  #tns4-ow,
  #tns6-ow {
    display: none !important;
  }

  .col-12 {
    flex: 0 0 100%;
  }

  .col-7 {
    flex: 0 0 55%;
  }

  .col-5 {
    flex: 0 0 45%;
  }

  .col-3 {
    flex: 0 0 25%;
  }

  #Payment h2 {
    text-align: center;
  }

  section h2 {
    margin: 10px auto;
    text-align: center;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: var(--primary-btn-color);
  }

  #Payment {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  header {
    width: 100%;
    position: relative;
    top: 0px;
    z-index: 9999;
  }

  section.section-hero {
    position: relative;
  }

  .hero-image-container {
    height: 763px;
    width: 100%;
  }

  header .flex-container {
    padding: 0;
  }

  #developer-logo {
    width: 220px;
  }

  .table-container img {
    width: 90%;
    height: 100%;
  }

  .about-desc {
    padding-left: 5rem;
  }

  body[dir="rtl"] .about-desc {
    padding-right: 12rem;
    padding-left: 0;
  }

  .main-form {
    position: absolute;
    top: 100px;
    left: 70px;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    height: 72%;
    max-width: calc(100vw - 300px);
  }

  .form-container {
    width: 100%;
    max-width: 450px;
    margin: 1rem 0 0 auto;
  }

  .form .form-project-details ul {
    list-style-type: none;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
  }

  .image-slider {
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
  }

  .section-unit-details .flex-container {
    gap: 8rem;
  }

  #About .flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: calc(100vw - 50px);
    padding: 12px;
    margin: auto;
    margin-right: 0;
  }
  .dropdown-div{
    width: 50%;

  }
  .flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;

    margin: auto;
  }

  .payment-second {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .tns-outer {
    flex: 0 0 45%;
  }

  .info-table th {
    text-align: left;
    font-size: 1.4rem;
    padding: 1.2rem 1.7rem;
  }

  .info-table td {
    font-weight: 400;
    text-align: left;
    padding: 1.2rem 1.7rem;
  }

  .unit-table {
    padding: 0 0 0 0rem;
  }

  .table-container {
    margin: 0;
    justify-content: initial;
    display: block;
  }

  .info-table {
    max-width: 100%;
    font-size: 14px;
  }

  .tns-controls button {
    border: none;
    padding: 0rem;
  }

  .tns-controls {
    bottom: 20px;
    gap: 8px;
    display: flex;
    right: 0;
    left: 0px;
  }

  .section-amenities .flex-container {
    gap: 3rem;
  }

  .tns-nav {
    display: none;
  }

  .section-about h2 {
    color: var(--ninth-color);
    text-align: left !important;
  }

  section .about-desc p {
    text-align: left;
    padding: 0;
    max-width: 85%;
    color: var(--ninth-color);
    padding-top: 2rem;
    padding-bottom: 5rem;
  }

  section.section-unit-details {
    padding: 70px 0;
    margin: 0;
  }

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

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

  .icon-set {
    width: 25%;
  }

  .section-amenities p {
    font-weight: 400;
    font-size: 16px;
    padding: 0 2rem;
    font-family: "Montserrat";
  }

  .section-amenities h2 {
    padding-left: 2rem;
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
    color: var(--primary-font-color);
    text-align: left;
    margin: 0;
    font-family: "Montserrat";
  }

  .section-amenities .icons-container {
    margin: 0 0 0 5rem;
  }

  .section-amenities .image-slider {
    height: auto;
  }

  .tns-outer {
    margin: 0;
  }

  .image-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .icon-set .icon-label {
    margin: 0 0 0;
  }

  .icon-set .icon {
    width: 64px;
    height: 56px;
    /* margin: 0 auto; */
    display: block;
    object-fit: contain;
  }

  section.section-payment-plan {
    padding: 7rem 0 10rem;
  }

  .section-payment-plan .payment-container {
    max-width: 945px;
    padding: 12px;
    margin: 0 auto;
  }

  .section-payment-plan h2,
  .section-location p {
    text-align: center;
  }

  .section-location .flex-container {
    flex-wrap: wrap;
  }

  #Location .poi .icon-set {
    width: 45%;
    gap: 0px;
  }

  .poi .icon-set {
    width: 45%;
    gap: 10px;
  }

  .section-location .icon-set .icon {
    width: 74px;
    height: 74px;
  }

  .poi .icon-set .icon-label {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .section-location p {
    text-align: left;
    max-width: 80%;
    margin: 0 auto 5rem;
  }

  .section-location h2 p {
    text-align: left;
    margin: 0 2rem !important;
    padding: 0 !important;
  }

  .payment-div {
    padding: 0% 20%;
    margin-bottom: 5%;
  }
}

@media (max-width: 1400px) and (min-width: 800px) {
  .main-form {
    max-width: calc(100vw - 100px);
  }
}

@media (max-width: 1300px) and (min-width: 901px) {
  .form-project-details .project-logo {
    margin: 0 auto 0rem auto;
  }

  .form .form-project-details ul {
    margin: 0;
  }

  .flex-container {
    max-width: 100%;
  }

  .image-slider {
    height: 300px;
  }

  .hero-image-container {
    height: 700px;
  }

  header .flex-container {
    padding: 12px 20px;
  }

  .info-table td {
    padding: 1rem;
  }

  .section-amenities .image-slider {
    height: 400px;
  }

  section.section-payment-plan {
    padding: 4rem 0 6rem;
  }

  section.section-location {
    padding: 5rem 0;
  }
}

@media (max-width: 900px) and (min-width: 750px) {

  .col-12,
  .col-7,
  .col-5,
  .tns-outer {
    flex: 0 0 100%;
  }

  section .flex-container {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    max-width: 100%;
  }

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

  header .flex-container {
    padding: 12px 20px;
  }

  section h2 {
    text-align: center;
    margin: 4rem 0 3rem;
  }

  .image-slider,
  .section-amenities .image-slider {
    height: 300px;
  }

  .unit-table.col-7,
  section.section-about,
  .amenities h2 {
    padding: 0;
  }

  .unit-table.col-7 {
    padding: 0;
    width: 100%;
    max-width: 85%;
    margin: 0 auto 5rem;
  }

  section.section-unit-details .flex-container,
  .section-amenities .flex-container {
    flex-direction: column-reverse;
  }

  section.section-unit-details,
  section.section-amenities {
    margin: 0;
  }

  section {
    margin: 0;
  }


  section .amenities h2 {
    margin: 4rem 0;
  }

  .amenities.col-7 {
    padding: 4rem 0 2rem;
  }

  .section-payment-plan .payment-container {
    max-width: 90%;
  }

  section.section-location .col-3 {
    flex: 0 0 33.33333%;
  }

  section.section-location .flex-container {
    justify-content: center;
  }

  section.section-location .row {
    justify-content: center;
    gap: 10px;
  }

  .poi .icon-set {
    width: 34%;
  }

  .section-location p {
    margin: 0 auto 3rem;
  }
}

@media (max-width: 1400px) {
  header .flex-container {
    max-width: 1300px;
  }
}

@media (min-width: 749px) {
  .poi {
    flex: 1 1 33% !important;
    gap: 10px 5px !important;
    justify-content: flex-start !important;
  }

  #Location .poi {
    flex: 1 1 33% !important;
    gap: 30px 25px !important;
    justify-content: flex-start !important;
  }

  .location {
    /* margin-left: 8rem; */
  }
}

@media (max-width: 749px) {
  .section-about .flex-container {
    flex-direction: column-reverse;
    display: flex;
  }

  #tns1 {
    height: auto;
  }

  .form-container {
    min-width: 90%;
    max-width: 90%;
    padding: 20px;
    margin: -3vh auto 0 auto;
  }

  section h2 {
    margin: 0;
    padding: 30px 0px;
  }

  section#Projects .flex-row.hide-mobile {
    display: none !important;
  }

  section.section-amenities,
  section.section-location {
    padding: 0;
  }

  #Payment {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .location {
    justify-content: center !important;
    margin-left: 7rem;
  }

  .location {
    gap: 10px !important;
  }

  .icons-container {
    padding-bottom: 2rem;
    padding-top: 4rem;
  }

  #Amenities .icons-container {
    padding-top: 0 !important;
  }

  .info-table {
    font-size: 1.2rem;
  }

  section#Location {
    flex-direction: column-reverse;
  }

  .icons-container {
    justify-content: center !important;
    padding: 30px 0;
  }

  .find-us h2 {
    padding: 10px;
  }

  .find-box {
    padding: 20px 10px;
  }

  .form-project-details .project-logo {
    max-height: 70px;
            scale: 115%;
  }

  .find-box p {
    padding: 20px 0;
    font-size: 15px;
    line-height: 19px;
  }

  .location {
    margin-left: 1.5rem;
    justify-content: flex-start !important;
  }

  #Location .poi .icon-set {
    width: 49%;
  }

  .poi .icon-set {
    width: 49%;
    gap: 10px;
    margin-bottom: 25px;
  }

  .p-4 {
    padding: 1rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #tns1-mw {
    margin-left: 0%;
  }

  .gallery-row {
    gap: 20px;
    max-width: 100%;
    justify-content: center;
  }

  .gallery-row p {
    font-size: 12px;
    line-height: 14px;
  }

  .gallery-row .item {
    flex: 1 1 47%;
  }

  section.image-gallery {
    padding: 30px 10px;
  }

  #Payment h2,
  .section-about h2 {
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
  }

  section.located-sec h2 {
    margin-top: 0;
    padding: 10px 0;
  }

  #About .poi .icon-set {
    width: 92%;
    gap: 0px;
    margin-bottom: 0px;
  }

  .row {
    max-width: 100%;
  }

  #About a.submit.custom-btn {
    width: 100%;
    margin: 0 2rem;
  }

  section p {
    padding: 20px;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
  }

  .about-btn {
    width: 90%;
  }

  .section-location h2 {
    padding-top: 2rem;
    font-weight: 600;
  }

  .lang-ar .section-amenities h2 {
    text-align: center;
  }

  .success-list li {
    font-size: 14px;
    line-height: 18px;
    color: #4a4a4a;

    width: 75%;
    margin-bottom: 10px;
  }

  .bottom-cta {
    margin-bottom: 0;
  }

  .section-location {
    gap: 0;
  }

  section h2 {
    font-size: 26px;
  }

  .about-us {
    padding: 40px 20px;
  }

  .container {
    flex-wrap: wrap;
  }

  .section-about h2 {
    padding: 3rem 2rem 0rem !important;
    font-size: 22px;
  }

  .section-about h3 {
    padding: 0rem 3rem 3rem 2rem !important;
    font-size: 19px;
  }

  .section-about p {
    color: var(--ninth-color);
    padding: 20px;
    padding-bottom: 0;
  }

  .section-about .tns-controls {
    left: 0;

  }

  #developer-logo {
    width: 140px;
  }

  .payment-second {
    margin-top: 5rem;
    margin-bottom: 2rem;
  }

  #Amenities .tns-controls {
    left: 0px;
    right: 0px;
  }

  .tns-controls {
    right: 0px;
    left: 10px;
  }

  .iti.iti--allow-dropdown {
    width: 100%;
    border: 1px solid #ccc;
        margin-bottom: 10px;
        border-radius: 6px;
  }

  .table-container {
    padding-bottom: 0rem;
  }

  .error {
    font-size: 10px;
  }

  .payment-div {
    padding: 0% 5%;
  }

  .m-1 {
    margin: 20px 0 30px 0;
  }

  .tns-outer {
    position: relative;
    margin-bottom: 0rem;
  }

  .section-amenities p {
    padding: 10px;
    text-align: center;
  }

  .form .form-project-details ul {
    font-size: 16px;
  }

  section p {
    padding: 0 30px;
  }

  .flex-container {
    flex-wrap: wrap;
    /* This is important */
  }

  #Payment h2 {
    text-align: center !important;
  }

  #map {
    margin-bottom: 0;
  }

  .form .form-project-details .project-tagline {
    margin: 0;
    padding-bottom: 0.5rem;
    font-size: 22px;
    line-height: 24px;
  }

  .form .form-project-details ul {
    list-style: none;
    margin: 0 0 1rem 0;
    text-align: center;
    padding: 0 !important;
  }

  .submit {
    margin-bottom: 1rem;
  }

  .submit,
  .bottom-cta {
    font-size: 16px;
  }

  .mob-dec {
    margin-bottom: 3rem;
  }

  #Units p {
    padding: 0rem 2rem 2rem 2rem;
  }

  .download-cta {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  #location-text p {
    position: absolute;
    top: 300px;
    left: 0px;
  }

  .download-overlay-innerwrap {
    padding: 20px;
    max-width: 400px;
  }
}

@media (max-width: 600px) {
  #location-text p {
    top: 300px;
  }

  .lang-ar .section-location {
    padding-right: 0;
  }
}

@media (max-width: 500px) {
  #location-text p {
    top: 300px;
  }
}

@media (max-width: 400px) {
  .icon-set .icon-header {
    font-size: 20px;
  }

  .poi .icon-set .icon-label {
    font-size: 14px;
  }

  #location-text p {
    top: 270px;
  }
}

@media (max-width: 375px) {
  #location-text p {
    top: 200px;
  }
}

/* END CUSTOMIZATION */