    
:root {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2e5496;
    --bs-btn-border-color: #2e5496;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2e5496;
    --bs-btn-disabled-border-color: #2e5496;
  }


/* contact */
input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.btn-circle.btn-xl {
  width: 40px;
  height: 40px;
  padding: 13px 18px;
  border-radius: 60px;
  font-size: 40px;
  top: 50%;
  text-align: center;
}
.btn-circle.btn-xl1 {
  width: 40px;
  height: 40px;
  padding: 13px 18px;
  border-radius: 60px;
  font-size: 40px;
  top: 50%;
  text-align: center;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #45a049;
}


.animated-section {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.2s ease-out;
}

.animated-section.animated {
  opacity: 1;
  transform: translateY(0);
}  

 #content-desktop {
    display: block;
  }
  #content-mobile {
    display: none;
  }
  @media screen and (max-width: 768px) {

   #content-desktop {
    display: none;
  }
  
  #content-mobile {
    display: block;
  }

  .copy-right span:nth-child(2) {
    display: block;
  }
  .contactus {
    padding: 0 20px;
  }
  .contaner-row [class*="col-md"] {
    padding-right: 0;
  }
  #Floor_Plan {
    height: 192px !important;
  }
  #location iframe {
      height: 200px !important;
  }
  #carouselExampleInterval .bg-img {
      height:300px !important;
  }
  .ABOUT-AUMSANIKA {
    text-align: center !important;
  }
  
}

.whatsapp-link {
  animation-name: whatsapp-animation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes whatsapp-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* internal css */
@font-face {

  font-family: AvenirLTStd-Book;

  src: url(AvenirLTStd-Book.otf);

}

@font-face {

  font-family: AvenirLTStd-Roman;

  src: url(AvenirLTStd-Roman.otf);

}



.gradient-box {

  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9))
}

.download-icon {

  animation: phone-ring 1s infinite;

}



@keyframes phone-ring {

  0% {

    transform: rotateX(0deg);

  }

  50% {

    transform: rotateX(-0deg);

  }

  100% {

    transform: rotateX(50deg);

  }

}

.download-brochure {

  position: fixed;

  top: 77%;

  right: -78px;

  transform: translateY(-50%);

  z-index: 9999;

}



.download-brochure a {

  display: flex;

  align-items: center;

  justify-content: center;

  background-color: #efc96a;

  color: #011C1B;

  font-size: 18px;

  font-family: AvenirLTStd-Book;

  width: 200px;

  height: 45px;

  font-weight: bold;

  border-radius: 5px 0 0 5px;

  text-align: center;

  text-decoration: none;

  transition: all 0.3s ease;

}



.download-brochure a:hover {

  background-color: #011C1B;

  color: #efc96a;

}



.download-brochure i {

  margin-right: 10px;

}



.download-brochure span {

  white-space: nowrap;

}

#login {

  bottom: 125px;

  /* background-color:gray; */

  -ms-transform: rotate(90deg);
  /* IE 9 */

  transform: rotate(90deg);

}

.vl {

  border-right: 2px solid #011C1B;

  padding-right: 30px;

  height: 30px;

}



#myBtn {

  display: none;

  position: fixed;

  bottom: 20px;

  right: 5px;

  z-index: 99;

  font-size: 14px;

  border: none;

  outline: none;

  background-color: #011C1B;

  color: #dabf7b;

  cursor: pointer;

  /* padding: 5px; */

  width: 30px;

  border-radius: 10px;

}



#myBtn:hover {

  background-color: #efc96a;

  color: #011C1B;

}



#mySidenav a {

  position: fixed;

  right: -70px;

  transition: 0.3s;

  padding: 15px;

  width: 180px;

  height: 50px;

  text-decoration: none;

}

#projects {

  bottom: 300px;

}

#contact {

  bottom: 340px;

  font-family: AvenirLTStd-Book;

  background-color: #efc96a;

  color: #011C1B;

  width: 150px;

  height: 50px;

  transform: translateY(-50%);

  z-index: 9999;

  -ms-transform: rotate(90deg);
  /* IE 9 */

  transform: rotate(90deg);

}

#contact:hover {

  background-color: #011C1B;

  color: #efc96a;

}

/* leaf animations */



#leaves {
  position: relative;
  top: -50px;
  width: 100%;
  text-align: right;
}



