*{
	margin:0;
	padding: 0;
}
body{
	font-family: 'bicyclette';
}
button, h1, h2, h3, h4, h5, h6{
    font-family: Syncopate, sans-serif;
}

 /* NAVBAR */
 .navbar_section{
 	position: absolute;
 	width: 100%;
 }
 .navbar_section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: transform 0.4s ease-in-out;
    padding: 0px 25px;
}

.navbar_section.nav-hide {
    transform: translateY(-100%);
}
.navbarBrand img{
	width: 100px;
}
.navbarBrand{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    font-family: Syncopate, sans-serif;
}
.navShow:hover .navbarBrand{
    color:#000;
}
  /* DROPDOWN */

.dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 0;
  margin-top: 14px;
  min-width: 220px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;

  /* Animation */
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-15px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
}

/* Hover par dropdown show */
.navbar-nav .dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dropdown Items */
.dropdown-item {
  padding: 13px 22px;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--dark);
  background-color: var(--cream);
  white-space: normal;
  line-height: 1.4;

  transition:
    background-color 0.25s ease,
    padding-left 0.25s ease;
}

.dropdown-item:nth-child(2) {
  background-color: var(--tan);
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--dark);
  background-color: #f1f1f1;
}

.dropdown-item:nth-child(2):hover {
  background-color: #bdb08c;
}
.navCollapse .nav-link{
	padding: 0px 30px !important;
	color:#fff;
	font-family: 'bicyclette';
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500;
}

/* Custom Caret */
.caret-icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  margin-left: 15px;
  vertical-align: middle;
  transition: transform 0.3s ease;
  margin-top: -3px;
}

/* Hover par icon 180 degree rotate */
.navbar-nav .dropdown:hover .caret-icon {
  transform: rotate(225deg);
  margin-top: 0px;
}
.dropdown-toggle::after{
	display: none;
}
.toggleIcon {
    width: 30px;
    text-align: right;
    position: relative;
    height: 30px;
}

/* Common image style */
.toggleIcon img {
    cursor: pointer;
    transition: 
        opacity 0.5s ease,
        transform 0.5s ease,
        visibility 0.5s ease;
}

/* First icon */
.baricon1 img {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg);
}

/* Second icon initially hidden */
.baricon2 img {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotateY(-180deg);
}

/* Hover - First icon hide */
.toggleIcon:hover .baricon1 img {
    opacity: 0;
    visibility: hidden;
    transform: rotateY(180deg);
}

/* Hover - Second icon show */
.toggleIcon:hover .baricon2 img {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg);
}
.navShow:hover .img1{
	filter: brightness(0);
}
.navShow:hover .img2{
	filter: brightness(0);
}

