.page .group {
    width: 155px;
    height: 52px;
    border: 1px solid;
    border-color: var(--primitives-legacy-gold);
    background-color: var(--area-area-white);
}

.page .rectangle {
        width: 93.5%;
    height: 79.96%;
    margin: 5.7px;
    border: 0.89px solid;
    border-color: var(--primitives-legacy-gold);
    transition: 0.3s;
}

.text-wrapper {
    width: 100%;
    /* height: 19.90%; */
    height: 39.9%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: var(--primitives-legacy-gold);
    font-size: 11px;
    text-align: center;
    /* letter-spacing: -0.17px; */
    line-height: 20.6px;
    white-space: nowrap;
    margin-top: -35px;
    transition: 0.3s;
}

.text-wrapper3 {
    width: 100%;
    /* height: 19.90%; */
    height: 39.9%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: var(--primitives-legacy-black);
    font-size: 11px;
    text-align: center;
    /* letter-spacing: -0.17px; */
    line-height: 20.6px;
    white-space: nowrap;
    margin-top: -35px;
    transition: 0.3s;
}

.page .group:hover,
.page .group1:hover {
    border-color: var(--area-area-white);
    background-color: var(--primitives-legacy-gold);
}

.page .group:hover .rectangle,
.page .group1:hover .rectangle1 {
    border-color: var(--area-area-white);
}

.page .group:hover .text-wrapper,
.page .group1:hover .text-wrapper1,
.page .group:hover .text-wrapper3 {
    color: var(--area-area-white) !important;
}
.bg-nav{
    background-color: #E9E9E9 !important;
}
.page .group1 {
    width: 155px;
    height: 52px;
    border: 1px solid;
    border-color: var(--area-area-white);
    ;
    background-color: transparent;
}

.rectangle1 {
        width: 93.5%;
    height: 79.96%;
    margin: 5.7px;
    border: 0.89px solid;
    border-color: var(--area-area-white);
    transition: 0.3s;
}


.text-wrapper1 {
    width: 100%;
    /* height: 19.90%; */
    height: 39.9%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: var(--area-area-white);
    font-size: 11px;
    text-align: center;
    /* letter-spacing: -0.17px; */
    line-height: 20.6px;
    white-space: nowrap;
    margin-top: -35px;
    transition: 0.3s;
}

.page .group4 {
    width: 155px;
    height: 52px;
    border: 1px solid;
    border-color: var(--primitives-legacy-gold);
    ;
    background-color: transparent;
}

.rectangle4 {
        width: 93.5%;
    height: 79.96%;
    margin: 5.7px;
    border: 0.89px solid;
    border-color: var(--primitives-legacy-gold);
    transition: 0.3s;
}


.text-wrapper4 {
    width: 100%;
    /* height: 19.90%; */
    height: 39.9%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: var(--primitives-legacy-black);
    font-size: 11px;
    text-align: center;
    /* letter-spacing: -0.17px; */
    line-height: 20.6px;
    white-space: nowrap;
    margin-top: -35px;
    transition: 0.3s;
}

.page .group4:hover {
    border-color: var(--area-area-white);
    background-color: var(--primitives-legacy-gold);
}
.page .group4:hover .rectangle4 {
    border-color: var(--area-area-white);
}
.page .group4:hover .text-wrapper4 {
    color: var(--area-area-white) !important;
}

.main-title {
    color: var(--area-area-white);
    text-transform: uppercase;
    /* letter-spacing: -1px !important; */
    letter-spacing: -0.01em !important;
        font-family: "Creato Display", "Helvetica Neue", Arial, sans-serif;
}

@media(max-width: 1300px) {
    .sub-title {
    font-size: 1.65rem !important;
    }
    .golden-border,.golden-border2 { max-width: 500px;}
    .service-text {
        font-size: 16px !important;
    }
     .text-wrapper-9{font-size: 2.1rem !important;}
     .text-wrapper-10 {
      font-size: 18px !important;   
     }
     .footer-bottom-contact{
        /* font-size: 11px !important;    */
     }
     .footer-bottom-text{
        font-size: 9px !important; 
     }
     .group_37{
        font-size: 14px !important;
     }
}
@media (max-width: 992px) {
    .text-wrapper-10,.text-wrapper1,.text-wrapper,.text-wrapper3 {
       font-size: 10px !important;
    }
}
@media(max-width:500px) {
    .sub-title{
               font-size: 1.35rem !important; 
    }
    .footer-bottom-contact{
        text-align: center;
    }
}
.sub-title {
        color: var(--area-area-white);
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 2.05rem;
    margin-top: -18px;
}


