@charset "UTF-8";
*,
:after,
:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-text-size-adjust: none;
    text-size-adjust: none
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    font-family: Roboto, serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ol[class],
ul[class] {
    list-style: none;
    padding: 0
}

ol:not([class]),
ul:not([class]) {
    padding-left: 2em
}

canvas,
img,
picture,
svg,
video {
    display: block;
    height: auto;
}

@media (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    :after,
    :before {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

button,
input,
select,
textarea {
    font: inherit
}

button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: inherit
}

a,
button,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
	font-size:16px;
	font-family: Roboto, serif;
}

a {
    color: inherit
}

textarea:not([rows]) {
    min-height: 10em
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    overflow-wrap: break-word;
    hyphens: auto
}

#__next,
#root {
    isolation: isolate
}

.h1,
h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 24px;
    font-weight: 700
}

.h2,
h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600
}

.h3,
h3 {
    font-size: 1.75rem;
    font-weight: 600
}

.h3,
.h4,
h3,
h4 {
    line-height: 1.4;
    margin-bottom: 16px
}

.h4,
h4 {
    font-size: 1.5rem
}

.h4,
.h5,
h4,
h5 {
    font-weight: 500
}

.h5,
h5 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 12px
}

.h6,
h6 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: 500
}

p {
    margin-bottom: 16px
}

p:last-child {
    margin-bottom: 0
}

a {
    color: #f7cc33;
    text-decoration: none;
    transition: color .3s ease
}

a:hover {
    color: rgb(237.679245283, 187.5801886792, 9.320754717);
    text-decoration: underline
}

ol:not([class]),
ul:not([class]) {
    margin-bottom: 16px
}

ol:not([class]) li,
ul:not([class]) li {
    margin-bottom: 8px
}

ol:not([class]) li:last-child,
ul:not([class]) li:last-child {
    margin-bottom: 0
}

blockquote {
    margin: 24px 0;
    padding: 16px;
    border-left: 4px solid #f7cc33;
    background-color: hsl(46.8367346939, 92.4528301887%, 103.431372549%);
    font-style: italic
}

blockquote p {
    margin-bottom: 8px
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote cite {
    display: block;
    margin-top: 8px;
    font-size: .875rem;
    font-style: normal
}

.text-small,
small {
    font-size: .875rem;
    line-height: 1.5
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.leading-normal {
    line-height: 1.5
}

.leading-loose {
    line-height: 2
}

.italic {
    font-style: italic
}

.not-italic {
    font-style: normal
}

.underline {
    text-decoration: underline
}

.line-through {
    text-decoration: line-through
}

.no-underline {
    text-decoration: none
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
/*
{
    background-color: #00235b;
    padding-left: 120px;
    padding-right: 120px;
    min-height: 60px
}*/

.top-header,
.ticker-content {
    align-items: center
}

.ticker-content .current-date {
    color: #fff;
    margin-right: 1rem
}

@media (max-width:1199px) {
    .ticker-content .current-date {
        margin-bottom: .5rem
    }
}


.ticker-content .ticker-text {
    font-weight: 700;
    font-size: "Roboto", serif
}

@media (max-width:1199px) {
    .ticker-content .ticker-text {
        margin-bottom: .5rem
    }
}

@media (max-width:1199px) {
    .ticker-content {
        justify-content: center;
        text-align: center
    }
}

.vertical-line {
    width: 1px;
    min-height: 60px;
    background-color: hsla(0, 0%, 100%, .3);
    margin: 0 15px;
    align-self: center
}

@media (max-width:1199px) {
    .vertical-line {
        display: none
    }
}

.social-search {
    color: #fff;
    align-items: center;
    gap: 1rem
}

@media (max-width:1199px) {
    .social-search {
        justify-content: center;
        margin-bottom: 15px
    }
}

.social-search .social a {
    color: #fff;
    text-decoration: none;
    transition: all .3s ease;
    padding: .5rem
}

.social-search .social a i {
    font-size: 1.2rem;
    line-height: 1;
    color: #fff
}

.social-search .social a :hover {
    color: #f7cc33;
    transform: translateY(-2px)
}

.search-input {
    position: relative;
    width: 220px
}


.search-input input[type=text] {
    width: 100%;
    padding: 8px 35px 8px 15px;
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 20px;
    background: transparent;
    color: #fff;
    font-size: 14px
}
.social .search-input input[type=text] {
    width: 100%;
    padding: 8px 35px 8px 15px;
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 20px;
    background: #fff;
	color: #fff;
    font-size: 14px;
	margin-bottom:0;
}

.search-input input[type=text]::placeholder {
    color: hsla(0, 0%, 100%, .7)
}

.search-input input[type=text]:focus {
    outline: none;
    border-color: #f7cc33
}

.search-input .fa-search {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: hsla(0, 0%, 100%, .7);
    pointer-events: none
}

@media (max-width:1199px) {
    {
        padding: 0 .625rem;
        flex-direction: column;
        justify-content: center
    }
}

.site-navigation {
	background-color: #00235b;
    border-top: 1px solid rgba(0, 35, 91, .1);
    border-bottom: 1px solid rgba(0, 35, 91, .1);
    padding: 5px 0;
    position: relative;
    height: 60px;
	display:flex;
	justify-content:space-between;
}

.site-navigation .container-fluid {
    padding: 0 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

.site-navigation .logo {
    display: none;
    align-items: center
}

.site-navigation .logo .custom-logo-link {
    display: inline-block;
    max-width: 110px
}

.site-navigation .logo .custom-logo {
    width: 100%;
    height: auto;
    transition: all .3s ease
}

.site-navigation .logo .custom-logo:hover {
    opacity: .8
}

.site-navigation .primary-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 14px;
    white-space: nowrap;
    height: 60px
}

.site-navigation .primary-menu li {
    position: relative
}

.site-navigation .primary-menu li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    display: block;
    line-height: 60px;
    transition: all .3s ease
}
.dropdown-toggle{
	display:none;
}


.site-navigation .primary-menu li a:hover {
    color: #f7cc33
}

.site-navigation .primary-menu li.menu-item-has-children>a {
    padding-right: 20px
}

.site-navigation .primary-menu li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease
}

.site-navigation .primary-menu li.menu-item-has-children:hover>a:after {
    transform: translateY(-50%) rotate(180deg)
}

.site-navigation .primary-menu li.menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: -20px;
/*     background-color: #fff; */
    min-width: 200px;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .3s ease;
    z-index: 3;
    list-style: none
}

.site-navigation .primary-menu li.menu-item-has-children .sub-menu li {
    margin: 0
}

