body,
p,
a {
  font-size: 14px;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}

@media screen and (min-width:767px) {
  .container {
    max-width: 88.5%;
  }
}

@media screen and (min-width:991px) {
  .container {
    max-width: 85.5%;
  }
}

.ml-20 {
  margin-left: 20px;
}


@media screen and (min-width:767px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .navbar-nav li:hover>ul.dropdown-menu {
    display: block;
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
  }

  /* rotate caret on hover */
  .dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
  }

  #navbarDropdownMenuLink2:hover.dpd {
    display: block;
  }

  .dropdown-item {
    color: #2B2E35 !important;
    font-family: 'DM Serif Display', serif;
    font-size: 16px;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    background: #fef4eb;
    margin-top: 0px;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
  }

  .dropdown22:hover>.dropdown-menu22 {
    display: block;
  }
}


/*Menu */


/* #Navigation
================================================== */
.logo {
  height: 90px;
  transition: 300ms ease-in-out;
}

.start-header {
  opacity: 1;
  transform: translateY(0);
  /*  padding: 20px 0;*/
  /*box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);*/
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on {
  /*  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);*/
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #161004;
}

/*.start-header.scroll-on .navbar-brand img {
  height: 24px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}*/

.navigation-wrap {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
    background-color: rgba(0,0,0,0.3);
  padding: 10px 0;
  /*  box-shadow: 0 0 12px 5px rgba(0,0,0,0.5);*/
}

.start-header.scroll-on {
  position: fixed;
}

.navbar {
  padding: 0;
}

.navbar-collapse{
  justify-content: center;
}

.navbar-brand img {
  height: 90px;
  width: auto;
  display: block;
  /*filter: brightness(10%);*/
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media(max-width: 1200px){
  .navbar-brand img{
    height: 70px;
  }
  
}

.scroll-on .navbar-brand img{
  height: 70px;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
  box-shadow: none!important;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.search img {
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-item .search {
  padding-top: 2px !important;
}

.navbar-nav {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 0 !important;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #fff;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.search2s::after {
  background: transparent !important;
}

.nav-link {
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  transition: all 200ms linear;
  font-weight: 500;
  text-transform: none;
  font-size: 14px;
}

/*.nav-item:hover .nav-link{
  color: #777 !important;
  }*/
/*.nav-item.active .nav-link{
  color: #777 !important;
  }*/
.nav-link {
  position: relative;
  padding: 0 !important;
  display: inline-block;
}

.nav-link:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -7px;
  width: 15px;
  height: 15px;
  content: '';
  background-color: transparent;
  opacity: 0;
  transition: all 200ms linear;
  border: 2px solid #777;
  border-right: 0;
  border-bottom: 0;
}
.nav-link:after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: -7px;
  width: 15px;
  height: 15px;
  content: '';
  background-color: transparent;
  opacity: 0;
  transition: all 200ms linear;
  border: 2px solid #777;
  border-left: 0;
  border-top: 0;
}

.nav-link:hover:after {
  opacity: 1;
  bottom: 0px;
}

.nav-link:hover:before {
  opacity: 1;
  top: -2px;
}

.nav-item.active:hover:after {
  opacity: 0;
}

.nav-item {
  position: relative;
  transition: all 200ms linear;
  padding: 11px 20px !important;
}

@media(max-width: 1500px){
  .nav-item {
    padding: 11px 15px !important;
  } 
}


@media(max-width: 1440px){
  .nav-item {
    padding: 11px 8px !important;
  } 
}
@media(max-width: 1200px){
  .nav-item {
    padding: 11px 7px !important;
  } 
  .nav-link {
    font-size: 13px !important;
  }
}

@media(max-width: 1100px){
  .nav-item {
    padding: 11px 5px !important;
  } 
  .nav-link {
    font-size: 12px !important;
  }
}

@media(max-width: 999px){
  .nav-item {
    padding: 11px 4px !important;
  } 
  .nav-link {
    font-size: 9px !important;
  }
  .social-media-links li a img {
    display: none;
  }
}


@media(max-width: 991px){
  .nav-item {
    padding: 11px 5px !important;
  }
  
}

.btnnavbar button {
  background: #2b2e35;
  color: #fff;
  border-radius: 100px;
  border: 1px solid #2b2e35;
  width: 100%;
  padding: 3px 17px;
  font-size: 12px;
  width: 200px;
  cursor: pointer;
}

.btnnavbar button img {
  height: 20px;
  margin-top: 8px;
}


.social-media-links li {
  display: inline-block;
  padding-right: 7px;
}

.social-media-links {
  padding-left: 0;
  margin-bottom: 0;
}


@media screen and (min-width: 1400px) {}

@media screen and (min-width: 1600px) {
  .nav-link {
    font-size: 16px;
  }
}


@media screen and (min-width: 1800px) {
  .nav-link {
    font-size: 16px;
  }
}


  /*@media screen and (max-width: 1350px) {
    .nav-link {
      padding: 11px 14px !important;
    }
  }*/

@media screen and (max-width: 1280px) {
  .logo {
    height: 70px;
  }

  .social-media-links li a img {
    height: 30px;
  }

  .social-media-links {
    margin-top: 4px;
  }
}

@media screen and (max-width: 1200px) {
  .logo {
    height: 60px;
  }

  .social-media-links li {
    padding-right: 3px;
  }

  .nav-link {
    font-size: 14px;
  }

  .social-media-links li a img {
    height: 25px;
  }
}

@media screen and (max-width: 991px) {
  .logo {
    height: 60px;
  }

  #desktopviewheadermenu {
    margin-right: 0 !important;
  }
  .nav-link {
    font-size: 12px;
  }
}

@media screen and (max-width: 792px) {
  .logo {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-wrap {
   
    position: fixed;
    padding: 10px 0;
  }

  .navbar-nav {
    background: none;
  }

  .nav-link {
    color: #fff !important;
  }

  .blauto {
    border-bottom: 1px solid #636363;
    padding-left: 20px;
  }

  .blauto2 {
    padding-left: 20px;
  }

  .navbar-toggler {
    float: right;
    margin-right: 0 !important;
    width: 50%;
    text-align: right;
  }

  .logobrand {
    width: 42%;
    float: left;
  }

  .navbar-nav {
    margin-top: 15px;
    border-radius: 10px !important;
    padding: 3px 0px !important;
  }

  .social-media-links {
    display: none;
  }

  .nav-link {
    font-size: 15px;
    border-radius: 14px !important;
  }
}

/*Menu Ended*/

@media screen and (min-width: 767px) {
  .start-header.scroll-on .logo {
    height: 60px;
    margin-top: 0;
  }

  .start-header.scroll-on .navbar-nav {
    background: transparent;
  }

  .start-header.scroll-on .nav-link {
    color: #fff !important;
  }

  .start-header.scroll-on .navbar-nav {
    margin-top: 0;
    padding: 0px !important;
  }

  .start-header.scroll-on .social-media-links {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-height: 1800px) {
  .start-header.scroll-on .logo {
    height: 70px;
  }
}

/*Fixed Menu*/

/*Slider start*/

#carouselExampleFade .carousel-item.boat {
  background-image: url("../images/gallery/8.jpg");
}

#carouselExampleFade .carousel-item.sea {
  background-image: url("../images/gallery/6.jpg");
}

#carouselExampleFade .carousel-item.river {
  background-image: url("../images/gallery/7.jpg");
}