.ml-1 {
    margin-left: 1rem
}
.scrolled1{
    background-color: #E9E9E9 !important;
}
.scrolled .navbar,.scrolled1 .navbar {
    border-bottom: 1px solid var(--primitives-legacy-red);
    margin-bottom: 15px;
}

.about-wrapper img {
    transition: 0.3s;
}

/* Blur ALL images when wrapper hovered */
.about-wrapper:hover .about-item {
    filter: blur(4px);
}

/* But REMOVE blur on the hovered image */
.about-wrapper .about-item:hover {
    filter: blur(0) !important;
}

.golden-border {
    border: 2.3px solid #B38E6F;
    position: absolute;
    width: 600.47px;
    height: 0px;
    left: 0px;
}

.golden-border2 {
    border: 2.3px solid #B38E6F;
    max-width: 600px;
    margin: 15px auto;
        width: 40%;
}
@media(max-width: 1300px) {
    .legacy-hotels,.our-operations-are,.grow_with,.partnerships p,
    .growth-build p,.scroll-text,.stub_title,.profile-content,.gc-content,.about-main-content p,.qty_para,
    .over-view-content,.address,.contact-text,.form-field input{
        font-size: 11px !important;
    }
}
.legacy-hotels {
    margin-top: 60px;
    color: #000;
      letter-spacing: -0.01em;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
        width: 67%;
        text-align: justify;
}

