/* GENERAL STYLING */
body {
    font-family: 'Gilroy' !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}
b{
 font-weight:600;   
}

/*.h-font {*/
/*    font-family: 'Alessandria' !important;*/
/*    line-height: normal !important;*/
/*}*/

img {
    max-width: 100%;
    height: auto;
}

a.navbar-brand {
    max-width: 200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 32px;
}

ul.navbar-nav {
    gap: 26px;
}
.price-card h5 {
    text-transform: uppercase;
}

ul.navbar-nav li a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color:white;
}
/* Buttons */
.btn-primary {
    background-color: #004537;
    border-color: #004537;
}

.btn-primary:hover {
    background-color: #f6831d;
    border-color: #f6831d;
}

/* PRICE CARDS */
.price-card:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}

/* AMENITIES */
.amenity-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.amenity-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.amenity-text {
    position: absolute;
    left: 0;
    bottom: 0;
    background: black;
    color: white;
    padding: 8px 16px;
    border-top-right-radius: 16px;
}

/* Owl Carousel Nav Buttons */
.owl-nav button {
    background: white !important;
    color: black !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;

}

.owl-nav {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 30px;
}

.aboutus {
    background-image: url(../images/aboutbg.jpg);
    background-size: cover;
    background-position: left top;
    padding: 120px 0;
}

.aboutus h6 {
    color: white;
    font-size: 18px;
}

.aboutus h1 {
    color: white;
    font-size: 44px;
    margin-bottom: 20px;
    font-weight: 400;
}

.aboutus p {
    color: white;
    font-size: 16px;
}

button.def-btn {
    display: inline-block;
    background: #79aa42;
    color: white;
    border: 0;
    text-transform: uppercase;
    padding: 8px 20px;
}

button.def-btn:hover {
    background: #f68222;
}

.aboutus .def-btn {
    margin-top: 40px;
}

.price-plan {
    background-image: url(../images/pricebg.jpg);
    background-size: cover;
    padding: 100px 0;
}

.price-card {
    color: white;
    padding: 40px 20px;
    background-color: #ffffff1c;
    backdrop-filter: blur(10px);
    text-align: center;
}

.price-plan h2 {
    color: white;
    margin-bottom: 64px;
    font-size: 44px;
    letter-spacing: 1px;
}

.price-card .def-btn {
    margin-top: 30px;
    background: #f68222;
}

.highlights {
    padding: 100px 0;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center;
}



.highlights h2 {
    color: white;
    font-size: 44px;
    margin-bottom: 20px;
}

.highlights ul li {
    color: white;
}

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

section#amenities {
    background-image: url(../images/amenites.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}

section#amenities h2 {
    color: white;
    font-size: 44px;
    margin-bottom: 44px;
}

.location {
    padding: 100px 0;
    background-image: url(../images/pricebg.jpg);
    background-size: cover;
    background-position: center;
}

.location h2 {
    color: white;
    font-size: 44px;
    margin-bottom: 44px;
}

.location ul {
    list-style: none;
    padding: 0;
    color: white;
}

.location ul li {
    font-size: 18px;
    margin-bottom: 16px;
}

footer {
    padding: 60px 0 40px 0;
    background: black;
    color: white;
}

.title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

footer p,
footer a {
    color: white;
    text-decoration: none;
    margin: 0;
}

.footer-bottom {
    background: #79aa42;
    padding: 4px 0;
    margin-bottom:36px;
}

.footer-bottom p {
    font-size: 15px;
}

.contact {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.contact h2 {
    color: white;
    margin-bottom: 40px;
    font-size: 44px;
}

.contact label {
    color: white;
    font-size: 18px;
    margin-bottom: 0;
}

.contact .form-control {
    background: transparent;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    color: white;
    padding-left: 0;
    height: 44px;
}

.contact .form-control:focus {
    outline: 0;
    box-shadow: unset;
    border-color: white;
}

.contact button.def-btn {
    background: #f68222;
    font-size: 18px;
    padding: 5px 70px;
    display: table;
    margin: auto;
}

.highlights ul li {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
    align-items: center;
}

.highlights ul li span {
    width: 40px;
    flex: 0 0 40px;
}
.highlights button.def-btn {
    margin-top: 40px;
}
.location ul li {
    display: flex;
    align-items: center;
    gap:12px;
}

.location ul li span {
    flex: 0 0 50px;
    width: 50px;
}

.location ul li span img {
    max-width: 40px;
}


.thankkyou {
    height: calc(100vh - 96px);
    display: flex;
}

.thankkyou lord-icon {
    margin-top: 50px;
}

.thankkyou h1 {
    font-size: 72px;
    line-height: 87px;
    margin-bottom: 24px;
}

.thankkyou p {
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
}

.thankkyou a {
    font-size: 16px;
    padding: 13px 20px;
    background: #000;
    /* box-shadow: 1px 1px 5px #000, 1px 1px 5px #000; */
    color: #fff;
    border-radius: 6px;
    transition: all 0.5s;
    text-decoration: none;
}

.thankkyou a:hover {
    background-color: #000;
    color: #fff;
}

.navbar.active {
        background: linear-gradient(180deg, hsl(0deg 0% 0% / 28%) 60%, hsl(0deg 0% 100% / 0%) 100%);
    backdrop-filter: blur(10px);

}

.navbar.active ul li a {
    color: white;
}
section.hero-section {
    position: relative;
}

section.hero-section::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 150px;
    z-index: 1;
    background: linear-gradient(180deg, hsl(0deg 0% 0% / 28%) 60%, hsl(0deg 0% 100% / 0%) 100%);
    background: -moz-linear-gradient(180deg, hsla(0, 0%, 0%, 1) 60%, hsla(0, 0%, 100%, 1) 100%);
}



