/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Source+Sans+3:wght@200;400;800&display=swap');

body {
    margin: 0;
    padding: 0;
    /* background-color: black; */
}

/* Custom CSS to control column layout on different screen sizes */
@media (max-width: 767px) {
    .col-sm-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-md-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
    }
}

.card img {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    top: -3.9%;
}

.card {
    position: relative;
    max-width: 250px; /* Adjust the max width as needed */
    height: 14.4rem;
    border-radius: 0px;
    margin-left: auto;
    background-color: black !important;
}

.card-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

main.main_all {
    top: -4rem;
    position: relative;
}

.play {
    position: absolute;
    top: 30%;
    left: 35%;  /* updated need */
    font-size: 40px;
    display: none;
}

.card{
    overflow: hidden;
}

.card:hover .play {
    display: none;
    scale: 1.2 !important;
    transition: transform .3s,color;
    color: #007BFF;
}


.title {
    position: relative;
    font-size: 14px;
    color: white;
    top: 0.5rem;
    width: 100%;
    height: 2rem;
    text-transform: capitalize;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 400;
}

.subordub {
    background-color: white;
    border-radius: ;
    padding: 2px;
    color: black;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    position: absolute;
    top: 13rem;
    left: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.ep {
    background-color: #007BFF;
    border-radius: 4px 0px;
    padding: 5px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-align: right;
    position: absolute;
    top: 12.69rem;
    right: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.ep1 {
    background-color: red;
    border-radius: 4px 0px;
    padding: 5px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-align: right;
    position: absolute;
    top: 12.69rem;
    right: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.subordub svg {
    width: 1.2rem;
    padding: 0 0.2rem;
    position: relative;
    top: -0.1rem;
}

/* Media query for smaller screens */
@media (max-width: 576px) {
    .subordub,
    .ep {
        font-size: 11px;
    }

    .subordub svg{
        width: 1.2rem;
        position: relative;
        top: -0.05rem;
    }

    .mountain{
        font-size: 19px !important;
    }

    .title{
        font-size: 14px;
    }
}


@media screen and (max-width:396px) {
    .play{
        left: 4rem;
    }

    .title{
        width: 9rem;
    }
}

@media screen and (max-width:577px) {
    .subordub{
        top: 13rem; 
    }

    .subordub svg{
        top: -0.07rem;
    }

    .ep{
        top: 12.9rem;
    }

    .ep1{
        top: 12.7rem;
    }
}


.top-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.play svg{
    width: 3rem;
    text-align: center;
}

.top-part > span:active {
    background-color: rgb(28, 27, 27);
    border-radius: 150px;
    width: 2rem;
    height: 2rem;
    text-align: center;
}

.spinning {
    position: absolute!important;
    top: 6rem;
    left: 40%;
    text-align: center;
}

.mountain{
    font-size: 20px;
    font-family: "Lexend Deca", sans-serif;
}

.all-item{
    position: relative;
    top: -1rem;
}

.latest svg{
    width: 1rem;
}

.page-link{
    font-size: 14px;
    font-family: "Lexend Deca", sans-serif;
    background-color: #121111;
}

.page-item{
    background-color: transparent;
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #4597ee;
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: none;
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
  }

  .page-link:hover {
    z-index: 2;
    color: white;
    background-color: #4597ee;
    border-color: var(--bs-pagination-hover-border-color);
  }