#leaves i {

  display: inline-block;

  width: 200px;

  height: 150px;

  background: linear-gradient(to bottom right);

  transform: skew(20deg);

  border-radius: 5% 40% 70%;

  box-shadow: inset 0px 0px 1px #222;

  border: 1px solid #333;

  z-index: 1;

  -webkit-animation: falling 5s 0s infinite;

}



#leaves i:nth-of-type(2n) {
  -webkit-animation: falling2 5s 0s infinite;
}

#leaves i:nth-of-type(3n) {
  -webkit-animation: falling3 5s 0s infinite;
}



#leaves i:before {

  position: absolute;

  content: '';

  top: 17px;

  right: 9px;

  height: 27px;

  width: 32px;

  transform: rotate(49deg);

  border-radius: 0% 15% 15% 0%;

  border-top: 1px solid #222;

  border-bottom: 1px solid #222;

  border-left: 0px solid #222;

  border-right: 1px solid #222;

  background: linear-gradient(to right, rgba(0, 100, 0, 1), #005600);

  z-index: 1;

}



#leaves i:after {

  content: '';

  height: 125px;

  width: 10px;

  background: linear-gradient(to right, rgba(0, 0, 0, .15), rgba(0, 0, 0, 0));

  display: block;

  transform: rotate(125deg);

  position: absolute;

  left: 85px;

  border-radius: 50%;

}





#leaves i:nth-of-type(n) {
  height: 23px;
  width: 30px;
}

#leaves i:nth-of-type(n):before {
  width: 7px;
  height: 5px;
  top: 17px;
  right: 1px;
}

#leaves i:nth-of-type(n):after {
  width: 2px;
  height: 17px;
  left: 12px;
  top: 0px;
}



#leaves i:nth-of-type(2n+1) {
  height: 11px;
  width: 16px;
}

#leaves i:nth-of-type(2n+1):before {
  width: 4px;
  height: 3px;
  top: 7px;
  right: 0px;
}

#leaves i:nth-of-type(2n+1):after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 1px;
}



#leaves i:nth-of-type(3n+2) {
  height: 17px;
  width: 23px;
}

#leaves i:nth-of-type(3n+2):before {
  height: 4px;
  width: 4px;
  top: 12px;
  right: 1px;
}

#leaves i:nth-of-type(3n+2):after {
  height: 10px;
  width: 2px;
  top: 1px;
  left: 8px;
}



#leaves i:nth-of-type(n) {
  -webkit-animation-delay: 1.9s;
}

#leaves i:nth-of-type(2n) {
  -webkit-animation-delay: 3.9s;
}

#leaves i:nth-of-type(3n) {
  -webkit-animation-delay: 2.3s;
}

#leaves i:nth-of-type(4n) {
  -webkit-animation-delay: 4.4s;
}

#leaves i:nth-of-type(5n) {
  -webkit-animation-delay: 5s;
}

#leaves i:nth-of-type(6n) {
  -webkit-animation-delay: 3.5s;
}

#leaves i:nth-of-type(7n) {
  -webkit-animation-delay: 2.8s;
}

#leaves i:nth-of-type(8n) {
  -webkit-animation-delay: 1.5s;
}

#leaves i:nth-of-type(9n) {
  -webkit-animation-delay: 3.3s;
}

#leaves i:nth-of-type(10n) {
  -webkit-animation-delay: 2.5s;
}

#leaves i:nth-of-type(11n) {
  -webkit-animation-delay: 1.2s;
}

#leaves i:nth-of-type(12n) {
  -webkit-animation-delay: 4.1s;
}

#leaves i:nth-of-type(13n) {
  -webkit-animation-delay: 1s;
}

#leaves i:nth-of-type(14n) {
  -webkit-animation-delay: 4.7s;
}

#leaves i:nth-of-type(15n) {
  -webkit-animation-delay: 3s;
}



#leaves i:nth-of-type(n) {
  background: linear-gradient(to bottom right, #309900, #005600);
}

#leaves i:nth-of-type(2n+2) {
  background: linear-gradient(to bottom right, #5e9900, #2b5600);
}

#leaves i:nth-of-type(4n+1) {
  background: linear-gradient(to bottom right, #990, #564500);
}



#leaves i:nth-of-type(n) {
  opacity: .7;
}

#leaves i:nth-of-type(3n+1) {
  opacity: .5;
}

#leaves i:nth-of-type(3n+2) {
  opacity: .3;
}



