@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
@font-face {
  font-family: "FreightDispProMedium-Italic";
  src: url("../fonts/FreightDispProMedium-Italic.woff2") format("woff2"), url("../fonts/FreightDispProMedium-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FreightDispProLight-Italic";
  src: url("../fonts/FreightDispProLight-Italic.woff2") format("woff2"), url("../fonts/FreightDispProLight-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Miller-Text-Roman";
  src: url("../fonts/Miller-Text-Roman.woff2") format("woff2"), url("../fonts/Miller-Text-Roman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  color: var(--black);
  transition: all 0.3s ease-in-out;
}

body * {
  transition: all 0.3s ease-in-out;
}

body, html {
  overflow-x: hidden;
}

body ul li,
body ol li {
  list-style: none;
}

body img {
  max-width: 100%;
}

.img-part img {
  width: 100%;
}

@media screen and (min-width: 1920px) {
  body > * {
    font-size: 18px;
  }
}
a {
  text-decoration: none;
}

:root {
  --color-primary: #4b5664;
  --color-secondary: #c8a483;
  --r-color-primary: #51555a;
  --r-color-secondary: #283348;
  --white: #fff;
  --black: #000;
  --font-playfair: "Playfair Display", serif;
}

.main {
  width: 100%;
  float: left;
}

.inner-banner img {
  width: 100%;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
}

header {
  z-index: 1000;
}

.header {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* padding: 20px 0px; */
}

.header .logo {
  width: 200px;
}

.header a {
  color: #fff !important;
  margin-right: 20px;
}

.header .navbar > .container,
.header .navbar > .container-fluid,
.header .navbar > .container-lg,
.header .navbar > .container-md,
.header .navbar > .container-sm,
.header .navbar > .container-xl,
.header .navbar > .container-xxl {
  max-width: 100%;
  padding: 0px 80px;
}

.navbar {
  padding: 0px;
}

.hero-banner video {
  width: 100%;
  height: 100dvh;
  -o-object-fit: cover;
  object-fit: cover;
}

.login-btn img {
  width: 20px;
  margin-left: 40px;
}

.line-overlay {
  position: relative;
}

.line-overlay:after {
  width: 2px;
  background: #c8a483;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 50%;
  z-index: 0;
  margin: auto;
  display: block;
  top: 0;
}

.inner-banner:before {
  content: "";
  width: 100%;
  height: 50vh;
  background: transparent linear-gradient(180deg, rgba(244, 244, 242, 0) 0%, rgba(244, 244, 242, 0.9) 35%, #fff 50%, #fff 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 0;
  transform: translateY(30%);
}

.approach-sec {
  padding: 80px 0px;
  text-align: center;
}

.main-head h1,
.main-head h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--color-primary);
  font-family: var(--font-playfair);
  line-height: 1.6;
}

.global-sec {
  margin-top: 120px;
  padding-bottom: 200px;
}

.global-sec .row {
  border-bottom: 2px solid var(--color-secondary);
  text-align: center;
}

.global-sec .row:nth-last-of-type(1) {
  justify-content: flex-end;
  border: 0px;
  position: relative;
  left: -2px;
}

.global-sec .row:nth-last-of-type(1) .col-lg-6 {
  border-left: 2px solid var(--color-secondary);
}

.global-sec .row:nth-last-of-type(2) .col-lg-6 {
  border-right: 2px solid var(--color-secondary);
  margin-top: 120px;
}

.global-sec .row h2 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 20px 0px;
  justify-content: center;
}

.global-sec .row h2 span {
  font-size: 16px;
  color: var(--black);
  font-family: "Poppins", sans-serif;
}

.line-img {
  margin-top: 100px;
}

.expertise-media-sec .col-lg-5 {
  padding-left: 60px;
}

.diff-sec {
  background: url(../images/gradient-bg.png);
  padding: 200px 0px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 120px;
}

.diff-sec .main-head h2 {
  font-size: 40px;
  margin-bottom: 20px;
  margin-bottom: 40px;
}

.project-sec {
  margin-bottom: 80px;
}

.project-sec .small-head {
  text-align: center;
  margin-bottom: 60px;
}

.project-sec .row {
  justify-content: space-between;
}

.project-sec .row.justify-content-center {
  border-bottom: 2px solid var(--color-secondary);
  padding-bottom: 80px;
  margin-bottom: 80px;
}

.project-sec .project-cart h2 {
  margin: 30px 0px;
}

.project-cart .btn-flex {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

a.btn.btn-theme.disabled {
  border-color: #000 !important;
}

.project-sec .project-cart img {
  width: 100%;
}

.project-sec .fund-sec-new img {
  max-width: 80%;
  margin: auto;
  display: block;
}

.diff-card {
  border: 2px solid var(--color-secondary);
  padding: 50px;
  border-radius: 40px;
  text-align: left;
  margin-top: 120px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid var(--color-secondary);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent !important;
  width: 24px;
}

.center-line {
  width: 2px;
  height: 370px;
  background: #c8a483;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -200px;
}

.line-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 10;
}

.line-head .line {
  width: 2px;
  height: 260px;
  background: #c8a483;
  left: 0;
  right: 0;
  margin: auto;
}

.line-100 .line {
  height: 100px;
}

.small-head h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.small-head h3 span {
  font-weight: 300;
}

.expertise-sec {
  margin: 110px 0px;
}

.expertise-sec h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
}

