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

/*Custom css*/
.main-nav-one .logo-box {
    border-right: 1px solid #e5e5e5;
    padding: 0px !important;
    padding-right: 30px !important;
}

.logo-box img {
    height: 65px;
    width: auto;
}

hr {
    border-top: 1px solid #ececec;
}



.open-hours {
    padding: 40px 0px;
    background: #F8F9FC;
}

.navbar-light .navbar-nav .nav-link {
    color: #0a1b4f;
    font-size: 18px;
}

.open-hours-visit {
    padding-top: 157px;
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

/* Second navbar style */
.fixed-top-scroll {
    position: fixed;
    top: -100px;
    transition: top 0.3s;
    width: 100%;
    z-index: 9999;
}

.fixed-top-scroll.show {
    top: 0;
}

.navbar {
    min-height: 100px; /* Adjust the height as desired */
}

.navbar-nav {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-item {
    position: relative;
    margin-right: 20px;
}

.progress-bar {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

.nav-item.active .progress-bar,
.nav-item.previous .progress-bar {
    transform: scaleX(1);
}

.content {
    display: none;
}

.content.active {
    display: block;
}

.faq-section {
    padding-top: 50px;
}

.visit-amenities {
    padding-top: 43px;
}

.svg-icon {
    margin-left: 10px;

}

.light-bg {
    border: 1px solid #dcdcdc;
    padding: 20px;
    margin-bottom: 8px;
}

.gallery-text-area{
    padding: 50px 0px;
    background-color: #f8f9fa;
}
.gallery-text {
    font-family: var(--heading-font);
    color: #000000;
    font-size: 24px;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
    padding-right: 35px;
}
.collection-grid{
    background: #0A1B4F;
    color: #fff;
    padding-bottom: 50px;
    padding-top: 50px;
}
.collection-grid{
    background: #0A1B4F;
    color: #fff;
    padding-bottom: 50px;
    padding-top: 50px;
}
.collection-grid h3 {
    color: #e9e9e9;

}

#faq-list li.selected {
    background-color: #0a1b4f;
    cursor: pointer;
}
#faq-list li:hover {
    cursor: pointer;
}
.accrodion-title h4:hover {
    cursor: pointer;
}
.symbol {
    float: right;
}

.img-custom{
    border-radius: 3px;
}
a {
    color: #aaa081;
}
.block-title-two {
    margin-bottom: 30px;
    position: relative;
}
.collection-two__carousel.owl-theme .owl-nav {
    margin-top: 120px;
}
.dropdown-item {
    padding: 10px 16px;
}
/*css for mobile*/
@media only screen and (max-width: 767px) {
    .cta-two {
        padding-bottom: 150px;
        margin-top: 90px;
    }

}
.hr {
    border-top: 1px solid #ececec;
    margin-bottom: 3px;
    margin-top: 3px;
}
.cta-two__box p {
    margin: 0;
    margin-bottom: 10px;
}
.text-success{
    color: green !important;
}
.main-nav-one .main-nav__navigation-box > li + li {
    margin-left: 25px;
}