.site-navigation .primary-menu li.menu-item-has-children .sub-menu li a {
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 4px;
	color: #00235b;
}

.site-navigation .primary-menu li.menu-item-has-children .sub-menu li a:hover {
    background-color: #00235b;
	color: #f7cc33;
}

.site-navigation .primary-menu li.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.hero-banner {
    position: relative;
    height: 100vh;
    min-height: 700px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;

}

.hero-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .2))
}

.hero-content {
    position: relative;
    margin: 0 auto;
    padding: 0 120px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: #fff;
    z-index: 1
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center
}

@media (max-width:767px) {
    .hero-title {
        font-size: 36px;
		position:absolute;
		top:0px;
    }
	.site-navigation .logo{
		display:block;
	}
	.site-navigation .container-fluid {
		justify-content:space-between;
	}
}

.form-section {
    background: rgba(5, 21, 31, .8);
    border-radius: 4px;
    max-width: 840px;
    margin: 0 auto;
}

.form-section .events-slider {
    padding: 15px
}

.form-section .events-slider .event-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 270px;
    border-right: 1px solid #f7cc33;
	padding:0px 10px;
}

.form-section .events-slider .event-item .event-row .event-date {
    font-size: 22px;
    font-weight: 600
	
}

.form-section .events-slider .event-item .event-row .event-info {
    flex: 1;
    padding: 0 12px;
	text-wrap:auto;
	width:190px;
}

.form-section .events-slider .event-item .event-row .event-info h3 {
    font-size: 14px;
    margin-bottom: 0px;
}

.form-section .events-slider .event-item .event-row .event-info p {
    font-size: 14px
}

.form-section .events-slider .event-item .btn-book {
    background-color: transparent;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    border: 2px solid #f7cc33;
    transition: all .3s ease
}
.event-row{
	display:flex;
}
.form-section .events-slider .event-item .btn-book:hover {
    transform: translateY(-2px);
    background-color: #f7cc33;
    color: #333
}

.form-section .events-slider .event-item:last-child {
    border-right: none
}

.booking-form {
    padding: 20px;
    padding-top: 0
}

.booking-form .form-tabs {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.booking-form .form-tabs .tab-btn {
    background: none;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    opacity: .7;
    transition: all .3s ease
}

.booking-form .form-tabs .tab-btn.active,
.booking-form .form-tabs .tab-btn:hover {
    opacity: 1;
    border-bottom: 2px solid #f7cc33
}

.booking-form .search-form {
    display: none
}

.booking-form .search-form.active {
    display: block
}

.booking-form .form-row {
    display: flex;
    gap: 20px
}

@media (max-width:767px) {
    .booking-form .form-row {
        flex-direction: column
    }
}

.booking-form .form-group {
    position: relative;
    flex: 1
}


.booking-form .form-group .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: hsla(0, 0%, 100%, .7)
}

.booking-form .form-group .form-control {
    width: 100%;
    padding: 12px 40px;
    background: 255, 255, 255;
    border-radius: 4px;
    color: #333;
    font-size: 16px
}

.booking-form .form-group .form-control::placeholder {
    color: #333
}

.booking-form .form-group .form-control:focus {
    outline: none;
    border-color: #f7cc33
}

.booking-form .travelers-select {
    width: 100%;
    padding: 12px 20px;
    background: hsla(0, 0%, 100%, .1);
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease
}

.booking-form .travelers-select:hover {
    background: hsla(0, 0%, 100%, .2)
}

.booking-form .search-btn {
    padding: 12px 24px;
    background-color: #f7cc33;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease
}

.booking-form .search-btn:hover {
    transform: translateY(-2px)
}

.booking-form .search-form .search-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width:767px) {
    .booking-form .search-form .search-fields {
        flex-direction: column
    }
}

.booking-form .search-form .search-fields .date,
.booking-form .search-form .search-fields .location {
    position: relative;
    min-width: 200px;
	margin-bottom:0px;
}


.booking-form .search-form .search-fields .date i,
.booking-form .search-form .search-fields .location i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #333
}

.booking-form .search-form .search-fields .date input,
.booking-form .search-form .search-fields .location input {
    width: 100%;
    padding: 11px 15px 11px 40px;
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 4px;
    background: #fff;
    color: #333;
	font-size:16px !important;
	font-family: Roboto, serif !important;
	margin-bottom:0px;
}

.booking-form .search-form .search-fields .date input::placeholder,
.booking-form .search-form .search-fields .location input::placeholder {
    color: #333
}

.booking-form .search-form .search-fields .date input:focus,
.booking-form .search-form .search-fields .location input:focus {
    outline: none;
    border-color: #f7cc33
}

.booking-form .search-form .select-widget {
    position: relative;
    min-width: 240px;
    white-space: nowrap
}

.dropdown {
    position: relative
}

.dropdown-button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 15px;
    border: 1px solid hsla(0, 0%, 100%, .2);
    background: #fff;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    transition: all .3s ease
}

.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    margin-top: 5px;
    display: none;
    z-index: 4
}

.dropdown-content.show {
    display: block
}

.dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0
}

.dropdown-item label {
    color: #00235b;
    font-weight: 500
}

.dropdown-item .number-input {
    display: flex;
    align-items: center;
    gap: 10px
}

.dropdown-item .number-input button {
    width: 30px;
    height: 30px;
    border: 1px solid #f7cc33;
    border-radius: 50%;
    background: none;
    color: #f7cc33;
    cursor: pointer;
    transition: all .3s ease
}

.dropdown-item .number-input button:hover {
    background: #f7cc33;
    color: #fff
}

.dropdown-item .number-input input {
    width: 50px;
    text-align: center;
    border: 1px solid rgba(0, 35, 91, .2);
    border-radius: 4px;
    padding: 5px
}

.dropdown-item .number-input input::-webkit-inner-spin-button,
.dropdown-item .number-input input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.dropdown .children-ages-container {
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 15px
}

.dropdown .children-ages-container .child-age-wrapper {
    margin-bottom: 10px
}

.dropdown .children-ages-container .child-age-wrapper:last-child {
    margin-bottom: 0
}

.dropdown .children-ages-container .child-age-wrapper select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px
}

.dropdown .children-ages-container .child-age-wrapper select:focus {
    outline: none;
    border-color: #f7cc33
}

.booking-form .search-form .search-btn.loading {
    position: relative;
    pointer-events: none
}

.booking-form .search-form .search-btn.loading i {
    opacity: 0
}

.booking-form .search-form .search-btn.loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: a 1s linear infinite
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.booking-form .search-form .confirm-button {
    width: 100%;
    padding: 10px;
    margin-top: 15px
}

