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

    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);


}

body {
    font-family: "Roboto", sans-serif;
}



header {
    left: 0;
    right: 0;

    position: fixed;
    top: 0;
    z-index: 1001;


    display: flex;

    width: 80%;
    height: 10vh;
    margin: auto;
    align-items: center;

    font-size: 18px;
    font-weight: 400;


    background: rgb(0, 0, 0);
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
}

.Logo-Container,
.nav-links,
.hamburger {
    display: flex;
}

.logo-container {
    flex: 1;
    padding-left: 20px;
}

.logo-container img {
    height: 8vh;
    border-radius: 20px;
}

.nav-links li {
    padding: 0px 24px;
}

.nav-links {
    /*justify-content: space-around;*/
    list-style: none;
    padding-right: 20px;
}

.nav-link {
    color: #808080;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

.active {
    color: #ffffff;
}

/*Navbar toggle*/



/*hambueger menu end*/



/*The hero cover image*/
.hero-img {
    top: 0;
    left: 0;
    background-image: url("../img/HomeHeroImage.jpg");
    width: 100%;
    height: 80vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: -1;
}

.hero-text {
    width: 80%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1D1D1F;

    font-size: 24px;
}

.hero-text p {
    font-weight: 300;
    font-size: 22px;
}

/*Game Info Section*/
.game-info-grid {

    padding-top: 50px;
    text-align: center;

    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    /*below is depreciated but useful for older browsers*/
    grid-column-gap: 20px;

    row-gap: 40px;
    /*below is depreciated but useful for older browsers*/
    grid-row-gap: 40px;


    width: 80%;
    margin: auto;

    color: #1D1D1F;

    padding-bottom: 80px;
}

.game-item {
    color: #1D1D1F;
}

/*Game Item Text decoration*/
.game-item a {
    text-decoration: none;
    color: #1D1D1F;
}

.game-image {
    width: 100%;
}

.app-description {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
}

.app-title {
    padding-top: 10px;
    font-size: 24px;
    font-weight: 700;
}



/*---------------------------*/

.nav {
    transition: all 0.2s ease-in-out;
}

.navbar-toggle {
    display: none;
    padding-right: 20px;

}

.nav-links ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links ul li {
    margin-right: 20px;
}

.nav-links ul li:last-child {
    margin-right: 0;
}

.nav-links ul li a {
    color: #fff;
    text-decoration: none;
}

/*-----------FOOTER STARTS HERE-------------*/



.footer-logo img {
    height: 16vh;
}

.hr1 {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333;
    /* old IE */
    background-color: #333;
    /* Modern Browsers */
}

.links li img {
    height: 6vh;
}

.links li {
    padding: 5px 0px;
}

.links a {
    text-decoration: none;
    color: white;
}

.links {
    /*justify-content: space-around;*/
    display: flex;
    list-style: none;



}

.Rights {
    color: #ffffff;
    margin-top: 2vh;
    /*text-align: center;*/
    color: #ffffff;
}

.white {
    color: #ffffff;
}

.footerwrapper {
    background-color: #000000;
    color: white;

}

.footersection {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;

    width: 80%;
    margin: auto;

    /*background-color: #000000;*/

    padding-top: 40px;
    padding-bottom: 10px;
}


.follow-us {
    color: #ffffff;
    flex: 1;

    /*background-color: #8e1f1f;*/

}

.app-stores {
    /*margin-top: 9vh;*/
    flex: 1;
    display: flex;
    justify-content: flex-end;

    /*background-color: #8e1f1f;*/
}

.ios {
    height: 10vh;

}

.android {
    height: 10vh;
}

.privacy-policy {
    padding-top: 24px;
}

.bottomsection {
    width: 80%;
    margin: auto;
    padding-bottom: 15vh;
}

/*-----------FOOTER ENDS HERE---------------*/




/*The hero cover image*/




.aboutheroimage img {
    height: 100%;
    width: 100%;
    animation: slide 1.5s ease;
}

.introduction2 {
    flex: 1;
    color: #1f1f1f;
}

.introtext p {
    font-size: 16px;
    font-weight: 300;
    color: #434a54;
}



.About {
    display: flex;
    width: 80%;
    margin: auto;
    min-height: 150vh;
    margin-top: 5vh;

    flex-direction: column;
}

.about-hero-image {
    padding-bottom: 2vh;
}


.aboutintro h1 {
    color: #1a1d20;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 15px;
}

.aboutintro2 h1 {
    color: #aab2bd;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 15px;
}

.aboutheroimage img {
    height: 100%;
    width: 100%;
    animation: slide 1.5s ease;
}

.introduction2 {
    flex: 1;
    color: #1f1f1f;
}



/*SECTION PRIVACY POLICY*/
.privacy-hero {}

.hero-img-privacy {
    top: 0;
    left: 0;
    background-image: url("/img/Budali-Studios-Privacy-Policy.png");
    width: 100%;
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: -1;
}

.privacy-about {
    display: flex;
    width: 80%;
    margin: auto;
    min-height: 150vh;
    margin-top: 8vh;

    margin-bottom: 15vh;


    flex-direction: column;

    align-items: center;

}

.aboutintro2 h1 {
    color: #000000;
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 15px;
}

.introtextprivacy .privacy-heading {
    font-size: 20px;

}

.Uppercase {
    text-transform: uppercase;
}

.introtextprivacy p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    word-wrap: break-word;
    /*padding-bottom: 12px;*/

    box-sizing: border-box;
    display: block;
    line-height: 21.84px;
    margin-block-end: 17.5px;
    margin-block-start: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    width: 700px;


}

