html {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
}

button, textarea {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
}

.container {
  max-width: 1370px;
  padding: 0 15px;
  width: 100%;
}

.wrapper {
  overflow: hidden;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.d-flex {
  display: flex;
  justify-content: center;
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background: rgba(12, 10, 9, 0.2);
  backdrop-filter: blur(10px);
  padding: 24px 0;
}
header .open_item_menu {
  display: none;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  flex-direction: column;
  width: 33px;
}
header .open_item_menu span {
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  background: #fff;
}
header .open_item_menu span:last-child {
  margin-bottom: 0;
}
header .logo {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
}
header .logo img {
  width: 146px;
}
header .logo span {
  font-size: 20px;
  color: #fff;
  top: 110%;
  position: absolute;
  left: 0;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .nav_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .nav_list li {
  margin-left: 20px;
}
header .nav_list li:first-child {
  margin-left: 0;
}
header .nav_list li a {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  text-transform: lowercase;
  position: relative;
}
header .nav_list li a:hover {
  font-weight: 600;
}
header .nav_list li a:hover::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  background: #FEE685;
}

.main_section {
  width: 100%;
}
.main_section .slider_wrap {
  width: 100%;
  position: relative;
}
.main_section .slider_wrap .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  bottom: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_section .slider_wrap .slick-dots li {
  margin: 0 15px;
}
.main_section .slider_wrap .slick-dots li button {
  text-indent: -1000px;
  font-size: 0;
  width: 13px;
  height: 13px;
  background: none;
  border-radius: 50%;
  border: 1px solid #fff;
}
.main_section .slider_wrap .slick-dots li.slick-active button {
  width: 28px;
  border-radius: 1000px;
  background: #FAFAF9;
}
.main_section .slider_wrap .arrow {
  position: absolute;
  bottom: 46px;
  z-index: 4;
  color: #FFF;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 1000px;
  border: 1px solid #FAFAF9;
}
.main_section .slider_wrap .arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.main_section .slider_wrap .arrow:hover {
  background: #CCB073;
  border-color: #CCB073;
}
.main_section .slider_wrap .arrow_left {
  left: 0;
  margin-left: 15px;
}
.main_section .slider_wrap .arrow_right {
  right: 0;
  margin-right: 15px;
}
.main_section .slider_wrap .slider {
  width: 100%;
}
.main_section .slider_wrap .slide {
  position: relative;
}
.main_section .slider_wrap .slide .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 528px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0C0A09 100%);
  z-index: 2;
}
.main_section .slider_wrap .inside {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
}
.main_section .slider_wrap .inside video {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  height: 800px;
}
.main_section .slider_wrap .inside .item {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  top: 223px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_section .slider_wrap .inside .item .logo_property {
  margin-bottom: 69px;
}
.main_section .slider_wrap .inside .item .explore_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  padding: 14px 50px;
  border-radius: 1000px;
  background: #FEE685;
}
.main_section .slider_wrap .inside .item .explore_btn:hover {
  background: #CCB073;
  color: #fff;
}

