body{
    background: #111111 !important;
}


/* Sticky Header Bar */
nav.navbar.navbar-expand-lg.bg-dark{
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
   max-height: 75px;
}
.owalslider{
   padding-top: 75px;
}

/* Sticky Header Bar */



@media (min-width: 992px) {
    .navbar-expand-lg .offcanvas {
        display: none;
    }

}


.offcanvas{

    max-width:70% !important;
    display: flex;
    flex-direction: row;
}
.offcanvas-body{
     max-width:100% !important;
     height: 100%;
}

li.list-group-item.cetagorys {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #6c757d;
    padding: 20px !important;
}



.navbar .hbut{
   display: flex;
    justify-content: end;
    position: relative;

}
.navbar button{
   width: 0px;
    margin: 0px 10px 0px 5px;
    
}


.hbut a{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    text-decoration: none;
    color: #14805e;
    margin-right: 5px;
}

.carousel-item img{
    max-width:40px !important;
    min-width:40px !important;
}
.carousel-item .active img{
    max-width:40px !important;
    min-width:40px !important;
}


.navbar .btn:active{
    background: none;
    border: transparent;
    width:0;
}
.navbar .btn:hover{
    background: none;
    border: transparent;
    width:0;
}

.offcanvas-body {
    padding: 0;
    /*background: #111111 !important;*/ 
}

.offcanvas .offcanvas-start{
    /*background: #252525 !important;*/
}

.list-group-item img {
    width: 30px;
    margin-right: 5px;
}
.list-group-item{
   /*background: #252525;*/
   color: black;
   border-radius: 0px !important;
   border-bottom: 1px solid #464646;
}


/* owl carasol image */
.owl-carousels .owl-item img {
    border-radius: 10px;
/*     height: 120px; */
}
.owl-item .active .center{
    width: 300px !important;
    
}

row.col img {
    vertical-align: middle;
}
row.col marquee {
    vertical-align: middle;
}

.owl-dot{
    width:10px !important;
    height:5px !important;
    margin-right: 20px !important;
}

.owl-dot span{
    width:20px !important;
    height:4px !important;
/*     margin-right: 80px !important; */
    
}
.marquee .col{

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;

}
marquee{
    font-size: 16px;
    font-weight: 600;
}
.marqueeicon{
    padding-right: 15px;
}



.row .hanbtn button{
    padding: 10px 0px 10px 0px !important;
}
 #submenusection {
    display: none; /* Initially hide the submenusection */
    position: relative; /* Make sure it can be positioned */
    opacity: 0; /* Initial state for opacity */
    left: -100px; /* Initial state for left position */
    z-index: 999; /* Ensure it's above other elements if needed */
}


div.menucetagory{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    color: white;
    border-radius: 5px;
}
div.menucetagory:hover{
   background: #333;
   color: white;
}

.menucetagory .w-50 {
    width: 75% !important;
}


.catemenu.owl-item.active:after {
    content: "";
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    border-width: 2.1333333333vw;
    border-style: solid;
    border-color: transparent transparent #111111;

}