#carouselExampleFade .carousel-item {
  height: 100vh;
  width: 100%;
  min-height: 350px;
  background: no-repeat center center scroll;
  background-size: cover;
  transition: 300ms ease-in-out;
  position: relative;
}

#carouselExampleFade .carousel-item:after {
  content: '';
  position: absolute;
  background: linear-gradient(transparent 50%, #fff);
  width: 100%;
  height: 100%;
  top: 0;
}

#carouselExampleFade .carousel-item .carousel-caption {
  background-color: #fff;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 25px 40px;
  animation-duration: 1s;
  animation-delay: 2s;
  border-radius: 20px;
  text-align: left;
  max-width: 30%;
  left: 8%;
  bottom: 100px;
  z-index: 9;
}

#carouselExampleFade .carousel-item .carousel-caption:before {
  content: '';
  position: absolute;
  width: 8px;
  height: calc(100% - 50px);
  border: 2px solid #000;
  border-top: 0;
  border-bottom: 0;
  border-left-color: #777;
  left: 30px;
}

#carouselExampleFade .carousel-caption h2 span {
  color: #777;
}

#carouselExampleFade .carousel-caption h2 {
  animation-duration: 1s;
  animation-delay: 2s;
  font-family: 'DM Serif Display', serif;
  font-size: 40px;
  color: #000;
  margin-bottom: 0;
  padding-left: 10px;
}

#carouselExampleFade .carousel-caption h5 {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  text-transform: uppercase;
  padding-left: 10px;
  margin-bottom: 0;
}

#carouselExampleFade .carousel-caption p {
  animation-duration: 1s;
  animation-delay: 2.2s;
  color: #161004;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 30px;
  padding-left: 10px;
}

#carouselExampleFade .carousel-caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
  border-radius: 40px !important;
  height: auto;
  padding: 10px 25px 12px;
  line-height: 1;
  width: auto;
  margin-left: 20px;
}

#carouselExampleFade .carousel-caption a:before {
  content: '';
  position: absolute;
  width: 37px;
  height: 38px;
  left: 0;
  top: 0;
  z-index: -1;
  background: #fdbc52;
  border-radius: 30px;
  left: -4px;
}

.carousel-indicators{
  list-style-type: none;
}

.carousel-indicators button{
  border: 0 !important;
  height: 8px !important;
  width: 8px !important;
  border-radius: 50%;
  background: #fdbc52 !important;
}
.carousel-indicators button.active{
  width: 50px !important;
}
.carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: rgba(255,255,255,0.7);
  margin: 0 5px;
}

.carousel-indicators .active {
  width: 50px;
  height: 8px;
  border-radius: 10px;
  background: #fff;
}

/*.carousel-indicators{
  justify-content: flex-end;
}*/
/* Button */
.delicious-btn {
  display: inline-block;
  width: auto;
  z-index: 99999 !important;
  height: 60px;
  color: #ffffff;
  border: none;
  border-left: 3px solid #777;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #777;
}

