@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
@font-face {
  font-family: "alethiapro-regular";
  src: url("../font/alethiapro-regular.otf");
}
@font-face {
  font-family: "alethiapro-italic";
  src: url("../font/alethiapro-italic.otf");
}

@font-face {
  font-family: "AnandaBlackPersonalUseRegular";
  src: url("../font/AnandaBlackPersonalUseRegular-rg9Rx.ttf");
}
/* old-blue-color: #1a3668 */
/* color:#111010; black */
/* color:#DDA74F; gold */

.p-body p {
  line-height: 1.5em;
  font-size: 14px;
  color: #fff;
}

iframe.elementor-custom-embed{
  margin-top: 0px !important;
}

.button-property {
  text-decoration: none;
}

.subscribe button {
  border: none;
  background: none;
}

body,
html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;

  width: 100% !important;
  position: relative;
  overflow-x: hidden;
  position: relative;
  /* font-family: Optima !important; */
  font-family: "alethiapro-regular" !important;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/*------------------------------------------
**************navbar************************
------------------------------------------*/
.navbar {
  z-index: 88;
  background-color: black;

  width: 100vw !important;

  display: flex;
  align-items: center;
  width: 100vw !important;
}

.navbar .left {
  padding-left: 40px;
}

.navbar .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.navbar .content .right {
  margin-right: 30px;
  max-width: 950px;
  display: flex;
  align-items: center;
}

.navbar .content .right ul {
  padding-bottom: 0;
  margin-bottom: 0;
}

.navbar .content .right button {
  transition: all ease-in-out 0.5s;
}

.navbar .content .right button:hover {
  background-color: #fff !important;
  border: 1px solid #dda74f;
  color: #dda74f !important;
}

.navbar .content .right ul {
  list-style: none;
  padding-left: 0;
}

.navbar .content .right ul li {
  /* height: 100%; */
  display: inline-block;
  /* text-transform: uppercase; */
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  position: relative;

  text-decoration: none !important;
}

.navbar .content .right ul li a {
  font-size: 16px;
  color: #fff !important;
  /* text-transform: uppercase; */
  text-decoration: none !important;
  font-weight: normal;

  opacity: 0.99;
  padding: 5px 13px;
  transition: all 0.2s ease-in-out;
}
.navbar .content .right ul li a:hover {
  color: #dda74f !important;
}
.navbar .content .right ul li a.border_tag {
  padding: 5px 20px;
}
.navbar .content .right ul li a.border_tag::after {
  position: absolute;
  content: "";
  height: 35px;
  width: 1px;
  top: -8px;
  left: 0;
  background-color: #dda74f;
}
.navbar .right {
  display: flex;
  align-items: baseline;
}

.navbar .content .right ul li:hover a {
  /* color: #A4D7F4 !important; */
}

.navbar .content .right button {
  height: 35px;
  background-color: #111010 !important;
  border-radius: 0px;
  color: #fff !important;
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #dda74f;
  /* font-family: Optima !important; */
}

.navbar-mobile {
  display: none;
}

/*------------------------------------------
***************end of navbar****************
------------------------------------------*/

/*------------------------------------------
**************footer************************
------------------------------------------*/

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer,
.footer-black {
  padding: 3rem;
}

