/* .chatbot :start */

.chatbot__button {
  position: fixed;
  bottom: 110px;
  right: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #227ebb;
  color: #f3f7f8;
  border: none;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  z-index: 1002;
}

.chatbot__button span {
  position: absolute;
}

.show-chatbot .chatbot__button span:first-child,
.chatbot__button span:last-child {
  opacity: 0;
}

.show-chatbot .chatbot__button span:last-child {
  opacity: 1;
}

.chatbot {
  position: fixed;
  bottom: 100px;
  right: 15px;
  width: 420px;
  background-color: #f3f7f8;
  border-radius: 15px;
  box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1) 0 32px 64px -48px rgba(0, 0, 0, 0.5);
  transform: scale(0.5);
  transition: transform 0.3s ease;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 1001;
}

.show-chatbot .chatbot {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.chatbot__header {
  position: relative;
  background-color: #227ebb;
  text-align: center;
  padding: 16px 0;
}

.chatbot__header span {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  color: #202020;
  transform: translateY(-50%);
  cursor: pointer;
}

.chatbox__title {
  font-size: 1.4rem;
  color: #f3f7f8;
}

.chatbot__box {
  height: 400px;
  overflow-y: auto;
  padding: 30px 20px 100px;
}

.chatbot__chat {
  display: flex;
}

.chatbot__chat p {
  max-width: 75%;
  font-size: 0.95rem;
  white-space: pre-wrap;
  color: #202020;
  background-color: #019ef9;
  border-radius: 10px 10px 0 10px;
  padding: 12px 16px;
}

.chatbot__chat p.error {
  color: #721c24;
  background: #f8d7da;
}

.incoming p {
  color: #202020;
  background: #bdc3c7;
  border-radius: 10px 10px 10px 0;
}

.incoming span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #f3f7f8;
  background-color: #227ebb;
  border-radius: 4px;
  text-align: center;
  align-self: flex-end;
  margin: 0 10px 7px 0;
}

.outgoing {
  justify-content: flex-end;
  margin: 20px 0;
}

.incoming {
  margin: 20px 0;
}

.chatbot__input-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  gap: 5px;
  align-items: center;
  border-top: 1px solid #227ebb;
  background: #f3f7f8;
  padding: 5px 20px;
}

.chatbot__textarea {
  width: 100%;
  min-height: 55px;
  max-height: 180px;
  font-size: 0.95rem;
  padding: 16px 15px 16px 0;
  color: #202020;
  border: none;
  outline: none;
  resize: none;
  background: transparent;
}

.chatbot__textarea::placeholder {
  font-family: 'Poppins', sans-serif;
}

.chatbot__input-box span {
  font-size: 1.75rem;
  color: #202020;
  cursor: pointer;
  visibility: hidden;
}

.chatbot__textarea:valid~span {
  visibility: visible;
}

@media (max-width: 490px) {
  .chatbot {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .chatbot__box {
    height: 90%;
  }

  .chatbot__header span {
    display: inline;
  }
}

/* chatbot :end */

/* Whatasapp section :start
 */
.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 5%;
  left: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 99;
}

.my-float {
  margin-top: 13px;
}

/* Whatasapp section :end
 */

/* footer bar section :start */
.footer_bar {
  display: none;
}

#dwnpr {
  display: none;
}

#dwnbrch {
  background: #f2ae18;
  font-size: 20px;
  padding: 20px;
  border: 2px solid;
  border-radius: 15px;
}

#dwnbrchw {
  background: #f2ae18;
  /*margin-left: 200px;*/
  padding: 10px;
}