.navShow:hover{
	background: #fff;
	box-shadow: 0px 5px 5px 0px #cccccc4f;
}
.navShow:hover .nav-link{
	color:#000;
}
.navShow:hover .caret-icon{
	border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.navbar-nav .dropdown-menu:hover{
	display: block !important;
}

  @media (max-width: 991.98px) {
    .navbar-collapse {
      background-color: rgba(20, 20, 20, 0.96);
      margin-top: 18px;
      padding: 18px;
    }

    .navbar-nav .nav-link {
      margin: 6px 0;
      padding: 10px 4px;
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .dropdown-menu {
      margin-top: 8px;
      box-shadow: none;
    }
  }


.video-box video{
	width: 100%;
    height: 100vh;
    object-fit: cover;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu li {
    position: relative;
}

.menu a {
    color: #000;
    text-decoration: none;
    gap: 6px;
}

.menu svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    transition: transform 0.3s ease;
}

/* Dropdown */

.submenu a {
    display: block;
    padding: 15px 20px;
}

/* Click se active dropdown */
.dropdown.active .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Arrow rotate */
.dropdown.active > .menu-link svg {
    transform: rotate(180deg);
}

.submenu a:hover {
    background: #f1f1f1;
}
.sidemenu{
	display: flex;
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: hidden;
}
.sidemenuImg{
	width: 50%;
}
.sidemenuImg img{
	width: 100%;
}
.sidemenu_box{
	width: 50%;
	background: #fff;
}
.menuBox{
	margin-top: 75px;
}
.menuBox li a{
	display: block;
    border-bottom: 1px solid #ccc;
    padding: 20px 65px;
    font-family: Syncopate, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
}
.closemenu{
	font-size: 20px;
    text-align: right;
    margin-right: 80px;
    margin-top: 100px;
    cursor: pointer;
}
.closemenu i{
	font-size: 30px;
    position: relative;
    top: 3px;
    left: 10px;
    -webkit-text-stroke: 3px #fff;
}
.submenu {
	/*display: none;*/
    list-style: none;
    top: calc(100% + 15px);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    padding: 15px 30px;
    border-bottom: 1px solid #ccc;
}
.submenu li a{
	border:0;
	padding: 5px 30px;
}
.submenu li a:hover{
	background: none;
}

.submenu {
    max-height: 0;
    padding: 0px 30px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transform-origin: bottom;

    transition:
        max-height 0.5s ease,
        opacity 0.4s ease,
        transform 0.5s ease,
        visibility 0.5s ease;
}

.dropdown.active .submenu {
    max-height: 500px;
    padding: 15px 30px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.submenu li {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.dropdown.active .submenu li {
    opacity: 1;
    transform: translateY(0);
}

.dropdown.active .submenu li:nth-child(1) {
    transition-delay: 0.2s;
}

.dropdown.active .submenu li:nth-child(2) {
    transition-delay: 0.5s;
}

.dropdown.active .submenu li:nth-child(3) {
    transition-delay: .7s;
}

.dropdown.active .submenu li:nth-child(4) {
    transition-delay: .9s;
}

/* section 2 */

.top-content {
    position: relative;
    z-index: 5;
    height: 210px;
    background: #c8baa7;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    text-align: center;
}
.top-content strong {
    display: block;
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 12px;
}
.top-content span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}


.parallax-images {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    z-index: 1;
    overflow: hidden;
}
.parallax-item {
    position: relative;
    width: 33.333333%;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    border-right: 1px solid rgba(255,255,255,.7);
}

.parallax-item:last-child {
    border-right: 0;
}

.image-one {
    background-image: url("../images/dubai.png");
}
.image-two {
    background-image: url("../images/rak.png");
}
.image-three {
    background-image: url("../images/abudubai.png");
}
/* DARK OVERLAY */

.parallax-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.28);
}
.image-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 4px;
}

.bottom-content {
    position: relative;
    z-index: 5;
    background: #fff;
    padding: 70px 30px;
    text-align: center;
    margin-top: -7px;
}
.bottom-content > span {
    color: #777;
    font-size: 14px;
    letter-spacing: 4px;
}
.bottom-content h2 {
    margin-top: 20px;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
    color: #29251f;
    text-transform: uppercase;
}
.bottom-content p {
    max-width: 600px;
    margin: 30px auto;
    font-size: 17px;
    line-height: 1.8;
    color: #514a40;
}

.counter-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.counter-box {
    text-align: center;
}