.expertise-sec .img-part img {
  width: 80%;
  transition: all 0.3s ease-in-out;
}

.expertise-sec .text-part p {
  opacity: 0;
}

.expertise-sec .row {
  border-bottom: 2px solid var(--color-secondary);
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.expertise-sec .row:nth-last-of-type(1) {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

.expertise-sec .row:hover .img-part img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.expertise-sec .row:hover .text-part p {
  opacity: 1;
}

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

.fund-sec {
  margin-top: 60px;
  position: relative;
}

.fund-sec h2 {
  font-size: 40px;
}

.fund-sec p {
  margin-bottom: 40px;
}

.fund-sec .text-part {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.btn-theme {
  border: 2px solid var(--color-secondary) !important;
  padding: 12px 40px;
  border-radius: 100px;
}

.btn-theme:hover {
  background: var(--color-secondary);
  color: var(--white);
}

.btn-theme-dubai-greek {
  border: 2px solid #c5ddd1 !important;
  padding: 12px 40px;
  border-radius: 100px;
}

.btn-theme-dubai-greek:hover {
  background: #c5ddd1 !important;
  color: var(--white);
}

.button-line {
  display: flex;
  position: relative;
}

.button-line .line {
  width: 100%;
  height: 2px;
  background: var(--color-secondary);
}

.button-line .round {
  width: 40px;
  height: 40px;
  background: #eaeef2;
  border-radius: 50%;
  border: 2px solid var(--color-secondary);
}

.button-line .round.active {
  background: var(--color-secondary);
}

.button-line {
  display: flex;
  position: relative;
  position: absolute;
  bottom: 340px;
  width: 100%;
}

.button-line .container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}

.button-line .button-flex {
  position: absolute;
  display: flex;
  gap: 10px;
}

.ceo-sec {
  position: relative;
  display: flex;
  margin-bottom: 120px;
  margin-top: 120px;
}

.ceo-sec .col-lg-6 {
  width: 53%;
}

.ceo-sec img {
  width: 100%;
}

.ceo-sec .text-part {
  position: absolute;
  width: 100%;
}

.ceo-sec .row {
  justify-content: flex-end;
}

.ceo-sec strong {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--color-primary);
  font-family: var(--font-playfair);
  margin-top: 100px;
  margin-bottom: 60px;
  display: block;
}

.news-sec {
  background: url(../images/gradient-bg-new.png);
  padding: 300px 0px 100px 0px;
  position: relative;
}

.news-sec .center-line {
  height: 370px;
  top: -120px;
}

.news-card {
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
}

.news-card .text-part {
  padding: 40px 40px 20px 40px;
}

.news-card .text-part a {
  display: flex;
  justify-content: flex-end;
}

.news-card .text-part a img {
  width: 40px;
}

.news-card .text-part .date-part {
  font-weight: bold;
  font-size: 18px;
}

.news-card .text-part h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--color-primary);
  font-family: var(--font-playfair);
  margin: 10px 0px;
}

.news-card-horizontal > img {
  height: 176px;
}

.news-sec .row {
  margin-top: 60px;
}

.news-sec .button-flex {
  margin-top: 110px;
}

.news-card-horizontal {
  display: flex;
  margin-bottom: 20px;
}

.news-card-horizontal:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.news-card-horizontal figure {
  width: 25%;
  flex: 0 0 auto;
}
.news-card-horizontal figure img {
  height: 100%;
}

.news-card-horizontal .text-part {
  padding: 20px 20px 20px 20px;
  flex: 0 0 auto;
  width: 75%;
}

.news-card-horizontal .text-part h3 {
  font-size: 20px;
  margin-bottom: 16px;
  margin: 10px 0px;
  width: 85%;
}

.small,
small {
  font-size: 14px;
}

.footer {
  padding: 80px 0px 60px 0px;
  background: #4b5664;
  color: var(--white);
}

.footer .row {
  border-top: 2px solid var(--color-secondary);
  padding-top: 60px;
  margin-top: 60px;
}

.footer .row:nth-of-type(1) {
  margin: 0px;
  border: 0px;
  padding: 0px;
}

.footer .row:nth-last-of-type(1) {
  padding-top: 40px;
  margin-top: 20px;
}

.footer strong {
  color: var(--color-secondary);
  display: block;
  margin-bottom: 12px;
}

