@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

/* -------------Theme settings start------------------------------ */
:root {
    --primary-color: #6F50FF;
    --secondary-color: #F3F3F3;
    --bs-purple: #6f42c1;
    --font-light: 300;
    --font-normal: 400;
    --font-bold: 700;
    --font-extra-bold: 900;
    --heding-color: #333333;
    --paragraph-color: #767676;
    --heading-size: 40px;
    --para-size: 16px;
    --text-white: #fff;
    --heading-size2: 40px;

}


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



}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato', sans-serif;
    line-height: 1.5;
    transition: all 0.2s ease;
    overflow-x: hidden !important;
}

li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.background_bg {
    width: 100%;
    /* height: 100vh; */
    background: url(../images/background2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;
    padding-bottom: 30px;
    height: 100vh;
    background-size: cover;
    padding: 10px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* position: fixed; */
}

.adobe-air img {
    width: 150px;
    top: 20px;
    left: 20px;
    position: absolute;
}

.logo img {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 500px;

}

.btn-apk img {
    width: 250px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 0px;
    margin-bottom: 30px;
}

.list_point {
    background: #060336;;
    border-radius: 0px 40px 0px 0px;
    color: #FFBE24;
    width: 550px;
    font-size: 18px;
    padding: 15px 10px;
    border: 2px solid #FFBE24;
    margin-left: auto;
    margin-right: auto;

}

.eighteen_plus {
    background: #060336;;
    border-radius: 0px 18px 0px 0px;
    color: #FFBE24;
    width: 550px;
    font-size: 18px;
    padding: 15px 10px;
    border: 2px solid #FFBE24;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.eighteen_plus {
    display: flex;
    align-items: center;
}

.eighteen img {
    width: 50px;
    margin-right: 10px;
}

.amusement h4 {
    color: #FF5659;
}


/* -------------Theme settings end------------------------------ */
@media (max-width: 1600px){
    .background_bg {
        width: 100%;
        /* height: 100vh; */
    
        background: url(../images/background2.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: 100% 100%;
        padding-bottom: 30px;
        height: 100%;
        background-size: cover;
        padding: 10px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        /* position: fixed; */
        padding-bottom: 30px;
    
    }
    
    .adobe-air img {
        width: 150px;
        top: 20px;
        left: 20px;
        position: absolute;
    }
    
    .logo img {
        margin-left: 50%;
        transform: translateX(-50%);
        width: 300px;
    
    }
    
    .btn-apk img {
        width: 250px;
        margin-left: 50%;
        transform: translateX(-50%);
        margin-top: -30px;
    }
    
    .list_point {
        background: #060336;
        border-radius: 0px 40px 0px 0px;
        color: #FFBE24;
        width: 550px;
        font-size: 18px;
        padding: 15px 10px;
        border: 2px solid #FFBE24;
        margin-left: auto;
        margin-right: auto;
    
    }
    
    .eighteen_plus {
        background: #060336;;
        border-radius: 0px 18px 0px 0px;
        color: #FFBE24;
        width: 550px;
        font-size: 18px;
        padding: 15px 10px;
        border: 2px solid #FFBE24;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
    
    .eighteen_plus {
        display: flex;
        align-items: center;
    }
    
    .eighteen img {
        width: 50px;
        margin-right: 10px;
    }
    
    .amusement h4 {
        color: #FF5659;
    }
}




@media (max-width: 567px) {
    .list_point {
        background: #081015;
        border-radius: 0px 40px 0px 0px;
        color: #FFBE24;
        width: 100%;
        font-size: 12px;
        padding: 15px 10px;
        border: 2px solid #FFBE24;
        /* margin-left: auto;
        margin-right: auto; */
        display: flex;
    }

    .eighteen_plus {
        background: #081015;
        border-radius: 0px 18px 0px 0px;
        color: #FFBE24;
        width: 100%;
        font-size: 18px;
        padding: 15px 10px;
        border: 2px solid #FFBE24;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }

    .amusement h4 {
        color: #FF5659;
        font-size: 16px;
    }

    .background_bg {
        width: 100%;
        /* height: 100vh; */

        background: url(../images/background2.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: 100% 100%;
        padding-bottom: 30px;
        height: 100%;
        background-size: cover;
        padding: 10px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;

    }

    .logo img {
        width: 200px;
    }
    .list_point li{
        margin-bottom: 10px;
    }
    .eighteen_plus {
        font-size: 12px;
    }
    .btn-apk img {
        width: 160px;
        margin-left: 50%;
        transform: translateX(-50%);
        margin-top: -15px;
        margin-bottom: 20px;
    }
}