@import url("https://fonts.googleapis.com/css?family=Playfair+Display|Poppins:300,400,600,800&display=swap&subset=latin-ext");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

:root {
    --mainColor: #FFC107;
    --gradientBg: linear-gradient(to bottom right, #a36d1d, #FFC107);
    
}

body {
  outline: none;
  word-spacing: 1px;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif !important;
}
a.channellogo{
width: 110px;
}
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;
}

.btn {
  border-radius: 0;
}

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;
}

img {
  max-width: 100%;
}
.btn {
    background: var(--gradientBg);
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    padding: 6px 22px;
    border: 0;
}

.btn:hover {
  color: #000;
}

.modal-dialog {
    max-width: 450px;
}
.readMore {
    color: var(--mainColor);
    cursor: pointer;
}
.site-wrapper {
    margin-top: 71px;
}

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

.btn-lg {
    padding: 10px 35px;
    font-size: 18px;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1,1)
    }

    50% {
        transform: scale(1.2,1.2)
    }

    100% {
        transform: scale(1,1)
    }
}

.zoomdiv {
    animation: zoom-in-zoom-out 1s ease infinite;
}

.call-btn {
    display: inline-block;
    background-color: #3fae26;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 20px;
    left: 20px;
    transition: background-color .3s,opacity .5s,visibility .5s;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff!important;
    font-size: 30px;
    border-radius: 100%;
    z-index: 9999;
}

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

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

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

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

.home-banner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-content {
    position: absolute;
    bottom: auto;
    top: 0;
    background: rgba(38, 40, 43, 0.3);
    width: 100%;
    height: 100%;
    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;
}
.banner-box {
    background: rgba(00,00,00,0.5);
    max-width: 550px;
    padding: 40px;
    border-radius: 15px;
}

.banner-box h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.banner-box h2 {
    color: #fff;
    font-size: 25px;
}

.banner-box p {
    color: #fff;
    position: relative;
}

.banner-box p.price {
    color: var(--mainColor);
    font-size: 35px;
    font-weight: 600;
}
.banner-box .act-btn {
    padding-top: 20px;
}

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

.fixed-right-form {
    position: fixed;
    right: 0;
    bottom: 0;
    background: rgba(00,00,00,0.8);
    padding: 25px;
    border-radius: 10px;
    z-index: 9;
    max-width:350px
}

.fixed-right-form h2 {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
}

.fixed-right-form .btn{
  width: 100%;
}

.sec-heading {
    text-align: center;
    font-size: 43px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
}

.sec-heading:before {
    content: '';
    width: 110px;
    height: 4px;
    position: absolute;
    background: var(--gradientBg);
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.garyBG {
    background: #f9f9f9;
}

.highlights-div {
    background: var(--gradientBg);
    padding: 50px;
    border-radius: 20px;
}

.highlights-div ul {
    padding: 0;
    margin: 0;
}

.highlights-div ul li {
    color: #fff;
    border-bottom: 1px dotted #f7b704;
    padding: 15px 0;
}

.highlights-div ul li:first-child {
    padding-top: 0;
}

.highlights-div ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.black-bg{
  background: #000;
}

.black-bg .sec-heading{
  color: #fff;
}


.amenities-box {
    background: rgb(255 255 255 / 20%);
    width: 100%;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

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

.amenities-box .icon {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 100%
}

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 {
    margin-top: 7px;
    color: #fff;
    text-align: center
}

.floor-box {
    background: #fff;
    width: 100%;
    margin: 15px 0;
    height: 300px;
    position: relative;
    border: 1px solid #cecece;
    border-radius: 10px;
    display: block;
}

.floor-box h4 {
    background: var(--gradientBg);
    padding: 10px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 300px;
    margin: -32px auto 0;
    border-radius: 10px;
}

.floor-box h4 span {
    display: block;
    font-size: 16px;
    margin-bottom: 0;
}
.floor-box .image{
    height: 100%;
    display: block;
}

.floor-box .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.common-img-box {
    height: 443px;
}

.common-img-box img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: fill;
}


footer {
  background: #111111;
  color: #f3f3f3;
  text-align: center;
  padding: 30px 0;
}

footer p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}

footer p a {
  font-weight: 400;
  color: #fff !important;
}
.closeRightForm {
    color: #fff;
    position: absolute;
    right: 25px;
    top: 25px;
}

.price-table .table>thead th {
    background: #000;
    color: #fff;
    white-space: nowrap;
}

.price-table .table td, .table th {
    white-space: nowrap;
}

.round-arrow.owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 0;
    display: block!important;
    border: 0 solid #000;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 10px #d6d4d4;
    margin-top: -22px
}

.round-arrow.owl-carousel .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    right: 0;
    display: block!important;
    border: 0 solid #000;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 10px #d6d4d4;
    margin-top: -22px
}

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

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

.gallery-img {
    height: 300px;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-carousel .owl-stage {
    padding: 0 !important;
}
.mobile-inqury {
    display: none;
    justify-content: center;
    height: 50px;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    background: #000;
    z-index: 9;
    padding: 0 10px;
}
.mobile-inqury a {
    background: var(--gradientBg);
    margin: 0;
    border: 0;
    padding: 10px 10px;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    border: 1px solid var(--mainColor);
    border-radius: 0;
    flex: 0 0 50%;
    text-align: center;
    margin: 0 5px;
    border-radius: 5px;
}
.mobile-inqury a.m-whatsapp {
    background: #0cbf0c;
    border-color: #0cbf0c;
}
.enqModal .modal-content {
    background: #000;
}

.enqModal h3 {
    color: #fff;
    text-align: center;
}

.enqModal .logo {
    max-width: 150px;
    margin: 0 auto 25px;
}

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

.enqModal .btn {
    width: 100%;
}
.btnClose {
    position: absolute;
    right: 15px;
    color: #fff;
    font-size: 23px;
    top: 15px;
}
.about-logo {
    max-width: 180px;
    margin-bottom: 15px;
}
@media(max-width:991px){
  body {
    padding-bottom: 51px;
}
  .enqModal .modal-body {
    padding: 30px;
}
  .call-btn {
    display: none;
}
  .mobile-inqury {
    display: flex;
}
  .site-wrapper {
    margin-top: 56px;
}

.banner-box {
    padding: 0;
    text-align: center;
    background: transparent;
    margin: 0 auto;
}

.home-banner {
    height: calc(100vh - 106px);
}

.banner-box h1 {
    font-size: 30px;
}

.banner-box h2 {
    font-size: 18px;
}

.banner-box p.price {
    font-size: 25px;
}

.banner-content {
    background: rgba(38, 40, 43, 0.7);
}

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

.sec-heading {
    font-size: 30px;
    margin-bottom: 30px;
}

.common-img-box {
    margin: 15px 0;
    height: auto;
}

.highlights-div {
    padding: 20px;
}

ul.amenities-list li {
    flex: 0 0 50%;
    width: 50%;
    font-size: 12px;
}

.amenities-box {
    height: 100%;
}

.floor-box {
    height: 180px;
    margin: 0 0 15px;
}
.fixed-right-form {
    display: none;
}
.bottom-inq-form .col-md-4 {
    margin-bottom: 15px;
}

.bottom-inq-form .col-md-4:last-child {
    margin-bottom: 0;
}
.gallery-img {
    height: 160px;
}
a.channellogo{
    width: 100px;
    }
}