html {
    scroll-behavior: smooth;
}
body {
    font-family: "Poppins", sans-serif;
}
:root {
    --light-grey: #f6f3f8;
    --dark-grey: #273242;
    --light-green: #e8f5f3;
    --main-color: ;
    --sub-color: #8d5aba;
    --main-padding: 70px;
    --shadow-top: 0 -2px 5px rgba(0, 0, 0, 0.3);
    --space-lg: 300px;
    --space-md: 200px;
    --space-sm: 300px;
    --space-xm: 100px;
    --img-bx-width: 400px;
    --rounded-big: 40px;
    --cmn-text-size: 16px;

    --svg-white: invert(1) saturate(0) brightness(1) contrast(100);
}
.pt_main {
    padding-top: 200px !important;
}
.mb_main {
    margin-bottom: 100px !important;
}
.mt_nav {
    margin-top: 100px;
}

.sub-bg {
    background-color: var(--sub-color);
}

.p-md {
    padding: 48px;
}
.p-lg {
    padding: 56px;
}
.p-lg {
    padding: 64px;
}
.p-lg {
    padding: 78px;
}

.fs-12 {
    font-size: 12px !important;
}
.fs-14 {
    font-size: 12px !important;
}
.fs-18 {
    font-size: 12px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-26 {
    font-size: 26px !important;
}
.fs-36 {
    font-size: 36px !important;
}
.fs-40 {
    font-size: 40px !important;
}
.fs-48 {
    font-size: 48px !important;
}
.fs-56 {
    font-size: 56px !important;
}
.fs-62 {
    font-size: 62px !important;
}
.fs-70 {
    font-size: 70px !important;
}
.fs-80 {
    font-size: 80px !important;
}
.fs-90 {
    font-size: 90px !important;
}

.fs-big {
    font-size: clamp(36px, 8vw + 1.5rem, 150px);
    text-transform: uppercase;
    margin-bottom: 86px;
    line-height: 1;
}
.fw-100 {
    font-weight: 100;
}
.fw-200 {
    font-weight: 200;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fw-900 {
    font-weight: 900;
}
.section_pd {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.cursor-pointer {
    cursor: pointer;
}
.rounded-big {
    border-radius: var(--rounded-big);
}
.fit-screen {
    min-width: 100w;
    min-height: 100vh;
}
.flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.shadow-top {
    box-shadow: var(--shadow-top);
}
.navbar-dark .navbar-brand img {
    filter: invert(1) saturate(0) brightness(1) contrast(100);
}
.bg-dark-grey {
    background-color: var(--dark-grey);
    color: #fff;
}
.bg-light-green {
    background-color: var(--light-green);
}
.bg-light-grey {
    background-color: var(--light-grey);
}
.bg-50-lightgrey {
    position: relative;
    isolation: isolate;
}
.bg-50-lightgrey::after {
    position: absolute;
    content: "";
    background-color: var(--light-grey);
    width: 50vw;
    inset: 0 auto 0 0;
    z-index: -1;
}

.white-logo {
    filter: invert(1) saturate(0) brightness(1) contrast(100);
}
.gwadar-logo {
    filter: invert(0) saturate(0) brightness(1) contrast(100);
}
.w-99 {
    width: 99vw;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: var(--dark-grey);
}

.navbar-main {
    position: absolute;
    z-index: 999;
    inset: 0 0 auto 0;
}

.jobs a {
    text-decoration: none;
}
.jobs a:is(a, h3, span) {
    transition: all 300ms ease-in-out;
}
.jobs a:is(a, h3, span):hover {
    color: #8d5aba !important;
}
.mb-lg {
    margin-bottom: 80px;
}
.btn-main,
.btn-main:active,
/* .btn-cmn,
.btn-cmn:focus, */
.btn-main:focus {
    /* padding: 18px 51px; */
    gap: 10px;
    background: var(--dark-grey) !important;
    color: #fff !important;
    width: auto !important;
    border-radius: 0;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: calc(64px + (64 - 64) * ((100vw - 1600px) / (1920 - 1600)));
    padding-right: calc(64px + (64 - 64) * ((100vw - 1600px) / (1920 - 1600)));
    padding-top: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
    padding-bottom: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
    font-size: calc(
        12px + (12 - 12) * ((100vw - 1600px) / (1920 - 1600))
    ) !important;
}

.btn-cmn:active,
.btn-cmn,
.btn-cmn:focus {
    padding-left: calc(64px + (64 - 64) * ((100vw - 1600px) / (1920 - 1600)));
    padding-right: calc(64px + (64 - 64) * ((100vw - 1600px) / (1920 - 1600)));
    padding-top: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
    padding-bottom: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
    font-size: calc(
        12px + (12 - 12) * ((100vw - 1600px) / (1920 - 1600))
    ) !important;
}

@media (max-width: 1024px) {
    .btn-cmn:active,
    .btn-cmn,
    .btn-cmn:focus,
    .btn-main,
    .btn-main:focus {
        padding-left: calc(30px + (30 - 30) * ((100vw - 768px) / (1024 - 768)));
        padding-right: calc(
            30px + (30 - 30) * ((100vw - 768px) / (1024 - 768))
        );
        padding-top: calc(15px + (15 - 15) * ((100vw - 768px) / (1024 - 768)));
        padding-bottom: calc(
            15px + (15 - 15) * ((100vw - 768px) / (1024 - 768))
        );
    }
}
@media (max-width: 1280px) {
    .btn-cmn:active,
    .btn-cmn,
    .btn-cmn:focus,
    .btn-main,
    .btn-main:focus {
        padding-left: calc(
            30px + (40 - 30) * ((100vw - 1024px) / (1280 - 1024))
        );
        padding-right: calc(
            30px + (40 - 30) * ((100vw - 1024px) / (1280 - 1024))
        );
        padding-top: calc(
            15px + (15 - 15) * ((100vw - 1024px) / (1280 - 1024))
        );
        padding-bottom: calc(
            15px + (15 - 15) * ((100vw - 1024px) / (1280 - 1024))
        );
    }
}
@media (max-width: 1440px) {
    .btn-cmn:active,
    .btn-cmn,
    .btn-cmn:focus,
    .btn-main,
    .btn-main:focus {
        padding-left: calc(
            40px + (40 - 40) * ((100vw - 1280px) / (1440 - 1280))
        );
        padding-right: calc(
            40px + (40 - 40) * ((100vw - 1280px) / (1440 - 1280))
        );
        padding-top: calc(
            15px + (20 - 15) * ((100vw - 1280px) / (1440 - 1280))
        );
        padding-bottom: calc(
            15px + (20 - 15) * ((100vw - 1280px) / (1440 - 1280))
        );
    }
}
@media (max-width: 1600px) {
    .btn-cmn:active,
    .btn-cmn,
    .btn-cmn:focus,
    .btn-main,
    .btn-main:focus {
        padding-left: calc(
            40px + (64 - 40) * ((100vw - 1440px) / (1600 - 1440))
        );
        padding-right: calc(
            40px + (64 - 40) * ((100vw - 1440px) / (1600 - 1440))
        );
        padding-top: calc(
            20px + (20 - 20) * ((100vw - 1440px) / (1600 - 1440))
        );
        padding-bottom: calc(
            20px + (20 - 20) * ((100vw - 1440px) / (1600 - 1440))
        );
    }
}
@media (max-width: 1920px) {
    .btn-cmn:active,
    .btn-cmn,
    .btn-cmn:focus,
    .btn-main,
    .btn-main:focus {
        padding-left: calc(
            64px + (64 - 64) * ((100vw - 1600px) / (1920 - 1600))
        );
        padding-right: calc(
            64px + (64 - 64) * ((100vw - 1600px) / (1920 - 1600))
        );
        padding-top: calc(
            20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600))
        );
        padding-bottom: calc(
            20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600))
        );
        line-height: calc(
            20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600))
        );
        font-size: calc(12px + (12 - 12) * ((100vw - 1600px) / (1920 - 1600)));
    }
}

