html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 400;
    font-family: 'Syne';
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}
@font-face {
    font-family: 'Syne';
    src: url('../fonts/Syne-Bold.woff2') format('woff2'),
        url('../fonts/Syne-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Syne';
    src: url('../fonts/Syne-Medium.woff2') format('woff2'),
        url('../fonts/Syne-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Syne';
    src: url('../fonts/Syne-Regular.woff2') format('woff2'),
        url('../fonts/Syne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.banner-text span {
    color: #d3a05d;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 500;
    margin-bottom: 25px;
}

.banner-text {
    width: 100%;
    position: absolute;
    top: calc(50% - -50px);
    left: 50%;
    -webkit-transform: : translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.banner-text h1 {
    color: #fff;
    font-size: 75px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 50px;
     margin-bottom: 25px;
}

.banner-text p {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;

}

.bg-color{
    background-color: #1e1d1d;
}

#loader {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
}

#element {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    /*padding-top: 20px;*/
    z-index: 999;
}

header .classyright-menu {
    width: auto;
    /*height: 100%;*/
    margin-top: 10px;
}
.classyright-menu sub {
    color: #d3a05d;
    display: inline-block;
}
.classyright-menu .top-cntct{
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	
}
.classyright-menu .media-body {
    margin-left: 20px;
    display: inline-block;
    margin-top: -10px;
}


.navbar-fixed .navbar-brand.white-logo {
    display: none;
}

.navbar-fixed .navbar-brand.color-logo {
    display: block !important;
}

.navbar-brand.color-logo {
    display: none;
}


.my-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  transition: top 0.3s;
  display: block;
  z-index: 999;
}

.navbar-fixed {
    padding: 0;
    top: 0;
    z-index: 1040;
    width: 100%;
    background: #00112f;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s 
ease-in-out;
    
}


.navbar-fixed .classy-navbar .logo{
    width: 130px;
    height: auto;
    -webkit-transition: all .3s 
ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s 
ease-in-out;
}

main {
    overflow: hidden;
}

p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
}
.white-color{
    color: #fff
}

a,
a:hover,
a:active,
a:focus {
    outline: 0 !important;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

:focus {
    outline: none !important;
}


.wow {
    visibility: hidden;
}

ul {
    list-style: none;
    padding: 0;
}

.white-color {
    color: #fff !important;
}
/*------------banner--------------------*/

.home-banner {
    width: 100%;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    position: relative;
}
.img-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images cover the area while maintaining aspect ratio */
    display: block;
}
.scroll-down {
    position: absolute;
    z-index: 1000;
    right: 0;
    bottom: 50px;
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.scroll-text{
    font-size: 18px;
    color: #fff;
    transform: rotate(-90deg);
    letter-spacing: 2px;
}

.scroll-down img {
    width: 25px;
    height: 31px;
    margin: 58px 0 0 45px;
}
.main-pd-top{
    padding-top: 120px;
}
    
.main-pd-bottom{
     padding-bottom: 120px;
}
/*------------About Section--------------------*/

.heading {
    font-size: 80px;
    font-weight: bold;
    line-height: 74px;
}
.sub-heading {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
}
.about-sctn .left-cl{
    padding-right: 40px;
}

.facilitis-box {
    width: 20%;
}
.facilitis-text {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-top: 30px;
}
.facilitis-stn {
    padding: 100px 0;
}

.facilitis-box img {
    width: 65px;
    height: auto;
}

.facilitis-box {
    margin: 20px 0;
    border-right: 1px dashed #434343;
}
/*
.facilitis-box:nth-last-child(1) {
    border-right: 0 dashed #fff;
}
*/
/*------------Service Section--------------------*/
.services-stn{
    background-color: #f1f1f1;
}
.service-sub-head {
    font-size: 30px;
    font-weight: 600;
}
.service-text {
    background: #fff;
    padding: 20px;
}
.service-text h5{
    font-size: 22px;
    font-weight: bold;
    
}
.service-text p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 0 !important;
}
.room-type {
    background: #a8814d;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 5px 18px;
}
.service-box{
    margin: 15px 0;
}