.csm .col-3{
    padding: 2px !important;
}
.csm{
    margin: 5px;
}
.cetagorysub{
    background:#333 !important;
    border-radius:5px;
    color: white  !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cetagorysub .log{
   max-width: 50px;
}

.scrollable-carousel .item {
    text-align: center;
}
.scrollable-carousel .item .active {
   width: 150px  !important;
}

.scrollable-carousel .item img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.Featured .item .active {
   width: 100px  !important;
}

.scm{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    margin: 1px;
    background: #333 !important;
    padding: 20px;
}
.subcated .subcat .col-3{
    padding: 0;

}
.subcated .subcat{
    padding: 15px;
    display: none;

}
.subcated .subcat .col-3 img{
   max-width: 50px !important;

}
.subcated .subcat .col img{
   max-width: 100% !important;

}







.catemenu {
    width: 100%;
    z-index: 999; /* Ensure it appears above other content */
}

.catemenu.fixed {
    position: fixed;
    top: 58px;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Optional shadow for sticky effect */
    background: rgb(33 37 41) !important;
}
.catemenu.fixed .item img{
    display: none !important;
}


    /* Header styling */
    .header {
      background-color: #1e4ca1;
      padding: 10px 15px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .menu-toggle {
      font-size: 24px;
      color: white;
      cursor: pointer;
    }

    .logo img {
      height: 30px;
    }

    /* Auth and Language Buttons */
    .header-buttons {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .login-btn, .signup-btn {
      padding: 5px 10px;
      border-radius: 5px;
      font-weight: bold;
      font-size: 14px;
      cursor: pointer;
      border: none;
    }

    .login-btn {
      background-color: #f7b600;
      color: #000;
    }

    .signup-btn {
      background-color: #e5e5e5;
      color: #000;
    }

    .language-btn img {
      width: 30px;
      height: 30px;
      
     
    }

    /* Sidebar Overlay */
    .sidebar-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(5px); /* Blur effect */
      display: none;
      justify-content: flex-start;
      align-items: flex-start;
      z-index: 999;
    }

 /* Sidebar styling */
.sidebar {
  background-color: #ffffff;
  width: 300px;
  height: 100%;
  padding: 5px;
  overflow-y: auto;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
}

/* Close button styling */
.close-btn {
  font-size: 24px;
  color: #333;
  cursor: pointer;
  text-align: right;
  margin-bottom: 20px;
}

.sidebar-header {
  text-align: center;
}

.sidebar-header img {
  width: 50px;
  height: 50px;
}

.auth-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.auth-buttons .login, .auth-buttons .signup {
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.login {
  background-color: #4a5f8e;
  color: white;
}

.signup {
  background-color: #ffd700;
  color: #333;
}

.sidebar-menu, .extra-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

/* Menu item animation */
.menu-item, .extra-item {
  background-color: #f5f7fc;
  border-radius: 8px;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #4a5f8e;
  font-size: 14px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  opacity: 0;
  transform: translateY(30px);
  animation: dropIn 0.6s ease forwards;
}

/* Staggered animation delay */
.menu-item:nth-child(1),
.extra-item:nth-child(1) { animation-delay: 0.1s; }
.menu-item:nth-child(2),
.extra-item:nth-child(2) { animation-delay: 0.2s; }
.menu-item:nth-child(3),
.extra-item:nth-child(3) { animation-delay: 0.3s; }
.menu-item:nth-child(4),
.extra-item:nth-child(4) { animation-delay: 0.4s; }
.menu-item:nth-child(5),
.extra-item:nth-child(5) { animation-delay: 0.5s; }
.menu-item:nth-child(6),
.extra-item:nth-child(6) { animation-delay: 0.6s; }
.menu-item:nth-child(7),
.extra-item:nth-child(7) { animation-delay: 0.7s; }
.menu-item:nth-child(8),
.extra-item:nth-child(8) { animation-delay: 0.8s; }

/* Animation keyframes */
@keyframes dropIn {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.menu-item img, .extra-item img {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}

.sidebar-open .menu-item,
.sidebar-open .extra-item {
  opacity: 0;
  transform: translateY(30px);
  animation: dropIn 0.6s ease forwards;
}
  /* Centering the poster */
    .video-poster-container {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 10vh;
      background-color: transfarent;
    }

    /* Poster image styling */
    .video-poster {
      width: 150px; /* Adjust size as needed */
      height: auto;
      border-radius: 10px;
      transition: transform 0.3s ease, opacity 0.3s ease;
      animation: bounce 2s infinite;
      cursor: pointer;
    }

    /* Bounce animation */
    @keyframes bounce {
      0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
      }
      40% {
        transform: translateY(-15px);
      }
      60% {
        transform: translateY(-7px);
      }
    }

    /* Hover effect to scale the image */
    .video-poster:hover {
      transform: scale(1.1);
      opacity: 0.9;
    }


