/* DEFAULT FONT FAMILY LIST */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* ROOT COLORS AND RESPONSIVE BODY */
:root {
    --white: #FFFFFF;
    --black: #000000;
    --hmvblue: #2F387F;
    --hmvlblue: #85C6EC;
    --hmvgray: #666666;
    --hmvlgray: #E6E6E6;
    --logo: #EBEBEB;
    --hmvorange: #FFD70C;
    --hmvyellow: #F2B727;
}

* {
    transition: all 0.25s;
}

body, html {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.special-content-area {
    min-height: calc(100vh - 144px);
}

.shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(102, 102, 102, 0.4);
-moz-box-shadow:    0px 0px 5px 0px rgba(102, 102, 102, 0.4);
box-shadow:         0px 0px 5px 0px rgba(102, 102, 102, 0.4);
}

/* TEXT SELECT COLOR AND BG COLOR */
::-moz-selection {
    color: white;
    background: var(--hmvblue);
}

::selection {
  color: white;
  background: var(--hmvblue);
}

/* CUSTOM SCROLLBAR */

body::-webkit-scrollbar-track
{
	border-radius: 10px;
}
body::-webkit-scrollbar
{
    height: 3px;
	width: 3px;
}
body::-webkit-scrollbar-thumb
{
	background-color: var(--hmvblue);
}

/* FONT SETTINGS */

