@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Open+Sans:wght@400;700&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    color: #00b8de;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.Normal {
    font-size: 16px;
    line-height: 1.5;
    color: #202020;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #00b8de;
    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: #00b8de;
    }

        a:visited:hover {
            text-decoration: none;
            color: #000;
        }

.bi {
    font-size: 1.5rem;
    margin: 0 8px;
    -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 {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #00b8de;
    border-radius: 5px;
    color: #fff !important;
    -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: #1ED8FB;
        color: #fff !important;
        text-decoration: none;
    }

/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

#TopHeader {
    background-color: #f5f5f5;
}

    #TopHeader h1,
    #TopHeader h2,
    #TopHeader h3,
    #TopHeader h4,
    #TopHeader h5,
    #TopHeader h6,
    #TopHeader p {
        color: #202020 !important;
    }

    #TopHeader a {
        color: #00b8de;
        text-decoration: none;
    }

        #TopHeader a:hover {
            text-decoration: none;
            color: #202020;
        }

        #TopHeader a:visited {
            color: #00b8de;
        }

            #TopHeader a:visited:hover {
                text-decoration: none;
                color: #202020;
            }


/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0;
    -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;
}

.bg-dark {
    background-color: #00b8de !important;
}

.nav-link {
    display: inline-block;
    color: #f5f5f5 !important;
    text-decoration: none;
    line-height: 40px;
    -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: #202020 !important;
    }

    .nav-link:visited {
        color: #f5f5f5;
    }

        .nav-link:visited:hover {
            text-decoration: none;
            color: #202020 !important;
        }

.dropdown-menu {
    background-color: #00b8de;
    margin: 0;
    min-width: 15rem;
}

    .dropdown-menu .nav-link {
        color: #f5f5f5 !important;
        font-weight: 400;
        text-transform: capitalize !important;
        line-height: initial;
    }

        .dropdown-menu .nav-link:hover {
            color: #202020 !important;
        }

        .dropdown-menu .nav-link:visited {
            color: #f5f5f5 !important;
        }

            .dropdown-menu .nav-link:visited:hover {
                color: #202020 !important;
            }

    .dropdown-menu .active {
        border-radius: 0px;
    }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    margin-top: 20px;
    margin-bottom: 20px;
}

.hero-bg {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

/* home */

.Page-Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/Portals/96/home-bg2.jpg');
    background-size: cover;
    background-position: center;
    height: 70vh;
}

.Page-Normal .hero-bg {
    display: none;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

    .hero-text h1 {
        font-size: 4.5rem;
    }

.Page-Home .hero-text {
    top: 55%;
}

    .Page-Home .hero-text h1,
    .Page-Home .hero-text h3 {
        margin: 1rem;
        color: #fff !important;
    }

#MainContent {
    background-color: #fff;
}

.slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .slider p {
        margin-top: 0;
        margin-bottom: 0;
    }

.title {
    font-size: 4.5rem;
    color: #00b8de;
}

#MainContent li {
    list-style-type: disc;
}

.image-border {
    border-radius: 10px;
}

.grey {
    background-color: #e0e0e0;
    padding: 1% 4%;
    margin: 2%;
    border-radius: 2px;
}

    .grey p,
    .grey h1,
    .grey h2,
    .grey h3,
    .grey h4,
    .grey h5,
    .grey h6,
    .grey li {
        color: #202020;
    }

/* home page buttons */

#PhotoNav {
    padding-left: 0;
    padding-right: 0;
}

.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%);
    width: 100%;
}

    .text-overlay h2 {
        text-shadow: 2px 2px 4px rgba(0,0,0,.5);
        color: #fff;
    }

    .text-overlay a {
        color: #fff !important;
        text-decoration: none;
    }

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #202020;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 10px;
    padding-right: 10px;
}

    footer h1,
    footer h2,
    footer h3,
    footer h4,
    footer h5,
    footer h6,
    footer p {
        color: #fff !important;
    }

    footer a {
        color: #00b8de;
        text-decoration: none;
    }

            footer a:hover {
                color: #fff;
            }

        footer a:visited {
            color: #00b8de;
            text-decoration: none;
        }

            footer a:visited:hover {
                color: #fff;
            }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 996px) {

    .dropdown-menu {
        border-radius: 0;
    }

}

@media screen and (max-width: 997px) {

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .hero-text h1,
    .title {
        font-size: 2.5rem;
    }

}
