@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

.cus-container {
    max-width: 1107px;
    margin: 0 auto;
    padding: 0 15px;
}

.cus-primary-btn {
    padding: 10px 18px;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #F1F2F2;
    border: 0.59px solid #F1F2F2;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    display: inline-block;
}

.cus-primary-btn:hover {
    background-color: #F1F2F2;
    color: #080808;
}

.cus-secondary-btn {
    background-color: #515829;
    border: 1px solid #515829;
    padding: 15px 22px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.cus-secondary-btn:hover {
    background-color: #fff;
    color: #515829;
}

.sec-heading h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 50px;
    color: #515828;
}

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    padding: 0;
    margin-top: 10px;
}

.slick-dots li {
    list-style-type: none;
}

.slick-dots li button {
    padding: 2.5px;
    min-width: 7px;
    min-height: 7px;
    font-size: 0;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #404040
}

.slick-dots li.slick-active button {
    border: 2px solid #57003D
}



.header {
    position: fixed;
    width: 101%;
    top: 40px;
    z-index: 99;
}

.header.scrolled {
    /* position: fixed; */
    top: 0 !important;
    width: 101%;
    max-width: 101%;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 0 20px rgb(0 0 0 / .2);
}

.header .navbar-nav {
    gap: 28px;
}

.header .nav-item .nav-link {
    font-size: 16px;
    padding: 0;
    color: #515828;
}


.home .header {
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}
/*.home .header .homelogo{*/
/*    filter: brightness(0) invert(1);*/
/*}*/
/*.home .header.scrolled .homelogo{*/
/*    filter: brightness(1) invert(0);*/
/*}*/

/*.home .header.scrolled {*/
/*    background-color: #000;*/
/*}*/

.home .header .nav-item .nav-link {
    color: #fff;
    cursor: pointer;
}
.home .header.scrolled .nav-item .nav-link{
    color: #515828;
}


/* Banner Css */

.main-banner {
    /* margin-top: 45px; */
    position: relative;
}

.main-banner .main-banner-wrap {
    background: url("../images/banner-img.png");
    min-height: 816px;
    background-size: cover !important;
    background-position: center !important;
    /* margin: 0 45px; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    background-repeat: no-repeat !important;
}
.main-banner .main-banner-wrap:before {
    position: absolute;
    content: "";
    background: #00000090;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.main-banner .main-banner-wrap .content-box {
    max-width: 670px;
    position: relative;
}

.main-banner .main-banner-wrap .content-box h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
    color: #F1F2F2;
}

.main-banner .main-banner-wrap .content-box p {
    font-weight: 400;
    font-size: 24px;
    margin: 20px 0 44px;
    line-height: 26px;
    color: #F1F2F2;
}



/* Our Story Css */


.our-story {
    padding-top: 173px;
}

.our-story .our-story-wrap .sec-heading {
    margin-bottom: 50px;
}

.our-story .our-story-wrap .para-list {
    /* max-width: 505px; */
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.our-story .our-story-wrap .para-list p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #515828;
    margin-bottom: 0;
}



/* Our Category Css */

.our-category {
    padding-top: 120px;
}

.our-category .sec-heading {
    margin-bottom: 40px;
}

.our-category .our-category-wrap .category-slider {
    margin-left: -15px;
    margin-right: -15px;
}


.our-category .our-category-wrap .category-slider .box {
    margin: 0 15px;
    position: relative;
}
.our-category .our-category-wrap .category-slider .box:before{
    position: absolute;
    content: "";
    background: #00000040;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.our-category .our-category-wrap .category-slider .box img {
    width: 100%;
}

.our-category .our-category-wrap .category-slider .box p {
    position: absolute;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 11px;
    color: #F1F2F2;
    text-align: center;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}
.our-category .our-category-wrap .category-slider .box p a{
    text-shadow:0 0 20px #000;
}


/* Our Promise Css */


.our-promise {
    padding-top: 120px;
}

.our-promise .our-promise-wrap .content {
    margin-top: 64px;
    /*display: grid;*/
    /*grid-template-columns: 1fr 1fr 1fr;*/
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
}
.our-promise .our-promise-wrap .content a{
    padding: 50px 20px 60px;
    border-radius: 10px;
    transition: 0.5s;
    position:relative;
}
.our-promise .our-promise-wrap .content a:hover{
    background: #ececec;
} 
.our-promise .our-promise-wrap .content a:hover .box h6::after{
    width:100%;
}
.our-promise .our-promise-wrap .content a img.num{
    display:none;
    bottom: 20px;
    position: absolute;
    right: 20px;
    transition: 0.5s;
}
.our-promise .our-promise-wrap .content a:hover img.num{
    display:block;
}

.our-promise .our-promise-wrap .content .box img {
    margin-bottom: 22px;
}

.our-promise .our-promise-wrap .content .box h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #858A69;
    margin-bottom: 35px;
}

