@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
    font-family: 'OPTIMA';
    src: url(../font/OPTIMA.TTF) format('truetype');
}

body {
    font-family: "Montserrat", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*=========================
        TOP HEADER
=========================*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header-top {
    background: #fff;
    padding: 10px 0;
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-left {
    max-width: 166px;
    margin: 0 auto;
}

/*=========================
        NAVBAR
=========================*/

.header-nav {
    background: #000;
}

.header-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* space-between hata do */
    gap: 35px;
    /* Menu items ke beech ka gap */
    padding-left: 20px;
    /* Left se 20px space */
    list-style: none;
    margin-bottom: 0;
}

.header-nav ul li {
    flex: 0 0 auto;
    text-align: center;
}

.header-nav ul li a {

    display: block;
    padding: 18px 0;

    color: #fff;
    text-decoration: none;

    text-transform: uppercase;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: .5px;

    transition: .3s;

}

.header-nav ul li a:hover {

    background: #111;
    color: #d6b15a;

}

/* Active Menu */

.header-nav ul li a.active {

    color: #d6b15a;

}

/*=========================
      STICKY HEADER
=========================*/

.main-header.sticky {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 9999;

    animation: header .4s ease;

    box-shadow: 0 5px 15px rgba(0, 0, 0, .12);

}

@keyframes header {

    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }

}


/* HEADER CSS ENDS */
.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.banner-section {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000078;
    content: "";
    z-index: 9;
}

