html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.section {
    padding: 95px 0;
}

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




/* ----------------------------------------- CSS Reset -----------------------------------------------*/

.main {
    background-image: url("../images/HB-banner.webp");
    background-size: cover;
    overflow: hidden;
}


.sky {
    height: 70vh;
    min-height: 600px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.733) 01%,
            transparent 100%), url("../images/TeaTime.png");
    background-size: cover;
}

.bar:hover {
    scale: 103%;
    transition: 100ms;
}

.bar-1:hover {
    scale: 110%;
    transition: 100ms;
    background-color: rgba(240, 248, 255, 0.103);
}



.scroll-down {
    width: 25px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 25px;
    position: relative,
}

.scroll-down::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
}


#h1 {
    animation-name: slideUp;
    animation-duration: 3s;
}

.featurette-divider {
    color: #ffffff;
    text-shadow: 1px 2px #ffffff;
}


.ab {
    background-color: rgba(0, 0, 0, 0.904);
    color: white;
}

.bl {
    color: #047197
}

.hei {
    height: 110vh;
}

.imgp {
    position: absolute;
    bottom: 0%;
    left: 8%;
}



.hb {
    font-weight: 400;
    font-size: medium;
}

.lih {
    line-height: 2;
}



/* ----------------------------- G A L L E R Y ----------------------------- */

.section {
    padding: 95px 0;
}

.box-container {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-top: 1.4em;
    width: 100%;
    max-width: 1200px;
}

.box {
    list-style-type: none;
    float: left;
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition: opacity 0.2s, transform 0.35s;
}

.box.show {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.4s, transform 0.35s;
}

.box .inner {
    padding: 10px;
    position: relative;
}

.box a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.box img {
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-40px, 0, 0);
}

.box a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.4s;
}

.three-cols .box {
    width: 100%;
}

.four-cols .box {
    width: 23.1%;
}

.four-cols .box:nth-child(4n+0) {
    margin-right: 0;
}

.four-cols .box:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
}

h3 {
    font-size: 2em;
    border-bottom: 1px solid #a9a9a9;
    padding-bottom: 25px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000;
    display: flex;
}

.heading-icon {
    margin-right: 16px
}

li {
    margin-bottom: 10px;
}

/* ----------------------------- M E D I A ----------------------------- */


@media (min-width: 390px) {
    .three-cols .box {
        width: 50%;
    }
}


@media (min-width: 576px) {
    .intro h1 {
        font-size: 4.3em;
    }

    .intro {
        max-height: 70vh;
        min-height: 640px;
        padding-top: 0px;
    }

    .intro h1,
    .tagline {
        text-align: left;
    }

    .tagline {
        font-size: 100%;
    }

    .three-cols .box {
        width: 33.3%;
    }

    .three-cols .box:nth-child(3n+0) {
        margin-right: 0;
    }

    .three-cols .box:nth-child(3n+1) {
        margin-left: 0;
    }

    .mcbutton {
        width: auto;
    }


}


@media (min-width: 992px) {
    .box:hover img {
        transform: translate3d(0, 0, 0);
        transition: opacity 0.35s, transform 0.35s;
    }

    .box:hover a::before {
        opacity: 0.3;
        transition: opacity 0.5s;
    }
}

/* ----------------------------- A N I M A T I O N S ----------------------------- */

@keyframes wheel {
    to {
        opacity: 0;
        top: 40px;
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
        opacity: 0%;
    }

    50% {
        opacity: 100%;
    }

    100% {
        transform: translateY(0%);
    }
}

.link-no-underline {
    text-decoration: none;
}