:root{
    --navy: #201E59;
    --orange: #9b7ff7;
    --redish: #74183f;
    --redish2: #951b55;
    --black: #1c020d;
    --darker-white: #F9F9FB;
}

#btn-1{
    background: #201E59 !important;
}
.hero-texts .orange{
    color: var(--black);
}
.premium .nav-link, .bi-fire{
    color: #201E59 !important;
}
body{
    margin: 0; padding: 0; box-sizing: border-box;
    overflow: auto !important;
}
.navbar-brand{
    display: flex;
    padding: 1% 5%;
    align-items: center;
}
.navbar-brand p{
    margin-top: 0;
    margin-left: 1rem;
}
.navbar-brand img{
    width: 3rem;
    height: 3rem;
}

.ma-img-sm{
    height: 8rem;
    position: absolute;
    z-index: 2;
    border-radius: 1.1rem;
    bottom: 1rem;
    right: 1rem;
}


.premium .nav-link, .bi-fire{
    color: var(--orange) !important;
}
#svgcolor{
    fill: var(--redish);
}
#hero{
    padding: 10px 0% 10px 5%;
    overflow: hidden;
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    background-color: var(--darker-white);

}
.hero-texts{
    max-width:50%;
}
#free-games-page .free-games, #free-apps-page .free-apps{
    width: 90%;
    margin: auto;
}

.hero-img img,.apps-hero-img img,.games-hero-img img{
    width: 80%;
    height: 100%;
    float: right;
}
.img-hero{
    width: 100%;
}
.bmixs-btn, #btn-1,#verifybtn{
    text-align: center;
    padding: 1.5rem 3rem;
    background-color: var(--orange);
    color: white;
    border: none;
    border-radius: .5rem;
    transition: .3s all;
    cursor: pointer !important;
    font-size: 1.8rem !important;
    margin-top: 3rem;
}

#footer{
    background-color: var(--redish2);
    color: white !important;
    padding: 1% 5%;
}

#footer p {
    font-family: "Open Sans", sans-serif;
}

.direct-links.horizontal{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.bmixs-btn:hover{
    background-color: var(--navy);
    color: white;
  
}
.bmixs-btn .bi-fire{
    color: white !important;
}
.direct-link.premium{
    color: var(--orange) !important;
}


.section-title{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.section-title img, #svgcolor{
    width: 4rem;
    height: 4rem;
}

.img-cont img{
    width: 500px;
    height: auto;
}
#free-apps{
    background-color: white;
    display: flex;
    padding: 6% 5%;
}
#free-games{
    background-color: white;
    display: flex;
    padding: 6% 5%;
}

#free-ent{
    background-color: var(--redish2);
    padding: 6% 5%;
    display: flex;
}




#free-games p{
    color: white;
}
.section-desc   {
    width: 80%;
}

#footer .service-header {
    display: flex
}


.nav-link,.direct-link{
    cursor: pointer;
}

#footer .service-name {
    font-size: 3rem;
    color: var(--navy);
    margin-top: 0;
}

#footer .direct-link,
#footer .service-desc,
.contact-msg {
    font-size: 2rem;
    color: var(--navy)
}

#footer .direct-link {
    cursor: pointer;
    display: block;
    padding: .5rem 0
}


.service-logo {
    width: 4rem;
    height: 4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}
.ma-card {
    width: 23rem;
    margin-inline-end: 3rem;
    margin-block-end: 3rem;
    padding: 1.5rem;
    border-radius: 2rem !important;
    min-height: 16rem !important;
    border: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    display: block;
}

.ma-images {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.ma-card-nologin .ma-images::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0%;
    left: 0%;
    display: block;
    z-index: 1;
    border-radius: 1rem;
    overflow: hidden;
    background: linear-gradient(45deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.2) 100%);
}
.ma-card-nologin .ma-img-100 {
    height: 19rem;
}