.banner-section-information {
    position: absolute;
    top: 40%;
    left: 50%;
    content: "";
    z-index: 9;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner-section-information h1 {
    font-size: 50px;
    font-family: 'OPTIMA';
    margin-bottom: 0;
}

.banner-location {
    font-size: 20px;
}

.banner-details {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #fffffff0;
    padding: 10px;
    color: #000000;
    box-shadow: 0 0 3px #000;
}

.banner-details-points {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-confi {
    font-family: 'Montserrat';
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 300;
}

.banner-price {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 0;
    font-weight: 400;
}

.banner-price b {
    color: #1d3d70;
    font-size: 30px;
}

.banner-btn .download-brochure {
    background: transparent;
    color: #000;
    border-radius: 20px;
    border: 1px solid #000;
    font-size: 14px;
}

.banner-btn .contact-sales-manager {
    border-radius: 20px;
    box-shadow: 0 0 2px #fff;
}

.banner-btn .contact-sales-manager a {
    color: #fff;
    text-decoration: none;
}

.padding-space-extra {
    padding: 60px 0;
}

section {
    position: relative;
    overflow: hidden;
}

.price-section-list {
    position: relative;
    overflow: hidden;
    width: 85%;
    margin: 0 auto;
}

.park-stroke {
    position: absolute;
    top: -20px;
    left: -250px;
    height: 70%;
}

.park-stroke svg {
    width: 200%;
}

.price-section-list-in {
    background: #f5f5f5;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 3px #cdcdcd;
}

.blue-color {
    background: #1d3d70;
    color: #fff;
}

.blue-color .project-title {
    border-bottom: 1px solid #fff;
}

.blue-color .enquire-btn {
    background: #fff;
    color: #000;
}

.project-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.project-title p {
    font-size: 20px;
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 5px;
    border-bottom: 1px solid #8a8888;
}

.project-size {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #949494;
}

.project-size p {
    margin-bottom: 0;
    font-size: 16px;
}

.project-size p b {
    font-size: 18px;
}

.section-title {
    text-align: center;
    margin-bottom: 20px;
}

.section-title h2 {
    font-family: 'OPTIMA';
    text-transform: uppercase;
    margin-bottom: 0;
}

.price-section-list-in:hover {
    background: #1d3d70;
    color: #fff;
    cursor: pointer;
}

.price-section-list-in:hover .project-title {
    border-bottom: 1px solid #fff;
}

.enquire-btn {
    width: 100%;
    font-size: 16px;
    background: #1d3d70;
    color: #fff;
}

.price-section-list-in:hover .enquire-btn {
    background: #fff;
    color: #000;
}

.bg-color {
    background: #f5f5f5;
}

.gallery-img {
    position: relative;
    overflow: hidden;
    height: 385px;
    box-shadow: 0 0 3px #000;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Swiper Container */
.gallerySwiper {
    position: relative;
    padding-bottom: 70px;
    /* Navigation ke liye space */
}

/* Navigation Wrapper */
.gallery-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    width: auto;
}

/* Navigation Buttons */
.gallery-navigation .swiper-button-prev,
.gallery-navigation .swiper-button-next {
    position: static;
    width: 50px;
    height: 50px;
    margin: 0;
    background: #1d3d70;
    color: #fff;
    border: 1px solid #ddd;
    transition: 0.3s;
}

.gallery-navigation .swiper-button-prev:hover,
.gallery-navigation .swiper-button-next:hover {
    background: #fff;
    color: #1d3d70;
}

.gallery-navigation .swiper-button-prev::after,
.gallery-navigation .swiper-button-next::after {
    font-size: 18px;
    font-weight: 700;
}

.overview-section-information {
    width: 85%;
    margin: 0 auto;
}

.more-text {
    display: none;
    max-height: 150px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 15px;
}

/* Custom Scrollbar (Chrome, Edge, Safari) */
.more-text::-webkit-scrollbar {
    width: 6px;
}

.more-text::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.more-text::-webkit-scrollbar-thumb {
    background: #1d3d70;
    border-radius: 10px;
}

.more-text::-webkit-scrollbar-thumb:hover {
    background: #1d3d70;
}

.read-more-btn {
    border: none;
    background: 0 0;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    transition: color 0.3s;
}

.about-developer-img .read-more-btn {
    color: #a0bc52;
}

.about-developer-img .read-more-btn:hover {
    color: #a0bc52;
}

.read-more-btn:hover {
    color: #000;
}

.overview-vedio {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

.overview-img img {
    border-radius: 20px;
    box-shadow: 0 0 3px #000;
}

.overview-img {
    position: relative;
    overflow: hidden;
}

.overview-img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    border-radius: 20px;
    z-index: 9;
    content: "";
}

.overview-img i {
    position: absolute;
    top: 35%;
    left: 47%;
    content: "";
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 9;
    width: 90px;
    height: 90px;
    text-align: center;
    border: 3px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 32px;
}

.floor-tabs {
    display: flex;
    gap: 15px;
    width: 50%;
    margin: 0 auto;
    border-bottom: 1px solid #1d3d70;
    justify-content: space-between;
    align-items: center;
}

.floor-tab {
    padding: 12px 35px;
    background: #f3f3f3;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.floor-tab:hover {
    background: #1d3d70;
    color: #fff;
    text-decoration: none;
}

.floor-tab:not(.collapsed),
.floor-tab.active {
    background: #1d3d70;
    color: #fff;
}

.collapse img {
    width: 100%;
    border-radius: 10px;
}

.floor-plan-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.floor-plan-img {
    max-width: 430px;
    box-shadow: 0 0 1px #000;
    border-radius: 20px;
}

.floor-plan-img img {
    filter: blur(4px);
    border-radius: 20px;
}

.floor-plan-section .collapse {
    background: #ffffff;
    padding: 10px;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0 0 3px #b6b3b3;
    border-radius: 20px;
}

.floor-plan-in {
    width: 100%;
    text-align: center;
}

.floor-plan-in h3 {
    font-family: 'OPTIMA';
    text-transform: uppercase;
}

.btn {
    background: #1d3d70;
    color: #fff;
}

.highlight-img {
    position: relative;
    overflow: hidden;
    height: 350px;
    box-shadow: 0 0 3px #000;
    border-radius: 10px;
}

.highlight-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.highlight-point p {
    font-size: 14px;
    background: #1d3d70;
    color: #fff;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
}

.highlight-swiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}

.about-developer-section-information {
    background: url(../images/about-developer-1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 20px;
    width: 85%;
    margin: 0 auto;
    position: relative;
    color: #fff;
}

.about-developer-section-information::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    content: "";
    background: linear-gradient(2deg, black, transparent, transparent);
    border-radius: 20px;
}

.about-developer-section-img {
    box-shadow: 0 0 3px #ffffff;
    border-radius: 20px;
    max-width: 250px;
    margin: 0 auto;
}

.about-developer-section-img img {
    border-radius: 20px;
}

.about-developer-img {
    position: relative;
    z-index: 9;
}

.about-developer-section {
    margin-bottom: 60px;
}

.location-section-infroamtion {
    width: 85%;
    margin: 0 auto;
}

.location-inform {
    position: relative;
    overflow: hidden;
}

.location-inform .card {
    margin-bottom: 20px;
}

.location-inform .card-header {
    background: #1d3d70;
    color: #fff;
}

.location-inform .card-header a {
    font-size: 18px;
}

.location-inform .card-body {
    padding: 10px;
}

.location-inform .card-body ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.location-inform .card-body ul li {
    margin-bottom: 10px;
}

.location-section-infroamtion {
    width: 90%;
    margin: 0 auto;
}

.location-img img {
    border-radius: 20px;
}

.location-img {
    box-shadow: 0 0 3px #8b8686;
    border-radius: 20px;
}

.location-inform .card-header-title>a:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    right: 10px;
}

