@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');

body {
    overflow-x: hidden;
    font-family: 'Rubik', sans-serif !important;
}


.brown-color {
    color: #7A652D;
}

.top-head {
    width: 100%;
    height: 80px;
    background-color: #F4EBDC;
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
    position: fixed;
    z-index: 6;
    top: 0;
}

.logo-padding {
    padding-top: 10px;
}

.logo-height {
    height: 60px;
}

.margin-top-ten {
    margin-top: 10px;
}

.social-media-cell {
    text-align: right;
    padding-right: 10px;
}

.padding-zero {
    padding: 0;
}

.txt-rt {
    text-align: right
}

.layer-height {
    height: 100vh;
}

.layer-height-ab {
    height: 180vh;
}

.promoter-leading {
    line-height: 26px
}

.color-pd {
    color: #737373;
    font-size: 13px;
}

.pd-img {
    height: 430px
}


.tickmark-svg {
    height: 25px;
    width: 25px
}

.amenities-svg {
    height: 60px;
    width: 60px;
}

.carousel-band {
    background-color: #fff;
    height: 100vh;
}

.carousel-sonal {
    width: 450px;
    text-align: center;
    margin-top: 225px;
    padding-left: 80px;
    color: #7A652D;
}

.carousel-sonal_titles {
    font-size: 20px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
    text-transform: uppercase;
}

.carousel-sonal_img {
    height: 125px;
}

.carousel-sonal_by {
    font-size: 14px;
    font-weight: normal;
}

.carousel-tarot_heading {
    margin: 375px 0px 0px 100px;
    font-size: 32px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
    text-transform: uppercase;
    color: #fff;
}