@media only screen and (max-width: 991px) {

  #dwnbrchw {
    background: #f2ae18 !important;
    margin-left: 5px;
    padding: 10px;
  }


  #dwnpr1 {
    display: block;
    text-align: right;
    font-size: 11px;
    background-color: #e5b256;
    padding: 5px;
  }

  #dwnpr {
    display: block;
    background-color: #f2ae18ab;
    color: #000;
    font-weight: 800;
    padding: 8px;
    margin-left: 50%;
    position: absolute;
    margin-top: 15px;
    z-index: 100000;
    height: 37px;
    font-size: 12px;
  }

  #bannerh1 {
    /*background: #0000008c;*/
    width: 280px;
  }

  #verticalTab {
    height: 300px;
    overflow: hidden;
    overflow-y: visible;
  }

  .bhk {
    font-size: 12px;
  }

  .footer_bar {
    display: block;
    position: fixed;
    bottom: 0px;
    z-index: 100005;
    width: 100%;

  }


  .footer_bar .col_right {
    width: 50%;
    float: left;
    background: #221c13;
    padding: 10px;
    color: #fff;
    text-align: center;
  }

  .footer_bar .col_right a {
    text-decoration: none !important;
    color: #fff;
  }


  .footer_bar .col_left a {
    text-decoration: none !important;
    color: #fff;
  }

  .footer_bar .col_left {
    width: 50%;
    float: left;
    background: #95434d;
    padding: 10px;
    color: #fff;
    text-align: center;
  }


  #phoneb {
    color: #fff;
    padding-left: 10px;
    text-decoration: none;
  }

  .call-now i {
    font-size: 14px !important;
    display: none;
  }

  .call-now a {
    font-size: 12px !important;
    display: none;
  }
}

/* footer bar section :end */


/* thankyou page :start */
.wrapper-1 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.wrapper-2 {
  padding: 30px;
  text-align: center;
}

h1 {
  font-family: 'Kaushan Script', cursive;
  font-size: 4em;
  letter-spacing: 3px;
  color: #95434d;
  margin: 0;
  margin-bottom: 20px;
}

.wrapper-2 p {
  margin: 0;
  font-size: 1.3em;
  color: #aaa;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1px;
}

.go-home {
  color: #fff;
  background: #95434d;
  border: none;
  padding: 10px 50px;
  margin: 30px 0;
  border-radius: 30px;
  text-transform: capitalize;
  box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}

.footer-like {
  margin-top: auto;
  background: #D7E6FE;
  padding: 6px;
  text-align: center;
}

.footer-like p {
  margin: 0;
  padding: 4px;
  color: #95434d;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1px;
}

.footer-like p a {
  text-decoration: none;
  color: #95434d;
  font-weight: 600;
}

@media (min-width:360px) {
  h1 {
    font-size: 4.5em;
  }

  .go-home {
    margin-bottom: 20px;
  }
}

@media (min-width:600px) {
  .content {
    max-width: 1000px;
    margin: 0 auto;
  }

  .wrapper-1 {
    height: initial;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;

  }

}

/* thankyou page :end */

/* sliding contact form start */



.sidebar-contact {
  position: fixed;
  top: 65%;
  right: -350px;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  padding: 10px 40px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 100001;
}

.sidebar-contact.active {
  right: 0;
}

.sidebar-contact input,
.sidebar-contact textarea {
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, .5);
  outline: none;
}

.sidebar-contact h2 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 30px;
}

.sidebar-contact textarea {
  height: 60px;
  resize: none;
}

.sidebar-contact input[type="submit"] {
  background: #02254b;
  color: #fff;
  cursor: pointer;
  font-weight: bolder !important;
  border: none;
  font-size: 18px !important;
}

.rotate-text {

  /* Safari */
  -webkit-transform: rotate(-90deg);

  /* Firefox */
  -moz-transform: rotate(-90deg);

  /* IE */
  -ms-transform: rotate(-90deg);

  /* Opera */
  -o-transform: rotate(-90deg);



}

.toggle {
  position: absolute;
  height: 48px;
  width: 48px;
  text-align: center;
  cursor: pointer;
  background: #02254b;
  top: 0;
  right: 350px;
  line-height: 48px;
}

.toggle-text {
  position: absolute;
  height: 47px;
  width: 200px;
  color: #fff;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  background: #c8a410;
  top: 124px;
  right: 274px;
  font-weight: bold;
  font-size: 22px !important;
}

.toggle:before {
  content: '\f003';
  font-family: fontAwesome;
  font-size: 18px;
  color: #fff;
}

.toggle.active:before {
  content: '\f00d';
}

@media(max-width:768px) {
  .sidebar-contact {
    width: 100%;
    height: 100%;
    left: -100%;
  }

  .sidebar-contact .toggle {
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
  }

  .sidebar-contact.active .toggle {
    top: 0;
    right: 0;
    transform: translateY(0);
  }

  .scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  .content {
    padding: 50px 50px;
  }
}