.our-promise .our-promise-wrap .content .box p {
    max-width: 240px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #515828;
}




/* Promo Css */


.promo {
    position: relative;
    margin: 150px 0 0;
    /* background: url("../images/promo-bg.png");
    background-size: cover;
    min-height: 275px; */
}

.promo::before,
.bg-2::before {
    content: "";
    position: absolute;
    background: url("../images/promo-bg.png");
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 293px;
    z-index: -1;
}

.bg-2::before {
    background: url("../images/form-bg.png");
    background-position: center;
    background-size: cover;
}

.promo .promo-wrap {
    padding-top: 73px;
    display: flex;
    justify-content: space-between;
}

.promo .promo-wrap .promo-video .btn {
    padding: 0;
    background: transparent;
    margin-bottom: 10px;
    outline: none;
    border: none;
}

.promo .promo-wrap .promo-video p {
    font-style: normal;
    font-weight: 600;
    font-size: 16.9px;
    line-height: 21px;
    color: #515828;
}

.promo .promo-wrap .client-say {
    max-width: 380px;
    width: 100%;
    background: #F1F2F2;
    padding: 47px 37px;
    border: 1.17px solid #71666E
}

.promo .promo-wrap .client-say h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #515828;
    padding-bottom: 13px;
    border-bottom: 1px solid #151515;
}

.promo .promo-wrap .client-say .slick-dots {
    margin-bottom: 0;
}

.promo .promo-wrap .client-say .client-slider {
    margin-top: 21px;
}


.promo .promo-wrap .client-say .client-slider p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #515828;
}

.promo .promo-wrap .client-say .client-slider .client-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
}

.promo .promo-wrap .client-say .client-slider .client-box h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: #515828;
    margin-bottom: 4px;
}

.promo .promo-wrap .client-say .client-slider .client-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: #404040;
}

.promo .promo-wrap .promo-video .video-modal {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 20px;
}


.promo .promo-wrap .promo-video .modal-content {
    border: none;
}

.promo .promo-wrap .promo-video .custom-close {
    position: absolute;
    top: 15px;
    right: 15px;
    filter: invert(1);
    opacity: 0.9;
    z-index: 10;
}

.promo .promo-wrap .promo-video .custom-close:hover {
    opacity: 1;
}


/* Footer Css */


.footer {
    padding: 74px 0;
}

.footer .footer-wrap .contact-detail {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr; */
    display: flex;
    justify-content: space-between;
}

.footer .footer-wrap .contact-detail .box h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #404040;
}

.footer .footer-wrap .contact-detail .box a {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #404040;
}

.footer .footer-wrap .copyright-term {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 56px;
}

.footer .footer-wrap .copyright-term p,
a {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #404040;
}

.footer .footer-wrap .copyright-term .social-link {
    display: flex;
    gap: 5px;
}

.footer .footer-wrap .copyright-term .social-link a {
    color: #404040;
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f4f4f4;
    border-radius: 50%;
}


/* Our Story Css */


.community {
    padding-top: 314px;
}

.community .community-wrap .sec-heading {
    margin-bottom: 39px;
}

.community .community-wrap .para-list {
    /* max-width: 505px; */
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.community .community-wrap .para-list p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #515828;
    margin-bottom: 0;
}





/* Community Detail Css */

