* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: "Feather";
    src: url("../fonts/Feather.otf");
    src: url("../fonts/Feather.woff") format("woff"),
        url("../fonts/Feather.otf") format("opentype"),
        url("../fonts/Feather.svg#filename") format("svg");
}

@font-face {
    font-family: 'Roboto';
    src: url('../Roboto.woff') format('woff'),
        url('../Roboto.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
body{font-family: Feather, sans-serif;}
.container {
    min-height: 100vh;
    height: auto;
    display: flex;
    background: #f0f0f0;
}

.left-cont {
    width: 500px;
    height: 100vh;
    overflow: hidden;
}

.left-cont iframe {
    border: none;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.left-cont iframe::-webkit-scrollbar {
    display: none;
}


.right-cont {
    width: calc(100% - 500px);
    height: auto;
    min-height: 100vh;
    overflow: hidden;
    background: url(../images/right-bg-r.png) no-repeat top right, url(../images/right-bg-l.png) no-repeat bottom left;
    background-size: auto auto;
}


.cont-box {
    background-size: cover !important;
    background-image: url(https://casino.wanejobets.co.za/content/wp-content/uploads/2025/01/Mega-Premier-Jackpot-Background.jpg) !important;
    display: flex;
    width: auto;
    height: 100%;
    font-family: Feather, sans-serif;
    padding: 20px;
    text-align: center;
    justify-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-hd {
    font-size: 44px;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
}

.main-sub-hd {
    font-size: 26px;
    color: #2A9C56;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.hd-links {
    display: flex;
    justify-content: center;
}

.hd-links li {
    list-style: none;
    margin: 0 10px;
    position: relative;
    padding-left: 15px;
}

.hd-links li::before {
    position: absolute;
    width: 10px;
    height: 12px;
    content: "";
    background: url(../images/green-arrow.png) no-repeat;
    left: 0;
    top: 25%;
}

.hd-links li a {
    color: #EB6636;
    text-decoration: none;
}

.play-button {
    margin-top: 70px;
}

.play-button img {
    max-width: 100%;
    height: auto;
}

.app-cont {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.app-c {
    margin: 0 10px;
}

.ft-links {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.ft-links li {
    list-style-type: none;
    margin-right: 20px;
    padding-left: 32px;
    line-height: 30px;
}

.ft-links li a {
    text-decoration: none;
    color: #0B1C39;
}

.ft-email {
    background: url(../images/ico-email.png) no-repeat left center;
}

.ft-skype {
    background: url(../images/ico-skype.png) no-repeat left center;
}

.ft-phone {
    background: url(../images/ico-phone.png) no-repeat left center;
}

@media screen and (max-width:1366px) {
      .right-cont {
        background-size: auto 700px;
    }
}

@media screen and (max-width:1200px) {
    .main-hd {
        font-size: 36px;
    }

    .main-sub-hd {
        font-size: 20px;
    }

    .hd-links li {
        margin: 0 5px;
    }

    .right-cont {
        background-size: auto 500px;
    }


}

@media screen and (max-width:1024px) {
    .hd-links {
        flex-direction: column;
        text-align: left;
    }

    .hd-links li {
        margin: 3px 5px;
    }

    .right-cont {
        background-size: auto 400px;
        width:100%;
    }

    .left-cont {
        width: 400px;
    }
}

@media screen and (max-width:768px) {
    .container {
        width: 100%;
        height: auto;
        flex-direction: column;
    }
    
    .app-c {margin: 0 5px;}
    
    .left-cont,
    .right-cont {
        width: 100%;
        overflow: visible;
    }


    .cont-box {
        position: relative;
    }

    .left-cont {
        height: 100vh;
    }

    .main-hd {
        font-size: 22px;
    }

    .ft-links {
        flex-direction: column;
        margin-top: 20px;
    }

    .ft-links li {
        text-align: left;
    }

    .app-cont {
        margin-top: 20px;
        justify-content: space-evenly;
    }

    .right-cont {
        display: none;
    }

    .main-sub-hd {
        margin: 10px 0;
    }

    .play-button {
        margin-top: 20px;
    }
}
