body{
                                        font-family:Gabarito;
                                                                                                            }
            /*----------main color------------*/
        .text-blue-1,
        .header .header-menu .menu .subnav > li > a:hover,
        .bravo_wrap .footer .menu-footer .menu__nav li .subnav > li > a:hover,
        .desktopMenu .menu a:hover,
        .desktopMenu .menu .subnav__backBtn a,
        .hotel_rooms_form .nav-enquiry .enquiry-item.active span,
        .bravo_single_book .nav-enquiry .enquiry-item.active span,
        .pricing-table .title{
            color: #f64d00;
        }

        .tabs.-underline .tabs__controls .tabs__button:hover,
        .tabs.-pills-2 .tabs__controls .tabs__button:hover,
        .tabs.-bookmark-2 .tabs__button:hover,
        .sidebar.-dashboard .sidebar__button.-is-active,
        .tabs.-underline-2 .tabs__controls .tabs__button.is-tab-el-active,
        .accordion.-db-sidebar .accordion__item.is-active .sidebar__button,
        .tabs.-underline-2 .tabs__controls .tabs__button:hover{
            color: #f64d00 !important;
        }

        .pagination.-dots .pagination__item.is-active,
        .button.-outline-blue-1:hover,
        .form-checkbox:hover input ~ .form-checkbox__mark,
        .pricing-tabs .tab-btns:before,
        .tabs.-underline-2 .tabs__controls .tabs__button::after{
            background-color: #f64d00;
        }

        .bg-blue-1,
        .button.-blue-1:hover,
        .tabs.-pills-2 .tabs__controls .tabs__button.is-tab-el-active,
        .tourTypeCard.-type-1:hover,
        .noUi-connect,
        .accordion.-map .accordion__item.is-active .accordion__icon,
        .form-checkbox input:checked ~ .form-checkbox__mark{
            background-color: #f64d00 !important;
        }

        .button.-blue-1:hover,
        .border-blue-1,
        .button.-outline-blue-1,
        .noUi-handle,
        .hotel_rooms_form .nav-enquiry .enquiry-item.active span,
        .bravo_single_book .nav-enquiry .enquiry-item.active span,
        .form-checkbox input:checked ~ .form-checkbox__mark,
        .pricing-table .inner-box:hover, .pricing-table.tagged .inner-box{
            border-color: #f64d00;
        }
        /*-----------end main color------------*/
    
            
    :root {
    /* Define a global CSS variable for dark green color, used as theme color */
    --color-dark-3: #014325;

    /* Define another variable for dark green; same value, possibly for semantic separation */
    --color-dark-2: #014325;
}

body {
    /* Set the entire page background color to pure white */
    background-color: #fff;
}

.bg-dark-1 {
    /* Changes the navbar background color when floating /transparent*/
    background-color: #014325 !important;
}

.masthead.-type-1 .masthead__bg::after {
    /* Remove any background styling applied to the pseudo-element ::after */
    background-image:
        linear-gradient(
            270deg,
            rgba(1, 67, 37, 0.5) 0%,
            rgb(1, 67, 37) 90.43%
        );
    

    /* Ensure the pseudo-element is fully opaque (not transparent) */
    opacity: 1 !important;
}

.kings-regular {
  font-family: "Kings", cursive;
  font-weight: 400;
  font-style: normal;
}
    