.ma-img-100 {
    height: 11rem;
    border-radius: 1rem;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
}
.ma-card-body {
    padding: 1rem 1rem 1rem 0;
    color: #1B264F;
}
.ma-card-title {
    font-size: 1.8rem;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}
.line-clamp-1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-text:last-child {
    margin-bottom: 0;
}
.line-clamp-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ma-card-text {
    font-size: 1.6rem;
    text-align: left;
}
.ma-card-buttons .btn-primary {
    padding: 1rem 0;
    font-size: 1.6rem;
    border-radius: 0.5rem;
    background-color: var(--orange);
    border: none;
    width: 100%;
    color: white !important;
    cursor: pointer;
    pointer-events: all;
    transition: .3s all;
    display: inline-block;
    text-align: center;
}
#free-games-here, #free-videos, #free-android {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ma-img {
    width: 9rem;
    height: 9rem;
    object-fit: cover;
    border-radius: 1rem;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 87%;
    }
 
}
@media (max-width:992px) {
    .direct-links.horizontal{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: .5rem;
    }
    .hero-texts{
        max-width:unset;
    }
    #hero, #free-apps, #free-games, #free-ent{
        display: block;
    }
    .img-cont img {
        width: 100%;
        height: auto;
    }

    #free-ent, #free-games {
        
        padding: 15% 5% !important;
        
    }



}
@media (max-width: 563px) {

    .fz-70{
        font-size: 4rem !important;
    }

    .img-cont img {
        width: 100%;
        height: auto
    }
    .fz-50{
        font-size:3.2rem !important;
    }
    .fz-30{
        font-size: 2rem !important;
    }
    #bmixs-nav .container{
        padding: 1rem;
    }
    .hero-container{
        margin-inline-start:unset;
    }
    .hero-texts {
        margin-top: 1rem;
        width: 100%;
        margin-bottom: 1rem;
    }
    .bmixs-btn{
        margin: 3rem 0;
    }
    .hero-img img{
        width: 100%;
        height: 100%;
    }
    #free-games-here, #free-videos, #free-android{
        justify-content: center;
    }
    .section-desc{
        width: 100%;
        padding: 0 0 5rem;
    }
    #OTPdiv{
        flex-direction: column;
    }
    #otpbutton{
        margin: 3rem 0;
    }
    #hero{
        padding: 3% 5%;
    }
}
:root{
  --navy: #201E59;
    --orange: #9b7ff7;
}
.orange{
    color: var(--redish);
}


.night-title{
    color: white;
}

.day-title{
    color: var(--redish) !important;
}

.day{
    color:  var(--black) !important;
    
}

.night{
    color: white !important
}

html{
    font-size: 62.5% ;
}
a{
    color: unset;
    text-decoration: none;
}
p{
  margin-bottom: 0;
  margin-top: 0;
}
/* Fonts */
.sofiaLight,
.sofiaMedium,
.sofiaRegular,
.sofiaBold {
    font-style: normal;
    font-family: "Open Sans", sans-serif
}
.sofiaLight {
    font-weight: 200
}

.sofiaRegular {
    font-weight: 400
}

.sofiaMedium {
    font-weight: 500
}

.sofiaBold {
    font-weight: 700;
    font-style: bold
}

.ralewayThin {
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-style: normal;
}
.ralewayRegular {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.ralewayBold {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}
/* Font Size */
.fz-14{
    font-size: 1.4rem;
}
.fz-16{
    font-size: 1.6rem;
}
.fz-18{
    font-size: 1.8rem;
}
.fz-20{
    font-size: 2rem;
}
.fz-22{
    font-size: 2.2rem;
}
.fz-24{
    font-size: 2.4rem;
}
.fz-30{
    font-size: 3rem;
}
.fz-50{
    font-size: 5rem;
}
.fz-70{
    font-size: 6rem;
}

#loader{
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        background: white;
        z-index: 101;
    }

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--navy);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }