@font-face {
    font-family: 'Billie Eilish';
    src: url('../fonts/billie\ eilish.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Milyuna';
    src: url('../fonts/Milyuna-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
}

:root {
    --font-family: 'Billie Eilish', sans-serif;
    --font-secondary-family: 'Milyuna', serif;
    --font-style: normal;
    --theme-color: #600529;
    --theme-second-color: #CFA675;
    --theme-highlight-color: #BE976A;
    --theme-light-color: #F9EEE0;
    --theme-text-color: #424242;


}
.box{
  width: 100%;
}

details{
  width: 100%;
  background-color: var(--theme-color);
  color: var(--theme-highlight-color);
  margin-bottom: 20px;
}

summary{
  padding: 10px;
  background-color:  var(--theme-color);
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: var(--font-family);
  display: flex !important;
  cursor: pointer;
}
summary h3{
    font-size:16px !important;
    margin-bottom:0px;
    color: var(--theme-light-color);
    cursor: pointer;
}
details-content p{
     font-size:14px !important;
     font-family: var(--font-secondary-family);
     color: var(--theme-light-color);
     cursor: pointer;
}
.location_name{
    font-weight:600;
    font-family: var(--font-family);
    color: var(--theme-color);
    padding:0px 0px 5px 0px;
}
.location_value{
    font-family: var(--font-secondary-family);
    color: var(--theme-color);
}
.location_dis{
    font-weight:600;
    font-family: var(--font-family);
    color: var(--theme-color);
}
.theme-color {
    color: var(--theme-color) !important;
}
.bg-theme{
    background-color: var(--theme-color);
}
.theme-hightlight-color {
    color: var(--theme-highlight-color);
}

.font-theme {
    font-family: var(--font-family);

}

.text-theme-light {
    color: var(--theme-light-color);
}

::-webkit-scrollbar {
    width: 7px;
    height: 12px;
    display: none;
}



a {
    text-decoration: none !important;
}

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

body {
    scroll-behavior: smooth;
    
}

.bg-pattern {
    background: linear-gradient(rgb(255 255 255 / 80%), rgb(255 255 255 / 80%)), url(../media/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

header section {
    position: absolute;
    width: 100%;
    padding: 0px 24px;
    z-index: 10000;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(50px);
}

header {
    position: fixed;
    width: 100%;
    z-index: 9999;
}


.cursor {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    background: transparent;
    pointer-events: none;
    z-index: 111;
    border: 1px solid var(--theme-highlight-color);
    transition: all 0.2s ease-out;
    animation: moveCursor1 .5s infinite alternate;
}

.expand {
    background: transparent;
    animation: moveCursor2 .5s forwards;
    border: 1px solid var(--theme-color);
}

@keyframes moveCursor1 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(.8);
    }
}

@keyframes moveCursor2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(2.5);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.container .btn {
    position: relative;
    padding: 0;
    transition: background 300ms;
    color: var(--theme-highlight-color) !important;
}


/*MENU*/

.overlay {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: var(--theme-color);
    border-radius: 100px;
    border: 2px solid var(--theme-color);
    z-index: -1;
    opacity: 0;
    transform-origin: center;
    transition: all 1s ease;
    text-align: end;
}

/* NAVIGATION */

.navigation {
    position: absolute;
    inset: 50%;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
}

.navigation ul li {
    position: relative;
    display: inline-flex;
    columns: var(--theme-light-color);
}

.navigation ul li .overflowContainer {
    position: relative;
    overflow: hidden;
}

.navigation ul li .overflowContainer .tab {
    position: relative;
    top: 80px;
    color: var(--theme-light-color);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: var(--font-family);
    font-weight: 300;
    cursor: pointer;
}

.overflowContainer .tab::before {
    position: absolute;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: bottom right;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #201e1e;
    transition: transform 0.25s ease-out;
}

.overflowContainer .tab:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.logo-img {
    width: 100%;
    max-width: 50%;
}

.theme-right-items {
    gap: 30px;
}

.theme-right-items a {
    font-weight: 300;
}

.theme-right-items a span {
    font-family: var(--font-family);
    color: var(--theme-highlight-color);
    border: 1px solid var(--theme-highlight-color);
    padding: 5px 12px;
}

.font-weight-300 {
    font-weight: 300;
}

/* ============================================  body  =================================== */
.msn_hero_video {
    width: 100%;
    height: 100vh;
    position: relative;
}

.msn_hero_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.welcome_data {
    position: absolute;
    bottom: 25%;
    left: 5%;
}

.overview_section {
    position: relative;
    z-index: 2;
}

.circle-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 165px;
    height: 165px;
    position: absolute;
    left: 42%;
    top: 12%;
    z-index: -1;
    border-radius: 50%;
    background-image: url('../media/overview.svg');
    /* Replace with your image */
    background-size: cover;
    background-position: center;
    transition: transform 0.1s linear;
    will-change: transform;
}

.overview_content h4,
.overview_content h1,
.overview_content h2 {
    font-family: var(--font-family);
    color: var(--theme-highlight-color);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
    word-spacing: 2px;
}

.overview_content h1 span {
    padding: 3px 13px;
    position: relative;
}


.overview_content p
    {
    font-family: var(--font-secondary-family);
    color: var(--theme-text-color);
    font-weight: 300;
    font-size: 15px;
    width: 100%;
    max-width: 90%;
    margin: 0px auto;
    font-weight: 300;
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 1.8rem !important;
    }
}
.overview_sub_content
    {
    position: relative;
}