.counter-number {
    font-family: Arial, sans-serif;
    font-size: 34px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

.counter-number .prefix,
.counter-number .suffix {
    font-weight: 300;
}

.counter-title {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

/* Tablet */
@media (max-width: 991px) {

    .counter-container {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 35px;
    }

    .counter-number {
        font-size: 30px;
    }
}

/* Mobile */
@media (max-width: 575px) {

    .counter-section {
        padding: 35px 15px;
    }

    .counter-container {
        grid-template-columns: 1fr 1fr;
        row-gap: 30px;
    }

    .counter-number {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .counter-title {
        font-size: 12px;
    }
}
/* /section 2 */


/* section 3 Youtube videos */
.youtube-section {
    width: 100%;
    padding: 70px 30px;
    background: #f1f1f1;
}
.youtube-container {
    width: 100%;
    max-width: 1250px;
    margin: auto;
}
/* =========================
   HEADING
========================= */
.youtube-heading {
    margin-bottom: 35px;
    text-align: center;
}
.youtube-heading span {
    display: block;
    color: #777;
    font-size: 14px;
    letter-spacing: 4px;
    margin-bottom: 15px;
}
.youtube-heading h2 {
    font-size: 40px;
    font-weight: 400;
    color: #222;
}
/* =========================
   MAIN LAYOUT
========================= */

.youtube-layout {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 30px;
    align-items: stretch;
}

/* =========================
   MAIN VIDEO
========================= */

.videoBox {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #111;
}
.video-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.main-video-content {
    padding: 22px 25px 25px;
}
.main-video-content span {
    font-size: 10px;
    letter-spacing: 2px;
    color: #888;
    font-weight: 600;
}
.main-video-content h3 {
    margin-top: 8px;
    font-size: 25px;
    font-weight: 400;
    color: #222;
}
.main-video-content p {
    margin-top: 8px;
    max-width: 650px;
    font-size: 13px;
    line-height: 1.6;
    color: #666;
}

/* =========================
   SMALL VIDEOS
========================= */
.small-videos {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.small-video {
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 15px;
    min-height: 105px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    color: inherit;
}
/* Thumbnail */

.small-video-image {
    position: relative;
    width: 145px;
    height: 90px;
    overflow: hidden;
    background: #ddd;
}
.small-video-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}
/* Play Button */
.play-icon {
    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%); 
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.9);
    color: #222;
    font-size: 12px;
    padding-left: 2px;
}
/* Small Video Content */
.small-video-content {
    padding-top: 3px;
}
.small-video-content span {
    font-size: 8px;
    letter-spacing: 1.8px;
    color: #888;
    font-weight: 600;
}
.small-video-content h4 {
    margin-top: 7px;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 400;
    color: #222;
}

/* =========================
   HOVER
========================= */
.small-video:hover .small-video-image img {
    transform: scale(1.08);
}
.small-video:hover .small-video-content h4 {
    text-decoration: underline;
}

/* =========================
   TABLET
========================= */

@media (max-width: 900px) {
    .youtube-layout {
        grid-template-columns: 1fr;
    }
    .small-videos {
        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 20px;
    }
    .small-video {
        grid-template-columns: 130px 1fr;
    }
    .small-video-image {
        width: 130px;
        height: 85px;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {
    .youtube-section {
        padding: 60px 18px;
    }
    .youtube-heading h2 {
        font-size: 30px;
    }
    .small-videos {
        display: flex;
    }
    .small-video {
        grid-template-columns: 120px 1fr;
    }
    .small-video-image {
        width: 120px;
        height: 80px;
    }
    .small-video-content h4 {
        font-size: 15px;
    }
    .main-video-content {
        padding: 18px;
    }
    .main-video-content h3 {
        font-size: 22px;
    }
}
/* /section 3 Youtube videos */


/* section 4 Current Iventory */
  .inventory{
    padding:70px 0px;
    position:relative;
  }

  /* ---------- Quote ---------- */
  .quote-block{
    max-width:760px;
    margin:0 auto 20px;
    text-align:center;
  }
  .quote-block p{
    font-family:'Fraunces', serif;
    font-style:italic;
    font-weight:400;
    font-size:22px;
    line-height:1.55;
    color:var(--paper);
  }
  .quote-source{
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 1rem;
    color: #cccccc;
    font-family: Syncopate,sans-serif;
  }

  /* ---------- Headline ---------- */
  .headline-wrap{
    position:relative;
    text-align:center;
    margin:70px 0 18px;
  }
  .headline-wrap h2{
    font-weight:500;
    font-size: 40px;
    letter-spacing:0.5px;
    text-transform:uppercase;
    line-height:1.08;
  }
  .headline-wrap h1.ghost{
    position:absolute;
    top:9px;
    left:50%;
    transform:translateX(calc(-50% + 3px));
    color:transparent;
    -webkit-text-stroke:1px rgba(169,132,63,0.45);
    z-index:0;
    user-select:none;
  }
  .headline-wrap h1.solid{
    position:relative;
    z-index:1;
    color:var(--paper);
  }

  .subtitle{
    text-align:center;
    font-size:12px;
    letter-spacing:3.5px;
    text-transform:uppercase;
    color:var(--paper-dim);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin-bottom:64px;
  }

  .tick{
    position:absolute;
    top:96px;
    right:64px;
    width:1px;
    height:64px;
    background:linear-gradient(to bottom, var(--gold), transparent);
  }

  /* ---------- Carousel ---------- */
  .owl-carousel .item{
    position:relative;
    height:460px;
    border-radius:2px;
    overflow:hidden;
    background:var(--card);
  }
  .owl-carousel .item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    filter:saturate(1.02);
  }
  .item-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(10,9,7,0) 45%, rgba(10,9,7,0.55) 72%, rgba(10,9,7,0.92) 100%);
  }
  .badge{
    position:absolute;
    top:20px;
    left:20px;
    padding:8px 16px;
    background:rgba(255,255,255,0.9);
    border:1px solid rgba(169,132,63,0.7);
    color:var(--gold);
    font-size:10px;
    letter-spacing:2.5px;
    text-transform:uppercase;
  }
  .badge.sale{
    left:auto;
    right:20px;
  }
  .card-info{
    position:absolute;
    left:24px;
    right:24px;
    bottom:22px;
  }
  .card-info .price{
    font-family:'Fraunces', serif;
    font-size:19px;
    letter-spacing:1px;
    color:#f2efe6;
    margin-bottom:6px;
  }
  .card-info .meta{
    font-size:11px;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:#c9c5b8;
    display:flex;
    gap:14px;
  }
  .card-info .meta span{
    padding-right:14px;
    border-right:1px solid rgba(240,238,230,0.25);
  }
  .card-info .meta span:last-child{
    border-right:none;
    padding-right:0;
  }

  /* ---------- Owl overrides ---------- */
  .owl-theme .owl-nav,
  .owl-theme .owl-dots{
    display:none;
  }
  .owl-stage-outer{
    padding:2px 0;
  }

  /* ---------- Controls row ---------- */
  .controls-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin: 0px 130px;
    margin-top:44px;
  }
  .arrows{
    display:flex;
    gap:14px;
  }
  .arrow-btn{
    width:46px;
    height:46px;
    border-radius:50%;
    border:1px solid var(--hairline);
    background:transparent;
    color:var(--paper);
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:border-color .25s ease, color .25s ease, background .25s ease;
  }
  .arrow-btn:hover{
    border-color:var(--gold);
    color:var(--gold);
    background:rgba(169,132,63,0.08);
  }
  .arrow-btn svg{
    width:16px;
    height:16px;
    stroke:currentColor;
    fill:none;
    stroke-width:1.6;
  }

  .view-all{
    display:inline-flex;
    align-items:center;
    gap:14px;
    background:transparent;
    border:1px solid var(--gold-dim);
    color:var(--paper);
    font-family:'Jost', sans-serif;
    font-size:12px;
    letter-spacing:3px;
    text-transform:uppercase;
    padding:16px 30px;
    cursor:pointer;
    transition:background .25s ease, border-color .25s ease, letter-spacing .25s ease;
  }
  .item{
    position: relative;
  }
  .salebox{
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    padding: 5px 20px;
    background: #fff;
  }
  .view-all svg{
    width:14px;
    height:14px;
    stroke:currentColor;
    fill:none;
    stroke-width:1.6;
  }

  @media (max-width:900px){
    .inventory{padding:64px 24px 56px;}
    .tick{display:none;}
    .headline-wrap h1{font-size:26px;}
    .subtitle{font-size:10px; letter-spacing:2.5px;}
    .owl-carousel .item{height:380px;}
    .controls-row{flex-direction:column; gap:28px; align-items:flex-start;}
  }
