@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

:root {
    --mainColor: rgb(214,159,116);
    --secondColor: #0e351c;
}

body {
  outline: none;
  word-spacing: 1px;
  text-decoration: none !important;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #5c5c5c;
}

a:hover {
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}



table {
  border-collapse: collapse;
  border-spacing: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}
a{
  text-decoration: none;
  color: var(--mainColor);
}

img {
  max-width: 100%;
}
.btn {
    background: var(--mainColor);
    color: #fff !important;
    /* border-radius: 50px; */
    font-size: 16px;
    padding: 6px 22px;
    border: 0;
    /* border: 2px solid #fff; */
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.48);
    border-radius: 0;
}

.btn:hover, .btn:focus {
  background: var(--mainColor) !important;
}

.form-control, .form-select {
    border: 0;
    border-bottom: 3px solid var(--mainColor) !important;
    border-radius: 0;
    box-shadow: none !important;
    font-weight: 600;
}


.site-wrapper {
    margin-top: 70px;
}

.sec-padding{
  padding: 100px 0;
}

.sec-heading {
    position: relative;
    padding-left: 90px;
    font-size: 25px;
    color: #212529;
}

.sec-heading:before {
    content: '';
    background: var(--secondColor);
    width: 70px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 15px;
}

.sub-heading {
    font-size: 45px;
    color: var(--secondColor);
    margin-bottom: 30px;
    font-weight: 600;
}

.gray-bg{
    background: #EEE7DA;
}
.round-arrow.owl-carousel .owl-nav button.owl-next,.round-arrow.owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    display: block!important;
    background: var(--mainColor);
    margin-top: -17px;
    border: 0 solid #000;
    border-radius: 100%
}

.round-arrow.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
}

.round-arrow.owl-carousel .owl-nav button.owl-next {
    right: 15px;
}

.round-arrow.owl-carousel .owl-nav button.owl-next i,.round-arrow.owl-carousel .owl-nav button.owl-prev i {
    font-size: 21px;
    padding: 0!important;
    color: #fff;
    position: relative;
    top: 2px;
}

.round-arrow.owl-carousel .owl-nav button.disabled {
    display: none!important
}

.bottom-inq-form {
    background-image: url(../images/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.bottom-inq-form:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(00, 00, 00, 0.1);
    position: absolute;
    top: 0;
}
.bottom-inq-form .container {
    position: relative;
    z-index: 9;
}
.bottom-contact {
    background: #fff;
    padding: 50px;
}
.bottom-contact .form-control, .bottom-contact .form-select {
    padding: .375rem 0;
}
.whatsapp-btn {
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff !important;
    font-size: 30px;
    border-radius: 100%;
    z-index: 99;
    line-height: 1;
}

.whatsapp-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.call-us {
    width: 60px;
    height: 60px;
    text-align: center;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff !important;
    font-size: 30px;
    border-radius: 100%;
    z-index: 99;
    line-height: 1;
    
}

.call-us img {
    width: 100%;
    height: 100%;
    object-fit: contain;
   
}
.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*=== Home Banner ===*/
.home-banner {
    height: calc(100vh - 70px);
}

.home-banner .carousel {
    height: 100%;
}

.home-banner .carousel-inner {
    height: 100%;
}

.home-banner .carousel-item {
    height: 100%;
}
@keyframes zoom-out {
100%{transform:unset}
}
.home-banner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoom-out 10s linear infinite;
    transform: scale(1.2);
}
.banner-content {
    position: absolute;
    bottom: auto;
    top: 50%;
    background: #00000045;
    max-width: 500px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    right: 0;
    padding: 30px;
    transform: translate(0, -50%);
}

.banner-box {
    max-width: 550px;
    /* padding: 30px; */
    /* border-radius: 5px; */
    /* background: rgb(0 0 0 / 55%); */
    position: relative;
    z-index: 9;
}

.banner-box h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    /* text-shadow: 1px 1px 3px #4f4f4f; */
    line-height: 1;
}

.banner-box h2 {
    color: #fff;
    font-size: 18px;
    /* text-shadow: 1px 1px 3px #4f4f4f; */
}

.banner-box p {
    color: #fff;
    position: relative;
    margin-bottom: 5px;
    text-shadow: 1px 1px 3px #4f4f4f;
}

.banner-box p.price {padding: 10px 25px;/* font-size: 16px; */display: inline-block;margin-left: auto;position: relative;color: #333;font-weight: 600;margin: 10px 0 0;background: var(--mainColor);/* box-shadow: 0 0 10px #323232; */text-shadow: none;color: #fff;}


.banner-box .act-btn {
    padding-top: 20px;
}

/*=== End Home Banner ===*/


/*=== Amenities ===*/

.amenities-box {
    /* background: #000; */
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.amenities-box .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amenities-box .icon {
    width: 100%;
    height: 160px;
    display: block;
    /* border-radius: 100%; */
    overflow: hidden;
    margin: 15px 0;
}

ul.amenities-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0;
}

ul.amenities-list li {
    flex: 0 0 20%;
    width: 20%;
    margin: 10px 0;
    padding: 0 10px
}

.amenities-box .txt {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    padding: 5px 25px;
    background: var(--mainColor);
    margin-top: -30px;
    display: block;
}

/*=== End Amenities ===*/

/*=== Highlights ===*/
.highlights-div {
    background: #EEE7DA;
    padding: 20px 30px;
}
.highlights-div ul {
    list-style: none;
    padding: 0;
}

.highlights-div ul li {
    border-bottom: 1px dashed var(--mainColor);
    padding: 10px 0;
}

/*=== End Highlights ===*/


/*=== Price ===*/
.price-box {
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12); */
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 15px;
    text-align: center;
    margin-bottom: 15px;
    background: #fff;
    margin: 0 auto 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.price-box p {
    margin-bottom: 5px;
    font-weight: 600;
    border-bottom: 1px dashed #888888;
    padding-bottom: 5px;
}

.price-box h4 {
    font-weight: 800;
    color: var(--mainColor);
}

.price-box .btn {
    margin-top: 15px;
}

/*=== End Price ===*/

/*=== Enquire Now Modal ===*/

.enqModal .modal-content {
    background-color: var(--secondColor);
    border: 0;
    border-radius: 0;
}

.enqModal .modal-body {
    padding: 50px;
}

.enqModal .modal-content:before {
    content: '';
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 2px dotted #FFF;
    position: absolute;
    opacity: 0.1;
    z-index: 0;
}

.enqModal a.btnClose {
    color: #fff;
    position: absolute;
    background: #000;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -15px;
    top: -15px;
    border-radius: 50px;
    font-size: 13px;
    line-height: 1;
}

.enqModal .sec-heading:before {
    background: #fff;
}

.enqModal .sec-heading {
    color: #fff;
    margin-bottom: 15px;
}

.enqModal h3 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
}

.enqModal .modal-dialog {
    max-width: 480px;
}



/*=== End Enquire Now Modal ===*/

.about-cp h5 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

footer {
    background: var(--secondColor);
    padding: 35px 0;
}

.disclaimers {
    color: #fff;
    font-size: 11px;
}

.copy-right {
    margin-top: 15px;
    text-align: center;
    border-top: 1px solid #4f4f4f;
    padding-top: 15px;
}

.sticky-btn-enquire {
    position: fixed !important;
    top: 45%;
    right: -42px;
    padding: 9px 18px !important;
    z-index: 99;
    transform: rotate(270deg);
    transition: all .3s linear;
    text-transform: uppercase;
    font-weight: 600;
}

