
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
   

}
body{
    font-family: 'Poppins', sans-serif !important;
    color: #000 !important;
}
a:hover{
    text-decoration: none !important;
   
}
.img-fluid{
max-width: 100%;
height: auto;
}

.owl-theme .owl-nav [class*=owl-] {
    display: none !important;
    }
    .owl-item img {
        height: 210px;
        object-fit: cover;
        object-position: bottom;
    }
    
#owl-demo .item{
margin-top: 50px;
}
p{
    text-align: justify;
    font-weight: 400;
    font-size: 16px;
}
/*HEAD*/
header{
    background-color: white;
}
.brand-logo {
    width: 150px;
}
.right-menu {
  float: right;
}
.navbar-nav {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.right-menu li {
    margin-right: 10px;
    list-style: none;
}
 .right-menu a {
    font-size: 14px;
    padding: 20px 2px !important;
    color: #000;
    font-weight: 600;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    margin-right: 9px;

}
.menu-box{
    padding: 15px 30px;
    border-bottom: 1px solid #fff;

    position: relative;
    z-index: 99;
}
/*banner*/

.project-info {
    background-color: #eee;
    bottom: 0;
    width: 100%;
    opacity: 0.9;
    padding: 20px 0px;
 
}
.project-info .info-title {
    font-size: 18px;
    text-align: left;
    margin-bottom: 4px;
    font-weight: 200;
    color: #727272;
}
.project-info p {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    text-align: start;
}
.rupee-symbol {
    font-family: sans-serif;
}
.project-video {
    display: flex;
}
.project-video a {
    display: flex;
    align-items: center;
}
.play-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    outline: none;
    background: transparent;
    border: 1px solid black;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.play-btn span.play {
    width: 15px;
    height: 15px;
    background: #000;
    margin-left: 6px;
    z-index: 100;
    clip-path: polygon(0 0, 80% 48%, 0 100%, 0% 100%);
    transition: clip-path 0.5s ease;
    transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    border: 0;
}
.project-video:hover .play-btn {
    background: #000;
}
.project-video:hover .play-btn span.play {
    background: #fff;
    width: 25px;
    height: 25px;
    margin-left: 10px;
}
.project-video a span {
    margin-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cbcbcb;
}
div#overview ul {
    padding-left: 15px;
}

div#overview ul li {
    list-style-type: disc !important;
    line-height: 30px;
}

.title {
    font-weight: 200;
    text-align: center;
    font-size: 33px;
}
.title.title-left {
    text-align: left;
}
#proj-overview-2 {
    background-color: #eee;
}
.section {
    padding: 60px 0;
}
.accordion {
    background-color: #fff;
    color: #000;
    font-size: 16px !important;
    
    cursor: pointer;
    padding: 20px;
  
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}
.accordion.active:after {
    content: "\2212";
}
.accordion:after {
    font-size: 14px !important;
    content: '\002B';
    color: #000;
    
    float: left;
    margin-right: 15px;
}
.panel {
    padding:20px !important;
    display: none;
    background-color: white;
    overflow: hidden;
    margin-bottom: 0px !important;
   
}
span.disclaimer {
    font-size: 12px;
}
.bg-ac{
    border-bottom: 1px solid #dee2e6;
}
.mainpill-nav, .pill-box{
        display: flex;
    align-items: center;
    justify-content: center;
}
.mainpill-nav ul li{
list-style: none;
display: inline-block;
}
.mainpill-nav ul li a{
    margin: 30px 0px;
  
    color: #fff;
    border: 1px solid #000;
    border-radius: 25px !important;
    background: transparent;
    padding: 10px 40px;
   
    font-size: 13px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.mainpill-nav>ul>li.active>a {
    background-color: #000;
    color: #fff;
}
.toggle-img-btn li{
    list-style: none;
}
.toggle-img-btn li a {
    border: 0;
    color: #B5B5B5;
    background-color: transparent;
    padding: 10px 9px;
    display: inline-block;
    font-size: 16px;
    margin: 4px 14px;
    border-radius: 0px !important;
    text-decoration: none;
}
.toggle-img-btn>li.active>a {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid black;
    color: black;
}
.toggle-img-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
#amenities {
    background-color: #eee;
}
#brochure img {
    width: 100%;
    max-width: 400px;
    margin: auto;
    display: block;
}
.rounded_btn {
    border: 1px solid #000;
    border-radius: 25px !important;
    background: transparent;
    padding: 8px 30px;
    margin: 30px auto;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.rounded_btn:hover{
    background-color: #000;
    color: #fff;
    transition: all 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
}
#brochure {
    background-color: #eee;
    padding: 30px 0;
}
.vc_general2 .accordion {
font-weight: bold;
}
.vc_general2 .accordion:after {
float: right;
}
.vc_general2 .panel{
    padding-left: 20px;
}
.dis-fle{
    display: flex;
    justify-content: center;
    align-items: center;
}
#proj-faq {
    background-color: #eee;
    text-align: center;
    padding: 50px 0;
}

 .play_btn_icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play_btn_icon i{
    font-size: 65px;
    width: 44px;
    line-height: 20px;
    height: 20px;
    background-color: white;
}
.video-link img{
    width: 641px;
    height: 320px;
}

