﻿@font-face {
    font-family: dinpro-bold;
    src: url(https://hksb9c2p4.cloudcdnetw.com/fonts/DINProBold700.otf);
}

@font-face {
    font-family: dinpro-med;
    src: url(https://hksb9c2p4.cloudcdnetw.com/fonts/DINProMedium500.otf);
}

@font-face {
    font-family: dinpro-reg;
    src: url(https://hksb9c2p4.cloudcdnetw.com/b9v1/fonts/DINPro-Regular.ttf);
}

.paginate .row {
    flex-wrap: wrap;
    display: flex;
}
    
.blogColor {
    color : #333333;
}

.headerBg {
    /* background-color: red; */
    padding: 50px;
}

.headerBg h2{
    background-image: none;
}

.pageHeader {
    font-family: dinpro-bold;
    color: #3A9ED5;
    font-size: 26px;
}

.pageSubHeader {
    font-family: dinpro-med;
    color: white;
    font-size: 19px;
}

.blogContainer {
    background-image: url(../../bet20gamebettingsa/image/white-bg1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.blogImg {
    height: 140px;
    background-size: contain;
}

.blogContentContainer {
    position: relative;
    height: 77px;
}

.blogContentContainer::before,
.a::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.4);
}

.a {
    position: absolute;
    top: -22px;
    background-image: url(../../bet20gamebettingsa/image/white-bg1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    /* margin-top: -22px; */
    /* z-index: 9; */
    transform: skewY( 354deg);
    width: 100%;
    height: 65px;
}

.a>div {
    transform: skewY( -354deg);
    padding: 4px 15px;
}

.contentTitle {
    margin-top: 22px;
}

.blogContent-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    transform: skewY( -365deg);
    transform-origin: top right;
    color: black;
}

.blogContainer:hover .contentTitle {
    margin-top: 18px;
}

.blogContainer:hover .a {
    top: -89px;
    height: 110px;
}

.blogContainer:hover .hidet {
    display: block;
}

.hidet {
    font-size: 12px;
    display: none;
}

.contentTitle {
    font-size: 14px;
    color: #053b7a;
    font-family: dinpro-bold;
}

.dateTime {
    font-size: 12px;
    font-family: dinpro-med;
}

.d-custom-col {
    width: 30%;
    margin-bottom: 30px;
}

.d-custom-col:nth-child(1n) {
    margin-right: 37px;
}

.blueBtn-bg {
    background-image: url(../../bet20gamebettingsa/image/blue-btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 29%;
    margin-top: 7px;
    padding: 9px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: dinpro-bold;
    font-size: 10px;
    cursor: pointer;
}
.blueBtn-bg a{
    color: white;
 }
 .blueBtn-bg a:hover{
    text-decoration: none;
 }
.new-text-scroll {
    line-height: 2.5 !important;
}

@media(max-width:1024px) {
    .d-custom-col:nth-child(1n) {
        margin-right: 31px;
    }
}

@media(width:768px) {
    .d-custom-col {
        width: 30%;
    }
    .d-custom-col:nth-child(1n) {
        margin-right: 11px;
        margin-left: 12px;
    }
    .items {
        display: flex;
        justify-content: flex-start !important;
    }
    .contentTitle {
        margin-top: 11px;
    }
    .blogContainer:hover .a {
        top: -99px;
    }
    .blueBtn-bg {
        width: 42%;
    }
}

@media(max-width:428px) {
    .pageHeader {
        font-size: 1.2rem;
    }
    .pageSubHeader {
        font-size: 1rem;
    }
    .m-custom-col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .d-custom-col {
        width: 100%;
    }
    .d-custom-col:nth-child(1n) {
        margin-right: 0;
    }
}

@media(width:428px) {
    /* .headerBg {
        padding: 10px 62px;
    } */
}