.community-detail {
    padding-top: 118px;
}

.community-detail .community-detail-wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.community-detail .community-detail-wrap .box {
    position: relative;
}

.community-detail .community-detail-wrap .box img {
    width: 100%;
}

.community-detail .community-detail-wrap .box .community-about {
    position: absolute;
    left: 80px;
    bottom: 63px;
}

.community-detail .community-detail-wrap .box .community-about h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #F1F2F2;
    margin-bottom: 5px;
}

.community-detail .community-detail-wrap .box .community-about p {
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 20px;
}





/* Plan About Css */

.plan-about {
    padding-top: 314px;
}

.plan-about .sec-heading {
    max-width: 100%;
}

.plan-about .para-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.plan-about .para-list p {
    max-width: 600px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #515828;
}

.plan-about .para-list ul {
    display: flex;
    flex-direction: column;
}

.plan-about .para-list ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #515828;
    margin-bottom: 10px;
}

.plan-about .para-list ul li span {
    font-weight: 500;
}

/* Video Explain Css */

.video-explain {
    padding-top: 22px;
}

.video-explain .video-explain-wrap {
    position: relative;
    /* width: 724px; */
    height: 300px;
}

.video-explain-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-explain .video-explain-wrap .play-video {
    position: absolute;
    max-width: 250px;
    top: 50%;
    right: 220px;
    text-align: center;
    border: none;
    background-color: transparent;
    transform: translate(0, -50%);
}

.video-explain .video-explain-wrap .play-video img {
    max-width: 72px;
}

.video-explain .video-explain-wrap .play-video p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    margin-top: 16px;
    line-height: 20px;
    color: #404040;
}

.video-explain video {
    width: 100%;
    height: 282px;
    object-fit: cover;
}



/* Plan Box Css */


.plan-box {
    padding: 50px 0;
}

.plan-box .plan-slider .custom-arrow {
    position: absolute;
    border: 1px solid #515829;
    color: #515829;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    background: transparent;
}

.plan-box .plan-slider .slick-prev {
    top: 50%;
    left: -45px;
    transform: translate(0, -50%);
}

.plan-box .plan-slider .slick-next {
    top: 50%;
    right: -45px;
    transform: translate(0, -50%);
}

.plan-box .plan-slider .box img {
    width: 100%;
}



/* Plan Detail Css */

.plan-detail .plan-detail-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.plan-detail .plan-detail-wrap .box img {
    max-width: 100%;
}

.plan-detail .plan-detail-wrap .box p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #515829;
    padding-left: 20px;
}


/* Sketch Css */

.sketch {
    padding-top: 80px;
}

.sketch .sketch-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sketch .sketch-wrap .box img {
    max-width: 100%;
}

.sketch .sketch-wrap .box p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #515829;
    margin-top: 8px;
}


/* Know More Css */

.know-more {
    padding: 80px 0 90px;
}

.know-more .know-more-wrap {
    background-color: #F1F2F2;
    padding: 23px 28px 36px;
}

.know-more .know-more-wrap h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 27px;
    color: #515828;
}

.know-more .know-more-wrap .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.know-more .know-more-wrap .box p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #080808;
    max-width: 608px;
}

.know-more .know-more-wrap .box a {
    border-radius: 4px;
}

/* Connectivity Css */

.connectivity {
    padding-bottom: 115px;
}

.connectivity h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 22.6412px;
    line-height: 27px;
    color: #515828;
}

.connectivity .connectivity-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 45px;
    margin-top: 26px;
}

.connectivity .connectivity-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 0;
}

.connectivity .connectivity-wrap ul li {
    display: flex;
    align-items: center;
    gap: 14px;
}

.connectivity .connectivity-wrap .box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px;
}

.connectivity .connectivity-wrap .box a {
    width: 100%;
    text-align: center;
}

/* Enquiry Css */

.enquiry {
    position: relative;
}

.enquiry::before {
    content: "";
    position: absolute;
    background: url("../images/form-bg.png");
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 294px;
    z-index: -1;
}

.enquiry .enquiry-wrap {
    display: flex;
    justify-content: flex-end;
}

