.elementor-14 .elementor-element.elementor-element-7293e30{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-14 .elementor-element.elementor-element-7293e30 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-14 .elementor-element.elementor-element-7293e30:after{content:"0.66";}.elementor-14 .elementor-element.elementor-element-7293e30 .elementor-post__thumbnail__link{width:100%;}.elementor-14 .elementor-element.elementor-element-7293e30 .elementor-post__meta-data span + span:before{content:"•";}.elementor-14 .elementor-element.elementor-element-7293e30 .elementor-post__text{margin-top:20px;}.elementor-14 .elementor-element.elementor-element-7293e30 .elementor-post__badge{right:0;}.elementor-14 .elementor-element.elementor-element-7293e30 .elementor-post__card .elementor-post__badge{margin:20px;}@media(max-width:767px){.elementor-14 .elementor-element.elementor-element-7293e30 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-14 .elementor-element.elementor-element-7293e30:after{content:"0.5";}.elementor-14 .elementor-element.elementor-element-7293e30 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for html, class: .elementor-element-5464af6 *//* ==========================================================
   PRB VLOGS 07 - CRICKET WEBSITE
   COMPLETE RESPONSIVE CSS
========================================================== */


/* ==========================================================
   GLOBAL
========================================================== */

.prb-cricket-page {
    width: 100%;
    margin: 0;
    padding: 0;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    color: #111111;
    overflow: hidden;
}

.prb-cricket-page *,
.prb-cricket-page *::before,
.prb-cricket-page *::after {
    box-sizing: border-box;
}

.prb-cricket-page img {
    max-width: 100%;
}

.prb-cricket-page a {
    text-decoration: none;
}


/* ==========================================================
   SECTION 1 - HERO
========================================================== */

.prb-hero {
    position: relative;

    width: 100%;
    min-height: 680px;

    background:
        radial-gradient(
            circle at 50% 65%,
            rgba(100,100,100,.18),
            transparent 35%
        ),
        linear-gradient(
            90deg,
            #101414 0%,
            #101414 30%,
            #161918 55%,
            #101313 100%
        );

    color: #ffffff;

    overflow: hidden;
}


/* HERO BACKGROUND */

.prb-hero-bg {
    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at 50% 100%,
            rgba(245,76,28,.18),
            transparent 32%
        );

    pointer-events: none;
}


/* HERO CONTAINER */

.prb-hero-container {
    position: relative;

    width: 90%;
    max-width: 1400px;

    min-height: 680px;

    margin: 0 auto;
}


/* ==========================================================
   HERO LEFT CONTENT
========================================================== */

.prb-hero-content {
    position: absolute;

    left: 0;
    top: 50%;

    transform: translateY(-50%);

    width: 370px;

    z-index: 10;
}


.prb-category {
    display: block;

    margin-bottom: 15px;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;

    color: #ffffff;
}


.prb-hero-content h1 {
    margin: 0 0 20px;

    color: #ffffff;

    font-size: 50px;
    line-height: 1.03;

    font-weight: 700;

    letter-spacing: -2px;
}


.prb-hero-content p {
    width: 330px;

    margin: 0 0 27px;

    color: #d0d0d0;

    font-size: 13px;
    line-height: 1.65;
}


/* READ BUTTON */

.prb-read-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 15px 27px;

    background: #f04424;

    color: #ffffff;

    border-radius: 30px;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .7px;

    transition: all .3s ease;
}


.prb-read-btn:hover {
    background: #ffffff;

    color: #111111;

    transform: translateY(-3px);
}


/* ==========================================================
   HERO PLAYER IMAGE
========================================================== */

.prb-hero-player {
    position: absolute;

    left: 50%;
    bottom: 0;

    transform: translateX(-50%);

    width: 520px;
    height: 680px;

    z-index: 3;

    overflow: hidden;

    display: flex;

    align-items: flex-end;
    justify-content: center;
}


.prb-hero-player::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 25%;

    background:
        linear-gradient(
            to bottom,
            transparent,
            #101414
        );

    pointer-events: none;

    z-index: 2;
}


.prb-hero-player img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center center;

    filter:
        brightness(.88)
        contrast(1.08)
        saturate(1.08);

    transition: transform .5s ease;
}