.footer a {
  color: var(--white);
  margin-bottom: 10px;
}

.footer .footer-logo {
  width: 220px;
}

.footer h2 {
  font-size: 36px;
  font-family: var(--font-playfair);
  margin-bottom: 26px;
}

.footer .col-lg-4 {
  border-left: 2px solid var(--color-secondary);
}

.footer .col-lg-2 ul {
  padding: 0px;
  margin: 0px;
}

.footer .col-lg-2 ul li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 10px;
}

.copyright {
  font-size: 16px;
}

.video-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.video-box .video-btn {
  border: 0px;
  width: 120px;
  background: transparent;
  position: absolute;
  z-index: 100;
}

.video-box .video-btn img {
  width: 90px;
  height: 90px;
}

.r-header {
  position: fixed;
  top: 0;
  width: 100%;
}

.r-logo {
  width: 120px;
}

.r-banner {
  display: flex;
  align-items: flex-end;
}

.r-banner .text-part {
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
  padding-bottom: 120px;
}

body {
  margin: 0;
}

.r-header {
  background: #2f3b4f;
}

.brand-text {
  color: #fff;
  line-height: 1.1;
}

.brand-text small {
  font-size: 12px;
  letter-spacing: 1px;
}

.inquire-btn {
  background: #e6e3df;
  border-radius: 40px;
  padding: 8px 24px;
}

.r-main-heading h2 {
  font-size: 50px;
  color: #51555a;
  text-transform: uppercase;
}

.bold-sec {
  padding: 80px 0px;
  text-align: center;
}

.bold-sec h2 {
  margin-bottom: 30px;
}

.bold-sec p {
  text-align: center;
}

.bold-sec .row {
  margin-top: 80px;
}

.bold-sec .row p {
  text-align: left;
  font-size: 20px;
  line-height: 40px;
}

.bold-sec .row h2 {
  text-align: left;
  margin: 50px 0px;
}

.r-btn-theme {
  color: #000;
  border: 2px solid #f3c827;
  padding: 12px 30px;
  border-radius: 0px;
  font-weight: 600;
}

.r-btn-theme:hover {
  background: #f3c827;
}

.zig-part .img-part {
  position: relative;
}

.zig-part .img-part::before {
  background: #f5f3f1;
  width: 100%;
  top: 30px;
  left: -30px;
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
}

.r-video-sec.main {
  background: #283348;
  padding: 160px 0px;
  margin: 180px 0px;
}

.video-main-new {
  position: relative;
}

.video-main-new img {
  position: relative;
  z-index: 1;
}

.video-main-new:before {
  border: 2px solid #f4c827;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: -40px;
  top: -40px;
}

.yellow-heading h2 {
  -webkit-text-stroke: 2px #f4c827 !important;
}

.line-heading h1 {
  font-size: 80px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  letter-spacing: 4px;
}

.line-heading h2 {
  font-size: 120px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  letter-spacing: 4px;
}

.curi-sec {
  position: relative;
  display: flex;
  align-items: center;
}
.curi-sec img {
  width: 100%;
}

.curi-sec .small-head h3 {
  color: var(--white) !important;
}

.curi-sec .text-part-main {
  position: absolute;
  width: 100%;
  color: var(--white);
}

.curi-sec .text-part-main h2 {
  text-align: left;
  color: var(--white);
  margin: 50px 0px;
  font-weight: 300;
}

.curi-sec .small-head {
  margin-bottom: 140px;
}

.gallery-slide {
  margin: 120px 0px;
}

.gallery-slide .owl-nav,
.gallery-slide .owl-nav.disabled {
  display: flex !important;
  justify-content: flex-end;
}

.gallery-slide .owl-nav button,
.gallery-slide .owl-nav.disabled button {
  background-position: center center !important;
  background-size: 30px !important;
  background-color: #f3c827 !important;
  padding: 10px !important;
  width: 70px !important;
  opacity: 1;
  border-radius: 0px !important;
  margin: 0px;
  background-repeat: no-repeat !important;
  height: 40px;
  margin-top: 60px;
}

.gallery-slide .owl-nav button span,
.gallery-slide .owl-nav.disabled button span {
  font-size: 0px;
}

.gallery-slide .owl-nav .owl-prev,
.gallery-slide .owl-nav.disabled .owl-prev {
  background-image: url(../images/left.png) !important;
}

.gallery-slide .owl-nav .owl-next,
.gallery-slide .owl-nav.disabled .owl-next {
  background-image: url(../images/right.png) !important;
}

.play-bg-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.play-bg-sec .text-part {
  position: absolute;
}

.play-bg-sec .text-part h2 {
  font-size: 50px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  letter-spacing: 4px;
}

.r-footer-logo {
  width: 380px;
}