.privacyheroimage img {
    height: 100%;
    width: 100%;
    animation: slide 1.5s ease;

    border-radius: 18px;

    margin-bottom: 20px;
}


/*END SECTION PRIVACY POLICY*/



/*------SHOP STUFF--------*/
/*-----------SHOP STUFF------*/

.ShopTitle {
    display: flex;
    width: 80%;
    margin: auto;


    margin-top: 16vh;
}

.ShopTitle h1 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.ShopInfo {
    display: flex;
    width: 80%;
    margin: auto;

    margin-top: 2vh;
}

.shopintroduction {
    flex: 1;
    color: #1f1f1f;
    margin-bottom: 10vh;
    background-color: #bf271b;
}

.shopItemtext {
    color: #151616;
    font-size: 22px;
    font-weight: 400;
}

.shopitem img {
    height: 22vh;
    margin-bottom: 15px;
    animation: slide 1.5s ease;
}

.itemprice h1 {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 400;
}

.shopcta {
    padding: 10px 0px 0px 0px;
}

.downloadbutton {
    /*background-color: #bf271b;*/
    background-color: #000000;
    width: 150px;
    height: 50px;
    cursor: pointer;
    font-size: 14.76px;
    font-weight: 400;
    border: none;

    color: #ffffff;

    border-radius: 10px;
    margin-top: 16px;
    margin-bottom: 16px;

    transition: transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.downloadbutton:hover {
    background-color: #bf271b;
    transform: scale(1.02);
}

.learn-more-button {
    background-color: #eeeeee;

    width: 150px;
    height: 50px;
    cursor: pointer;
    font-size: 14.76px;
    font-weight: 400;

    border: none;


    color: #000000;

    border-radius: 10px;
    margin-top: 16px;
    margin-bottom: 16px;

    transition: transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.learn-more-button:hover {
    background-color: #bf271b;
    color: white;
    transform: scale(1.02);
}

.cta {
    padding: 15px 0px 0px 0px;
}


.cta-button-group {

    display: inline-block;
    margin: 5px;


}

.purchasebutton {
    /*background-color: #bf271b;*/
    background-color: #000000;
    width: 100px;
    height: 40px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    border: none;

    color: #ffffff;

    border-radius: 10px;

    transition: transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.purchasebuttonG {
    background-color: #000000;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
}

.purchasebutton:hover {
    background-color: #bf271b;
    transform: scale(1.02);
}

/*----END SHOP STUFF------*/

/*-----NEW SHOP ITEMS------*/
.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.small-container {
    max-width: 80%;
    margin: auto;
    padding-right: 25px;
    padding-top: 10px;
    min-height: 80vh;


}

.col-4 {
    flex-basis: 25%;
    padding-right: 20px;
    min-width: 200px;
    margin-bottom: 50px;
    animation: slide 1.5s ease;
}

.col-4 img {
    width: 100%;
    border-radius: 14px;
}

.col-4 h3 {
    font-size: 16px;
    font-weight: 500;
}

.item-info {
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    color: #000000;
}

.col-4 h2 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
}

/*-----------END SHOP STUFF------*/


/*SECTION ABOUT*/

.hero-img-about {
    top: 0;
    left: 0;
    background-image: url("/img/Budali-Studios-About-Hero2.jpg");
    width: 100%;
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: -1;
}

.privacy-about {
    display: flex;
    width: 80%;
    margin: auto;
    min-height: 150vh;
    margin-top: 8vh;

    margin-bottom: 15vh;


    flex-direction: column;

    align-items: center;

}

.aboutintro2 h1 {
    color: #000000;
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 15px;
}

.introtextprivacy .privacy-heading {
    font-size: 20px;

}

.introtextprivacy p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    word-wrap: break-word;
    /*padding-bottom: 12px;*/

    box-sizing: border-box;
    display: block;
    line-height: 21.84px;
    margin-block-end: 17.5px;
    margin-block-start: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    width: 700px;


}

.privacyheroimage img {
    height: 100%;
    width: 100%;
    animation: slide 1.5s ease;

    border-radius: 18px;

    margin-bottom: 20px;
}


/*END SECTION ABOUT*/







/*MEDIA QUERIES*/

@media only screen and (max-width: 1049px) {

    /*.nav-links {
        display: none;
    }*/

    .navbar-toggle {
        display: block;
        cursor: pointer;
    }

    .navbar-toggle span {
        display: block;
        width: 33px;
        height: 4px;
        background-color: #fff;
        margin-bottom: 5px;
        border-radius: 18px;

        position: relative;

        z-index: 1;

        transform-origin: 0 0;
        transition: 0.2s;
    }

    .navbar-toggle:hover span:nth-child(2) {
        transform: translateX(-10px);
        background-color: #bf271b;
    }

    .navbar-toggle.is-active span:nth-child(1) {
        transform: translate(0px, -2px) rotate(45deg);

    }

    .navbar-toggle.is-active span:nth-child(2) {
        opacity: 0;
        transform: translateX(15px);
    }

    .navbar-toggle.is-active span:nth-child(3) {
        transform: translate(-3px, 3px) rotate(-45deg);
    }

    /*this changes the color of the X*/
    .navbar-toggle.is-active:hover span {
        background-color: #bf271b;
    }


    /*BYTE GRAD DROPDOWN*/
    .nav {
        position: absolute;
        top: 40px;
        background-color: black;
        left: 0;

        height: 50vh;
        width: 100%;

        z-index: -100;

        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;

        transform: translateY(-100%);
        /*this moves the mobile nav dropdown to the top*/

        padding-top: 20%;

    }

    .nav-links {

        flex-direction: column;
        align-items: center;
        row-gap: 20px;
        /*below is depreciated but useful for older browsers*/
        grid-row-gap: 20px;

        font-size: 24px;
    }

    /*DROPDOWN ENDS HERE*/

    .app-description {
        font-size: 16px;
        font-weight: 400;
    }

    .app-title {
        font-size: 22px;
        font-weight: 700;
    }

    /*--FOOTER FOLLOW US AND APPSTORES---*/

    .ios {
        height: 9vh;
    }

    .android {
        height: 9vh;
    }

    .links li img {
        height: 5vh;
    }

    .links {
        justify-content: center;
    }

    .footersection {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .app-stores {
        justify-content: center;
    }


    .Rights {
        text-align: center;
    }

    /*--END FOOTER FOLLOW US AND APPSTORES---*/


    /*PRIVACY POLICY CONTENT*/

    .introtextprivacy p {
        width: 600px;
    }

    /*END PRIVACY POLICY CONTENT*/



    .aboutheroimage img {
        height: 100%;
        width: 100%;
        margin-bottom: 15px;
        animation: slide 1.5s ease;
    }


    /*---SHOP STUFF---*/
    .col-4 {
        flex-basis: 50%;
        padding-right: 20px;
        min-width: 200px;
        margin-bottom: 50px;
    }

    .ShopInfo {
        flex-direction: column;
        text-align: center;
    }

    /*---END SHOP STUFF---*/
}



@media only screen and (max-width: 911px) {
    .app-description {
        font-size: 15px;
    }
}




@media only screen and (max-width: 789px) {



    /*GAME INFO GRID*/
    .game-info-grid {
        grid-template-columns: 1fr;
    }

    /*GAME INFO GRID ENDS HERE*/

    /*APP DESCRIPTION AND TITLE*/
    .app-description {
        font-size: 18px;
    }

    .app-title {
        font-size: 22px;
    }

    /*APP DESCRIPTION AND TITLE END*/
    .hero-text p {
        font-size: 22px;
    }

    /*--FOOTER FOLLOW US AND APPSTORES---*/

    .ios {
        height: 8vh;
    }

    .android {
        height: 8vh;
    }

    .links li img {
        height: 4vh;
    }

    .links {
        justify-content: center;
    }

    .footersection {
        grid-template-columns: 1fr;
        text-align: center;

        overflow: hidden;
    }

    .app-stores {
        justify-content: center;
    }


    .Rights {
        text-align: center;
    }

    /*--END FOOTER FOLLOW US AND APPSTORES---*/

    /*PRIVACY POLICY CONTENT*/

    .introtextprivacy p {
        width: 500px;
    }

    /*END PRIVACY POLICY CONTENT*/



}

@media only screen and (max-width: 700px) {

    /*PRIVACY POLICY CONTENT*/
    .introtextprivacy p {
        width: 400px;
        font-size: 16px;
    }

    /*END PRIVACY POLICY CONTENT*/
}

@media screen and (max-width: 640px) {
    .col-4 {
        flex-basis: 100%;
        padding-right: 0px;
        min-width: 200px;
        margin-bottom: 50px;
        text-align: center;
    }


    .small-container {
        padding-right: 0px;
        padding-top: 10px;
        min-height: 80vh;
    }
}

@media only screen and (max-width: 600px) {

    /*PRIVACY POLICY CONTENT*/
    .introtextprivacy p {
        width: 350px;
        font-size: 16px;
    }

    /*END PRIVACY POLICY CONTENT*/
}

@media only screen and (max-width: 555px) {
    .hero-text p {
        font-size: 17px;
    }

    .app-description {
        font-size: 16px;
    }

    /*--FOOTER FOLLOW US AND APPSTORES---*/

    .ios {
        height: 6.5vh;
    }

    .android {
        height: 6.5vh;
    }

    .links li img {
        height: 4vh;
    }




    /*--END FOOTER FOLLOW US AND APPSTORES---*/

    /*PRIVACY POLICY CONTENT*/
    .introtextprivacy p {
        width: 80%;
        font-size: 16px;
    }

    /*END PRIVACY POLICY CONTENT*/
}

@media only screen and (max-width: 375px) {
    .app-description {
        font-size: 14px;
    }

    .app-title {
        font-size: 20px;
    }

    /*PRIVACY POLICY CONTENT*/

    .introtextprivacy p {
        width: 250px;
    }

    /*END PRIVACY POLICY CONTENT*/

    /*--END FOOTER FOLLOW US AND APPSTORES---*/

    /*PRIVACY POLICY CONTENT*/
    .introtextprivacy p {
        width: 200px;
        font-size: 14px;
    }

    .introtextprivacy .privacy-heading {
        font-size: 16px;
    }

    /*END PRIVACY POLICY CONTENT*/


}

@media only screen and (max-width: 280px) {

    /*PRIVACY POLICY CONTENT*/
    .introtextprivacy p {
        width: 50;
        font-size: 13px;
    }

    .introtextprivacy .privacy-heading {
        font-size: 14px;
    }

    /*END PRIVACY POLICY CONTENT*/


}







/*FOR JS*/
.nav--open {
    transform: translateY(0%) !important;
}