.enquiry .enquiry-wrap .enquiry-form {
    max-width: 370px;
    width: 100%;
    margin-top: 67px;
    background: #F1F2F2;
    box-shadow: 0px 1.15px 2.69px 0px #00000013;
    padding: 13px 13px 30px;
    border-radius: 5px;
}

.enquiry .enquiry-wrap .enquiry-form h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #515828;
    padding-bottom: 15px;
    border-bottom: 2px solid #151515
}

.enquiry .enquiry-wrap .enquiry-form form {
    margin-top: 15px;
}

.enquiry .enquiry-wrap .enquiry-form form .cus-text-field {
    margin-bottom: 14px;
}

.enquiry .enquiry-wrap .enquiry-form form .cus-text-field:nth-child(4) {
    margin-bottom: 5px;
}

.enquiry .enquiry-wrap .enquiry-form form .cus-text-field input,
.enquiry .enquiry-wrap .enquiry-form form .cus-text-field textarea,
.enquiry .enquiry-wrap .enquiry-form form .cus-text-field select {
    width: 100%;
    padding: 10px 7px;
    border: 0.48px solid #DEE2E6;
    box-shadow: 0px 1.15px 2.69px 0px #00000013;
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 15px;
    color: #212529;
    outline: none;
}

.enquiry .enquiry-wrap .enquiry-form form .cus-text-field textarea {
    resize: none;
    height: 72px;
}

.enquiry .enquiry-wrap .enquiry-form form .cus-checkbox {
    display: flex;
    align-items: center;
    gap: 7px;
}

.enquiry .enquiry-wrap .enquiry-form form .cus-checkbox input {
    width: 12px;
    height: 12px;
    border: none;
    accent-color: #57003d;
}

.enquiry .enquiry-wrap .enquiry-form form .cus-checkbox label {
    font-style: normal;
    font-weight: 200;
    font-size: 8px;
    line-height: 12px;
    color: #000000;
}

.enquiry .enquiry-wrap .enquiry-form form .submit-form {
    background: #57003D;
    padding: 7px 8px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
    max-width: 112px;
}


/* Legacy House Css */

.legacy-house {
    padding: 48px 0 0;
}

.legacy-house .legacy-house-wrap img {
    width: 100%;
}


/* Contact Us Css */

.contact-us {
    padding: 316px 0 123px;
}

.contact-us .contact-us-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 74px;
}

.contact-us .contact-us-wrap ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-us .contact-us-wrap ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #515828;
}

.contact-us .contact-us-wrap .contact-form {
    max-width: 320px;
    width: 100%;
    padding: 0 9px;
}

.contact-us .contact-us-wrap .contact-form h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #515828;
}

.contact-us .contact-us-wrap .contact-form form {
    margin-top: 20px;
}

.contact-us .contact-us-wrap .contact-form form .cus-text-field input,
.contact-us .contact-us-wrap .contact-form form .cus-text-field textarea {
    width: 100%;
    /* margin-bottom: 8px; */
    border: none;
    border-bottom: 0.73px solid #F4F4F4;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #777777;
    padding: 9px 0;
    resize: none;
    outline: none;
}

.contact-us .contact-us-wrap .contact-form form .cus-text-field textarea {
    height: 85px;
}

.contact-us .contact-us-wrap .contact-form form .cus-text-field.cus-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.contact-us .contact-us-wrap .contact-form form .cus-secondary-btn {
    font-size: 15px;
    padding: 8px 24px;
}

.about-us {
    padding: 316px 0 140px;
}

.about-us .about-us-wrap {
    display: flex;
    gap: 60px;
    margin-top: 82px;
}

.about-us .about-us-wrap .box {
    max-width: 50%;
    width: 100%;
}

.about-us .about-us-wrap .box p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    margin-bottom: 20px;
}

.about-us .about-us-wrap .box p:last-child {
    margin-bottom: 0;
}

.about-us .about-us-wrap .about-img {
    /* max-width: 379px; */
    width: 100%;
}

.about-us .about-us-wrap .about-img img {
    width: 100%;
}




