#zaidi-btn {
    background-color: var(--damu-ya-mzee);
    color: #fff;
}

#main-nav {
    background-color: #222222;
    font-weight: 600;
}

.stori-container .card {
    background-color: #fff;
    border-radius: 10px;
    ;
}

.containz {
    padding: 30px;
    /* Base padding for all screen sizes */
}

body {
    background-color: #181818;
    /* Dark background */
    color: #fff; 
    /* Light text */
    padding-top: 40px;
    padding-bottom: 70px;
}
#kichwa2, #kichwa1{
    color: var(--damu-ya-mzee);
}

/* Apply 5px padding on screens smaller than sm (small - applies to mobiles) */
@media (max-width: 575.99px) {
    .containz {
        padding: 5px;
    }
}

.carousel .carousel-inner {
    height: 400px
}

.carousel .carousel-inner .carousel-item img {
    min-height: 200px;
    object-fit: contain
}

@media(max-width:768px) {
    .carousel .carousel-inner {
        height: auto
    }
}

.card {
    position: relative;
    overflow: hidden;
}


.card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.play-button-overlay {
    display: flex;
    justify-content: center;
    align-items: center;

}

.play-button {
    font-size: 35px;
    /* Increased font size for larger button */
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 20px;
    /* Adjusted padding for larger button */
    border: 2px solid transparent;
    animation: glowing 1.5s infinite;
}

@keyframes glowing {
    0% {
        border-color: transparent;
    }

    50% {
        border-color: #fff;
    }

    100% {
        border-color: transparent;
    }
}


.cadi {
    margin-left: -1rem;
    margin-right: -1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 2rem;

    display: flex;
    flex-direction: column;
    border-radius: 0.25rem;
    background-color: var(--damu-ya-mzee);
    padding: 1.5rem;
}

.hedi {
    display: flex;
    flex-direction: column;
}

.title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: #fff
}

.price {
    font-size: 1.75rem;
    line-height: 1;
    font-weight: 700;
    color: #fff
}

.desc {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    line-height: 1.625;
    color: rgb(217, 220, 224);
}

.lists {
    margin-bottom: 1.5rem;
    flex: 1 1 0%;
    color: rgb(214, 217, 223);
}

.lists .list {
    margin-bottom: 0.5rem;
    display: flex;
    margin-left: 0.5rem
}

.lists .list svg {
    height: 1.5rem;
    width: 1.5rem;
    flex-shrink: 0;
    margin-right: 0.5rem;
    color: rgb(233, 232, 236);
}

.action {
    border: none;
    outline: none;
    display: inline-block;
    border-radius: 0.25rem;
    background-color: rgb(247, 247, 248);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--damu-ya-mzee);
}

/*player css*/
.progress-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #282828;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.progress-bar-wrapper {
    width: 100%;
    max-width: 750px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.progress-bar-custom {
    flex-grow: 1;
    height: 5px;
    background-color: #FFD700;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 10px;
}

.progress-handle {
    width: 12px;
    height: 12px;
    background-color: #FFD700;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    cursor: pointer;
}

.volume-control {
    width: 100px;
}

.album-info {
    display: flex;
    align-items: center;
}

.album-info img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.album-info .text {
    margin-left: 10px;
}

.album-info .text strong {
    display: block;
}

.control-buttons {
    display: flex;
    justify-content: center;
}

.time-display {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 750px;
    justify-content: space-between;
}
.large-icon {
    font-size: 2rem; /* Adjust the size as needed */
}

.batan {
    display: flex;
    justify-content: center;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: linear-gradient(30deg, rgb(255, 130, 0) 20%, rgb(255, 38, 0) 80%);
    transition: all 0.3s ease-in-out 0s;
    box-shadow: rgba(193, 244, 246, 0.698) 0px 0px 0px 0px;
    animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running pulse;
    align-items: center;
    border: 0;
  }
  
  .button:is(:hover, :focus) {
    transform: scale(1.2);
  }
  
  @keyframes pulse {
    100% {
      box-shadow: 0 0 0 45px rgba(193,244,246,0);
    }
  }
  
  .btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
  }
  
  .btn-google {
    color: white !important;
    background-color: #ea4335;
  }
  
  .btn-facebook {
    color: white !important;
    background-color: #3b5998;
  }

  
/*loader css*/
/* HTML: <div class="loader"></div> */
.loader {
    width: 45px;
    aspect-ratio: 1;
    --c: no-repeat linear-gradient(#eb1e1e 0 0);
    background: 
      var(--c) 0%   100%,
      var(--c) 50%  100%,
      var(--c) 100% 100%;
    animation: l2 1s infinite linear;
  }
  @keyframes l2 {
    0%  {background-size: 20% 100%,20% 100%,20% 100%}
    20% {background-size: 20% 60% ,20% 100%,20% 100%}
    40% {background-size: 20% 80% ,20% 60% ,20% 100%}
    60% {background-size: 20% 100%,20% 80% ,20% 60% }
    80% {background-size: 20% 100%,20% 100%,20% 80% }
    100%{background-size: 20% 100%,20% 100%,20% 100%}
  }