/* /section 4 Current Iventory */


/* section 5 blog */
/* =========================================
   BLOG SECTION
========================================= */

.blog-section {
    width: 100%;
    padding: 70px 30px;
    background: #f5f4f0;
}
.blog-container {
    width: 100%;
    max-width: 1250px;
    margin: auto;
}


/* =========================================
   SECTION HEADING
========================================= */

.blog-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 45px;
}
.blog-small-title {
    display: block;
    margin-bottom: 12px;
    color: #8b8b8b;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
}
.blog-heading h2 {
    margin: 0;
    color: #222;
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
}
/* View All */
.view-all {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 8px;
    color: #222;
    border-bottom: 1px solid #555;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s ease;
}

.view-all span {
    font-size: 17px;
    transition: .3s ease;
}
.view-all:hover {
    color: #888;
}
.view-all:hover span {
    transform: translate(4px, -4px);
}
.viewAll{
    border:1px solid rgba(0, 0, 0, 1) !important;
    padding: 12px 20px;
    font-weight: 400;
    font-size: 14px;
    font-family: Syncopate,sans-serif;
    transition: .5s
  }
  .viewAll:hover{
    background: #000;
    color:#fff;
  }
/* =========================================
   BLOG GRID
========================================= */

.blog-grid {
    display: grid;
    grid-template-columns:
    repeat(3, minmax(0, 1fr));
    gap: 24px;
}