.dev-by {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

.dev-by img {
  width: 280px;
}

.footer-card li {
  margin-bottom: 12px;
  text-align: center;
}

.border-rl {
  display: flex;
  align-items: center;
  border-left: 2px solid #f3c827;
  border-right: 2px solid #f3c827;
  justify-content: center;
  padding: 30px 16px;
}

.r-footer {
  background: #2f3b4f;
}

.r-footer .row {
  border-color: #f3c827;
}

.r-footer strong {
  color: var(--white);
  font-weight: 500;
}

.w-footer {
  background: #294237;
}

.w-footer .row {
  border-color: #c5ddd1;
}

.w-footer strong {
  color: #c5ddd1;
  font-weight: bold;
}

.w-footer .links li a {
  color: #c5ddd1;
}

.w-header {
  background: #294237;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}

.w-header .nav-link {
  color: #fff;
}

.w-header .inquire-btn {
  color: #fff;
  border-radius: 40px;
  padding: 8px 24px;
  border: 2px solid #fff;
  background: transparent;
}

.w-logo {
  width: 230px;
}

.cur-heading h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 12px;
}

.cur-heading strong {
  display: block;
  padding-left: 40%;
  font-size: 90px;
  color: #fff;
  font-weight: 100;
  letter-spacing: 20px;
  font-family: "FreightDispProLight-Italic";
}

.w-heading h2 {
  font-size: 30px;
  color: #51555a;
}

.w-heading h2 span {
  font-family: "FreightDispProLight-Italic";
  font-size: 60px;
  text-transform: capitalize;
  padding-left: 14%;
}

.bold-sec .small-head {
  text-align: left;
}

.bold-sec .row h2 {
  text-align: left;
  margin: 60px 0px 60px 0px;
}

.w-btn-theme {
  color: #000;
  border: 2px solid #c5ddd1;
  padding: 12px 30px;
  border-radius: 0px;
  font-weight: 600;
  border-radius: 100px;
}

.curheading-new h2 {
  color: #c5ddd1;
  font-family: "FreightDispProLight-Italic";
  text-transform: capitalize;
  letter-spacing: 90px;
  -webkit-text-stroke: 0px #c5ddd1 !important;
  font-family: "FreightDispProLight-Italic";
  font-size: 100px !important;
  font-weight: 100 !important;
}

video {
  width: 100%;
}

.three-slides-active {
  height: 500px;
}
.three-slides-active .item img {
  height: 400px;
}
/* 
.only-active img {
  height: 500px !important;
} */

.w-play .text-part h2 {
  font-size: 60px;
  font-weight: 100 !important;
  color: #fff;
  font-family: "FreightDispProLight-Italic";
}

.r-video-sec video {
  width: 100%;
}

#location {
  padding: 0px;
  margin-bottom: 180px;
}

#location .row {
  margin-top: 140px;
}

#location .text-part {
  padding-left: 90px;
}

#w-location {
  margin-bottom: 80px;
  padding-top: 150px;
}

#w-location .row {
  margin-top: 180px;
}

#w-location .text-part {
  padding-left: 90px;
}

#w-gallery {
  padding-top: 0px;
}

#w-gallery .text-part,
#d-gallery .text-part {
  padding-left: 90px;
}

#d-gallery {
  padding: 0px 0px 100px 0px;
}

div#w-gallery .row:nth-child(1) {
  flex-direction: row-reverse;
  margin-bottom: 150px;
  margin-top: 0px;
}

#amenities h2 {
  margin: 180px 0px 60px 0px;
}

#amenities p {
  font-size: 20px;
  line-height: 40px;
}

#amenities .row {
  margin: 180px auto;
  row-gap: 50px;
}

.amenities-card img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 30px;
}

.amenities-card h3 {
  font-size: 16px;
}

.amenities-new .small-head {
  border-top: 0px !important;
  padding: 100px 0px 0px 0px !important;
}

div#gallery .row {
  margin: 120px 0px 230px 0px;
}

div#gallery .text-part {
  padding-left: 90px;
}

.enquire-sec {
  padding: 120px 0px;
  text-align: center;
}

.enquire-sec h2 {
  margin: 180px 0px 50px 0px;
}

.enquire-sec form {
  margin: 120px 0px 80px 0px;
}

.enquire-sec input {
  background: #f5f3f1;
  border: 0px;
  padding: 16px 30px;
  margin-bottom: 30px;
  font-weight: 600;
  border-radius: 0px;
}

.enquire-sec .r-btn-theme {
  padding: 12px 80px;
}

.r-page .small-head h3 {
  font-size: 18px;
  color: #4b5664;
}

.w-page .small-head h3 {
  font-size: 18px;
  color: #51555a;
}

#about,
#w-about {
  padding-top: 185px;
}

#w-about h2 {
  text-transform: capitalize;
}

.w-amenities .small-head {
  border-top: 2px solid #c5ddd1;
  padding: 150px 0px 200px 0px;
}

