*{
    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;
    }
}

/* @media (min-width: 1440px) {
    .sub-header-main .image-contant{
        width: 400px !important;
        max-width: 471x !important;
        border:1px solid red;
    }
 }

 @media (min-width: 1280px) {
    .sub-header-main .image-contant{
        width: 470px ;
    }
 }

 @media (max-width: 1440px) {
    .sub-header-main .image-contant{
        width: 471px !important;
    }
 } */

.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;
    border: 1px solid #ddd;
    margin-top: 25px !important;
    position: absolute;
    width: 100%;
    top:22px;
    z-index: 200;
    background-color: #d7d7d7e6;
    color: #58595c;
    /* position: absolute;
    top: 0;
    left: -223px;
    width: 100vw;
    max-width: 150vw;
    margin-top: 47px;  */
}
.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 0;
    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;
}
.col-4.sub-item:hover
{
    background-color: rgb(207, 245, 232);
  border-radius: 5px;
}

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

/* 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;
    }

    span {
    font-size: 14px;
    /* color: #63687a !important; */
    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-right: 10px; */
    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;
}
.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;
   
}

.sub-header-mobile .modal-header {
    margin: 0px;
    padding: 1rem 2rem;
}

.sub-header-mobile a.venue-header_item{
    text-decoration: none;
}
 }

 /* @media (width: 1440px) {
    .image{
        width: 478px;
    }
 }

 @media (width: 1280px) {
    .image{
        width: 478px;
    }
 }

 @media (width: 1024px) {
    .image{
        width: 478px;
    }
 } */