h1.header {
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: var(--hmvblue);
}
h2.sub {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: var(--hmvblue);
}
h3.text {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
h4.text {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
h5.lore {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}
h6.lore {
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
}

.tour-lore h1 {font-size: 26px}
.tour-lore h2 {font-size: 22px}
.tour-lore h3 {font-size: 18px}
.tour-lore h4 {font-size: 16px}
.tour-lore h5 {font-size: 13px}
.tour-lore h6 {font-size: 10px}

/* BUTTONS */

.btn {
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
}

.btn-hmvblue {
    color: var(--white);
    border-color: var(--hmvblue);
    width: 100%;
    background-color: var(--hmvblue);
}

.btn-hmvblue:hover {
    background-color: var(--hmvorange);
    border-color: var(--hmvorange);
    color: var(--hmvblue);
}

.btn-hmvcomment {
    width: auto;
}

.btn-hmvattach, 
.btn-hmvattach:hover {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--hmvgrey);
    width: auto;
    padding-left: 0;
}

.btn-hmvattach svg {
    width: 16px;
    height: 16px;
}

/* HEADER */

.navbar {
    padding: 0px !important;
    background-color: var(--logo);
}

.navbar * {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.navbar-content {
    width: 1140px;
    min-height: 100px;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 991px) {
    .navbar-toggler {
        border: 0px !important;
        outline: none !important;
        box-shadow: none !important;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
    .navbar-nav .form-inline {
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .navbar-content {
        max-width: 1140px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-content {
        max-width: 960px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-content {
        max-width: 720px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .navbar-content {
        max-width: 540px;
    }
}

@media (max-width: 575px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.navbar .navbar-content::before {
    content: '';
    position: absolute;
    height: 100px;
    width: calc((100vw - 100%) / 2);
    background-color: var(--hmvblue);
    left: calc(-1 *(100vw - 100%) / 2);
}
.navbar .navbar-brand img {
    height: 100px;
    padding: 0px !important;
    margin: 0px !important;
}

.nav-item.active .nav-link,
.nav-item:hover .nav-link {
    color: var(--hmvblue) !important;
    transition: all 0.25s;
}

.navbar-brand {
    padding: 0px !important;
    margin: 0px !important;
}

.navbar input {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    margin-left: 10px;
}

/* TOP SPACER */

.top-spacer {
    height: 100px;
}

/* HOME PAGE - TOP CAROUSEL */

.top-carousel .carousel,
.top-carousel .carousel-inner,
.top-carousel .carousel-item {
    max-height: 350px !important;
}

.top-carousel h5,
.top-carousel p {
    text-shadow: 0px 0px 4px rgb(0, 0, 0);
}

/* CATEGORY */

.category-list span {
    background-color: var(--white);
    border: 1px solid var(--hmvblue);
    padding: 5px 15px;
    color: var(--hmvblue);
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.category-list span.active,
.category-list span:hover {
    background-color: var(--hmvblue);
    color: var(--white) !important;
}


/* HOME PAGE - ATTRACTIONS */

.attractions {
    padding-top: 25px;
}

.attractions .category-list {
    padding-bottom: 25px;
}

.left-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.attractions .card {
    border: none !important;
    margin-bottom: 25px !important;
}

.attractions .card-title {
    color: var(--hmvblue);
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

@media (max-width: 991px) {
    .attractions .left-image {
        height: 250px;
        background-position: top center;
    }
}

/* HOME PAGE - TOUER LIST */

.tour-list {
    padding-top: 25px;
}

.tour-list .header {
    padding-bottom: 25px;
}

.tour-list .card {
    border: none !important;
    margin-bottom: 25px !important;
}

.tour-list .card-title {
    color: var(--hmvblue);
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: unset;
}

.tour-list .card-sub-title {
    color: var(--hmvblue);
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.tour-list .btn-hmvblue {
    margin-top: 15px;
}

.tour-list .card-text {
    font-size: 14px;
}

.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.card-text:not(.card-text-tours) {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 72px;
}

.card-text-tours {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: unset;
    min-height: 85px;
}

/* TOUR SUB PAGE */

.tour-sub-page {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: calc(100% - 144px);
}

.tour-lore a:link,
.tour-lore a:visited,
.tour-lore a:active {
    color: var(--hmvyellow) !important;
    text-decoration: none;
}
.tour-lore a:hover {
    color: var(--hmvorange) !important;
    text-decoration: none;
}

/* ATTRACTION SUB PAGE */

.attraction-sub-page {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: calc(100% - 144px);
}

.attraction-sub-page .header-image {
    height: 350px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
    background-color: #EBEBEB;
    margin-bottom: 25px;
}
.attraction-sub-page .header-sub-image {
    height: 200px;
    max-height: 20vw;
    margin-bottom: 25px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
    background-color: #EBEBEB;
}

.attraction-sub-page .head-text {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.attraction-sub-page .head-text h1 {
    font-size: 32px;
    color: var(--white) !important;
    text-shadow: 0px 0px 4px rgb(0, 0, 0);
}

.attraction-sub-page .head-text h1 small {
    font-size: 18px !important;
}

.attraction-sub-page .category-list span.active:hover {
    background-color: var(--hmvorange);
    border-color: var(--hmvorange);
}

.attraction-sub-page .comment-box {
    margin-bottom: 15px !important;
    background-color: var(--hmvlgray);
    padding: 10px;
    border-radius: 4px;
}

.attraction-sub-page .user-name{
    font-size: 16px;
    color: var(--hmvblue);
}

.attraction-sub-page .comment-date {
    font-size: 12px;
    color: var(--hmvblue);
}

.attraction-sub-page small a {
    color: white;
    cursor: pointer;
}

.attraction-sub-page small a:hover {
    text-decoration: underline;
}

/* LOGIN PAGE */

.login-page {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: calc(100% - 144px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-page .login-message {
    display: none;
    margin-bottom: 1em;
}

.login-page .form-box {
    background-color: var(--hmvlgray);
    border-radius: 4px;
    padding: 15px;
    border-top: 2px solid var(--hmvblue);
}

.login-page .form-box .header {
    padding-bottom: 15px;
    padding-top: 5px;
}

.login-page .form-box label {
    margin-bottom: 2px !important;
}

.login-page a:active,
.login-page a:visited,
.login-page a:link {
    color: var(--hmvblue);
    text-decoration: none;
}

.login-page a:hover {
    color: var(--hmvorange);
}

.login-page input {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* COMMENT AREA */

.comment-message {
    background-color: var(--hmvlgray);
    border-radius: 4px;
    padding: 15px;
    border-top: 2px solid var(--hmvblue);
    margin-bottom: 25px;
}

.comment-media {
    border-radius: 4px;
    height: 80px;
    margin-right: 15px;
}

/* FOOTER */

footer {
    background-color: var(--hmvblue);
    padding-top: 15px;
    padding-bottom: 15px;
}

footer h4 {
    margin-bottom: 0px !important;
    color: var(--white)!important;
    font-size: 12px;
}


footer h4 a:link,
footer h4 a:visited,
footer h4 a:active {
    color: var(--white) !important;
    text-decoration: none;
    font-size: 12px;
}
footer h4 a:hover {
    color: var(--hmvorange) !important;
    text-decoration: none;
}

/* HOME PAGE SEARCH */

.big-search input {
    width: 100% !important;
    outline: none !important;
    box-shadow: none !important;
    margin-bottom: 20px;
    background-color: var(--hmvblue);
    border-color: var(--hmvblue);
    color: var(--white);
    transition: all 0.3s;
}

.big-search input:focus {
    border-color: var(--hmvlblue);
    background-color: var(--hmvlblue);
    transition: all 0.3s;
}

.big-search ::-webkit-input-placeholder { /* Edge */
    color: var(--white);
}
  
.big-search :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--white);
}
  
.big-search ::placeholder {
    color: var(--white);
}

@media (max-width: 991px) {
    .mobile-remove {
        display: none !important;
    }
    .btn-hmvcomment {
        width: auto;
    }
}

/* GALLERY */

.attraction-sub-page .thumb .header-sub-image {
    height: auto !important;
    max-height: none !important;
}