.overview_sub_content h1

    {
    font-family: var(--font-family);
    color: var(--theme-color);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.divide_section img {
    width: 100%;
    max-width: 25%;
}
.tab h6{
color: var(--theme-light-color);
}
.tab.active h6{
color: var(--theme-color) !important;
}
.mp-items{
    background-color: var(--theme-color);
}

footer {
    background-color: var(--theme-color);
    font-family: var(--font-secondary-family) !important;
}

.one_of_a_kind {
    background: rgba(0, 0, 0, 0.6) url('../media/osmansagar.jpg') no-repeat center center;
    background-size: cover;
    background-blend-mode: darken;
    background-attachment: fixed;
    color: white;
    text-align: center;
    font-family: var(--font-family);
}

.one_of_a_kind h4 {
    letter-spacing: 5px !important;
}

.one_of_a_kind p {
    font-family: var(--font-secondary-family);
    letter-spacing: 0 !important;
    text-align: center;
}

.wrap-it {
    display: block;
    width: 100%;
}

#counter h3 {
    font-family: var(--font-family);
    font-weight: 300;
    color: var(--theme-highlight-color);
    letter-spacing: 3px;
    font-size: 20px;
}

.counter-value {
    color: var(--theme-light-color);
    font-size: 30px;
    font-family: var(--font-secondary-family);
    width: 120px;
    font-weight: 200;
    letter-spacing: 5px;
}

.divs-spaces {
    color: var(--theme-light-color);
    font-family: var(--font-family);
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 2px;
}

.right-div {
    border-right: 1px solid var(--theme-highlight-color);
    align-items: normal;

}



.js .slider-single>div:nth-child(1n + 2) {
    display: none;
}

.js .slider-single.slick-initialized>div:nth-child(1n + 2) {
    display: block;
}

.slider-single img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.custom-slide {
    padding: 0px 0px 0 0px;
    width: 100%;
    max-width: 420px;
    margin: auto;
    height: 200px;
    object-fit: cover;
}

.slider-single h3 {
    line-height: 10rem;
}

.slider-nav .slick-slide {
    margin: 20px 5px;
}

.slider-nav .slick-slide {
    margin: 20px 5px;
}

.slick-prev:before,
.slick-next:before {
    color: var(--theme-color) !important;
}

.icons_section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

.icons_section .icons {
    text-align: center;
}

.icons_section .icons .icon_area {
    padding: 0px 25px;
}

.icons_section .icons .icon_area img {
    width: 100%;
    max-width: 95px;
    border: 1px solid var(--theme-color);
    padding: 20px;
}

.icons_section .icons p {
    padding: 10px 0px;
    color: var(--theme-color);
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
}

footer .address p,footer .contact a {
    font-size: 12px;
}

.social_media a i {
    font-size: 18px;
}

.social_media a {
    font-size: 14px;
}

.footer-end {
    background-color: var(--theme-highlight-color);
}

.footer-end .copyright {
    font-size: 12px;
}

.footer-end .copyright a {
    color: var(--theme-light-color);
}


.tower_floor_plan .section-center {
    padding: 2rem 0;
}

.tower_floor_plan .btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/* hide content */
.tower_floor_plan .contents {
    display: none;
}

.tower_floor_plan .button.live {
    background: var(--theme-color);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}

.tower_floor_plan .button.live::after {
    content: '';
    position: absolute;
    background-color: var(--theme-light-color);
    width: 100%;
    height: 45px;
    left: 0;
    z-index: 0;
    bottom: -44px;
    transition: left 0.5s ease-in-out;
}

.tower_floor_plan .contents.live {
    display: block;
}