.amenities-img {
    position: relative;
    overflow: hidden;
}

.amenities-img img {
    max-width: 60px;
}

.amenities-img::before {
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid #fff;
    z-index: 9;
    height: 100%;
    content: "";
}

.amenities-info {
    position: relative;
    text-align: center;
    background: #1d3d70;
    padding: 10px;
    color: #fff;
    box-shadow: 0 0 3px #000;
}

.amenities-info p {
    margin-bottom: 0;
    text-align: start;
}

.amenities-swiper {
    position: relative;
    padding-bottom: 60px;
}

.faq-section-information {
    width: 85%;
    margin: 0 auto;
}

.faq-section .card-header {
    background: #1d3d70;
    color: #fff;
}

.faq-section .card-header h3 a {
    font-size: 17px;
}

.faq-section .card-header-title>a:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    right: 10px;
}

.location-inform .card-header-title>a[aria-expanded="true"]:after {
    content: "\f077";
}

.faq-section .card-header-title>a[aria-expanded="true"]:after {
    content: "\f077";
}

.faq-section-information {
    width: 85%;
    margin: 0 auto;
}

.footer-section {
    background: #1d3d70;
    color: #fff;
}

.footer-section-points {
    width: 85%;
    margin: 0 auto;
}

.footer-inner h3 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
}

.footer-section-points hr {
    border-top: 1px solid #fff;
}

.footer-group-row p,
.footer-points p {
    border-bottom: 1px dashed #fff;
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-group-row ul {
    padding-left: 10px;
    list-style: none;
}

.footer-group-row ul li,
.footer-points ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #fff;
}

.footer-points ul {
    padding-left: 10px;
}

.footer-points ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-privacy {
    text-align: center;
}

.footer-inner form .form-group {
    margin-bottom: 0;
}

.footer-inner form .btn {
    border-radius: 5px;
    background: #202021;
    color: #fff;
}

.side-enquire-now {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
    writing-mode: vertical-rl;
}

.side-enquire-now .btn {
    padding: 15px 5px;
    border-radius: 5px;
    background: #1d3d70;
    color: #fff;
    font-size: 13px;
}

.enquire-outer {
    display: none;
}

.faq-div .card {
    margin-bottom: 10px;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.pulse {
    animation: pulseGlow 1.5s infinite;
}

.shake {
    animation: shakeeGlow 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }

    50% {
        transform: scale(1.1);
        filter: drop-shadow(0 0 8px #dbdbdb);
    }

    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }
}