/* slider form end */

/* circular-mobile-menu start */
.cn-button {
  display: none;
}

.csstransforms .cn-wrapper {
  display: none;
}

@media (max-width: 991px) {
  .cn-button {
    display: block;
    border: none;
    background: none;
    color: #f06060;
    text-align: center;
    font-size: 1.8em;
    padding-bottom: 1em;
    height: 3.5em;
    width: 3.5em;
    background-color: #fff;
    position: fixed;
    left: 50%;
    margin-left: -1.75em;
    bottom: 5px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000000000;
  }

  .csstransforms .cn-wrapper {
    display: block;
    font-size: 1em;
    width: 26em;
    height: 26em;
    overflow: hidden;
    position: fixed;
    z-index: 10;
    bottom: -10em;
    left: 50%;
    border-radius: 50%;
    margin-left: -13em;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -moz-transform: scale(0.1);
    transform: scale(0.1);
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }

  .csstransforms .opened-nav {
    border-radius: 50%;
    pointer-events: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .cn-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2;
  }

  .cn-overlay.on-overlay {
    visibility: visible;
    opacity: 1;
  }

  .cn-button:hover,
  .cn-button:active,
  .cn-button:focus {
    color: #aa1010;
  }

  .csstransforms .cn-wrapper li {
    position: absolute;
    font-size: 1.5em;
    width: 10em;
    height: 10em;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    overflow: hidden;
    left: 50%;
    top: 50%;
    margin-top: -1.3em;
    margin-left: -10em;
    -webkit-transition: border .3s ease;
    -moz-transition: border .3s ease;
    transition: border .3s ease;
  }

  .csstransforms .cn-wrapper li a {
    display: block;
    font-size: 1.18em;
    height: 14.5em;
    width: 14.5em;
    position: absolute;
    bottom: -7.25em;
    right: -7.25em;
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
    padding-top: 1.8em;
    text-align: center;
    -webkit-transform: skew(-50deg) rotate(-70deg) scale(1);
    -ms-transform: skew(-50deg) rotate(-70deg) scale(1);
    -moz-transform: skew(-50deg) rotate(-70deg) scale(1);
    transform: skew(-50deg) rotate(-70deg) scale(1);
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, color 0.3s;
    -moz-transition: opacity 0.3s, color 0.3s;
    transition: opacity 0.3s, color 0.3s;
  }

  .csstransforms .cn-wrapper li a span {
    font-size: 1.1em;
    opacity: 0.7;
  }


  .csstransforms .cn-wrapper li:first-child {
    -webkit-transform: rotate(-10deg) skew(50deg);
    -ms-transform: rotate(-10deg) skew(50deg);
    -moz-transform: rotate(-10deg) skew(50deg);
    transform: rotate(-10deg) skew(50deg);
  }

  .csstransforms .cn-wrapper li:nth-child(2) {
    -webkit-transform: rotate(30deg) skew(50deg);
    -ms-transform: rotate(30deg) skew(50deg);
    -moz-transform: rotate(30deg) skew(50deg);
    transform: rotate(30deg) skew(50deg);
  }

  .csstransforms .cn-wrapper li:nth-child(3) {
    -webkit-transform: rotate(70deg) skew(50deg);
    -ms-transform: rotate(70deg) skew(50deg);
    -moz-transform: rotate(70deg) skew(50deg);
    transform: rotate(70deg) skew(50deg)
  }

  .csstransforms .cn-wrapper li:nth-child(4) {
    -webkit-transform: rotate(110deg) skew(50deg);
    -ms-transform: rotate(110deg) skew(50deg);
    -moz-transform: rotate(110deg) skew(50deg);
    transform: rotate(110deg) skew(50deg);
  }

  .csstransforms .cn-wrapper li:nth-child(5) {
    -webkit-transform: rotate(150deg) skew(50deg);
    -ms-transform: rotate(150deg) skew(50deg);
    -moz-transform: rotate(150deg) skew(50deg);
    transform: rotate(150deg) skew(50deg);
  }

  .csstransforms .cn-wrapper li:nth-child(odd) a {
    background-color: #a11313;
    background-color: hsl(210.43deg 87.34% 15.49%);
  }

  .csstransforms .cn-wrapper li:nth-child(even) a {
    background-color: #a61414;
    background-color: hsl(210.43deg 87.34% 15.49%);
  }

  /* active style */
  .csstransforms .cn-wrapper li.active a {
    background-color: #b31515;
    background-color: hsl(46.38deg 69.96% 45.69%)
  }


  /* hover style */
  .csstransforms .cn-wrapper li:not(.active) a:hover,
  .csstransforms .cn-wrapper li:not(.active) a:active,
  .csstransforms .cn-wrapper li:not(.active) a:focus {
    background-color: #b31515;
    background-color: hsl(46.38deg 69.96% 45.69%)
  }

  .csstransforms .cn-wrapper li:not(.active) a:focus {
    position: fixed;
  }


  /* fallback */
  .no-csstransforms .cn-button {
    display: none;
  }

  .no-csstransforms .cn-wrapper li {
    position: static;
    float: left;
    font-size: 1em;
    height: 5em;
    width: 5em;
    background-color: #eee;
    text-align: center;
    line-height: 5em;
  }

  .no-csstransforms .cn-wrapper li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    font-size: 1.3em;
    border-right: 1px solid #ddd;
  }

  .no-csstransforms .cn-wrapper li a:last-child {
    border: none;
  }

  .no-csstransforms .cn-wrapper li a:hover,
  .no-csstransforms .cn-wrapper li a:active,
  .no-csstransforms .cn-wrapper li a:focus {
    background-color: white;
  }

  .no-csstransforms .cn-wrapper li.active a {
    background-color: #6F325C;
    color: #fff;
  }

  .no-csstransforms .cn-wrapper {
    font-size: 1em;
    height: 5em;
    width: 25.15em;
    bottom: 0;
    margin-left: -12.5em;
    overflow: hidden;
    position: fixed;
    z-index: 10;
    left: 50%;
    border: 1px solid #ddd;
  }
}