.tower_floor_plan .contents img {
    display: flex;
    justify-content: center;
}

.tabs-container {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.tab-links {
    display: flex;
    justify-content: space-around;
}

.tab-link {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0px;
    /* Increased padding for spacing */
    color: var(--theme-highlight-color);
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
    text-align: justify;
}

.tab-link.active,
.tab-link:hover {
    color: var(--theme-color);
    /* Gradient purple */
}

.tab-link i {
    margin-right: 10px;
}

.tab-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -1px;
    left: 50%;
    background: var(--theme-color);
    /* Purple gradient */
    transition: all 0.4s ease;
}

.tab-link.active::after {
    width: 100%;
    left: 0;
}

.tab-content {
    display: none;
    animation: fadeInUp 0.5s ease;
    padding: 5px 10px 15px 10px;
}

.tab-content a img {
    /* border: 2px solid var(--theme-color); */
    border-radius: 10px;
}

.tab-content.active {
    display: block;
}

.tab-content .col-lg-4 {
    position: relative;
}

.tab-content a h6 {
    position: absolute;
    bottom: 10px;
    left: 25px;
    color: var(--theme-light-color);
    font-family: var(--font-family);
    font-weight: 300;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* Responsive Design */
@media screen and (max-width: 600px) {
    .tab-links {
        flex-direction: column;
        align-items: center;
    }

    .tab-link {
        text-align: center;
        width: 100%;
        padding: 15px 0;
    }
    .kind-expericence .tabs {
        gap: 13px !important;
        padding-top:30px;
    }
}

input,
textarea,select {
    border: 1px solid var(--theme-color) !important;
    box-shadow: none !important;
    background: transparent !important;
}

input::placeholder,
textarea::placeholder {
    color: var(--theme-text-color);
    /* Change placeholder color */
    font-family: var(--font-family);
    /* Change placeholder font */
    font-size: 14px;
    /* Adjust font size */
    opacity: 0.4;
    /* Ensure full visibility */
}

.privacy-text {
    font-size: 12px;
}

.submit_handler {
    background-color: #CFA675;
    border: 0px;
    color: var(--theme-light-color);
    padding: 8px;
    /* border-radius: 6px; */
    margin: 10px 0px 0px 0px;
    font-family: var(--font-family);
    font-weight: 300;
    width: 50%;
}

.kind-expericence {
    margin-top: 0rem;
}

.kind-expericence .tabs {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.kind-expericence .tab {
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 32%;
}

.kind-expericence .tab.active h6 {
    color: var(--theme-color);
}

.kind-expericence .tab h6 {
    font-family: var(--font-family);
    background-color: #cfa775bd;
    padding: 11px 60px;
    color: var(--theme-light-color);
    margin-bottom: 0px;
    text-align: center;
    font-weight: 300;
}

.kind-expericence .tab img {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    margin: auto;
    height: 400px;
    object-fit: cover;
}

.kind-expericence .content {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
    padding: 0px 0px 30px;
}

.kind-expericence .content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .image-container {
        flex-direction: column;
        align-items: center;
    }

    img {
        width: 80%;
    }
    .absloute_one {
        width: 100%;
        max-width: 100% !important;
        object-fit: cover;
    }
}


.expericence {
    position: relative;
    margin: 2rem 0px 0px;
}

.expericence h3,
.expericence p {
    margin: 0 auto;
    padding: 0 2rem 1rem;
    max-width: 800px;
}

.expericence h3 a,
.expericence p a {
    color: inherit;
}

/* Swiper JS */
.swiper-full {
    width: 100%;
    height: 100%;
    padding: 1rem 0 3rem;
    margin: 4rem 0px 0px;
    overflow: hidden;
}

.swiper-full .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56%;
}
.msn_one_kind p{
    width: 100%;
    max-width: 70%;
}
@media screen and (max-width: 990px) {
    .swiper-full .swiper-slide {
        width: 88%;
    }
}

.swiper-full .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.8rem;
}

.swiper-full .swiper-button-next,
.swiper-full .swiper-button-prev {
    color: #fff;
    height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    right: 40px;
}

.swiper-full .swiper-button-next:after,
.swiper-full .swiper-button-prev:after {
    font-size: 1rem;
}

@media screen and (max-width: 990px) {

    .swiper-full .swiper-button-next,
    .swiper-full .swiper-button-prev {
        display: none;
    }
}

.swiper-full .swiper-button-prev {
    left: 40px;
}