/* =========================================
   BLOG CARD
========================================= */

.blog-card {
    position: relative;
    background: #fff;
    border: 1px solid #e5e2db;
    overflow: hidden;
    transition:
        transform .45s ease,
        box-shadow .45s ease;
}
.blog-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 20px 45px rgba(0, 0, 0, .12);
}

/* =========================================
   BLOG IMAGE
========================================= */

.blog-image {
    position: relative;
    width: 100%;
    height: 245px;
    overflow: hidden;
    background: #ddd;
}
.blog-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition:
        transform .8s cubic-bezier(.2, .7, .2, 1);
}
.blog-card:hover .blog-image img {
    transform: scale(1.08);
}

/* =========================================
   CATEGORY
========================================= */

.blog-category {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 8px 12px;
    background: #fff;
    color: #222;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}


/* =========================================
   CARD BODY
========================================= */

.blog-card-body {
    padding: 25px 25px 28px;
}


/* =========================================
   META
========================================= */

.blog-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
    color: #888;
    font-size: 14px;
}

.blog-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.blog-meta i {
    color: #777;
    font-size: 11px;
}

/* =========================================
   TITLE
========================================= */

.blog-card h3 {
    margin: 0 0 14px;
    color: #222;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 500;
    transition: color .3s ease;
    text-transform: uppercase;
}

.blog-card:hover h3 {
    color: #555;
}

/* =========================================
   DESCRIPTION
========================================= */

.blog-card p {
    margin: 0 0 22px;
    color: #707070;
    line-height: 1.65;
}


/* =========================================
   READ MORE
========================================= */

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 7px;
    border-bottom: 1px solid #333;
    color: #222;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-decoration: none;
    text-transform: uppercase;
}

.read-more span {
    font-size: 18px;
    transition:
        transform .3s ease;
}

.read-more:hover span {
    transform: translateX(7px);
}

/* =========================================
   FOURTH CARD
========================================= */