.booking-form .search-form .confirm-button,
.booking-form .search-form .search-btn {
    background: #f7cc33;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease
}

.booking-form .search-form .search-btn {
    padding: 8px 20px
}

.booking-form .city-suggestion-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    z-index: 2;
    display: none
}

.booking-form .city-suggestion-container .suggestion-item {
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color .2s ease
}

.booking-form .city-suggestion-container .suggestion-item:hover {
    background-color: #f0f0f0
}

.booking-form .city-suggestion-container .suggestion-item:active {
    background-color: #e0e0e0
}

.booking-form .city-suggestion-container .suggestion-item {
    font-size: 14px;
    color: #333;
    line-height: 1.4
}

.booking-form #flights-form .select-widget .options{
    display: flex;
    flex-direction: row;
    gap: 10px
}

.booking-form #flights-form .select-widget .dropdowns {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border: 1px solid hsla(0, 0%, 100%, .2);
    background: #fff;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    transition: all .3s ease;
	margin-bottom:0px;
}

.options{
    display: flex;
    flex-direction: row;
    gap: 10px
}

.dropdowns {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 32px;
    border: 1px solid hsla(0, 0%, 100%, .2);
    background: #fff;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    transition: all .3s ease;
	margin-bottom:0px;
}


.content-section {
    display: flex;
    gap: 30px;
    padding: 20px 120px;
    margin: 0 auto
}

@media (max-width:992px) {
    .content-section {
        flex-direction: column-reverse;
        padding: 12px;
    }
    .form-section{
        margin: initial;
    }
/*     .booking-form{
        display: none;
    } */
    .hero-title{
        margin: 20px 0;
    }
    .hero-banner{
        height: auto;
        min-height: auto;
    }
    .hero-content{
        padding: 0 12px;
		height:350px;
    }
    .form-section .events-slider .event-item{
        max-width: inherit;
        border-right: 1px solid #f7cc33;
    }
}


.quick-links-aside {
    flex: 0 0 350px;
    background-color: #00235b;
    padding: 20px;
    border-radius: 8px
}

@media (max-width:992px) {
    .quick-links-aside {
        flex: 0 0 auto;
        width: 100%
    }
}

.quick-links-aside .section-title {
    background-color: #f7cc33;
    padding: 10px 15px;
    margin: -20px -20px 20px;
    border-radius: 8px 8px 0 0;
    font-weight: 700;
    color: #002147;
    font-size: 38px
}

.quick-links-aside .quick-links-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.quick-links-aside .quick-links-list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.quick-links-aside .quick-links-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.quick-links-aside .quick-links-list li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #f7cc33;
    font-weight: 700;
    transition: color .3s ease
}

.quick-links-aside .quick-links-list li a:before {
    content: "•";
    color: gold;
    margin-right: 10px;
    font-size: 20px
}

.quick-links-aside .quick-links-list li a:hover {
    color: rgba(247, 204, 51, .6)
}

.quick-links-aside .quick-links-list li .link-description {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    margin-left: 20px
}

.content-area {
    flex: 1
}

.content-area .section-title {
    color: #002147;
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid gold
}

.content-area .news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 30px
}

@media (max-width:768px) {
    .content-area .news-grid {
        grid-template-columns: 1fr
    }
	.dropdown-toggle{
		display:block;
	}
	.social-search{
		display:none !important;
	}

}

.content-area .news-item {
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    margin-bottom: 20px;
    transition: transform .3s ease;
    border: 1px solid #dbdbdb;
}

.content-area .news-item .news-content {
    flex: 1;
    padding: 20px
}

.content-area .news-item .news-content h3 {
    margin: 0 0 15px;
    font-size: 24px;
    color: #002147;
    line-height: 1.3
}

.content-area .news-item .news-content h3>a {
    color: #002147;
    text-decoration:none;
}

.content-area .news-item .news-content p {
    color: #666;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.6
}

.content-area .news-item .news-content .read-more {
    display: inline-block;
    color: red;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: color .3s ease;
    text-align: right
}

.content-area .news-item .news-img {
    flex: 0 0 400px;
    position: relative;
    overflow: hidden
}

.content-area .news-item .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease
}

.content-area .news-item:hover {
    transform: translateY(-5px)
}

.content-area .news-item:hover img {
    transform: scale(1.05)
}

@media (max-width:768px) {
    .content-area .news-item {
        flex-direction: column-reverse
    }

    .content-area .news-item .news-img {
        flex: 0 0 200px
    }

    .content-area .news-item .news-content {
        padding: 15px
    }

    .content-area .news-item .news-content h3 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .content-area .news-item .news-content p {
        font-size: 14px;
        margin-bottom: 10px
    }
}

.content-area .news-item:nth-child(2n) {
    background: #f8f9fa
}

.content-area .news-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px
}

.site-footer {
    background-color: #4a5568;
    color: #fff;
    padding: 60px 120px
}

.site-footer .footer-container {
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px
}

@media (max-width:1200px) {
    .site-footer .footer-container {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:992px) {
    .site-footer .footer-container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {
    .site-footer .footer-container {
        grid-template-columns: 2fr
    }
}

.site-footer .footer-logo img {
    max-width: 200px;
    height: auto
}

.site-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0
}

.site-footer .footer-links li {
    margin-bottom: 10px
}

.site-footer .footer-links li a {
    color: #fff;
    text-decoration: none;
    transition: color .3s ease;
    font-size: 14px
}

.site-footer .footer-links li a:hover {
    color: gold
}

.site-footer h3 {
    color: gold;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600
}

.site-footer .footer-destinations .footer-brand {
    margin-top: 20px;
    font-size: 14px;
    color: #cbd5e0
}

.site-footer .language-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px
}

