@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0px;
    padding:0px;

}
/******************************************
Common css start*/
button:focus {
    outline: none;
}
.title {
        font-size: 35px;
    line-height: 45px;
    font-family: 'Epilogue', sans-serif;
    font-weight: 700;
}
a:hover {
    text-decoration: none;
}
.border-round {
    border-radius: 35px;
}
.border-small {
    border-radius: 5px;
    padding: 5px;
    -webkit-filter: blur(3px);  
                filter: blur(3px); 
}


/******************************************
 navbar start*/
 .navbar-nav li.nav-item a {
    color: #000;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.clearHeader.darkHeader .navbar-nav li.nav-item a {
    color: #000;
}
.call-icon a {
    color: #fff !important;
}
.call-icon {
    background: #F36F21;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 39px;
    padding: 0px 25px;
}
a.dekstop-none.mobile-icon {
    border: 1px solid #F36F21;
    padding: 5px 8px;
    border-radius: 25px;
    background-color:#F36F21;
}
.clearHeader.darkHeader {
    position: fixed;
    width: 100%;
    background-color:#fff;
    left: 0px;
    z-index: 1030;
}
header{
    box-shadow: 0px 3px 2px 0px #eee ;
}
button.navbar-toggler {
    position: relative;
    left: -10px;
    top: 5px;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    color: #fff;
}
/***********************************************
whatasapp start*/
.whatasapp {
    position: fixed;
    bottom: 5px;
    left: 0px;
    width: 200px;
    height: 70px;
    background: #1e9d12 no-repeat padding-box;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: 1111;
    left: -150px;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    cursor: pointer;
}
span.paddingall10.heading.text-white.pull-left {
    padding: 8px 0px !important;
}
.whatasapp span {
    position: absolute;
    right: 60px;
    top: 12px;
    font-weight: 600;
}
span.paddingall10.heading.text-white.pull-left img {
    margin-left: 0px;
        position: absolute;
    right: -50px;
        top: 0px;
}
.whatasapp:hover {
    -webkit-transition: all 1.5 ease-out;
    -moz-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    left: 0px;
}
/***********************************************
bannner start*/
section.banner {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   
    height: 85vh;
    max-height: 100%;
    position: relative;
    z-index: 1030;
}
section.banner:after {
    content: '';
    background-color: #254E70;
    position: absolute;
    height: 85vh;
    width: 40%;
    top: 0px;
    right: 0px;
    z-index: 0;
}
.index-high {
    z-index: 1030;
    position: absolute;
    right: 5px;
}

.banner-text {
    text-align: center;
}

.banner-text h3 {
    font-size: 34px;
    line-height: 50px;
    font-family: 'Epilogue', sans-serif;
    font-weight: 700;
}

.banner-text h4 {
    font-size: 22px;
    font-family: 'Epilogue', sans-serif;
    font-weight: 500;
    line-height: 50px;
}
.banner-text p {
    font-family: 'Nunito', sans-serif;
}

.banner-text span {
    color: #F36F21;
    font-weight:800;
}
.banner-form h6 {
    color: #F36F21;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
}
.banner-form form {
    text-align: center;
}
.banner-form .form-group input {
    width: 80%;
    border-radius: 15px;
    box-shadow: none;
    border: none;
    height: 54px;
    padding: 15px;
    margin-left: 35px;
}
.banner-form .form-group input:focus {
    outline: none;
    border:none;
}
.banner-form .form-group input:placeholder {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    color: #000;
}
.banner-form  input[type="submit"] {
    width: 80%;
    background-color: #F36F21;
    border: none;
    padding: 15px;
    border-radius: 15px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    color: #fff;
    margin-left: 35px;
    font-size: 1.2rem;

}
.banner-text h6 {
  background-color: #254E70;
    font-size: 18px;
    border-radius: 3px;
    width: 320px;
    margin: 0 auto;
}
/***********************************************
icon card start*/
.icon-card h5 {
    padding-top: 20px;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 10px;
}
.icon-card p {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.icon-card img {
    height: 75px;
}
/***********************************************
About start*/
section.about_us {
    background-color:#254E70;
    padding-bottom: 45px !important;
}
.about-text h3 {
    font-size: 35px;
    line-height: 45px;
    font-family: 'Epilogue', sans-serif;
    font-weight: 700;
}
.about-text p {
    font-size: 15px;
    line-height: 25px;
    font-family: 'Epilogue', sans-serif;

}
a.button {
    background: #F36F21;
    color: #fff !important;
    padding: 15px 35px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Epilogue', sans-serif;
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);*/
    cursor: pointer;
}
.about-slide .owl-nav {
    position: relative;
    top: -225px;
    padding: 0px 5px
}
h6.carousel-caption {
    font-family: 'Epilogue', sans-serif;
    color: #000;
    position: initial;
    padding-bottom: 0px;
    line-height: 35px;
}
/***********************************************
Project Highlights*/