/* Our Team Css */

.our-team {
    padding-bottom: 135px;
}

.our-team .our-team-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 40px;
}

.our-team .our-team-wrap .box {
    text-align: center;
}


.our-team .our-team-wrap .box img {
    width: 100%;
}

.our-team .our-team-wrap .box h4 {
    margin: 25px 0 8px;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.02445px;
    text-transform: uppercase;
    color: #272727;
}

.our-team .our-team-wrap .box p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #777777;
    max-width: 155px;
    margin: 0 auto;
}


/* Our Model Css */

.our-model .our-promise-wrap .content .box h6 {
    color: #272727;
    font-weight: 300;
    padding-bottom: 21px;
    position: relative;
}

.our-model .our-promise-wrap .content .box h6::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 68px;
    bottom: 0;
    left: 0;
    background-color: #51582866;
    transition: 0.5s;
}

.our-model .our-promise-wrap .content .box:nth-child(1) p {
    max-width: 310px;
}

.our-model .our-promise-wrap .content .box p {
    max-width: 325px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #777777;
}

/* How It Work Css */

.how-it-work .our-promise-wrap .content .box h6 {
    font-weight: 400;
    color: #858A69;
    font-size: 15px;
}

.how-it-work .our-promise-wrap .content .box p {
    max-width: 262px;
}

.joint-collective {
    padding-top: 173px;
}


@media (max-width: 991.5px) {
    .header {
        background-color: #fff;
    }

    .header .navbar-collapse {
        background-color: #fff;
        padding: 20px;
    }

    .home .header {
        background-color: transparent;
    }
    .home .header.scrolled {
        background-color: #fff;
    }

    .home .header .navbar-toggler {
        background-color: #fff;
    }

    .home .header .navbar-collapse {
        /*background-color: #000;*/
        padding: 20px;
    }
    .home .header .nav-item .nav-link {
        color: #515828;
        cursor: pointer;
    }

    .main-banner .main-banner-wrap {
        margin: 0;
    }

    .main-banner .navbar-toggler {
        background-color: #F1F2F2;
        outline: none;
        box-shadow: none;
    }

    .main-banner .navbar-collapse {
        margin-top: 20px;
        background-color: #fff;
        padding: 20px 20px 20px 15px;
    }

    .main-banner .header .navbar-collapse ul {
        gap: 10px;
    }

    .main-banner .header .navbar-collapse li {
        padding: 8px 0 8px 5px;
        transition: 0.3s ease-in;
    }

    .main-banner .header .navbar-collapse li:hover {
        background-color: #000;
    }

    .main-banner .header .navbar-collapse li:hover a.nav-link {
        color: #F1F2F2;
    }

    .main-banner .header .navbar-collapse li a.nav-link {
        color: #151515;
        transition: 0.3s ease-in;
    }

    .promo {
        margin: 63px 0 0;
    }

    .plan-box .plan-slider .custom-arrow {
        background-color: #515829;
        color: #fff;
    }

    .plan-box .plan-slider .slick-prev {
        left: 10px;
        z-index: 9;
    }

    .plan-box .plan-slider .slick-next {
        right: 20px;
        z-index: 9;
    }
    .our-promise .our-promise-wrap .content{
        gap:40px;
    }
}