.delicious-btn.active,
.delicious-btn:hover,
.delicious-btn:focus {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #777;
  border-color: #777;
}


@media screen and (min-width: 1600px) {
  #carouselExampleFade .carousel-caption h2 {
    font-size: 50px;
  }

  #carouselExampleFade .carousel-caption h5 {
    font-size: 18px;
  }

  #carouselExampleFade .carousel-caption p {
    font-size: 18px;
  }

  #carouselExampleFade .carousel-caption a {
    padding: 15px 30px 17px;
    font-size: 18px;
  }

  #carouselExampleFade .carousel-caption a::before {
    width: 45px;
    height: 48px;
  }
}

@media screen and (min-width: 1800px) {
  #carouselExampleFade .carousel-caption h2 {
    font-size: 55px;
    line-height: 55px;
  }

  #carouselExampleFade .carousel-caption h5 {
    font-size: 20px;
  }

  #carouselExampleFade .carousel-caption p {
    font-size: 20px;
  }

  #carouselExampleFade .carousel-caption a {
    padding: 15px 30px 17px;
    font-size: 20px;
  }

  #carouselExampleFade .carousel-caption a::before {
    width: 50px;
    height: 52px;
  }
}


@media screen and (max-width: 1200px) {
  #carouselExampleFade .carousel-item {
    height: 80vh;
  }

  #carouselExampleFade .carousel-caption h2 {
    font-size: 34px;
  }

  #carouselExampleFade .carousel-caption h5 {
    font-size: 15px;
  }

  #carouselExampleFade .carousel-caption p {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  #carouselExampleFade .carousel-item {
    height: 50vh;
  }

  #carouselExampleFade .carousel-caption p {
    display: none;
  }

  #carouselExampleFade .carousel-caption h5 {
    font-size: 13px;
  }

  #carouselExampleFade .carousel-caption h2 {
    font-size: 29px;
  }
}

@media screen and (max-width: 767px) {
  #carouselExampleFade .carousel-item {
    height: 30vh;
  }

  #carouselExampleFade .carousel-item .carousel-caption {
    margin-top: 16%;
    margin-left: 16%;
    background-color: rgba(255, 255, 255, 0.9);
  }

  #carouselExampleFade .carousel-caption h5 {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #carouselExampleFade .carousel-item .carousel-caption {
    padding: 9px 10px 2px;
  }

  #carouselExampleFade .carousel-caption h2 {
    font-size: 25px;
  }

  #carouselExampleFade .carousel-item {
    height: 30vh;
    min-height: auto;
  }

  #carouselExampleFade .carousel-caption a {
    display: none;
  }

  #carouselExampleFade .carousel-caption h2 {
    font-size: 18px;
  }

  #carouselExampleFade .carousel-item .carousel-caption {
    margin-top: 30%;
    margin-left: 15%;
  }
}

/*Slider end*/


/*Title start*/
.titleh5 {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  text-transform: uppercase;
  padding-left: 10px;
}

.mainheadingh2 span,.yellow-color {
  color: #777 !important;
}

.mainheadingh2 {
  font-family: 'DM Serif Display', serif;
  font-size: 50px;
  color: #000;
  margin-bottom: 10px;
  padding-left: 10px;
}

.mainparap {
  color: #161004;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 30px;
  padding-left: 10px;
}

.mainline1 {
  border-left: 2px solid #fbfbf9;
  padding: 0px 3px;
}

.mainline2 {
  border-left: 2px solid #000;
  padding: 0 3px;
}

.mainbtn::before {
  content: '';
  position: absolute;
  width: 37px;
  height: 38px;
  left: 0;
  top: 0;
  z-index: -1;
  background: #fdbc52;
  border-radius: 30px;
  left: -4px;
}

.mainbtn {
  display: inline-block;
  width: auto;
  z-index: 9 !important;
  height: 60px;
  color: #ffffff;
  border: none;
  border-left: 3px solid #777;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  text-transform: capitalize;
  background-color: #FD9E00;
  border-radius: 40px !important;
  height: auto;
  padding: 10px 25px 12px;
  line-height: 1;
  width: auto;
  position: relative;
  margin-left: 20px;
  text-decoration: none;
  color: #fff !important;
}


.mainbtn:hover {
  background: #fdbc52;
  transition: 0.5s ease;
}

#carouselExampleFade .carousel-caption a:hover {
  background: #fdbc52 !important;
  transition: 0.5s ease;
}


@media screen and (min-width: 1600px) {
  .mainheadingh2 {
    font-size: 40px;
  }

  .titleh5 {
    font-size: 18px;
  }

  .mainbtn {
    padding: 15px 30px 17px;
    font-size: 18px;
  }

  .mainbtn::before {
    width: 45px;
    height: 48px;
  }
}


@media screen and (min-width: 1800px) {
  .mainheadingh2 {
    font-size: 45px;
    line-height: 48px;
  }

  .titleh5 {
    font-size: 20px;
  }

  .mainbtn {
    padding: 15px 30px 17px;
    font-size: 20px;
  }

  .mainbtn::before {
    width: 50px;
    height: 52px;
  }
}