#w-amenities h2 {
  margin-bottom: 40px;
}

.amenities-sec .row {
  max-width: 80%;
  margin: 140px auto 240px auto;
  border: 2px solid #c5ddd1;
  border-left: 0px;
  border-right: 0px;
  padding: 100px 0px;
  row-gap: 40px;
}

.welness-sec {
  padding: 180px 0px;
  text-align: center;
}

.welness-sec .row {
  margin-top: 80px;
  row-gap: 60px;
}

.well-card .icon {
  margin-top: 60px;
  text-align: left;
}

.well-card .icon img {
  width: 32px;
}

.well-card h4 {
  font-size: 34px;
  text-align: left;
  margin-top: 20px;
  color: #51555a;
  font-family: "FreightDispProLight-Italic";
  font-weight: 600;
}

.well-card p {
  text-align: left;
  margin-top: 30px;
}

.repeat-sec .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.repeat-sec .owl-theme .owl-nav button {
  background-color: #fff !important;
  width: 60px;
}

#w-enquire input {
  background: transparent;
  border: 2px solid #c5ddd1;
  padding: 16px 30px;
  margin-bottom: 30px;
  font-weight: 600;
  border-radius: 16px;
}

#w-enquire .btn-theme,
.w-btn {
  border: 2px solid #c5ddd1 !important;
  padding: 12px 80px;
}

#w-enquire .btn-theme:hover,
.w-btn:hover {
  background: #c5ddd1 !important;
}

.in-logo {
  margin: 70px 0px 50px 0px;
  text-align: left;
}

div#w-gallery .row:nth-child(2) {
  margin-bottom: 170px;
}