.swiper-full .swiper-pagination {
    position: absolute;
    left: 50% !important;
    display: block;
    text-align: center;
    font-size: 0;
    line-height: 0;
    padding: 8px;
    margin: 0;
    width: auto !important;
    transform: translate(-50%, 20%);
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.swiper-full .swiper-pagination .swiper-pagination-bullet {
    height: 0.8rem;
    width: 0.8rem;
    border-radius: 1rem;
    transition: all 0.4s ease-in-out;
}

.swiper-full .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--theme-highlight-color);
    width: 2rem;
}

.sub-content p {
    font-family: var(--font-secondary-family);
    color: var(--theme-highlight-color);
    font-weight: 300;
    font-size: 16px;
    width: 100%;
    max-width: 65%;
    margin: 15px auto;
}


#map {
    height: 400px;
    width: 100%;
}

.project_location .location-list {

    color: var(--theme-light-color);
    background-color: var(--theme-color);
}

.location-list .btn {
    padding: 10px 0px 5px;
    cursor: pointer;
    border: none;
    color: var(--theme-light-color);
    font-family: var(--font-family);
    border-radius: 0px;
    font-size: 14px;
    background-color: var(--theme-color);
}

.location-list .info {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.location-list .btn:hover,
.sub_location .btn:hover {
    color: var(--theme-highlight-color);

}

.location-list .btn img {
    width: 100px;
    height: 70px;
    border: 1px solid var(--theme-highlight-color);
    padding: 0px;
    margin-bottom: 10px;
}

.sub_location {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.sub_location .btn {
    color: var(--theme-color);
    font-family: var(--font-family);
    font-weight: 300;
    width: 20%;
    padding-top: 20px;
    position: relative;
    font-size: 14px;
    /* text-align: left; */
}

.sub_location .btn::after {
    position: absolute;
    content: '';
    width: 100%;
    max-width: 50%;
    margin: auto;
    height: 2px;
    background-color: var(--theme-highlight-color);
    left: 30%;
    margin: 10px 0px 0px 0px;
    display: none;
}

.sub_location .btn:hover::after {
    display: block;
}

.form_btn {
    background: var(--theme-color);
    letter-spacing: 3px;
    font-family: var(--font-secondary-family);
    border-radius: 44px;
    padding: 3px 25px;
    border: 1px solid var(--theme-highlight-color);
}

.form_btn a {
    font-size: 14px;
    color: var(--theme-light-color);
}


.progress-wrap {
    position: fixed;
    right: 20px;
    bottom: 16%;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'unicons';
    content: '\e84b';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--theme-color);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'unicons';
    content: '\e84b';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--theme-highlight-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.progress-wrap::after {
    color: var(--theme-color);
}

.progress-wrap svg.progress-circle path {
    stroke: var(--theme-highlight-color);
}

.circle {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.circle {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--theme-highlight-color);
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    animation: border-transform 10s linear infinite alternate forwards;
}

.circle:hover {
    box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.circle:before {
    position: absolute;
    font-family: 'unicons';
    content: '\eac1';
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    opacity: 1;
    color: var(--theme-text-color);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.circle:after {
    position: absolute;
    font-family: 'unicons';
    content: '\eb8f';
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    color: var(--theme-highlight-color);
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.switched .circle {
    left: 45px;
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    background: var(--theme-highlight-color);
}

.switched .circle:hover {
    box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.switched .circle:before {
    opacity: 0;
}

.switched .circle:after {
    opacity: 1;
}
.one_of_a_kind p{
    width: 100%;
    max-width: 50%;
}
.home-banner{
    height: 100vh;
}
@media screen and (max-width: 768px) {

    header section {
        background: var(--theme-color);
    }
    .center-slider .slick-slide{
        margin: 0px 0px 0px 0px !important;
    }
.wrapper{
    padding: 0px !important;
}
    .msn_hero_video {
        width: 100%;
        height: 100%;
    }

    .home-banner {
        padding-top: 0px;
        height: 100%;
    }

    .overview_content h1 span {
        padding: 3px 0px;
    }

    .icons_section {
        gap: 0px;
    }

    .project_location .location-list {
        flex-wrap: wrap;
    }

    .overview_sub_content h1,
    .overview_sub_two_content h1,
    .overview_sub_three_content h1,
    .overview_sub_four_content h1,
    .overview_sub_five_content h1,
    .overview_sub_six_content h1,
    .overview_sub_seven_content h1,
    .overview_sub_eight_content h1 {
        letter-spacing: 0px;
        font-size: 24px;
    }

    .right-div {
        border-right: 0px solid var(--theme-highlight-color);
    }

    .counter-value {
        font-size: 29px;
        width: 22%;
        margin: auto;
    }

    .divs-spaces {
        font-size: 24px;
    }

    #counter {
        padding: 15px;
    }

    #counter h3 {
        font-size: 12px;
    }

    .circle-img {
        width: 150px;
        height: 150px;
        left: 30%;
        top: 15px;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .icons_section .icons .icon_area img {
        max-width: 55px;
        padding: 13px;
    }

    .icons_section .icons p {
        font-size: 10px;
        width: 100%;
        max-width: 75%;
        margin: auto;
    }

    .tower_floor_plan .btn-container {
        gap: 3px;
    }

    .icons_section {
        align-items: start;
    }

    .icons_section .icons .icon_area {
        padding: 0px 10px;
    }

    .kind-expericence .tab {
        width: 100px;
    }

    .kind-expericence .tab h6 {
        padding: 11px 0px;
    }

    .tower_floor_plan .section-center {
        padding: 2rem 0;
    }

    .sub-content p {
        font-size: 11px;
        width: 100%;
        max-width: 100%;
    }

    .overview_content p,
    .overview_sub_content p,
    .overview_sub_two_content p,
    .overview_sub_three_content p,
    .overview_sub_four_content p,
    .overview_sub_five_content p,
    .overview_sub_six_content p,
    .overview_sub_seven_content p,
    .overview_sub_eight_content p {
        font-size: 14px;
        width: 100%;
        max-width: 90%;
        margin: 15px auto;
    }

    .tower_floor_plan .button {
        font-size: 0.5rem;
        padding: 0.6rem;
        letter-spacing: 0rem;
        height: 35px;
    }

    .tower_floor_plan .tabs-content {
        margin-top: 0px;
    }

    .tabs-container .tabs {
        position: relative;
    }

    .tab-links {
        white-space: nowrap;
        flex-direction: row !important;
        overflow: scroll;
        position: sticky;
        top: 10px;
    }

    .location-list .btn {
        padding: 10px 0px;
    }

    .swiper-full {
        margin: 0rem 0;
    }
    .sub_location .btn {
        width: 33%;
    }    
    .kind-expericence {
        margin-top: 2rem;
    }
    .swiper-slide img{
        height: 250px !important;
    }

    .navigation ul li .overflowContainer .tab {
        position: relative;
        top: 63px;
    }

    .navigation {
        justify-content: end;
        padding: 100px 0px 0px 16px;
    }

    .navigation ul {
        gap: 0px;
        align-items: start;
    }

    .overlay {
        position: absolute;
        width: 100vh;
        height: 100vh;
    }
    .kind-expericence {
    margin-top: 0rem !important;
}
.swiper-full .swiper-pagination{
    width: 100% !important;
    max-width: 90% !important;
}
}

.font {
    font-size: 14px;
}

.location-one img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}



.slick-prev:before,
.slick-next:before {
    font-size: 70px;
    color: #EA8496;
    line-height: inherit;
    font-weight: bold;
}

.slider img {
    width: 100%;
    /* height: 400px; */
    object-fit: cover;
}

.sliders img {
    height: 300px;

}
/* Slider */
.slick-slider {
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}


.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}



/* Slider */
.slick-loading .slick-list {
    background: #fff url('http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot');
    src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.woff') format('woff'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.ttf') format('truetype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}


[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '';
}

[dir='rtl'] .slick-prev:before {
    content: '';
    font-weight: bold;
    font-size: 20px;
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '';
}

[dir='rtl'] .slick-next:before {
    content: '';
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -40px !important;
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 0;
    list-style: none;
    width: 100%;
}

.slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 25%;
    height: 25%;
    padding: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
}

.slick-dots li button:before {
    content: '' !important;
    position: absolute;
    top: 10;
    left: 0;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid black;
    /* border for inactive dot */
    transition: all 0.3s ease;
}

.slick-dots li.slick-active button:before {
    background-color: var(--theme-highlight-color);
    /* filled active dot */
    border-color: var(--theme-highlight-color);
}



/* .slick-dots li.slick-active button:before {
    opacity: .75;
   
} */
.logo {
    background-color: var(--theme-color);
    width: 100px;
    padding: 10px;
    position: sticky;
    top: 0;
    left: 50px;
    z-index: 1000;


}
.fixed_item_action{
    position: fixed;
    bottom: 5%;
    left: 40%;
    z-index: 10000;
    background: var(--theme-color);
    padding: 5px 10px;
    border-radius: 44px;
    border: 1px solid var(--theme-highlight-color);
}
.enquiry_btn {
    border-radius: 44px;
    padding: 3px 18px;
    background: var(--theme-color);
    color: var(--theme-highlight-color);
    border: 1px solid var(--theme-highlight-color);
}

.enquiry_btn a {
    /* padding: 0px 30px 0px 20px; */
    font-size: 14px;
    color: var(--theme-light-color);
    text-decoration: none;
}

.ey_btn {
    position: fixed;
    right: -5px;
    bottom: 10%;
    rotate: 0deg;
    background: var(--theme-color);
    z-index: 1000;
}

.ey_btn a {
    padding: 0px 30px 0px 20px;
    font-size: 20px;
    color: var(--theme-highlight-color);
    text-decoration: none;
}

.divider-img {
    width: 30px;
    /* Adjust image size */
    height: auto;
}

.divider-image {
    width: 50px;
    /* Adjust image size */
    height: auto;
    margin-top: 20px;
}

.divider-container {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    /* Centers it horizontally */
}

.line {
    flex-grow: 1;
    /* Makes the lines stretch */
    height: 1px;
    /* Line thickness */
    background-color: var(--theme-highlight-color);
    /* Change to match your design */
}

.lines {
    flex-grow: 1;
    /* Makes the lines stretch */
    height: 1px;
    /* Line thickness */
    background-color: var(--theme-light-color);
    /* Change to match your design */
}

.wrapper {
    padding: 70px 0;
}

/* Default slide */
.center-slider .slick-slide {


    height: 300px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
}

.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);
    background-color: #000000;
}

.center-slider .slick-current.slick-active {
    transform: scale(1.1);
    background-color: #000000;
}

.slider-image {
    width: 380px;
    height: 300px;
    position: absolute;
    object-fit: cover;
    max-width: 100%;
	transition: all 0.4s ease-in-out;
}



.flex-caption {
    position: absolute;
    /* background-color: var(--theme-color); */
    background: var(--theme-color);
    /* background: linear-gradient(90deg, var(--theme-color) 2%, rgba(0, 213, 255, 0) 100%); */
    bottom: 16px;
    color: white !important;
    font-size: 16px;
    margin: 0px;
    padding: 10px 25px 10px 25px;
    font-family: var(--font-family);
    left: 0px;
    bottom: 13px;
    width: 100%;
    display: none;
    letter-spacing: 3px;

}

.center-slider .slick-current.slick-active .flex-caption {
    display: block;
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.left-slide {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s ease-in-out;
}

.left-slide>div{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.left-slide div a{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.left-slide h1 {
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: -30px;
}

.right-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    transition: transform 0.5s ease-in-out;
}

.right-slide>div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}

.right-slide,
.left-slide {
    transition: transform 1s ease-in-out;
    -webkit-transition: transform 1s ease-in-out;
    /* WebKit support */
}


.button {
    background-color: #ab9275;
    border: none;
    color: #491025;
    cursor: pointer;
    font-size: 15px;
    padding: 10px;
}

.button:hover {
    color: #222;
}

.button:focus {
    outline: none;
}

.slider-container .action-buttons button {
    position: absolute;
    left: 40%;
    top: 50%;
    z-index: 100;
}

.slider-container .action-buttons .down-button {
    transform: translateX(-100%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.slider-container .action-buttons .up-button {
    transform: translateY(-100%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}



.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}

.tower-btn {
    display: block;
    width: 100%;
    max-width: 75%;
    margin: auto;
    padding: 4px 0px 2px;
    background: var(--theme-color);
    border: none;
    text-align: center;
    font-size: 1.2rem;
    color: var(--theme-highlight-color);
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-family);
}

.tower-btn:hover {
    color: var(--theme-highlight-color);
    border-bottom: 1px solid var(--theme-highlight-color);
}
.tower-btn.live{
    position: relative;
}
.tower-btn.live{
    background-color: var(--theme-color);
    color: var(--theme-light-color);
}
.divider-container .line {
    width: 50px;
    height: 1px;
    background-color: var(--theme-highlight-color);
}

.divider-img {
    height: 30px;
}

.tabs-content .contents {
    display: none;
}

.tabs-content .contents.live {
    display: block;
}




.image-grid {
    display: flex;
    width: 100%;
}

.image-item {
    position: relative;
    flex: 1;
    /* 4 items, equally spaced */
    overflow: hidden;
}

.image-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* No gap between images */
.image-grid .image-item+.image-item {
    margin-left: 0;
}

/* Caption overlay */
.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 100px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    font-family: var(--font-family);
    letter-spacing: 2px;
}

.image-item:hover .image-caption {
    opacity: 1;
}

.liness {

    /* border: 1px solid var(--theme-highlight-color); */
    height: 100px !important;
    background-color: var(--theme-highlight-color);
    margin-top: 20px;
    width: 1px;


}

/* Popup overlay */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

/* Popup box */
.popup-content {
    background: white;
    padding: 30px;
    /* border-radius: 10px; */
    width: 80%;
    max-width: 500px;
    margin: 12% auto;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

/* Close button */
.close-btn {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 50px;
    cursor: pointer;
}

#btnIcon {
    font-size: 2rem;
}

.swiper-slide {
    text-align: center;
}

.image-item img {
    width: 100%;
    /* border-radius: 12px; */
}

.image-caption {
    margin-top: 10px;
    font-weight: bold;
    color: var(--theme-light-color);
}

.swiper-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;

}

.swiper {
    padding-bottom: 2rem;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
}

.slide-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    font-family: var(--font-family);
    letter-spacing: 2px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.308);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.swiper-slide:hover .slide-caption {
    opacity: 1;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}