.carousel-tarot_text {
    width: 320px;
    position: absolute;
    bottom: 150px;
    right: 70px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.carousel-crystal_heading {
    margin: 300px 0px 0px 100px;
    font-size: 32px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
    text-transform: uppercase;
    color: #7A652D;
}

.carousel-crystal_text {
    width: 400px;
    font-size: 18px;
    font-weight: 600;
    color: #7A652D;
    margin: 20px 0px 0px 100px;
}

.carousel-chakras_heading {
    margin: 50vh 0vw 0vh 10vw;
    font-size: 32px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
    text-transform: uppercase;
    color: #fff;
}

.carousel-chakras_text {
    width: 380px;
    position: absolute;
    top: 30vh;
    right: 5vw;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.btn_sm {
    height: 35px;
    width: 35px;
    margin: 0px 10px 5px 0px;
    transition: .1s ease;
}

    .btn_sm:active {
        transform: translate(2px,2px)
    }


a {
    text-decoration: none;
}

.menu-main {
    color: #7A652D;
    padding: 4px;
    margin: 0px 5px;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 2px;
    cursor: pointer;
    transition: .1s ease;
}

    .menu-main:hover {
        background-color: #E7D5BF;
        box-shadow: 2px 2px 2px rgba(0,0,0,.25);
    }

    .menu-main:active {
        transform: translate(2px,2px)
    }

.menu-enquiryBtn {
    color: #F4EBDC;
    background-color: #5D9132;
    padding: 4px;
    margin: 0px 5px;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 2px;
    cursor: pointer;
    transition: .2s ease;
}

    .menu-enquiryBtn:hover {
        background-color: #782B2A;
    }

.accessories-border-bottom {
    border: 0;
    border-bottom: 2px dashed #782B2A;
}

.accessories-text-title {
    font-size: 16px;
    font-weight: 600;
}

.accessories-text {
    font-size: 14px;
    font-weight: normal;
}

.accessories-img-border {
    box-shadow: 2px 2px 2px #333;
}

.separator {
    height: 10px;
    background: linear-gradient(#604836,#ddd7ca,#604836);
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
    padding: 0;
    z-index: 3;
    position: relative;
}

.quote-box {
    height: 100px;
    background-color: #F4EBDC;
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
    padding: 0;
    z-index: 3;
    position: relative;
}

.quote-line-height {
    line-height: 100px;
}

.img-flip {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.quote {
    font-size: 20px;
    text-align: center;
    color: #7A652D;
    padding-top: 25px;
    font-style: oblique;
}

.quoter {
    font-size: 16px;
}

.sections-titles {
    font-size: 28px;
}

.sections-text {
    font-size: 14px;
}

.gallery-text-shadow {
    text-shadow: 2px 2px 2px #000
}

.enquiry-main {
    height: 100vh;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    z-index: 8;
}

.enquiry-box {
    margin-top: 109px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #444;
    background: #fff;
}

.enquiry-closeBtn {
    height: 40px;
    width: 40px;
    cursor: pointer;
    transition: .1s ease;
}

    .enquiry-closeBtn:hover {
        transform: scale(1.2) rotate(90deg);
    }

    .enquiry-closeBtn:active {
        transform: scale(1) rotate(90deg);
    }

.enquiry-title {
    font-size: 24px;
    font-weight: 600;
}

.enquiry-label {
    font-size: 16px;
    font-weight: 600;
}

.enquiry-field {
    width: 100%;
    background-color: rgba(0,0,0,0);
    color: #333;
    border: 0px;
    border-bottom: 2px solid #F4EBDC;
    outline: none;
    font-size: 12px;
    font-weight: 400;
}

.enquiry-field-sup {
    color: red;
}

.enquiry-disc {
    font-size: 12px;
    font-weight: 200;
}

.enquiry-submitBtn {
    color: #fff;
    background-color: #443e62;
    outline: none;
    height: 40px;
    border: none;
}

.con-table {
    height: 65vh;
    color: #F4EBDC;
}

.footer-main {
    /* background-color: #dfd1c6; */
    color: #3d354f;
}

.footer-copy {
    font-size: 14px;
}

.footer-disc {
    font-size: 13px;
}

.tarot-text {
    background-color: antiquewhite;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

.crystal-image {
    height: 160px;
}

.crystal-margin-top-img {
    margin-top: 15vh;
}

.crystal-margin-top-txt {
    margin-top: 25vh;
}

.crystal-image-ink {
    mix-blend-mode: multiply;
    margin: 15px 0px;
}

.num-layer {
    margin-top: 20vh;
    background-color: rgba(255,255,255,.9);
    padding: 10px;
    border-radius: 15px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

.mantra-margin-top-left {
    margin-top: 20vh;
}

.mantra-margin-top-right {
    margin-top: 20vh;
}

.mantra-om-font {
    font-size: 14px
}

.mantra-om-benefits {
    padding-left: 60px
}

.chakra-margin-top-heading {
    margin-top: 15vh;
}

.chakra-margin-top-material {
    margin-top: 15vh;
}

.chakra-head-one {
    width: 6%
}

.chakra-head-two {
    width: 16%
}

.chakras-head {
    width: 26%;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFDC02;
    text-align: center;
}

.chakras-number {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px dashed #fff;
}

.chakras-name {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    border-left: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
}

.chakras-text {
    font-size: 11px;
    color: #fff;
    padding: 5px;
    text-align: center;
    border-left: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
}

.contact {
    height: 100vh;
    background: linear-gradient(#FFE602,#FFB802);
    padding: 0;
}

.contact-form-margins {
    margin-top: 20vh;
}

.contact-map {
    width: 100%;
    height: 100vh;
}

.contact-input {
    width: 100%;
    height: 40px;
    border: 2px solid #7A652D;
    border-radius: 4px;
    color: #7A652D;
    outline: none;
    margin: 7px 0px;
    padding-left: 5px;
}

.contact-txt {
    width: 100%;
    border: 2px solid #7A652D;
    border-radius: 4px;
    color: #7A652D;
    outline: none;
    margin: 7px 0px;
    padding-left: 5px;
    overflow: auto;
    resize: none;
}

.contact-btn {
    width: 130px;
    height: 40px;
    border: 2px solid #7A652D;
    border-radius: 4px;
    color: #7A652D;
    outline: none;
    font-size: 16px;
    margin: 7px 0px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.25);
    transition: .1s ease;
}

    .contact-btn:hover {
        background-color: #7A652D;
        color: #fff;
    }

    .contact-btn:active {
        transform: translate(2px,2px)
    }

.thank-you-main {
    height: 100vh;
    background: linear-gradient(#FFE602,#FFB802);
    padding: 0;
    color: #7A652D;
    font-size: 28px;
    font-weight: 600;
}



/*header css*/

.sidebar-open {
    overflow: hidden;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.sidebar-open .overlay {
    opacity: 1;
    visibility: visible;
    z-index: 5;
}

.header {
    padding: 6px 20px;
    /* background-color: #fff; */
    /* box-shadow: 3px 3px 3px #ccc; */
    z-index: 99;
    /* position: fixed; */
    top: 0;
    /*background: linear-gradient(to bottom, #fffffff0 10%, #ffffffa3 70%, #ffffff00 100%);*/
    left: 0;
    height: 94px;
    /* padding: 27px 0px; */
    width: 100%;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    position: fixed;
    /* padding: 6px 20px; */
    /* background: rgba(255, 255, 255, 0.6); */ /* halki transparency */
    /* backdrop-filter: blur(10px); */ /* blur effect */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    z-index: 99;
    /* top: 0; */ /* upar se attach */
    /* left: 0; */
    /* width: 100%; */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px; */
    position: fixed;
    /* background-color: #ffffffc9; */
    transition: background-color 0.3s ease;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.logo {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
}

.container {
    /* padding: 0 15px; */
}

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

.nav-list {
    display: flex;
    align-items: center;
    list-style: none;
}

    .nav-list li {
        padding: 0 15px;
    }

        .nav-list li a {
            color: black;
            font-size: 15px;
            text-decoration: none;
            padding: 0px 0;
            position: relative;
            display: block;
        }

            .nav-list li a::after {
                content: "";
                background-color: #443e62;
                width: 0;
                height: 2px;
                position: absolute;
                left: 0;
                bottom: 0;
                transition: all 0.3s linear;
            }

            .nav-list li a:hover::after {
                width: 100%;
            }

        .nav-list li.active a::after {
            width: 100%;
            background: #443e62;
        }

        .nav-list li.with-submenu {
            position: relative;
            cursor: pointer;
            display: flex;
            align-items: center;
        }

            .nav-list li.with-submenu > a {
                margin-right: 10px;
            }

            .nav-list li.with-submenu::after {
                content: "";
                border-bottom: 2px solid #fff;
                border-right: 2px solid #fff;
                position: absolute;
                width: 5px;
                height: 5px;
                transform: rotate(45deg);
                right: 0;
                margin-bottom: 5px;
                transition: all 0.3s;
            }

            .nav-list li.with-submenu:hover::after {
                transform: rotate(225deg);
                margin-top: 10px;
            }

            .nav-list li.with-submenu .submenu {
                position: absolute;
                left: 50%;
                top: 100%;
                background: #ffffff;
                border-radius: 10px;
                transform: translateX(-50%);
                box-shadow: 2px 2px 1px 2px #ccc;
                overflow: hidden;
                opacity: 0;
                visibility: hidden;
                transition: all 0.5s ease-in-out;
            }

            .nav-list li.with-submenu:hover .submenu {
                opacity: 1;
                visibility: visible;
            }

            .nav-list li.with-submenu .submenu li {
                padding: 0;
            }

            .nav-list li.with-submenu .submenu a {
                color: #000000;
                display: block;
                padding: 8px 15px;
                transition: all 0.3s;
            }

                .nav-list li.with-submenu .submenu a:hover {
                    background-color: rgba(49, 20, 50, 0.3);
                }
            /* .nav-list li.with-submenu .submenu a::after {
	display: none;
} */
            .nav-list li.with-submenu > a {
                position: relative;
                z-index: 1;
            }

.hamburger {
    display: none;
    z-index: 99;
}

    .hamburger .line {
        width: 25px;
        height: 1.5px;
        background-color: #ffffff;
        display: block;
        margin: 5px 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .hamburger .line:nth-child(2) {
            width: 15px;
        }

    .hamburger:hover {
        cursor: pointer;
    }

    .hamburger.is-active .line {
        background-color: #311432;
    }

        .hamburger.is-active .line:nth-child(2) {
            opacity: 0;
        }

        .hamburger.is-active .line:nth-child(1) {
            -webkit-transform: translateY(6.5px) rotate(45deg);
            -ms-transform: translateY(6.5px) rotate(45deg);
            -o-transform: translateY(6.5px) rotate(45deg);
            transform: translateY(6.5px) rotate(45deg);
        }

        .hamburger.is-active .line:nth-child(3) {
            -webkit-transform: translateY(-6.5px) rotate(-45deg);
            -ms-transform: translateY(-6.5px) rotate(-45deg);
            -o-transform: translateY(-6.5px) rotate(-45deg);
            transform: translateY(-6.5px) rotate(-45deg);
        }

@media (max-width: 767px) {
    .header {
        padding: 10px 0;
    }

    .hamburger {
        display: block;
    }

    .nav-wrap {
        position: fixed;
        top: 0;
        right: -100%;
        transform: translateX(100%);
        background-color: #ffffff;
        transition: all 0.5s linear;
        max-width: 300px;
        width: 100%;
        height: 100%;
        box-shadow: 2px -5px 5px 3px #ccc;
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }

        .nav-wrap.is-open {
            transform: translateX(0);
            opacity: 1;
            visibility: visible;
            right: 0;
            z-index: 9;
            display: inline-block;
            background: #fff;
            height: 100vh;
        }

    .nav-list {
        flex-direction: column;
        align-items: unset;
        opacity: 0;
        visibility: hidden;
        transition-delay: 0.5s;
        transition-duration: 1s;
        transition-property: all;
        padding: 10px;
    }

    .nav-wrap.is-open .nav-list {
        opacity: 1;
        visibility: visible;
    }

    .nav-list li {
        padding: 7px 10px;
        border-bottom: 1px dotted #80808029;
    }

        .nav-list li a {
            color: #311432;
            text-align: left;
            display: inline-block;
            padding: 2px 0;
            width: 100%;
        }

            .nav-list li a::after {
                background-color: #443e62;
                top: 33px;
                /* width: 100%; */
            }

        .nav-list li.with-submenu {
            display: block;
        }

            .nav-list li.with-submenu::after {
                border-color: #311432;
                right: 10px;
                top: 12px;
            }

            .nav-list li.with-submenu:hover::after {
                transform: rotate(45deg);
                margin-top: 0;
            }

            .nav-list li.with-submenu.is-open::after {
                transform: rotate(225deg);
                margin-top: 5px;
            }

            .nav-list li.with-submenu .submenu {
                position: static;
                transform: translateX(0);
                opacity: 1;
                visibility: visible;
                box-shadow: none;
                border-radius: 0;
                border-top: 1px solid #ccc;
                display: none;
                transition: auto;
                margin: 10px 0;
            }

                .nav-list li.with-submenu .submenu li {
                    padding: 7px 10px;
                }

                    .nav-list li.with-submenu .submenu li:hover a {
                        background-color: transparent;
                    }

                    .nav-list li.with-submenu .submenu li a {
                        display: inline-block;
                        padding: 2px 0;
                    }

                        .nav-list li.with-submenu .submenu li a::after {
                            display: block;
                        }
}

ul.nav-list {
    list-style: none;
    margin-bottom: 0px;
}

li.shfgy_tri {
    background: #443e62;
    margin-left: 25px;
    color: #fff;
    border-radius: 7px;
}

    li.shfgy_tri a {
        color: #fff;
        cursor: pointer;
        padding: 5px 0px;
    }

        li.shfgy_tri a:after {
            color: #fff;
            display: none;
        }

.top_header {
    /* display: flex; */
    justify-content: end;
    position: relative;
    /* top: 0px; */
    /* right: 0px; */
    z-index: 101;
    display: none;
}

ul.hghfvb_tri {
    margin-bottom: 0px;
    list-style: none;
    display: flex;
    /* background: #443e62; */
    /* gap: 20px; */
    padding: 2px 40px;
    /* padding-right: 40px; */
    /* border-radius: 0px 0px 0px 16px; */
    color: #fff;
    width: 50%;
    justify-content: end;
}

.nav-wrap {
    /* margin-top: 45px; */
}

ul.hghfvb_tri li a {
    color: #fff;
    font-size: 13px;
    padding: 0 25px;
    border-right: 1px solid #ffffff66;
    text-decoration: none;
}

ul.hghfvb_tri i {
    padding-right: 8px;
    font-size: 14px;
}


li.active a {
    color: #443e62;
}

    li.active a:after {
        color: #443e62;
    }

.nav-list li a:hover {
    color: #443e62;
}

.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
     background: #fff; 
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
    z-index: 999;
    transition: transform 0.4s ease;
    /* border-bottom: 4px solid #443e62; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.jhsdbhv_tri {
    display: flex;
    width: 100%;
    background: #443e62;
    justify-content: space-between;
}

.phone-info.with_nav {
    width: 50%;
    /* color: #fff; */
    padding: 2px 50px;
}

a.text-custom-white.fs-14 {
    color: #fff;
    padding: 0px 12px;
    border-right: 1px solid #ffffff66;
}

@media(max-width:768px) {
    .header {
        top: 0px;
    }
}

/*header.sticky {
    position: relative;
    z-index: 999;
    padding: 4px 0 68px 0;
    background: url(https://www.sachanestate.in/front/images/bg/top_bg.jpg) right no-repeat;
    height: 90px;
}*/
/*header css end*/

/*banners section */
.jhsgbyhg_tri {
    height: 635px;
    position: relative;
    width: 100%;
}

    .jhsgbyhg_tri video {
        object-fit: cover;
    }

#slider div {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media only screen and (min-device-width: 736px) and (orientation: landscape) {
    .background_slider {
        width: auto;
        padding: 10px;
        background: linear-gradient(90deg, rgba(19, 67, 119, 0) 0, #134377 30%);
    }
}

@media only screen and (min-device-width: 667px) and (orientation: landscape) {
    .background_slider {
        width: auto;
        padding: 10px;
        background: linear-gradient(90deg, rgba(19, 67, 119, 0) 0, #134377 30%);
    }
}

.background_slider {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    padding: 25px 20px 25px 1.24rem;
    z-index: 2;
    text-align: center;
    margin-bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #443e62 50%);
    bottom: 35%;
    width: 500px;
    left: auto;
    right: 0;
}

    .background_slider h3 {
        font-size: 25px;
    }

@media only screen and (min-device-width: 736px) and (orientation: landscape) {
    .background_slider h3 {
        margin-right: 12px;
    }
}

@media only screen and (min-device-width: 667px) and (orientation: landscape) {
    .background_slider h3 {
        margin-right: 12px;
    }
}

.background_slider h3 {
    font-size: 29px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: right;
    margin-right: 35px;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}



/*about section*/
.about-section {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    padding-block: 1rem;
    background: linear-gradient(to top, #00100f, #443e62);
    max-height: 550px;
    /* margin-top: 30px; */
}

.animate-on-scroll[data-direction="left"] {
    transform: translate(-100px, -60px);
}

.animate-on-scroll[data-direction="right"] {
    transform: translateX(-200px);
}

.animate-on-scroll {
    opacity: 0;
    transform: translate(0, 0);
    transition: transform 0.6s ease, opacity 0.6s ease;
}

    .animate-on-scroll.active {
        opacity: 1;
        transform: translate(0, 0);
    }

.about-section-image {
    height: 100%;
    grid-column: 2 / 6;
    grid-row: 2 / 13;
    border-radius: 10px;
    padding: 4px;
    /* background: linear-gradient(45deg, #d39f51, #e5b566, #f0cb7b, #f8e292, #fff7a9); */
    outline: 1px solid white;
    z-index: 2;
    background: #dce9ef;
}

    .about-section-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 10px;
    }

.animate-on-scroll.active {
    opacity: 1;
    transform: translate(0, 0);
}

.animate-on-scroll[data-direction="left"] {
    transform: translate(-100px, -60px);
}

.animate-on-scroll {
    opacity: 0;
    transform: translate(0, 0);
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.about-section-heading {
    grid-column: 5 / 11;
    grid-row: 2 / auto;
    background: #fff;
    border-radius: 12px;
    margin-top: 30px;
    font-size: 23px;
    padding: 10px;
    text-align: center;
    z-index: 3;
}

h2 {
    /* padding-block: 1rem; */
    margin: 0;
    font-size: 26px;
    color: #443e62;
    /* padding-block: 1.2rem; */
}

.about-section-heading span {
    background: linear-gradient(45deg, #d39f51, #e5b566, #f0cb7b, #f8e292, #fff7a9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 36px;
}

.animate-on-scroll.active {
    opacity: 1;
    transform: translate(0, 0);
}

.animate-on-scroll[data-direction="bottom"] {
    transform: translateY(50px);
}

.animate-on-scroll {
    opacity: 0;
    transform: translate(0, 0);
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.about-section-text {
    grid-column: 6 / 13;
    grid-row: 3 / 11;
    background: #fff;
    padding: 10px 2rem;
    border-radius: 8px;
    margin: 0px 40px;
    transform: translateX(-13%);
    height: 260px;
}

    .about-section-text p {
        font-size: 12px;
    }

p {
    text-wrap: pretty;
    line-height: 1.6;
    font-size: 14px;
    /* font-family: "Poppins", sans-serif; */
    padding-block: 4px;
}

h5.jkefbgv_tri {
    margin-bottom: 0px;
    color: #443e62;
}


/*project*/

.location_section {
    width: 100%;
    padding: 25px 15px 25px 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    background: url(../images/introbg.png) right bottom no-repeat;
}

    .location_section figure {
        display: inline-block;
        margin-bottom: 0;
        position: relative;
        width: 100%;
    }

        .location_section figure .holder {
            position: relative;
            width: 100%;
            height: 450px;
            width: 100%;
        }

.intro figure .holder img {
    max-width: 100%;
}

.location_section .content-box {
    display: block;
    padding-top: 40px;
    /* padding-left: 65px; */
}

    .location_section .content-box h6 {
        display: block;
        font-size: 21px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 20px;
        color: #443e62;
    }

.jhdfbgh_tri {
    color: #443e62;
}

.location_section .content-box h4 {
    display: block;
    font-size: 50px;
    
    padding-right: 16%;
    margin-bottom: 30px;
}

.location_section .content-box p {
    display: block;
    padding-right: 20%;
    margin-bottom: 30px;
    line-height: 30px;
}

.location_section .content-box a {
    display: inline-block;
    color: #26282b;
    font-weight: 600;
}

.submitbtn span {
    display: inline-block;
    vertical-align: middle !important;
    margin-right: 10px;
}

.holder img {
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
}


/*location section */
.sh-title {
    margin-bottom: 15px;
}

    .sh-title h2 {
        font-size: 36px;
        line-height: 30px;
        font-weight: 600;
        text-align: center;
        /* background: linear-gradient(to right, #443e62 35%, #000); */
        /* -webkit-background-clip: text; */
        /* -webkit-text-fill-color: transparent; */
        /* display: inline-block; */
        text-transform: uppercase;
        /*  */
        color: #443e62;
        font-family: "Beverly", serif;
        text-align: left;
    }

    .sh-title a {
        /* background: linear-gradient(to right, #443e62 35%, #000); */
        /* -webkit-background-clip: text; */
        /* -webkit-text-fill-color: transparent; */
    }

section.loc_section {
    padding: 40px 0px;
}

p.vfgev_tri {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    margin-top: 30px;
}

img.hvfgds_rtri {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location_img {
    height: 400px;
}

.efgvbhvj_tri {
    padding: 40px 0px;
}

/*chapter section*/


.project_section {
    background: linear-gradient(#2361a31a, #ffffff, #2361a31a);
    padding: 30px 0px;
}

.rtdrtd_tri {
    margin-bottom: 26px;
    
    display: flex;
    justify-content: center;
}

h2.common-head-new {
    font-size: 35px;
    /* line-height: 30px; */
    font-weight: 500;
    text-align: center;
    color: #333;
    letter-spacing: 0.3px;
}

.common-head-new {
    position: relative;
}

    .common-head-new::before {
        /* content: ""; */
        position: absolute;
        display: block;
        width: 120px;
        height: 1px;
        top: 46px;
        background: #80808066;
        bottom: 1px;
        left: calc(50% - 60px);
    }

    .common-head-new::after {
        /* content: ""; */
        position: absolute;
        display: block;
        width: 40px;
        top: 45px;
        height: 3px;
        background: #443e62;
        bottom: 0;
        left: calc(50% - 20px);
    }

h2.common-head-new span {
    color: #443e62 !important;
    font-weight: 600;
}


.sbyhfg_tri {
    display: flex;
    height: 350px;
    justify-content: center;
    width: 100%;
}

img.hedfgv_tri {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.Schematic_img {
    height: 100%;
}

.chapter_img {
    height: 100%;
    /* border-radius: 20px; */
}


.img_overlay_content {
    position: relative;
    overflow: hidden;
}

    .img_overlay_content img {
        display: block;
        width: 100%;
        height: auto;
    }

.overlay1 {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    transition: bottom 0.4s ease-in-out;
    border-radius: 20px;
}

.img_overlay_content:hover .overlay1 {
    bottom: 0;
    border-radius: 20px;
}

.overlay-content {
    /* text-align: center; */
}

.hfgv_tri {
    padding: 35px;
}

img.bdfgh_tri {
    width: 30px;
    height: 30px;
    padding-right: 10px;
    filter: brightness(0) invert(1);
}

.ehjbfh_tri {
    display: flex;
    padding: 15px 0px;
}

.jhevfg_tri {
    padding: 15px 0px;
}

.ehjbfh_tri span {
    font-size: 14px;
    padding-top: 4px;
}


/*gallery*/



#carousel {
    perspective: 1000px;
    overflow: hidden;
}

#scene {
    width: 40%;
    margin: 40px auto 0 auto;
    transform-style: preserve-3d;
    transition: transform 0.5s;
}

.carousel_item {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 0 10px;
    backface-visibility: hidden;
    height: 300px;
}

    .carousel_item:not(:first-of-type) {
        position: absolute;
        left: 0;
        top: 0;
    }



#carousel_btn {
    width: 100px;
    margin: 20px auto 0 auto;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #carousel_btn .btn {
        width: 45px;
        height: 45px;
        line-height: 31px;
        padding-left: 12px;
        box-sizing: border-box;
        border-radius: 50%;
        float: left;
        border: 2px solid #443e62;
        color: #443e62;
        font-family: sans-serif;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.3s;
    }

        #carousel_btn .btn:hover {
            color: #ffffff;
            background-color: #443e62;
        }

    #carousel_btn > div:first-child {
        margin-right: 10px;
    }

section.gallery_section {
    padding: 30px 0px;
}

.carousel_item {
    display: block;
    /*    width: 600px !important;
    height: 400px !important;*/
    box-sizing: border-box;
    padding: 0 10px 0 10px;
    backface-visibility: hidden;
    position: relative;
    text-align: center;
    z-index: 10001;
}

    .carousel_item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px; /* optional */
        display: block;
        margin: 0 auto;
    }

/* .carousel_item:not(:first-of-type) {
        position: absolute;
        left: 0;
        top: 0;
    }*/




.carousel_item {
    position: relative;
    overflow: hidden;
}


    /* .carousel_item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 1;
    }*/


    .carousel_item::after {
        content: "View Details";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 18px;
        font-family: sans-serif;
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 2;
        pointer-events: none;
    }


    .carousel_item:hover::before {
        opacity: 1;
    }

    .carousel_item:hover::after {
        opacity: 1;
    }

.cerulean_1::after {
    content: "Captain Soaj Clubhouse";
}

.cerulean_2::after {
    content: "Cluster Street View";
}

.cerulean_3::after {
    content: "Townhouse Visualisation";
}

.cerulean_4::after {
    content: "Terrace Level Layout";
}

.cerulean_5::after {
    content: "Terrace Level";
}

.cerulean_6::after {
    content: "Layout View";
}

.cerulean_7::after {
    content: "Master Bedroom Suite";
}

.cerulean_8::after {
    content: "Bedroom Suite: Bathroom";
}

.cerulean_9::after {
    content: "Boutique Family Living Space";
}

.cerulean_10::after {
    content: "Schematic Layout";
}

.cerulean_11::after {
    content: "Ground & First Typical Bed Suite";
}

.cerulean_12::after {
    content: "Ground Floor";
}

.cerulean_13::after {
    content: "First Floor";
}

.cerulean_14::after {
    content: "Covered Sun Deck";
}

.cerulean_15::after {
    content: "Entry Level Layout";
}

.cerulean_16::after {
    content: "Entry Level Layout";
}

.cerulean_17::after {
    content: "The Oceanic Boulevard";
}

.cerulean_18::after {
    content: "Layout View";
}

.cerulean_19::after {
    content: "Captain Soaj Clubhouse";
}

.cerulean_20::after {
    content: "Cerulean: Chapter 01";
}

.cerulean_21::after {
    content: "Aerial View";
}

.cerulean_22::after {
    content: "East End Visualisation";
}


.cerulean_23::after {
    content: "Cerluean Apts";
}

.cerulean_24::after {
    content: "Cerulean Apts Pool Side";
}


/*
Amenities*/



.operate-flow {
    /* background: url(../images/desktop-bann-3.jpg) 50% 0 / cover no-repeat; */
    position: relative;
    padding: 40px 0 155px!important;
    /*clear: both !important;
    background: linear-gradient(#2361a31a, #ffffff, #2361a31a);*/
}

    .operate-flow::before {
        /* background: #0c0520ad; */
        bottom: 0;
        /* content: ""; */
        left: 0;
        opacity: .9;
        position: absolute;
        right: 0;
        top: 0;
    }

.heading-operate.white-o {
    color: #fff;
    padding-bottom: 30px;
}

.heading-operate {
    opacity: .9;
}

    .heading-operate span {
        display: inline-block;
        width: 100%;
        font-size: 20px;
        letter-spacing: 5px;
        text-transform: uppercase;
        color: #fff;
    }

.h4-operate {
    color: #fff;
    font-size: 30px;
    margin: 10px 0;
}

.operate-process {
    text-align: center;
    position: relative;
    margin-top: 50px;
}

    .operate-process .icon {
        width: 100px;
        height: 100px;
        display: inline-block;
        position: relative;
        border-radius: 50%;
        z-index: 1;
        line-height: 100px;
        color: #fff;
        font-size: 40px;
        background: rgba(255, 255, 255, .2);
        margin-bottom: 16px;
    }

        .operate-process .icon:before {
            content: "";
            border: 3px solid rgba(255, 255, 255, .2);
            position: absolute;
            height: 120px;
            width: 120px;
            z-index: -1;
            border-radius: 50%;
            left: -11px;
            top: -11px;
        }

    .operate-process li .number {
        top: 34px;
        right: -40px;
        display: inline-block;
        margin-right: 10px;
        height: 38px;
        width: 38px;
        font-size: 14px;
        position: absolute;
        background: #965452;
        line-height: 38px;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        z-index: 2;
    }

    .operate-process li .h6-operate-title {
        /* text-transform: uppercase; */
        font-weight: 500;
        margin-top: 0;
        color: #333;
        font-size: 13px;
        /* letter-spacing: 1px; */
        /* font-weight: 600; */
    }

.text-white {
    color: #fff !important;
}

.icon i {
    display: inline-block;
    transition: all 0.3s ease;
}

.icon:hover img {
    animation: vibrate 0.3s linear infinite;
}

@keyframes vibrate {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translate(-2px, 2px);
    }

    40% {
        transform: translate(-2px, -2px);
    }

    60% {
        transform: translate(2px, 2px);
    }

    80% {
        transform: translate(2px, -2px);
    }

    100% {
        transform: translate(0);
    }
}

.operate-process .icon {
    position: relative;
}

.icon img {
    padding: 5px;
    /* filter: brightness(0) invert(1); */
    width: 95px;
    position: relative;
    top: -8px;
    padding: 14px;
    border: 1px solid gray;
    border-radius: 50px;
}

.operate-process .icon:before {
    content: "";
    position: absolute;
    height: 96px;
    width: 96px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-top-color: #443e62;
    border-radius: 50%;
    left: 1px;
    top: -3px;
    z-index: -1;
    animation: rotateCircle 1.5s linear infinite;
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fejg_tri {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.section.about-area.pt-40 {
    background: #fff !important;
    padding-top: 50px !important;
    padding: 50px 0;
    background-image: url() !important;
    background-size: cover !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}

.about-area.pt-40 {
    padding: 40px 0px !important;
    background: #0a4055ab;
}

.map_new {
    padding: 7px;
    background: white;
    border: 1px solid #8080804a;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    padding-bottom: 2px;
}

.fugwei_tri.text-center.rounded.p-3.mx-5.mb-4 {
    box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 8px 0px;
}

.heading_new {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
    width: 100%;
}

p {
    color: #3c3c3c;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 15px;
}

.fgbyhvgb_tri {
    padding-right: 0px;
}

    .fgbyhvgb_tri h3 {
        font-size: 22px;
        color: white;
    }

ul.about-list {
    padding: 0px;
}

.about-item {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
}

    .about-item span.span {
        color: #333;
        font-size: 13px;
    }

span.span.textt_about {
    margin-left: 26px;
}

.textt_about {
    padding-bottom: 5px;
    position: relative;
}

    .textt_about:before {
        content: "\f0a4";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: 5px;
        width: 28px;
        font-size: 13px;
        color: #e19903 !important;
        color: Brown;
        position: absolute;
        left: -29px;
        top: 1px;
    }


p.span {
    color: #fff;
}

ul.row.fejg_tri .col-md-2 {
    flex: 0 0 auto;
    width: 14.2%;
}




/*Accessories*/
section.accessories_section {
    padding: 40px 0px;
}

.about-highlight {
    position: relative;
}

    .about-highlight.highlight-1::before {
        position: absolute;
        background: url(../images/accessories/accessories_bg1.png);
        content: "";
        top: -200px;
        left: -300px;
        z-index: -1;
        width: 696px;
        height: 813px;
    }

    .about-highlight .about-highlight-img img {
        border-radius: 25px;
        height: 100%;
        object-fit: cover;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

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

.about-highlight .about-highlight-detail h4 {
    text-transform: uppercase;
    font-size: 28px;
    color: #443e62;
    font-family: "Beverly", serif;
}

p.textt_courses {
    position: relative;
    margin-bottom: 0px;
    line-height: 21px;
    padding-left: 30px;
}

.page-content-area p {
    margin-bottom: 10px;
}

p.textt_courses:before {
    content: "\f0a4";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 5px;
    width: 22px;
    font-size: 11px;
    color: #443e62;
    position: absolute;
    left: 0px;
    top: 5px;
}

.about-highlight-img {
    height: 300px;
    width: 100%;
}

.about-highlight.highlight-2::before {
    position: absolute;
    background: url(../images/accessories/accessories_bg2.png);
    content: "";
    top: -400px;
    right: -300px;
    z-index: -2;
    width: 1278px;
    height: 986px;
}

.accessories_section {
    overflow: hidden;
}


.about-highlight.highlight-3::before {
    position: absolute;
    background: url(../images/accessories/accessories_bg3.png);
    content: "";
    top: -200px;
    left: -300px;
    z-index: -3;
    width: 1107px;
    height: 922px;
}

.about-highlight.highlight-4::before {
    position: absolute;
    background: url(../images/accessories/accessories_bg4.png);
    content: "";
    top: -300px;
    right: -300px;
    z-index: -4;
    width: 964px;
    height: 846px;
}


/*connectivity*/
.connectivity-section {
    padding: 40px 0;
    z-index: 0;
    position: relative;
    background-image: url(../images/Connectivity_bg.png);
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
}

.connectivity-section:before {
        /*top: 0;
        left: 0;
        right: 50%;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        background: #443e62d9;*/
}
img.hgfbyh_tri {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.hsgfy_tri {
    /* height: 500px; */
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
}

h2.white-color.text-left {
    color: #ffffff;
    margin-bottom: 25px;
    font-size: 35px;
    font-weight: 600;
}

p.textt_courses.hvfhg_tri {
    color: #ffffff;
    margin: 0 0 5px;
    padding: 0px;
    padding-left: 30px;
    font-size: 13px;
    line-height: 19px;
}

    p.textt_courses.hvfhg_tri:before {
        color: #ffffff70;
        top: 0px;
    }

.hfgbfh_tri {
    display: flex;
    /* gap: 10px; */
    padding: 0 0px 22px;
    /* border-bottom: 1px solid #ffffff4f; */
    align-items: flex-start;
}

.vfgfvh_tri {
    /* height: 60px; */
    width: 35px;
    margin-right: 15px;
}

    .vfgfvh_tri img {
        opacity: .3;
        height: 100%;
        width: 100%;
        filter: brightness(0) invert(1);
    }

.hvsfgh_tri h5 {
    margin: 0px;
    padding-left: 0;
    padding-bottom: 10px;
    color: #ffffff;
}

.col-md-6.text-white.wow.fadeInUp.hdsgyh_tri.animated {
    padding: 0 30px;
}

.bg_blue_dark2 {
    background-color: black;
    position: relative;
}

.copyright {
    padding: 0;
}

    .copyright p {
        margin: 0;
        font-size: 13px;
        color: #ffffff;
    }

.credits {
    /* margin-top: 6px; */
    color: white;
    font-size: 13px;
}

.ytftyfyt_tri {
    color: white !important;
    text-decoration: none;
}

.company {
    color: #538a33 !important;
    font-weight: bolder;
}

.footer-social-icon {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}

    .footer-social-icon a {
        margin-right: 20px;
    }

.w-30 {
    width: 31px;
}


.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

    .btn-whatsapp-pulse i {
        font-size: 35px;
    }

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 20px;
    right: 32px;
    animation-play-state: paused;
}

    .btn-whatsapp-pulse-border::before {
        content: "";
        position: absolute;
        border-radius: 50%;
        padding: 25px;
        border: 5px solid #25d366;
        opacity: 0.75;
        animation-name: pulse-border;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }

    .btn-whatsapp-pulse-border:hover {
        color: white;
    }

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

p.footer-copy.text-center {
    margin-bottom: 0px;
}
/*----------whats app icon Css-----------*/

p.enquiry-disc.ps-4.pt-2 {
    padding: 0px 20px;
}

a.carousel_item:hover:before {
    content: "";
    position: absolute;
    background: #000000a1;
    left: 9px;
    width: 96%;
    height: 100%;
}

.header.scrolled {
    /* background-color: #ffffffc9; */
    /* transition: background-color 0.3s ease; */
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    /* backdrop-filter: blur(10px); */
}


::-webkit-scrollbar {
    width: 5px;
}


::-webkit-scrollbar-thumb {
    background-color: #443e62;
    border-radius: 0px;
}


::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}


.hjwgyh_tri {
    display: none !important;
}

#blinking-button {
    padding: 8px 35px;
    border-radius: 4px;
    /* border: 0px solid #6C8003; */
    position: absolute;
    /* opacity: 50%; */
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    outline: none;
    border: none;
}

/*@keyframes blink {
    0%, 100% {
        background-color: #000;
    }

    50% {
        background-color: #fff;
        color: #333;
    }
}*/

#blinking-button {
    background-color: #000;
    color: #fff;
    animation: blink 4s linear infinite;
    /* position: absolute; */
}

.img_overlay_content:hover #blinking-button {
    opacity: 0;
}

a.fvtgdh_tri {
    color: #3c3c3c;
    text-decoration: none;
}

    a.fvtgdh_tri:hover {
        color: #3c3c3c;
        text-decoration: none;
    }


/*    about use new*/
section.hgfy_tri {
    padding: 50px 0px;
    background: url("../images/bg-about.png") no-repeat center center/cover;
}

.about-img-left {
    margin-right: 30px;
    /* width: 100%; */
    padding: 15px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    z-index: 1;
}

.about-us-img-wrap img {
    margin: 0;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.section-subtitle-2 {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 25px;
    position: relative;
}

.section-subtitle {
    font-weight: 600;
    /* font-family: var(--ltn__body-font); */
}

.ltn__secondary-color {
    /* color: #0e56a4 !important; */
    background: #538a33;
    color: #fff;
}

.section-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    color: #443e62;
    /*  */
}

.section-title-area p {
    margin-bottom: 0;
    max-width: 500px;
    font-size: 14px;
    text-align: justify;
    color: #333;
    line-height: 24px;
}

.ltn__list-item-half {
    margin-top: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

    .ltn__list-item-half li {
        width: 50%;
        float: left;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        margin-bottom: 16px;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 20px;
        font-size: 14px;
        color: #333;
    }

        .ltn__list-item-half li i {
            font-size: 20px;
            color: #538a33;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1), 3px 4px 14px 0 rgba(0, 0, 0, .1);
            margin-right: 2px;
            height: 45px;
            margin-right: 16px;
            width: 45px;
            line-height: 45px;
            background-color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 45px;
            flex: 0 0 45px;
            border-radius: 100%;
        }

.col-lg-6.align-self-center.shfg_tri {
    position: relative;
}

img.jsgbhg_tri {
    position: absolute;
    left: -15px;
    top: -25px;
    animation: mover2 0.5s infinite alternate;
}

img.uigfty_tri {
    position: absolute;
    bottom: -25px;
    right: 11px;
    animation: mover2 0.5s infinite alternate;
}

img.jhfbghg_tri {
    width: 100%;
    /* padding: 20px; */
}

.bar {
    height: 2px;
    width: 39%;
    top: -4px;
    background: #443e62;
    margin: 4px auto;
    position: relative;
    left: -162px;
    right: 0;
    border-radius: 5px;
    overflow: hidden;
}

    .bar::before {
        content: '';
        position: absolute;
        left: 57px;
        top: 0;
        height: 100%;
        width: 7px;
        background: #fff;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: MOVE-BG;
        animation-name: MOVE-BG;
    }

h2.common-head-new {
    width: 200px;
}

.bar1 {
    height: 2px;
    width: 90%;
    top: -2px;
    background: #443e62;
    margin: 4px auto;
    position: relative;
    left: 0px;
    right: 0;
    border-radius: 5px;
    overflow: hidden;
}

    .bar1::before {
        content: '';
        position: absolute;
        left: 10px;
        top: 0;
        height: 100%;
        width: 7px;
        background: #fff;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: MOVE-BG;
        animation-name: MOVE-BG;
    }

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(85px)
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(85px);
        transform: translateX(150px);
    }
}


/*aminities new*/
/*.vert-move2 {
    -webkit-animation: mover2 0.5s infinite alternate;
    animation: mover2 0.5s infinite alternate;
}
*/
@-webkit-keyframes mover2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.whyicon {
    margin: 0px 0px 2px;
    /* color: #0b5fa3; */
    position: relative;
}

.whyicon .why-choose-icon {
    width: 70px;
    /* height: 80px; */
    position: relative;
    animation: gradient1 8s 
ease infinite, rocking 8s 
ease infinite;
}
@keyframes rocking {
    0%, 100%, 25% {
        transform: rotate(0);
    }

    50% {
        transform: rotate( 10deg);
    }

    75% {
        transform: rotate(-10deg);
    }
}

    .whyicon:after {
        content: '';
        position: absolute;
        width: 60px;
        height: 60px;
        background: #efefef57;
        border-radius: 100%;
        opacity: 0.9;
        left: 50px;
        top: 15px;
        z-index: 0;
        /* -webkit-animation: circleanimated 1s infinite alternate;
        animation: circleanimated 1s infinite alternate;*/
    }

@-webkit-keyframes circleanimated {
    0% {
        width: 0px;
        height: 0px;
    }

    100% {
        width: 65px;
        height: 65px;
    }
}

@keyframes circleanimated {
    0% {
        width: 0px;
        height: 0px;
    }

    100% {
        width: 65px;
        height: 65px;
    }
}

.section-title-area.ltn__section-title-2---.mb-20 h4.section-title {
    
}

.mb-0 {
    margin-bottom: 0px;
}

/*gallery*/
section.gallery_section.sgfyg_tri {
    background: #f5f5f500;
}

.hhsbdgh_tri {
    /*padding: 10px;*/
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: hidden;
    margin: 10px;
    margin-top: 20px;
    padding-bottom: 0px;
    position: relative;
}

h4.hvgs_tri {
    font-size: 18px;
    text-align: center;
    width: 100%;
    line-height: 29px;
    margin: 0px;
    padding: 5px;
    color: white;
}

section.gallery_section.sgfyg_tri {
    position: relative;
    overflow: hidden;
}
/*
    section.gallery_section.sgfyg_tri:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 45%;
        padding-top: 50%;
        background: linear-gradient(135deg, #c1b5fd 0%, #443e62 47%, transparent 43.1%);
    }
*/
/*.owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}

.owl-carousel.owl-theme.owl-loaded.owl-drag button.owl-prev, .owl-carousel.owl-theme.owl-loaded.owl-drag button.owl-next {
    position: absolute;
    background: #2c3574 !important;
    padding: 0px 14px !important;
    border-radius: 50%;
    border-radius: 50%;
}

.owl-carousel.owl-theme.owl-loaded.owl-drag button.owl-prev {
    left: 0px;
    position: absolute;
}

.owl-carousel.owl-theme.owl-loaded.owl-drag button.owl-next {
    right: 0px;
    position: absolute;
}


    .owl-carousel.owl-theme.owl-loaded.owl-drag button.owl-prev span, .owl-carousel.owl-theme.owl-loaded.owl-drag button.owl-next span {
        font-size: 25px;
        font-weight: 600;
    }*/
.owl-nav {
    position: absolute;
    /* left: -238px; */
    bottom: 0;
    right: 0px;
    top: -58px;
}

.owl-carousel.owl-theme.owl-loaded.owl-drag button.owl-prev, .owl-carousel.owl-theme.owl-loaded.owl-drag button.owl-next {
    background: #443e62;
    color: white;
    height: 40px;
    width: 40px;
    margin: 0 12px;
    position: relative;
    border-radius: 0px;
}

    .owl-carousel.owl-theme.owl-loaded.owl-drag button.owl-prev span, .owl-carousel.owl-theme.owl-loaded.owl-drag button.owl-next span {
        font-size: 26px;
    }

    .owl-carousel.owl-theme.owl-loaded.owl-drag button.owl-prev:after {
        content: "";
        border-left: 1.6vmax solid #443e62;
        border-top: 2.99vmax solid transparent;
        right: 0;
        transform: translateX(100%);
        position: absolute;
        bottom: 0;
    }

    .owl-carousel.owl-theme.owl-loaded.owl-drag button.owl-next:after {
        content: "";
        border-bottom: 2.99vmax solid transparent;
        border-right: 1.6vmax solid #443e62;
        left: 0px;
        transform: translateX(-100%);
        position: absolute;
        top: 0px;
        height: auto;
    }

.owl-carousel.owl-theme.owl-loaded.owl-drag button.owl-prev, .owl-carousel.owl-theme.owl-loaded.owl-drag button.owl-next {
    background: #443e62;
    color: white;
    height: 40px;
    width: 40px;
    margin: 0 12px;
    position: relative;
    border-radius: 0px;
}

    .owl-carousel.owl-theme.owl-loaded.owl-drag button.owl-prev span, .owl-carousel.owl-theme.owl-loaded.owl-drag button.owl-next span {
        font-size: 26px;
    }

.owl-theme .owl-dots span {
    height: 5px !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 25px;
    background: #443e62 !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px !important;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}



/*contact us*/

.contact-section {
    padding: var(--space-120) var(--space-50);
}

.hsfghfy_tri {
    background-image: url(../images/contact-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* background-attachment: fixed; */
    position: relative;
}

    .hsfghfy_tri::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to right, rgb(0 0 0 / 96%) -5%, transparent);
    }

.contact-section.home {
    padding: 50px 0px;
    /* background-image: url(../images/bg_image_contact.png); */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-attachment: fixed; */
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, rgba(230, 242, 245, 0), #e6f2f5 33%, #fdf2ec);
}

    .contact-section.home .contact-form {
        background: #ffff;
        /* box-shadow: none; */
        /* padding: var(--space-0); */
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border-radius: 0px;
        width: 100%;
    }

        .contact-section.home .contact-form form {
            padding: 50px 30px;
        }

        .contact-section.home .contact-form .btn-submit {
            width: 150px;
        }

.contact-box {
    position: relative;
    overflow: hidden;
    background-color: var(--white-color);
    border: 1px solid #e1e9f4;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: var(--space-15);
}

    .contact-box:hover {
        border-color: transparent;
        box-shadow: 0px 10px 60px rgba(137, 151, 186, 0.15);
    }

    .contact-box .box-image {
        overflow: hidden;
        background-color: var(--color-two);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .contact-box .box-image img {
            width: 100%;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

    .contact-box:hover .box-image img {
        opacity: 0.70;
        transform: scale(1.04,1.04) rotate(1deg);
    }

    .contact-box .contact-box-inner {
        position: relative;
        padding: var(--space-60) var(--space-50);
        padding-top: var(--space-0);
        text-align: center;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .contact-box .contact-box-inner .content h5 {
            margin-bottom: var(--space-25);
        }

        .contact-box .contact-box-inner .content p {
            font-size: var(--font-18);
            line-height: 28px;
            color: var(--color-six);
            margin-bottom: 0;
        }

        .contact-box .contact-box-inner .image {
            position: relative;
            background-color: var(--white-color);
            width: 90px;
            height: 90px;
            line-height: 90px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0px 10px 20px rgba(137, 151, 186, 0.2);
            margin: -45px auto 25px;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

    .contact-box:hover .contact-box-inner .image img {
        animation: rotateme3 0.8s ease-in-out;
        -webkit-animation: rotateme3 0.8s ease-in-out;
    }

    .contact-box .contact-box-inner .image img {
        margin: 0 auto;
    }

.contact-form {
    background-image: url('../images/background/6.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    margin-top: var(--space-35);
    padding: var(--space-100) var(--space-15);
    box-shadow: 0px 10px 60px rgba(137, 151, 186, 0.15);
}

    .contact-form .btn-submit {
        width: 370px;
        max-width: 100%;
        margin-top: var(--space-15);
    }

.contact-section.home .contact-form form {
    padding: 50px 30px;
}

.btn-solid {
    background-color: #443e62;
    border: none;
    color: #fff;
    margin-left: 7px;
    margin-top: 8px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 20px 8px 20px;
}

.contact-section.home .contact-form form {
    padding: 26px 30px;
}

.sec-title h2 {
    z-index: 1;
    color: #443e62 !important;
    margin-top: 10px;
    font-size: 30px;
}


.sec-title .separator {
    position: relative;
    width: 70px;
    height: 4px;
    border-radius: 33.7963px;
    margin-top: var(--space-15);
    /* background-color: var(--color-two); */
    background: linear-gradient(90deg, rgb(9 52 69) 0%, rgb(17 95 111) 13%, rgb(131 174 183) 100%);
}

    .sec-title .separator:before {
        position: absolute;
        content: '';
        right: -12px;
        width: 8px;
        height: 4px;
        border-radius: 33.7963px;
        /* background-color: var(--color-two); */
        background: linear-gradient(90deg, rgb(23 111 123) 0%, rgb(31 117 127) 13%, rgb(9 40 56) 100%);
    }

    .sec-title .separator:after {
        position: absolute;
        content: '';
        right: -19px;
        width: 4px;
        height: 4px;
        border-radius: 33.7963px;
        background-color: var(--color-two);
    }

.default-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

input[type="text"], input[type="email"], input[type="tel"], select {
    color: #000 !important;
    height: 34px !important;
    border: 1px solid #ccc !important;
    font-size: 12px;
    border-radius: 4px !important;
    outline: none;
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

label {
    color: black;
    font-size: 13px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.default-form textarea.form-control {
    height: 79px;
    resize: none;
    padding-top: 0px;
    font-size: 12px;
}

.contact-info {
    padding: 0px 20px;
    position: relative;
    text-shadow: 2px 2px 3px #1c1b1b8c;
}

    .contact-info .title {
        color: #ffffff;
        font-size: 28px;
    }

.information {
    display: flex;
    color: #555;
    align-items: center;
    margin: 0px 0px 6px 0px;
    /* justify-content: center; */
    align-items: baseline;
    font-size: 0.95rem;
}

    .information i {
        /* color: #054860; */
        color: #fff;
    }

    .information i {
        font-size: 14px;
        color: white;
        background: #a75950;
        padding: 5px 11px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
        margin-right: 15px;
        width: 30px;
        height: 30px;
    }

    .information p {
        color: white;
        margin-bottom: 0px;
    }

.social-media {
    padding: 1rem 0 0 0;
}

.social-icons {
    display: flex;
    margin-top: 0.5rem;
}

    .social-icons a {
        width: 35px;
        height: 35px;
        border-radius: 5px;
        /* background: linear-gradient(45deg, #054860, #149279); */
        color: #fff;
        text-align: center;
        line-height: 35px;
        margin-right: 0.5rem;
        transition: 0.3s;
    }

.facebook-bg {
    /* background: #2a68b1 !important; */
}

.twitter-bg {
}

.instagram-bg {
    /* background: #ae1ba0 !important; */
}

.linkedin-bg {
    background: #0077B5 !important;
}

.social-icons {
    display: flex;
    margin-top: 0.5rem;
}

.w-new-464 {
    width: 127px;
}

.contact-section {
    position: relative;
}

    .contact-section::before {
        /* content: ''; */
        /* position: absolute; */
        /* top: 0; */
        /* bottom: 0; */
        /* left: 0; */
        /* right: 0; */
        /* background: linear-gradient(to right, rgb(0 0 0 / 96%) -5%, transparent); */
    }

.social-media p {
    color: #fff;
}

.nkf-ami {
    color: #fff;
    text-decoration: none;
}

    .nkf-ami:hover {
        color: #fff;
        text-decoration: none;
    }

.bg-white-new {
    background: #fbfbfb;
    z-index: 9;
}

.text-underline {
    text-decoration: underline;
    color: #ffbfbf;
}

.align-new {
    /* display: flex; */
    /* align-items: center; */
}

span.errorspan_tri {
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    color: red;
}

label.etyui_tri {
    display: flex;
    align-items: self-start;
    font-size: 11px;
}

p.para2 {
    font-size: 12px;
    padding: 0px;
    padding-left: 7px;
    margin: 0px;
    line-height: 20px;
}

label.etyui_tri input {
    /* padding-top: 5px; */
    /* display: inline-block; */
    margin-top: 3px;
}

.col-lg-7.col-md-8.bg-white-new form .sec-title {
    width: 190px;
}

    .col-lg-7.col-md-8.bg-white-new form .sec-title .bar1 {
        margin: 0px;
    }

select.form-control.InterestedIn_dld.reqfield {
    font-size: 12px;
}

select.form-control.InterestedIn_dld.reqfield {
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none !important;
}

select.form-control.InterestedIn_dld {
    font-size: 12px;
}



.footer_call {
    margin: 0;
    background: #443e62;
    /*  background: -moz-linear-gradient(left, #45376c 0, #45376c 50%, #584587 50%, #584587 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #45376c), color-stop(50%, #45376c), color-stop(50%, #584587), color-stop(100%, #584587));
    background: -webkit-linear-gradient(left, #45376c 0, #45376c 50%, #584587 50%, #584587 100%);
    background: -o-linear-gradient(left, #45376c 0, #45376c 50%, #584587 50%, #584587 100%);
    background: -ms-linear-gradient(left, #45376c 0, #45376c 50%, #584587 50%, #584587 100%);
    background: linear-gradient(to right, #325998 0, #45376c 50%, #584587 50%, #af3869 100%);*/
    width: 100%;
    padding: 31px 0 10px 0px;
    position: relative;
}

    /*.footer_call::after {
        content: '';
        padding: 38px 0;
        background: url(../images/marketing.png) no-repeat center #45376c;
        position: absolute;
        left: 0;
        right: 0;
        top: 20%;
        width: 99px;
        margin: 0 auto;
        border-radius: 50px;
        height: 99px;
    }*/

    .footer_call .call_us_ft h2 {
        color: #fff;
        font-family: roboto_condensedregular;
        margin-bottom: 0px !important;
        margin-top: 13px;
    }

    .footer_call .call_us_ft a {
        text-decoration: none;
    }

.text-white {
    color: #fff !important;
}

.footer_call .call_us_ft p {
    /* font-family: open_sansregular; */
    font-size: 14px;
    margin: 0px !important;
    margin-bottom: 10px !important;
}

.footer_call .request_btn h2 {
    font-family: roboto_condensedregular;
    text-transform: uppercase;
    float: right;
    margin-top: 13px;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.footer_call .request_btn a {
    color: #48474f;
    position: relative;
    top: 27px;
    background: #fff;
    border: 2px solid #48474f;
    padding: 9px 45px;
    text-decoration: none;
    font-size: 14px;
    float: right;
    cursor: pointer;
}


.nav-list li a.enquiry_btn_open:hover {
    color: #fff;
}

.social-icons a:hover {
    color: #fff;
}

.row.footer-main {
    padding: 20px 0px;
}

.align-new.esfgyg_tri {
    /*   position: absolute;
    left: 80px;
    background: #443e62;
    width: 35%;*/
    /* Center vertically */
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*  background: linear-gradient(135deg, #443e62, #6a5ca5);
    background: linear-gradient(180deg, #443e62, #2e2a45);
    background: linear-gradient(90deg, #443e62, #7666a1, #2e2a45);*/
    /* background: radial-gradient(circle, #443e62, #2e2a45); */
}

.col-lg-7.col-md-8.bg-white-new {
    background: #fff;
}

.row.footer-main {
    background-image: url("../images/footer-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

a.text-custom-white.fs-14 i {
    font-size: 13px;
}

.nav-list li .enquiry_btn_open1:hover {
    color: #fff;
}

.owl-dots {
    text-align: center;
}

.map-container {
    position: relative;
}

    .map-container img {
        width: 100%;
        /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
        display: block;
        height: 500px;
        object-fit: contain;
        border-radius: 20px;
        padding: 0px 60px;
        background: #fff;
    }

.magnifier {
    position: absolute;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    pointer-events: none;
    transform: translate(-50%, -50%);
    display: none;
    background-repeat: no-repeat;
    background-size: 200%;
}




/*===========popup css=================*/
.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 500px;
    margin: 30px auto;
    /* max-width: 97%; */
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*max-height: calc(100vh - 70px);*/
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 12px;
    top: -1px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #333;
}

.img-fluid-new {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }

    .custom-model-inner {
        width: 100%;
    }

    .dis-mob-none {
        display: none;
    }
}

.new_phonesmsg, .new_errormsg, .new_namemsg {
    font-size: 10.6px;
    font-weight: 400;
    color: red;
    position: absolute;
    left: 0;
}

.pop-up-content-wrap.default-form .sec-title.mb-2 {
    width: 200px;
}

p.para1 {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
}

.pop-up-content-wrap.default-form .sec-title.mb-2 .bar1 {
    margin: 0px;
}
/*===========popup css=================*/




/*==============Floor plan Css Start=====================*/
section.ugui_tri {
    position: relative;
    background: linear-gradient(#2361a31a, #ffffff, #2361a31a);
    padding: 40px 0 60px;
}

/*section.ugui_tri:before {
        background-image: url(../images/top_arrow.png);
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 29%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }*/

.rtdrtd_tri {
    color: #fff;
    margin-bottom: 18px;
    text-align: center;
}

.gradient-heading {
    font-size: 38px;
    /* line-height: 30px; */
    font-weight: 700;
    text-align: center;
    background: linear-gradient(to right, #161616, #83570a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.grdf_tri {
    position: relative;
    margin-top: 25px;
}

.WhyBox {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #fff;
    /* box-shadow: 0px 2px 18px -3px rgb(1 1 1 / 20%); */
    /* border-bottom: 0px solid #088654; */
    /* margin-bottom: 10px; */
    border-top-left-radius: 20px;
    /* border-radius: 20px; */
    border-top-right-radius: 20px;
    /* padding: 10px; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .WhyBox img {
        /* border-top-left-radius: 20px; */
        /* border-top-right-radius: 20px; */
        /* border-bottom-left-radius: 20px !important; */
        /* border-bottom-right-radius: 20px; */
        /* border-bottom: 1px solid gray; */
    }

.awards-txtt {
    width: 100%;
    padding: 10px 2px;
    position: absolute;
    background: #0000008a;
    /* border-bottom-left-radius: 20px; */
    /* border-bottom-right-radius: 20px; */
    color: white;
    /* text-shadow: 2px 2px 3px #1c1b1b; */
    bottom: 0;
}

.company_name {
    font-size: 13px;
    color: white;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 0px;
    padding: 0px 0px 0px;
    font-style: italic;
}

.news-thumb {
    padding: 10px;
    /* border-radius: 20px; */
    /* border-bottom-left-radius: 20px; */
    /* border-bottom-right-radius: 20px; */
}

.WhyBox a {
    text-decoration: none;
    position: relative;
    /* border-radius: 20px; */
    /* border-bottom-left-radius: 20px; */
    /* border-bottom-right-radius: 20px; */
}
/*==============Floor plan Css End=====================*/



.banner-new-design {
    position: absolute;
    bottom: 6%;
    width: 90% !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}



    .banner-new-design .banner_logo {
        margin: auto;
        display: block;
        width: 150px;
    }

    .banner-new-design .address {
        padding: 20px 0;
        font-size: 18px;
    }

    .banner-new-design .address {
        color: #ffffff;
        /* letter-spacing: 2px; */
        font-weight: 300;
        text-align: center;
        padding: 3px 0 15px 0px;
        font-size: 20px;
        font-variant: lining-nums;
    }

    .banner-new-design .banner-details {
        padding: 5px;
        display: flex;
        justify-content: space-between;
        padding: 10px;
        border: 1px solid #dddddd63;
        z-index: 99;
        background: #00000047;
        backdrop-filter: blur(20px);
        width: 85%;
        margin: auto;
        border-radius: 0;
    }

        .banner-new-design .banner-details div:not(:last-child) {
            border-right: 1px solid #dddddd94;
        }

        .banner-new-design .banner-details .banner-status {
            /* flex: 1; */
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 15px;
            padding: 20px 5px;
            position: relative;
            transition: 0.4s ease-in;
            width: 33%;
        }

            .banner-new-design .banner-details .banner-status h5 {
                color: #fff;
                letter-spacing: 2px;
                text-transform:uppercase;
                font-weight: 300;
                font-size: 12px;
                padding-bottom: 10px;
                font-family: var(--montserrat);
                font-weight: 500;
            }

                .banner-new-design .banner-details .banner-status h5::after {
                    position: absolute;
                    content: "";
                    width: 170px;
                    height: 1px;
                    top: 50%;
                    left: 50%;
                    background: #dddddd;
                    font-size: 12px;
                    top: 48%;
                    transform: translateX(-50%);
                }

            .banner-new-design .banner-details .banner-status h4 {
                color: #fff;
                font-size: 12px;
                font-weight: 400;
                letter-spacing: 2px;
                text-align: center;
                font-family: var(--montserrat);
            }

        .banner-new-design .banner-details .banner-typology {
            /* flex: 1.8; */
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 15px;
            padding: 20px 5px;
            position: relative;
            transition: 0.4s ease-in;
            width: 33%;
        }

            .banner-new-design .banner-details .banner-typology h5 {
                color: #fff;
                letter-spacing: 2px;
                font-weight: 300;
                font-size: 14px;
                text-transform:uppercase;
                padding-bottom: 10px;
                font-family: var(--montserrat);
                font-weight: 500;
            }

                .banner-new-design .banner-details .banner-typology h5::after {
                    position: absolute;
                    content: "";
                    width: 170px;
                    height: 1px;
                    top: 48%;
                    left: 50%;
                    background: #dddddd;
                    transform: translateX(-50%);
                }

            .banner-new-design .banner-details .banner-typology h4 {
                font-size: 12px;
                color: #fff;
                font-weight: 400;
                letter-spacing: 2px;
                text-align: center;
                font-family: var(--montserrat);
            }

.video-sec {
    position: relative;
}

    .video-sec::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background: linear-gradient( 180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.13) 36%, rgba(0, 0, 0, 0.56) 77.5%, rgba(0, 0, 0, 0.5) 85.5%, #000000 100% );
    }


/*===================New css start===================*/

/*About SEction*/
.about-section-ami {
    background-image: url(../images/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0px 25px 0px;
    background-position: bottom;
    position: relative;
}

    .about-section-ami::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to right, rgb(255 255 255 / 37%) 0%, rgb(255 255 255 / 0%) 40%, rgb(255 255 255 / 0%) 70%, rgb(255 255 255 / 0%) 100%);
        pointer-events: none;
    }

.djasjj-mai {
    position: relative;
    z-index: 99;
}

/*Gallery*/
.hfgf_tri {
    pointer-events: none;
    position: absolute;
    z-index: 99;
    left: 0;
    /* font-size: 37px; */
    bottom: 14px;
    width: 100%;
}


.hhsbdgh_tri::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.13) 36%, rgba(0, 0, 0, 0.56) 77.5%, rgba(0, 0, 0, 0.5) 85.5%, #00000099 100%);
    top: 0;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    right: 0;
    left: 0;
    z-index: 9;
}

.hhsbdgh_tri:hover .zoom-icon {
    opacity: 1;
    /*background-color: rgba(0, 0, 0, 0.7);*/
}

.hhsbdgh_tri::after {
    content: '';
    pointer-events: none;
    opacity: 0;
    margin: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: opacity 0.5s ease-in-out;
    left: 0;
    right: 0;
}

.hhsbdgh_tri:hover::after {
    opacity: 1;
}

.hhsbdgh_tri:hover .hfgf_tri {
    opacity: 0;
}

.hhsbdgh_tri img {
    transition: transform .4s;
}

.hhsbdgh_tri:hover img {
    transform: scale(1.2);
}

.zoom-icon {
    position: absolute;
    top: 50%;
    width: 62px;
    display: flex;
    pointer-events: none;
    transition: opacity 0.5s ease-in-out;
    z-index: 999;
    justify-content: center;
    align-items: center;
    height: 62px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
    opacity: 0;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    padding: 10px;
    border-radius: 50%;
}

.dkbdkd-ami {
    padding-left: 12px;
    padding-right: 12px;
}

.request_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-us-ami {
    background-image: url(../images/contactus_bg.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 0px;
    background-attachment: fixed;
}

    .contact-us-ami:before {
        content: "";
        position: absolute;
        inset: 0;
        /* background: linear-gradient(to right, rgb(68 62 98 / 85%) 0%, rgb(68 62 98 / 60%) 40%, rgb(68 62 98 / 0%) 70%, rgb(68 62 98 / 0%) 100%); */
        pointer-events: none;
        background: #0000008a;
    }

.banner-leadform {
    /* width: 325px;
    position: absolute;*/
    top: 12%;
    right: 6%;
    background: #fff;
    width: 93%;
    padding: 8px 0px 27px 0px;
    border-radius: 3px;
    margin: auto;
    border: 1px solid #a75950;
    box-shadow: 0px 2px 9px 7px rgb(0 0 0 / 22%);
}

.ribbon {
    background-color: #443e62;
    fill: #443e62;
    position: relative;
    line-height: 40px;
    padding: 1px 34px;
    color: #fff;
    font-weight: 500;
    /* margin-bottom: 10px; */
    width: 100%;
    z-index: 9;
    text-align: center;
    font-size: 16px;
    /*top: -40px;*/
}

.fold.bottom.right {
    right: 5px;
    z-index: 100;
    position: absolute;
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg);
}

.fold.bottom.left {
    left: 5px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.fold.bottom.left, .fold.bottom.right {
    border-width: 12px;
    border-color: transparent #a75950 transparent transparent;
    top: 30px;
}

.fold {
    position: absolute;
    border-style: solid;
}
/*.banner-leadform form {
    margin-top: -55px;
}*/
label {
    margin-bottom: 0px;
}

.consult {
    margin: 5px 5px 0px !important;
}
header.header:before{
      content: "";
    background: linear-gradient(to bottom, #ffffff 10%, #ffffffcf 70%, #ffffff00 100%);
    position: absolute;
    top: 0;
    height: 100px;
    width: 100%;
    left: 0;
}
header.header .row-wrap {
    position: relative;
}
.uiftegyu_tri span {
    font-size: 90px;
    line-height: 100px;
    text-align: center;
    font-family: 'Great Vibes', cursive;
    text-shadow: 2px 2px #000000;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uiftegyu_tri span:before {
    content:"";
    position: absolute;
    left: 100px;
    border-bottom: 2px solid; /* thickness */
    border-image: linear-gradient(to right, #ffffff00, #ffffff) 1;
    width: 150px;
}

.uiftegyu_tri span:after {
    content:"";
    position: absolute;
    right: 100px;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #ffffff, #ffffff00) 1;
    width: 150px;
}
.uiftegyu_tri {
    display: flex;
    justify-content: center;
    align-items: center;
}
.operate-flow:before {
    content: "";
    background-image: url('../images/Amenities_bg.png');
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: 0;
    background-position: bottom;    opacity: .5;
}
.whfduih_tri {
    position: absolute;
    width: 60%!important;
    height: 100%;
    /* border: 1px solid #1493b836; */
    left: 26%;
    top: 25px;
    background: #1493b814;
    border-radius: 10px;
}
.row.grfdf_tri {
     position: relative;
}


li.footer-li.socials img {
    width: 28px;
    height: 28px;
}
@media (max-width: 767px) {
    .uiftegyu_tri span {
        font-size: 32px; line-height: 40px;
    }
    .uiftegyu_tri span:after {
    right: -15px;
    border-bottom: 1px solid;
    width: 50px;
}
    .uiftegyu_tri span:before{
          left: -15px;
            border-bottom: 1px solid;
            width: 50px;
    }
    .banner-new-design .banner-details {
    display: block;
    width: 100%; padding: 25px 0;
}
    .banner-new-design .banner-details .banner-typology {
            padding: 30px 5px;
        width: 100%;
        border: 0 !important;
}
    .banner-new-design .banner-details .banner-status {
            padding: 0 5px;
        width: 100%;
        border: 0 !important;
}
    .about-section-ami {
    padding: 40px 0px 20px 0px;
            background-position: -110px 0px;
}
    .ltn__list-item-half {
        margin: 0;
    }
    .ltn__list-item-half li i {
    height: 38px;    font-size: 18px;
    margin-right: 10px;
    width: 38px;
    min-width: 38px;
    flex: auto;
}
    .ltn__list-item-half li {
    padding-right: 10px;
}
    .whyicon .why-choose-icon {
        width: 50px;
    }
    .operate-flow:before {
    background-size: 225%;
    background-position: -62px bottom;
}
.map-container img {
     height: auto; 
    padding: 18px 60px;
}
.footer-menu .col-d-33 {
    width: 100%!important;
}
.footer-menu {
        column-count: 1!important;
    }
.first-row-col {
        width: 100% !important;
        padding: 18px 0 20px 15px !important;
    }
.socials-ul .footer-li.socials {
        width: 100%!important;
    }
.terms-link {
        width: 100%;
    }
.whfduih_tri {
    display: none;
}
footer.footer.anim-block .first-row-col-2.anim-elem.top {
    padding: 0;
}
.terms-flex {
    display: block;
}

.terms-flex a.terms-link {
    width: 100%;
    display: block;
}
.copyright p {
    padding-bottom: 75px;
}
li.shfgy_tri {
    margin-left: 5px;
}
}




h2.main-head-ami {
    font-size: 26px;
}