.Project-Highlights h3 {
    font-size: 35px;
    line-height: 45px;
    font-family: 'Epilogue', sans-serif;
    font-weight: 700;
}
ul.icon-list li {
      font-size: 15px;
    line-height: 40px;
    font-family: 'Epilogue', sans-serif;
    
    list-style-type: none;
    position: relative;
}
.Project-Highlights .owl-nav {
    position: relative;
    top: -225px;
    padding: 0px 5px
}
 button.owl-next {
    position: absolute;
    right: 5px;
}
.owl-nav i.fa {
    font-size: 30px;
    background-color: #eee;
    border-radius: 3px;
    color: rgb(33 33 33);
    padding: 5px 7px;
}
ul.icon-list {
    width: 100% !important;
    padding: 25px;
}
ul.icon-list li:before {
    content: url('../images/list.svg');
     position:absolute;
     left:-30px;
     top: 5px;
    }
    .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 450px;
}
.World-Class-Amenities img {
    height: 75px;
}
/***********************************************
World Class Amenities*/
.World-Class-Amenities h3 {
    font-size: 35px;
    line-height: 45px;
    font-family: 'Epilogue', sans-serif;
    font-weight: 700;
}
.World-Class-Amenities h5 {
   font-family: 'Nunito', sans-serif;
     padding: 15px 0px;
}
.World-Class-Amenities h5 {
    font-family: 'Nunito', sans-serif;
    padding: 15px 0px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}

/***********************************************
Pricing*/
section.Pricing {
    background-color:  #254E70;
}

.Pricing h3 {
font-size: 35px;
    line-height: 45px;
    font-family: 'Epilogue', sans-serif;
    font-weight: 700;
}
.img-card.text-center {
    border: 1px solid #fff;
    width: 300px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 32px 34px rgba(0, 0, 0, 0.133714);
    border-radius: 10px;
      font-family: 'Nunito', sans-serif;
}
.img-card.text-center img {
    height: 300px;
}
.Pricing h4 {
    font-size: 15px;
    font-weight: 700;
}

.Pricing h6 {
    font-size: 18px;
    font-weight: 700;
}
.Pricing a {
    padding: 15px;
    display: block;
    width: 100%;
    background-color: #F36F21;
    color: #fff !important;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #F36F21;
  
    font-weight: 600;
    cursor: pointer;
}
.Pricing  .owl-nav {
    position: relative;
    bottom:250px;
}

.Pricing .owl-prev {
    position: absolute;
        left: 55px;
}

.Pricing  .owl-next {
    position: absolute;
   right: 55px;

}
/***********************************************
Location*/
.Location p {
    font-family: 'Nunito', sans-serif;
 
        margin-bottom: 0px;
}