@media (max-width:576px) {
    .site-footer .language-grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

.site-footer .language-grid .lang-flag {
    font-size: 24px;
    text-decoration: none;
    transition: transform .3s ease
}

.site-footer .language-grid .lang-flag:hover {
    transform: scale(1.2)
}

.site-footer .footer-social {
    display: flex;
    gap: 20px;
    margin-top: 30px;
	align-items:center;
}

.site-footer .footer-social a {
    color: #fff;
    font-size: 20px;
    transition: color .3s ease
}

.site-footer .footer-social a:hover {
    color: gold
}

.site-footer .flags-icons {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    display: inline
}
.bookBtn{
	margin:14px;
}

@media (max-width:768px) {
    .site-footer {
        padding: 40px 0
    }

    .site-footer .footer-container>div {
        margin-bottom: 0px
    }

    .site-footer .footer-social {
        justify-content: left;
		margin-top:20px;
		margin-bottom:80px;
    }

    .site-footer .language-grid {
        max-width: 300px;
        margin: 0 auto
    }
	
	.search-form{
		height:350px;
		overflow:auto;
	}
	.dropdowns{
		width:100%;
		height:43px;
	}
	.event-row{
		flex-direction:column;
	}
	.m-hide{
		display:none;
	}
	
}

.container {
    max-width: 1200px
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
}

.col-1 {
    width: 8.3333333333%
}

.col-1,
.col-2 {
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px
}

.col-2 {
    width: 16.6666666667%
}

.col-3 {
    width: 25%
}

.col-3,
.col-4 {
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px
}

.col-4 {
    width: 33.3333333333%
}

.col-5 {
    width: 41.6666666667%
}

.col-5,
.col-6 {
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.3333333333%
}

.col-7,
.col-8 {
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px
}

.col-8 {
    width: 66.6666666667%
}

.col-9 {
    width: 75%
}

.col-9,
.col-10 {
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px
}

.col-10 {
    width: 83.3333333333%
}

.col-11 {
    width: 91.6666666667%
}

.col-11,
.col-12 {
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px
}

.col-12 {
    width: 100%
}

@media (min-width:0) {
    .col-xs-1 {
        width: 8.3333333333%
    }

    .col-xs-1,
    .col-xs-2 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xs-2 {
        width: 16.6666666667%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-3,
    .col-xs-4 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xs-4 {
        width: 33.3333333333%
    }

    .col-xs-5 {
        width: 41.6666666667%
    }

    .col-xs-5,
    .col-xs-6 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-7 {
        width: 58.3333333333%
    }

    .col-xs-7,
    .col-xs-8 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xs-8 {
        width: 66.6666666667%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-9,
    .col-xs-10 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xs-10 {
        width: 83.3333333333%
    }

    .col-xs-11 {
        width: 91.6666666667%
    }

    .col-xs-11,
    .col-xs-12 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xs-12 {
        width: 100%
    }
}

@media (min-width:576px) {
    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-1,
    .col-sm-2 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-3,
    .col-sm-4 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-5,
    .col-sm-6 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-7,
    .col-sm-8 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-9,
    .col-sm-10 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-11,
    .col-sm-12 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-sm-12 {
        width: 100%
    }
}

@media (min-width:768px) {
    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-1,
    .col-md-2 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-3,
    .col-md-4 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-5,
    .col-md-6 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-7,
    .col-md-8 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-9,
    .col-md-10 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-11,
    .col-md-12 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-12 {
        width: 100%
    }
	
	
}

@media (min-width:992px) {
    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-1,
    .col-lg-2 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-3,
    .col-lg-4 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-5,
    .col-lg-6 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-7,
    .col-lg-8 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-9,
    .col-lg-10 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-11,
    .col-lg-12 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-12 {
        width: 100%
    }
}

@media (min-width:1200px) {
    .col-xl-1 {
        width: 8.3333333333%
    }

    .col-xl-1,
    .col-xl-2 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-2 {
        width: 16.6666666667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-3,
    .col-xl-4 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-4 {
        width: 33.3333333333%
    }

    .col-xl-5 {
        width: 41.6666666667%
    }

    .col-xl-5,
    .col-xl-6 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.3333333333%
    }

    .col-xl-7,
    .col-xl-8 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-8 {
        width: 66.6666666667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-9,
    .col-xl-10 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-10 {
        width: 83.3333333333%
    }

    .col-xl-11 {
        width: 91.6666666667%
    }

    .col-xl-11,
    .col-xl-12 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-12 {
        width: 100%
    }
}

@media (min-width:1400px) {
    .col-xxl-1 {
        width: 8.3333333333%
    }

    .col-xxl-1,
    .col-xxl-2 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xxl-2 {
        width: 16.6666666667%
    }

    .col-xxl-3 {
        width: 25%
    }

    .col-xxl-3,
    .col-xxl-4 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xxl-4 {
        width: 33.3333333333%
    }

    .col-xxl-5 {
        width: 41.6666666667%
    }

    .col-xxl-5,
    .col-xxl-6 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxl-7 {
        width: 58.3333333333%
    }

    .col-xxl-7,
    .col-xxl-8 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xxl-8 {
        width: 66.6666666667%
    }

    .col-xxl-9 {
        width: 75%
    }

    .col-xxl-9,
    .col-xxl-10 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xxl-10 {
        width: 83.3333333333%
    }

    .col-xxl-11 {
        width: 91.6666666667%
    }

    .col-xxl-11,
    .col-xxl-12 {
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xxl-12 {
        width: 100%
    }
}

.g-0 {
    margin-right: 0;
    margin-left: 0
}

.g-0>[class*=col] {
    padding-right: 0;
    padding-left: 0
}

.g-1 {
    margin-right: -8px;
    margin-left: -8px
}

.g-1>[class*=col] {
    padding-right: 8px;
    padding-left: 8px
}

.g-2 {
    margin-right: -16px;
    margin-left: -16px
}

.g-2>[class*=col] {
    padding-right: 16px;
    padding-left: 16px
}

.g-3 {
    margin-right: -24px;
    margin-left: -24px
}

.g-3>[class*=col] {
    padding-right: 24px;
    padding-left: 24px
}

.g-4 {
    margin-right: -32px;
    margin-left: -32px
}

.g-4>[class*=col] {
    padding-right: 32px;
    padding-left: 32px
}

.g-5 {
    margin-right: -40px;
    margin-left: -40px
}

.g-5>[class*=col] {
    padding-right: 40px;
    padding-left: 40px
}

.d-flex {
    display: flex
}

.flex-row {
    flex-direction: row
}

.flex-column {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.flex-fill {
    flex: 1 1 auto
}

.justify-content-start {
    justify-content: flex-start
}

.justify-content-end {
    justify-content: flex-end
}

.justify-content-center {
    justify-content: center
}

.justify-content-between {
    justify-content: space-between
}

.justify-content-around {
    justify-content: space-around
}

.align-items-start {
    align-items: flex-start
}

.align-items-end {
    align-items: flex-end
}

.align-items-center {
    align-items: center
}

.align-items-baseline {
    align-items: baseline
}

.align-items-stretch {
    align-items: stretch
}

@media (min-width:0) {
    .d-xs-flex {
        display: flex
    }

    .d-xs-none {
        display: none
    }

    .d-xs-block {
        display: block
    }

    .flex-xs-row {
        flex-direction: row
    }

    .flex-xs-column {
        flex-direction: column
    }

    .justify-content-xs-start {
        justify-content: flex-start
    }

    .justify-content-xs-end {
        justify-content: flex-end
    }

    .justify-content-xs-center {
        justify-content: center
    }

    .justify-content-xs-between {
        justify-content: space-between
    }

    .justify-content-xs-around {
        justify-content: space-around
    }

    .align-items-xs-start {
        align-items: flex-start
    }

    .align-items-xs-end {
        align-items: flex-end
    }

    .align-items-xs-center {
        align-items: center
    }

    .align-items-xs-baseline {
        align-items: baseline
    }

    .align-items-xs-stretch {
        align-items: stretch
    }
}

@media (min-width:576px) {
    .d-sm-flex {
        display: flex
    }

    .d-sm-none {
        display: none
    }

    .d-sm-block {
        display: block
    }

    .flex-sm-row {
        flex-direction: row
    }

    .flex-sm-column {
        flex-direction: column
    }

    .justify-content-sm-start {
        justify-content: flex-start
    }

    .justify-content-sm-end {
        justify-content: flex-end
    }

    .justify-content-sm-center {
        justify-content: center
    }

    .justify-content-sm-between {
        justify-content: space-between
    }

    .justify-content-sm-around {
        justify-content: space-around
    }

    .align-items-sm-start {
        align-items: flex-start
    }

    .align-items-sm-end {
        align-items: flex-end
    }

    .align-items-sm-center {
        align-items: center
    }

    .align-items-sm-baseline {
        align-items: baseline
    }

    .align-items-sm-stretch {
        align-items: stretch
    }
}

@media (min-width:768px) {
    .d-md-flex {
        display: flex
    }

    .d-md-none {
        display: none
    }

    .d-md-block {
        display: block
    }

    .flex-md-row {
        flex-direction: row
    }

    .flex-md-column {
        flex-direction: column
    }

    .justify-content-md-start {
        justify-content: flex-start
    }

    .justify-content-md-end {
        justify-content: flex-end
    }

    .justify-content-md-center {
        justify-content: center
    }

    .justify-content-md-between {
        justify-content: space-between
    }

    .justify-content-md-around {
        justify-content: space-around
    }

    .align-items-md-start {
        align-items: flex-start
    }

    .align-items-md-end {
        align-items: flex-end
    }

    .align-items-md-center {
        align-items: center
    }

    .align-items-md-baseline {
        align-items: baseline
    }

    .align-items-md-stretch {
        align-items: stretch
    }
	
	
}

@media (min-width:992px) {
    .d-lg-flex {
        display: flex
    }

    .d-lg-none {
        display: none
    }

    .d-lg-block {
        display: block
    }

    .flex-lg-row {
        flex-direction: row
    }

    .flex-lg-column {
        flex-direction: column
    }

    .justify-content-lg-start {
        justify-content: flex-start
    }

    .justify-content-lg-end {
        justify-content: flex-end
    }

    .justify-content-lg-center {
        justify-content: center
    }

    .justify-content-lg-between {
        justify-content: space-between
    }

    .justify-content-lg-around {
        justify-content: space-around
    }

    .align-items-lg-start {
        align-items: flex-start
    }

    .align-items-lg-end {
        align-items: flex-end
    }

    .align-items-lg-center {
        align-items: center
    }

    .align-items-lg-baseline {
        align-items: baseline
    }

    .align-items-lg-stretch {
        align-items: stretch
    }
}

@media (min-width:1200px) {
    .d-xl-flex {
        display: flex
    }

    .d-xl-none {
        display: none
    }

    .d-xl-block {
        display: block
    }

    .flex-xl-row {
        flex-direction: row
    }

    .flex-xl-column {
        flex-direction: column
    }

    .justify-content-xl-start {
        justify-content: flex-start
    }

    .justify-content-xl-end {
        justify-content: flex-end
    }

    .justify-content-xl-center {
        justify-content: center
    }

    .justify-content-xl-between {
        justify-content: space-between
    }

    .justify-content-xl-around {
        justify-content: space-around
    }

    .align-items-xl-start {
        align-items: flex-start
    }

    .align-items-xl-end {
        align-items: flex-end
    }

    .align-items-xl-center {
        align-items: center
    }

    .align-items-xl-baseline {
        align-items: baseline
    }

    .align-items-xl-stretch {
        align-items: stretch
    }
}

@media (min-width:1400px) {
    .d-xxl-flex {
        display: flex
    }

    .d-xxl-none {
        display: none
    }

    .d-xxl-block {
        display: block
    }

    .flex-xxl-row {
        flex-direction: row
    }

    .flex-xxl-column {
        flex-direction: column
    }

    .justify-content-xxl-start {
        justify-content: flex-start
    }

    .justify-content-xxl-end {
        justify-content: flex-end
    }

    .justify-content-xxl-center {
        justify-content: center
    }

    .justify-content-xxl-between {
        justify-content: space-between
    }

    .justify-content-xxl-around {
        justify-content: space-around
    }

    .align-items-xxl-start {
        align-items: flex-start
    }

    .align-items-xxl-end {
        align-items: flex-end
    }

    .align-items-xxl-center {
        align-items: center
    }

    .align-items-xxl-baseline {
        align-items: baseline
    }

    .align-items-xxl-stretch {
        align-items: stretch
    }
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

@media (min-width:0) {
    .order-xs-0 {
        order: 0
    }

    .order-xs-1 {
        order: 1
    }

    .order-xs-2 {
        order: 2
    }

    .order-xs-3 {
        order: 3
    }

    .order-xs-4 {
        order: 4
    }

    .order-xs-5 {
        order: 5
    }
}

@media (min-width:576px) {
    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }
}

@media (min-width:768px) {
    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }
}

@media (min-width:992px) {
    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }
}

@media (min-width:1200px) {
    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }
}

@media (min-width:1400px) {
    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }
}

.grid {
    display: grid;
    gap: 16px
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
}

.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
}

.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
}

.grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
}

.grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
}

.grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
}

@media (min-width:0) {
    .grid-cols-xs-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .grid-cols-xs-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .grid-cols-xs-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .grid-cols-xs-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .grid-cols-xs-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .grid-cols-xs-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

    .grid-cols-xs-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .grid-cols-xs-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .grid-cols-xs-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }

    .grid-cols-xs-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr))
    }

    .grid-cols-xs-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr))
    }

    .grid-cols-xs-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

@media (min-width:576px) {
    .grid-cols-sm-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .grid-cols-sm-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .grid-cols-sm-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .grid-cols-sm-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .grid-cols-sm-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .grid-cols-sm-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

    .grid-cols-sm-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .grid-cols-sm-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .grid-cols-sm-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }

    .grid-cols-sm-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr))
    }

    .grid-cols-sm-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr))
    }

    .grid-cols-sm-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

@media (min-width:768px) {
    .grid-cols-md-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .grid-cols-md-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .grid-cols-md-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .grid-cols-md-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .grid-cols-md-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .grid-cols-md-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

    .grid-cols-md-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .grid-cols-md-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .grid-cols-md-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }

    .grid-cols-md-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr))
    }

    .grid-cols-md-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr))
    }

    .grid-cols-md-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

@media (min-width:992px) {
    .grid-cols-lg-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .grid-cols-lg-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .grid-cols-lg-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .grid-cols-lg-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .grid-cols-lg-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .grid-cols-lg-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

    .grid-cols-lg-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .grid-cols-lg-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .grid-cols-lg-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }

    .grid-cols-lg-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr))
    }

    .grid-cols-lg-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr))
    }

    .grid-cols-lg-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

