body {
    font-family: "Outfit", sans-serif;
}

html,
body {
    scroll-padding-top: 100px;
}

.brochure-sld .brochure-sld-main img {
    border-radius: 10px;
}

.form_sub_head {
    color: #34347d !important;
    margin-top: 15px !important;
    font-weight: 600 !important;
}

img.width-nh {
    width: 117px;
    margin-right: 10px;
    margin-top: -8px;
    margin-left: 10px;
}

.menu-svg {
    border-radius: 50px;
}

.border-10 {
    border-radius: 10px;
}

.header-popup {
    position: absolute;
    top: 10px;
    z-index: 555;
    width: 500px;
    right: 50px;
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: #068175 !important;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: #f5811e !important;
    border-color: #f5821f !important;
}

.cm-width {
    width: 65px;
}

.banner-sec {
    /* background: url(../images/home/banner.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100vh; */
    /* display: flex; */
    align-items: center;
    text-align: center;
}

.faq_container button.accordion-button {
    font-size: 16px !important;
}

h1 {
    font-family: "Larsseit", sans-serif;
    font-size: 46px;
    line-height:50px;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 0px;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Larsseit", sans-serif !important;
}

.font-larsseit {
    font-family: Outfit, sans-serif;
}

.enquire_btn,
.enquire_btn:hover {
    background: #156435;
    color: #fff;
    padding: 5px 20px;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;

}

.banner-sec p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0px;
}

.green-harmony {
    /*background: url(../media/about-us.jpg);*/
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 60px;*/
    /* height: 648px; */
    margin-bottom: 10px;
}

.banner-below-section {
    padding-top: 30px;
    padding-bottom: 20px;
}

.experience-main p {
    font-size: 18px;
    line-height: 28.8px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0px;
}

.experience-head span {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.10em;
}

.font-18 {
    font-size: 18px;
    line-height: 25.2px;
    color: #393939;
}

.c-font-18 {
    font-size: 18px;
    line-height: 25.2px;
}

.c-font-20 {
    font-size: 20px;
    line-height: 28px;
}

.hidden {
    margin-top: -200px;
}

.header {
    transition: 0.4s;
    background: #0000007d;
}

.scrolled {
    background: #fff;
    padding: 10px 0px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    /* width: 140px; */
}

@media (min-width: 1200px) {
    .tline {
        top: 90px !important;
    }

    .navbar-brand img {
        width: 156px;
        /* transition: 0.4s; */
        /* filter: brightness(0) invert(1); */
    }
}

.scrolled .navbar-brand img {
    width: 140px;
    filter: brightness(1) invert(0) !important;
}

.homecard-inner {
    position: absolute;
    bottom: 20px;
    color: #fff;
    width: 100%;
}

span.line-img {
    background: linear-gradient(90deg, rgb(28 110 1) 0%, rgb(252 255 230) 100%);
    width: 125px;
    height: 5px;
    display: block;
    margin-bottom: 32px;
    margin-top: 15px;
}

.homecard-main span.line-img {
    width: 50px;
    height: 3px;
}

.fw-500 {
    font-weight: 500 !important;
}

.homecard-inner span.one {
    color: #A880F8;
}

.homecard-inner span.two {
    color: #1792D5;
}

.homecard-inner span.three {
    color: #8AA027;
}

.homecard-inner span.four {
    color: #0B8E90;
}

.homecard-inner span.five {
    color: #55B08C;
}

.homecard-inner span.six {
    color: #CD3DCA;
}

.homecard-inner span.seven {
    color: #D7BC03;
}

.homecard-inner p {
    font-size: 18px;
    line-height: 28.8px;
    font-weight: 400;
}

.banner-below-top-bg {
    position: absolute;
    top: 20px;
    left: 0px;
    transition: transform 1s ease-out, opacity 1s ease-out;
    transform: translateX(-20px);
    opacity: 0;
}

.banner-below-top-bg.animate {
    transform: translateX(0);
    opacity: 1;
}

.banner-below-bottom-bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transition: transform 1s ease-out, opacity 1s ease-out;
    transform: translateX(100px);
    opacity: 0;
}

.banner-below-bottom-bg.animate {
    transform: translateX(0);
    opacity: 1;
}

.brochure-section {
    padding: 60px 0px 60px 0px;
}

.brochure-btn a {
    font-size: 16px;
    line-height: 20.16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 12px 32px;
    background: #156435;
}

.brochure-section span.line-img {
    width: 73px;
}

.brochure-sld-main h3 {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.brochure-sld-main p {
    position: absolute;
    /*top: 62px;*/
    left: 30px;
    right: 30px;
    font-size: 18px !important;
    line-height: 24px;
}

.brochure-sld-main .clr-1 {
    color: #7855BD;
}

.brochure-sld-main .clr-2 {
    color: #B231AF;
}

.brochure-sld-main .clr-3 {
    color: #D7BC03;
}

.swiper-pagination.brochure-pagi {
    position: relative;
    text-align: left;
    bottom: -30px;
}

.brochure-pagi span.swiper-pagination-bullet {
    width: 40px;
    height: 1px;
    background: #f37100;
    opacity: 1;
    border-radius: 0px;
}

.brochure-pagi span.swiper-pagination-bullet-active {
    height: 3px;
}

.tambaram-section {
    padding: 100px 0px;
}

.tambaram-content-min {
    padding: 48px;
    color: #fff;
}

.visit-btn {
    margin-top: 42px;
}

.visit-btn a {
    color: #156435;
    text-decoration: none;
    font-size: 18px;
    line-height: 22.68px;
    font-weight: 600;
    background: #fff;
    padding: 10.5px 32px;
}

.fw-300 {
    font-weight: 300 !important;
}

.tambaram-section span.line-img {
    width: 106px;
    height: 4px;
}

.tambaram-section .experience-main p {
    margin-top: 7px;
}

.opportunities-section .line-img {
    height: 4px;
    width: 104px;
}

.video-section {
    position: relative;
    width: 100%;
    height: 100vh;
    /* Adjust height as needed */
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    /* Video is behind the buttons */
}

.play-pause-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    /* Ensure buttons are above the video */
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Dark overlay */
    z-index: 2;
    /* Overlay above the video */
    display: none;
    /* Hidden by default */
}

.play-pause-container .play-button,
.pause-button {
    background: transparent;
    border: none;
    cursor: pointer;
    opacity: 0.5 !important;
    /* Initial opacity for the pause button */
    transition: opacity 0.3s ease;
    /* Smooth transition for opacity change */
}

.play-button:hover {
    opacity: 1 !important;
}

.pause-button:hover {
    opacity: 1 !important;
    /* Full opacity on hover */
}

.villa-section {
    padding-top: 100px;
}

.villa-cnt {
    padding: 40px;
}

.innovation-section {
    padding: 100px 0px;
}

.innovation-bg {
    position: absolute;
    right: 0px;
    top: 0px;
    transition: transform 1s ease-out, opacity 1s ease-out;
    transform: translateX(50px);
    opacity: 0;
}

.innovation-bg.animate {
    transform: translateX(0);
    opacity: 1;
}

.accordion-button:focus {
    box-shadow: none;
}

.innovation-section .accordion-item,
.faq-section .accordion-item {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

.innovation-section button.accordion-button {
    padding: 18px 0px;
    background: #fff !important;
}

.innovation-section .accordion-body,
.faq-section .accordion-body {
    background: #01AB141A;
    padding: 24px;
}

.innovation-section .accordion-button::after,
.faq-section .accordion-button::after {
    background-image: url('../images/faq-plus.svg');
}

.innovation-section .accordion-button:not(.collapsed)::after,
.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url('../images/faq-minus.svg');
}

button.accordion-button {
    font-size: 22px;
    line-height: 33.6px;
    color: #000000;
    font-weight: 600;
}

.nature-section {
    /* background: url('../images/home/nature-bg.jpg'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100vh; */
}

.realm-section {
    padding: 100px 0px;
}

.realm-cnt {
    padding: 48px 29px;
}

.font-24 {
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 600;
}

.realm-inner .line-img {
    width: 75px;
    height: 4px;
}

.fw-600 {
    font-weight: 600 !important;
}

.realm-inner ul li {
    font-size: 16px;
    line-height: 25.6px;
}

.realm-inner ul {
    padding-left: 20px;
}

.kids-section {
    background: url('../media/sameera-banner-11.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 43px;
    padding-bottom: 100px;
}

.gradient-btn a {
    font-size: 18px;
    line-height: 23.04px;
    font-weight: 500;
    background: linear-gradient(90deg, rgba(21, 100, 53, 1) 0%, rgba(0, 162, 216, 1) 50%, rgba(0, 134, 179, 1) 100%);
    padding: 3px 14px;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
}

.gradient-btn {
    margin-bottom: 15px;
}

.spancap {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.headcaps {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 0.10em;
}

.kids-section p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 0px;
}

.kids-card-main {
    border-radius: 10px;
    background: #fff;
    padding: 18px 18px 30px 18px;
    box-shadow: 0px 11.67px 23.33px 0px rgba(84, 101, 255, 0.1);
}

.kids-card-main h3 {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

.paracaps {
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 400;
}

.plan-cnt {
    padding: 44px 28px;
}

.plan-section {
    padding: 100px 0px;
}

.plan-section .line-img {
    height: 4px;
    width: 75px;
}

.plan-section ul {
    padding-left: 20px;
}

.plan-section ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 27.2px;
}

.amenities-seciton .line-img {
    width: 107px;
    height: 4px;
}

.amenities-cnt-main {
    position: absolute;
    top: 50px;
    left: 50px;
}

.amenities-cnt-main h3 {
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 500;
    margin-bottom: 16px;
}

.amenities-seciton .nav-link.clr-1 {
    color: #7855BD !important;
}

.amenities-seciton .nav-link.clr-2 {
    color: #1792D5 !important;
}

.amenities-seciton .nav-link.clr-3 {
    color: #499879 !important;
}

.amenities-seciton .nav-link.clr-4 {
    color: #B231AF !important;
}

.amenities-cnt-main ul {
    padding-left: 20px;
    margin-right: 20px;
}

.amenities-cnt-main ul li {
    font-size: 16px;
    line-height: 20.8px;
    margin-bottom: 12px;
}

.amenities-seciton nav {
    padding-top: 57px;
}

.amenities-seciton .nav-link {
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 600;
    padding: 12px 69px 12px 24px;
    width: fit-content;
    border-radius: 40px !important;
    border: none !important;
    margin-bottom: 24px !important;
    opacity: 0.5;
}

.amenities-seciton .nav-link.active {
    box-shadow: 0px 0.67px 23.33px 0px rgba(84, 101, 255, 0.1);
    opacity: 1;
}

.amenities-seciton .nav-link.active:after {
    content: url(../images/home/tab-arrow.svg);
    position: absolute;
    right: 15px;
    top: 15px;
}

.nav-tabs {
    border: none !important;
}

.w-fit-content {
    width: fit-content !important;
}

.lifestyle-section {
    padding-top: 100px;
}

.lifestylebg {
    position: absolute;
    left: 0px;
    top: 20px;
    transition: transform 1s ease-out, opacity 1s ease-out;
    transform: translateX(-50px);
    opacity: 0;
}

.lifestylebg.animate {
    transform: translateX(0);
    opacity: 1;
}

.lifestyle-inner-section .nav-link {
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 600;
    padding: 0px 40px;
    border: none !important;
    opacity: 0.5;
    border-bottom: 1px solid #000 !important;
    padding-bottom: 14px;
}

.lifestyle-inner-section .nav-link.active {
    opacity: 1;
    border-bottom: 4px solid !important;
}

.nav-link:focus-visible {
    box-shadow: none !important;
}

.lifestylepagi span.swiper-pagination-bullet.swiper-pagination-bullet {
    width: 40px;
    border-radius: 3px;
    height: 3px;
    background: #fff;
    opacity: 0.5;
}

.lifestylepagi span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.lifestylepagi {
    bottom: 40px !important;
}

.blend-section {
    padding: 50px 0px;
}

.blend-section .line-img {
    height: 4px;
    width: 75px;
}

.accordion-button:not(.collapsed) span {
    background:linear-gradient(90deg, rgb(28 110 1) 32%, rgb(255 119 0) 87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.faq-main {
    padding-top: 50px;
}

.faq-section .accordion-item {
    background: transparent;
}

.faq-section .accordion-button:not(.collapsed) {
    background: transparent;
}

.faq-section button.accordion-button {
    padding-left: 0px;
    padding-right: 0px;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
}

.faq-section ul {
    padding-left: 24px;
}

.faq-section ul li {
    font-size: 18px;
    line-height: 34.2px;
}

.pioneers-section {
    padding: 100px 0px;
}

.pioneers-bg {
    position: absolute;
    right: 0px;
    top: 40px;
    transition: transform 1s ease-out, opacity 1s ease-out;
    transform: translateX(100px);
    opacity: 0;
}

.pioneers-bg.animate {
    transform: translateX(0);
    opacity: 1;
}

.pioneers-section .line-img {
    width: 123px;
    height: 4px;
}

.pioneers-section .gradient-btn {
    margin-bottom: 9px;
}

.br-right:after {
    width: 0.5px;
    height: 65px;
    background: #C2C2C2;
    display: block;
    content: '';
    position: absolute;
    right: 0px;
    top: 25%;
}

.enquire-cnt-main {
    position: absolute;
    top: 64px;
    left: 150px;
}

.enquire-frm-main {
    padding: 50px 100px;
}

.enquire-frm-main input {
    background: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #ffffff53 !important;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    padding: 0px 0px 8px 0px !important;
    margin-bottom: 45px;
}

.enquire-frm-main ::placeholder {
    color: #fff !important;
}

.enquire-frm-main button {
    background: #156435;
    border: none;
    border-radius: 0px;
    padding: 10.5px 32px;
    font-size: 18px;
    line-height: 22.68px;
    font-weight: 600;
}

.enquire-frm-main .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.innovation-section button.accordion-button {
    color: #000 !important;
}

.accordion-item {
    border-color: var(--bs-accordion-border-color);
}

.accordion-item.border-color-none {
    --bs-accordion-border-color: transparent;
    border-color: transparent;
}

.brochure-sld {
    transition: width 0.5s ease-in-out;
    /* Adjust the duration and easing as needed */
}

.homecard-main span.line-img {
    margin-bottom: 0px;
}

.innovation-section .accordion-item:first-child .accordion-button {
    padding-top: 0px;
}

.award-sec {
    padding: 70px;
    margin-top: 70px;
}

section.footer-section {
    padding-top: 35px;
}

.footer-section h3 {
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 500;
    margin-bottom: 16px;
}

.footer-section ul {
    list-style: none;
    padding-left: 0px;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
}

.copyright ul {
    display: flex;
    float: right;
}

.copyright ul li {
    margin-bottom: 0px;
    margin-left: 35px;
}

/*@media (min-width: 1200px){*/
/*    .copyright {*/
/*    padding-top: 30px;*/
/*    padding-bottom: 15px;*/
/*    margin-bottom: 60px;*/
/*}*/
/*}*/
.copyright p {
    font-size: 14px;
    line-height: 22px;
}

.copyright ul li a {
    font-size: 14px;
    line-height: 22px;
}

.download-broucher-btn {
    transform: rotate(90deg);
    top: 90%;
    width: 40%;
    height: 50px;
    right: -18% !important;
    left: unset;
    position: fixed;
    -webkit-text-fill-color: #000;
    text-decoration: none !important;
    font-weight: 600;
    z-index: 999;
}

.download-broucher-btn a {
    background: #068175;
    padding: 12px 18px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    -webkit-text-fill-color: aliceblue;
}

.header .header-right {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.header .header-right li a {
    padding: 10px 20px;
    background-color: #03a74c;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
}

.header .header-right li a:hover {
    background-color: #33337a;
    color: #fff;
    text-decoration: none;
}

.header-right li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 24px;
    background: #fff;
    border-radius: 50px;
}

.header.scrolled .header-right li a {
    background: #156435;
    color: #fff;
}

.header.scrolled .button_container span {
    background: #000;
}

.popup-modal.header-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #34347d75;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.popup-modal.header-popup.show {
    display: flex;
    opacity: 1;
}

.header-popup .popup-content {
    background-color: #fff;
    border-radius: 20px;
    width: 500px;
    max-width: 90%;
    transform: translateY(-50px);
    transition: transform 0.3s ease;
}

.popup-content img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.popupcnt-main {
    padding: 20px;
    background: #e7e7ff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.popup-modal.header-popup.show .popup-content {
    transform: translateY(0);
    /* Slide down into view */
}

.header-popup .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    background: red;
    width: 24px;
    height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

form.header-frm {
    margin-top: 15px;
}

.fixed-sectiondesk form.header-frm {
    margin-top: 0px;
}

.header-frm input,
.header-frm select {
    width: 100%;
    padding: 5px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.header-frm .notification-checkbox {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 15px;
}

.header-frm input.notifications {
    width: 3%;
    display: flex;
    margin-bottom: 0px;
}

.header-frm label {
    width: 95%;
}

.header-frm button {
    background: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 10.5px 32px;
    font-size: 18px;
    line-height: 22.68px;
    font-weight: 600;
    width: 100%;
    color: #34347d;
    text-transform: uppercase;
}

.header-popup h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
}

.fixed-sectionmbl ul {
    display: flex;
    margin-bottom: 0px;
    justify-content: space-around;
    background: #156435;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    padding: 10px 24px;
    border-radius: 50px;
    background: linear-gradient(88deg, rgb(14 102 95) 24%, rgb(0 149 136) 74%);
    left: 0px;
}

.fixed-sectionmbl li {
    list-style: none;
    margin-right: 30px;
}

.fixed-sectionmbl li:last-child {
    margin-right: 0px;
}

.fixed-sectionmbl li a {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.fixed-sectionmbl li a img {
    margin-right: 6px;
}

.fixed-sectionmbl {
    margin: 0px 15px;
}

.fixed-sectiondesk {
    padding: 15px 0px;
    position: fixed;
    z-index: 999;
    bottom: 0px;
    width: 100%;
}

.fixed-sectiondesk .header-frm input,
.fixed-sectiondesk .header-frm select {
    padding: 2px 10px;
    margin-bottom: 0px;
    font-size: 14px;
}

.fixed-sectiondesk .notification-checkbox {
    margin-bottom: 0px;
    font-size: 14px;
}

.fixed-sectiondesk .header-frm button {
    background: #fff;
    padding: 4px 24px;
    font-size: 14px;
    line-height: 22.68px;
    width: 100%;
    color: #000;
}

.fixed-sectiondesk .phone-error {
    color: #fff !important;
}

.fixed-sectiondesk .header-frm label {
    width: 90%;
}

.fixed-sectiondesk .header-frm input.notifications {
    width: 7%;
}

input:focus-visible {
    outline-offset: unset !important;
    outline: unset !important;
}

.harmony-pagi span.swiper-pagination-bullet {
    width: 30px;
}

.harmony-pagi span.swiper-pagination-bullet {
    width: 40px;
    height: 1px;
    background: #51337a;
    opacity: 1;
    border-radius: 0px;
}

.harmony-pagi span.swiper-pagination-bullet-active {
    height: 3px;
}

.swiper-pagination.harmony-pagi {
    position: relative;
    text-align: left;
    bottom: -20px;
}

.extra {
    display: none;
}

#read-more-btn {
    margin-top: 10px;
    cursor: pointer;
}

button#read-more-btn,
button#read-less-btn {
    background: #fff;
    border: none;
    padding: 7px 20px;
    border-radius: 30px;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
}

button#read-less-btn {
    margin-top: 15px;
}

.header-right {
    list-style: none;
    display: flex;
}

.header-right li {
    margin-left: 10px;
}

.overlay.open+.header-right {
    display: none;
}

.popupcnt-main h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.popupcnt-main p {
    color: #6F6F6F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0px;
}

.header-right li a img {
    margin-right: 6px;
    position: relative;
    top: -2px;
    /* filter: brightness(0); */
}

.header.scrolled .header-right li a img {
    filter: unset;
}

.header .header-right li a:hover img {
    filter: unset;
}

.township-sec {
    padding-top: 70px;
    padding-bottom: 60px;
}

.township-sec h1 {
    font-size: 48px;
    line-height: 62.4px;
    font-weight: 700;
    margin-bottom: 20px;
}

.township-sec p {
    font-size: 22px;
    line-height: 30.8px;
}

.township-sec .gradient-green1 {
    background: linear-gradient(90deg, rgba(21, 100, 53, 1) 0%, rgba(0, 162, 216, 1) 63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.unveiling-sec h2 {
    background: linear-gradient(90deg, rgba(202, 166, 73, 1) 8%, rgba(242, 220, 163, 1) 51%, rgba(217, 164, 27, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 500;
    font-size: 36px;
    line-height: 46.08px;
    margin-bottom: 20px;
}

.unveiling-sec p {
    font-size: 20px;
    line-height: 28px;
}

.fw-700 {
    font-weight: 700;
}

.unveiling-sec .container {
    padding-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.stay-from-main {
    position: relative;
    border-radius: 18px;
    /* Radius for rounded corners */
    overflow: hidden;
    /* Ensure no overflow from pseudo-element */
    background: linear-gradient(90deg, rgba(254, 234, 119, 1) 10%, rgba(174, 129, 60, 1) 20%, rgba(137, 81, 33, 1) 30%, rgba(194, 145, 47, 1) 40%, rgba(204, 162, 61, 1) 50%, rgba(239, 219, 109, 1) 60%, rgba(253, 242, 128, 1) 70%, rgba(159, 105, 40, 1) 80%, rgba(227, 200, 92, 1) 90%);
}

.stay-from-main form {
    padding: 35px 24px;
    background: #000;
    margin: 1px;
    border-radius: 18px;
}

.stay-from-main form input {
    background: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 28px;
    color: #fff !important;
    padding: 0px;
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 27px;
}

.stay-from-main form ::placeholder {
    color: #fff;
}

.stay-from-main .btn {
    width: 100%;
    border-radius: 8px;
    padding: 10px 32px;
    font-size: 20px;
    line-height: 25.2px;
    font-weight: 700;
    color: #000;
    background: #fff;
    border: 1px solid #fff !important;
}

.stay-from-main .btn:hover {
    background: transparent;
    color: #fff;
}

.unveiling-sec {
    padding-bottom: 64px;
}

.urbanrise-footer {
    padding: 18px 0px;
    background: #1A1A1A;
}

.urbanrise-sld-section {
    padding-top: 30px;
}

.stay-from-main form .form-control:focus {
    background-color: transparent !important;
    border-color: #fff;
    box-shadow: none !important;
}

.dummybutton-main {
    padding: 35px 24px;
    background: #000;
    margin: 1px;
    border-radius: 18px;
}

.thank-you-sec {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width:1200px) {

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

    .max-1140 {
        max-width: 1140px;
        margin: auto;
    }

    .db {
        display: block;
    }
}

@media screen and (min-width:768px) and (max-width:1080px) {
    .download-broucher-btn a {
        font-size: 14px;
    }

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

    .header .header-right li a {
        font-size: 12px;
    }

    .header-right li a img {
        filter: unset;
    }

    .header .header-right li a {
        background-color: #156435;
        color: #fff;
    }

    .award-sec {
        padding: 40px;
        margin-top: 50px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .banner-sec {
        height: 50vh;
    }

    .green-harmony {
        height: 820px;
        margin-bottom: 50px;
    }

    .nature-section {
        height: 50vh;
    }

    .lifestylebg {
        top: 62px;
    }

    .br-right:after {
        right: -18px;
    }

    .download-broucher-btn {
        width: 52%;
        right: -21.75% !important;
        top: 50%;
    }


    .lifestyle-tab1-sld .swiper-slide {
        width: 100% !important;
    }
}

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

    .township-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .unveiling-sec h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .unveiling-sec .container {
        padding-top: 50px;
    }

    .unveiling-sec p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px !important;
    }

    .township-sec h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .township-sec p {
        font-size: 16px;
        line-height: 24px;
    }

    section.footer-section {
        padding-top: 50px;
    }

    .copyright p {
        margin-top: 20px;
    }

    .copyright {
        flex-direction: column-reverse;
    }

    .copyright ul {
        float: unset;
        justify-content: center;
    }

    .font-24 {
        font-size: 20px;
        line-height: 30px;
    }

    .amenities-cnt-main h3 {
        font-size: 20px;
        line-height: 30px;
    }

    h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .banner-sec p {
        font-size: 18px;
        line-height: 27px;
    }

    .banner-below-section {
        padding-top: 50px;
        padding-bottom: 0;
    }

    header.header {
        padding: 10px 0px;
        background: #fff;
    }

    .button_container span {
        background: #000 !important;
    }

    .navbar-brand img {
        width: 100px;
    }

    .font-18 {
        font-size: 16px;
        line-height: 24px;
    }

    .experience-head span {
        font-size: 28px;
        line-height: 48px;
    }

    .tambaram-section {
        padding: 50px 0px;
    }

    .tambaram-content-min {
        padding: 40px 20px;
    }

    .video-section {
        height: 50vh;
    }

    .villa-section {
        padding-top: 50px;
    }

    .villa-cnt {
        padding: 30px 20px;
    }

    .col-reverse {
        flex-direction: column-reverse !important;
    }

    button.accordion-button {
        font-size: 20px;
        line-height: 30px;
    }

    .innovation-section {
        padding: 50px 0px;
    }

    .realm-section {
        padding: 50px 0px;
    }

    .realm-cnt {
        padding: 30px 20px;
    }

    .headcaps {
        font-size: 23px;
        line-height: 48px;
    }

    .kids-section p {
        font-size: 16px;
        line-height: 24px;
    }

    .gradient-btn a {
        font-size: 16px;
    }

    .kids-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .plan-section {
        padding: 50px 0px;
    }

    .amenities-seciton nav {
        padding-top: 50px;
    }

    .amenities-seciton .nav-link {
        font-size: 20px;
        line-height: 28px;
        padding: 12px 50px 12px 20px;
        white-space: nowrap;
    }

    .amenities-seciton .nav-link.active:after {
        top: 13px;
    }

    .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .amenities-cnt-main {
        position: relative;
        top: 0;
        left: 0;
        padding: 20px;
    }

    .lifestyle-section {
        padding-top: 50px;
    }

    .lifestylebg {
        left: -54px;
        top: 20px;
    }

    .lifestyle-inner-section .nav-tabs {
        overflow: unset;
    }

    .pioneers-section {
        padding: 50px 0px;
    }

    .enquire-frm-main {
        padding: 50px 100px 50px 35px;
    }
}

@media screen and (max-width:500px) {
    .download-broucher-btn {
        width: 95%;
        right: -38.75% !important;
        top: 60%;
    }

    .tline {
        top: 80px !important;
    }

    .mbl-sline {
        top: 65px !important;
    }

    img.logo1 {
        width: 100%;
    }

    .kids-section {
        background: url(../media/sameera-banner-11.jpg);
        padding-bottom: 0px;
    }

    .copyright {
        margin-bottom: 45px;
    }

    .brochure-sld-main h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .brochure-sld-main p {
        font-size: 15px;
        line-height: 22px;
    }

    .header-frm input.notifications {
        width: 5%;
    }

    .header-frm label {
        width: 92%;
    }

    .header .header-right {
        display: none !important;
    }

    .download-broucher-btn a {
        font-size: 14px;
    }

    .copyright p {
        font-size: 12px;
    }

    .copyright ul li a {
        font-size: 12px;
    }

    .copyright ul li {
        margin-bottom: 0px !important;
        margin-left: 0px;
        margin-right: 20px;
    }

    .copyright ul li:last-child {
        margin-right: 0px;
    }

    .footer-section h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .footer-section ul li {
        margin-bottom: 5px;
    }

    .brochure-pagi span.swiper-pagination-bullet {
        width: 30px;
    }

    .award-sec {
        padding: 20px;
        margin-top: 30px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .lifestylepagi span.swiper-pagination-bullet.swiper-pagination-bullet {
        width: 20px;
        margin-left: 6px;
        margin-right: 6px;
    }

    .banner-sec {
        height: auto;
        padding-top: 50px;
        padding-bottom: 35px;
    }

    .green-harmony {
        height: auto;
        background: transparent;
        padding: 0px;
        margin-bottom: 50px;
    }

    .homecard-inner p {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        background: #0003;
    }

    .brochure-section {
        padding: 30px 0px 30px 0px;
    } 

    .swiper-pagination.brochure-pagi {
        position: relative;
        text-align: left;
        bottom: -20px;
    }

    .tambaram-content-min {
        padding: 40px 20px 60px;
    }

    .villa-cnt {
        padding: 30px 20px 50px;
    }

    .innovation-bg {
        display: none;
    }

    .nature-section {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }


    .lifestyle-section .container {
        position: relative;
        z-index: 2;
    }

    .headcaps,
    .experience-head span {
        line-height: 42px;
    }

    .pioneers-section {
        padding: 40px 0px;
    }

    .enquire-cnt-main {
        top: 15px;
        left: 95px;
    }

    .br-right:after {
        content: none;
    }

    .faq-main {
        padding-top: 30px;
    }

    .enquire-frm-main {
        padding: 40px 25px;
    }
}

/* screen width 100% start */

.brochure-sld .homecard-inner.text-center {
    bottom: 55px;
}

.homecard-inner p {
    text-shadow: 2px 2px 0px #000;
}

@media screen and (min-width:1200px) and (max-width:1300px) {
    .brochure-sld {
        width: 100%;
        transition: width 0.3s ease;
    }

    /* .amenities-seciton nav,
    .faq-section .faq-main {
        padding-left: 17%;
    } */

    /* .green-harmony {
        height: 735px; 
    }*/

    .download-broucher-btn {
        right: -17.6% !important;
    }
}

/* screen width 100% end */


/* screen width 90% start */
@media screen and (min-width:1300px) and (max-width:1500px) {
    .brochure-sld {
        width: 120%;
    }

    .amenities-seciton nav,
    .faq-section .faq-main {
        padding-left: 10%;
    }

    .download-broucher-btn {
        right: -17.6% !important;
    }

    .green-harmony {
        height: 735px;
    }

    .child-friendly-section {
        height: 1090px !important;
    }
}

/* screen width 90% end */

/* Screen size 80% start */
@media screen and (min-width:1500px) and (max-width:1600px) {
    .brochure-sld {
        width: 130%;
    }

    /* .amenities-seciton nav,
    .faq-section .faq-main {
        padding-left: 25%;
    } */

    .download-broucher-btn {
        right: -17.8% !important;
    }

    .green-harmony {
        height: 735px;
    }

    .child-friendly-section {
        height: 1090px !important;
    }
}

/* Screen size 80% end */

/* pre system  start*/
@media screen and (min-width:1510px) and (max-width:1540px) {
    .brochure-sld {
        width: 130%;
    }

    /* .amenities-seciton nav,
    .faq-section .faq-main {
        padding-left: 25%;
    } */

    .download-broucher-btn {
        right: -17.8% !important;
    }

    .green-harmony {
        height: 735px;
    }

    .child-friendly-section {
        height: 1090px !important;
    }
}

/* pre system  end*/


/* Screen size 75% start */
@media screen and (min-width:1700px) and (max-width:1800px) {
    .brochure-sld {
        width: 130%;
    }

    /* .amenities-seciton nav,
    .faq-section .faq-main {
        padding-left: 34%;
    } */

    .download-broucher-btn {
        right: -17.9% !important;
    }

    .green-harmony {
        height: 735px;
    }

    .child-friendly-section {
        height: 1090px !important;
    }
}

/* Screen size 75% end */

/* Screen size 67% start */
@media screen and (min-width:1800px) and (max-width:2000px) {

    /*.brochure-sld {*/
    /*    width: 140%;*/
    /*}*/
    /* .amenities-seciton nav,
    .faq-section .faq-main {
        padding-left: 45%;
    } */

    .download-broucher-btn {
        right: -18% !important;
    }

    .green-harmony {
        height: 690px;
    }

    .child-friendly-section {
        height: 1090px !important;
    }
}

/* Screen size 67% end */

/* Screen size 50% start */
@media screen and (min-width:2000px) {
    .brochure-sld {
        width: 170%;
    }

    /* .amenities-seciton nav,
    .faq-section .faq-main {
        padding-left: 45%;
    } */

    .download-broucher-btn {
        right: -18.4% !important;
    }

    .child-friendly-section {
        height: 1090px !important;
    }
}

/* Screen size 50% end */

/* --------------New Styels for home----------------- */

/* Styling for Swiper navigation in the middle */

.swiper-navigation-01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    padding: 0 20px;
}

.custom-prev-btn,
.custom-next-btn {
    width: 65px;
    height: 65px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

.custom-prev-btn {
    background-image: url('../images/home/prev-slider-btn.svg');
    position: relative;
    right: 40px;
}

.custom-next-btn {
    background-image: url('../images/home/next-slider-btn.svg');
    position: relative;
    left: 40px;
}

.swiper-button-disabled {
    opacity: 0.5;
}

.swiper-pagination-custom {
    text-align: center;
    margin-top: 20px;
}

.swiper-pagination-custom .custom-pagination-line {
    display: inline-block;
    width: 50px;
    height: 5px;
    background-color: #ccc;
    /* Line color */
    margin: 0 5px;
    transition: background-color 0.3s ease;
}

.swiper-pagination-custom .swiper-pagination-bullet-active {
    background-color: #2a558c;
    /* Active line color */
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
    opacity: 1 !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 400px;
    position: relative;
    left: 35%;
}

.swiper-scrollbar-drag {
    width: 50% !important;
    background-color: #156435;
}

.cbse-school-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.child-friendly-section {
    background-image: url('../images/amini.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 400px;
    height: 830px;
}

.brochure-sld-main .c-md-top {
    top: 85px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tab-tline {
        top: 90px !important;
    }

    .brochure-sld-main .c-md-top {
        top: 85px;
    }

    .brochure-sld-main .c-md-top-md {
        top: 85px;
    }

    .swiper-horizontal>.swiper-scrollbar,
    .swiper-scrollbar.swiper-scrollbar-horizontal {
        width: 400px;
        left: 25%;
    }

    .swiper-scrollbar-drag {
        width: 50% !important;
        background-color: #156435;
    }

    .child-friendly-section {
        padding-bottom: 200px;
        height: auto;
    }

}


@media (max-width: 767px) {
    .brochure-sld-main .c-md-top {
        top: 65px;
    }

    .lifestyle-tab1-sld .swiper-slide {
        width: 100% !important;
    }


    .download-broucher-btn {
        display: none;
    }

    .swiper-horizontal>.swiper-scrollbar,
    .swiper-scrollbar.swiper-scrollbar-horizontal {
        width: 200px;
        left: 20%;
    }

    .swiper-scrollbar-drag {
        width: 50% !important;
        background-color: #156435;
    }

    .child-friendly-section {
        padding-bottom: 200px;
        height: auto;
    }
}

.pt-7 {
    padding-top: 5rem !important;
}


.custom-tbs h3 {
    font-size: 32px;
    line-height: 44.8px;
    color: #fff !important;
    font-weight: 600;
    font-family: "Outfit", sans-serif !important;
}

@media (min-width: 1200px) {
    .custom-tbs ul li {
        color: #fff !important;
    }
}

@media (max-width: 1200px) {
    .custom-tbs h3 {
        font-size: 24px;
        line-height: 32px;
        color: #000 !important;
        font-weight: 600;
        font-family: "Outfit", sans-serif !important;
    }

    .banner-sec {
        display: block !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
    .banner-sec {
        height: auto !important;
        padding-top: 70px;
    }
}


@media (min-width: 1200px) {
    .nature-section .container {
        position: absolute !important;
        top: 25%;
        left: 0;
        right: 0;
        z-index: 1;
    }
}

@media(min-width: 600px) and (max-width: 1200px) {
    .nature-section .container {
        position: absolute !important;
        top: 7%;
        left: 0;
        right: 0;
        z-index: 1;
    }
}

@media (max-width: 600px) {

    .nature-section p,
    .nature-section ul li,
    .nature-section span {
        color: #000 !important;
    }

    .nature-section {
        padding-bottom: 20px !important;
    }

    .nature-section .container {
        margin-top: 20px;
    }
}

.image-popup button.close {
    position: absolute !important;
    right: 0;
    z-index: 2;
    cursor: pointer;
    background: red;
    border: 0;
    padding: 5px 10px;
    color: #fff;
}

.image-popup button.submit_btn {
    background: #156435;
    border: none;
    border-radius: 50px;
    padding: 10.5px 32px;
    font-size: 18px;
    line-height: 22.68px;
    font-weight: 600;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
}

.border-radious-10 {
    border-radius: 10px;
}

.bannerSwiper .swiper-pagination-bullet {
    width: 40px;
    height: 1px;
    background: #fff;
    opacity: 1;
    border-radius: 0px;
}

.bannerSwiper .swiper-pagination-bullet-active {
    height: 3px;
}

.text-new-green {
    color: #10C7CA;
}

.faq-section .blend-section {
    padding: 0 !important;
}

.world-class {
    padding: 0 0 100px 0px;
}

@media screen and (max-width: 1000px) {
    .world-class {
        padding: 50px 0px;
    }

    .navbar-brand img {
        width: 115px;
    }

    .c-font-20 {
        font-size: 14px;
        line-height: normal;
    }

    .header .dark-logo {
        display: block !important;
    }

    img.white-logo {
        display: none;
    }
}





.connect_with_us input {
    border: inherit;
    color: #fff !important;
    margin-bottom: 20px !important;
}

.column-2 {
    column-count: 2;

}

.column-2 li {
    padding: 10px 0;
}

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

    ul.ps-3.column-2 {
        column-count: 1;
    }
}

/* Video css */

.nature-section {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 52.25%;
    background: transparent;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.video-background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    overflow: hidden;
}

#local-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_text {
    position: absolute;
    top: -100px;
    right: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, .4);
    width: 45%;
    padding: 20px;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .video-container {
        position: relative;
    }

    .video-background-wrapper {
        position: relative;
    }

    #local-video {
        position: relative;
    }

    .video_text {
        position: relative;
        top: 0;
        width: 100%;
    }
}

/* POPup video */

#fade,
#fadetestimonial {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light,
#lighttestimonial {
    display: none;
    position: absolute;
    left: 50%;
    max-width: 800px;
    max-height: 560px;
    margin-left: -300px;
    margin-top: -180px;
    z-index: 1002;
    overflow: visible;
}

#boxclose,
#boxclosetestimonial {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
    text-decoration: none;
}

.boxclose:before {
    content: "×";
}

#fade:hover~#boxclose,
#fadetestimonial:hover~#boxclosetestimonial {
    display: none;
}

