@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
body{
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
.bg-dark{
    background-color: #171717 !important;
}
.text-dark{
    color: #000;
}
.navbar-collapse ul {
    position: absolute;
    right: 5rem;
}

.navbar-nav a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 2.4rem;
    text-align: right;
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link{
    color: #fff;
}

.navbar-brand img {
    width: 27%;
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 55%);
    border-color: rgba(0, 0, 0, .1);
}

.banner_1{
    background-image: url('https://cdn.propstory.com/campaigns/joyvillepunesp/63a3e5e73cdc7UPLOAD%20HERE%201017%20X%20840PX%20%281%29.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    margin-top: 65px;
}
.banner_2{
    background-image: url('https://cdn.propstory.com/campaigns/joyvillepunesp/63a426e75121eUpload%20here%20450%20x%20650.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    position: relative;
   
}
.banner_mob{
     margin-top: 15%;
}

.intro_text{
    margin-top: 4rem;
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
}
.dark-btn {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: white;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.carousel-control-prev {
    position: absolute;
    left:0%;
    right: -1.25%;
    top: 90.87%;
    bottom: 21.87%;
}
.carousel-inner{
    height: 32rem;
}
.carousel-control-next {
    position: absolute;
    left: 5.24%;
    right: 6.25%;
    top: 90.87%;
    bottom: 21.87%;
}

.carousel-control-next-icon {
    width: 4rem;
    height: 3rem;
    background-image: url('https://cdn.propstory.com/campaigns/joyvillepunesp/63849868aaaa6ddd1c2476bcb099d675bf282f0a40192-removebg-preview.png');
}

.carousel-control-prev-icon {
    width: 4rem;
    height: 3rem;
    background-image: url('https://cdn.propstory.com/campaigns/joyvillepunesp/63849849d0502image__8_-removebg-preview.png');
}

.carousel-indicators {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    gap: 6px;
    position: absolute;
    width: 8.5rem;
    height: 0.2rem;
    top: 89%;
    margin: 0 auto;
}

.highlightSection img {
    width: 18%;
    height: 100%;
}

.highlightSection .heading {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;

}

.highlightSection .subHeading {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    color: #000000;
}

.amenitieSection .subHeading {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    padding-left: 12px;
    color: #FFFFFF;
}
.amenitieSection1 .subHeading {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}
.counterSection {
    height: auto;
    /* min-height: 100vh; */
    text-align: center;
    padding: 30px;
    /*  background: #1E1E1E;*/
}

.counter_head {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 64px;
    color: #fff;
    text-align: center;
}

.counter_head span {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    font-feature-settings: 'liga'off;
    color: #FFFFFF;
}

.counterSection .heading {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    font-feature-settings: 'liga'off;
    color: #FFFFFF;
}

.counterSection .subHeading {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    font-feature-settings: 'liga'off;
    color: #FFFFFF;
}

.counterSection i {
    /* font-family: 'Manrope';
  font-style: normal; */
    font-weight: 800;
    font-size: 48px;
    line-height: 64px;
    /* identical to box height, or 133% */

    text-align: center;
    font-feature-settings: 'liga'off;

    color: #FFFFFF;
}

.overviewSection {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6rem 0rem 2rem;
    background: #FFFFFF;
    margin-top: 5rem;
}

.overviewSection .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    text-align: left;
    /* gap: 64px; */

}

.overviewSection .heading {
    font-family: 'PT Root UI';
    font-style: normal;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 130%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
}

.overviewSection .subHeading {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-size: 3rem;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #000000;
}

.overviewSection .list {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 2rem;
    color: rgba(24, 25, 31, 0.75);
}

.overviewSection button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 2rem;
    padding: 0.6rem 1.7rem;
    margin-top: 2rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: transparent;
    color: #000000;
    border: 2px solid rgb(218 218 218);
}
.overviewSection button:hover{
    background: gray;
    color: #fff;
    border: 1px solid #fff;
}

.overviewSection .img1 {
    width: 100%;
    height: 500px;
    left: 63%;
    margin-top: 3rem;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.6rem;
}

.overviewSection .img2 {
    width: 100%;
    height: 500px;
    left: 7%;
    top: 3rem;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.6rem;
}

.footer_form .form-control {
    color: #fff;
    background-color: transparent !important;
    border-bottom: 1px solid #eee !important;
    border: none;
    border-radius: 0;
    font-family: 'Inter';
}
.padding{
                    padding: 1rem 7rem;
                    font-family: 'Inter';
                    font-style: normal;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 24px;
                    text-align: center;
                    color: #000000;
                }
                .LandmarkSection img {
                    width: 20%;
                }
                .LandmarkSection h6 {
                    font-family: 'Inter';
                    font-style: normal;
                    font-weight: 700;
                    font-size: 16px;
                    line-height: 24px;
                    text-align: center;
                    letter-spacing: 0.04em;
                    text-transform: uppercase;
                    color: #000000;
                }
                .LandmarkSection p{
                    font-family: 'Inter';
                    font-style: normal;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 24px;
                    text-align: center;
                    color: #000000;
                }
                .LandmarkSection img{
                    width: 16%;
                }
                .LandmarkSection1{
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                }
                .LandmarkSection1 img{
                    width: 17%;
                    height: 100%;
                    padding-bottom: 1rem;
                }
                .mlt{
                    margin-left: 9rem;
                }
                .LandmarkSection1 .subHeading{
                    font-family: 'Inter';
                    font-style: normal;
                    font-weight: 500;
                    font-size: 14px;
                    text-align: initial;
                    line-height: 16px;
                    padding-left: 12px;
                    color: #FFFFFF;
                }

                .form-control:focus {
                    box-shadow: 0 0 0 0.25rem transparent;
                }

                .Enquire_form, .form-group {
                    margin-bottom: 1rem;
                }

                .Enquire_form .form-control {
                    color: #000;
                    background-color: transparent !important;
                    border-bottom: 2px solid #eee !important;
                    border: none;
                    border-radius: 0;
                    font-family: 'Source Sans Pro';
                }

                .sub_btn {
                    font-style: normal;
                    font-weight: 700;
                    font-size: 0.8rem;
                    line-height: 0.8rem;
                    font-family: 'Inter';
                    background: #fff;
                    padding: 0.7rem 0;
                    color: #000;
                }

input:focus::placeholder {
    color: transparent;
}

.nav-pill-main-div {
    position: relative;
    height: 100%;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 0.7rem 1rem;
    cursor: pointer;
    transition: 0.3s ease all;
    width: 22%;
}

ul.tabs li.current {
    color: #000;
    transition: 0.3s ease all;
    border-bottom: 2px solid #000;
}

ul.tabs li.current span {
    color: #000;
    border-bottom: #000;
}

.tab-content {
    display: none;
    padding: 1rem;
    transition: 0.3s ease all;
}

.tab-content.current {
    display: inherit;
    transition: 0.3s ease all;
}

.nav-justified>li {
    float: none;
}

.nav-justified>li span {
    width: 100%;
}

.customize_solution .nav-justified>li {
    float: none;
}

.customize_solution span.ease-effect {
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
}

.customize_solution span.ease-effect:hover, .customize_solution span.ease-effect:focus, .customize_solution ul.tabs li.current span:hover, .customize_solution ul.tabs li.current span:focus {
    color: #000;
    transition: 0.3s ease all;
}

.customize_solution span.ease-effect {
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Source Sans Pro';
    text-align: center;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.12);
    padding: 0.9rem 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    position: relative;
}