@media (min-width:1200px) {
    .grid-cols-xl-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .grid-cols-xl-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .grid-cols-xl-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .grid-cols-xl-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .grid-cols-xl-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .grid-cols-xl-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

    .grid-cols-xl-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .grid-cols-xl-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .grid-cols-xl-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }

    .grid-cols-xl-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr))
    }

    .grid-cols-xl-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr))
    }

    .grid-cols-xl-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

@media (min-width:1400px) {
    .grid-cols-xxl-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .grid-cols-xxl-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .grid-cols-xxl-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .grid-cols-xxl-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .grid-cols-xxl-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .grid-cols-xxl-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

    .grid-cols-xxl-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .grid-cols-xxl-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .grid-cols-xxl-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }

    .grid-cols-xxl-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr))
    }

    .grid-cols-xxl-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr))
    }

    .grid-cols-xxl-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

.gap-0 {
    gap: 0
}

.gap-1 {
    gap: 8px
}

.gap-2 {
    gap: 16px
}

.gap-3 {
    gap: 24px
}

.gap-4 {
    gap: 32px
}

.gap-5 {
    gap: 40px
}

.btn {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer
}

.btn--primary {
    background-color: #f7cc33;
    color: #fff
}

.btn--primary:hover {
    background-color: rgb(237.679245283, 187.5801886792, 9.320754717)
}

.btn--secondary {
    background-color: #00235b;
    color: #fff
}

.btn--secondary:hover {
    background-color: rgb(0, 15.3846153846, 40)
}

.form-group {
    margin-bottom: 24px
}

.form-group:last-child {
    margin-bottom: 0
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500
}

.form-label.required:after {
    content: "*";
    color: #dc3545;
    margin-left: 4px
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px
}

.form-row>* {
    flex: 1;
    padding: 8px
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 8px
}

.col-1 {
    grid-column: span 1
}

.col-2 {
    grid-column: span 2
}

.col-3 {
    grid-column: span 3
}

.col-4 {
    grid-column: span 4
}

.col-5 {
    grid-column: span 5
}

.col-6 {
    grid-column: span 6
}

.col-7 {
    grid-column: span 7
}

.col-8 {
    grid-column: span 8
}

.col-9 {
    grid-column: span 9
}

.col-10 {
    grid-column: span 10
}

.col-11 {
    grid-column: span 11
}

.col-12 {
    grid-column: span 12
}

.hero {
    padding: 64px 0;
    background-color: hsl(46.8367346939, 92.4528301887%, 103.431372549%);
    text-align: center
}

.hero__title {
    margin-bottom: 24px
}

.hero__subtitle {
    margin-bottom: 32px;
    color: #00235b
}

:root {
    --primary-color: #f7cc33;
    --secondary-color: #00235b;
    --success-color: #28a745;
    --danger-color: #dc3545;
    --warning-color: #ffc107;
    --info-color: #17a2b8
}

.admin-bar {
    top: 32px
}
.mobile-menu-toggle {
	background-color:#ffffff;
}

@media screen and (max-width:782px) {
    .admin-bar {
        top: 46px
    }
}

main {
    overflow: hidden
}
.tickets-2 {
     display: flex;
     margin: 18px 0px;
     max-width: 100%;
     align-items: start;
     gap: 18px;
     letter-spacing: -0.25px;
     justify-content: start;
     flex-wrap: wrap;
     font: 20px Calibri, sans-serif;
    }

    /* .trip-card {
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        display: flex;
        flex-direction: column;
        justify-content: start;
        width: 100%;
        border-radius: 18px;
        overflow: hidden;
        max-height: 223px;
        margin-bottom: 10px;

    } */
.trip-card a{
	text-decoration:none;
}

    @media (max-width: 991px) {
     .trip-card {
        max-width: 100%;
     }
    }

    .link-name {
     border-radius: 14px 14px 0px 0px;
     background-color: rgba(0, 0, 0, 1);
     display: flex;
     gap: 40px 60px;
     color: rgba(247, 204, 51, 1);
     font-weight: 700;
     justify-content: center;
     padding: 15px 23px;
     font-size: 14px;
    }

    @media (max-width: 991px) {
     .link-name {
        max-width: 100%;
        padding: 0 20px;
     }
    }

    .link-card-heading {
     min-width: 240px;
     width: 100%;
     flex: 1;
    }

    .img-13 {
     aspect-ratio: 1.60;
     object-fit: contain;
     object-position: center;
     width: 100%;
    }

    @media (max-width: 991px) {
     .img-13 {
        max-width: 100%;
     }
    }

    .link-content {
     border-radius: 0px 0px 15px 15px;
     background-color: rgba(255, 255, 255, 1);
     display: flex;
     gap: 40px 60px;
     color: rgba(0, 0, 0, 1);
     font-weight: 400;
     line-height: 30px;
     justify-content: center;
     padding: 15px 23px;
    }

    @media (max-width: 991px) {
     .link-content {
        max-width: 100%;
        padding: 0 20px;
     }
    }

    .ticket-packages-on-sale {
     min-width: 240px;
     width: 100%;
     flex: 1;
    }
	
	