.footer-black {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer {
  background-color: #111010;
  border-top: 1px solid #dda74f;

  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer p {
  color: white;
  font-size: 13px;
  line-height: 1.6em;
}

.img-logo {
  width: 160px;
  max-height: auto;
}

.ul-links ul {
  list-style: none;
  padding-left: 0;
}

.ul-links ul li {
  color: white;
  transition: all ease-in-out 1s;
  cursor: pointer;
}

.ul-links ul li i {
  display: inline-block;
  font-size: 13px;
  margin: 5px 13px 0 0;
  line-height: 14px;
  font-weight: 400;
  color: #dda74f;
}

.ul-links ul li:hover {
  transform: translateX(10px);
}

.ul-links .small {
  font-size: 0.8rem;
}

.small-latin {
  font-size: 0.9rem;
  font-style: unset;
}

.icon-social {
  list-style: none;
  padding-left: 0;
}

.icon-social li {
  display: inline-block;
  float: left;
  color: white;
}

.icon-social li i {
  font-size: 19px;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
  margin-right: 10px;
  color: #dda74f;
}

.icon-social li i:hover {
  background-color: #fff !important;
}

.subscribe .col-10,
.subscribe .col-2 {
  padding: 0;
}

.subscribe .col-2 {
  padding-left: 5px;
}

.subscribe input {
  width: 100%;

  border-radius: 25px !important;
  padding: 15px !important;
  display: block;
  float: none;
  font-size: 16px;
  border: 1px solid #222;
  height: 38px;
  width: 100%;
  line-height: 1.3;
  color: #333;
  -webkit-box-sizing: border-box;
  background-color: #fff;
  outline: none;
  color: #757575;
}

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

.subscribe i {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #dda74f;
  background-color: #222;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

.img-footer-4 {
  width: 170px;
  height: auto;
}

.footer-black {
  background-color: #222;
  color: white;

  font-size: 13px;
  font-weight: bold;
}

.footer-black p {
  margin-bottom: 0 !important;
}

.footer .fa.fa-file-text-o {
  margin-right: 13px;
}

/*------------------------------------------
****************end of footer***************
------------------------------------------*/

/*------------------------------------------
****************whatsapp********************
------------------------------------------*/

.icon-whatsup {
  position: fixed;
  bottom: 70px;
  left: 15px;
  z-index: 99999999999999;
  display: flex;
  align-items: center;
  overflow: hidden;
  display: none;
}

.icon-whatsup i {
  color: white;
  font-size: 28px;
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #25d366;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 99999999999;
  cursor: pointer;
}

.chat {
  color: white;
  font-size: 14px;
  display: inline-block;
  width: 0px;
  height: 54px;
  border-radius: 30px;
  background-color: #25d366;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  position: relative;
  left: -50px;
  z-index: -1;
  padding-left: 30px;
  width: 0;
  opacity: 0;
}

.icon-whatsup:hover .chat {
  width: 160px;
  opacity: 1;
  transition: all ease-in-out 0.5s;
}

/*------------------------------------------
****************end of whatsapp*************
------------------------------------------*/

/*------------------------------------------
****************right side******************
------------------------------------------*/

#myBtn {
  display: none !important;
  position: fixed;
  /* Fixed/sticky position */

  z-index: 9999;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: white;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  bottom: 20px;
  right: 90px;
  transform: translateX(300px);
  transition: all ease-in-out 1s;
}

#myBtn1 {
  transition: all ease-in-out 1s;
  display: none !important;
  position: fixed;
  /* Fixed/sticky position */

  z-index: 9999;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: white;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  bottom: 20px;
  right: 30px;
  transform: translateX(200px);
}

#myBtn:hover i,
#myBtn1:hover i {
  color: #dda74f;
  /* Add a dark-grey background on hover */
}

#myBtn i,
#myBtn1 i {
  font-size: 15px;
  color: #111010;
}

#myBtn1 i {
  margin-left: 3px;
}

/*------------------------------------------
**************end of right side*************
------------------------------------------*/

.slider-videos button {
  border: none;
  background-color: transparent;
  color: white;
  text-align: center !important;
  padding: 16px 20px;
  font-size: 16px;
  border: 2px solid #dda74f;
  cursor: pointer;
  border-radius: 0px;
  transition: all ease-in-out 0.5s;
  position: relative;
  width: 175px;
  line-height: 1.65em;
}

.dropdown-menu.show {
  background-color: #fff !important;
  min-width: 170px !important;
  margin-top: 1px !important;
  overflow: auto !important;
  box-shadow: 0px 8px 16px 0px rgb(255 255 255 / 40%) !important;
  z-index: 9 !important;
  border-radius: 5px !important;
  padding: 0 !important;
  border: none !important;
}

.dropdown-item {
  padding: 15px 10px !important;
  text-decoration: none !important;
  display: block !important;
  color: #1a3668 !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 1.65em !important;
  border-bottom: 1px solid #f1f1f1 !important;
  transition: all ease-in-out 0.5s;
  text-transform: capitalize;
}

#myBtn,
#myBtn1 {
  display: flex;
  justify-content: center;
}

.find-property button {
  background-color: #1a3668;
  color: white;
  text-align: center !important;
  padding: 16px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 55px;
  /* font-family: OptimaCodec; */
}

.slider-videos button:hover,
.slider-videos button:focus,
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #fff !important;
  color: #dda74f;
}

.slider-videos .dropdown-toggle::after {
  display: none !important;
}

.find-property {
  height: 86vh;
  background-color: #ced4da;
  position: relative;
  text-align: center;
  width: 100vw !important;
}

.find-property img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.find-property button {
  position: absolute;
  bottom: 28%;
  text-transform: capitalize;
}

.Popular-Communities {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  width: 100vw !important;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  /* border-bottom: 1px solid #DDA75f; */
}

.global-reach {
  max-width: 1140px;
  margin: auto;
}

.Popular-Communities h1 {
  margin-top: 0;
  color: #1a3668;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 36px;
  /* font-family: sans-serif; */
  font-weight: 500;
}

.scale2 h1 {
  font-size: 34px;
  line-height: 1.3em;
  margin-bottom: 3rem;
  font-weight: 700;
}

.Popular-Communities .col-md-4 {
}

.Popular-Communities-imges {
  width: 100%;
}

.Popular-Communities-imges .row {
  display: flex;
  justify-content: space-between;
}

.Popular-Communities-imges .row .img {
  position: relative;

  cursor: pointer;
}

.Popular-Communities-imges .row .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 10px;
  object-position: top;
}

.Popular-Communities-imges .col-md-6 {
  padding: 0 !important;
  padding: 3px !important;
}

.Popular-Communities-imges .row .img h5 {
  position: absolute;
  top: 12%;
  left: 7%;
  z-index: 99999;
  color: white;
  font-size: 20px;
  font-weight: 600;
  /* font-family: Optima; */
}

.Popular-Communities-imges .row .img .icons {
  position: absolute;
  z-index: 99999;
  right: 5%;
  top: 20%;
  display: none;
  transition: all ease-in-out 0.5s;
  display: flex;
  flex-direction: column;
}

.img-mesage-body {
  position: relative;
}

.img-mesage-body .icons {
  position: absolute;
  z-index: 99999;
  right: 3%;
  top: 3%;
  display: none;
  transition: all ease-in-out 0.5s;
  display: flex;
  flex-direction: column;
}

.Popular-Communities-imges .row .img .icons span,
.Popular-Communities-imges .row .img .icons span div p,
.img-mesage-body .icons span,
.img-mesage-body .icons div p {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: white;
  text-align: center;
  margin-bottom: 2rem;
  cursor: pointer;
  color: #007dc3;
  display: block;
  opacity: 0.7;
  display: none;
  transition: all ease-in-out 1s;
}

.Popular-Communities-imges .row .img .icons span:hover,
.Popular-Communities-imges .row .img .icons span div p:hover,
.img-mesage-body .icons span:hover,
.img-mesage-body .icons p:hover {
  opacity: 1;
}

.Popular-Communities-imges .row .img .icons span div,
.img-mesage-body .icons span div {
  height: 100px;
  padding-top: 1rem;
}

.Popular-Communities-imges .row .img .icons span:hover div p,
.img-mesage-body .icons span:hover div p {
  display: block;
}

.Popular-Communities-imges .row .img:hover .icons span,
.img-mesage-body:hover .icons span {
  display: block;
}

.Popular-Communities-imges .row .img {
  transition: all ease-in-out 0.5s;
}

.Popular-Communities-imges .row .img img {
  transition: all ease-in-out 1s;
}

.Premium-Properties {
  background-color: white;
  padding: 3rem;
}

.img h1,
.img h3,
.img p {
  font-weight: bold;

  z-index: 99999;
  color: white;
}

.img .words-bottom {
  position: absolute;
  bottom: 5%;
  left: 5%;

  z-index: 99999;
}

.scale2 .Popular-Communities-imges .row .img:hover {
  transform: scale(1.1);
  z-index: 9999;
}

.Our-Featured {
  max-width: 900px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.Our-Featured .col-md-4,
.Our-Featured .col-md-8 {
  padding: 0 !important;
}

.Our-Featured .col-md-4 > div {
  width: 99%;
}

.no-scale .row .img img:hover {
  transform: scale(1);
}

.no-scale .words-bottom p {
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
}

.no-scale .opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 99;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}

.Popular-Communities-imges .row .img:hover > div .opacity {
  opacity: 0.3;
}

.no-scale .row {
  margin-bottom: 0.1rem;
}

.global-reach i {
  color: #dda74f;
  font-size: 40px;
  margin-bottom: 1.5rem;
  transition: all ease-in-out 1s;
  cursor: pointer;
}

.global-reach p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  /* font-family: optima; */
}

.global-reach i:hover {
  transform: scale(1.1);
}

.contact h4,
.contact p,
.contact-form h4 {
  color: #fff;
}

.global h1 {
  line-height: 1;
  /* font-family: optima; */
  margin-bottom: 3.5rem;
}

.contact h4,
.contact-form h4 {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.65em;
}

.input-group > .form-floating,
.input-group > .form-select,
.keep textarea {
  border: none;
  border-bottom: 1px solid #00000057 !important;
  border-radius: 0;
}

.keep .form-control:focus {
  box-shadow: none !important;
  border-top: 1px solid #ced4da !important;
  border-right: 1px solid #ced4da !important;
  border-left: 1px solid #ced4da !important;
}

.form-control:focus {
  border-bottom-color: #00000057 !important;
}

.img-mesage {
  height: auto;

  margin: auto;
  position: relative;
  width: 90%;
}

.mesage-form {
  width: 100%;
  text-align: center;
}

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

.gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25%;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0),
    rgba(255, 0, 0, 1)
  );
  text-align: center;
  padding-top: 3rem;
  color: white;
  font-size: 2rem;
  text-transform: uppercase;
}

.mesage-form p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65em;
}

.card .card-body .card-text {
  font-size: 12px;
  color: #007dc3;
}

.card .card-title {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 22px !important;
  font-weight: 700;
  width: 90%;
  line-height: 1.3em;
}

.card .card-body .p1 {
  font-size: 14px;
  line-height: 1.3rem;
  color: #757575;
}

.card .card-body .p2 {
  color: #dda75f;
  font-size: 12px;
  font-weight: 600;
}

.card .card-body {
  padding: 0 !important;
}

.card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.card .icons {
  position: absolute;
  top: 7%;
  right: 7%;
  z-index: 99;
}

.card img {
  transition: all ease-in-out 1s;
}

.card-img {
  overflow: hidden;
}

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

.card .icons i {
  display: block;
  background: white;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  opacity: 0.7;
  margin-bottom: 0.5rem;
  display: none;
  transition: all ease-in-out 1s;
  color: #1a3668;
}

.slider-group .swiper {
  width: 100%;
  height: 100%;
}

.slider-group .swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.slider-group .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-group .swiper-button-next:after,
.slider-group .swiper-button-prev:after {
  font-size: 20px;
}

.Popular-Communities-imges .row .img img {
  border-radius: 10px;
}

.img h3 {
  font-size: 24px;
  font-weight: 600;
}

.img p {
  font-size: 16px;
  font-weight: 400 !important;
}

.scale2 .img p {
  line-height: 1.65;
  text-transform: capitalize;
}

.scale2 button:hover,
.mesage-form button:hover {
  background-color: #fff;
  color: #dda74f;
}

.scale2 .Popular-Communities-imges .row .img .icons {
  top: 3% !important;
  right: 3% !important;
}

.opacitygallery .Popular-Communities-imges .row .img img {
  object-fit: fill !important;
}

.opacitygallery .Popular-Communities-imges .row .img .icons {
  top: 3%;
  right: 3%;
}

