@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Oswald:wght@400;600&display=swap');

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

.Normal {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #000;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #59AD4C;
    text-decoration: none;
    -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;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:visited {
    color: #59AD4C;
}

a:visited:hover {
    text-decoration: none;
    color: #000;
}

.bi {
    font-size: 1.4em;
    padding: 0 10px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid .row {
    margin-right: 0;
    margin-left: 0;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    padding: 0;
    letter-spacing: 1px;
}

.bg-dark {
    background-color: transparent !important;
    position: absolute;
    z-index: 1;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
}

.navbar-brand {
    padding-top: 0 !important;
}

#dnn_dnnLOGO_imgLogo {
    max-height: 120px;
}

.nav-item {
    text-align: center;
}

.nav-link {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff !important;
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
    -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;
}

.nav-link:hover {
    text-decoration: none;
    color: #84CE7A !important;
}

.nav-link:visited {
    color: #fff;
}

.nav-link:visited:hover {
    text-decoration: none;
    color: #84CE7A !important;
}

.dropdown-menu {
    background-color: #fff;
    border: 1px solid #84CE7A;
    margin: 0;
    min-width: 10rem;
}

.dropdown-menu .nav-link {
    line-height: initial;
    color: #202020 !important;
}

.dropdown-menu .nav-link:hover {
    color: #84CE7A !important;
}

.dropdown-menu .nav-link:visited {
    color: #202020 !important;
}

.dropdown-menu .nav-link:visited:hover {
    color: #84CE7A !important;
}

.dropdown-menu .active {
    border-radius: 0px;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.hero-bg {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.hero-bg {
    background-size: cover;
    background-position: center;
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/118/homepage.jpeg');
}

.Page-Home .hero-bg {
    height: 85vh;
}

/* book now */

.Id2009 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/118/book_now_banner.jpg');
}

.hero-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.Page-Home .hero-text {
    top: 50%;
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5 {
    color: #fff;
    font-weight: 700;
}

.hero-text h1 {
    text-transform: uppercase;
    font-weight: 600;
}

.header-logo {
    max-width: 200px;
    width: 100%;
}

#MainContent {
    padding-top: 30px;
    padding-bottom: 30px;
}

.slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

.slider p {
    margin-top: 0;
    margin-bottom: 0;
}

#MainContent li {
    list-style-type: disc;
}

.image-border {
    border-radius: 10px;
}

.green {
    background-color: #84CE7A;
    margin: 4% auto;
    padding: 5% 2% 3%;
}

.green p,
.green h1,
.green h2,
.green h3,
.green h4,
.green h5,
.green h6,
.green ul{
    color: #202020;
}

.grey {
    background-color: #363636;
    margin: 4% auto;
    padding: 5% 2% 3%;
}

.grey p,
.grey h1,
.grey h2,
.grey h3,
.grey h4,
.grey h5,
.grey h6,
.grey ul {
    color: #fff;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #84CE7A;
    color: #fff !important;
    text-transform: uppercase;
    -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;
}

.book-button:hover {
    background-color: #59AD4C;
    color: #fff !important;
    text-decoration: none;
}

/* home page buttons */

.zoom-button {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.zoom-button img {
    width: 100%;
    transition: transform .5s ease;
}

.zoom-button:hover img {
    transform: scale(1.3);
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.text-overlay h1 {
    text-shadow: 2px 2px 4px rgba(0,0,0,.5);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.text-overlay a {
    color: #fff !important;
    text-decoration: none;
}

.Page-Home #dnn_FullWidthBottom {
    margin-bottom: -5px;
    padding-left: 0px;
    padding-right: 0px;
}

/* history */

.Id2528 #dnn_FullWidthBottom {
    background-size: cover;
    background-position: top;
    background-image: url('/portals/118/history-bg.jpg');
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
}

.Id2528 #dnn_FullWidthBottom h1,
.Id2528 #dnn_FullWidthBottom h2,
.Id2528 #dnn_FullWidthBottom h3,
.Id2528 #dnn_FullWidthBottom h4,
.Id2528 #dnn_FullWidthBottom h5,
.Id2528 #dnn_FullWidthBottom h6,
.Id2528 #dnn_FullWidthBottom p {
    color: #fff;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #202020;
    padding-top: 2%;
    padding-bottom: 2%;
}

footer .Normal {
    color: #fff !important;
}

footer .Normal a {
    color: #84CE7A;
}

footer .Normal a:hover {
    color: #fff;
    text-decoration: none;
}

footer .Normal a:visited {
    color: #84CE7A;
}

footer .Normal a:visited:hover {
    color: #fff;
    text-decoration: none;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 996px) {

    .dropdown-menu {
        border-radius: 0;
    }

    .hero-text h1 {
        font-size: 4rem;
    }

    #MainContent {
        padding-right: 5% !important;
        padding-left: 5% !important;
    }
}

@media screen and (max-width: 997px) {

    #navbarmain {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.9);
        padding-top: 30px;
    }

    .navbar-text {
        text-align: center;
        display: block;
    }

    .header-logo {
        max-width: 150px;
    }
}

@media screen and (max-width: 768px) {

    .Page-Home .hero-text h3 {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .Page-Home .hero-text h5 {
        font-size: 1rem;
    }

    /* history */

    .Id2528 #dnn_FullWidthBottom {
        padding-left: 5%;
        padding-right: 5%;
    }
}