/* ==========================================================
   RECENT POST
========================================================== */

.prb-recent-post {
    position: absolute;

    right: 0;
    top: 30%;

    width: 225px;

    z-index: 10;
}


.prb-recent-post h3 {
    margin: 0 0 15px;

    color: #ffffff;

    font-size: 15px;
    font-weight: 700;
}


.prb-recent-card {
    display: block;

    color: #ffffff;
}


.prb-recent-card img {
    display: block;

    width: 100%;
    height: 165px;

    margin-bottom: 12px;

    object-fit: cover;
}


.prb-recent-meta {
    display: flex;

    gap: 9px;

    margin-bottom: 8px;

    color: #999999;

    font-size: 8px;
}


.prb-recent-meta span:first-child {
    color: #ffffff;

    font-weight: 700;
}


.prb-recent-card h4 {
    margin: 0;

    color: #ffffff;

    font-size: 18px;
    line-height: 1.15;

    font-weight: 600;
}


/* ==========================================================
   SCROLL DOWN
========================================================== */

.prb-scroll {
    position: absolute;

    left: 0;
    bottom: 25px;

    z-index: 10;

    display: flex;

    align-items: center;

    gap: 8px;

    color: #ffffff;

    font-size: 9px;

    letter-spacing: .5px;
}


.prb-scroll span {
    font-size: 20px;
}


/* ==========================================================
   SOCIAL
========================================================== */

.prb-social {
    position: absolute;

    right: 0;
    bottom: 25px;

    z-index: 10;

    display: flex;

    gap: 15px;
}


.prb-social a {
    color: #ffffff;

    font-size: 13px;

    transition: all .3s ease;
}


.prb-social a:hover {
    color: #f04424;
}


/* ==========================================================
   SECTION 2 - MATCH RESULTS
========================================================== */

.prb-matches {
    width: 100%;

    padding: 50px 0;

    background: #e9e9e5;
}


.prb-matches-container {
    width: 90%;
    max-width: 1400px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 20px;
}


/* MATCH CARD */

.prb-match-card {
    min-height: 125px;

    padding: 20px;

    background: #ffffff;

    text-align: center;

    transition: all .3s ease;
}


.prb-match-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 12px 30px rgba(0,0,0,.08);
}


/* DATE */

.prb-match-date {
    margin-bottom: 15px;

    color: #333333;

    font-size: 11px;
}


/* SCORE */

.prb-score {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 14px;
}


.prb-score strong {
    color: #111111;

    font-size: 19px;

    font-weight: 700;

    white-space: nowrap;
}


/* TEAM LOGO */

.prb-team-logo {
    width: 34px;
    height: 34px;

    border-radius: 50%;

    background: #111111;

    display: flex;

    align-items: center;
    justify-content: center;
}


.prb-team-logo span {
    color: #ffffff;

    font-size: 8px;

    font-weight: 700;
}


.prb-logo-two {
    background: #f04424;
}


/* LEAGUE */

.prb-league {
    margin-top: 9px;

    color: #777777;

    font-size: 10px;
}


/* LOCATION */

.prb-location {
    margin-top: 4px;

    color: #999999;

    font-size: 10px;
}


/* ==========================================================
   SECTION 3 - TRENDING
========================================================== */

.prb-trending {
    width: 100%;

    padding: 85px 0 100px;

    background: #ffffff;
}


.prb-trending-container {
    width: 78%;
    max-width: 1200px;

    margin: 0 auto;
}


/* HEADING */

.prb-trending-heading {
    margin-bottom: 32px;
}


.prb-trending-heading span {
    display: block;

    margin-bottom: 10px;

    color: #111111;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.5px;
}


.prb-trending-heading h2 {
    margin: 0;

    color: #111111;

    font-size: 42px;

    line-height: 1.1;

    font-weight: 700;

    letter-spacing: -1.5px;
}


/* ARTICLES GRID */

.prb-articles-grid {
    display: grid;

    grid-template-columns:
        1.4fr 1fr;

    gap: 35px;
}


/* ==========================================================
   FEATURED ARTICLE
========================================================== */