.login-banner {
  background: url(../images/login-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100dvh;
  display: flex;
  align-items: center;
}

.login-banner .text-part input.form-control {
  border: 2px solid #C8A483;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 40px;
}

.login-banner .text-part {
  padding: 0px 60px;
}

.login-banner .text-part h2 {
  margin-top: 110px;
  margin-bottom: 40px;
}

.media-kit .small-head {
  margin-bottom: 80px;
  padding-left: 40px;
}

.left-line {
  position: relative;
}

.left-line:before {
  height: 460px;
  width: 2px;
  background: var(--color-secondary);
  position: absolute;
  content: "";
  top: -120px;
  left: 180px;
}

.button-sec {
  margin-top: 80px;
}

.inner-banner {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.inner-banner .text-part {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
}

.news-sec-inner .button-flex {
  margin: 100px 0px;
}

.news-sec-inner .owl-stage {
  display: flex;
}

.news-sec-inner .owl-stage .item {
  height: 100%;
}

.values-flex {
  border: 1px solid var(--color-secondary);
  overflow: hidden;
  border-radius: 40px;
}

.values-sec {
  margin: 80px 0px 100px 0px;
}

.media-sec {
  position: relative;
  display: flex;
  align-items: center;
}

.media-sec ol li {
  list-style: auto !important;
  margin-bottom: 10px;
}

.media-sec img {
  width: 100%;
}

.media-sec .text-part {
  position: absolute;
  width: 100%;
}

.team-sec-new {
  position: relative;
}

.team-sec-new .text-part {
  position: absolute;
  top: 180px;
  text-align: left;
  width: 100%;
}

.team-sec-new img {
  width: 100%;
}

.team-card {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.team-card button {
  background: transparent;
  border: 0px;
}
.team-card button::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 400px;
  width: 100%;
  content: "";
}

.offcanvas-header {
  padding: 2rem 2rem 0rem 2rem;
  margin-bottom: 1.5rem;
  align-items: center;
}
.offcanvas-header p {
  margin: 0;
  font-size: 0.75rem;
}
.offcanvas-header h4 {
  font-family: "Playfair Display", serif;
}
.offcanvas-header img {
  width: 95px;
  height: 95px;
}

.offcanvas-body {
  padding: 0rem 2rem 2rem 2rem;
}
.offcanvas-body p {
  margin: 0 0 1em;
  font-size: 0.75rem;
}

.team-card .text-part {
  background: rgba(217, 217, 217, 0.6980392157);
  padding: 20px;
  bottom: 0 !important;
  transform: translateY(300px);
  transition: all 0.3s ease-in-out;
  top: auto !important;
}

.team-card .text-part h3,
.team-card .text-part span {
  font-size: 18px;
}

.team-card {
  transition: all 0.3s ease-in-out;
}
.team-card img {
  transition: all 0.3s ease-in-out;
}
.team-card:hover img {
  transform: scale(1.1);
}
.team-card:hover .text-part {
  top: auto !important;
  transform: translateY(0px);
}

.team-card .text-part h3 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.team-tabs {
  position: relative;
  margin-top: 100px;
}

.team-tabs:before {
  width: 68%;
  height: 2px;
  background: var(--color-secondary);
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}

.nav-pills li {
  width: 33.33%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.nav-pills .nav-link {
  color: #000 !important;
  background: var(--white) !important;
  border-radius: 50px;
  border: 1px solid var(--color-secondary);
  position: relative;
}

.nav-pills .nav-link:before {
  width: 30px;
  height: 30px;
  background: #eaeef2;
  border-radius: 50%;
  border: 2px solid var(--color-secondary);
  position: absolute;
  content: "";
  top: -74px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.nav-pills .active:before {
  background: var(--color-secondary);
}

.g-btn-sec {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: -40px;
  align-items: center;
  margin-top: 120px;
}

.g-btn-sec .line {
  height: 100px;
}

.g-btn-sec .g-btn {
  color: #000 !important;
  background: var(--white) !important;
  border-radius: 50px;
  border: 1px solid var(--color-secondary);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 10px 20px;
}

.li-sec {
  position: relative;
  text-align: center;
  padding-top: 80px;
}

.li-sec .text-part {
  position: absolute;
  width: 100%;
}

.li-sec img {
  width: 100%;
}

.li-sec .btn-theme {
  margin-top: 60px;
}

.news-sec-inner .item {
  margin-bottom: 40px;
}

.news-sec-inner .news-card {
  border: 1px solid var(--color-secondary);
  height: 100%;
}

.news-sec-inner .news-card img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 30px;
}

.news-sec-inner .news-card .text-part .date-part {
  font-weight: 600;
  letter-spacing: 5%;
}

.news-sec-inner .news-card .text-part h3 {
  font-size: 24px;
  margin: 20px 0px 30px 0px;
  line-height: normal;
}

.ceo-sec-new {
  justify-content: flex-end;
}

.ceo-sec-new .row {
  justify-content: flex-start;
}

.info-new .col-md-2 {
  width: 20%;
}

.info-wrap {
  border: 2px solid #c8a483;
  padding: 40px;
  border-radius: 40px;
  margin-top: 40px;
}

.info-wrap h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--color-primary);
  font-family: var(--font-playfair);
  margin-top: 6px;
  margin-bottom: 0px;
  display: block;
}

.owl-nav {
  display: none;
}

.three-slides .owl-dots {
  margin-top: 40px;
}

.radius-slider {
  margin: 80px 0px 100px 0px;
}

.radius-slider .owl-stage-outer {
  border-radius: 40px;
  overflow: hidden;
}

.fund-management-sec strong {
  margin-top: 280px !important;
}

.cg-amenities {
  background: url(../images/fa-bg.png);
  padding: 100px 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cg-amenities .small-head {
  margin-bottom: 80px;
  text-align: center;
}

.map-sec img {
  width: 100%;
  margin-top: 60px;
}

.difc-sec {
  background: url(../images/expertise-bg.png);
  padding: 80px 0px;
  margin-top: 80px;
}

.difc-sec {
  background: url(../images/expertise-bg.png);
  padding: 180px 0px;
  margin-top: 80px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.difc-sec h2 {
  font-size: 40px;
  margin-bottom: 40px;
}

.difc-sec .row {
  justify-content: space-between;
}

.difc-sec .dif-card {
  border: 2px solid var(--color-secondary);
  padding: 50px;
  border-radius: 40px;
  height: 100%;
}

.opportunity-sec .small-head {
  margin-bottom: 170px;
}

.opportunity-sec strong {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.opportunity-sec .inner-card {
  border-bottom: 2px solid var(--color-secondary);
  padding-bottom: 20px;
}

.opportunity-sec .inner-card:nth-last-of-type(1) {
  border: 0px;
}

.fund-chart h3 {
  font-size: 18px;
  margin: 0px;
}

.fund-chart .row {
  padding-bottom: 16px;
  border-bottom: 2px solid var(--color-secondary);
}

.project-sec {
  background: url(../images/project-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.comming-soon-page .w-heading h2,
.dubai-greek-page .w-heading h2 {
  font-weight: 500;
}

.w-banner:before,
.r-banner:before {
  display: none;
}

.d-footer .r-footer-logo img {
  width: 100%;
}
.d-footer .dev-by img {
  width: 200px;
  filter: brightness(100);
}
.d-footer .border-rl {
  border-color: #c5ddd1;
}
.d-footer .row:nth-last-of-type(1) {
  margin-top: 60px;
}
.d-footer .footer-card li {
  margin-bottom: 6px;
}
.d-footer .col-lg-7 {
  display: flex;
  align-items: center;
}

#d-about {
  padding-top: 180px;
}

.d-btn-theme {
  background: #181D15;
  padding: 10px 16px;
  border-radius: 10px;
  color: #fff;
}

div#diff-sec .small-head {
  margin-bottom: 120px;
}
div#diff-sec h2 {
  font-size: 36px;
}
div#diff-sec p {
  font-family: "Questrial";
}

#elevate .welness-sec {
  padding-top: 100px;
}
#elevate .welness-sec .row {
  max-width: 100%;
  border: 0px;
  margin-top: 0px;
  padding: 0px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  padding: 0px;
  background: rgba(20, 30, 39, 0.8);
  width: auto;
  border-radius: 0px;
  border: 0px;
}

