*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

@media (min-width: 1200px) {
    .sub-header-mobile .container {
        padding-left: 72px;
        padding-right: 72px;
    }
}

@media (min-width: 1024px) {
    .sub-header-mobile .container {
        max-width: 1400px;
        padding-left: 32px;
        padding-right: 32px;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .sub-header-main .venue-header_menu {
     display: none;
    }
}

@media (min-width: 1024px) {
    .sub-manu-container{
        display:none;
    }

}

@media (min-width: 768px) {
    .sub-header-mobile .container {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.sub-header-mobile .container {
    display: block;
}

li[data-v-24469fc6] {
    display: inline-block;
    height: 32px;
    padding-top: 4px;
    position: relative; 
}

.sub-header-main ul li .item-container[data-v-24469fc6] {
    align-items: center;
    display: flex;
    gap: 0px;
}

.sub-header-main  .c-icon {
    align-self: center;
    display: inline-flex;
    flex-shrink: 0;
    font-style: normal;
    height: 24px;
    width: 24px;
}

li[data-v-24469fc6] {
    display: inline-block;
    height: 32px;
    padding-top: 4px;
    position: relative;
}

.desktop-navigation__main-items li[data-v-68e73490] {
    display: inline-block;
    line-height: 24px;
    padding-bottom: 4px;
}

li[data-v-24469fc6] {
    display: inline-block;
    height: 32px;
    padding-top: 4px;
    position: relative;
}

.active::after, :before {
    box-sizing: border-box;
}
.sub-header-main{
    height: fit-content !important;
    /* padding: 0% !important;
    margin: 0% !important; */
    position: relative;
    z-index: 100;
}
.sub-header-main ul{
    display: flex;
    justify-content: left;
    /* align-items:baseline; */
}
.sub-header-main ul li {
    position: relative;
    list-style: none;
    text-align: left;
    
}

.sub-header-main ul li:hover {
    cursor: pointer;
}
.main li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%; 
    width: 0%;
    height: 2px;
    background-color: red;
    transition: all 0.5s ease-in-out;
    transform: translateX(-50%); 
}

.sub-header-main ul li:hover::before {
    /* width: 100%;  */
}

.menu-title{
   color: black !important;
}
.sub-header-main ul li:hover .bolg-contant-1 {
    display: flex;
    /* width: 100%;  */
}

.bolg-contant-1, .bolg-contant-2, .bolg-contant-3 {
    display: none;
    margin-top: 25px !important;
    position: fixed;
    width: 75%;
    top:60px;
    z-index: 200;
    background: rgba(255,255,255,0.96);
    color: #58595c;
    max-height:550px;
    min-height: 550px;
    border-radius: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.side-contant{
    /* padding: 20px; */
}

.sub-header-main .image-contant{
    display: flex;
    justify-content: center;
    background-color: white;
    padding: 9px;
 
}
.sub-header-main .bolg-contant-1 ul{
    display: block;
}

.sub-header-main .bolg-contant-2 ul{
    display: block;
}

.sub-header-main .bolg-contant-3 ul{
    display: block;
}

.sub-header-main .side-span {
    display: none;
}

li svg {
    display: none;
    margin-right: 7px;
}

.sub-header-main li:hover svg {
    display: inline-block;
}

.sub-header-main .active-li {
    background-color: #f0f0f0;
    font-weight: bold;
    color: #1a2b49;
}

.sub-header-main .side-data-container{
    display:block;
    /* width: 100%; */
    height: 100%;
    padding: 8px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 3px;
}

.sub-header-main .side-data-container:hover{
    background-color: lightblue;
    color: black;
    border-radius: 9px;
}

.mobile-side-data-container{
    display:block;
    width: 100%;
    height: 100%;
    padding: 3px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 3px;
}

.mobile-side-data-container:hover{
    background-color: lightblue;
    color: black;
    border-radius: 9px;
}

.sub-header-main .side-menu-item{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875rem;
    padding: 8px 3px;
    color: #31343d;
}
.bolg-contant-1 .venue-action:hover{
    border-bottom:none !important;
    font-weight: bold;
}
.sub-header-main .venue-header_item{
    text-decoration: none;
    margin:0 10px;
    color: black;
    font-weight: 600 !important;
    font-size: 15px;
    font-family:Arial, Helvetica, sans-serif;
}
.menu-item i{
    font-size: 12px;
    color: gray;
}

.menu-item{
    padding-right: 10px;
    border: none !important;
}

.sub-header-main .main .menu-item .item-container{
    display: flex;
    align-items: center;
    gap: 18px;
}
.sub-header-main .main .menu-item .menu-title a{
    background: transparent;
    border: none;
    font-size: 13px;
    cursor: pointer;
    padding: 4px 0;
    text-decoration: none;
}

.col-4.sub-item:hover
{
    background-color: rgb(207, 245, 232);
  border-radius: 5px;
}

.bolg-contant-3 {
    overflow-y: hidden;
    overflow-x: hidden;
}

/* boosrap-3 */
.bolg-contant-1, .bolg-contant-2{
    /* min-height: 459px;  */
    overflow-y: auto;
    overflow-x: hidden;
}

/* Custom scrollbar for Webkit browsers (Chrome, Safari, etc.) */
.bolg-contant-1::-webkit-scrollbar,
.bolg-contant-2::-webkit-scrollbar,
.bolg-contant-3::-webkit-scrollbar {
    /* width: 8px; */
}

.bolg-contant-1::-webkit-scrollbar-track,
.bolg-contant-2::-webkit-scrollbar-track,
.bolg-contant-3::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.bolg-contant-1::-webkit-scrollbar-thumb,
.bolg-contant-2::-webkit-scrollbar-thumb,
.bolg-contant-3::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.bolg-contant-1::-webkit-scrollbar-thumb:hover,
.bolg-contant-2::-webkit-scrollbar-thumb:hover,
.bolg-contant-3::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* For Firefox */
.bolg-contant-1, .bolg-contant-2, .bolg-contant-3 {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}


 /* mobile view subheder scrollbar */
 @media (max-width: 768px) {
    .sub-header-main{
        display: none !important;
    }
    .sub-header-mobile .offcanvas-body {
        max-height: 80vh; 
        overflow-y: auto;
    }

    .sub-header-mobile .show-more-btn{
        text-decoration: none;
    }
    
    .sub-header-mobile .list-unstyled li span{
        color: #1a2b49 !important;
        font-size: 14px;
        margin-left: 8px;
    }

    .sub-header-mobile span {
    font-size: 15px;
    color: black !important;
    font-family: 'Roboto', sans-serif;
    align-items: flex-start;
    font-weight: bold;
    }

    .sub-header-mobile .offcanvas-body .show-more-btn{
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;
    }

    .title{ font-size: 1.5rem;
        font-weight: 700;
        line-height: 3px !important;
        padding: 10px;
        color: #1a2b49;
   }

   li.menu-item {
    border-bottom: 1px solid #e5dfdf !important;
  }

  .button.btn.btn-link.text-white.back-btn{
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
  }

  .sub-header-mobile .back-view a img{
    height: 25px;
    /* margin-top: -30px; */
  }

img.rounded-circle.me-2 {
    height: 30px !important;
}

.sub-header-mobile .btn-close {
    background-color: white !important; 
    opacity: 1;
}

#offcanvasRight , #tabone , #tabtwo ,#tabthree{
    padding: 0;
}

.sub-header-mobile .mobile-menu-item{
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border: none !important;
    border-bottom: 1px solid #b7b4b4 !important;
    margin-right: 10px;
}

.sub-header-mobile .mobile-menu-item i{
    font-size: 17px;
    color: gray;  
    align-content: center; 
}

.sub-header-mobile .modal-body {
    padding:0 !important;
    background: white;
    height: 100vh;
    min-height: fit-content;
}

#tripinspiration .modal-body{
    padding:0 !important;
}
.sub-header-mobile ul.list-unstyled {
     display: flex;
    flex-direction: column;
    gap: 10px;
}

.sub-header-mobile  .items-content{
    display: flex;
}
.sub-header-mobile  .items-icon{
    font-size: 20px;
    width:40px;

    display: flex;
    justify-content: center;
    align-items: center;
}
.sub-header-mobile .modal-body .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
} 
 .sub-header-mobile .modal-dialog {
    top: 0 !important;
    left: 0 !important;
    position: absolute !important;
    width: 100% !important;
    margin: 0 !important;
}

#thingstodo .modal-dialog{
    margin: 0px !important;
    padding: 0px !important;
}