@media (max-width: 767px) {
    .sec-heading h2 {
        text-align: center;
        font-size: 30px;
    }

    .our-story .our-story-wrap .para-list {
        margin: 0 auto;
        text-align: center;
    }

    .our-promise .our-promise-wrap .content {
        /*grid-template-columns: 1fr;*/
        text-align: center;
        gap: 50px;
        flex-wrap:wrap;
    }
    .our-promise .our-promise-wrap .content a {
        width: 100%;
    }
    
    .our-promise .our-promise-wrap .content .box{
        width:100%;
    }

    .our-promise .our-promise-wrap .content .box p {
        margin: 0 auto;
        font-size: 15px;
    }

    .our-promise .our-promise-wrap .content .box h6 {
        margin-bottom: 20px;
        font-size: 17px;
    }
    .our-model .our-promise-wrap .content .box h6::after {
        right: 0;
        margin: 0 auto;
    }

    .plan-about {
        padding-top: 200px;
    }

    .video-explain .video-explain-wrap .play-video {
        right: unset;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .know-more {
        padding: 60px 0;
    }

    .plan-about .sec-heading {
        margin: 0 auto;
    }

    .plan-about .para-list {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .plan-about .para-list ul {
        padding-left: 0;
    }

    .sketch .sketch-wrap {
        flex-direction: column;
        gap: 20px;
    }

    .contact-us .contact-us-wrap {
        flex-direction: column;
        gap: 30px;
    }

    .contact-us .contact-us-wrap .contact-form {
        max-width: 100%;
        padding: 0;
    }

    .about-us .about-us-wrap {
        flex-direction: column;
        margin-top: 45px;
    }

    .about-us .about-us-wrap .box {
        max-width: 100%;
    }

    .about-us .about-us-wrap .about-img {
        max-width: 100%;
    }

    .footer .footer-wrap .contact-detail {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .navbar-brand img {
        max-width: 152px;
    }

    .about-us .about-us-wrap .box p {
        font-size: 15px;
    }

    .our-team .our-team-wrap .box h4,
    .community .community-wrap .para-list p {
        font-size: 15px;
    }

    .our-team .our-team-wrap .box p {
        font-size: 12px;
    }

    .know-more .know-more-wrap h2 {
        font-size: 25px;
    }

    .our-story .our-story-wrap .sec-heading {
        margin-bottom: 40px;
    }

    .promo .promo-wrap .client-say h4,
    .know-more .know-more-wrap .box p,
    .know-more .know-more-wrap .box a,
    .our-story .our-story-wrap .para-list p,
    .cus-primary-btn,
    .main-banner .main-banner-wrap .content-box p,
    .connectivity .connectivity-wrap .box a,
    .plan-about .para-list p {
        font-size: 15px;
    }

    .know-more .know-more-wrap .box a,
    .connectivity .connectivity-wrap .box a {
        padding: 10px;
    }

    .promo .promo-wrap .client-say .client-slider p {
        font-size: 12px;
    }

    .community,
    .contact-us,
    .about-us {
        padding-top: 200px;
    }

    .our-story {
        padding-top: 120px;
    }
    
    .about-us{
        padding-bottom: 100px;
    }

}

@media (max-width: 575px) {

    .main-banner {
        margin-top: 0;
    }

    .main-banner .main-banner-wrap .content-box h2 {
        font-size: 25px;
    }

    .main-banner .main-banner-wrap .content-box p {
        margin: 15px 0 25px;
    }

    .our-category,
    .our-promise {
        padding-top: 64px;
    }

    .our-promise .our-promise-wrap .content {
        margin-top: 30px;
    }

    .promo .promo-wrap {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .promo .promo-wrap .promo-video {
        text-align: center;
    }

    .promo .promo-wrap .client-say {
        padding: 20px;
    }

    .footer {
        padding: 40px 0;
    }

    .footer .footer-wrap .copyright-term {
        flex-direction: column;
        gap: 10px;
    }

    /* .community,
    .our-team,
    .contact-us,
    .about-us {
        padding-top: 200px;
    } */

    .community-detail .community-detail-wrap .box .community-about {
        left: 20px;
        bottom: 30px;
    }

    .community-detail .community-detail-wrap .box .community-about h4 {
        font-size: 20px;
    }

    .community-detail .community-detail-wrap .box .community-about p {
        font-size: 16px;
    }

    .plan-detail .plan-detail-wrap {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .plan-detail .plan-detail-wrap .box {
        text-align: center;
    }

    .know-more .know-more-wrap {
        text-align: center;
    }

    .know-more .know-more-wrap .box {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }

    .connectivity .connectivity-wrap {
        grid-template-columns: 1fr;
    }

    .enquiry .enquiry-wrap .enquiry-form {
        max-width: 100%;
    }

    .our-team .our-team-wrap {
        grid-template-columns: 1fr;
    }

    .sec-heading h2 {
        font-size: 28px;
    }

}