.subscribe input::placeholder {
  color: #8593bc !important;
  /* font-family: optima !important; */
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

.card .card-text {
  color: #fff !important;
  /* font-family: codec, Sans-serif; */
  font-weight: 400;
  padding: 1rem;
  line-height: 1.3em;
  font-size: 12px;
}

.p-body {
  padding: 1rem;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.3rem;
}

.card .card-body .p2 {
  margin-bottom: 0;
}

.card {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  transition: all ease-in-out 0.5s;
}

.card:hover {
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
}

.p-body {
  height: 200px;
}

.latest {
  max-width: 1140px;
  margin: auto;
}

.slider-group .swiper-button-next:after,
.slider-group .swiper-button-prev:after {
  color: black;
  font-size: 24px;
}

.slider-group,
.keep {
  max-width: 1140px;
  margin: auto;
}

.slider-group .swiper-android .swiper-slide,
.slider-group .swiper-wrapper {
  display: flex;
  align-items: center;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: black;
  opacity: 0.18;
  z-index: 4;
}

.overlay2 {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 1140px;
  background: url(../images/home/ice_screenshot_20221223-003609.png);
  background-size: cover;
}

.slider-videos .carousel-item,
.slider-videos video {
  position: relative;
}

.slider-videos {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto !important;
  overflow: hidden !important;
}

.slider-videos button {
  position: absolute;
  bottom: 33%;
  z-index: 9;
  text-transform: capitalize;
}

.slider-videos button:hover {
  background-color: #8593a9;
}

.latest .card-img {
  position: relative;
}

.latest .card-img .real {
  position: absolute;
  top: 7%;
  right: 7%;
  display: inline-block;
  background-color: #dda74f;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 10px;
  font-size: 13px;
  width: 110px;
  text-align: center;
  padding: 0.3rem;
}

.in-dubai h1,
.opacitygallery h1 {
  text-align: center;
  color: #1a3668;

  font-size: 36px;
  font-weight: 600;
  margin-top: 4rem;
}

.slider-group .swiper-button-next:after,
.slider-group .swiper-button-prev:after {
  font-size: 20px !important;
}

.slider-group .swiper {
  padding-left: 40px;
  padding-right: 40px;
}

.view-listening button,
.mesage-form button {
  fill: #ffffff;
  color: #ffffff;
  background-color: #1a3668;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #1a3668;
  border-radius: 025px 025px 025px 025px;
  padding: 15px 40px 15px 40px;
  width: auto !important;
  border: none;
  transition: all ease-in-out 0.5s;
}

.contact-form button {
  background-image: none !important;
  border: none !important;
  background-color: #111010 !important;
  color: #fff !important;
  font-size: 16px;
  border: 1px solid #dda74f !important;
  transition: all ease-in-out 0.5s;
  border-radius: 0px;
  width: 175px;
  min-height: 47px;
}

.mesage-form h1 {
  margin-bottom: 2rem;
  margin-top: 3rem;
}

.contact-form button:hover {
  background-color: #fff !important;
  color: #dda74f !important;
}

.mesage-form button:hover {
  background-color: #a4d7f4;
}

.footer h3 {
  font-size: 17px !important;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.opacity1 {
  position: absolute;
  z-index: 999999999;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.1;
  transition: all ease-in-out 0.5s;
}

.latest .card:hover .opacity1 {
  opacity: 0;
}

.latest h1 .mesage-form h1,
.home-page h1 {
  color: #dda74f;
  /* font-family: Optima; */
  font-size: 36px;
  font-weight: 600;
}

.Popular-Communities-imges button,
.mesage-form button {
  fill: #ffffff;
  color: #ffffff;
  background-color: #111010;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #dda75f;
  border-radius: 0px;
  padding: 15px 40px 15px 40px !important;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #dda74f !important;
}

.mesage-form button {
  font-size: 16px;
  border: 1px solid #dda74f;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
.mesage-form button a {
  text-decoration: none;
  color: inherit !important;
}
.mesage-form button:hover {
  background-color: white !important;
  color: #dda74f !important;
}

.navbar .content .right button:hover,
.find-property button:hover,
.btn-blue:hover {
  background-color: #fff;
  color: #dda74f;
}
.Popular-Communities-imges button a {
  color: inherit;
  text-decoration: none;
}
.Popular-Communities-imges button a:hover {
  color: #dda74f;
  text-decoration: none;
}
.icons {
  display: none !important;
}

.view-listening .row .col-md-6 > div {
  height: 100%;
  margin: 2.5px;
}

.view-listening .row .col-md-6 {
  height: 315px;
}

.view-listening .row {
  margin-bottom: 5px;
}

.opacitygallery .Popular-Communities-imges .row .img {
  margin: 2px;
}

.slider-group .swiper i {
  font-size: 20px;
  color: #fff;
  font-weight: bolder !important;
}

.slider-group .slider-group .swiper-button-next:after,
.slider-group .swiper-button-prev:after {
  display: none !important;
}

.slider-group .slider-group .swiper-button-next:after,
.slider-group .swiper-button-prev:after {
  display: none !important;
}

.slider-group .swiper-button-next:after,
.slider-group .swiper-button-prev:after {
  display: none !important;
}

.global-reach h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}

.global-reach p {
  font-size: 16px;
  line-height: 2.5;
}

.contact h4,
.contact-form h4 {
  font-weight: 600;
  font-size: 21px;
}

.contact p {
  margin-bottom: 20px;
}

.contact h4 {
  margin-bottom: 40px;
}

.in-dubai .row .img img {
  filter: brightness(80%) contrast(100%) saturate(100%) blur(0px)
    hue-rotate(0deg);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.in-dubai .row .img img:hover {
  filter: none;
}

.global-reach i {
  /* font-family: "Font Awesome 5 Free" !important; */
}

.in-dubai {
  padding-bottom: 5rem;
  padding-top: 6rem;
}

.scale2 {
  padding-top: 50px;
}

.scale2 h1 {
  margin-bottom: 30px;
}

.message {
  padding-bottom: 100px;
}

.latest h1 {
  text-transform: capitalize;
}

.footer {
  padding: 55px 30px 70px 30px;
  padding: 30px;
}

.footer > .row {
  padding-top: 45px;
}

.footer .pl-8 .ul-links li span {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0.6rem;
}

.footer .ul-links li {
  margin-bottom: 0.6rem;
}

.ul-links .small {
  font-size: 13px;
  line-height: 1.6em;
}

.footer .row .col-md-3:last-child {
  padding-right: 0;
}

.footer > .row {
  margin-left: 0 !important;
}

.phone-num1 {
  font-weight: 600;
  line-height: 22px;
  font-size: 13px;
}

.contact-uspopup {
  position: fixed;
  right: 65px;
  bottom: 90px;
  z-index: 300;
  border-radius: 0;
  background-color: #fff;
  padding: 30px;
  width: 312px;
}

.contact-uspopup:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #f0f0f0;
  bottom: -17px;
  right: 29px;
  position: absolute;
}

.contact_close_button {
  position: absolute;
  right: -1px;
  top: -1px;
  background-color: #1d467a;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

#footer-contact-form h4 {
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 15px;
  font-weight: 800;
  color: #222;
}

#footer-contact-form i {
  font-weight: 900;
}

#footer-contact-form .form-control {
  font-size: 13px;
  padding: 9px 0 9px 9px;
  color: #8593a9;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 1.428571429;
  border-radius: 3px;
  margin-bottom: 15px;
}