.prb-featured {
    width: 100%;
}


.prb-featured-image {
    position: relative;

    display: block;

    width: 100%;
    height: 350px;

    overflow: hidden;
}


.prb-featured-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .5s ease;
}


.prb-featured-image:hover img {
    transform: scale(1.05);
}


/* BADGE */

.prb-badge {
    position: absolute;

    left: 18px;
    top: 18px;

    padding: 7px 13px;

    background: #ffb800;

    color: #ffffff;

    border-radius: 20px;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .5px;
}


/* FEATURED INFO */

.prb-featured-info {
    display: grid;

    grid-template-columns: 65px 1fr;

    gap: 15px;

    padding-top: 20px;
}


/* DATE */

.prb-date {
    display: flex;

    flex-direction: column;

    align-items: flex-start;
}


.prb-date strong {
    color: #111111;

    font-size: 40px;

    line-height: .9;

    font-weight: 500;
}


.prb-date span {
    margin-top: 8px;

    color: #111111;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1px;
}


/* FEATURED TITLE */

.prb-featured-text h3 {
    margin: 0 0 12px;

    color: #111111;

    font-size: 26px;

    line-height: 1.15;

    font-weight: 600;
}


.prb-featured-text p {
    margin: 0;

    color: #888888;

    font-size: 13px;

    line-height: 1.6;
}


/* ==========================================================
   SMALL ARTICLES
========================================================== */

.prb-small-articles {
    display: flex;

    flex-direction: column;

    gap: 18px;
}


.prb-small-article {
    display: grid;

    grid-template-columns:
        125px 1fr;

    gap: 20px;

    min-height: 105px;
}


/* IMAGE */

.prb-small-image {
    display: block;

    width: 125px;
    height: 105px;

    overflow: hidden;
}


.prb-small-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .4s ease;
}


.prb-small-image:hover img {
    transform: scale(1.06);
}


/* CONTENT */

.prb-small-content {
    display: flex;

    flex-direction: column;

    justify-content: center;
}


/* META */

.prb-small-meta {
    display: flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 8px;

    color: #999999;

    font-size: 9px;
}


.prb-small-meta span:first-child {
    color: #111111;

    font-weight: 700;
}


/* TITLE */

.prb-small-content h3 {
    margin: 0;

    color: #111111;

    font-size: 17px;

    line-height: 1.25;

    font-weight: 600;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1100px) {

    .prb-hero-content {
        width: 310px;
    }

    .prb-hero-content h1 {
        font-size: 42px;
    }

    .prb-hero-player {
        width: 450px;
    }

    .prb-recent-post {
        width: 190px;
    }

    .prb-trending-container {
        width: 88%;
    }

}


/* ==========================================================
   TABLET SMALL
========================================================== */