@media screen and (max-width: 1200px) {
  .mainheadingh2 {
    font-size: 37px;
  }

  .titleh5 {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .mainheadingh2 {
    font-size: 29px;
  }

}

/*title end*/
/*About Us Homepage Start*/
.homeaboutus {
  padding: 100px 0 60px;
  background: url('../images/abtbg.webp');
  background-size: cover;
}

.aboutspace {
  margin: auto;
  margin-top: 10%;
}



@media screen and (max-width: 991px) {
  .aboutspace {
    margin-top: 0;
  }

  .homeaboutus {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .aboutspace {
    margin-top: 0;
  }

  .homeaboutus {
    padding: 45px 0 35px;
  }

  .homeaboutus .mainbtn {
    margin-bottom: 30px;
  }

  #home {
    /*margin-top: 50px;*/
  }
	.navbar-collapse{
		background:#000;
		padding: 0 20px;
	} .navbar-brand img, .scroll-on .navbar-brand img{
    height: 50px;
  }  .homewhyus {
    padding: 25px 0 23px;
  }
}

/*About us Homepage End*/


/*Homepage Amenties Start*/
.homeamentites {
  padding: 120px 0 80px;
  background: url(../images/gallery/4.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.section-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.8);
}

.amenitiesbgimg {
/*  background: url('../images/amenitiesbg.webp');*/
  background-size: cover;
  border-radius: 10px;
}
.builder-img{
  max-width: 84%;
  margin: 0 auto;
  display: block;
}
.amenitiesbgimg p,
.amenitiesbgimg h5,
.amenitiesbgimg h2 {
  color: #fff;
  margin-bottom: 0;
}

.amenitiesbgimg h2 {
  font-size: 38px;
}

.homeamentites .card {
  padding: 20px 10px 5px;
/*  border: 2px solid rgba(54, 54, 54, 0.3);*/
  min-height: 183px;
  border-radius: 20px;
  margin: 0 10px;
}

.homeamentites .card-body {
  padding: 0;
}

.homeamentites .card-title {
  font-family: 'DM Serif Display', serif;
  font-size: 18px;
  color: #161004;
  text-align: center;
  margin-top: 15px;
}
.homeamentites .card-img-top {
    width: 40%;
    margin: 0 auto;
  }


@media screen and (min-width: 1600px) {
  .homeamentites .card-title {
    font-size: 20px;
  }

  .amenitiesbgimg h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .homeamentites .card {
    min-height: 245px;
  }
}

@media screen and (min-width: 1800px) {
  .homeamentites .card-title {
    font-size: 20px;
  }

  .amenitiesbgimg h2 {
    font-size: 46px;
    margin-bottom: 20px;
  }

  

  .homeamentites .card {
    min-height: 200px;
  }
}


@media screen and (max-width: 1480px) {
  .homeamentites .card-title {
    font-size: 16px;
  }

  .homeamentites .card {
    min-height: 190px;
  }

  .amenitiesbgimg h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 1362px) {
  .homeamentites .card {
    padding: 20px 5px 5px;
  }

  .amenitiesbgimg p {
    font-size: 14px;
  }

  .homeamentites .card {
    min-height: 155px;
  }

  .homeamentites .card-title {
    font-size: 15px;
  }

  .amenitiesbgimg h2 {
    font-size: 31px;
  }

  .amenitiesbgimg {
    padding: 0px 10px 0px;
  }
}

@media screen and (max-width: 1200px) {
  .amenitiesbgimg {
    padding: 00px 10px 0px;
  }

  .homeamentites .card-title {
    font-size: 14px;
  }

  .homeamentites .card {
    padding: 15px 5px 5px;
  }

  .homeamentites .card {
    min-height: 150px;
  }
}

@media screen and (max-width: 992px) {
  .dsmdnone {
    display: none;
  }

  .homeamentites {
    padding: 50px 0 30px;
  }

  .amenitiesbgimg {
    padding: 00px 30px 10px;
    margin-bottom: 30px;
  }

  .homeamentites .card-title {
    font-size: 15px;
  }

  .homeamentites .card {
    min-height: 150px;
  }

  .homeamentites .card-img-top {
    width: 30%;
    margin-left: 35%;
  }

  .homeamentites .card {
    min-height: 130px;
  }
}

@media screen and (max-width: 767px) {
  .homeamentites .card {
    min-height: auto;
  }

  .homeamentites {
    padding: 45px 0 30px;
  }

   h2 {
    font-size: 29px;
  }
}

/*Homepage Amenities End*/

/* homewhyus starts */

.homewhyus{
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}
.section-watermark{
  position: absolute;
  opacity: 0.1;
  left: -20%;
  top: 20%;
  width: 50%;
  transform: rotate(90deg);
  display:none;
}
.section-watermark img{
  width: 60%;
}
.homewhyus .mainparap{
  max-width: 60%;
  margin: 0 auto;
}

@media(max-width: 1200px){
  .homewhyus .mainparap{
    max-width: 80%;
  }
}
@media(max-width: 991px){
  .homewhyus .mainparap{
    max-width: 100%;
  }
}

.whyUS-heading{
  margin-bottom: 60px;
}

.homewhyus .whyus-block {
    padding: 30px 20px;
    margin-bottom: 50px;
    text-align: center;
    background: #979797;
    color: #fff;
    border-radius: 20px;
    position: relative;
    min-height: 153px;
    /* border-right: 2px solid #777; */
}
@media screen and (max-width:1500px){
  .homewhyus .whyus-block{
    min-height: 175px;
  }
}
.homewhyus .whyus-block.no-xl-border{
  border-width: 0;
}

@media(max-width: 1200px){
  .homewhyus .whyus-block.no-lg-border{
    border-width: 0;
  }
  .homewhyus .whyus-block.lg-border{
    border-width: 2px;
  }
}
@media(max-width: 575px){
  .homewhyus .whyus-block{
    border-width: 0 !important;
    margin-bottom: 0;
  }
}

.homewhyus .whyus-block h2{
  font-family: 'DM Serif Display', serif;
  font-size: 35px;
}

@media(max-width: 991px){
  .homewhyus .whyus-block h2{
    font-size: 25px;
  }
}

/*.homewhyus .whyus-block:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 190px;
  width: 2px;
  background: #777;
}*/

/* homewhyus ends */

/* layout plan starts */

.homelayoutplan{
  background: #f5f5f5;
  padding: 100px 0;
}
.heading-text{
  padding: 30px 0;
}
.font-600{
  font-weight: 600;
}

.layout-block, .layout-block .layout-img-block, .layout-block img{
  height: auto;
  border-radius: 20px;
}
.layout-block{
  position: relative;
  overflow: hidden;
  border: 2px solid #d8d8d8;    
  overflow: hidden;
  padding: 5px;
  margin-bottom: 10px;
}

@media(max-width: 767px){
  .layout-block{
    height: auto;
  }
}
.layout-block a:before, .layout-block a:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  
  transition: 300ms ease-in-out;
}

.layout-block a:before{
  left: -100%;
  top: -100%;
}
.layout-block:hover a:before{
  left: 0;
  top: 0;
}
.layout-block a:after{
  right: -100%;
  bottom: -100%;
}
.layout-block:hover a:after{
  right: 0;
  bottom: 0;
}

/* layout plan ends */

/*Homepage Gallery Start*/
.homegallery {
  padding: 120px 0 200px;
  border-radius: 10px;
  background-image: url('../images/gallerybg.webp');
}

.homegallery p,
.homegallery h5,
.homegallery h2 {
  color: #fff;
  padding-left: 0;
}

.homegallerysection2 .gallery-box {
  /*  background: #fff;*/
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  /*grid-template-rows: repeat(1, 18vw);*/
  grid-auto-rows: 16vw;
  grid-gap: 2rem;
  grid-auto-flow: dense;
}

.homegallerysection2 .gallery-box .box {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  box-shadow: 0px 4px 20px -4px rgba(0, 0, 0, 0.15);
  transition: all .5s ease;
  border-radius: 10px;
}

.homegallerysection2 .gallery-box .box:hover {
  box-shadow: 0px 4px 40px -4px rgba(0, 0, 0, 0.3);
}

.homegallerysection2 .gallery-box .box.big {
  grid-row: span 2;
  grid-column: span 2;
}

.homegallerysection2 .gallery-box .box.horizontal {
  grid-column: span 2;
}

.homegallerysection2 .gallery-box .box.vertical {
  grid-row: span 2;
}

.homegallerysection2 .gallery-box .box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}

.homegallerysection2 .gallery-box .box:hover img {
  transform: scale(1.2);
}

.homegallerysection2 .gallerydiv {
  background: #fff;
  padding: 10px;
  margin-top: -170px;
  border-radius: 20px;
  box-shadow: 0 0px 7px rgba(179, 179, 179, 0.57), 0 1px 2px rgba(179, 179, 179, 0.23);
  /*margin-bottom: 40px;*/
  width: 100%;
}

.homegallerysection2 {
  padding-bottom: 50px;
}


@media screen and (max-width: 767px) {
  .homegallery {
    padding: 45px 0 100px;
  }

  .homegallerysection2 .gallery-box {
    grid-template-columns: repeat(1, auto);
    grid-auto-rows: 55vw;
    padding: 15px;
  }

  .homegallerysection2 .gallerydiv {
    margin-top: -85px;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
  }

  .homegallerysection2 .gallerydiv {
    margin-bottom: 0;
  }

  .homegallerysection2 {
    padding-bottom: 50px;
  }
}

/*Homepage Gallery End*/


/*Footer*/
footer .mb-30 {
  margin-bottom: 30px;
}

footer {
  background: #161004;
  padding: 60px 0 10px;
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
}

.sitemap img {
  height: 15px;
}

footer ul li {
  display: inline-block;
  margin-right: 5px;
}

footer ul li img {
  height: 40px;
}

footer .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: none;
  width: 100%;
  margin-top: 30px;
}

footer .input-group-append {
  margin-left: 0px;
  padding: 0px 0px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 23px;
  background: #fff;
}

footer .btn img {
  height: 46px;
}

.input-group {
  margin-top: 10px;
}

footer button {
  background: transparent;
  padding-left: 0 !important;
  padding: 0 !important;

}

footer input {
  height: 46px !important;
}

footer h3 {
  color: #a77e32;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  font-family: 'DM Serif Display', serif;
}

footer p {
  font-size: 15px;
  font-family: '' Poppins', sans-serif';
  color: #fff;
}