.customize_solution .ease-effect:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #1AA8E2;
    z-index: -2;
}

.customize_solution .ease-effect:hover:before, .customize_solution .ease-effect:focus:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

#footer{
    display: none;
}
.call-to-action1{
    display: none;
}
.modal-body h5{
    left: 0px;
    top: 24px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    margin-top: -2rem;
}
.modal-body p{
    left: 0px;
    top: 76px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #7A7172;
}
.d-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.enq_modal label{
    text-align: justify;
    font-size: 0.7rem;
}
.modal-content{
    padding: 1rem;
}
.modal-header {
    border-bottom: 0;
}
.modal-buttn button{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    width: 100%;
    line-height: 12px;
    margin: 0.5rem;
    padding: 0.8rem 1rem;
    background: transparent;
    color: #000000;
    border-radius: 0.3rem;
    border: 2px solid rgb(63 58 58);
}
.success_msg,
.error_msg{
   display: none;
   color: #fff;
   text-align: center;
}
.fix_bg {
    height: 100vh;
    !important: ;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.75)
}
.fix_bg img{
    width: 22%;
}
.fix_bg .heading{
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    margin-top: 3rem;
    color: #FFFFFF;
}
.fix_bg h5{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #fff;
    text-transform: uppercase;
}
.fix_bg h6{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 1rem;
}
.fix_bg button{
    align-items: center;
    padding: 8px 36px;
    gap: 10px;
    width: 276px;
    margin-top: 1rem;
    height: 64px;
    background: #FFFFFF;
    border-radius: 2px;
}
.large-div
{
    width:300px;
    height:auto;
}
.mt_7{
    margin-top: 2rem;
}

.totop {
    position:fixed;
    right:0px;
    width:25%;
    height:100vh;
    font-size:30px;
    color:000;
    background:#fff;
    z-index: 1;
    padding: 0 2rem;
}
.totop .phone-no{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0.6rem 1rem;
}
.totop p{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #7A7172;
}
.totop h6{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}
.disclaimer p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}
.column#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.column#zoomIn:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.plans img{
    cursor: zoom-in;
    width: 50%;
    height: 296px;
}
.feedback {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 0.9rem;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #000;
    text-align: center;
    transform: rotate(90deg);
}

#mybutton {
    position: fixed;
    top: 40%;
    right: -3.5%;
}
.d_none{
    display: none;
}
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 30%;
  height: 400px;
}

.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 90%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  margin: 5%;
  border-radius: 4px;
}

.tab button:hover {
  background-color: #dadada;
}

.tab button.active {
  background-color: #dadada;
}