@media (max-width: 900px) {

    .prb-hero {
        min-height: 720px;
    }

    .prb-hero-container {
        min-height: 720px;
    }

    .prb-hero-content {
        top: 80px;

        transform: none;

        width: 300px;
    }

    .prb-hero-content h1 {
        font-size: 38px;
    }

    .prb-hero-player {
        width: 430px;
        height: 560px;
    }

    .prb-recent-post {
        display: none;
    }


    /* MATCHES */

    .prb-matches-container {
        grid-template-columns:
            repeat(2, 1fr);
    }


    /* ARTICLES */

    .prb-articles-grid {
        grid-template-columns: 1fr;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    /* HERO */

    .prb-hero {
        min-height: 700px;
    }

    .prb-hero-container {
        min-height: 700px;

        width: 90%;
    }


    .prb-hero-content {
        position: relative;

        top: auto;
        left: auto;

        width: 100%;

        padding-top: 55px;

        text-align: center;
    }


    .prb-category {
        margin-bottom: 12px;
    }


    .prb-hero-content h1 {
        font-size: 34px;

        letter-spacing: -1px;
    }


    .prb-hero-content p {
        width: 100%;

        max-width: 340px;

        margin-left: auto;
        margin-right: auto;

        font-size: 12px;
    }


    /* PLAYER */

    .prb-hero-player {
        left: 50%;
        bottom: 0;

        width: 100%;
        height: 400px;
    }


    .prb-hero-player img {
        object-position: center center;
    }


    /* HIDE DESKTOP ELEMENTS */

    .prb-recent-post,
    .prb-scroll {
        display: none;
    }


    /* SOCIAL */

    .prb-social {
        left: 50%;
        right: auto;
        bottom: 20px;

        transform: translateX(-50%);
    }


    /* MATCHES */

    .prb-matches {
        padding: 30px 0;
    }


    .prb-matches-container {
        width: 90%;

        grid-template-columns: 1fr;

        gap: 14px;
    }


    .prb-match-card {
        min-height: 120px;
    }


    /* TRENDING */

    .prb-trending {
        padding: 55px 0 65px;
    }


    .prb-trending-container {
        width: 90%;
    }


    .prb-trending-heading {
        margin-bottom: 25px;
    }


    .prb-trending-heading h2 {
        font-size: 32px;
    }


    /* FEATURED */

    .prb-featured-image {
        height: 280px;
    }


    .prb-featured-info {
        grid-template-columns: 55px 1fr;

        gap: 12px;
    }


    .prb-date strong {
        font-size: 32px;
    }


    .prb-featured-text h3 {
        font-size: 21px;
    }


    /* SMALL ARTICLES */

    .prb-small-article {
        grid-template-columns:
            95px 1fr;

        gap: 15px;
    }


    .prb-small-image {
        width: 95px;
        height: 90px;
    }


    .prb-small-content h3 {
        font-size: 15px;
    }

}


/* ==========================================================
   VERY SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .prb-hero {
        min-height: 660px;
    }

    .prb-hero-container {
        min-height: 660px;
    }

    .prb-hero-content {
        padding-top: 45px;
    }

    .prb-hero-content h1 {
        font-size: 30px;
    }

    .prb-hero-content p {
        font-size: 11px;
    }

    .prb-hero-player {
        height: 360px;
    }

    .prb-featured-image {
        height: 240px;
    }

    .prb-featured-info {
        grid-template-columns: 48px 1fr;
    }

    .prb-featured-text h3 {
        font-size: 18px;
    }

    .prb-featured-text p {
        font-size: 12px;
    }

    .prb-small-article {
        grid-template-columns: 85px 1fr;
    }

    .prb-small-image {
        width: 85px;
        height: 80px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4282fe7 *//* ==========================================
   PRB VLOGS 07
   TRENDING NEWS SECTION
========================================== */

.prb-news-section {
    width: 100%;
    background: #ffffff;
    padding: 90px 0 100px;
}

.prb-news-container {
    width: 78%;
    max-width: 1200px;
    margin: 0 auto;
}


/* ==========================================
   SECTION HEADING
========================================== */

.prb-news-heading {
    margin-bottom: 38px;
}

.prb-news-label {
    margin-bottom: 10px;

    color: #111111;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.8px;
}

.prb-news-heading h2 {
    margin: 0;

    color: #111111;

    font-size: 43px;
    line-height: 1.1;

    font-weight: 700;

    letter-spacing: -1.5px;
}


/* ==========================================
   MAIN GRID
========================================== */

.prb-news-grid {
    display: grid;

    grid-template-columns:
        1.35fr 1fr;

    gap: 45px;

    align-items: start;
}


/* ==========================================
   FEATURED NEWS
========================================== */

.prb-featured-news {
    width: 100%;
}

.prb-featured-news-image {
    position: relative;

    display: block;

    width: 100%;
    height: 350px;

    overflow: hidden;

    background: #eeeeee;
}

.prb-featured-news-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .5s ease,
        filter .5s ease;
}

.prb-featured-news-image:hover img {
    transform: scale(1.05);

    filter: brightness(.9);
}


/* ==========================================
   NEWS TAG
========================================== */

.prb-news-tag {
    position: absolute;

    top: 18px;
    left: 18px;

    padding: 7px 14px;

    background: #ffb800;

    color: #ffffff;

    border-radius: 20px;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .6px;
}


/* ==========================================
   FEATURED BOTTOM
========================================== */

.prb-featured-news-bottom {
    display: grid;

    grid-template-columns:
        65px 1fr;

    gap: 20px;

    padding-top: 22px;
}