.fixed-form form {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 32px;
}

.fixed-form form>* {
    width: 100%;
    margin: 0 !important;

}

.fixed-form {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #176636;
    z-index: 999;
}

.fixed-form button {
    box-shadow: unset;
    background: black;
}

.fixed-form input, .fixed-form select {
    height: 44px !important;
border-radius:0;
}

.fixed-form label {
    padding-top: 10px;
}
.mobfooter {
    display: none;
}
@media only screen and (max-width: 600px) {
    .mobfooter {
    display: block;
}
    
    .aboutus {
    background-position: 10% center;
    padding: 60px 0;
    position: relative;
}

.aboutus::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.6;
}

.aboutus .container {
    position: relative;
}

.aboutus h1 {
    font-size: 34px;
    text-align: center;
}

.aboutus p {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.aboutus .def-btn {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.price-plan {
    padding: 60px 20px;
}

.highlights {
    padding: 60px 0;
    overflow:hidden;
}

.highlights .row {display: flex;flex-direction: column;}

.highlights .row .col-md-6:nth-child(1) {
    display: none;
}

.highlights .row .col-md-6:nth-child(2) {
    order: 1;
}

.highlights h2 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 44px;
}

.highlights ul li span {
    flex: 0 0 50px;
    width: 50px;
}

.highlights ul li {
    font-size: 18px;
}

.highlights .def-btn {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

section#amenities {
    padding: 60px 0;
}

section#amenities h2 {
    font-size: 34px;
}

.location {
    padding: 60px 0;
}

.location {}

.location h2 {
    font-size: 34px;
    text-align: center;
}

.location ul li span {
    width: 50px;
    flex: 0 0 50px;
}

.location ul li {
    font-size: 18px;
}

.location .row .col-md-6:nth-child(2) {
    display: none;
}

.contact {
    padding: 60px 20px;
}

.contact h2 {
    font-size: 34px;
    text-align: center;
}

.price-plan h2 {
    font-size: 34px;
}

.aboutus h6 {
    text-align: center;
}

ul.navbar-nav {
        position: absolute;
        top: 100%;
        background: white;
        width: calc(100% + 20px);
        left: -10px;
        align-items: flex-start !important;
        padding-left: 10px;
        gap: 12px;
        padding-top: 30px;
}

ul.navbar-nav li a {padding-left: 20px;}

.navbar-toggler {
    border: 1px solid white;
}

.navbar-toggler span {
    filter: brightness(0) invert(1);
    opacity: 9 !important;
}

.menu_active {
    background: white;
}

.menu_active span.navbar-toggler-icon {filter: unset;}

.menu_active button.navbar-toggler {
    border-color: black;
}

ul.navbar-nav li a
{
    color:black !important;
}
.navbar.active {
    background: white;
}
.navbar.active button.navbar-toggler {
    border-color: black;
}

.navbar.active button.navbar-toggler span {
    filter: unset;
}

.navbar-toggler:focus {box-shadow: unset !important;}

.fixed-form  {
    display:none;
}
.fixed-form button {
    width: 100%;
    text-align: center;
}
div#enquiryModal button.def-btn {
    width: 100%;
    height: 45px;
    font-size: 18px;
}
.thankkyou h1 {
    font-size: 44px;
    line-height: 44px;
}

.thankkyou p {
    font-size: 19px;
}
.mobfooter {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.mobfooter button {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.footer-bottom {
    margin-bottom: 45px;
}
footer .row {
    row-gap: 40px;
}

}