.swiper-slide:hover .slide-caption {
    opacity: 1;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    background: rgba(0, 0, 0, 0.6);

}

/* Remove border-radius from all inputs, textareas, and buttons */
#contactForm input,
#contactForm textarea,
#contactForm button {
    border-radius: 0 !important;
}
#contactForm input,
#contactForm textarea,
select#selectarea{
    border-top:0px solid !important;
    border-left:0px solid !important;
    border-right:0px solid !important;
}
select#selectarea{
    border-radius: 0px;
}
/* Style the send button */
#contactForm .submit_handler {
    width: 100%;
    text-align: center;
    color: var(--theme-color);
}


@media (max-width: 767px) {
    #contactForm .submit_handler{
        width: 100%;
    }
    .enquiry_btn {
        padding: 1px 10px;
    }
    .fixed_item_action {
        bottom: 3%;
        left: 22%;
        padding: 5px 10px;
    }
    .form_btn a {
        font-size: 11px;
        color: var(--theme-light-color);
    }
    .enquiry_btn a{
        padding: 0px 0px 0px 0px;
        font-size: 11px;
        color: var(--theme-light-color);
    }
    .ey_btn a  {
        padding: 0px 0px 0px 0px;
        font-size: 16px;
        color: var(--theme-light-color);
    }
    .nav-items{
        display: none;
    }
    .ey_btn {
        background-color: var(--theme-color);
        backdrop-filter: blur(20px);
        height: 40px;
        right: 30%;
        bottom: 4%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--theme-highlight-color);
        border-radius: 4px;
    }
    .progress-wrap {
        position: fixed;
        right: 23px;
        bottom: 90px;

    }
    header section .row {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        text-align: center;
    }

    .theme-right-items {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

     .logo {
        width: 100%;
        max-width: 35%;
        height: 30%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px;
        left: 9px;
    }

    .btn#button {
        margin-top: 0.5rem;
    }

    .floating-enquiry,
    .floating-call {
        width: 40px;
        height: 40px;
        font-size: 0.8rem;
        right: 10px;
        bottom: 80px;
    }

    .enquiry-label {
        writing-mode: vertical-rl;
        font-size: 0.3rem;
    }

    .Neopolis {
        width: 100%;
        height: auto;
    }

    .count-section h4 {
        font-size: 1.25rem;
        padding: 0 1rem;
    }

    .divider-container {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
    }

    .wrap-it {
        padding: 1rem !important;
    }

    #counter .col-lg-12 {
        padding-bottom: 2rem !important;
    }

    .counter-value {
        font-size: 1.15rem !important;
        font-weight: bold;
        display: inline-block;
    }

    .divs-spaces {
        font-size: 1rem;
        display: inline-block;
        margin: 0 0.25rem;
    }

    .right-div {
        margin-bottom: 0rem;
        text-align: center;
    }

    #counter h3 {
        font-size: 0.95rem;
        margin-top: 0.5rem;
    }

    .clubhouse .row {
        flex-direction: column;
        text-align: center;
    }

    .clubhouse .col-2,
    .clubhouse .col-10 {
        width: 100%;
    }

    .ps-lg-4 {
        padding-left: 0 !important;
        text-align: center;
    }

    .text-start {
        text-align: center !important;
    }


    .slider-container {
        flex-direction: column-reverse;
        position: relative;
        height: auto;
        overflow: hidden;
    }

    .left-slide,
    .right-slide {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .left-slide>div,
    .right-slide>div {
        padding: 2rem 1rem;
        text-align: center;
        background-size: cover;
        background-position: center;
        border-radius: 10px;
    }

    .left-slide h4 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
        color: #fff;
    }

    .left-slide p {
        font-size: 0.95rem;
        color: #eee;
    }

    .divider-image {
        width: 30px;
        margin: 0.5rem auto;
    }

    .action-buttons {
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
        margin: 1.5rem 0;
    }

    .action-buttons button {
        font-size: 1rem;
        padding: 0.3rem 1rem;
        border: none;
        background: #6c1239;
        color: white;
        border-radius: 6px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .divider-container {
        width: 40%;
    }

    .d-lg-block {
        display: none !important;
    }

    .d-lg-none {
        display: block !important;
    }

    .theme-right-items {
        justify-content: flex-end;
    }

    #button {
        display: inline-block;
    }

    .navigation {
        position: absolute;
        top: 70px;
        right: 0;
        /* background: rgba(0, 0, 0, 0.9); */
        width: 100%;
        display: none;
        flex-direction: column;
        z-index: 10;
    }

    .navigation ul {
        padding: 1rem;
    }

    .navigation ul li {
        margin-bottom: 1rem;
    }

    .navigation ul li a {
        color: white;
        font-size: 1.2rem;
    }
    .aminities_data{
        position: relative;
    }
    .aminities_data h2{
        position: absolute;
        bottom: 0px;
        background-color: var(--theme-color);
        color: var(--theme-light-color);
        font-family: var(--font-family);
        margin: 0px;
        width: 100%;
        padding: 4px;
        letter-spacing: 2px;
    }
    .tower-btn {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 5px 0px 1px;
        font-size: 13px;
    }    
}