#leaves i:nth-of-type(n) {
  transform: rotate(180deg);
}





#leaves i:nth-of-type(n) {
  -webkit-animation-timing-function: ease-in-out;
}



@-webkit-keyframes falling {



  0% {

    -webkit-transform:

    translate3d(300, 0, 0) rotate(0deg);

  }



  100% {

    -webkit-transform:

    translate3d(-350px, 700px, 0) rotate(90deg);

    opacity: 0;

  }

}



@-webkit-keyframes falling3 {

  0% {

    -webkit-transform:

    translate3d(0, 0, 0) rotate(-20deg);

  }



  100% {

    -webkit-transform:

    translate3d(-230px, 640px, 0) rotate(-70deg);

    opacity: 0;

  }

}



@-webkit-keyframes falling2 {

  0% {

    -webkit-transform:

    translate3d(0, 0, 0) rotate(90deg);

  }



  100% {

    -webkit-transform:

    translate3d(-400px, 680px, 0) rotate(0deg);

    opacity: 0;

  }

}



@keyframes whatsapp-animation {

  0% {

    transform: scale(1);

  }

  50% {

    transform: scale(1.2);

  }

  100% {

    transform: scale(1);

  }

}



.animated-icon {

  display: inline-block;

  animation-name: callIconAnimation;

  animation-duration: 1s;

  animation-iteration-count: infinite;

}



.whatsapp-icon {

  position: fixed;

  bottom: 60px;

  right: 20px;

  z-index: 9999;

  animation: whatsapp-animation 2s infinite;

}

#zoomA {

  /* (A) OPTIONAL DIMENSIONS */

  width: 600px;

  height: auto;



  /* (B) ANIMATE ZOOM */

  /* ease | ease-in | ease-out | linear */

  transition: transform ease-in-out 0.3s;

}



/* (C) ZOOM ON HOVER */

#zoomA:hover {
  transform: scale(1.2);
}

.first-letter {

  font-size: 35px;

  color: #efc96a;

}

.gradient-box {

  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5))
}

input[type=date],
select {

  width: 100%;

  padding: 12px 20px;

  margin: 8px 0;

  display: block;

  border: 1px solid #ccc;

  border-radius: 4px;

  box-sizing: border-box;

}

input[type=number],
select {

  width: 100%;

  padding: 12px 20px;

  margin: 8px 0;

  display: block;

  border: 1px solid #ccc;

  border-radius: 4px;

  box-sizing: border-box;

}

/* New css added by jagdish */

.navbar.bg-dark {
  background-color: #2e5496 !important; 
  padding-top:0px; 
  padding-bottom:0px;
}

a.nav-link {
  color: #ffffff !important;
  font-family: AvenirLTStd-Roman;
  letter-spacing: 1px;
}  
.heading {
  color: #011C1B;
  font-family: AvenirLTStd-Roman;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.item-image {
  height: 77px;
  width: 77px;
  border-radius: 50%;
  background: #eefafb;
  margin: -43px auto 0;
  background-size: 10px 1px, 1px 10px;
  border: 2px dotted #ffa500;
  overflow: hidden;
}
.item-image img {
  max-width: 100%;
}
.item-location {
  padding: 10px;
  border-radius: 6px;
  background: linear-gradient(to right, orange 50%, transparent 0%) top repeat-x, linear-gradient(blue 50%, transparent 0%) right repeat-y, linear-gradient(to right, green 50%, transparent 0%) bottom repeat-x, linear-gradient(red 50%, transparent 0%) left repeat-y;
  background-size: 10px 1px, 1px 10px;
  margin-bottom: 40px;
  position: relative;
}
.item-location:before {
  content: '';
  position: absolute;
  background-image: url(images/iten-location-bg.png);
  background-position: right bottom;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 443px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 6px;
  overflow: hidden;
  opacity: 0.4;
}
.item-location h4 {
  margin: 20px;
}
.item-location p {
  min-height: 100px;
}
.content-neighbourhood {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  background: #fff;
}
.content-neighbourhood * {
  color: #333;
}
.item-neighbourhood{
  margin-bottom: 30px;
}
.content-neighbourhood .item-image {
  margin: 0px auto 8px;
}
.content-neighbourhood .item-image img {
  width: 100%;
  margin: 14px 0;
}
.content-neighbourhood:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .1;
  z-index: -1;
  background: url(images/neighbourhood.png);
  background-size: cover;
}
.copy-right {
  font-size:16px; 
  font-family:AvenirLTStd-Book; 
  color:white;
}
.copy-right span { 
  padding-right: 5px;
}
.navbar-brand img {
    height: 70px;
}