.collaboration_section {
  width: 100%;
  background: #000;
  padding-top: 40px;
  margin-top: -5px;
  padding-bottom: 59px;
}
.collaboration_section h2 {
  margin-bottom: 17px;
}
.collaboration_section .title {
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 35px;
}
.collaboration_section .logos_wrap {
  width: 100%;
  border-radius: 25px;
  background: #FAFAF9;
  padding: 30px;
}
.collaboration_section .logos_wrap .slider {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.collaboration_section .logos_wrap .slide {
  width: 100%;
  max-width: 133px;
}
.collaboration_section .logos_wrap .inside {
  width: 100%;
  height: 111px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collaboration_section .logos_wrap .inside.active {
  border-radius: 15px;
  border: 1px solid #EAEAEA;
  background: #FAFAF9;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}
.collaboration_section .colaborations_wrap {
  width: 100%;
  margin-top: 15px;
  border-radius: 25px;
  background: #FAFAF9;
  padding-top: 44px;
  padding-bottom: 80px;
  position: relative;
  min-height: 601px;
}
.collaboration_section .colaborations_wrap .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.collaboration_section .colaborations_wrap .arrow_left {
  left: 18%;
}
.collaboration_section .colaborations_wrap .arrow_right {
  right: 18%;
}
.collaboration_section .colaborations_wrap .slider {
  width: 100%;
}
.collaboration_section .colaborations_wrap .slider .slick-slide {
  margin: 0 44px;
}
.collaboration_section .colaborations_wrap .slider .slide img {
  width: 100%;
}
.collaboration_section .colaborations_wrap .slick-list {
  padding: 0 20% !important;
}
.collaboration_section .colaborations_wrap .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  bottom: -44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collaboration_section .colaborations_wrap .slick-dots li {
  margin: 0 15px;
}
.collaboration_section .colaborations_wrap .slick-dots li button {
  text-indent: -1000px;
  font-size: 0;
  width: 13px;
  height: 13px;
  background: none;
  border-radius: 50%;
  border: 1px solid #0C0A09;
}
.collaboration_section .colaborations_wrap .slick-dots li.slick-active button {
  width: 28px;
  border-radius: 1000px;
  background: #0C0A09;
}
.collaboration_section .colaborations_wrap .loader_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background: rgb(255, 255, 255);
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.collaboration_section .colaborations_wrap .loader_overlay.active {
  display: flex;
}
.collaboration_section .colaborations_wrap .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

h2 {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: Ledger;
  font-size: 35px;
  text-transform: uppercase;
}

.premier_property {
  width: 100%;
  padding-top: 25px;
  position: relative;
  background: #FAFAF9;
}
.premier_property .back {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.premier_property .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.premier_property .logo_img {
  margin-bottom: 10px;
}
.premier_property h2 {
  color: #0C0A09;
  margin-bottom: 17px;
}
.premier_property .title {
  width: 100%;
  color: #0C0A09;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
}
.premier_property .wrap_list {
  width: 100%;
  display: flex;
  padding-top: 45px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 80px;
  padding-right: 80px;
}
.premier_property .wrap_list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.premier_property .wrap_list .item figure {
  height: 69px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
}
.premier_property .wrap_list .item .item_title {
  width: 100%;
  color: #0C0A09;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 5px;
}
.premier_property .wrap_list .item .text {
  width: 100%;
  color: #0C0A09;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}

.why_dubai_wrap {
  width: 100%;
  padding-top: 101px;
  padding-bottom: 34px;
}
.why_dubai_wrap h2 {
  margin-bottom: 30px;
}
.why_dubai_wrap .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.why_dubai_wrap .slick-dots li {
  margin: 0 15px;
}
.why_dubai_wrap .slick-dots li button {
  text-indent: -1000px;
  font-size: 0;
  width: 13px;
  height: 13px;
  background: none;
  border-radius: 50%;
  border: 1px solid #0C0A09;
}
.why_dubai_wrap .slick-dots li.slick-active button {
  width: 28px;
  border-radius: 1000px;
  background: #0C0A09;
}
.why_dubai_wrap .slider_wrap {
  position: relative;
}
.why_dubai_wrap .slider_wrap .slider {
  width: 100%;
}
.why_dubai_wrap .slider_wrap .slider .slick-slide {
  margin-right: 20px;
}
.why_dubai_wrap .slider_wrap .inside {
  width: 100%;
  position: relative;
}
.why_dubai_wrap .slider_wrap .inside .text_cont {
  width: 100%;
  padding: 0 40px 70px;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
}
.why_dubai_wrap .slider_wrap .inside .text_cont .title {
  width: 100%;
  color: #FAFAF9;
  font-family: Ledger;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: left;
}
.why_dubai_wrap .slider_wrap .inside .text_cont .text {
  width: 100%;
  color: #FAFAF9;
  font-size: 18px;
}
.why_dubai_wrap .slider_wrap .inside .img {
  width: 100%;
  height: 458px;
  border-radius: 25px;
  object-fit: cover;
}
.why_dubai_wrap .slider_wrap .slick-list {
  padding-left: 0 !important;
  padding-right: 15% !important;
}
.why_dubai_wrap .bottom_cont {
  width: 100%;
  margin-top: 38px;
}
.why_dubai_wrap .bottom_cont .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.brands_section {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #0C0A09;
}
.brands_section .slider_wrap {
  width: 100%;
  position: relative;
}
.brands_section .slider_wrap .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.brands_section .slider_wrap .arrow_left {
  margin-left: 30px;
}
.brands_section .slider_wrap .arrow_right {
  margin-right: 30px;
}
.brands_section .slider_wrap .slick-disabled {
  z-index: 10 !important;
}
.brands_section .slider_wrap .slider {
  width: 100%;
  position: relative;
  z-index: 2;
}
.brands_section .slider_wrap .slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.brands_section .slider_wrap .slide:hover .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.brands_section .slider_wrap .slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 100%;
}
.brands_section .slider_wrap .slide .img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.brands_section .slider_wrap .slide .log_item {
  width: 100%;
  position: absolute;
  height: 152px;
  top: 39px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.brands_section .slider_wrap .slide .text {
  position: absolute;
  left: 0;
  right: 0;
  padding-bottom: 34px;
  bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 120%;
  z-index: 3;
  min-height: 106px;
}
.brands_section .slider_wrap .slide .text::before {
  content: "";
  position: absolute;
  width: 31px;
  height: 1px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}

.slider_progress_wrap {
  height: 21px;
  border-radius: 25px;
  background: #181818;
  margin-top: 30px;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 5px;
}

.slider_progress {
  height: 100%;
  background-color: #000;
  width: 0%;
  transition: width 0.3s ease;
  border-radius: 25px;
  background: #FEE685;
}

.our_expertise {
  width: 100%;
  padding-top: 45px;
  background: #0C0A09;
}
.our_expertise h2 {
  margin-bottom: 17px;
}
.our_expertise .title_text {
  width: 100%;
  color: #FAFAF9;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}
.our_expertise .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.our_expertise .wrap .left_cont {
  width: 100%;
  max-width: 528px;
}
.our_expertise .wrap .left_cont .top_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 58px;
}
.our_expertise .wrap .left_cont .top_area .block {
  width: calc(50% - 10px);
  background: #181818;
  padding: 35px 31px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}
.our_expertise .wrap .left_cont .top_area .block span {
  color: #FAFAF9;
  font-family: Ledger;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.our_expertise .wrap .left_cont .top_area .block p {
  color: #FAFAF9;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}
.our_expertise .wrap .right_cont {
  width: calc(100% - 528px);
  padding-left: 22px;
}
.our_expertise .wrap .right_cont img {
  max-width: 100%;
}
.our_expertise .wrap .right_cont .get_touch {
  display: none;
}

.get_touch {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  padding: 14px 98px;
  border-radius: 1000px;
  background: #FEE685;
}
.get_touch:hover {
  background: #CCB073;
  color: #fff;
}

footer {
  width: 100%;
  background: #0C0A09;
  padding-top: 92px;
  padding-bottom: 119px;
}
footer .top_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .top_area .logo {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
}
footer .top_area .logo img {
  width: 146px;
}
footer .top_area .logo span {
  font-size: 20px;
  color: #fff;
  top: 110%;
  position: absolute;
  left: 0;
}
footer .top_area .soc_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .top_area .soc_list li {
  margin-left: 25px;
}
footer .top_area .soc_list li:first-child {
  margin-left: 0;
}
footer .top_area .soc_list li a {
  display: inline-flex;
}
footer .bottom_area {
  width: 100%;
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .bottom_area a, footer .bottom_area p {
  color: #FAFAF9;
  font-size: 18px;
}

.modal_wrap {
  width: 100%;
  max-width: 756px;
  border-radius: 25px;
  padding: 0;
  margin: 0;
  background: #FFF;
  display: none;
}
.modal_wrap .modal_container {
  width: 100%;
  padding: 24px 32px;
}
.modal_wrap .modal_container .title {
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
.modal_wrap .modal_container .text {
  width: 100%;
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
}
.modal_wrap .modal_container form {
  width: 100%;
  max-width: 563px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.modal_wrap .modal_container form fieldset {
  width: calc(50% - 12px);
  margin-bottom: 25px;
}
.modal_wrap .modal_container form fieldset .text_in {
  width: 100%;
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
}
.modal_wrap .modal_container form fieldset input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 16px;
  padding: 0 15px;
}
.modal_wrap .modal_container form .submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  padding: 14px 50px;
  border-radius: 25px;
  background: #0C0A09;
  margin-bottom: 20px;
}
.modal_wrap .modal_container .info {
  width: 100%;
  color: #000;
  font-size: 16px;
}