.stickyForm {
   
    position: fixed;
    top: 35%;
 
    right: 0px;
    text-align: center;
    
   
    z-index: 99;
   
}

.stickyForm .btn {
    background: #193e7d !important;
    color: white !important;
    box-shadow: -2px -9px 10px rgba(161, 147, 147, 0.2);
    padding: 10px 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -77px;
     box-shadow: -3px -1px 10px rgba(161, 147, 147, 0.2);
    height: 40px;
    border-radius: 7px 7px 0 0;
    font-size: 15px;
    cursor: pointer;
    transform: rotate(-90deg);
    
    border: 0;
    perspective: 100px;
    outline: 0 !important;

}
.stickyForm .btn:active, .stickyForm .btn:hover{
    color: #fff;
}
.sub-box {
    
   
   
    margin-bottom: 25px;
}
.sub-left{
    font-size: 16px;
    font-weight: bold;
}
.sub-right p{
    font-size: 14px;
    text-align: center;
}
#enquiry{
    display: none;
    background: white;
    border-radius: 11px 0px 0 11px;
    padding: 17px;
    box-shadow: -3px -1px 10px rgba(161, 147, 147, 0.2);
    transition: 0.35s ease-in-out;
}
.download-btn {
    display: inline-block;
    padding: 6px 22px;
    align-items: center;
    background-color: #000;
    color: #cbc6c6;
    width: auto;
    text-decoration: none;
    padding-left: 10px;
}
.download-btn img {
    margin-right: 6px;
    width: 20px;
}


#project-faq input
{
    background: #E8E8E8;
    border: 1px solid #fff;
    width: 100%;
    font-size: 15px;
    margin-bottom: 13px;
    border-radius: 7px;
    padding: 11px 13px;

    display: block;
    outline: 0px;
}
.ip-box{
    position: relative;
}
#project-faq i{
  position: absolute;
    top: 12px;
    font-size: 20px;
    color: #707070;
    left: 10px;
}
#project-faq{
    background-color: #eee;
    padding: 30px 0;

}

/*footer*/

footer{
    color: #fff;
    background: #141414;
}
  .copy-right {
    text-align: center;
   
    padding: 10px 0px;
    
  }
  .footer-logo {
    margin-bottom: 10px;
}
.footer-logo img {
    max-width: 200px;
}
@media screen and (max-width: 768px)
{
.dis-fle{
    display: unset;
}
.right-menu{
    display: none;
}
.project-video{
    margin-top: 20px;
}
.mainpill-nav ul li a {
    padding: 5px 20px;
}
.video-link img {
    width: 300px;
    height: 320px;
}
.toggle-img-btn li a {
  
    padding: 10px 6px;
   
    font-size: 10px;
    margin: 4px 0px;
  
}
}

  @media (min-width: 768px) and (max-width: 1024px){ 

 .right-menu a{
    margin-right: 5px;
 }
 .right-menu li {
    margin-right: 0px;
 }
}