.betting-guide-banner-section {
    position: relative;
    width: 100%;
    min-height: 937px;
    overflow: hidden;
}

/* 
.betting-guide-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    --background-overlay: '';
    background-color: transparent;
    background-image: linear-gradient(246deg, #00000000 0%, #000000 130%);
    z-index: 1;
} */


.betting-guide-banner-section .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.match-winner-section {
    background-image: url("/wp-content/themes/hello-elementor-child/modules/betting-guide-module/images/download-3-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
}

.match-winner-wrapper {
    background-image: url("/wp-content/themes/hello-elementor-child/modules/betting-guide-module/images/pt-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 20px;
    text-align: center;
}

body.page-template-betting-guide .sections span {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: 0.2px;
    margin: 0;
    text-align: center;
}

body.page-template-betting-guide .sections h2 {
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 50px;
    -webkit-text-stroke-width: 5px;
    stroke-width: 5px;
    font-family: var(--newnord-wide-font-family);
    font-style: italic;
    text-align: center;
}

body.page-template-betting-guide .sections p {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
}

body.page-template-betting-guide .match-winner-wrapper span {
    color: #FFFFFF;
}

body.page-template-betting-guide .match-winner-wrapper h2 {
    color: #FFFFFF;
    -webkit-text-stroke-color: #E7A600;
    stroke: #E7A600;
    margin: 30px 0 60px;
}

body.page-template-betting-guide .match-winner-wrapper p {
    color: #FFFFFF;
}

.one-bets-section {
    background-image: url("/wp-content/themes/hello-elementor-child/modules/betting-guide-module/images/download-2-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 20px 0;
    text-align: center;
    margin-bottom: -6px;
}

body.page-template-betting-guide .one-bets-section .one-bets-slide {
    text-align: center;
}

body.page-template-betting-guide .one-bets-section span {
    color: #31323C;
}

body.page-template-betting-guide .one-bets-section h2 {
    color: #FFFFFF;
    -webkit-text-stroke-color: #32344D;
    stroke: #32344D;
    margin: 10px 0 20px;
}

body.page-template-betting-guide .one-bets-section p {
    color: #31323C;
    font-weight: 500;
}

body.page-template-betting-guide .one-bets-section .slick-slide img {
    display: inline-block;
    margin-top: 36px;
}

body.page-template-betting-guide .one-bets-section button.slick-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    background: transparent;
    cursor: pointer;
}

body.page-template-betting-guide .one-bets-section button.slick-arrow:focus,
body.page-template-betting-guide .one-bets-section button.slick-arrow:hover {
    border: none;
    background: transparent;
}

body.page-template-betting-guide .one-bets-section button.custom-prev.slick-arrow {
    left: 15px;
    transform: rotate(180deg);
}

body.page-template-betting-guide .one-bets-section button.custom-next.slick-arrow {
    right: 15px;

}

.slick-arrow.slick-disabled {
    opacity: 0.4;
}