.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 400px;
}
.plans img{
    width: 100%;
    height: 400px;
    padding: 0.5rem 0;
}
.mt_8{
    margin-top: 8rem;
}
.Location{
    margin-top: 0rem;
}
.benefits {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    text-align: center;
}
.benefits .col {
    border-right: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}
.benefits figure img {
    height: 70px;
    position: relative;
}
.benefits h6 {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Inter';
}
.benefits .extra {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Source Sans Pro';
    display: inline-block;
    transform: translateY(10px);
}
@media (max-width: 768px) {
    .benefits .col {
        width: 50%;
        flex-basis: auto;
        border-right: none;
    }
    .tab{
        height: 307px;
    }
    .tabcontent{
        border: none;
    }
    .plans img {
        height: 315px;
    }
    .Location {
        margin-top: 9rem;
    }
    .mt_8{
        margin-top: 0rem;
        margin-left: -3rem;
    }
    .padding{
        padding: 0 1rem;
    }
    .plans h6{
        margin-bottom: 2rem;
    }
    .d_none{
        display: block;
    }
    .banner_1{
        display: none;
    }
    .success_msg,
    .error_msg{
       color: #000;
    }
    .carousel-control-prev{
        top: 85.87%;
    }
    .carousel-control-next {
        left: 13.24%;
        top: 85.87%;
    }
    .overviewSection button {
        margin-top: 0;
    }
    .overviewSection .subHeading {
        font-size: 38px;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-toggler {
        position: fixed;
        right: 1rem;
        top: 0.5rem;
    }

    ul.tabs li {
        width: 50% !important;
    }

    .tab-content {
        padding: 0 !important;
    }

    .overviewSection .img1, .overviewSection .img2 ,.carousel-inner{
        height: auto;
    }
    .LandmarkSection1{
        display: flex;
        align-items: center;
        justify-content: inherit;
    } 
    .mlt{
        margin-left: 0;
    }
    .slider-container .arrow-right {
        display: block !important;
    }

    .slider-container .arrow-left {
        display: block;
    }

    .slider-container .slider {
        height: 450px;
    }

    .slider-container .slider .slide {
        width: 100%;
        height: 450px;
    }

    .navbar-nav a {
        text-align: center;
    }

    .navbar-collapse ul {
        position: relative;
        right: 0rem;
    }

    .textOverImageBtn button, .feedback {
        display: none;
    }

    .textOverImage {
        left: 1.1rem !important;
        font-size: 2.4rem !important;
    }

    .textOverImage h3 {
        font-size: 0.7rem !important;
    }

    .overviewSection {
        padding-top: 2rem !important;
        margin-top: 0;
    }

    .overviewSection .img2 {
        position: relative;
        top: 1rem;
        left: 0;
        width: 100%;
    }

    .footer_form .form-group {
        margin-bottom: 1rem;
    }

    .counterSection .heading {
        font-size: 1.6rem;
    }
    #footer{
        display: block;
        position: fixed;
        bottom: 0;
    }
    #footer a {
        width: 100%;
        float: right;
        font-size: 20px;
        margin: 0;
        background: #0000;
        font-weight: 500;
        border-top: 1px solid #fff;
        color: #fff;
        font-family: 'PlayFairDisplayRegular';
        font-size: 18px;
        text-transform: uppercase;
        line-height: 45px;
        border-radius: 0;
        display: block;
        text-align: center;
        text-decoration: none;
    }
    .call-to-action1 {
        position: fixed;
        width: 100%;
        padding: 0 !important;
        margin: 0;
        left: 0;
        bottom: 0;
        z-index: 9;
        text-align: center;
        display: none;
        background: #171717;        
    }
    .call-to-action1 {
        display: block !important;
    }
    .call-to-action1 .col-6 {
        float: right;
    }
    .call-to-action1 p {
        font-size: 17px;
        margin-bottom: 0px;
        padding: 10px;
        background: #171717;
        color: #fff;
        border: 1px solid #4e4e4e;
        border-bottom: 0;
    }
    .footer_form{
        padding-bottom: 3rem;
    }
    .c_name_label{
        display: flex;
        align-items: baseline !important;
    }
    .totop{
        display: none;
    }
    .modal-buttn button{
        font-size: 8px;
        padding: 0.5rem 0rem;
    }
    .fix_bgg{
        height: 104vh;
    }
    .fix_bgg img{
        width: 22%;
    }
    .fix_bgg .heading{
        font-family: 'Playfair Display';
        font-style: italic;
        font-weight: 500;
        font-size: 36px;
        line-height: 48px;
        text-align: center;
        margin-top: 3rem;
        color: #FFFFFF;
    }
    .fix_bgg h5{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.04em;
        color: #fff;
        text-transform: uppercase;
    }
    .fix_bgg h6{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        margin-top: 1rem;
    }
    .fix_bgg button{
        align-items: center;
        padding: 8px 36px;
        gap: 10px;
        width: 276px;
        margin-top: 1rem;
        height: 64px;
        background: #FFFFFF;
        border-radius: 2px;
    }


}