.overview {
   background: #2e5496 !important;
}
.overview .logo-section {
  
}
.overview .overview-text * {
  color: #fff;
}
.overview .overview-text p {
    letter-spacing: 2px;
    font-size: 15px;
}

.bg-image.gallery-section {
  margin-top: 0px; 
  padding-top:20px; 
  padding-bottom:20px; 
  background-image:  linear-gradient(rgba(0, 0, 0, 0.7), rgb(195 177 177 / 70%)), url(images/GALLERY/kingsbaygallerybackgroundimage.jpeg);
  height: auto; 
  background-repeat: no-repeat; 
  background-size:cover;
}
.sub-footer {
    background-color: #333;
    padding-top: 20px;
    color: #fff;
}
.sub-footer * {
  color: #fff;
}
.sub-footer .btn.btn-outline-light:hover i {
  color: #000 !important;
}

.project-by {
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 2px solid #efc96a;
    margin-top: 20px;
}


.content-specification {
    position: relative;
  z-index: 1;
}
.content-specification:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    z-index: -1;
    background: url(images/specification.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.content-specification .specification-content {
  padding: 30px 25px;
  background: #fff;
}
.item-specification {
  display: flex;
}
.item-specification .items-image {
  height: 67px;
  max-width: 44px;
}
.item-specification .items-image  img {
    width: 100%;
    margin: -7px 0;
}

.item-specification .item-text ul {
   margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .content-specification .specification-content.left {
      padding-left: 150px;
  }
  .content-specification .specification-content.right {
      padding-right: 150px;
  }
  .navbar-nav a.nav-link {
      font-size: 14px;
  }
}

.content-amenities{
    background-image: linear-gradient(rgb(46 84 150 / 50%), rgb(46 84 150 / 50%)), url(images/amenitiesbackgroundimage.jpeg);
    background-position: center;
    background-size: cover;
    height: auto;
}

.content-amenities h2 {
  color: #fff;
}
.testimonial h5 {
  font-size: 1rem;
}
.text-right {
  text-align: right;
}
.img-fream {
    padding: 10px;
    width: 85%;
    background: #ffffff;
    margin: auto;
    margin-bottom: 20px;
}
.contaner-row {
  padding: 0 12px 0 0;
}

#Floor_Plan {
    height: 357px;
    min-width: 100%;
    background-position: -17px;
    margin-bottom: 0;
    position: relative;
    display: flex;
    align-items: center;
    color: #2e5496;
}
#Floor_Plan:before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    opacity: 0.4;
    z-index: -1;
    background-image: linear-gradient(rgb(46 84 150 / 62%), rgb(46 84 150 / 57%)), url(./images/product-layout.png);
    
        background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.form-head {
    background: #2e5496;
    text-align: center;
    color: #fff;
    padding: 1px;
}
.overview-item {
    margin: auto;
    padding: 12px 0;
    background: #ffffff14;
    border-radius: 10px;
    margin-top: 38px;
}
.overview-item .col:not(:last-child) {
    border-right: 1px solid #ffffff24;
}

textarea {
    margin-bottom: 12px;
}
.overview-item mark {
    background: #29292945;
    border-radius: 3px;
    padding: 3px 9px;
    color: #ffffff;
}

.location-section {
    background: #cdd6e6;
    padding: 0 0 15px 0 ;
}
.entype {
    position: absolute;
    top: -900px;
}
.footer-logo {
   height:40px;
   display:inline-block
}

.qr-view {
    display: flex;
    align-items: center;
  /*  background: #ffffff96; */
    padding: 8px;
    border-radius: 3px;
    margin:20px 0 0;
    height:100px;
}

.qr-view img {
    height: 100%;
}

.qr-view p {
    padding-left: 15px;
    color: #fff;
    margin: 0;
}

.logo-view {
   /* background: #ffffff96; */
    padding: 11px;
    border-radius: 3px;
    margin: 20px 0 0;
    height:100px;
}
.logo-view p {
    margin-bottom: 5px;
}
.logo-view img {
    background: #fff;
    padding: 8px;
    border-radius: 3px;
    height: 52px;
}