.blog-card:nth-child(4) {
    grid-column: 2 / 3;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {
    .blog-section {
        padding: 80px 25px;
    }
    .blog-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
    .blog-card:nth-child(4) {
        grid-column: auto;
    }
    .blog-heading h2 {
        font-size: 40px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {
    .blog-section {
        padding: 65px 18px;
    }
    .blog-heading {
        display: block;
    }
    .blog-heading h2 {
        font-size: 38px;
    }
    .view-all {
        display: inline-flex;

        margin-top: 25px;
    }
    .blog-grid {
        grid-template-columns: 1fr;

        gap: 28px;
    }
    .blog-image {
        height: 230px;
    }
    .blog-card-body {
        padding: 22px 20px 25px;
    }
    .blog-card h3 {
        min-height: auto;

        font-size: 21px;
    }
    .blog-card p {
        min-height: auto;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {
    .blog-heading h2 {
        font-size: 34px;
    }
    .blog-image {
        height: 210px;
    }
    .blog-meta {
        gap: 10px;
    }
    .blog-card h3 {
        font-size: 20px;
    }
}
/* /section 5 blog */


/* footer */
.luxury-footer {
    width: 100%;
    background: #fff;
    color: #222;
}
.footer-container {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 25px 35px 0;
    background: #000;
}

/* =========================================
   BRAND
========================================= */

.footer-brand {
    margin-bottom: 45px;
}
.brand-logo {
    display: inline-flex;
    align-items: center;

    text-decoration: none;
    color: #171717;
}
.brand-mark {
    font-size: 27px;
    font-weight: 400;

    letter-spacing: -4px;

    margin-right: 13px;
}
.brand-divider {
    width: 1px;
    height: 32px;
    background: #999;
    margin-right: 12px;
}
.brand-name {
    display: flex;
    flex-direction: column;
}
.brand-name strong {
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
}
.brand-name small {
    margin-top: 4px;
    font-size: 13px;
    letter-spacing: 1.2px;
    color: #555;
}
.brand_logo img{
	width:100px;
}
.brand_logo{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    font-family: Syncopate, sans-serif;
}
.brand_logo:hover{color:#fff;}
/* =========================================
   CONTACT
========================================= */

.footer-contact {
    display: flex;
    gap: 60px;
    margin-bottom: 15px;
}
.contact-column {
    min-width: 170px;
}
.contact-column h3 {
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 400;
    color:#fff;
    letter-spacing: .5px;
}
.contact-column a,
.contact-column p {
    display: block;
    font-size: 15px;
    line-height: 1.55;
    color:#fff;
}
.contact-column a {
    width: fit-content;
    text-decoration: none;
    border-bottom: 1px solid #aaa;
    margin-bottom: 3px;
    color:#fff;
}
.contact-column a:hover {
    color:#fff;
}

/* =========================================
   NAVIGATION
========================================= */

.footer-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0 18px;
    border-bottom: 0;
}
.footer-navigation nav {
    display: flex;
    align-items: center;
    gap: 48px;
}
.footer-navigation nav a {
    color: #111;
    font-size: 13px;
    letter-spacing: 2px;
    text-decoration: none;
    white-space: nowrap;
    transition: color .3s ease;
    color:#fff;
    font-family: Syncopate, sans-serif;
}
.footer-navigation nav a:hover {
    color:#fff;
}

/* =========================================
   SOCIAL
========================================= */

.footer-social {
    display: flex;
    align-items: center;
    gap: 40px;
}
.footer-social a {
    color:#fff;
    font-size: 15px;
    text-decoration: none;
    transition: .3s ease;
}
.footer-social a:hover {
    color:#fff;
    transform: translateY(-2px);
}

/* =========================================
   LEGAL LINKS
========================================= */

.footer-legal {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 25px;
}
.footer-legal a {
    width: fit-content;
    color:#fff;
    font-size: 15px;
    line-height: 1.3;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-legal a:hover {
    color:#fff;
}

/* =========================================
   BROKER INFORMATION
========================================= */

.broker-info {
    margin-bottom: 23px;
}
.broker-info p {
    font-size: 15px;
    line-height: 1.55;
    color:#fff;
}
.broker-info a {
    color: #222;
    text-decoration: underline;
    text-underline-offset: 2px;
    color:#fff;
}
.broker-info span {
    margin: 0 3px;
    color:#fff;
}

/* =========================================
   DISCLAIMER
========================================= */

.footer-disclaimer {
    max-width: 1320px;
    margin-bottom: 22px;
}
.footer-disclaimer p {
    font-size: 15px;
    line-height: 2;
    color: #333;
    color:#fff;
}

/* =========================================
   CERTIFICATIONS
========================================= */

.footer-certifications {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 42px;
}

/* Realtor */

.realtor-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 36px;
}

.realtor-logo strong {
    font-size: 27px;
    line-height: 22px;
    font-weight: 700;
    border: 2px solid #111;
    padding: 0 3px;
}
.realtor-logo span {
    font-size: 13px;
    font-weight: 700;
    margin-top: 3px;
}

/* Equal Housing */
.equal-housing {
    display: flex;
    align-items: center;
    gap: 5px;
}
.equal-housing strong {
    width: 35px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #111;
    font-size: 22px;
    color:#fff;
}
.equal-housing span {
    font-size: 5px;
    font-weight: 700;
    line-height: 1.2;
}

/* =========================================
   BOTTOM
========================================= */

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    border-top: 1px solid #ddd;
    font-size: 11px;
    color:#fff;
}
.powered-by {
    color:#fff;
}
.powered-by a {
    color: #222;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
    color:#fff;
}
.copyright {
    display: flex;
    align-items: center;
    gap: 5px;
    color:#fff;
}
.copyright a {
    color:#fff;
    text-decoration: none;
}
.copyright a:hover {
    text-decoration: underline;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {
    .footer-container {
        padding: 25px 25px 0;
    }
    .footer-navigation {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        padding-bottom: 45px;
    }
    .footer-navigation nav {
        flex-wrap: wrap;
        gap: 20px 30px;
    }
    .footer-social {
        gap: 25px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {
    .footer-container {
        padding: 25px 18px 0;
    }
    .footer-brand {
        margin-bottom: 35px;
    }
    .brand-name strong {
        font-size: 19px;
    }
    .footer-contact {
        flex-direction: column;
        gap: 28px;
        margin-bottom: 35px;
    }
    .contact-column h3 {
        font-size: 15px;
        margin-bottom: 12px;
    }
    .footer-navigation {
        padding-bottom: 35px;
    }
    .footer-navigation nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }
    .footer-social {
        gap: 25px;
    }
    .footer-legal a {
        font-size: 11px;
    }
    .footer-disclaimer p {
        font-size: 7px;
        line-height: 1.8;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 12px;
        padding: 18px 0;
    }
    .copyright {
        flex-wrap: wrap;
    }
}
/* /footer */















   
    @font-face {
        font-family: "bicyclette";
        src:
            url("https://use.typekit.net/af/87f362/00000000000000007735acdc/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3")
                format("woff2"),
            url("https://use.typekit.net/af/87f362/00000000000000007735acdc/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3")
                format("woff"),
            url("https://use.typekit.net/af/87f362/00000000000000007735acdc/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3")
                format("opentype");
        font-display: auto;
        font-style: normal;
        font-weight: 400;
        font-stretch: normal;
    }
    @font-face {
        font-family: "bicyclette";
        src:
            url("https://use.typekit.net/af/d80c57/00000000000000007735ace1/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i4&amp;v=3")
                format("woff2"),
            url("https://use.typekit.net/af/d80c57/00000000000000007735ace1/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i4&amp;v=3")
                format("woff"),
            url("https://use.typekit.net/af/d80c57/00000000000000007735ace1/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i4&amp;v=3")
                format("opentype");
        font-display: auto;
        font-style: italic;
        font-weight: 400;
        font-stretch: normal;
    }

   

    #galleryImg {
        color: #000;
        --fontColor: #000;
        --fontColor_H: 0;
        --fontColor_S: 0%;
        --fontColor_L: 0%;
        --fontColor_A: 1;
        --fontColor_darkenDir: 1;
        --bgColor: #fff;
        --bgColor_H: 0;
        --bgColor_S: 0%;
        --bgColor_L: 100%;
        --bgColor_A: 1;
        --bgColor_darkenDir: -1;
        background-color: #fff;
        --gradient-color: var(--overlay-color, rgba(0, 0, 0, 0.35));
        background-image:
    linear-gradient(var(--gradient-color), var(--gradient-color)),
    url("../images/bannerdubai.png");
        background-repeat: no-repeat;
        -webkit-background-position: center;
        background-position: center;
        -webkit-background-size: cover;
        background-size: cover;
    }
   
    #galleryImg .gallery-component {
        padding: 0 !important;
    }
    #galleryImg .gallery-component__row {
        width: 100%;
    }
    #galleryImg .gallery-component__row .gallery-component__col {
        margin-bottom: 0 !important;
        padding: 0 !important;
    }
    #galleryImg .gallery-component__row .gallery-component__col .gallery-card {
        padding: 64px 0;
        -webkit-align-items: center !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-transition: all ease-in 0.2s;
        transition: all ease-in 0.2s;
    }
    @media (max-width: 768px) {
        #galleryImg .gallery-component__row .gallery-component__col .gallery-card {
            padding: 34px 0 !important;
        }
    }
    #galleryImg
        .gallery-component__row
        .gallery-component__col
        .gallery-card
        .gallery-card__title {
        text-align: center;
        font-size: 25px !important;
        text-transform: uppercase !important;
        padding-bottom: 20px;
        letter-spacing: 3px;
    }
    #galleryImg
        .gallery-component__row
        .gallery-component__col
        .gallery-card
        .gallery-card__title::after {
        display: none;
    }
    #galleryImg .gallery-component__row .gallery-component__col .gallery-card:before {
        -webkit-transition: all ease-in 0.2s;
        transition: all ease-in 0.2s;
        background-image: none !important;
    }
    #galleryImg
        .gallery-component__row
        .gallery-component__col
        .gallery-card:hover:before {
        background-color: rgba(0, 0, 0, 0.4) !important;
    }
    #galleryImg .gallery-component__row .gallery-component__col .gallery-card:hover {
        -webkit-backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }
    #galleryImg
        .gallery-component__row
        .gallery-component__col
        .gallery-card:hover
        .gallery-card__title {
        -webkit-transform: translatey(-15px);
        -moz-transform: translatey(-15px);
        -ms-transform: translatey(-15px);
        transform: translatey(-15px);
    }
    #galleryImg .gallery-component__col:nth-child(2) {
        border-inline: 1px solid white;
    }
    @media (max-width: 768px) {
        #galleryImg .gallery-component__col:nth-child(2) {
            border-inline: none;
            border-top: 1px solid white;
            border-bottom: 1px solid white;
        }
    }
    #galleryImg {
        background-attachment: fixed;
        -webkit-background-position: center;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    @media only screen and (max-width: 768px) {
        #galleryImg {
            background-attachment: unset;
        }
    }
    #galleryImg .gallery-component {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    @media (min-width: 769px) {
        #galleryImg .gallery-component {
            padding: 80px 0 60px;
        }
    }
    @media (min-width: 1200px) {
        #galleryImg .gallery-component {
            padding: 80px 0 30px;
        }
    }
    @media (max-width: 767px) {
        #galleryImg .gallery-component__container {
            padding-left: 20px;
            padding-right: 20px;
        }
    }
    #galleryImg .gallery-component__header {
        margin-bottom: 30px;
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    @media (min-width: 768px) {
        #galleryImg .gallery-component__header {
            margin-bottom: 50px;
        }
    }
    @media (min-width: 1200px) {
        #galleryImg .gallery-component__header {
            margin-bottom: 70px;
        }
    }
    #galleryImg .gallery-component__header img {
        max-width: 260px;
        height: auto;
    }
    #galleryImg .gallery-component__header img:not(:only-child) {
        margin-bottom: 30px;
    }
    @media (min-width: 768px) {
        #galleryImg .gallery-component__header img:not(:only-child) {
            margin-bottom: 50px;
        }
    }
    #galleryImg .gallery-component__heading {
        margin-bottom: 20px;
    }
    #galleryImg .gallery-component__lead {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 1.4;
    }
    #galleryImg .gallery-component__row {
        margin-left: -7px;
        margin-right: -7px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #galleryImg .gallery-component__col {
        width: 100%;
        margin-bottom: 20px;
        padding: 0 7px;
    }
    @media (min-width: 768px) {
        #galleryImg .gallery-component__col {
            max-width: 33.333333%;
            -webkit-flex-basis: 33.333333%;
            -ms-flex-preferred-size: 33.333333%;
            flex-basis: 33.333333%;
        }
    }
    @media (min-width: 1200px) {
        #galleryImg .gallery-component__col {
            max-width: 25%;
            -webkit-flex-basis: 25%;
            -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
            margin-bottom: 50px;
        }
    }
    #galleryImg .gallery-component__col:first-child {
        margin-left: auto;
    }
    #galleryImg .gallery-component__col:last-child {
        margin-right: auto;
    }
    @media (min-width: 992px) {
        #galleryImg .gallery-component .cols-2 .gallery-component__col {
            max-width: 50%;
            -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        }
    }
    @media (min-width: 1200px) {
        #galleryImg .gallery-component .cols-3 .gallery-component__col {
            max-width: 33.333333%;
            -webkit-flex-basis: 33.333333%;
            -ms-flex-preferred-size: 33.333333%;
            flex-basis: 33.333333%;
        }
    }
    @media (min-width: 992px) {
        #galleryImg .gallery-component .cols-4 .gallery-component__col {
            max-width: 25%;
            -webkit-flex-basis: 25%;
            -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        }
    }
    #galleryImg .gallery-card {
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-end;
        -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end;
        padding: 20px 15px;
        -webkit-text-decoration: none;
        text-decoration: none;
        overflow: hidden;
        cursor: pointer;
    }
    #galleryImg .gallery-card:after {
        content: "";
        width: 0;
        padding-top: 121.5%;
    }
    #galleryImg .gallery-card:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 76.6%, #000000);
        opacity: 0.6;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
        z-index: 1;
    }
    #galleryImg .gallery-card:focus {
        outline: none;
    }
    @media (hover: hover) and (pointer: fine) {
        #galleryImg .gallery-card:hover:before {
            background-color: #000;
        }
        #galleryImg .gallery-card:hover .gallery-card__title {
            -webkit-transform: translateY(-51px);
            -moz-transform: translateY(-51px);
            -ms-transform: translateY(-51px);
            transform: translateY(-51px);
        }
        #galleryImg .gallery-card:hover .gallery-card__title:after {
            opacity: 0.3;
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px);
        }
        #galleryImg .gallery-card:hover .gallery-card__preview img {
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05);
        }
    }
    #galleryImg .gallery-card__title {
        position: relative;
        width: 100%;
        margin-bottom: 0;
        color: #fff;
        letter-spacing: 0;
        text-shadow: none;
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-transform: none;
    }
 
  
   
    
    