.btn-main:hover {
    background: var(--sub-color) !important;
    color: #fff;
}

.bg-sub {
    background-color: var(--sub-color) !important;
    color: #fff;
}
.btn-sub {
    background-color: var(--sub-color) !important;
    color: #fff;
}

.color-sub,
.text-sub {
    color: var(--sub-color) !important;
    color: #fff;
}

h2 {
    color: var(--Shades-3, #273242);
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 34px;
}
p {
    font-size: var(--cmn-text-size);
    font-weight: 400;
    margin-bottom: 67px;
}
.blog-detail p {
    margin-bottom: 8px;
}
.cir-dot {
    position: relative;
}

.cir-dot-img {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.cir-dot-img svg {
    animation: rotation 8000ms linear infinite;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
small {
    margin-bottom: 22px;
    display: inline-block;
}
.padding-main {
    padding: var(--main-padding);
}
header {
    position: relative;
}
.circle_position_project {
    top: 50%;
    right: -380px;
    position: absolute;
    transform: translateY(-50%);
    /* -ms-transform-origin-y: -50%; */
    right: -380px;
}
.circle_big {
    animation: rotation 18000ms linear infinite;
    transform-origin: center center;
}
.img-cent {
    width: var(--img-bx-width);
}
.img-cent-sm {
    width: calc(var(--img-bx-width) - 100px);
}
.img_Bx {
    width: 100%;
    width: 500px;
    aspect-ratio: 1/1.2;
    overflow: hidden;
}
.img_Bx img {
    min-height: 100%;
    min-width: 100%;
}

.prj_nav {
    --bs-bg-opacity: 1;
    background-color: #fff;
    height: 90px;
    border-top: solid 1px #d3d3d3;
}
.prj_ops {
    gap: 30px;
}
.mission .p-lg {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.amenities {
    margin-bottom: 100px;
    margin-top: 52px;
}
@media screen and (min-width: 0px) {
    .margin-top-lg {
        margin-top: var(--space-lg);
    }
    .margin-top-md {
        margin-top: var(--space-md);
    }
    .margin-top-sm {
        margin-top: var(--space-sm);
    }
    .padding-top-lg {
        margin-top: var(--space-lg) !important;
    }
    .padding-top-md {
        margin-top: var(--space-md) !important;
    }
    .padding-top-sm {
        margin-top: var(--space-sm) !important;
    }
    .margin-ntop-md {
        margin-top: calc(-1 * var(--space-md));
    }

    .position-bottom-left {
        bottom: 0;
        left: 0;
        transform: translate(-50%, 50%);
    }
    .position-bottom-right {
        bottom: 0;
        right: 0;
        transform: translate(50%, 50%);
    }
    .d-grid-auto {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }
    .d-grid-auto div,
    .d-grid-auto div a {
        display: flex;
        color: #000;
        text-decoration: none;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        flex-direction: column;
    }
    .d-grid-auto img {
        margin-bottom: 14px;
        transition: transform 300ms ease-in-out;
    }
    .d-grid-auto div:hover img,
    .d-grid-auto a:hover img {
        transform: scale(1.2);
    }
    .d-grid-auto h3 {
        font-size: 14px;
        text-transform: uppercase;
    }

    .owl-dots,
    .owl-nav {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
    }
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        font-size: 30px;
    }
    .owl-dots .owl-dot.active span,
    .owl-dots .owl-dot:hover span {
        background: #869791;
    }
    .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #d6d6d6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 0.2s ease;
        border-radius: 30px;
    }
    .owl-dots {
        margin: auto;
        text-align: center;
    }
}

@media screen and (max-width: 1200px) {
    .d-grid-auto {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 900px) {
    .d-grid-auto {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .d-grid-auto {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .amenities h3 {
        white-space: unset !important;
        text-align: center;
    }
}

.about_banner {
    background-color: #f6f3f8;
}
.fit-content {
    width: fit-content !important;
}
.plots  {
   counter-reset: section;
}
.plots p { text-align: justify;}
.plot_img { position:relative; height:250px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.plot_img::before {
    position: absolute;
  counter-increment: section;
  content: counter(section);
  z-index: 99;
  inset: 0 0 auto auto;
  background-color: #fff;
  border-radius:  50% 0 0 50%;
  aspect-ratio: 1/1;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff9900;
  font-weight: bold;
}
.plot_img img { object-fit: cover; width: 100%;}
/* .prdpg_about {
  padding-top: 100px;
  padding-bottom: 100px;
} */
.prdpg_about {
    background-color: var(--light-grey);
}
.plot_cnt p { margin: 0 !important;}
.plot_cnt p:empty { display: none;}
.plot_plan ul { text-align: left;}
.prdpg_img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.prdpg_img img {
    width: 70%;
}
/* contact start */
.contact label {
    color: var(--Shades-3, #273242);
    font-size: 16px;
    font-weight: 500;
}

.contact .form-control {
    background-color: transparent;
    border: #ffdead;
    border-bottom: solid 1px #767676;
    border-radius: 0;
    margin-bottom: 35px;
    padding-left: 0;
    /* border: 0; */
    background-color: transparent !important;
}

.contact select.form-control {
    /* background-image: url("../i/br_down.webp");
     background-repeat: no-repeat;
     background-position: right center; */
    appearance: none;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 1em;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23212121'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='1'/%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z'/%3E%3C/svg%3E"); */
    /* background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7812 1.25L13.1875 0.625C13.0312 0.46875 12.7812 0.46875 12.6562 0.625L7 6.28125L1.3125 0.625C1.1875 0.46875 0.9375 0.46875 0.78125 0.625L0.1875 1.25C0.03125 1.375 0.03125 1.625 0.1875 1.78125L6.71875 8.3125C6.875 8.46875 7.09375 8.46875 7.25 8.3125L13.7812 1.78125C13.9375 1.625 13.9375 1.375 13.7812 1.25Z' fill='%23898EA6'/%3E%3C/svg%3E%0A"); */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23888888%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    /* background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 612 612" fill="black"><path d="M 96.00,96.00l-96.00,96.00l 256.00,256.00l 256.00-256.00l-96.00-96.00L 256.00,256.00L 96.00,96.00z"/></svg>'); */

    padding: 0.1em 1.5em 0.1em 0.4em;
}

.form-control:focus {
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
}
.contact textarea {
    transition: all 300ms ease-in-out;
    height: 30px;
}
.contact textarea:focus {
    height: 200px;
}
.form-section textarea.form-control {
    margin-top: 20px;
}
.contact-btn {
    border: 1px solid #fff;
    padding: 20px 40px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    border-radius: 0;
}
.input-container {
    position: relative;
    margin-bottom: 20px;
}
label.custom {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: top 0.3s, font-size 0.3s;
}
label.custom.active {
    top: -15px;
    font-size: 11px;
}
label.custom.active2 {
    top: -15px;
    font-size: 11px;
}
/* input.custom:focus ~ label,
input.custom:valid ~ label {
  top: -20px;
  font-size: 14px;
} */

/* new style start */
.input-container {
    display: flex;
    flex-direction: column;
}
.input-container label {
    order: 1;
}

.input-container .form-control {
    order: 2;
}
.custom:not(:placeholder-shown) ~ label {
    top: -15px;
    font-size: 11px;
}

/* contact end */

.img_animate_bx {
    display: flex;
    align-items: end;
    height: 600px;
}
.img_animate {
    display: flex;
    align-items: end;
    overflow: hidden;
    height: 0;
}

.modal.show .modal-dialog {
    top: 45%;
    transform: translateY(-50%);
}
.modal-full .modal-dialog {
    min-width: 100vw;
    height: 100vh;
    margin: 0;
}
.modal-full .btn-close {
    background-color: rgba(255, 255, 255, 0.5);
    filter: invert(99) brightness(99);
    color: #fff;
    position: absolute;
    top: 14px;
    right: 14px;
    line-height: 1;
    padding: 14px;
    z-index: 99;
}
.modal-full img {
    max-width: 100%;
    max-height: 100vh;
    width: auto;
    aspect-ratio: 1;
}
.modal-full .modal-body,
.modal-full .modal-content {
    background-color: transparent;
    padding: 0;
}
.modal-full.show .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
}
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }
    .navbar .nav-item:hover .nav-link {
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

.grd_pg {
    background: linear-gradient(180deg, #f8f0ff 50px, #fff 200px, #fff);
}

.close-custom {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 14px;
    right: 14px;
    width: 24px;
    aspect-ratio: 1/1;
    background-color: #273242;
    color: #fff !important;
    border-radius: 50%;
    height: 24px;
    font-size: 14px;
}
.close-custom * {
    color: #fff;
}
.vid_bx {
    position: relative;
}
.vid_bx:after {
    transition: all 300ms ease-in-out;
}
.vid_bx::after {
    content: "";
    background: rgba(0, 0, 0, 0.5) url(../../../v2/i/play.svg) center center no-repeat;
    position: absolute;
    inset: 0;
    background-size: 80px;
}
.vid_bx:hover::after {
    content: none;
}
.modal_videoBx {
    overflow: hidden !important;
}
.modal_videoBx .modal-content {
    width: 900px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999 !important;
}
.modal-backdrop.show {
    z-index: 1 !important;
}

.tst_img_Bx {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 14px;
}
.tst_img_Bx img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
}

.img_block {
    display: flex;
    align-items: end;
}
.img_animate_bx {
    overflow: hidden;
}

/* 
  .modal_full .modal-dialog,
  .modal_full .modal-content {
    position: absolute;
    inset: 0 !important;
    background-color: #000;
    transform: none !important;
    margin: 0;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    pointer-events: none;
    
  }
  .modal_full .modal-content {
    position: relative;
  }
  .modal_full .modal-dialog img {
    max-width: 100%;
    max-height: 100%;
  }
  .modal_full .modal-dialog .btn-close {
    background-color: #fff;
    border-radius: 50%;
    top: 14px;
    right: 14px;
    position: absolute;
    font-size: 14px;
    padding: 8px;
  }
  */
.modal_full .modal-dialog .btn-close {
    background-color: #fff;
    border-radius: 50%;
    top: 24px;
    right: 24px;
    position: absolute;
    font-size: 14px;
    padding: 8px;
    z-index: 9999;
}
.modal_full {
    position: fixed;
    inset: 0;
}
.modal_full .modal-content {
    width: 100vw;
    height: 100vh;
    transform: none;
    z-index: 999 !important;
    background-color: #000;
    inset: 0;
    max-width: none;
}
.modal_videoBx .modal-body {
    width: 100vw;
    height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;
}
.modal_full .modal-content img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.modal_full .modal-dialog {
    max-width: none;
    margin: 0;
    height: 100vh;
    inset: 0 !important;
    transform: none !important;
}
.map {
    display: block;
    width: 100%;
    height: 100%;
}

.nav-pills {
    gap: 14px;
    margin-bottom: 0 !important;
    /* margin-bottom: 90px !important; */
}
.nav-pills .nav-item {
    margin-right: 10px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    display: flex;
    padding: 18px 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 60px;
    border: 1px solid var(--Shades-2, #8d5aba);
    background: var(--Shades-2, #8d5aba);
}
.nav-pills .nav-link {
    display: flex;
    padding: 18px 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 60px;
    border: 1px solid var(--Shades-3, #273242);
    line-height: 1;
    text-transform: uppercase;
    color: #000;
}
.owl-projects .item {
    cursor: pointer;
}

/* gallery section start */

.video-iframe {
    /* max-width: 600px; */
    width: 100%;
    /* max-height: 500px; */
    aspect-ratio: 16/9;
    width: auto;
    height: 100vh;
}
.modal_videoBx.modal-container {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal_videoBx .modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
    height: 100%;
}

.video-iframe {
    margin-right: 20px;
}

.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: xxx-large;
    font-weight: bold;
    color: white;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.thumbnail {
    cursor: pointer;
}
#img {
    border-radius: 50%;
}

/* gallery section end */
.screen_lg {
    position: absolute;
    width: 100%;
    inset: 0 0 0 auto;
    background-color: #fff;
    height: 100%;
    z-index: 99;
}

.bg-dark-grey *,
.bg-sub * {
    color: #fff;
}

.modal_jobs .modal-dialog {
    max-width: 900px !important;
}
.modal_jobs .modal-content {
    border-radius: 0 !important;
    padding: 24px;
}
.btn-close {
    position: absolute;
    top: 14px;
    right: 14px;
}

.nav-pay button {
    background: transparent;
    /* border-radius:50%;  */
    overflow: hidden;
    border: solid 1px #000;
    width: 250px;
    aspect-ratio: 1/1;
}
.nav-pay button:hover,
.nav-pay button.active {
    background-color: #8d5aba;
}
.nav-pay button:hover img,
.nav-pay button.active img {
    filter: invert(1) saturate(0) brightness(1) contrast(100);
    /* fill: #ff0000; */
}
.nav-pay button img {
    width: 100%;
}
.payment-group {
    display: flex;
    gap: 20px;
    margin: 30px 0;
}
.payment-group select {
    border-radius: 0;
    padding: 8px 14px;
    border: 1px solid var(--Shades-3, #273242);
    background: #fff;
    text-transform: uppercase;
}

/* paymentc start */
.payment select {
    /* -moz-appearance:none !important;
  -webkit-appearance: none !important;
  position: relative;
  padding-right: 36px !important;
   background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat !important;
  background-position: calc(100% - 0.75rem) center !important;
   
  appearance: none !important;
  padding-right: 2rem !important  */
}
/* .payment select::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 25px;
  border: 1px solid #565656;
  background: #0e7b53;
  color: #fff;
  padding: 11px 15px;
  pointer-events: none;
} */

/* payment end */
@media screen and (min-width:999px) {
 
.amenities .row:nth-child(even) {
    flex-direction: row-reverse;
}   
}
.payment_bx {
    margin-top: 100px;
}
.blog_hd {
    margin-top: 80px;
    padding-bottom: 40px;
}
.blogs {
    padding-top: 40px;
}
.blogs .card-img-top {
    display: block;
    aspect-ratio: 1/1;
    margin-bottom: 36px;
    outline: double 4px rgba(255, 255, 255, 0.5);
    transition: all 300ms ease-in-out;
    position: relative;
}
.blogs .card-img-top img {
    max-width: min-content;
    object-fit: cover;
    display: block;
    min-width: 100%;
}
.blogs .card:hover img {
    outline-offset: -24px;
}
.blogs small {
    font-size: 12px;
    margin-bottom: 26px;
    font-size: 12px;
    margin-bottom: 26px;
    position: absolute;
    background-color: var(--sub-color);
    color: #fff !important;
    padding: 4px 18px;
    top: -50px;
    white-space: nowrap;
    right: 0;
}

.blogs .card-body {
    font-size: 26px;
    padding: 0;
    position: relative;
}
.blogs .card {
    margin-bottom: 70px;
    border-radius: 0;
    text-transform: uppercase;
    border: 0;
    position: relative;
}
.blogs .card img {
    border-radius: 0;
    /* height: 150px; */
    object-fit: cover;
    width: 100%;
    /* aspect-ratio: 1; */
}
.blogs .card-title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* blogs-block start new style - start */
.blogs-block small {
    position: absolute;
    background-color: var(--sub-color);
    color: #fff !important;
    padding: 4px 18px;
    top: -40px;
    border-radius: 4px;
}

.blogs-block {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
}

.blogs-block > div {
    border-radius: 10px !important;

    transition: all 500ms ease;
    outline: solid 1px #fff;
}

.blogs-block > div:hover {
    outline: solid 4px var(--sub-color);
}

.blogs-block .blog_img {
    height: 125px;
    overflow: hidden;
}

.blogs-block .blog_img img {
    min-height: 100%;
}

.blogs-block .card_text {
    display: flex;
    align-items: center;
    padding: 0 18px;
}

.blog_header .nav-tabs .nav-link {
    color: #fff;
}

.blog_header .nav-tabs .nav-link.active {
    color: #000;
}

/* blogs-block new style -end */

.adjust-image {
    height: 60vh;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}
.adjust-image img {
    min-width: 100%;
    min-height: 100%;
    max-width: none; /*fix when using normalize*/
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.blog-nav h3 {
    font-size: 18px;
}
.blog-nav small {
    font-size: 12px;
    display: flex;
    color: #848484 !important;
    margin-bottom: 8px !important;
}
.blog-nav .blog-nav-previous::before {
    position: relative;
    margin-right: 8px;
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="11" viewBox="0 0 17 11" fill="none">   <path id="Vector" d="M16 5.5H1M1 5.5L5.54545 1M1 5.5L5.54545 10" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.blog-nav .blog-nav-next::after {
    position: relative;
    margin-left: 8px;
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="11" viewBox="0 0 17 11" fill="none"><path d="M1 5.5L16 5.5M16 5.5L11.4545 10M16 5.5L11.4545 1" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.blog-nav a {
    width: 200px;
    color: #000;
    text-decoration: none;
}
.blog-nav a:last-child,
.blog-nav a:last-child small {
    text-align: right !important;
    justify-content: end;
}

.widget-social {
    display: flex;
    gap: 5px;
    align-items: center;
}
.widget-social a {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    background-color: var(--dark-grey);
    transition: all 300ms ease-in-out;
}
.widget-social a img {
    filter: var(--svg-white);
    width: 55%;
    transition: all 300ms ease-in-out;
}
.widget-social a:hover {
    background-color: #fff;
}
.widget-social a:hover img {
    filter: none;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 23px;
    right: 88px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    background: #50c55f url(../i/s_whatsapp.svg?1) center center no-repeat;
    background-size: auto;
    background-size: 67%;
    padding: 10px;
}
.my-float {
    margin-top: 16px;
    display: none;
}

.navbar-main .nav-item .dropdown-menu {
    border-radius: 0;
    padding: 0;
}
/* owl-popup start */
.carousel-indicators [data-bs-target]::marker {
    font-size: 0;
}

.owl-carousel-wrap {
    /* width: 100%;
            max-width: 960px;
            margin: 200px auto;
            position: relative; */
}

.owl-carousel-test .item {
    height: 10rem;
    background: #4dc7a0;
    padding: 1rem;
    cursor: pointer;
}

.popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    opacity: 0;
    inset: 0;
    width: 100vw;
    height: 100vh !important;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup img {
    max-width: 90vw !important;
    max-height: 70vh !important;
}

.login_form .form_custom {
    display: flex;
    flex-direction: column;
}
.login_form .form_custom label {
    order: 1;
    position: relative;
    top: 30px;
    font-size: 16px;
    transition: all 300ms ease;
    height: 26px;
}
.login_form .form_custom .form-control {
    order: 2;
    border: 0;
    border-bottom: solid 1px #ccc;
    border-radius: 0;
    padding-left: 0;
}
.login_form .form_custom:hover ~ label,
.login_form .custom:hover ~ label,
.custom:not(:placeholder-shown) ~ label {
    top: -12px !important;
    font-size: 12px !important;
}
/* owl-popup end */

/* events start */
.events-block small {
    position: absolute;
    background-color: var(--sub-color);
    color: #fff !important;
    padding: 4px 18px;
    top: -14px;
    border-radius: 4px;
}

.events-block {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
}

.events-block > div {
    border-radius: 10px !important;

    transition: all 500ms ease;
    outline: solid 1px #fff;
}

.events-block > div:hover {
    outline: solid 4px var(--sub-color);
}

.events-block .blog_img {
    height: 125px;
    overflow: hidden;
}

.events-block .blog_img img {
    min-height: 100%;
}

.events-block .card_text {
    display: flex;
    align-items: center;
    padding: 0 18px;
}

.blog_header .nav-tabs .nav-link {
    color: #fff;
}

.blog_header .nav-tabs .nav-link.active {
    color: #000;
}
/* events end */


/* plot detail page start */
.plot_dtl_bnr { 
        display: flex; 
        align-items: center; 
        justify-content: center; 
        height: 400px; 
        overflow:hidden;
        position: relative;
        
        }
        /* .plot_dtl_bnr::after {
            content: '';
            background-image: linear-gradient(red, yellow);
            z-index: 999;
            inset: 0;
            background-color: #000;
        } */
.plot_dtl_bnr  .plot_logo {
            background-color: rgba(255,255,255,.95);
            padding: 24px;
            border-radius: 14px;
            position: absolute;
            inset: auto;
        }
        .plot_logo img {
            width: 300px;
        
        }
        .plot_hd {
            width: 100vw;
            overflow: hidden;
        }
        .plot_gallery div[class*='col-'] {
            height: 250px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .plot_gallery_box {
            position: relative;
            margin-bottom: 20px;
        }
        .plot_gallery_box a {
            position: absolute;
            inset: 0;
        }
        .plot_gallery_box img { 
            max-width: 100%;
            object-fit: cover;
            min-height: 100%;
        }
/* plot detail page end */
@media screen and (max-width: 900px) {
    .blog-detail img { width: 100% !important; height: auto;}
    .blog-detail .adjust-image img { width: 160% !important; height: auto !important;}
    .navbar-main .nav-link {
        color: #fff !important;
    }
    .navbar-main {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: left;
    }

    .navbar-collapse {
        background-color: var(--dark-grey);
    }
    .navbar .nav-item .nav-link {
        padding-left: 18px;
    }
    .p-lg {
        padding: 36px;
    }
    .img-fit,
    .prdpg_bnr {
        overflow: hidden;
        width: 100vw;
    }
    .img-fit img,
    .prdpg_bnr img {
        width: auto !important;
        left: 50%;
        position: relative;
        object-fit: cover;
        transform: translate(-50%);
    }
    .prdpg_bnr img {
        height: 300px;
    }

    .prdpg_about p {
        margin-bottom: 50px;
    }
    .prdpg_about .col-md-6:first-child {
        margin-bottom: 40px;
    }
    .prj_ops {
        display: none !important;
    }
    .prj_btns {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
        width: 100%;
    }
    .prj_btns .btn {
        padding-left: 24px;
        padding-right: 24px;
        width: 50%;
    }
    .payment_cards {
        display: none;
    }
    .ftr_btm {
        padding: 30px;
        align-items: center;
        justify-content: center;
        background-color: #1c1e27;
    }
    .ftr_btm > div {
        margin: 0 !important;
    }
    .ftr_btm * {
        text-align: center;
    }
    .container .img-cent,
    .circle_big,
    .screen_lg,
    .img_block {
        display: none !important;
    }
    .fs-big,
    .mb_main {
        margin-bottom: 35px !important;
    }
    .margin-top-md {
        margin: 0;
    }
    .amenities {
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-bottom: 30px !important;
    }
    .padding-top-md {
        margin-top: 30px !important  ;
    }
    .margin-ntop-md {
        margin: 0 !important;
    }
    .tmt3,
    .tmt2,
    .tmt1 {
        padding-left: 0;
        padding-right: 0;
    }
    .hstack,
    .payment-group {
        flex-direction: column;
    }
    .hstack .w-50 {
        width: 100% !important;
    }
    label.custom {
        position: relative;
    }
    .nav-pay button {
        width: 40vw;
    }
    .nav-pay .nav-item button {
        width: 90vw;
    }
    .nav-pills .nav-item {
        margin-right: 0 !important;
    }
    .tsti-hd {
        text-align: center;
    }
    .modal.show .modal-dialog {
    top: 0;
    transform: translateY(0);
    right: 5px;
    }
}
