.landing-page .title {
     color: #c2a476;
     font-size: 35px;
     line-height: 44px;
     text-align: center;
     margin-bottom: 10px;
     background: rgba(0,0,0,0.5);
     padding: 20px;
     border-radius: 10px;
     margin-top:345px;
}
.landing-page .bannerformouter {
     bottom: 20px;
     padding: 20px;
     background: rgba(0,0,0,0.5);
     border-radius: 10px;
     margin-top:120px;
}
.landing-page .title span{
     color: #ffffff;
     font-size: 19px;
     line-height: 26px;
     text-align: center;
     display: block;
}
@media (max-width: 992px) {
     .landing-page .title {
          margin-top:200px;
     }
     .landing-page .bannerformouter {
          margin-top:50px;
          margin-bottom:100px;
     }
}
@media (max-width: 1200px) {
     .landing-page .leftColumn .title {
          height: 32vh;
     }
}
@media (max-width: 992px) {
     .landing-page .leftColumn {
          height: 122vh;
     }
}
@media (max-width: 992px) {
     .landing-page .leftColumn .title {
          height: 38vh;
     }
}
@media (max-width: 900px) {
     .landing-page .leftColumn {
          height: 124vh;
     }
}
@media (max-width: 900px) {
     .landing-page .leftColumn .title {
          height: 38vh;
     }
}
@media (max-width: 850px) {
     .landing-page .leftColumn .title {
          height: 14vh;
     }
     .landing-page .leftColumn {
          height: 72vh;
     }
}
@media (max-width: 844px) {
     .landing-page .leftColumn .title {
          height: 38vh;
     }
     .landing-page .leftColumn {
          height: 124vh;
     }
}
@media (max-width: 821px) {
     .landing-page .leftColumn .title {
          height: 14vh;
     }
     .landing-page .leftColumn {
          height: 70vh;
     }
}
@media (max-width: 800px) {
     .landing-page .leftColumn .title {
          height: 20vh;
     }
}
@media (max-width: 768px) {
     .landing-page .leftColumn .title {
          height: 16vh;
     }
     .landing-page .leftColumn {
          height: 80vh;
     }
}
@media (max-width: 670px) {
     .landing-page .leftColumn .title {
          height: 40vh;
     }
     .landing-page .leftColumn {
          height: 128vh;
     }
}
@media (max-width: 576px) {
     .landing-page .leftColumn .title {
          height: 28vh;
     }
}
@media (max-width: 576px) {
     .landing-page .leftColumn .title {
          height: 28vh;
     }
}
@media (max-width: 400px) {
     .landing-page .leftColumn .title {
          height: 30vh;
     }
}
@media (max-width: 380px) {
     .landing-page .leftColumn .title {
          height: 40vh;
     }
}
@media (max-width: 370px) {
     .landing-page .leftColumn .title {
          height: 37vh;
     }
}
@media (max-width: 576px) {
     .landing-page .leftColumn {
          height: 90vh;
     }
}
.landing-page .parallax {
     background-image: url("../images/banner/cwr-honeymoon-in-coorg.jpg");
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     min-height: 600px;
}
@media (max-width: 992px) {
     .landing-page .parallax {
          background-image: url("../images/banner/cwr-honeymoon-in-coorg.jpg");
          background-attachment:scroll;
          background-position: center;
          background-repeat: no-repeat;
          background-size:cover;
          min-height: 600px;
     }
}
.landing-page .footerparallax {
     background-image: url("../images/banner/coorg-wilderness-resort-1.jpg");
     min-height: 500px; 
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     padding: 100px 20px;
}
.landing-page .footer .form-control {
     background: transparent;
     color:#ffffff;
} 
.landing-page .bannerformouter .form-control {
     background: transparent;
     color:#ffffff;
} 
.landing-page .footer .dateicon {
     background-color: transparent !important;
}
.landing-page .footer .first-control {
     border-top: 1px solid #ffffff;
}
.landing-page .contact-form label {
     color: #ffffff;
}
.landing-page .footer .formOuter {
     /* height:50vh;
     width:136vw;
     display: grid;
     place-items: center; */
     margin-top: 100px;
}
@media (max-width: 992px) {
     .landing-page .footer .formOuter {
          /* width: 126vw;
          height: 100vh; */
          margin-top:150px;
     }
}
.landing-page .footer .formOuter .form-container {
     padding: 30px;
     background: rgba(0,0,0,0.5);
     border-radius: 8px;
}
.landing-page .footer .form-control:focus {
     color: rgba(255,255,255,0.9) !important;
}
.landing-page .bannerformouter .form-control:focus {
     color: rgba(255,255,255,0.9) !important;
}
::placeholder { 
     color: #ffffff !important;
     opacity: 1;
}
:-ms-input-placeholder { 
     color: #ffffff !important;
}
::-ms-input-placeholder { 
     color: #ffffff !important;
}
input[type='number'] {
     height: 40px;
} 
.landing-logo {
     position: absolute;
     left: 20px;
     top: 20px;
     max-width: 100%;
     background: rgba(0, 0, 0, 0.4);
     padding: 8px;
     border-radius: 5px;
}
.equal-height-row {
     display: flex;
     flex-wrap: wrap;
}
.equal-height-col {
     display: flex;
     flex-direction: column;
     margin-bottom: 30px;
}
.landing-page .facilities-img {
     transition: all 0.75s ease 0s;
}
.landing-page .facilities-img:hover {
     transform: scale(1.1);
}
.facilities-content {
     padding: 15px !important;
     border: none;
}
@media (max-width: 992px) {
     .facilities-content {
          padding: 15px !important;
          border: 1px solid #c2a476;
     }
}
.landing-page .gallery-img {
     transition: all 0.75s ease 0s;
}
.landing-page .gallery-img:hover {
     transform: scale(1.1);
}
.image-drop-shadow {
     filter: brightness(120%);
     filter: contrast(120%);
     filter: drop-shadow(7px 7px 5px #797979);
}
.hover-img {
     background-color: #000;
     color: #fff;
     display: inline-block;
     overflow: hidden;
     position: relative;
     text-align: center;
     width: 100%;
}

.hover-img * {
     box-sizing: border-box;
     transition: all 0.45s ease;
}

.hover-img:before,
.hover-img:after {
     background-color: rgba(0, 0, 0, 0.3);
     border-top: 0px solid rgba(0, 0, 0, 0.3);
     border-bottom: 0px solid rgba(0, 0, 0, 0.3);
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     content: '';
     z-index: 0;
     opacity: 0;
     transform: scaleY(2);
}

.hover-img img {
     vertical-align: top;
     max-width: 100%;
     backface-visibility: hidden;
}

.hover-img:hover:before,
.hover-img:hover:after {
     transform: scale(1);
     opacity: 1;
     top: 50%;
     left: 50%;
     content: "";
     position: absolute;
     width: 32px;
     height: 32px;
     margin: -16px 0 0 -16px;
     background: url(../images/icons/sprite.png) no-repeat -3px -336px;
}

.hover-img:hover > img {
     opacity: 0.7;
}

.hover-img:hover figcaption {
     opacity: 1;
}
.hover-img:hover .galleryzoom {
     top: 50%;
     left: 50%;
     position: absolute;
     width: 56px;
     height: 56px;
     margin: -28px 0 0 -28px;
     border: 1px solid #f9f6f1;
     opacity: 2;
     background: url(../images/icons/sprite.png) no-repeat -3px -336px;
}
.hover-img:hover .galleryzoom:after {
     top: 50%;
     left: 50%;
     content: "";
     position: absolute;
     width: 32px;
     height: 32px;
     margin: -16px 0 0 -16px;
     background: url(../images/icons/sprite.png) no-repeat -3px -336px;
     opacity: 2;
}
.fancybox-nav:hover span {
     visibility: hidden;
}
.landing-page .footerparallax form {
     width: 100%;
     height: auto;
}
.footer-container {
     background-color: rgba(0,0,0,0.5);
     padding: 50px;
}
@media (max-width: 992px) {
     .footer-container {
          padding: 50px 0px;
     }
}
.landing-page .footer-container .footer-title {
     color: #ffffff;
     font-size: 44px;
     line-height: 50px;
     margin-bottom: 10px;
     text-align: left;
}
.landing-page .footer-container p {
     color: #ffffff;
     font-size: 16px;
     text-align: left;
}
.landing-page .b-container .social-networks a {
     color: rgb(255,255,255,1);
}
.landing-page .footerleftcol {
     padding-left: 0px;
     text-align: left !important;
}
@media (max-width: 992px) {
     .landing-page .footerleftcol {
          text-align: center !important;
          margin-bottom: 50px;
     }
     .landing-page .footer-container .footer-title {
          text-align: center;
     }
     .landing-page .footer-container p {
          text-align: center;
     }
     .rooms-section .header {
          padding-bottom: 0px;
     }
}
@media (max-width: 767px) {
     .about .box {
          padding: 0 20px 20px 20px;
     }
}
.mobile-hide {
     display: block;
}
.mobile-show {
     display: none;
}

@media (max-width: 992px) {
     .mobile-hide{
          display: none;
     }
     .mobile-show {
          display: block;
     }
}
.colorwhite {
     color:#ffffff;
}
.fit-vids-style {
     display: none;
}
.vs video{
     width: 100%;
     height: auto;
}
.landing-logo img{
     max-width: 80%;
}
.reservation-bar {
     /* overflow: hidden; */
     padding: 20px 0 20px;
     background: #353535;
     z-index: 999;
}
.vs{
     position: relative;
}
.vs .video-banner{
     position: absolute;
     bottom: 65px;
     width: 100%;
     left: 0px;
}
.mb--7{
     margin-bottom: -7px;
}
@media (max-width: 992px) {
     .vs video {
          width: auto;
          height: 766px;
     }
     .vs .video-banner {
          position: absolute;
          bottom: -70px;
          width: 100%;
          left: 0px;
     }
}
@media (max-width: 771px) {
     .vs video {
          width: auto;
          height: 885px ;
     }
}
@media (max-width: 533px) {
     .vs video {
          width: auto;
          height: 930px ;
     }
}
@media (max-width: 502px) {
     .vs video {
          width: auto;
          height: 960px ;
     }
}
@media (max-width: 386px) {
     .vs video {
          width: auto;
          height: 995px ;
     }
}
.pb-25{
     padding-bottom: 25px;
}