#myVideo {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    margin: 0;
    padding: 0;
    display: block;
}

.skypark {
    background-image: url('../media/skypark2.jpg');
}

.podium {
    background-image: url('../media/podium.jpg');
}

.club {
    background-image: url('../media/clubhouse.jpg');
}



/* Burger menu visible on small screens */
@media (max-width: 991px) {
    .d-lg-block {
        display: none !important;
    }

    .d-lg-none {
        display: block !important;
    }

    .theme-right-items {
        justify-content: flex-end;
    }

    #button {
        display: inline-block;
    }

    .navigation {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        max-width: 90%;
        display: none;
        flex-direction: column;
        z-index: 9999;
        height: 100%;
    }

    .navigation.show {
        display: block;
    }

    .navigation ul {
        padding: 1rem;
    }

    .navigation ul li {
        margin-bottom: 1rem;
    }

    .navigation ul li a {
        color: white;
        font-size: 1.2rem;
    }

    .slider-container {
        flex-direction: column;
    }

    .left-slide,
    .right-slide {
        width: 100%;
        height: 50%;
    }

    .left-slide {
        top: 50%;
    }

    .right-slide {
        top: 0;
    }

    .up-button,
    .down-button {
        left: auto;
        right: 10px;
        transform: none;
    }

    .up-button {
        top: 10px;
    }

    .down-button {
        bottom: 10px;
    }
}