.contact-uspopup:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  bottom: -15px;
  right: 30px;
  position: absolute;
}

#time {
  display: none;
}

#time .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #1d467a30;
  border-color: #1d467ad9;
}

#btn-cont-submit {
  width: 100%;
  margin-bottom: 0 !important;
  background-image: none !important;
  border: none !important;
  background-color: #1d467a !important;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
  padding: 8px 34px;
  line-height: 2;
  border-radius: 25px;
}

@media (min-width: 778px) {
  .opacitygallery .Popular-Communities-imges .row .img {
    height: 310px !important;
  }

  .img-mesage img,
  .card {
    border-radius: 10px;
  }

  .d-md-none {
    display: none;
  }

  .sidebar {
    display: none;
  }

  .img90 {
    text-align: left;
    width: 380px;
  }

  .in-dubai .row {
    padding-left: 35px;
  }

  .slider-videos {
  }

  .dropdown-menu.show {
    transform: translate3d(0px, 0px, 0px) !important;
    left: 50% !important;
    top: 67% !important;
    height: fit-content !important;
    transform: translateX(-50%) !important;
  }

  .scale2 .img h3 {
    margin-bottom: 0;
  }

  .view-listening {
    max-width: 1340px;
    padding-left: 110px;
    padding-right: 100px;
  }
}

.latest .card {
  border: 1px solid #dda75f !important;
  background-color: #111010;
  color: #fff;
}