#d-about .about-head h2 {
  font-size: 50px;
  font-style: italic;
}

.dropdown-menu a {
  padding: 10px;
  margin-bottom: 10px;
}
.dropdown-menu a:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.dropdown-menu a:hover {
  background: #C8A483 !important;
}

.header-fixed .logo {
  width: 180px;
}

.dubai-amenities .welness-sec .row {
  margin-bottom: 0px;
}

.dubai-amenities .welness-sec {
  padding-bottom: 0px;
}

.dubai-amenities h2 span {
  padding-left: 25% !important;
}

.dubai-amenities .small-head {
  border-top: 0px;
  padding: 150px 0px 130px 0px;
}

.w-heading.text-part .small-head {
  margin-bottom: 100px;
}

.ame-new .small-head {
  padding: 120px 0px 0px 0px !important;
}

.small-head-gray h3 {
  color: #51555A;
}

.dubai-amenities h2 {
  margin-bottom: 20px;
}

.dubai-amenities .amenities-card img {
  width: 40px;
  height: 40px;
}
.dubai-amenities .amenities-card h3 {
  font-size: 16px;
  font-weight: 500;
}

.dubai-amenities .row {
  margin: 140px auto 100px auto;
}

.gallery-card img {
  height: 350px;
}

.dubai-greek-page .w-heading h2 span {
  padding-left: 14%;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
  top: 0;
  left: 100%;
}

a:has(.project-cart) {
  color: var(--black);
}

.contact-sec {
  max-width: 70%;
  margin: 50px auto 0px 15%;
}
.contact-sec .form-control,
.contact-sec select {
  padding: 16px;
  border-radius: 16px !important;
  border-color: #222222;
}

b {
  display: block;
}

.contact-flex {
  background-color: #f4f4f2;
  padding: 100px 0px;
}

.link-flex {
  align-items: center;
}
.link-flex strong {
  margin: 0px 0px 30px 0px;
}
.link-flex a {
  color: #000;
  margin-bottom: 10px !important;
  display: block;
}

.gap-100 {
  gap: 100px;
}

.carrer-page {
  margin-bottom: 100px;
}

.contact-flex-new {
  margin: 30px 0px 0px 0px;
  padding: 0px;
}
.contact-flex-new a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px !important;
  font-size: 14px;
  color: #000;
}
.contact-flex-new a .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  width: 40px;
  height: 40px;
  color: inherit;
  transition: all 0.3s ease;
}
.contact-flex-new a .icon svg {
  width: 16px;
}
.contact-flex-new a:hover .icon {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
}
.contact-flex-new a:hover .icon svg path {
  stroke: #fff;
  fill: #fff;
}

.ceo-sec figure {
  overflow: hidden;
  border-radius: 0px 20px 20px 0px;
}

.ceo-sec-new figure {
  overflow: hidden;
  border-radius: 20px 0px 0px 20px;
}

.offcanvas {
  max-width: 800px !important;
  width: 800px !important;
}

.news-card-inner {
  max-width: 60%;
  margin: 50px auto 80px 20%;
}
.news-card-inner .btn-sec {
  margin: 160px 0px;
  display: flex;
  justify-content: center;
}
.news-card-inner h2 {
  text-align: center;
  margin-bottom: 50px;
}
.news-card-inner p {
  margin-bottom: 30px;
}
.news-card-inner p strong {
  display: block;
}

.carrer-page-new h2,
.carrer-page-new p {
  text-align: center;
}

.content-btn {
  padding: 0px;
  border: 0px;
}

.content-btn.active .text-part {
  transform: translate(0);
}

.carrer-page-new {
  margin-bottom: 150px;
}
.carrer-page-new input,
.carrer-page-new textarea {
  border: 1.5px solid #C8A483 !important;
  font-size: 16px;
  margin-bottom: 30px;
  padding: 10px 16px;
  border-radius: 16px;
}
.carrer-page-new form {
  margin-top: 150px;
}

label.form-label.small.text-muted {
  color: #C8A483 !important;
}

.contact-page-new .line-head .line {
  height: 200px;
}