/* Fallback if video doesn't load */
.msn_hero_video::after {
    content: '';
    background: url('./media/home.png') center center / cover no-repeat;
    position: absolute;
    inset: 0;
    z-index: -2;
}
.kind-expericence {
    margin-top: 15rem;
}
.kind-expericence {
    background: linear-gradient(var(--theme-color), var(--theme-color)),  no-repeat;
    background-size: cover;
    background-position: center;
}
.ameniti_item_body h6{
    font-family: var(--font-secondary-family);
    color: var(--theme-highlight-color);
    text-transform: uppercase;
    font-size:13px !important;
}
.ameniti_item_body p{
    font-size:13px !important;
}
.one_of_kind_items .ameniti_items img{
    width: 100%;
    max-width: 100%;
}
.absloute_one{
    width: 100%;
    max-width:70%;
    position: sticky;
    top: 30px;
}
.tab-items{
    position: relative;
}
.tab_name{
    position: absolute;
    bottom: 0px;
    z-index: 10000;
    background-color: var(--theme-highlight-color);
    color: var(--theme-color);
    margin-bottom: 0px;
    padding: 8px 0px !important;
    width: 100%;
    font-family: var(--font-secondary-family);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
#options p{
    background-color: var(--theme-color);
    color: var(--theme-light-color);
    font-family: var(--font-secondary-family);
    text-align: center;
    padding: 5px 5px;
    cursor: pointer;
}
.one_image{
    width: 100%;
    max-width: 45%;
}