#VisaChipCardVideo {
    width: 100%;
    /* Makes the video take the full width of its container */
    max-width: 600px;
    /* Limits the maximum width to 600px */
    height: auto;
    /* Maintains aspect ratio */
    display: block;
    /* Ensures proper alignment */
    margin: 0 auto;
    /* Centers the video horizontally */
}

/* Optional: Add media queries for further control */
@media screen and (max-width: 768px) {
    #VisaChipCardVideo {
        max-width: 100%;
        /* Allows full width on smaller screens */
    }
}

.video_thumb {
    position: relative;
}


.play-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #fff;
    color: #f35f61;
    border-radius: 50%;
    line-height: 70px;
    font-size: 20px;
    text-align: center;

}

.play_position {
    position: absolute;
    top: 45%;
    left: 45%;
}

.ripple {
    position: relative;
    text-decoration: none;
    color: #fff;
    width: 70px;
    height: 70px;
    background-color: #f04948;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25);
    }

    100% {
        box-shadow: 0px 0px 3px 40px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25);
    }

    100% {
        box-shadow: 0px 0px 3px 40px rgba(255, 255, 255, 0);
    }
}

.video_thumb img {
    width: 100%;
    border-radius: 13px;
}


.floorplan_table li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 15px 0;
    z-index: 1;
    font-size: 15px;
    border-bottom: 1px solid #d7d7d7;
}

.floorplan_table li h5 {
    font-size: 15px;
    margin: 0;
}



.floorplan_table li p {
    margin: 0;
}

ul.floorplan_table {
    padding: 0;
}

.div_wrapper {
    padding: 0 100px;
}
.rounder-border,
.swiper-slide img {
    border-radius: 13px;
}


.swiper-slide{

}

@media screen and (min-width:1200px) and (max-width:1500px) {
    .video_text {
        width: 60%;
        top: -120px;
    }
    .brochure-section {
        padding: 40px 0px 40px 0px;
    }
}


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

    .div_wrapper {
        padding: 0 15px;
    }
}