footer p a {
  font-size: 14px;
  font-family: '' Poppins', sans-serif';
  color: #fff;
  text-decoration: none;
}

.sitemap p a {
  color: #fff;
  line-height: 20px;
}

footer ul {
  padding-left: 0;
  margin-bottom: 60px;
  padding-top: 6px;
}

.copyright ul {
  padding-left: 0;
  text-align: center;

}

.copyright ul li img {
  height: 25px;
}

footer p a:hover {
  transition: 0.5s ease;
  color: #777;
  text-decoration: none;
}

footer .form-control {
  border-radius: 41px;
  border: none;
}

footer .form-control:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

footer ul li img {
  height: 40px;
}

footer .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

footer .input-group-append {
  margin-left: 0px;
  background: #dca32d;
  padding: 4px 10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

footer .btn img {
  height: 18px;
}

.input-group {
  margin-top: 10px;
}

footer .btn {
  background: #dca32d;
}

footer input {
  height: 46px !important;
}

footer .btn:focus {
  outline: 0;
  box-shadow: none;
}

.copyright {
  padding: 20px 0 0px;
  background: #161004;
}

.copyright p,
.copyright p a {
  color: #fff;
  font-size: 16px;
  font-family: '' Poppins', sans-serif';
  line-height: 1.45rem;
  text-align: left;
  line-height: 26px;
  margin-bottom: 0;
}

.footer1section a {
  font-size: 14px;
  font-family: '' Poppins', sans-serif';
  color: #fff;
  line-height: 27px;
  text-decoration: none;
}

.footer1section img {
  height: 30px;
  margin-right: 10px;
}

.footer1section {
  padding: 0px 0 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #898989;
}

.bottomsection ul li a {
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  line-height: 40px;
  padding: 0 10px;
  margin-bottom: 0;
  float: right;
  text-decoration: none !important;
}

.copyright p a {
  color: #fff;
  text-decoration: none;
}

footer i {
  color: #777;
  ;
}

.copyright .logo {
  height: 70px;
  padding: 6px;
  background: #fff;
}

.copyright ul li {
  display: inline-block;
  margin-right: 10px;
}

.footerlogo {
  height: 100px;
  margin-bottom: 20px;
}

footer .form-control {

  background: #fff;
  border-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 13px;

}

footer h4 {
  font-size: 18px;
  color: #fff;
}


@media screen and (min-width:1600px) {
  .footer1section a {
    font-size: 15px;
  }

  footer h3 {
    font-size: 26px;
  }

  footer p,
  footer p a {
    font-size: 16px;
  }

  .copyright ul li img {
    height: 30px;
  }

  .copyright ul {
    margin-top: -5px;
  }
}

@media screen and (min-width:1800px) {
  footer h3 {
    font-size: 28px;
  }

  .copyright ul li img {
    height: 35px;
  }

  .copyright ul {
    margin-top: -10px;
  }
}

@media screen and (max-width:1199px) {
  footer p {
    font-size: 14px;
  }

  footer .form-control {
    font-size: 13px;
  }

  /* #dnonesms{
    display: none;
  }*/
  .copyright ul li img {
    height: 25px;
    margin-top: 5px;
  }

  .copyright p,
  .copyright p a .bottomsection ul li a {
    font-size: 14px;
  }

  .footerlogo {
    height: 90px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width:991px) {
  footer ul {
    margin-bottom: 30px;
  }

  .footer1section .col-xl-4 {
    margin-bottom: 30px;
  }

  footer h3 {
    margin-top: 30px;
  }

  footer {
    padding: 40px 0 60px;
    background-size: cover;
  }
}

@media screen and (max-width:600px) {
  footer ul {
    margin-bottom: 40px;
  }

  .copyright ul {
    margin-bottom: 0;
  }

  footer h3 {
    margin-bottom: 15px;
  }

  .footer1section .col-xl-4 {
    margin-bottom: 20px;
  }

  .links12 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .copyright {
    padding-bottom: 80px;
  }

  footer h3 {
    margin-top: 0px;
  }

  .sitemap {
    margin-bottom: 20px;
  }

  .footerlogo {
    height: 80px;
  }

  footer {
    padding: 50px 0 20px;
  }
}

/*Footer End*/


/*Inquire Now Start Homepage*/
.homepageinquirenow {
 background: #e2e2e2;
  padding: 60px 0 30px;
  /*margin-top: 100px;*/
}



.homepageinquirenow .mainparap {
  margin-bottom: 40px;
}

.homepageinquirenow img {
  height: 50px;
}

.inqip,
.inqip a {
  color: #161004;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 30px;
  text-decoration: none;
}

.inquip {
  line-height: 50px;
}

.inqip a:hover {
  color: #777;
  text-decoration: none;
  transition: 0.5s ease;
}

.inquirenowdiv {
  padding: 30px 30px 50px;
  background: #fff;
  box-shadow: 0 0px 7px rgba(179, 179, 179, 0.57), 0 1px 2px rgba(179, 179, 179, 0.23);
  margin-top: -140px;
  border-radius: 15px;
}

.inquirenowdiv .form-group {
  margin-bottom: 1.5rem;
}

.inquirenowdiv .mainheadingh2 {
  font-size: 40px;
  margin-bottom: 30px;
}

.inquirenowdiv .form-control {
  height: calc(3rem + 2px);
}

.inquirenowdiv textarea.form-control {
  height: auto !important;
}


@media screen and (min-width:1600px) {

  .inquirenowdiv .mainheadingh2 {
    font-size: 45px;
  }

  .inquirenowdiv .form-control {
    height: calc(3.5rem + 2px);
  }

  footer h3 {
    font-size: 26px;
  }
}

@media screen and (min-width:1800px) {


  footer h3 {
    font-size: 30px;
  }

  .inquirenowdiv .mainheadingh2 {
    font-size: 50px;
  }

  .inquirenowdiv .form-control {
    height: calc(3.5rem + 2px);
  }
}

@media screen and (max-width: 991px) {
  .inquirenowdiv {
    margin-top: 0;
  }

  .homepageinquirenow {
    padding: 50px 0 60px;
    margin-top: 0;
  }

  .inquirenowdiv .mainheadingh2 {
    font-size: 29px;
    margin-bottom: 20px;
  }

  #inquire-now {
    padding-top: 0px;
  }
}

/*Inquire Now End Homepage*/


.mobile-screen-footer {
  float: left;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 9999999999 !important;
  bottom: 0px;
  background: #161004;
  border-radius: 30px 30px 0px 0px;

}

.mobile-footer-block {
  width: 25%;
  float: left;
  text-align: center;
}

.mobile-footer-box {
  width: 100%;
  margin: 0px auto;
  padding: 0px 5px;
  float: left;
}

.mobile-footer-box a {
  width: 100%;
  text-decoration: none;
  padding: 10px 0px;
  float: left;
  padding-bottom: 5px;
}

.mobile-footer-box a img {
  width: 25px;
  margin: 0px auto;
}

.mobile-footer-box a h5 {
  font-size: 10px;
  margin: 5px 0px 0px 0px;
  color: #fff;
  line-height: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width:767px) {
  .mobile-screen-footer {
    display: block;
    padding: 0 !important;
    border-top: 6px solid #777;
  }

  .nav-item::after {
    display: none;
  }
}


.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 999;
  background-color: #777;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 30px;
  bottom: 30px;
  color: #ffffff;
  text-shadow: 0;
  border: none;
  -webkit-animation: jump 1s ease-in alternate infinite;
  animation: jump 1s ease-in alternate infinite;
}

