/* responsive ******************************************************************************/
@media (max-width: 1599px) {
    .inner-banner .text-box h1 {
        font-size: 68px;
    }

    .blog-listing .nav-pills button {
        font-size: 24px;
    }

    .form-row.full textarea {
        height: 100px;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 1399px) {
    h2 {
        font-size: 56px;
    }

    h3 {
        font-size: 40px;
    }

    h4 {
        font-size: 25px;
    }

    h5 {
        font-size: 26px;
    }

    h6 {
        font-size: 20px;
    }

    section {
        padding: 70px 0;
    }

    .section-heading {
        margin-bottom: 40px;
    }

    .home-banner .banner-slider .text-box h2 {
        font-size: 64px;
    }

    .amenities .amenities-box .text-box {
        padding: 80px;
    }

    .amenities .amenities-list ul li {
        font-size: 22px;
    }

    .map .map-box .text-box {
        padding: 50px 70px;
    }

    .map .button-box {
        margin-top: 60px;
    }

    .inner-banner .text-box h1 {
        font-size: 60px;
    }

    .blog-listing .nav-pills {
        gap: 25px;
    }

    .blog-listing .nav-pills button {
        font-size: 22px;
    }

    .form-row.full textarea {
        height: 100px;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 1199px) {
    h2 {
        font-size: 48px;
    }

    h3 {
        font-size: 36px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 24px;
    }

    h6 {
        font-size: 18px;
    }

    p {
        font-size: 20px;
    }

    .btn-common {
        font-size: 20px;
        padding: 15px 30px;
    }

    section {
        padding: 60px 0;
    }

    .container {
        max-width: 95%;
    }

    .row {
        row-gap: 30px;
    }

    .home-banner .banner-slider .text-box h2 {
        font-size: 56px;
    }

    #who-we {
        padding-bottom: 180px;
    }

    #work {
        padding-top: 150px;
    }

    #who-we .work-stats {
        padding: 20px 0;
    }

    #who-we .stat-item {
        padding: 0 15px;
    }

    #who-we .stat-icon {
        width: 70px;
        height: 70px;
    }

    #who-we .stat-icon img {
        max-width: 35px;
    }

    #work .work-box {
        gap: 20px;
    }

    #work .work-item {
        width: calc(25% - 15px);
        min-height: 280px;
    }

    #work .work-icon img {
        max-width: 50px;
    }

    .circle-slider {
        padding: 150px 0;
    }

    .semicircle-path {
        width: 700px;
        height: 700px;
        left: -200px;
        transform: translate(0px, -7%);
    }

    .icon-circle {
        min-width: 60px;
        height: 60px;
        padding: 5px;
    }

    .value-item .icon-circle img {
        max-width: 35px;
    }

    .value-item.active .icon-circle {
        min-width: 100px;
        height: 100px;
    }

    .value-label p {
        font-size: 18px;
    }

    .value-item.active .value-label p {
        font-size: 24px;
    }

    .content-section h2,
    .content-section p {
        width: 320px;
    }

    .content-section p {
        font-size: 18px;
    }

    .projects .box .text-box {
        padding: 15px 10px;
    }

    .partners-logos {
        gap: 30px;
    }

    .amenities .amenities-box .text-box {
        padding: 60px;
    }

    .amenities .amenities-list ul li {
        font-size: 20px;
    }

    .amenities .amenities-list ul li img {
        width: 30px;
        height: 30px;
    }

    .map .map-box .text-box {
        padding: 40px 60px;
    }

    .map .button-box {
        margin-top: 50px;
    }

    .map .button-box a {
        min-width: 250px;
    }

    .inner-banner .text-box h1 {
        font-size: 52px;
    }

    .blog-listing .nav-pills {
        gap: 20px;
    }

    .blog-listing .nav-pills button {
        padding: 15px;
        font-size: 20px;
    }

    .blog-grid {
        gap: 30px;
    }

    .blog-grid .blog-item .text-box {
        padding: 20px;
    }

    .blog-grid .blog-item .text-box .blog-description {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .blog-item .blog-footer .know-more,
    .blog-item .blog-footer .blog-date {
        font-size: 18px;
    }

    .blog-listing .view-more .btn-common {
        min-width: 250px;
        font-size: 22px;
    }

    .contact-form textarea {
        height: 185px;
    }

    .project-detail .project-info .box {
        margin-bottom: 0;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 991px) {
    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 17px;
    }

    p {
        font-size: 18px;
    }

    .btn-common {
        font-size: 18px;
    }

    section {
        padding: 50px 0;
    }

    .container {
        max-width: 98%;
    }

    /* header responsive */
    #header .main-nav nav {
        position: fixed;
        top: 0;
        left: -50%;
        width: 100%;
        height: 100vh;
        background: var(--golden-beige);
        opacity: 0;
        visibility: hidden;
        transition: .5s all ease-in-out;
        z-index: 111;
        padding-top: 60px;
    }

    #header .main-nav nav.show {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    #header .main-nav nav ul li {
        display: block;
        text-align: left;
        padding: 5px 10px;
        margin-right: 10px;
    }

    #header .main-nav .click-menu,
    #header .main-nav .cancel-menu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    #header .main-nav .cancel-menu {
        position: fixed;
        top: 20px;
        left: -100%;
        max-width: 30px;
        width: 100%;
        text-align: center;
        z-index: 222;
        transition: .5s;
        opacity: 0;
        visibility: hidden;
    }

    #header .main-nav .cancel-menu.show {
        opacity: 1;
        visibility: visible;
        left: calc(100% - 50px);
    }

    #header .main-nav {
        flex-direction: row-reverse;
    }

    #header .button-box {
        margin-left: 0;
        margin-right: 20px;
    }

    #header .header-box .main-nav {
        align-items: center;
    }

    #header .logo-box {
        position: static;
        transform: none;
    }

    #header .logo-box img {
        max-width: 100px;
    }

    #header .main-nav nav {
        margin-top: 0px;
    }

    #header .mega-menu {
        left: 10px;
        min-width: auto;
    }

    br {
        display: none;
    }

    .row {
        row-gap: 30px;
    }

    .home-banner .banner-slider .text-box h2 {
        font-size: 48px;
    }

    #who-we .image-box img {
        max-width: 350px;
    }

    #who-we {
        padding-bottom: 200px;
    }

    #work {
        padding-top: 200px;
    }

    #who-we .work-stats {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    #who-we .stat-item {
        width: 50%;
    }

    #work .work-item {
        min-height: auto;
        padding: 20px 15px;
    }

    #work .work-icon img {
        max-width: 40px;
    }

    .content-section h2,
    .content-section p {
        width: 350px;
    }

    .values-section {
        width: 300px;
    }

    .projects .nav-pills {
        gap: 20px;
        margin-bottom: 40px;
    }

    .projects .nav-pills .nav-item {
        width: calc(33.33% - 13.33px);
    }

    .projects .nav-pills .nav-item button {
        font-size: 20px;
    }

    .journey-steps {
        padding: 20px 35px 0;
    }

    .journey .step .title {
        font-size: 16px;
    }

    .stories-slider .name {
        font-size: 20px;
    }

    .stories-slider .residency {
        font-size: 16px;
    }

    .partners-wrap {
        flex-direction: column;
        gap: 15px;
    }

    .partners-logos {
        justify-content: center;
        gap: 30px;
    }

    .partners-divider {
        width: 100%;
        max-width: 650px;
        height: 2px;
    }

    .partners-logos img {
        max-width: 200px;
        /* max-height: 40px; */
        object-fit: contain;
        height: 100%;
    }

    .footer .footer-logo {
        width: calc(50% - 25px);
        text-align: center;
        padding-right: 20px;
    }

    .footer-links {
        width: calc(50% - 25px);
    }

    .footer-info {
        width: 100%;
        align-items: center;
    }

    .footer-links ul li a {
        font-size: 18px;
    }

    .footer-info a {
        font-size: 18px;
        text-align: center;
    }

    .amenities .amenities-box .text-box {
        padding: 40px;
    }

    .amenities .amenities-list ul li {
        font-size: 18px;
    }

    .map .button-box {
        margin-top: 40px;
    }

    .map .button-box a {
        min-width: 230px;
    }

    .inner-banner .text-box {
        transform: translate(-50%, -50%);
    }

    .blog-listing .nav-pills {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 40px;
    }

    .blog-listing .nav-pills button {
        font-size: 18px;
    }

    .blog-grid {
        gap: 20px;
    }

    .blog-grid .blog-item .text-box .blog-description {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .blog-item .blog-footer .know-more,
    .blog-item .blog-footer .blog-date {
        font-size: 16px;
    }

    .blog-listing .view-more {
        margin-top: 40px;
    }

    .blog-listing .view-more .btn-common {
        min-width: 230px;
        font-size: 20px;
    }

    .single-blog p {
        font-size: 18px;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 767px) {

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    #header .mega-section h3 {
        font-size: 18px;
    }

    #header .mega-grid {
        display: grid;
        gap: 10px 30px;
    }

    #header .mega-section {
        margin-bottom: 15px;
    }

    #header nav ul li .mega-grid a {
        font-size: 14px;
    }

    .btn-common {
        font-size: 16px;
        padding: 12px 20px;
    }

    section {
        padding: 40px 0;
    }

    .section-heading {
        margin-bottom: 30px;
    }

    .mobile {
        display: block !important;
    }

    .mobile.journey-steps {
        display: flex !important;
    }

    .desktop {
        display: none !important;
    }

    .desktop.journey-steps {
        display: none !important;
    }

    .home-banner .banner-slider .text-box h2 {
        font-size: 40px;
    }

    #who-we .who-we-box .row {
        flex-direction: column-reverse;
    }

    #who-we .who-we-box .section-heading {
        text-align: center;
    }

    #who-we .who-we-box .section-heading p {
        margin: 0 auto 10px;
    }

    #who-we .work-stats {
        padding: 15px 0;
        row-gap: 15px;
    }

    #who-we .stat-icon {
        width: 60px;
        height: 60px;
    }

    #who-we .stat-icon img {
        max-width: 30px;
    }

    #work .work-item {
        width: calc(50% - 5px);
        min-height: auto;
        text-align: center;
    }

    #work .work-icon {
        margin-bottom: 20px;
    }

    #work .work-box {
        gap: 10px;
    }

    #who-we {
        padding-bottom: 180px;
    }

    #work {
        padding-top: 180px;
    }

    .circle-slider {
        padding: 80px 0;
    }

    .semicircle-path {
        width: 550px;
        height: 550px;
        left: -200px;
        transform: translate(0px, 5%);
    }

    .content-section h2,
    .content-section p {
        width: 300px;
    }

    .value-item {
        gap: 10px;
    }

    .value-label p {
        font-size: 16px;
    }

    .value-item.active .value-label p {
        font-size: 18px;
    }

    .value-item .icon-circle img {
        max-width: 30px;
    }

    .icon-circle {
        min-width: 55px;
        height: 55px;
    }

    .value-item.active .icon-circle {
        min-width: 80px;
        height: 80px;
    }

    .content-section p {
        font-size: 16px;
    }

    .projects .nav-pills {
        gap: 10px;
        margin-bottom: 30px;
    }

    .projects .nav-pills .nav-item {
        width: calc(33.33% - 6.66px);
    }

    .projects .nav-pills .nav-item button {
        font-size: 16px;
        padding: 10px 5px;
    }

    .projects .box .text-box {
        padding: 10px;
    }

    .journey .step .title {
        font-size: 14px;
    }

    .journey .wave-path {
        width: 25%;
        text-align: center;
    }

    .journey .wave-path img {
        height: 100%;
        object-fit: cover;
    }

    .journey-steps {
        align-items: unset;
        gap: 0;
        padding: 0;
    }

    .journey .step {
        width: 100%;
    }

    .journey .left,
    .journey .right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 37.5%;
    }

    .journey .left {
        gap: 150px;
    }

    .journey .right {
        gap: 180px;
    }

    .journey .step:nth-child(even) {
        transform: none;
    }

    .stories-slider .name {
        font-size: 18px;
    }

    .stories-slider .residency {
        font-size: 14px;
    }

    .stories-slider .dscription {
        font-size: 14px;
    }

    .form-row {
        flex-direction: column;
    }

    .partners-logos img {
        max-width: 150px;
        /* max-height: 30px; */
        height: 100%;
        object-fit: contain;
    }

    .form-row.two-col input {
        width: 100%;
    }

    .footer-links ul {
        gap: 20px;
    }

    .footer-links ul li a {
        font-size: 16px;
    }

    .footer-info a {
        font-size: 16px;
    }

    .footer-box {
        gap: 30px;
    }

    .footer .footer-logo {
        width: calc(60% - 15px);
    }

    .footer .footer-logo img {
        max-width: 150px;
    }

    .footer-links {
        width: calc(40% - 25px);
    }

    .footer-divider {
        margin: 20px 0;
    }

    .project-detail .detail-box .image-box {
        margin-bottom: 30px;
    }

    .project-detail .detail-box .image-box img {
        max-width: 350px;
        margin: 0 auto;
    }

    .project-detail .project-info {
        margin-top: 30px;
    }

    .gallery .gallery-box .box img {
        max-height: 130px;
    }

    .gallery .gallery-box .box::after {
        max-height: 30px;
    }

    .gallery .gallery-box .box:hover::after {
        max-height: 50px;
    }

    .amenities .row {
        row-gap: 0;
    }

    .amenities .amenities-box .text-box {
        padding: 30px;
    }

    .amenities .amenities-box .text-box .section-heading {
        margin-bottom: 20px;
    }

    .amenities .amenities-box .text-box .section-heading h2 {
        text-align: center;
    }

    .amenities .amenities-list ul li {
        font-size: 16px;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
    }

    .amenities .amenities-list ul li img {
        width: 35px;
        height: 35px;
    }

    .map .row {
        row-gap: 0;
        margin: 0;
    }

    .map .map-box .text-box {
        padding: 30px;
    }

    .map .button-box {
        margin-top: 30px;
    }

    .map .button-box a {
        min-width: 190px;
    }

    .map .map-box .text-box .box:not(:last-child) {
        margin-bottom: 20px;
    }

    .map .map-box .image-box {
        min-height: 300px;
    }

    .map .map-box .image-box iframe {
        width: 100%;
    }

    .blog-listing .nav-pills {
        gap: 10px;
        margin-bottom: 30px;
    }

    .blog-listing .nav-pills button {
        font-size: 16px;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-listing .view-more {
        margin-top: 30px;
    }

    .blog-listing .view-more .btn-common {
        min-width: 200px;
        font-size: 18px;
    }

    .single-blog p {
        font-size: 18px;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 575px) {
    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    /* 
    h6 {
        font-size: 15px;
    } */

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 10px;
    }

    /* p {
        font-size: 14px;
    } */

    #header .mega-menu {
        padding: 15px;
    }

    #header .mega-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 20px;
    }

    .home-banner .banner-slider .text-box h2 {
        font-size: 34px;
    }

    #who-we .image-box img {
        max-width: 250px;
    }

    #who-we .stat-item {
        padding: 0 10px;
    }

    #who-we .stat-icon {
        width: 50px;
        height: 50px;
    }

    #who-we .stat-icon img {
        max-width: 25px;
    }

    #work .work-item {
        padding: 15px;
    }

    .circle-slider {
        padding: 0;
    }

    .icon-circle {
        margin-bottom: 0;
        min-width: 45px;
        height: 45px;
    }

    .content-section p {
        font-size: 14px;
    }

    .semicircle-path {
        width: 380px;
        height: 380px;
        left: -150px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .content-section h2,
    .content-section p {
        width: 200px;
    }

    .value-label p {
        font-size: 12px;
        text-align: center;
    }

    .value-item.active .value-label p {
        font-size: 14px;
    }

    .value-item.active .icon-circle {
        min-width: 60px;
        height: 60px;
        padding: 12px;
    }

    .value-item {
        gap: 5px;
        flex-direction: column;
    }

    .values-section {
        width: 100px;
    }

    .projects .nav-pills .nav-item {
        width: 100%;
    }

    .footer-links ul li a {
        font-size: 14px;
    }

    .footer-info a {
        font-size: 14px;
    }

    .footer-info a img {
        max-width: 20px;
    }

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

    .blog-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .blog-grid .blog-item .text-box .blog-title {
        margin-bottom: 10px;
    }

    .blog-grid .blog-item .text-box .blog-description {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .blog-item .blog-footer .know-more,
    .blog-item .blog-footer .blog-date {
        font-size: 14px;
    }

    .project-detail .project-info .box {
        max-width: 70%;
        margin: 0 auto;
    }

    .single-blog p {
        font-size: 16px;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 479px) {


    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    /* h6 {
        font-size: 14px;
    } */

    .project-detail .detail-box .image-box img {
        max-width: 300px;
    }

    .map .map-box .text-box .box:not(:last-child) {
        margin-bottom: 15px;
    }

    .map .map-box .image-box {
        min-height: 270px;
    }

    .map .button-box {
        gap: 15px;
    }

    .blog-listing .nav-pills button {
        font-size: 14px;
    }

    .contact-form textarea {
        height: 185px;
    }

    .project-detail .project-info .box {
        padding: 10px 5px;
    }

    .project-detail .project-info .box {
        max-width: 75%;
        margin: 0 auto;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 375px) {
    .journey .left {
        margin-top: 50px;
    }

    .journey .right {
        margin-top: 30px;
    }

    .project-detail .project-info .box {
        max-width: 80%;
        margin: 0 auto;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 320px) {}