.about {
    background: url(../img/About.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    /* margin-top: 35rem; */
    margin-top: 5rem;

}

.about-img-bottom {
    margin-bottom: 11rem !important;
}

.growth-text-bg {
    background: url(../img/Growth.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    min-height: 325px;
    margin-top: -100px;

}

.group_37_box {
    min-height: 300px;
    align-items: end;
    margin: auto;
}

.group_37 {
    text-align: center;
    font-size: 19px;
        line-height: 22px;
    font-weight: 600;
    color: #000;
    padding-bottom: 25px;
    border-bottom: 6px solid var(--primitives-legacy-red);
}

.our-operations-are {
    color: #000000;
    /* text-align: center; */
    max-width: 1030px;
    margin: 50px auto 40px;
      letter-spacing: -0.01em;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-align: justify;
    width: 63.8%;
}

.grow_with,.stub_title {
    color: #000000;
    text-align: justify;
    max-width: 800px;
    margin: 50px auto 40px;
      letter-spacing: -0.01em;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
}

.our-pillars {
    text-align: center;
}

.our-pillars_growth {
    text-align: center;
    /* background: linear-gradient(0deg, #d4d4d4 0.48%, #ffffff 99.67%); */
    background: linear-gradient(0.47deg, #D9D9D9 0.48%, #E9E9E9 99.67%);
    margin-top: 5rem;
    padding-bottom: 13rem !important;
}
.our-pillars_growth .grow_with{
max-width: 580px;
}
.text-wrapper-9{
  font-weight: 500 !important;
    font-size: 2.3rem;  
}
.card {
    margin-bottom: 20px;
    transition: 0.4s ease;
    position: relative;
    background: none;
    border: none;
}

.card img {
    width: 100%;
    transition: filter 0.4s ease;
    filter: blur(0px);
}

.service-box {
    background: linear-gradient(180deg, rgba(179, 142, 111, 0) 2%, #B38E6F 82.52%);
    line-height: 110%;
    width: 99%;
    left: 2px;
    padding-bottom: 25px;
    text-align: center;
    height: 100px;
    position: absolute;
    bottom: 0;

}

.service-text {
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    bottom: 26px;
    line-height: 21px;
    font-style: normal;
    font-weight: 500;
    font-size: 20.8px;
    width: 100%;
    transition: 0.3s ease;

}

.card:hover .service-text {
    transform: scale(1.15);
    transition: 0.3s ease;
}

.card:hover img {
    /* filter: blur(4px); */
     filter: blur(1.5px);
}

.partnerships {
    margin-bottom: 6rem;
    padding-top: 5rem;
    padding-bottom: 20rem;
    background: url(../img/partnerships.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}

.width-55 {
    width: 55% !important;
}

.partnerships p,
.growth-build p {
    max-width: 425px;
    text-align: justify;
    letter-spacing: -0.01em;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
}

/* .growth-build {

    padding-top: 5rem !important;

    background: url(../img/map.png);
        background-size: 100%;

    background-position: center right;
    background-repeat: no-repeat;
} */

.growth-build {
    position: relative;
    padding-top: 5rem !important;
    overflow: hidden;
}

/* OLD image */
.growth-build::before {
   content: "";
    position: absolute;
    inset: 0;
    /* background: url("../img/map111.png") no-repeat center right; */
     /* background: url("../img/map333.png") no-repeat center right; */
    background-size: 100%;
    opacity: 1;
    transform: translateY(0);
    /* transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: opacity, transform; */
    z-index: -1;
}
.map_container{
      padding: 0;
    position: absolute;
    right: 0;  
}
.map_body_home{
      position: relative;
    right: 0;  
}
.p1{
    right: 71.3%;
    top: 44.5%;
}
.p2{
     right: 49.6%;
    top: 36.2%;
}
.p3{
   right: 40.7%;
    top: 48.6%;

}
.p4{
       right: 37%;
    top: 51.6%;

}
.p5{
    right: 41.8%;
    top: 47.3%

}
.p6{
    right: 43.7%;
    top: 43.4%;

}
.p7{
    right: 67%;
    top: 41.7%;

}
.p8{
    right: 41.5%;
    z-index: 5;
    top: 59%;
}
.p9{
    right: 44.1%;
    top: 48.8%;
}
.p10{
    right: 47.5%;
    top: 41.5%;
}
.p11{
  right: 39.9%;
    top: 49.5%;
}
.p12{
    right: 51.5%;
    top: 43.1%;
}
.p13{
    right: 49.2%;
    top: 44.3%;
}
/* NEW image (fade-up) */
/* .growth-build::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/map222.png") no-repeat center right;
    background-size: 100%;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: opacity, transform;
    z-index: -1;
} */

/* Trigger fade-up */
/* .growth-build.active::before {
    opacity: 0;
} */

/* .growth-build.active::after {
    opacity: 1;
    transform: translateY(0);
} */



.map-bg-section {
    width: 92%;
    margin: auto;
}

.p-img-box {
    height: 180px;
    padding: 20px;
    /* background: #f4f4f4; */
    text-align: center;
    position: relative;
    cursor: pointer;
}

.p-img-box img {
    position: absolute;
    transform: translateX(-50%) scale(0.9) rotate(6deg);
    opacity: 0;
    width: 96%;
    /* transition: 0.3s ease; */
    
    pointer-events: none;
}

/* HOVER SHOW IMAGE */
.p-img-box:hover .hover-img {
    opacity: 1;
    transform: translateX(-50%) scale(1) rotate(6deg);
}
.p-img-box:hover .hover-img {
    animation: showThenHide 1s forwards;
}
@keyframes showThenHide {
    0% {
        opacity: 0;
        transform: translateX(-50%) scale(0.8) rotate(0deg);
    }

    20% {
        opacity: 1;
        transform: translateX(-50%) scale(1) rotate(6deg);
    }

    80% {
        opacity: 1;
        transform: translateX(-50%) scale(1) rotate(6deg);
    }

    100% {
        opacity: 0;
        transform: translateX(-50%) scale(0.8) rotate(0deg);
    }
}
.properties{
    position: relative;
}
.group-28{
      position: absolute;
    width: 99%;
    height: 100%;
    padding-top: 11rem;  
}
.properties-images {
    transform: rotate(1.00deg);
}

.properties-images-2 {
    transform: rotate(4.00deg);
}

.properties-images-3 {
    transform: rotate(-5.00deg);
}

.properties-images-4 {
    transform: rotate(3.00deg);
}

.properties-images-5 {
    transform: rotate(3.00deg);
}

.properties-images-6 {
    transform: rotate(4.00deg);
}
.properties-images-7 {
    transform: rotate(-5.00deg);
}
.properties-images-8 {
     transform: rotate(-3.00deg);
}
.properties-images-9 {
    transform: rotate(-2.00deg);
}
.properties-images-10 {
     transform: rotate(-2.00deg);
}
.properties-images-11 {
      transform: rotate(4.00deg);
}
.properties-images-12{
    /* transform: rotate(4.00deg); */
}
.properties-images-13 {
   transform: rotate(4.00deg);
}
.properties-images-14 {
     transform: rotate(-2.00deg);
}
.properties-images-15 {
     transform: rotate(-5.00deg);
}
.properties-images-16 {
    transform: rotate(2.00deg);
}
.properties-images-17 {
    transform: rotate(4.00deg);
}
.properties-images-18 {
 transform: rotate(3.00deg);
}
.properties-images-19 {
  transform: rotate(1.00deg);
}
.properties-images-20 {
 /* transform: rotate(3.00deg); */
}
.properties-images-21 {
  transform: rotate(5.00deg);
}
.properties-images-22 {
 transform: rotate(-1.00deg);
}
.properties-images-23 {
  transform: rotate(-4.00deg);
}
.properties-images-24 {
  transform: rotate(5.00deg);
}
.properties-images-25 {
  transform: rotate(-4.00deg);
}
.properties-images-26 {
  /* transform: rotate(-4.00deg); */
}
.properties-images-27 {
  transform: rotate(-5.00deg);
}
.properties-images-28 {
 transform: rotate(-1.00deg);
}
.properties-images-29 {
 transform: rotate(-1.00deg);
}
.properties-images-30 {
 transform: rotate(5.00deg);
}

.image-component {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.carousel {
    display: block;
    overflow: hidden;
    margin-top: -9rem;
    margin-bottom: 9rem;
}

.carousel--track {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;

    animation: auto-scroll 15s infinite linear;
}

.carousel--row {
    display: inline-block;
    white-space: nowrap;
}

.item {
   margin-right: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
        max-width: 232px;

    /* opacity: .75; */
    transition: opacity 150ms;
}
.item img{
width:100%;
}


@keyframes auto-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}
#image {
  width: 100%;
  height: auto;
  min-height: 800px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-size: 150% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/Maskgroup.png);
  background-color: #E9E9E9 ;

}
/* SCROLL TEXT OVERLAY */
.video-section {
    position: absolute;                 /* 🔥 OVERLAY */
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.pin-spacer{
 width: 100% !important;
}

/* START LARGE */
/* .video-section h2 {
    font-size: 6rem;
    color: #fff;
    transform: scale(18);               
    transform-origin: center center;
    white-space: nowrap;
    will-change: transform;

    mix-blend-mode: overlay;
    opacity: 0.9;
} */
.video-section img.scroll-image {
    width: 60vw;               /* control normal size */
    max-width: 800px;
    transform: scale(18);      /* START VERY LARGE */
    transform-origin: center center;
    will-change: transform;
    pointer-events: none;
    display: none;

    /* OPTIONAL BLEND */
    /* mix-blend-mode: overlay;  */
    /* opacity: 0.9; */
}

.banner_show{
    display: block !important;
}
.scroll-box{
      position: absolute;
    right: 30px;  
}
.scroll-text{

font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 24px;
text-transform: uppercase;

color: #FFFFFF;
    text-align: end;
transform: rotate(90deg);   
}
.mouse {
      width: 38px;
    height: 60px;
    position: absolute;
    margin-top: 15px !important;
}

.mouse:before,
.mouse:after {
  content: "";
  position: absolute;
  display: block;
}
.m-2:before {
      width: 4px;
    height: 30px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0px;
}

.m-2:after {
      width: 4px;
    height: 13px;
    top: 8px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  animation: m2 1.2s ease-in-out infinite;
}

@keyframes m2 {
  40%, 60% { transform: translate(-50%, 10px); }
}
.growth-build-demo {
   /* position: absolute; */
    inset: 0;
    background: url("../img/growth_bg.png") no-repeat center right;
    background-size: 100%;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: opacity, transform;
    z-index: -1;  
}




/* ========================= */
/* PIN BASE */
/* ========================= */
.pin {
  position: absolute;
  width: 9px;
  height: 12px;
  cursor: pointer;
  transform-origin: center bottom;
  transition:
    transform 0.35s cubic-bezier(.22,1,.36,1),
    filter 0.35s ease;
    will-change: transform;
}

/* Pin head */
.pin::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #9F1C21;
   /* background: yellow; */
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: transform 0.35s cubic-bezier(.22,1,.36,1);
  z-index: 2;
}

/* Pin tail */
.pin::after {
  content: "";
  position: absolute;
       width: 8px;
    height: 9px;
    top: 7px;
    left: 1px;
       transition: transform 0.3s ease-in-out, background 0.3s ease;
  z-index: 1;
}

.p1::before,.p12::before{
width: 8px;
    height: 8px;
}

.p9::before,.p5::before{
    width: 8px;
    height: 8px;
}



.p1::after,.p12::after{
   width: 8px;
    height: 9px;
}
.p9::after,.p5::after{
   width: 8px;
    height: 9px;
}

.preview {
      position: absolute;
    /* left: 67%;
    opacity: 0; */
    left: 66%;
    opacity: 0;
    top: -60%;
  
    z-index: 2;
    transform: translateX(-50%) scale(0.85);
  transition:
    opacity 0.25s ease,
    transform 0.3s cubic-bezier(.22,1,.36,1);
}
.tooltip-label{
  position: absolute;
    top: -30px;
    left: 86%;
    transform: translateX(-50%);
    background: #E9E9E9;
    color: #000000;
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 0px;
    white-space: nowrap;
    opacity: 0;
    transition: 0.25s;
    font-family: "Creato Display", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0px;
    display: none;
}
.pin:hover .tooltip-label{
    opacity: 1;
    display: block;
}




/* ========================= */
/* 🚀 ROCKET HOVER EFFECT */
/* ========================= */
.pin:hover {
  transform: translateY(-16px) scale(1.35);
  filter: drop-shadow(0 12px 18px rgba(159, 28, 33, 0.45)) !important;
      z-index: 7;
}
.pin:hover .preview {
  opacity: 1;
  transform: translateX(-50%) scale(1.1);
  filter: drop-shadow(0 12px 18px rgba(159, 28, 33, 0.45)) !important;
}


@keyframes float {
  from { transform: translateX(-50%) translateY(0) scale(1); }
  to   { transform: translateX(-50%) translateY(-6px) scale(1); }
}

.pin:hover::after {
  transform: scale(1.05);
  /* background: linear-gradient(
    180deg,
    #FFFFFF 0%,
    rgba(217, 217, 217, 0) 100%
  ); */
}
.pin:hover::before {
     width: 0px;
}

.pin::before {
  transform: scale(1);
}

.pin:hover::before {
  transform: scale(0);
}
.fw-vh{    height: 100vh;}
.map_preview {
    display: none;
}
.map_btn_style{
  width: 100%;
    /* max-width: 210px; */
    font-size: 13px;
    margin: auto;
    padding: 20px;
    text-align: center;
    color: var(--primitives-legacy-gold);
    background: #fff;
    margin-bottom: 20px;
        cursor: pointer;
}
.map_active{
    background-color: var(--primitives-legacy-gold);
    color: #fff;
}
.map_btn_style .rectangle{
       width: 202px;
    height: 52px;
    margin: -15.8px;
    border: 0.89px solid;
    border-color: var(--primitives-legacy-gold);
    transition: 0.3s;
    position: absolute;
}
.map_active .rectangle{
     border-color: #fff;
}
@media (max-width: 992px) {
    #image{
        display: none !important;
    }
    .skrollr-mobile{
        overflow: auto !important;
    }
    .about-img-bottom {
        margin-bottom: 2rem !important;
    }
    .about{
          margin-top: 3rem;  

    }

    .golden-border {
        width: 250px;
    }

    .image-component {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 15px;
    }

    .partnerships {
        margin-bottom: 6rem;
        padding-top: 3rem;
        padding-bottom: 7rem;
        background-size: cover;
    }

    .partnerships .width-55,
    .map-bg-section,
    .legacy-hotels  {
        width: 100% !important;
    }

    .navbar-brand img {
        max-width: 170px;
    }

    .growth-text-bg {
        margin-top: 8px;
    }

    .growth-build {
        background-size: cover;
    }
    

    .group_37 {
        font-size: 14px !important;
        margin-bottom: 35px;
    }
    .p-img-box {
        height: 82px;
    }
    .group-28{
            padding-top: 2rem;
                width: 93%;
    }
    .pin,.map_body_home {
        display: none;
    }
    .text-wrapper-9{font-size: 1.2rem !important;}
}
@media (max-width: 600px) {
       .partnerships {
        margin-bottom: 2rem;
       } 

.partnerships {
    margin-bottom: 6rem;
    padding-top: 5rem;
    padding-bottom: 20rem;
    background: url(../img/hotel1.jpg);
            background-position: bottom;
        background-size: cover;
}
}