/* circular-mobile-menu end */


/* Villa Amenities Outdoor Amenities start */

.cards {
  --cards-text-color: white;
  --cards-closed-size: 7rem;
  --animation-speed-normal: 0.5s;
  --animation-speed-fast: 0.25s;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.card {
  width: 100%;
  height: var(--cards-closed-size);
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  transition: all var(--animation-speed-normal) ease-in-out;
  cursor: pointer;
}

.card[active] {
  height: 56vw;
}

.card__image {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  filter: brightness(0.675) saturate(75%);
  transition: filter var(--animation-speed-fast) ease-in-out;
}

.card:hover .card__image {
  filter: brightness(0.875) saturate(100%);
}

.card__infos {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: var(--cards-closed-size);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.125rem;
  width: 100%;
  padding: 0.25rem 1rem;
  flex-wrap: wrap;
  align-content: flex-start;

}

.card__name {
  margin: 0;
  color: var(--cards-text-color);
  transform: translateY(0.65rem);
  transition: all var(--animation-speed-normal) ease-in-out;
  font-size: 1.5rem;
}

.card[active] .card__name {
  transform: translateY(0);
}

.card__author {
  margin: 0;
  color: var(--cards-text-color);
  text-decoration: none;
  transform: translateY(0.65rem);
  opacity: 0;
  transition: opacity var(--animation-speed-fast) ease-in-out,
    transform var(--animation-speed-normal) ease-in-out;
}

.card[active] .card__author {
  transform: translateY(0);
  opacity: 1;
}

.card[active] .card__author:hover {
  opacity: 0.75;
}

@media screen and (min-width: 640px) {
  .cards {
    margin: 0 auto;
    flex-direction: row;
  }

  .card {
    width: var(--cards-closed-size);
    height: 20rem;
    flex: 0 0 var(--cards-closed-size);
  }

  .card[active] {
    width: 100%;
    height: 20rem;
    flex: 0 0 calc(640px - 8rem);
  }

  .card__name {
    transform: rotate(-90deg) translate(2rem, -2.25rem);
  }
}


/* Villa Amenities Outdoor Amenities end */