#tripinspiration .modal-dialog {
    margin: 0px !important;
    padding: 0px !important;
}
.sub-header-mobile .modal-header {
    margin: 0px;
    padding: 1rem;
}

#offcanvasRight .modal-header {
    justify-content: right;
}

#offcanvasRight .menu-list{
    padding: 0px;
}
.sub-header-mobile a.venue-header_item{
    text-decoration: none;
}

.city-title{
    text-transform: uppercase !important;
    font-size: 20px;
    color: black;
    font-weight: 700;
}
 }
.bolg-contant-1 .popup-wrapper {
    padding: 30px;
}

.bolg-contant-1 .popup-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    color: black;
    font-weight: 700;
    border-bottom: 1px solid #cccbcb;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.bolg-contant-1 .popup-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.trip-inspiration-wrapper {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.trip-inspiration-wrapper .popup-card,
.bolg-contant-1 .popup-card,
.bolg-contant-2 .popup-card {
    flex: 0 0 auto;
    width: 100%;
    max-width: 275px;
    height: 160px;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.trip-inspiration-wrapper .popup-card img,
.trip-inspiration-wrapper .popup-card video,
.trip-inspiration-wrapper .popup-card iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bolg-contant-1 .popup-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.bolg-contant-1 .popup-card:hover {
    transform: translateY(-6px);
}

.bolg-contant-1 .popup-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.bolg-contant-1 .card-body {
    padding: 12px;
}

.bolg-contant-1 .card-body h4 {
    font-size: 15px;
    margin-bottom: 6px;
}

.popup.active{
    display: block;
}

.popup-wrapper{
    position: relative;
    padding: 24px;
}

.popup-close{
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 40px;
    cursor: pointer;
    line-height: 1;
    background: none;
    color: #cccbcb;
    border:none;
}


.bolg-contant-2 .popup-wrapper {
    padding: 30px;
}

.bolg-contant-2 .popup-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    color: black;
    font-weight: 700;
    border-bottom: 1px solid #cccbcb;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.bolg-contant-2 .popup-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.bolg-contant-2 .popup-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.bolg-contant-2 .popup-card:hover {
    transform: translateY(-6px);
}