.parking-secn {
    background: #fff;
    padding: 15px;
    margin: 10px;
    border-left: 12px solid #f1f1f1;
    border-right: 12px solid #f1f1f1;
}
.parking-head {
    font-size: 24px;
    font-weight: 600;
}
.parking-secn p {
    margin-bottom: 0;
}
/*------------Amenities Section--------------------*/
.amenities-stn{
    background-image: url("../images/amenities-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.amenities-box{
    background-color: #ffffff;
    padding: 20px;
    margin: 15px 0;
    cursor: url(../images/arrow-btn.png), auto;
}
.amenities-box img{
    width: 60px !important;
    height: 60px !important;
    
    margin-bottom: 15px;
}
.amenities-box h5{
    font-size: 22px;
    font-weight: 600;
    
}
.amenities-box ul li {
    font-size: 16px;
    padding: 8px 0;
    line-height: 22px;
    display: flex;             /* Align icon + text */
  align-items: flex-start;   /* Keep multi-line text aligned */             
}
.amenities-box ul li .fa-solid{
    font-size: 14px;
    margin-right: 10px;
    margin-top: 4px;
    color:#d3a05d;
}

/*------------Contact Section--------------------*/


.cont-box .cont-icon {
    width: 22px;
    margin-right: 20px;
}

.cont-box .call-stn a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.cont-box .mail-stn a, .cont-box .map-stn a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.cont-box li {
    margin: 20px 0;
    display: flex;
}


.form-control {
  border: none;
  border-bottom: 1px solid #3e3e3e;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  background-color: #1e1d1d;
  color: #ffffff;
  margin-bottom: 30px;

}
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d3a05d; 
    background-color: #1e1d1d !important;
    color: #ffffff;
   
}

.form-group input {
  height: 55px; }

form.border-right {
  padding-right: 6rem !important; }
  @media (max-width: 991.98px) {
    form.border-right {
      padding-right: 0 !important;
      border-right: none !important; } }

label.error {
  font-size: 12px;
  color: red; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #B90B0B; }

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; 
}
.submit-btn {
    background: #d3a05d;
    color: #fff;
    padding: 17px 30px;
    font-size: 18px;
}
.submit-btn:hover {
    background: #ae7e40;
    color: #fff;
    padding: 17px 30px;
    font-size: 18px;
}
.location-map iframe {
    width: 100%;
    height: 370px;
    border: 0;
}

.foot-social li {
    display: inline-block;
    margin-right: 15px;
}
.footer-stn {
    padding: 80px 0 60px;
    margin-top: -7px;
}
.footer-stn p {
    color: #a9a8a8;
}
.foot-social li a {
    color: #a9a8a8 !important;
    font-size: 14px;
    display: block;
    border-radius: 50%;
    width: 44px;
    text-align: center;
    padding-top: 11px;
    height: 44px;
    background: #1e1d1d;
    position: relative;
    border: 2px solid #a9a8a8;
    margin-top: 10px;
}
.foot-social li a:hover {
    background: #a9a8a8;
    border: 2px solid #a9a8a8;
    color:#1e1d1d !important;
    
}
.copyright {
    padding: 20px 0;
}
.map-stn .cont-icon {
    margin-top: -20px;
}
.foot-trav-icon {
    margin-top: 50px;
}
.foot-trav-icon li {
    display: inline-block;
}
.foot-trav-icon li a img {
    height: 28px;
    width: auto;
    margin-left: 15px;
}

.scroll-btn {
  display: none;
  cursor: pointer;
  position: fixed; 
  bottom: 30px;
  right: 30px;
  z-index: 99;
  width: 60px;
  height: 60px;
  background-color:#000;
  color: white;
  border: none;
}