.latest {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

@media (max-width: 778px) {
  #psell4 {
    padding-left: 20% !important;
  }
  .navbar-laptop {
    display: none;
  }

  .view-listening h1 {
  }

  .navbar-mobile {
    display: block;
    height: 70px;
    text-align: center;
    position: relative;
    background-color: #111010;
  }

  .home-page h1 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-mobile img {
    width: 160px;
    height: 100%;
  }

  .navbar-mobile i {
    color: #dda74f;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .slider-videos {
    margin-top: 0 !important;
  }

  .video1 {
    display: none !important;
  }

  .video2 {
    display: block !important;
  }

  .slider-videos button {
    bottom: 50%;
  }

  .icon-whatsup {
    bottom: 15%;
  }

  .Popular-Communities {
    padding: 2rem;
  }

  .Popular-Communities-imges .row {
    flex-direction: column;
  }

  .Popular-Communities-imges .row .img {
    height: 200px !important;
    margin-bottom: 2rem;
  }

  .Popular-Communities-imges .row .img h5 {
    font-size: 18px;
    top: 20%;
    /* font-family: Optima; */
  }

  .scale2,
  .opacitygallery {
    padding: 0;
    padding: 1.1rem;
  }

  .scale2 .Popular-Communities-imges .row .img,
  .opacitygallery .Popular-Communities-imges .row .img {
    margin-bottom: 0.2rem;
  }

  .Our-Featured {
    padding: 1.1rem;
  }

  .opacitygallery .Popular-Communities-imges .row .height200 {
    height: 190px !important;
  }

  .Popular-Communities-imges .row .height300 {
    height: 290px !important;
  }

  .message h1 {
    width: 90%;
  }

  .global h1 {
    width: 30%;
    margin: auto;
    margin-bottom: 3rem;
  }

  .contact-form button {
    width: 100% !important;
  }

  .mar {
    margin-bottom: 2rem;
  }

  .img-mesage {
    width: 100%;
    height: auto;
  }

  .img-mesage img,
  .card {
    border-radius: 10px;
  }

  .p0 {
    padding: 0 !important;
  }

  .mesage-form p {
    width: 100% !important;
  }

  .global-reach .col-12 {
    margin-bottom: 2rem;
  }

  .p-body {
    height: auto !important;
  }

  .footer-black,
  .footer {
    text-align: center;
  }

  .icon-social {
    display: inline-flex;
  }

  .footer-black p {
    font-size: 13px;
  }

  .footer-black {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer {
    padding-right: 0;
    padding-left: 0;
  }

  .subscribe {
    padding-left: 1.5rem;
    padding-right: 0.5rem;
  }

  .ul-links i {
    display: none;
  }

  .d-sm-none {
    display: none;
  }

  .img-footer-4 {
    width: 60%;
  }

  .sidebar {
    position: fixed;
    background: #111010;
    height: 100%;
    z-index: 9999;
    width: 75%;
    left: -75%;
    color: #fff;
  }
  .ul-mobile li {
    border-bottom: 1px solid #dda75f;
  }
  .close {
    text-align: end;
    padding-right: 10px;
  }

  .close i {
    color: #dda74f;
  }

  .ul-mobile {
    list-style: none;
    padding-left: 0;
  }

  .ul-mobile li {
    padding: 0.7rem;
    color: #fff;
    /* border-bottom: 1px solid #111010; */
  }

  .ul-mobile li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    /* font-family: Optima; */
  }
  /* .ul-mobile li a:hover{
        background-color:#DDA74F ;
        color: white;
    } */
  #homepage {
    transition: all ease-in-out 0.5s;
  }

  #sidebar {
    transition: all ease-in-out 0.5s;
  }

  .slider-group .swiper {
    padding-left: 0;
    padding-right: 0;
  }

  .scale2 .w-100 {
    flex-direction: column;
  }

  .slider-group .swiper .fa-chevron-right {
    position: relative;
    left: 17px;
    top: 3px;
  }

  .slider-group .swiper .fa-chevron-left {
    position: relative;
    right: 17px;
    top: 3px;
  }

  .slider-group .swiper-slide img {
    margin-left: 30px;
    margin-right: 30px;
    transform: scale(0.9) !important;
  }

  .footer p {
    margin-bottom: 70px;
  }

  .footer .fa.fa-file-text-o {
    display: none;
  }

  .footer h3 {
    margin-top: 20px !important;
  }

  .footer .mt-0 .ul-links ul li {
    text-transform: uppercase !important;
  }

  .footer .col-md-2 .ul-links ul li {
    text-transform: uppercase !important;
  }
  .col-down .first-list {
    padding-left: 48px;
  }

  .footer {
    padding-top: 0;
  }

  .latest .row-cols-1 > * {
    padding: 0;
  }

  .scale2 .row .img {
    height: 150px !important;
  }

  .scale2 {
    padding-bottom: 3rem;
  }

  .Our-Featured {
    padding-right: 0;
    padding-left: 0;
  }

  .latest .card-img img {
    height: auto;
  }

  .latest .card-img .real {
    top: 12%;
  }

  .latest .p-body {
    padding: 30px;
  }

  .latest .card .card-title {
    font-size: 21 !important;
    line-height: 1.3;
  }

  .latest .p-body {
    padding-bottom: 0;
  }

  .latest .card .card-body .p2 {
    margin-bottom: 0;
  }

  .adv-search {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (min-width: 2000px) {
  .Popular-Communities-imges .row .img h5 {
    top: 20%;
  }
}

.navbar {
  z-index: 999999999999999999999999;
}

.Popular-Communities {
  overflow: hidden !important;
}

.view-listening .Popular-Communities-imges .row .img {
  transition: all ease-in-out 3s;
}

@media (min-width: 1536px) {
  .img90 {
    height: 320px !important;
    width: 100%;
  }

  .img90 img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .in-dubai .col-md-4 {
    padding-right: 40px;
  }

  .in-dubai .row .img h5 {
    top: 25%;
  }
}

.global h1 {
  padding-top: 1rem;
}

.in-dubai .img90 a {
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  display: block;
  z-index: 999999999999999999999999999999999999999999999;
}

.in-dubai .img90 a:hover {
  transform: scale(0.9) !important;
  transition: all ease-in-out 0.5s !important;
}

.slider-videos video {
  z-index: 3;
}

.slider-videos,
.in-dubai,
.scale2,
.opacitygallery,
.global,
.message {
  overflow-y: hidden !important;
}

.latest {
  overflow: visible !important;
}

.card .p-body i {
  font-size: 7px;
}

.scale2 {
  padding-bottom: 100px;
}

.contact a {
  color: #fff !important;
  text-decoration: none;
}

.footer .fa-phone:before,
.footer .fa-mobile:before {
  font: normal normal normal 14px/1 FontAwesome;
}

body {
  background-color: #111010 !important;
  font-family: "alethiapro-regular" !important;
}
p,
span,
small,
a,
body,
.small-latin {
  font-family: "alethiapro-regular" !important;
}
.footer-li iframe {
  padding-left: 30px !important;
}
.footer-li {
  /* padding-right: 0px !important; */
  border-top: 1px solid #dda74f;
  border-bottom: 1px solid #dda74f;
  padding: 50px 0px 0px 0px;
  /* padding-left: 20px !important; */
}
.footer-li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-li ul li {
  color: white;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out 1s;
  cursor: pointer;
  font-size: 16px;
}
.footer-li ul li a {
  text-decoration: none;
  color: white;
}
.footer-li ul li:hover {
  transform: translateX(10px);
}
.icon-f i {
  color: #dda74f;
  font-size: 23px;
}
.icon-f a {
  padding: 3px;
}
.footer-li .habtoor {
  color: #dda74f;
  text-decoration: none;
  width: 304px;
  font-size: 12px;
  padding-top: 9px;
}
.footer-li a {
  color: #dda74f;
  text-decoration: none;
}
.links-icons .admin-email {
  font-size: 13px;
}
.text-white {
  padding-top: 13px;
  padding-bottom: 15px;
  font-size: 16px;
}
.icon-f .text-white {
  padding-top: 35px;
  font-size: 18px;
  padding-bottom: 10px;
}
.text-whiteA {
  color: white;
  font-size: 18px;
}
.footer-li .col-down {
  padding-top: 72px;
}
.col-down .mttt {
  margin-top: 0 !important;
}

.search {
  position: relative;
  color: #aaa;
  font-size: 16px;
  width: 100%;
  /* padding-left: 15px; */
}
.search ::placeholder {
  color: white;
}

.search {
  display: inline-block;
}

.search input {
  width: 100%;
  height: 46px;
  background: #111010;
  border: 1px solid #dda74f;
  /* border-radius: 5px; */
  /* box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset; */
  font-size: 13px;
  color: white;
}

.search input {
  text-indent: 52px;
}
.search .fa-search {
  position: absolute;
  top: 13px;
  /* left: 10px; */
  color: #dda74f;
  right: 5% !important;
}

.search .fa-search {
  left: auto;
  right: 10px;
}

input.select-dropdown {
  color: #26a69a;
}
.caret {
  background: url("http://svgshare.com/i/3Bc.svg") no-repeat 90% 50%;
  width: 20px;
  height: auto;
}
.input-cur select {
  border: 1px solid #dda74f;
  background: #111010;
  padding: 9px;
  width: 100%;
  height: 46px;
}
.aed-cur {
  margin-left: 0 !important;
}
select {
  color: #dda74f;
}
select option {
  color: #dda74f;
}

option:checked {
  color: #dda74f;
}
option:checked:hover {
  color: #dda74f;
}
/* button group style  */

.btn-group button {
  background-color: #111010;
  border: 1px solid #dda74f;
  color: #dda74f;
  padding: 10px 18px;
  cursor: pointer;
  float: left;
}
.footer-li .btn-group {
  width: 100%;
}
.footer-li .btn-group button {
  width: 50%;
}
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.btn-group button:not(:last-child) {
  border-right: none;
}

.btn-group button:hover {
  /* background-color: white; */
  color: white;
  border: 1px solid white;
}
.pg-footer {
  color: #ffffffb3;
  font-size: 13px;
  padding-top: 19px;
  /* padding-left: 23px; */
  text-align: center;
}
.terms-footer {
  display: flex;
  padding-top: 19px;
  padding-right: 16px;
  float: initial;
  justify-content: center;
}
.terms-footer :first-child {
  border-right: 1px solid #dda74f;
  padding-right: 14px;
  font-size: 13px;
  color: #ffffffb8;
}
.terms-footer .footer-pv {
  padding-left: 11px;
  font-size: 13px;
  color: #ffffffb8;
}
.hide {
  visibility: visible;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #111010;
  border-radius: 21%;
  padding: 4px;
}

.myDIV:hover + .hide {
  visibility: visible;
  /* color: white; */
}
.container-btn {
  border-top: 1px solid #dda74f;
  padding-top: 40px;
  border-bottom: 1px solid #dda74f;
  padding-bottom: 40px;
}
.padding-row {
  padding-bottom: 17px;
  /* padding-right: 51px; */
  padding-left: 20px;
}

.mb-block {
  display: none;
}
/* footer media  */
@media (min-width: 300px) and (max-width: 776px) {
  .footer-li iframe {
    padding-left: 0px !important;
    margin-top: 10px;
  }
  .mb-none {
    display: none;
  }
  .mb-block {
    display: block;
  }
  .elementor-widget-google_maps iframe {
    height: 250px !important;
  }
  .flex-rev {
    display: flex;
    flex-direction: column-reverse;
  }
  .col-down .first-list {
    padding-left: 0;
  }
  .text-whiteA {
    margin-top: 30px;
  }
  .icon-f i {
    font-size: 16px;
  }
  .footer-li .habtoor {
    width: 196px;
    font-size: 11px;
  }
  .links-icons .admin-email {
    font-size: 10px;
  }
  .search input {
    /* width: 222px; */
    text-indent: 25px;
  }
  .input-cur select {
    margin: 10px 0;
  }
  .pg-footer {
    font-size: 11px;
  }
}
@media (min-width: 776px) and (max-width: 991px) {
  .search input {
    /* width: 289px; */
    text-indent: 25px;
  }
  /* .input-cur select {
    width: 104px;

    float: right;
  } */
}