.bolg-contant-2 .popup-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.bolg-contant-2 .card-body {
    padding: 12px;
}

.bolg-contant-2 .card-body h4 {
    font-size: 15px;
    margin-bottom: 6px;
}

.bolg-contant-2 .rating {
    font-size: 13px;
    color: #0a7c2f;
    font-weight: 600;
}

.bolg-contant-3 .popup-wrapper {
    padding: 30px;
}

.bolg-contant-3 .popup-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    /* margin-bottom: 25px; */
    color: black;
    font-weight: 700;
    border-bottom: 1px solid #cccbcb;
    /* margin-bottom: 40px; */
    padding-bottom: 15px;
}

.navigation-arrows {
  text-align : right;
  width: 100%;
  margin-bottom: 10px;
}

.bolg-contant-3 .trip-inspiration-wrapper {
    display: flex;
    /* justify-content: center;
    align-items: center; */
    max-height: 375px;
    height: 375px;
    overflow-x: auto;  
    overflow-y: hidden;

    /* Hide scrollbar – Firefox */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.bolg-contant-3 .trip-inspiration-wrapper::-webkit-scrollbar {
    display: none;
}
.bolg-contant-3 .trip-media-box {
    width: auto;
    max-width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.trip-inspiration-wrapper .trip-media-box:first-child {
    margin: 0 auto;
}

.bolg-contant-3 .trip-media-inner {
    position: relative;
    background: #000;
    border-radius: 22px;
    overflow: hidden;
    height: 365px;
    /* height: auto; */
}

/* Media fit */
.bolg-contant-3 video,
.bolg-contant-3 img,
.bolg-contant-3 iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

@media (max-width: 700px) {
    .trip-inspiration-wrapper {
        display: flex;
        /* justify-content: center;
        align-items: center; */
        width: 100%;
        max-height: 300px;
    }

    .trip-media-box {
        width: 100%;
        max-width: 100%;
    }

    .trip-inspiration-wrapper .trip-media-box:first-child {
        margin-left: 0;
    }

    .trip-media-inner {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        background: #000;
        border-radius: 20px;
        overflow: hidden;
        height: 289px;
    }

    .trip-media-inner video,
    .trip-media-inner img,
    .trip-media-inner iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: none;
    }

    .trip-inspiration-wrapper .trip-media-inner iframe{
        height: 289px !important;
    }

}