.scroll-top-wrapper:hover {
  background-color: #777;
  color: #fff;
}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
}

.scroll-top-wrapper i {
  line-height: inherit;
  font-size: 24px;
}

#scrollUp {}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 50%, 0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 50%, 0);
  }
}

@media screen and (max-width:767px) {
  .scroll-top-wrapper {
    bottom: 80px;
  }

  #sitemapmenu {
    display: none;
  }
}


/*Amenintes 200*/

.brochure{
  padding: 100px 0;
  background: #c9c9c9;
}#inquire-now {
  padding-top: 80px;background: #c9c9c9;
}

.dedcription-btn {
  width: 100%;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  background-color: #777;
  color: #fff;
  text-align: center;
  font-size: 18px;
  text-decoration: none !important;
  padding: 17px 0 16px;
  transition: all 0.3s;
  padding-right: 40px;
  margin: 20px 5px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
}
.dedcription-btn .btn-icon {
  background-color: #ffa000;
  width: 30%;
  height: 60px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}
.name-descripeion {
  position: relative;
  z-index: 9999;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;font-family: 'DM Serif Display', serif;
}
.btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 60px solid #777;
  border-right: 40px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}
.dedcription-btn:hover .btn-icon {
  width: 100%;
  border-radius: 30px;
}
.dedcription-btn:hover .btn-icon::after {
  display: none;
  opacity: 0.1;
}
.btn-icon i {
  position: absolute;
  right: 30px;
  top: 10px;
  color: #777;
  font-size: 40px;
}
.dedcription-btn:hover {
  color: #777!important;
}
.heart {
  background-color: #fff !important;
}
.book {
  background-color: #00b7c4!important;
}
.brain {
  background-color: #8bc34a!important;
}
.hover-box {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:767px){
  .brochure {
  padding: 30px 0;
  margin-bottom: 50px;
}  .brochure {
    margin-bottom: 0;
  }
	#inquire-now {
  padding-top: 10px;
	}
.dedcription-btn{
  padding-right: 20px !important;
  padding: 7px 0 8px;
}
.dedcription-btn .btn-icon{
  height: 42px;
}
.btn-icon::after{
  border-top: 42px solid #fcfcfc;
}
.name-descripeion{
  font-size: 18px;
}
.btn-icon i{
  font-size: 30px;
  top: 7px;
}
}

.amenties2 {
  padding: 50px 30px;
}


.videogalleryrow{
  margin-top: 20px !important;
}

.specification{
  padding: 120px 50px;
  background-color: #fbfbf9;
}
.specification h4{

  color: #fff;
}

.specification ul li {

  list-style: url('');
  color: #fff;
}

.specification ul li::marker {
  content: " - ";
}

.lip{
  font-size: 15px;
}

