@font-face {
    font-family: 'montserrat';
    src: url("../khelyaar/src/fonts/Montserrat-Regular.eot");
    src: url("../khelyaar/src/fonts/Montserrat-Regular.eot") format("embedded-opentype"),
        url("../khelyaar/src/fonts/Montserrat-Regular.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'DinPro';
    src: url("../khelyaar/src/fonts/DINPro.eot"),
        url("../khelyaar/src/fonts/DINPro.woff") format("woff"),
        url("../khelyaar/src/fonts/DINPro.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0px;
    /* font-family: 'DinPro' !important; */
}

a {
    color: #292929;
    text-decoration: none;

}

.khelyar_body {
    background: #26AD5F;
    width: 100%;
    float: left;
    top: 0px;
    bottom: 0px;
    height: 100vh;
}

.khelyar_logo {
    padding: 20px;
    width: 66%;
    margin: 8px auto;
}

.child_1 {
    width: 70%;
    text-align: right;
    margin: auto;
}

.khelyar_logo img {
    width: 23%;
}

.section_body {
    width: 100%;
}


.middle_pad img {
    max-width: 45%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.mid_column {
    width: 100%;
    margin: auto;
    font-size: 16px;
    text-align: center;
    color: #fff;
    animation: drop-in 0.5s ease 1000ms backwards;
    position: relative;
    z-index: 1;
    margin-top: 44px;
    /* position: absolute; */
}

@keyframes drop-in {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translate(0px);
    }
}

.mid_column p {
    width: 40%;
    margin:auto;
    line-height: 28px;
    font-family: 'Titillium Web', sans-serif !important;
}
.mid_column_child {
    width: 100% !important;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 36px !important;
    font-family: 'Titillium Web', sans-serif !important;
}
.classicrummy_card {
    z-index: 2;
    background: #0f2314e0;
    color: #fff;
    width: 930px;
    height: 82px;
    margin: auto;
    padding: 18px;
    line-height: 82px;
    border-radius: 12px;
    animation: drop-down 3s ease 1s backwards;
    display: flex;
    justify-content: center;
}

@keyframes drop-down {
    from {
        opacity: 0;
        transform: translate(0, 100%);
    }

    to {
        opacity: 1;
        transform: translate(0px);
    }
}

.classicrummy_card img {
    float: left;
}

.classicrummy_card h3 {
    float: left;
    margin: 0px;
    font-family: 'Montserrat', sans-serif !important;
    margin: 0px 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* .classicrummy_card span {
    font-size: 14px;
    padding: 0 8px;
} */

.right_column {
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: 46px;
}

.classicrummy_card button {
    background: #FFD232;
    color: #292929;
    width: 162px;
    padding: 18px 10px;
    font-weight: 600;
    border: 0px;
    border-radius: 6px;
    margin-top: 10px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif !important;
    padding-top: 16px;
    margin-left: 10px;
}
.classicrummy_card span {
    font-family: 'Titillium Web', sans-serif !important;
    margin: 0px 10px;
}

.classicrummy_card button::after {
    content: '';
    background: url(../assets/arrow_right_alt.png) no-repeat;
    width: 20px;
    height: 10px;
    display: inline-block;
    text-align: left;
    margin-left: 12px;
    background-size: 14px;
}

.mobile {
    display: none;
}
@media (max-width: 760px) {
    .mid_column p {
        width: 80% !important;
        line-height: 24px;
        font-size: 16px;
    }
    .child_1 {
        width: 100%;
    }
    .classicrummy_card span {
        font-size: 16px;
        line-height: 26px;
    }
 
    .khelyar_body {
        height: 96vh;
    }
    .classicrummy_card span {
        font-size: 20px;
        padding: 0 8px;
        width: 84%;
        margin: auto;
    }
    .image_pitch {
        height: 510px;
        background: url(../assets/cricket_pitch.gif);
        width: 100%;
        display: block;
        margin-bottom: 0px;
        position: absolute;
        background-size: 786px 507px;
        bottom: 0px;
        background-repeat: no-repeat;
        background-position: -191px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .child_2 {
        width: 90%;
        margin: auto;
        float: none;
    }
    .mid_column .mid_column_child {
        font-size: 24px;
    }


    .khelyar_logo img {
        width: 50%;
    }

    .khelyar_logo {
        width: auto;
        padding: 20px 20px 0px;
        text-align: center;
    }

    .classicrummy_card {
        margin: auto;
        width: 74%;
        background: #0F2314;
        color: #fff;
        border-radius: 20px;
        height: 366px;
        padding: 16px;
        text-align: center;
        display: grid;
        line-height: inherit;
    }
    .classicrummy_card img {
        width: 60px;
        float: left;
    }
    .classicrummy_card button {
        width: 94%;
        padding: 24px;
        font-size: 16px;
        line-height: 8px;
        margin-left: 0px;
    }
    .mid_column {
        width: 80%;
        margin-top: 40px;
        position: relative;
        top: -10px;
    }

    .mid_column .mid_column_child {
        margin-top: 10px;
        line-height: 32px;
        margin-bottom: 16px !important
    }
    .right_column {
        float: none;
        right: 0px;
        bottom: 30px;
    }
    .classicrummy_card h3 {
        margin: auto;
        line-height: 32px;
        margin-top: 20px;
        font-size: 24px;
        width: 70%;
    }

    .classicrummy_card .mobile {
        width: 34%;
        margin: auto;
    }
}

@media (max-width: 380px) {

    /* .right_column {
        top: 0px;
    } */
    .mid_column {
        width: 88%;
        margin-top: 15px;
    }
    .mid_column .mid_column_child {
        margin-top: 0px;
        line-height: 32px;
        font-size: 24px;
       
    }

    .mid_column p {
        margin-top: 0px;
    }

    .khelyar_body {
        padding-bottom: 30px;
    }

    .classicrummy_card {
        height: 354px;
        width: 76% !important;
        position: relative;
        bottom: -45px;
        padding-bottom: 20px;
    }

    .khelyar_logo {
        padding-bottom: 0px;
    }

    .classicrummy_card span {
        font-size: 14px;
        display: block;
        padding: 13px 0px;
    }

    .image_pitch {
        height: 403px;
    }
}
@media (min-width: 280px) {
.mid_column p {
    width: 100% !important;
    line-height: 24px;
}
/* .classicrummy_card {
    height: 400px;
} */
.image_pitch {
    background-position: -188px;
    background-size: 810px 507px;
}
}
@media (min-width: 542px) and (max-width: 760px) {
    .classicrummy_card .desktop {
        display: block;
    }
    .mid_column {
        margin-top: 0px;
        margin-bottom: 70px;
        
    }
    .khelyar_body {
        height: 100vh;
    }
    .classicrummy_card .mobile {
        display: none;
    }
    /* .image_pitch {
        background-size: 1294px 586px;
        background-position: -285px;
    } */
    .classicrummy_card {
        width: 100%;
        height: 33px;
        position: relative;
        left: -20px;
        padding: 18px;
        line-height: 30px;
        border-radius: 12px;
        display: flex;
    }
    .child_2 {
        width: 95%;
    }
    .classicrummy_card .mobile {
        width: 37%;
        margin: auto;
    }
    .classicrummy_card h3 {
        margin: 0px 2px;
        font-size: 15px;
        line-height: 33px;
        text-align: start;
        padding-left: 9px;
    }
    .classicrummy_card button {
        width: 170px;
        font-size: 13px;
        padding: 12px;
        margin: 0px;
    }
        .right_column {
        position: inherit;
        float: none;
    }

    .child_1 {
        width: 100%;
    }
    .classicrummy_card span {
        font-size: 12px !important;
        padding: 0 0px;
        text-align: left;
        position: relative;
        left: -32px;
        line-height: 20px;
    }
    .classicrummy_card h3 {
        margin: 0px 2px;
        font-size: 10px;
    }
    .khelyar_logo img {
        width: 30% !important;
    }
    .mid_column .mid_column_child {
        margin-top: 0px;
        margin-bottom: 20px !important;
    }
    .mid_column p {
        margin-top: 0px;
        font-family: 'Titillium Web', sans-serif !important;
    }
    .khelyar_logo {
        padding: 10px 14px 0px;
    }    
    .image_pitch {
        background: url(../assets/cricket_pitch.gif);
        width: 100%;
        height: 181px;
        margin: 0px;
        text-align: center;
        background-repeat: no-repeat;
        background-position-x: center;
        bottom: 0px;
        background-size: 302px;
    }
}

@media (min-width: 760px) and (max-width: 1120px) {
    .right_column {
        position: absolute !important;
        float: none;
    }

    .classicrummy_card {
        width: 90%;
        position: relative;
        line-height: inherit;
        align-items: center;
    }
    .child_1 {
        width: 100%;
    }
    .classicrummy_card img {
        width: 86px;
    }
    .classicrummy_card h3 {
        margin: 0px 8px;
        font-size: 15px;
    }
    .classicrummy_card {
        margin: 50px auto;
        bottom: -39px;
        height: 64px;
    }
    .mid_column {
        margin-top: 14px;
    }
    .mid_column .mid_column_child {
        margin-top: 0px;
        margin-bottom: 16px !important;
        font-size: 30px;
    }
    .classicrummy_card button {
        width: 146px;
        padding: 8px;
        font-size: 12px;
    }
    .mid_column p {
        margin-top: 0px;
    }
    .khelyar_logo {
        padding: 10px 14px 0px;
    }    
    .image_pitch {
        background: url(../assets/cricket_pitch.gif);
        width: 100%;
        height: 549px;
        margin: 0px;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0px;
    }
}
@media (min-width: 820px) and (max-width: 390px) {
    .khelyar_logo {
        padding: 12px 14px;
        margin: 8px auto;
    }
    .mid_column h2 {
        margin-top: 0px;
    }
    .mid_column p {
        position: relative;
        z-index: 1;
        text-align: center;
    }
}
@media (min-width: 820px) and (max-width: 1160px) {
    .khelyar_logo img {
        width: 50%;
    }

    .image_pitch {
        background-position: -26px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .khelyar_logo img {
        width: 50%;
    }

    .image_pitch {
        background-position: -46px;
    }
}