/***********************************************

group info*/
.group-info p {
    font-family: 'Nunito', sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 25px;
    
}
.group-info .slick-slider img {
    height: 450px !important;
    width: 100%;
}
.group-info .slick-dots li button {
    border: 1px solid #ffb500;
    background-color: #ffb500;
    height:5px;
    width:5px;
}
.group-info .slick-dots li button:before , .group-info  .slick-dots li.slick-active button:before{
    opacity:0;
}
.group-info img {
    float: right;
}
.slick-prev {
    left: 15px !important;
    /* background-color: #fff !important; */
    z-index: 1 !important;
    color: #fff !important;
    height: 50px !important;
    width: 50px !important;
    border-radius: 15px;
}
.slick-next {
    width: 50px !important;
    height: 50px !important;
    border-radius: 15px;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 35px !important;
    line-height: 1;
    opacity: 1.75 !important;
    color: white !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next {
    right: 15px !important;
}
.prev, .next {
    font-size:35px !important;
    padding-right:25px;
}
.slick-prev::before {
    content: "\f060" !important;
    font-family: 'FontAwesome' !important;
    background-color: #eee;
    color: #333 !important;
    padding: 5px 10px;
    border-radius: 5px;
}
.slick-next::before {
    content: "\f061" !important;
     font-family: 'FontAwesome' !important;
    background-color: #eee;
    color: #333 !important;
    padding: 5px 10px;
    border-radius: 5px;
}

/***********************************************
Contact Form*/

section.contact-form {
    background-color:  #254E70;
}
.contact-form h6 {
        font-family: 'Nunito', sans-serif;
}

.contact-form h6 {
    font-family: 'Nunito', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
}
/***********************************************
Footer*/

ul.footer-menu li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 25px;
    position: relative;
}
footer{
    position: relative;
    background-image: url(../images/footer-bg-overlay.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

p.left-heading {
    font-family: 'Nunito', sans-serif;
    color:  #000000;
    z-index: 1030;
    font-size: 20px;
    font-weight: 700;
}
ul.footer-menu li a {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.disclamer-txt {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
/***********************************************
Thankyou*/
.thank h4 {
    font-family: 'Nunito', sans-serif;
    font-size: 27px;
    padding: 35px 0px;
    line-height: 42px;
}

/***********************************************
Zoom css*/
.zoom {
    transition: transform .2s;
}
.zoom:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
/***********************************************
show mo css*/
.show-hide-text {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.show-hide-text a {
  -webkit-box-ordinal-group: 3;
          order: 2;
    color: #ffb500;
    font-family: 'Nunito', sans-serif;
}
.show-hide-text p {
  position: relative;
  overflow: hidden;
  max-height: 40px;
  line-height: 20px;
}
.show-hide-text p:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
@supports (-webkit-line-clamp: 3) {
  .show-hide-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .show-hide-text p:after {
    display: none;
  }
}

.show-less {
  display: none;
}
.show-less:target {
  display: block;
}
.show-less:target ~ p {
  display: block;
  max-height: 100%;
}
.show-less:target + a {
  display: none;
}

.wrapper p {
  font-size: 16px;
  line-height: 20px;
}
.hidden-menu ul {
    /* display: inline; */
    text-align: center;
    width: 100% !important;
    padding: 0px; 
    list-style-type: none;
}
.hidden-menu ul li {
display: inline-block;
width:49%;
margin:0 auto;
text-align:center;
}

div#show-hidden-menu {
    display: block;
    width: 100%;
}
div#show-hidden-menu {
    font-family: 'Nunito', sans-serif;
    display: block;
    width: 45%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #333;
    padding: 6px 25px;
    margin-bottom: 35px;
    border-radius: 35px;
}
.hidden-menu {
    width: 100%;
}
/***********************************************
Popup*/

.modal h4 {
    font-family: 'Nunito', sans-serif;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #063728;
}
.modal-body input {
    margin: 10px 0px;
    border-radius: 35px;
    height: 40px;
    border: 1px solid #000;
}
.modal-body input {
    margin: 10px 0px;
    border-radius: 35px;
    height: 40px;
    border: 1px solid #000;
}

.modal-body input[type="submit"] {
    width: 100% !important;
    background: #F36F21 !important;
    border:1px solid #F36F21 ;
        color: #fff;
    font-weight: 600;
}
.modal-body form {
    padding: 5px 35px;
}
.modal-content {
    top: 20vh;
}
/***********************************************
Media Query*/

@media only screen 
  and (min-device-width: 320px) and (max-device-width: 767px)
   {
   a.navbar-brand img {
    height: 55px !important;
}
.mobile-none {
    display: none !important;
}
.mobile-center {
    text-align: center;
}
.mobile-margin {
    margin-top: 85px !important;
}
.Highlights-slide {
    margin-top: 55px;
}
iframe {
    height: 300px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    display: block;
    /* margin: 15px 0px; */
}
.mobile-margin-top {
    margin-top: 25px;
}
.mobile-margin-bottom{
  margin-bottom: 45px;
}
.about-text {
    width: 100% !important;
}
 .m-center {
    text-align: center;
 }
 .title {
    font-size: 25px;
    line-height: 35px;
    font-family: 'Epilogue', sans-serif;
    font-weight: 700;
}
.Project-Highlights .owl-nav {
    position: relative;
    top: -156px;
    padding: 0px 5px;
}

.banner-form {
    padding-top: 10px;
}
.owl-item img.img-fluid.border-round {
padding: 0px 5px;
height: 250px;
}
.about-slide .owl-nav {
    position: relative;
    top: -130px;
    padding: 0px 5px;
}

.about-text a {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 75%;
    /* font-size: 15px; */
}
.Project-Highlights a {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 70%;
    /* font-size: 15px; */
}
ul.footer-menu.text-white {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    width: 100%;
    padding: 0px;
}
section.World-Class-Amenities .container {
    border: 1px solid #333;
        padding-top: 35px;
    /* margin: 15px 0px; */
    margin-bottom: 15px;
    border-radius: 35px;
}
.Pricing .owl-prev {
    position: absolute;
    left: 25px !important;

}

.Pricing  .owl-next {
    position: absolute;
    right: 25px !important;
    left: auto !important;
}
a.button.mb-center {
    display: block;
    margin: 0 auto;
    text-align: center;
}
}
/* ----------- iPhone 5s ----------- */

@media only screen 
  and (min-device-width: 320px) and (max-device-width: 374px) {
section.banner:after {
    height: 100vh;
     background-color: rgb(0 0 0 / 81%);
     width:100%;
}
section.banner {
    height: 100vh;

}
a.navbar-brand img {
    height: 36px !important;
}
.Pricing .owl-nav {
    position: relative;
    bottom: 200px;
}
.banner-text h3 {
    font-size: 25px;
    line-height: 50px;
    font-family: 'Epilogue', sans-serif;
    font-weight: 700;
}
.banner-text h4 {
    line-height: 25px;
}
.banner-text h6 {
    background-color: rgb(255, 181, 0);
    font-size: 15px;
    border-radius: 3px;
    width: 280px;
    margin: 0 auto;
}
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
{ 
a.navbar-brand img {
    height: 36px !important;
}
.Pricing .owl-next {
    position: absolute;
    right: 20px !important;
    left: auto !important;
}
.Pricing .owl-prev {
    position: absolute;
    left: 25px !important;
}
}

/* ----------- Big screen----------- */
@media screen and (min-device-width: 767px) and (max-device-width: 1900px) { 
    .dekstop-none {
        display: none;
    }
    
    
}



@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
 { 
.banner-form {
    padding-top: 30px !important;
}
.img-card.text-center {
    border: 1px solid #fff;
    width: 340px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 32px 34px rgba(0, 0, 0, 0.133714);
    border-radius: 10px;
    font-family: 'Nunito', sans-serif;
}
section.banner {
    height: 90vh;
}
section.banner:after {
    content: '';
    
    position: absolute;
    height: 90vh;
    width: 545px;
    top: 0px;
    right: 0px;
    z-index: 0;
}
.banner-text h3 {
    padding-bottom: 15px;
}
}
a.img-pop {
    background-color: unset;
    padding: 0px;
    border: none;
}
/*Download brochure*/
.Download-Brochure h3 {
   font-family:'Playfair Display', serif;
   font-size: 35px;
}
.Download-Brochure {
    background-image: url(../images/Download-bg.png);
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
.Download-Brochure:before {
    content: '';
    position: absolute;
    background: #000000CC;
    height: 100%;
    width: 100%;
    top: 0px;
}
p.line-height {
    line-height:30px;
}
a.btn-white {
    background-color: transparent;
    border: 1px solid #f3f3f3;
    transition:0.8s;
    padding: 12px 35px;
    border-radius: 5px;
    color:#FFF;
}
a.btn-white:hover {
    background-color:#fff;
    color:#000;
}