.max-70-line {
  max-width: 70%;
  margin-left: 15%;
  position: relative;
  padding-bottom: 200px;
}
.max-70-line .text-part a {
  color: #000;
  display: block;
  margin-bottom: 6px;
}
.max-70-line:after {
  width: 2px;
  height: 100%;
  background: #c8a483;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
}
.max-70-line .contact-card p {
  text-align: left;
}
.max-70-line .contact-card .img-part {
  border-radius: 30px 0px 0px 30px;
  overflow: hidden;
  margin-bottom: 40px;
}
.max-70-line .contact-card .img-part img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.max-70-line .contact-card .small-head {
  color: #c8a483;
  margin-bottom: 10px;
}
.max-70-line .contact-card strong,
.max-70-line .contact-card a {
  display: block;
  text-align: left;
}
.max-70-line .col-lg-6:nth-last-of-type(1) .contact-card .img-part {
  border-radius: 0px 30px 30px 0px !important;
}
.max-70-line .col-lg-6:nth-last-of-type(1) .text-part {
  padding-left: 30px;
}

.content-box figure {
  border-radius: 0px 30px 30px 0px;
  overflow: hidden;
  margin: 0px;
}
.content-box .text-part p {
  margin-top: 50px;
}

.generic-content {
  padding: 200px 0px 100px 0px;
}
.generic-content h1 {
  margin-bottom: 50px;
}
.generic-content .table {
  border: 1px solid #000;
}
.generic-content .table td {
  border: 1px solid #000;
}
.generic-content .content {
  max-width: 1200px;
  margin: auto;
}
.generic-content ul li {
  list-style: disc !important;
  margin-bottom: 0.7rem;
}
.generic-content p {
  margin-bottom: 2rem !important;
}
.generic-content td p {
  margin-bottom: 0.5rem !important;
}
.generic-content a {
  color: var(--color-secondary);
  text-decoration: underline;
}

.news-sec-inner {
  padding-bottom: 100px;
}

.slide-sec:has(.gp-logo) h2 {
  margin: 30px 0px;
}

.gp-logo {
  margin: 20px 0px 50px 0px;
  float: left;
  width: 100%;
}

.inner-logo img {
  height: 200px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0px auto 40px auto !important;
  display: block;
}

.well-card > img {
  width: 100%;
}

.welness-sec .w-new {
  margin: 0px;
  row-gap: 0px;
  max-width: 100%;
  border: 0px;
  padding-bottom: 0px;
}

.r-page p {
  font-family: "Miller-Text-Roman";
}

.spaces-sec .row {
  margin: 40px auto !important;
  row-gap: 0px;
  border: 0px;
}

.r-gallery {
  margin-top: 150px;
}

.r-slide .gallery-card:before {
  width: 90%;
  height: 80%;
  border: 2px solid #f3c827;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
}
.r-slide .gallery-card {
  max-width: 100%;
  margin: auto;
  position: relative;
  padding: 30px;
}
.r-slide .gallery-card img {
  box-shadow: 0px 15px 25px -5px rgba(0, 0, 0, 0.2509803922);
}

.re-slide {
  margin-bottom: 40px !important;
}

.team-tabs button svg {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}
.team-tabs .active svg {
  display: block;
}

.team-card img {
  height: 380px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.owl-dots {
  margin-top: 25px;
}

.content-box {
  margin-top: 50px;
}

figure {
  margin: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
figure img {
  transition: all 0.3s ease-in-out;
}
figure:hover img {
  transform: scale(1.1);
}

.comming-soon-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-style: italic;
}
.comming-soon-banner .text-part {
  position: absolute;
  font-size: 30px;
}

.content-btn {
  position: relative;
}
.content-btn .item {
  pointer-events: none;
}

.content-btn.disabled-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

@media (min-width: 992px) {
  .carrer-page-new textarea {
    height: 350px;
  }
  .link-flex img {
    width: 100%;
    height: 806px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  ul.navbar-nav.ms-auto > li {
    height: 112px;
    align-items: center;
    display: flex;
    position: relative;
  }
  .header-fixed ul.navbar-nav.ms-auto > li {
    height: 100px;
  }
  .r-footer .col-lg-3 {
    width: 21%;
  }
  .r-footer .col-lg-7 {
    width: 62.333333%;
  }
}
/*# sourceMappingURL=main.css.map */



.ceo-sec .image-radius {
  border-radius: 0px 40px 40px 0px;
}

.content-image .content-image-raduis {
  border-radius: 20px;
}

.disclaimer span {
  font-weight: 700;
  color: #9f9f9f;
}

.disclaimer {
  color:#9f9f9f;
  font-size: 13px;
}

.link-uderline{
  text-decoration: underline;
  color: #c9a482;
}

.slider-link .date-part{
  color: #000;
}

.slider-link p {
  color: #000;
}

.dropdown-submenu-custom{
    position: relative;
}

.submenu-arrow{
    float: right;
    font-size: 15px;
}

.submenu-custom{
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    min-width: 180px;
    background: rgba(20, 30, 39, 0.8);
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-submenu-custom:hover .submenu-custom{
    display: block;
}

.submenu-custom li a{
    display: block;
    padding: 8px 15px;
}

.submenu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.dropdown-submenu-custom a{
    display:block;
    max-width:250px;
    white-space:normal;
    line-height:1.4;
}