.accordion-item{
  background-color: #fbfbf9;
  color: #fff;
  border: 2px solid #161004;
}
.accordion-button{
    background-color: #fbfbf9 !important;
  color: #fff;
}
.accordion-button:hover{
    background-color: #fbfbf9;
  color: #fff;


  border: none !important;
  box-shadow: none !important;
/*  border: 1px solid #fff;*/
}
.accordion-button{border: none !important;
  box-shadow: none !important;
  color: #fff !important;
}

.proximity {
  background-image: url('../images/9-1-3.webp');
  background-size: cover;
  padding: 80px 0 30px;

}

.proximity .text {
  background: #fff;
  padding: 5px 0px;
  border-radius: 30px;
  margin-bottom: 40px;
}

.proximity .text span {
  font-size: 15px;
  color: #fb9c00;
  font-weight: 600;
}

.proximity p {

  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0
}

.proximity .roundimage img {
  height: 70px;
  position: absolute;
  top: -12px;
  left: 0;
}

.proximity .col-md-8 {
  padding-left: 5px;
}


@media screen and (max-width: 1450px) {
  .proximity p {
    font-size: 16px;
  }

  .proximity .col-md-8 {
    padding-left: 10px;
  }

}

@media screen and (max-width: 1320px) {
  .proximity p {
    font-size: 15px;
  }

  .proximity .col-md-8 {
    padding-left: 10px;
  }

}


@media screen and (max-width: 1199px) {
  .proximity p {
    font-size: 15px;
    line-height: 15px;
  }

  .proximity .roundimage img {
    height: 60px;

  }

  .proximity .col-md-8 {
    padding-left: 0px;
  }
}


@media screen and (max-width: 991px) {
  .proximity p {
    font-size: 13px;
  }

  .proximity .roundimage img {
    height: 60px;

  }

  .proximity .col-md-8 {
    padding-left: 8px;
  }
}



@media screen and (max-width: 767px) {
  .proximity p {
    font-size: 14px;
  }

  .proximity {
    margin-top: 10px;
  }
.specification {
  padding: 50px 0px;
	margin-top:30px;
	}
  .specification h3 {
    text-align: center !important;
  }

  .proximity {
    margin-bottom: 0;
  }

  .proximity .text {
    margin-bottom: 25px;
  }

  .proximity {
    padding-top: 50px;
  }

  .amenties2 {
    padding: 0px 0;
  }

  .proximity .text {
    padding: 5px 0px 3px;
  }
  .homewhyus {
  padding: 25px 0 8px;
  }
  .homelayoutplan {
  background: #f5f5f5;
  padding: 25px 0 30px;
}
  .homewhyus .whyus-block {
  padding: 0px 0 20px;
  }
  .whyUS-heading {
  margin-bottom: 25px;
}
  .homewhyus .mainparap{
font-size:14px;
  }.homewhyus .whyus-block {
    padding: 12px 15px 15px;
    margin: 10px 0;
    min-height: auto;
}
}.accordion-button, #specification h3, #specification h4, #specification ul li, .accordion-item{
  color: #161004 !important;
}
.accordion-button{
  background-color: #ececec !important;
}.towerm{
  font-size: 32px;
  margin-top: 20px;
}
.plr-5{
  padding: 0 30px;
}



.animated-border-box{
	    overflow: hidden;
    z-index: 0;
    background: transparent !important;
    border-radius: 10px;
}

.animated-border-box:before, .animated-border-box-glow:before {
  content: '';
  z-index: -2;
  text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
	width: 99999px;
	height: 99999px;
	background-repeat: no-repeat;
	background-position: 0 0;
  /*border color, change middle color*/
	background-image: conic-gradient(rgba(0,0,0,0), #1976ed, rgba(0,0,0,0) 25%);
  /* change speed here */
	animation: rotate 4s linear infinite;
}

.animated-border-box:after {
	content: '';
	position: absolute;
	z-index: -1;
  /* border width */
	left: 5px;
	top: 5px;
  /* double the px from the border width left */
	width: calc(100% - 10px);
	height: calc(100% - 10px);
  /*bg color*/
	background: #292a2e;
  /*box border radius*/
	border-radius: 7px;
}

@keyframes rotate {
	100% {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}



#mobshow1{
	display:none;
}

.homepageinquirenow .pl-0{
	padding-left:0
}


@media screen and (max-width:767px){
	.animated-border-box:before, .animated-border-box-glow:before{
	display:none
}
	.homepageinquirenow .pl-0{
	padding-left:10px
}

#mobshow1{
	display:block;
}
	
#mobhide1{
	display:none;
}
	 .homegallerysection2 .gallerydiv {
    margin-bottom: 0;
  }
	#whyUs{
		padding-bottom:30px;
	}
	  .amenties2 {
    padding: 30px 0 0;
  }
	.proximity .roundimage img{
		top: -5px;
	}
	.homegallerysection2 .gallerydiv{
		margin-left: 0;
	}
	.copyright ul
	{
		display:none
	}
	  .copyright p, .copyright p a .bottomsection ul li a {
    font-size: 16px;
		  text-align: center;
  }
	.navigation-wrap{
		background:transparent;
	}
	  .brochure {
    padding: 30px 20px;
	}  .btn-icon::after {
    border-top: 42px solid #777;
  }
	
}