.mobile-menu-toggle {
	display: none;
	font-size: 22px;
	cursor: pointer;
}
.mobile-menu {
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
    background-color: #222;
    padding: 10px 0;
	overflow-y: auto;
	transition: left 0.3s ease-in-out;
	z-index: 1001;
}
.mobile-menu.active {
	left: 0;
}
.mobile-menu ul  {
	list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-menu li {
	margin:0;
}
/* .mobile-menu li + li{ 
    border-top: 1px solid rgba(247, 204, 51, 1);
} */
.mobile-menu a {
	color: white;
    text-decoration: none;
    font-size: 16px;
    padding: 10px;
    display: block;
    border-bottom: 1px solid #2d2d2d;
}


.mobile-close{
	display:none;
}
.mobile-close .fa-close{
	display:none;
}
ul.sub-menu li{
    list-style: none;
    position: relative;
}
ul.sub-menu{
    background: #ffffff;
}
ul.sub-menu a {
    font-size: 14px;
    padding-left: 30px;
}
ul.sub-menu a:hover {
    background: #111;
    color: #fff;
}
.mobile-menu-close {
    width: 20px;
    height: 20px;
    padding: 10px;
	font-size:30px;
    color: #fff;
	position:absolute;
	right:20px;
	top:0px;
   
}
.mobile-close{
	display:none;
}
.has-dropdown{
    position: relative;
}
.has-dropdown .dropdown-toggle {

    /* background: red; */
    /* height: 20px; */
    /* width: 20px; */
    position: absolute;
    right: 20px;
    top: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;

    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

	.custom-logo-header{
		position: absolute;
		width: 380px !important;
		top: 20%;
		left: 52%;
		transform: translate(-50%, -50%);
	}
	
@media (max-width: 768px) {
	ul.sub-menu{
		background: #333;
	}
	.nav-menu {
		display: none;
	}
	.mobile-menu-toggle {
		display: block;
		position:absolute;
		right:20px;
		padding: 0 5px;
		border-radius: 3px;
	}
	
	.site-navigation .container-fluid {
		display: inline-block;
		position: relative;
		top:10px;
		left:0;
	}
	.logo{
		width:100px;
	}
	.custom-logo{
		position: absolute;
		left: 0;
		width: 125px !important;
		padding-left: 20px;
	}
	.custom-logo-header{
        width: 245px !important;
	}

	
	.booking-form{
		position: fixed;
		width: 100%;
		background: #000;
		left:0;
		bottom: 0;
		padding: 10px;
        border-radius: 25px 25px 0 0;
        border-top: 2px solid #f7cc33;

	}
	.booking-form .form-tabs{
		justify-content:space-between;
		padding:0 15px;
	}
	
	.booking-form .form-tabs .tab-btn{
		padding: 5px;
		font-size:14px;
		display:flex;
		flex-direction:column;
	}
	.search-form{
		padding:0 15px;
	}
	.search-form .active{
		display:none;
	}
	.search-fields{
		width:100%;
	}
	.booking-form #flights-form .select-widget .options {
		flex-direction: column;
	}
	
	.search-form {
		display: none;
		padding-top:15px;
		position: relative;
	}

	.search-form.active {
		display: block;
	}
	.booking-form .form-tabs {
		margin-bottom: 10px;
	}
	.tab-btn{
		padding-top:5px;
		padding-bottom:5px;
	}
	
	.form-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 5px 10px;
	}

	.mobile-close {
        display: inline-block;
        text-align: center;
        background: #f7cc37;
        color: #333333;
        border-radius: 3px;
        height: 25px;
        width: 35px;
		margin-left:auto;
		margin-right:10px;
    }
	.mobile-close .fa-close{
		display:block;
		line-height: 25px;
	}
	
}

.tab-btn {
    background-color: #f5f5f5;
    border: none;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    align-items: center;
}

.tab-btn span {
    display: inline-block;
}

/* Mobile view: hide text and only show icons */
@media (max-width: 768px) {
    .tab-btn span {
        font-size: 0; /* Hides text */
    }

    .tab-btn span i {
        font-size: 20px; /* Keeps icon visible and appropriately sized */
    }

    .tab-btn span i:before {
        font-size: 20px;
    }
}

.social-icons{
	display:flex;
	gap:20px;
	justify-content:center;
}
.social-search{
	position:relative;
	margin:0 12px;
}

/* Search Input Wrapper */
.search-input {
    position: relative;
    width: 100%;
    max-width: 400px; /* Adjust the width as per your design */
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
	min-height: 43px;
    border: 1px solid #fff;
    border-radius: 25px;
    margin: 0 10px;
}

/* Search Input Field */
.search-input input[type="text"] {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    color: #ffffff;
    background-color: transparent;
}

/* Placeholder Styling */
.search-input input[type="text"]::placeholder {
    color: #aaa;
    font-size: 14px;
}

/* Search Icon */
.search-input .fa-search {
    font-size: 16px;
    color: #aaa;
    cursor: pointer;
    margin-left: 8px;
    transition: color 0.3s ease;
}

/* Hover & Focus Effects */
.search-input:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.search-input input[type="text"]:focus {
    border-color: #007bff;
}

.search-input:hover .fa-search,
.search-input input[type="text"]:focus + .fa-search {
    color: #007bff;
}


@media (max-width: 768px) {
	.sub-menu {
		display: none;
	}
	
	.dropdown-toggle {
		padding: 0.5rem;
		background: none;
		border: none;
		position: absolute;
		right: 0;
		top: 0;
	}

	.has-dropdown {
		position: relative;
	}
	
	.search-input {
		position: relative;
		width: 220px;
		max-width: 400px; 
		margin: 0 auto;
		display: flex;
		align-items: center;
		border-radius: 5px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		transition: box-shadow 0.3s ease, border-color 0.3s ease;
		min-height: 45px;
		border: 0px solid #fff;
		border-radius: 25px;
		margin: 0 10px;
	}
	.search-input input[type="text"] {

    font-size: 14px;
    color: #333 !important;
}


}

/* .events-slider-container {
    overflow-x: auto; /* Allow horizontal scrolling */
    white-space: nowrap; /* Prevent wrapping of child elements */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile devices */
}

.events-slider {
    display: flex; /* Align items in a row */
    gap: 16px; /* Add space between the cards */
    padding: 10px; /* Optional: Add padding to the container */
} */

#driver-location{
	width:200px;
}
.paddingLeft{
	padding-left:35px;
}
.width120{
	min-width:110px !important;
}
@media (max-width: 768px) {
 .event-item {
		max-width: inherit;
		border-right: none !important;
	}
	.events-slider{
		flex-direction:column;
		padding:5px !important;
		gap:0px !important;
	}
	.bookBtn{
		margin:0;
		margin-top:1px;
	}
	.btn-book{
		font-size: 12px !important;
	}
	.event-item{
		padding:0px 10px;
	}
	.event-date {
		font-size: 16px !important;
		font-weight: 400 !important;
	}
	.event-info {
		flex: 1;
		padding:0 !important;
		text-wrap: auto;
		width: 100% !important;
	}
	.form-section .events-slider .event-item .btn-book {
		background-color: transparent;
		color: #fff;
		padding: 5px 10px;
		border-radius: 14px;
		text-decoration: none;
		border: 1px solid #f7cc33;
		font-size:16px;
		transition: all .3s ease;
	}
}



