.m-title {
    display: none;
}
.hide-desk{
    display: none;
}
.img-content {
    display: none;
}
section#howitwork {
    display: none;
}
section#secFloatingFooter {
    display: none;
}
.owl-nav {
    display: none;
}
@media (max-width: 768px) {
    .owl-nav {
        display: block;
    }
    section#secFloatingFooter {
        display: block;
    }
    section#howitwork {
        display: none;
    }
    .img-content {
        display: block;
    }
    nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-top {
        background: #02021e !important;
    }
    .burger {
        flex: none;
        width: 1.6rem;
        min-height: 1.4rem;
    }
    .burger__line {
        background-color: var(--white);
        border-radius: 10rem;
        width: 100%;
        height: 2px;
        margin-top: 6px;
        margin-bottom: 6px;
        padding: 0;
        transition: all .2s;
        position: relative;
        transform: rotate(0);
    }
    .burger__line.is-1.anim {
        bottom: -1px;
        transform: rotate(0);
    }
    .burger__line.is-2.anim {
        opacity: 1;
        width: 70%;
        top: 1px;
    }
    .burger__line.is-3.anim {
        top: 2px;
        transform: rotate(0);
    }

    /* banner */
    
    .banner p.sub-title {
        font-size: 14px;
        line-height: 25px;
    }
    .banner h1.title.font-farmhouse {
        font-size: 28px;
        line-height: 34px;
    }
    .banner p.b-text {
        display: none;
    }
    .banner-btn-wrap .tf-btn {
        border-radius: 10px;
        background: #02021e;
        border: 1px solid #fff;
    }
    .banner-btn-wrap {
        text-align: center;
        display: inline-block;
    }

    /* perfect-farming */
    section#whyinvest-- {
        display: none;
    }
    section#perfectFarming {
        display: block;
    }
    section#perfectFarming {
        /* background: #02021e; */
        background: #121212;
    }
    
    #perfectFarming h2.sec-title {
        font-size: 28px;
        color: #e7e7fb;
    }
    
    .farm-card-wrap {
        flex-wrap: wrap;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        background-color: rgba(0, 0, 0, 0);
        border: 0px solid black;
        box-sizing: border-box;
        flex-basis: auto;
        flex-shrink: 0;
        list-style: none;
        margin: 0px;
        min-height: 0px;
        min-width: 0px;
        padding: 0px;
        position: relative;
        text-decoration: none;
        z-index: 0;
    }
    
    .farm-card-wrap .farm-card {
        padding: 10px 20px;
        width: 50%;
        min-height: 160px;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        flex-grow: 1;
        align-items: center;
        flex-direction: column;
        flex-shrink: 0;
        vertical-align: middle;
        align-content: center;
        justify-content: center;
        border: 1px solid #2a2929;
    }
    
    .farm-card-wrap .farm-card svg {
        color: #bc8542;
        width: 40px !important;
        height: 40px;
        opacity: .8;
    }
    
    .farm-card-wrap .farm-card  p {
        color: #fff;
        margin-bottom: 0;
        padding: 15px 0 0;
    }
    .farm-card.f1{
        border-left: 0px solid;
        border-top: 0px solid;
    }
    .farm-card.f2{
        border-right: 0px solid;
        border-top: 0px solid;
    }
    .farm-card.f4, .farm-card.f6{
        border-right: 0px solid;
        /* border-top: 0px solid; */
    }
    .farm-card.f3, .farm-card.f5{
        border-left: 0px solid;
        /* border-top: 0px solid; */
    }
    .farm-card.f5, .farm-card.f6{
        border-bottom: 0px solid;
    }

    /* ---------------about section ------------------ */
    section#about {
        /* background: #02021e; */
        background: #1c1c1c;
        /* margin: 15px; */
        position: relative;
    }
    .about-content .about-text {
        color: #e7e7fb;
    }
    .about-content {
        padding: 20px;
        background: #151515;
        border-radius: 20px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .h-m {
        display: none !important;
    }
    
    .m-title {
        color: #e7e7fb;
        margin-bottom: 40px !important;
        display: inline-block;
        text-align: center;
    }
    
    section#about:before {
        content: "";
        width: 92%;
        height: 2px;
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 15px;
        opacity: 0;
    }
    .about-layout3 .about-img .img-content {
        background-color: #02021e;
        opacity: 0.9;
    }
    .btn-common {
        border-radius: 10px;
        background: #02021e;
        border: 1px solid #fff;
    }

    /*------------------------- how it work--------------------- */
    section#howitwork {
        background: #1c1c1e;
    }
    section#howitwork {
        display: none;
    }
    [data-mask="projects-big"] {
        /* -webkit-mask-image: url("../images/6488858d2e8b1b93ebd64cb6_bg-card-postBig_mobile.webp"); */
    }
    [data-mask] {
        -webkit-mask-position: 0% 0%;
        -webkit-mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat;
    }
    .msk-img {
        /* min-height: 20.75rem; */
    }
    .hiw-content {
        height: 13.75rem;
    }
    .msk-img {
        flex-direction: column;
        width: 100%;
        height: 100%;
        /* min-height: 35.25rem; */
        display: flex;
        position: relative;
        transform: translate(0);
        background-image: url(../images/bg/659e77df1daef6da51676552_card-benefitsBorder_mobile.svg);
        background-position: 100% 0;
        background-size: 100%;
        height: auto;
        min-height: 12.5rem;
        border-bottom: .0625rem solid #fffc;
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        justify-content: flex-start;
        position: relative;
        padding: 10px;
    }
    .hiw-content {
        justify-content: center;
        align-items: center;
        width: 100%;
        /* height: 23.75rem; */
        display: flex;
        position: relative;
        overflow: hidden;
        transform: translate(0);
    }
    .hiw-content img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0%;
    }
    section#howitwork .title-area.mb-60 {
        margin-bottom: 20px;
    }
    h2.sec-title {
        color: #e7e7fb;
    }
    section#testimonials {
        background: #121212;
    }
    section#testimonials .title-area.mb-60 {
        margin-bottom: 25px;
    }
    section#testimonials h5.video-name {
        line-height: 24px;
        margin-bottom: 0;
        padding: 10px;
        /* font-weight: 500; */
        font-size: 22px;
    }
    
    section#testimonials iframe {
        height: 200px;
    }
    /* -------------------------configuartion =-------------------------*/
    .hide-desk {
        display: block;
    }
    section#configuration:before {
        content: '';
        background: #1c1c1e;
        width: 100%;
        height: 100%;
        top: 0;
        position: absolute;
        left: 0;

    }
    .hide-m{
        display: none;
    }
    section#configuration {
        padding-bottom: 60px !important;
    }
    
    #configuration h2.sec-title.mb-4.m-title {
        display: block;
        text-align: center;
    }
    .conf-text {
        position: absolute;
        width: 95%;
        text-align: center;
    }
    .area h5 {
        color: #fff;
        font-size: 24px !important;
    }
    
    .area p {
        color: #fff;
        margin-bottom: 0;
    }
    
    .area {
        display: inline-block;
        position: relative;
        padding: 8px 20px 10px;
        /* background: #29292c; */
        border-radius: 7px;
    }
    
    .config-img-wrap img {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        /* box-shadow: 0px 11px 17px -1px #000000; */
        box-shadow: 0px 8px 4px -4px #000000;
    }

    /* ----- gallery -------------- */
    section#gallery {
        background: #121212;
    }
    
    section#gallery h2.section-title {
        color: #e7e7fb;
    }
    #amanities h2.sec-title {
        color: #e7e7fb !important;
    }
    /*------------------- amanities --------------------*/
    section#amanities {
        background: #1c1c1e;
        padding: 30px 0;
    }
    /* * {
        box-sizing: border-box;
      } */
      
      /* ::-webkit-scrollbar {
        
        width: 0;
        height: 0;
      } */
      .hs__wrapper {
        overflow: hidden;
    }
      .hs {
        display: flex;
        overflow-x: scroll;
        justify-content: space-between;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE 10+ */
        -webkit-overflow-scrolling: touch;
        margin: 0 -20px;
        align-items: baseline;
      }
      .hs__header {
        display: flex;
        align-items: center;
        width: 100%;
      }
      .hs__headline {
        flex: 1;
      }
      .hs__arrows {
        align-self: center;
      }
      .hs__arrows .arrow:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        content: "";
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSI+Cgk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy44NjcgOC41NzRsLTcuMjItNy4yMi43MDctLjcwOEw3Ljg2NyA3LjE2IDE0LjA1Ljk4bC43MDYuNzA3Ii8+Cjwvc3ZnPgo=");
        background-size: contain;
        filter: brightness(5);
        width: 18px;
        height: 12px;
        cursor: pointer;
      }
      .hs__arrows .arrow.disabled:before {
        filter: brightness(2);
      }
      .hs__arrows .arrow.arrow-prev:before {
        transform: rotate(90deg);
        margin-right: 10px;
      }
      .hs__arrows .arrow.arrow-next:before {
        transform: rotate(-90deg);
      }
      .hs__item {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: calc(100% / 4 - (10px * 2) - (20px / 4));
        margin: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
      }
     
      .hs__item:last-child:after {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 1px;
        right: calc(10px * 2 * -1);
      }
      .hs__item:first-child {
        margin-left: calc(10px * 2);
      }
      .hs__item__description {
        z-index: 1;
        align-self: flex-start;
        margin: 10px 0;
      }
      .hs__item__subtitle {
        color: #aaa;
        display: block;
      }
      .hs__item__image__wrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
      }
      .hs__item__image {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
      }
      
      
      /* Base Styling */
     
      
      #amanities .container {
        max-width: 990px;
        padding: calc(10px * 2);
        margin: 0 auto;
        background: #1c1c1e;
        mix-blend-mode: invert;
        position: relative;
      }
      #amanities .container:after {
        content: "";
        width: 100vw;
        height: 100%;
        background: #212121;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        z-index: -1;
      }
      
      ul {
        padding: 0;
        margin: 0;
      }
      span.hs__item__title {
        color: #d9d9d9;
    }
      /* -------------- why invest ------------------- */
    section#whyinvest {
        background: #121212;
    }
    section#whyinvest h2.sec-title {
        color: #1c1c1e;
    }
    .invest-mob-wrap {
        background: #fff;
        padding: 20px 25px;
        border-radius: 10px;
    }
    
    li.adv-card {
        display: flex;
        align-items: center;
        background: transparent;
        margin: 0;
        padding: 0;
        height: auto;
        text-align: left;
    }
    
    li.adv-card svg {
        color: #9a6e39;
        margin: 10px 0;
        height: 22px;
    }
    
    li.adv-card p {
        color: #000;
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 400;
        text-align: left;
    }

    /*-------------------- hotspot -----------------------*/
    section#location-area {
        background: #1c1c1e;
    }
    
    section#location-area h2.sec-title {
        color: #e7e7fb;
    }

    .owl-dots {
        display: none;
    }
    .hp-title {
        box-shadow: none;
        background: #1c1c1e;
        border: 0px solid transparent;
    }
    .hp-title h4 {
        font-size: 16px;
        line-height: 28px;
        /* color: #e7e7fb; */
        color: #100a04;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }

    /* ------------------------- location ----------------------- */
    section#location .location-card {
        background: #121212;
    }
    .location-card {
        /* text-align: center; */
        padding: 40px 15px;
    }
    
    .location-card .am-title-wrap {
        text-align: center;
        padding: 0;
    }
    
    .location-card .provide-item {
        padding: 20px 20px;
        background-image: url(../images/bg/659e77df1daef6da51676552_card-benefitsBorder_mobile.svg);
        background-position: 100% 0;
        background-size: 100%;
        height: auto;
        min-height: 12.5rem;
        border-bottom: .0625rem solid #fffc;
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        justify-content: flex-start;
        position: relative;
    }
    .provide-icon svg {
        width: 32px;
        color: #9a6e39;
    }
    .location-card .provide-content .title {
        color: #e7e7fb;
        border-top: 1px solid #615d5d;
        padding-top: 15px;
    }
    
    .location-card .provide-content p.text {
        color: #acacac;
    }
    .light-bbg a.tf-btn {
        /* background: transparent; */
        margin-top: 20px;
        /* color: #000; */
        display: inline-flex
;
        width: auto;
    }

    /*----------------------- mind person -----------------*/
    section.mind {
        background: #1c1c1e;
    }
    
    section.mind:before {
        display: none;
    }
    section.mind h2.sec-title {
        color: #e7e7fb;
    }

    .mind-wrap img {
        width: 85px !important;
        height: 85px;
        margin-top: 0px;
        margin-bottom: 0px;
        border-radius: 50%;
        position: relative;
        align-items: center;
    }
    section.mind .title-area.mb-60 {
        margin-bottom: 0;
    }
    
    .mind-wrap {
        margin-top: 20px;
        padding: 20px 15px;
    }
    
    .mind-ttl-cnt {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    
    .cnt-ttl {
        margin-left: 15px;
        margin-bottom: 0;
        padding-top: 0px;
    }
    
    .cnt-ttl h4.mind-title {
        font-size: 14px;
        font-weight: 500;
        text-align: left;
    }
    
    .cnt-ttl .des {
        font-weight: 300;
        font-size: 12px;
        text-align: left;
        margin-bottom: 0;
    }
    .mind .owl-item.active{
        /* width: 250px !important; */
        width: 275px !important;
    }
    /* .mind .owl-item.cloned, .mind .owl-item.active, .mind .owl-item.cloned.active{
        width: 250px !important;
    } */
    /* --------- reward -------------------- */
    section#rewards {
        background: #121212;
    }
    
    section#rewards h2.section-title {
        color: #e7e7fb;
    }

    /* --------------- location adv accordian style ----------------- */
    
        div#faq {
            margin-top: 30px;
        }
       #faq .card {
        margin-bottom: 0px;
        border: 0 !important;
        border-radius: 0px;
        background: transparent;
      }
      
      #faq .card .card-header {
        padding: 0;
        background: none;
        /* border-top: 1px solid #ddd; */
        border-radius: 0;
    }
      
       #faq .card .card-header .btn-header-link {
        color: #e7e7fb;
        display: block;
        text-align: left;
        background: #121212;
        border-top: 1px solid #ddd;
        padding: 12px 20px;
        border-radius: 0;
        font-size: 20px;
        font-weight: 500;
      }
      #faq .card .collapse.show .card-body {
        padding-top: 0;
    }
    #faq .card-body {
        padding: 0 1.25rem 1.25rem;
        color: #e7e7fb;
    }
      
       #faq .card .card-header .btn-header-link:after {
        content: "\f068";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        float: right;
        background: #121212;
        color: #fff;
        padding: 5px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        border-radius: 30px;
      }
      
       #faq .card .card-header .btn-header-link.collapsed {
        background: #121212;
        color: #fff;
        border-radius: 0;
        box-shadow: none !important;
        border: none;
        outline: none;
        border-top: 1px solid #ddd;;
      }
      
       #faq .card .card-header .btn-header-link.collapsed:after {
        content: "\f067";
      }
      
       #faq .card .collapsing {
        background: #121212;
        line-height: 30px;
      }
      
       #faq .card .collapse {
        border: 0;
      }
      
       #faq .card .collapse.show {
        background: #121212;
        line-height: 30px;
        color: #e7e7fb;
        border-radius: 0;
      }
    /* #faq .card .card-header .btn-header-link:after {
        content: "\f067";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        float: right;
      }
      #faq .card .card-header .btn-header-link.collapsed:after {
        content: "\f068";
      } */ 

      /* footer fixed button*/
      #secFloatingFooter {
        background-color: black;
        padding: 0px 10px;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99999;
    }
    
    .footer-btm {
        background: #100a04;
        margin-bottom: 75px;
    }

        #secFloatingFooter ul li a svg path {
            fill: white;
            stroke: white;
        }

        #secFloatingFooter ul li a span {
            color: white;
        }
        .floating-icons-mob ul {
            display: flex;
            justify-content: center;
        }
        .floating-icons-mob ul li {
            display: inline-block;
            padding: 14px 5px;
            width: calc(100% / 4 - 5px) !important;
            /* width: calc(100% / 3 - 5px); */
            position: relative;
            text-align: center;
        }
        /* .floating-icons-mob ul li:after {
            content: "";
            width: 1px;
            height: 27px;
            background-color: #707070;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        } */
        #secFloatingFooter ul li a span {
            color: white;
        }
        .floating-icons-mob ul li span {
            display: block;
            font-size: 10px;
            text-transform: uppercase;
            color: #000;
            margin-top: 10px;
        }

        /* carousel arrow */
        button.owl-prev span, button.owl-next span {
            font-size: 50px;
            line-height: 10px;
            padding: 10px 10px !important;
            height: 35px !important;
            position: relative;
            display: block;
            color: #a4a4a4;
            margin-top: 20px;
        }
        .owl-nav {
            text-align: center;
        }

        .gallery-img.hp-wrap {
            background: no-repeat;
        }
        .hp-title {
            box-shadow: none;
            background: #ffffff;
            border: 0px solid transparent;
            box-shadow: none;
            color: #000;
        }

        /* ------------------------ */
        section#contact {
            position: relative;
            padding: 60px 0 90px;
        }
        section#contact .gap {
            display: block;
            height: 35px;
        }

}
@media only screen and (min-width: 990px) {
    #amanities .container {
      padding: calc(10px * 4) calc(10px * 8);
    }
  }
  @media only screen and (min-width: 990px) {
    .hs__wrapper {
      overflow: hidden;
    }
  }
  @media (hover: none) and (pointer: coarse) {
    .hs__wrapper .hs__arrows {
      /* display: none; */
    }
    .hs__wrapper .hs__item {
      flex: 1 0 calc(23% - 10px * 2);
    }
  }
  @media only screen and (hover: none) and (pointer: coarse) and (max-width: 990px) {
    .hs__wrapper .hs__item {
      flex: 1 0 calc(45% - 10px * 2);
    }
  }
  @media only screen and (max-width: 990px) {
    .hs__item {
      flex-basis: calc(100% / 3 - (10px * 2) - (20px / 3));
    }
  }