@keyframes shakeeGlow {
    0% {
        transform: rotate(0deg);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }

    25% {
        transform: rotate(10deg);
        filter: drop-shadow(0 0 4px #dbdbdb);
    }

    50% {
        transform: rotate(-10deg);
        filter: drop-shadow(0 0 8px #dbdbdb);
    }

    75% {
        transform: rotate(10deg);
        filter: drop-shadow(0 0 4px #dbdbdb);
    }

    100% {
        transform: rotate(0deg);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }
}

.section-title p {
    text-align: center;
}

.overview-section-info .section-title p {
    text-align: center !important;
}

.floor-plan-information-section {
    width: 85%;
    margin: 0 auto;
}

.banner-section-information .banner-btn {
    display: none;
}

.auto-popup-right h3 {
    font-size: 23px;
    margin-bottom: 0;
}

.ct-tag {
    font-size: 12px;
    margin-bottom: 10px;
}

.extra-brochure {
    background: #1d3d70;
    color: #fff;
    border-radius: 0;
}

@media only screen and (max-width: 1199px) {
    .banner-confi {
        font-size: 20px;
    }

    .banner-section-information {
        top: 50%;
    }

    .banner-price {
        font-size: 19px;
    }

    .price-section-list {
        width: 90%;
    }

    .overview-section-info p {
        text-align: justify;
    }

    .overview-img i {
        top: 38%;
        left: 45%;
        width: 80px;
        height: 80px;
        font-size: 24px;
    }

    .about-developer-section-information {
        width: 95%;
    }

}

@media only screen and (max-width: 991px) {
    .header-top {

        padding: 12px 0;

    }

    .logo-left img,
    .logo-right img {

        height: 30px;

    }

    .header-nav {

        overflow-x: auto;

    }

    .header-nav ul {

        width: 800px;

    }

    .header-nav ul li a {

        font-size: 13px;

        padding: 15px 0;

    }

    .banner-btn .contact-sales-manager {
        border-radius: 20px;
        font-size: 13px;
    }

    .banner-price {
        font-size: 16px;
    }

    .banner-price b {
        font-size: 23px;
    }

    .overview-vedio {
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .overview-img i {
        top: 36%;
        left: 43%;
        width: 70px;
        height: 70px;
        font-size: 23px;
    }

    .overview-section-info p {
        font-size: 15px;
    }

    .floor-plan-information-section {
        width: 95%;
    }

    .floor-plan-in h3 {
        font-family: 'OPTIMA';
        text-transform: uppercase;
        font-size: 25px;
    }

    .location-img {
        margin-top: 20px;
    }

    .footer-inner form .form-group {
        margin-bottom: 10px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .location-inform .card-body ul li {
        font-size: 16px;
    }

    .location-inform .card-header a {
        font-size: 17px;
    }

    .location-inform .card-header-title>a:after {
        right: 10px;
        top: 20px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    .header-nav .container {
        padding-left: 0;
        max-width: 700px;
    }

    .banner-section-information {
        width: 100%;
    }

    .overview-section-information {
        width: 95%;
        margin: 0 auto;
    }

    .floor-tabs {
        width: 80%;
    }

    .floor-plan-section .collapse {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .overview-section-info p {
        font-size: 13px;
    }

    .read-more-btn {
        font-size: 14px;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .section-title p {
        font-size: 14px;
    }

    .about-developer-img p {
        font-size: 14px;
    }

    .banner-btn {
        text-align: right;
    }

    /* .banner-btn .download-brochure{
        margin-bottom:10px;
    } */
    .banner-confi {
        font-size: 18px;
    }

    .banner-price {
        font-size: 14px;
    }

    .banner-details {
        padding: 10px 5px;
    }

    .faq-section .card-body {
        padding: 10px;
        font-size: 14px;
    }

    .faq-section .card-header h3 {
        font-size: 14px;
    }

    .footer-inner h3 {
        font-size: 19px;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-section-points {
        width: 90%;
    }

    .banner-section-information .banner-btn {
        display: block;
        text-align: center;
    }

    .banner-section-information .banner-btn .download-brochure {
        background: #fff;
    }

    .gallery-img {
        height: 340px;
    }

    .overview-img i {
        top: 40%;
        left: 43%;
        width: 60px;
        height: 60px;
    }

    .highlight-img {
        height: 275px;
    }

    .highlight-point p {
        font-size: 12px;
    }

    .about-developer-section-information::before {
        background: linear-gradient(180deg, black, transparent, #0000006b);
    }

    .amenities-info p {
        margin-bottom: 0;
        text-align: center;
    }

    .amenities-img::before {
        display: none;
    }

    .faq-section-information {
        width: 95%;
    }
}

@media only screen and (max-width: 630px) {
    .banner-btn .download-brochure {
        margin-bottom: 10px;
    }

    .banner-section-information .banner-btn .download-brochure {
        margin-bottom: 0;
    }

    .banner-details-left {
        width: 100%;
    }

    .project-size p b {
        font-size: 16px;
    }

    .project-title p {
        font-size: 17px;
    }
}

@media only screen and (max-width: 575px) {
    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .banner-details {
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

    .enquire-outer {
        display: block;
    }

    .enquire-outer ul {
        display: flex;
        justify-content: space-between;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9;
    }

    .enquire-outer ul li {
        width: 100%;
        padding: 10px;
        text-align: center;
        background: #1d3d70 !important;
        color:#fff;
    }

    .enquire-outer ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
    }

    .enquire-outer ul .whatsapp-now {
        background: #32b24f !important;
        width: 100%;
    }

    .banner-section-information h1 {
        font-size: 41px;
        font-weight: 700;
    }

    .banner-location {
        font-size: 16px;
    }

    .price-section-list {
        width: 100%;
    }

    .overview-section-information {
        width: 100%;
        margin: 0 auto;
    }

    .floor-plan-information-section {
        width: 100%;
    }

    .about-developer-section-information {
        width: 100%;
    }

    .location-section-infroamtion {
        width: 100%;
        margin: 0 auto;
    }

    .floor-tab {
        padding: 7px 10px;
        font-size: 14px;
    }

    .floor-plan-section .collapse {
        width: 100%;
    }

    .floor-plan-inner {
        display: block;
    }

    .floor-plan-in {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .floor-plan-in p {
        margin-bottom: 5px;
    }

    .logo-left img,
    .logo-right img {
        height: 24px;
    }

    .about-developer-section-information {
        padding: 40px 10px;
    }

    .about-developer-section-information::before {
        background: linear-gradient(180deg, black, #000000a8, transparent, #0000006b);
    }

    p.footer-disclaimer {
        font-size: 14px;
        text-align: justify;
    }

    p.market-privacy {
        font-size: 14px;
    }

    .footer-group-row ul li,
    .footer-points ul li {
        font-size: 13px;
    }

    .footer-group-row p,
    .footer-points p {
        font-size: 15px;
    }

    .about-developer-img p {
        font-size: 14px;
        text-align: justify;
    }

    .overview-vedio {
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 420px) {
    .banner-details-points {
        display: block;
        text-align: center;
    }

    .banner-btn {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner-btn .download-brochure {
        margin-bottom: 0px;
        margin-right: 10px;
    }

    .logo-left {
        max-width: 122px;
    }

    .banner-section {
        margin-top: 90px;
    }

    .location-inform .card-body ul li {
        font-size: 13px;
    }

    .btn {
        font-size: 14px;
    }

    .gallery-navigation .swiper-button-prev,
    .gallery-navigation .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .faq-section .card-header h3 a {
        font-size: 15px;
    }

    .faq-section .card-body {
        padding: 10px;
        font-size: 13px;
    }

    .footer-section-points {
        width: 100%;
    }

    .footer-inner h3 {
        font-size: 15px;
        text-align: center;
        margin-bottom: 20px;
    }

    .about-developer-img p {
        font-size: 13px;
        text-align: justify;
    }
}

@media only screen and (max-width: 380px) {
    .banner-btn {
        display: block;
    }

    .banner-btn .download-brochure {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .park-stroke {
        position: absolute;
        top: -20px;
        left: -255px;
        height: 70%;
    }

    .park-stroke svg {
        width: 150%;
    }

    .price-section-list-in {
        margin-bottom: 20px;
    }

    .padding-space-extra {
        padding: 40px 0;
    }

    .banner-section-information h1 {
        font-size: 37px;
    }

    .section-title h2 {
        font-size: 21px;
    }

    .section-title p {
        font-size: 13px;
    }

    .gallery-img img {
        border-radius: 10px;
    }

    .gallery-img {
        border-radius: 10px;
    }
}