/* DATE */

.prb-news-date {
    display: flex;

    flex-direction: column;

    align-items: flex-start;
}

.prb-news-date strong {
    color: #111111;

    font-size: 42px;

    line-height: .9;

    font-weight: 500;
}

.prb-news-date span {
    margin-top: 8px;

    color: #111111;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.5px;
}


/* ==========================================
   FEATURED CONTENT
========================================== */

.prb-featured-news-content h3 {
    margin: 0 0 12px;

    color: #111111;

    font-size: 26px;

    line-height: 1.18;

    font-weight: 600;

    letter-spacing: -.5px;
}

.prb-featured-news-content p {
    margin: 0 0 15px;

    color: #888888;

    font-size: 13px;

    line-height: 1.65;
}


/* ==========================================
   READ ARTICLE
========================================== */

.prb-read-more {
    display: inline-block;

    color: #111111;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .7px;

    transition: all .3s ease;
}

.prb-read-more:hover {
    color: #f04424;

    transform: translateX(4px);
}


/* ==========================================
   RIGHT NEWS LIST
========================================== */

.prb-news-list {
    display: flex;

    flex-direction: column;

    gap: 20px;
}


/* ==========================================
   NEWS ITEM
========================================== */

.prb-news-item {
    display: grid;

    grid-template-columns:
        125px 1fr;

    gap: 20px;

    padding-bottom: 20px;

    border-bottom:
        1px solid #eeeeee;
}

.prb-news-item:last-child {
    border-bottom: none;
}


/* ==========================================
   THUMBNAIL
========================================== */

.prb-news-thumb {
    display: block;

    width: 125px;
    height: 105px;

    overflow: hidden;

    background: #eeeeee;
}

.prb-news-thumb img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .4s ease;
}

.prb-news-thumb:hover img {
    transform: scale(1.07);
}


/* ==========================================
   META
========================================== */

.prb-news-meta {
    display: flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 8px;

    color: #999999;

    font-size: 9px;
}

.prb-news-meta span:first-child {
    color: #111111;

    font-weight: 700;
}


/* ==========================================
   SMALL ARTICLE TITLE
========================================== */

.prb-news-item-content h3 {
    margin: 0 0 8px;

    color: #111111;

    font-size: 17px;

    line-height: 1.3;

    font-weight: 600;
}


/* ==========================================
   SMALL READ MORE
========================================== */

.prb-small-read {
    color: #888888;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .5px;

    transition: all .3s ease;
}

.prb-small-read:hover {
    color: #f04424;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1000px) {

    .prb-news-container {
        width: 88%;
    }

    .prb-news-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .prb-featured-news-image {
        height: 420px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .prb-news-section {
        padding: 60px 0 70px;
    }

    .prb-news-container {
        width: 90%;
    }

    .prb-news-heading {
        margin-bottom: 28px;
    }

    .prb-news-heading h2 {
        font-size: 34px;
    }

    .prb-featured-news-image {
        height: 280px;
    }

    .prb-featured-news-bottom {
        grid-template-columns:
            55px 1fr;

        gap: 13px;
    }

    .prb-news-date strong {
        font-size: 32px;
    }

    .prb-featured-news-content h3 {
        font-size: 21px;
    }

    .prb-featured-news-content p {
        font-size: 12px;
    }

    .prb-news-item {
        grid-template-columns:
            100px 1fr;

        gap: 15px;
    }

    .prb-news-thumb {
        width: 100px;
        height: 90px;
    }

    .prb-news-item-content h3 {
        font-size: 15px;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .prb-news-section {
        padding: 50px 0 60px;
    }

    .prb-news-heading h2 {
        font-size: 30px;
    }

    .prb-featured-news-image {
        height: 240px;
    }

    .prb-featured-news-content h3 {
        font-size: 18px;
    }

    .prb-featured-news-content p {
        font-size: 11px;
    }

    .prb-news-item {
        grid-template-columns:
            85px 1fr;

        gap: 13px;
    }

    .prb-news-thumb {
        width: 85px;
        height: 80px;
    }

    .prb-news-item-content h3 {
        font-size: 14px;
    }

}/* End custom CSS */