.flatpickr-input { -webkit-appearance: none; /* your custom styles here */ }

.fa-calendar-alt{
    position: absolute;
    z-index: 1;
}

.flatpickr-current-month {
    font-size: 100%;
}
.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    display: inline-block;
}
.flatpickr-current-month input.cur-year{
	padding:0px !important;
}

.date{
	text-align:left;
}
.dtop-hidden{
	display:none;
}

@media (max-width: 768px) {
	.location-time  {
		box-sizing: border-box;
		background-color:#ffffff;
		border-radius: 4px;
		height:43px;
	}
	
	.dtop-hidden{
		display:block;
	}
	
	.search-input {
		position: relative;
		width: auto;
		max-width: 80%;
		margin: 0 auto;
		border:0;
		background-color: #ffffff;
	}
	.time-dropdown{
		width:80%;
		position: relative;
		right: -15%;
		padding: 10px 0px;
	}
	
	.date{
		height: 43px;
		background: #ffffff;
		border-radius: 4px;
	}
	
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=file], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], select, textarea {
    font-size: 16px !important;
    margin-bottom: 0px !important;
	font-family: Roboto, serif !important;
	margin-bottom:0px !important;
	font: 16px Roboto !important;
}

.page-template-page-preview #searchform-mobile{
	 display: flex;
    align-items: center;
}

.search-button{
	    position: relative;
    z-index: 9999;
	display:inline;
    background: transparent;
    width: 35px;
    height: 25px;
    cursor: pointer;
}
.preview-footer .footer-widget-top,
.preview-footer #text-15{
	display:none;
}

.preview-footer .footer-widget-container{
	border-top: 0px solid #444;
}


.tickets-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    margin-bottom: 12px;
	grid-auto-rows: 1fr;
}
.trip-card {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
	height: 100%;
	margin-bottom:10px;
}
.trip-card a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}
.img-13 {
    aspect-ratio: 1.60;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
@media (max-width: 1024px) {
    .tickets-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 640px) {
    .tickets-2 {
        grid-template-columns: 1fr;
    }
}
.link-name {
    padding: 15px 15px 10px;
}
.link-card-heading {
    font-weight: bold;
    margin-bottom: 10px;
}
.link-content {
    padding: 0 15px 15px;
    flex-grow: 1;
}
.ticket-packages-on-sale {
    color: #0000ff;
    font-weight: 800;
    text-decoration: underline;
}
.trip-card .facebook-box {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.trip-card .facebook-box iframe {
    max-width: 100%;
    margin: 0 auto;
}

.btn_section{
	text-align:right;
	margin-top:15px;
	margin-bottom:25px;
}
.view_btn{
	display:inline-block;
	padding: 12px 24px;
	background-color:#00235B;
	color:#F7CC33;
	border-radius: 4px;
	cursor: pointer;
	transition: all .3s ease;
	font-weight:bold;
}
.view_btn:hover{
	transform: translateY(-2px);
	text-decoration:none;
}


.site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.site-header {
    transition: opacity 0.3s ease-in-out;
}

.mobile-menu a:hover {
    color: #f7cc33;
}
.mobile-menu .sub-menu {
    display: none;
}

.mobile-menu .menu-item-has-children.open > .sub-menu {
    display: block;
}

.mobile-menu .menu-item-has-children > a {
    position: relative;
    padding-right: 20px;
}

.mobile-menu .menu-item-has-children > a:after {
    content: "\f107";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
    border-left: 1px solid #2d2d2d;
    padding-left: 12px;
	height: 100%;
    line-height: 44px;

}

.mobile-menu .menu-item-has-children.open > a:after {
    content: "\f106";
}




@media (max-width: 768px) {

.site-header{
	position:relative;
}
.site-navigation{
	position: fixed;
    z-index: 99999;
    width: 100%;
    background-color: transparent;
    border: none;
}

.mobile-menu-toggle {
	font-size: 18px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	z-index: 10000;
	height: 28px;
	width: 28px;
	display: grid;
	place-content: center;
	border:1px solid #0110EF;
	
}

.mobile-menu-toggle i {
    transition: all 0.3s ease;
	color: #0110ef;
}

}


@media (max-width: 768px) {

    /* Hide all forms and remove active states initially */

	#clode-btn{
		display: none;
	}

	#hotels-form{
		display: none;
	}

}


.current-menu-item,
.current-menu-parent{
	background-color: #f7cc33;
    padding: 0 5px;
	opacity:1 !important;
}
.current-menu-item>a,
.current-menu-parent>a{
    color: #0110ef !important;
    font-weight: bold !important;
}
.current-menu-parent>a:after {
    right: 5px !important;
}

@media (max-width: 768px) {
	.page-head {
		padding: 3px 20px;
	}
	
}


/* Desktop layout */
.content-section {
  display: flex;
  flex-direction: row;
}

.content-area {
  display: flex;
  flex-direction: column;
}

/* Mobile layout */
@media (max-width: 768px) {
  .content-section  {
    display: flex;
    flex-direction: column;
  }

  .content-area {
    display: contents; /* This removes the wrapper div from the flex context */
  }

  /* Set order for each div */
  .music-cnt_area {
    order: 1;
  }
  
  .quick-links-aside {
    order: 2;
  }
  
  .tickets-2 {
    order: 3;
  }
}



@media (max-width: 992px) {
	.hero-banner{
		background-size: cover;
		background-position: top;
		
	}

}



/* Position the arrows container */
.events-slider {
    position: relative;  /* Make it a positioning context */
}

.mobile-arrows {
    display: none;  /* Hidden by default */
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
    padding: 0 10px;
    pointer-events: none;  /* This allows clicks to pass through the container */
    z-index: 2;
}

.mobile-arrows button {
    background: #f7cc33;
    border: none;
    padding: 4px 10px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    pointer-events: auto;  /* Re-enable clicks for the buttons */
}


/* Mobile Styles */
@media (max-width: 768px) {
     .events-slider {
        height: auto !important; /* Override any fixed height */
    }
    
    .mobile-arrows {
        display: flex;
        align-items: center; /* Center arrows horizontally */
    }
    
    .events-slider .event-item {
        display: none;
        width: 100%;
        margin: 0;
        padding: 10px;
    }
    
    .events-slider .event-item.active {
        display: flex;
        flex-direction: column;
		align-items: center;
    }

    .event-row {
        width: 100%;
		text-align:center;
		margin-bottom:8px;
    }

    /* Hide all non-active items explicitly */
    .events-slider .event-item:not(.active) {
        display: none !important;
    }
}

@media (max-width: 768px) {
	.form-section{
		display:none !important;
	}
	
}