@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');


@font-face {
    font-family: 'SF UI Display Bold';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Bold'), url('fonts/sf-ui-display-bold-58646a511e3d9.woff') format('woff');
}

@font-face {
    font-family: 'SF UI Display Medium';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Medium'), url('fonts/sf-ui-display-medium-58646be638f96.woff') format('woff');
}

@font-face {
    font-family: 'SFD-SemiBold';
    src: local('SFD-SemiBold'), local('SFD-SemiBold'), url('fonts/SFD-SemiBold.woff2') format('woff2'), url('fonts/SFD-SemiBold.woff') format('woff'), url('fonts/SFD-SemiBold.ttf') format('truetype'), url('fonts/SFD-SemiBold.eot') format('embedded-opentype');
    unicode-range: U+0000-1EF9, U+2013-204A;
}

@font-face {
    font-family: 'SFD-Bold';
    src: local('SFD-Bold'), url('fonts/SFD-Bold.woff2') format('woff2'), url('fonts/SFD-Bold.woff') format('woff'), url('fonts/SFD-Bold.ttf') format('truetype'), url('fonts/SFD-Bold.eot') format('embedded-opentype');
    unicode-range: U+0000-1EF9, U+2013-204A;
}

@font-face {
    font-family: 'SFD-Medium';
    src: local('SFD-Medium'), local('SFD-Medium'), url('fonts/SFD-Medium.woff2') format('woff2'), url('fonts/SFD-Medium.woff') format('woff'), url('fonts/SFD-Medium.ttf') format('truetype'), url('fonts/SFD-Medium.eot') format('embedded-opentype');
    unicode-range: U+0000-1EF9, U+2013-204A;
}

@font-face {
    font-family: 'SFD-Regular';
    src: local('SFD-Regular'), url('fonts/SFD-Regular.woff2') format('woff2'), url('fonts/SFD-Regular.woff') format('woff'), url('fonts/SFD-Regular.ttf') format('truetype'), url('fonts/SFD-Regular.eot') format('embedded-opentype');
    unicode-range: U+0000-1EF9, U+2013-204A;
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: local('Gilroy-Bold'), url('fonts/Gilroy-Bold.woff2') format('woff2'), url('fonts/Gilroy-Bold.woff') format('woff'), url('fonts/Gilroy-Bold.ttf') format('truetype'), url('fonts/Gilroy-Bold.eot') format('embedded-opentype');
    unicode-range: U+0000-1EF9, U+2013-204A;
}

body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #555;
}

.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.container {
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
}

.menu-mobile {
    box-shadow: 0 4px 2px -2px gray;
}

.link-app-mobile {
    z-index: 68;
    top: 0px !important;
}

.ismobile {
    position: fixed;
    top: 60px;
}

.app-sp-download {
    /*margin-left:-63px !important;*/
    top: 20px !important;
    right: 10px !important;
}

.wifiB4 {
    width: 262px !important;
}

/*menu mobile*/
.menu-mobile {
    width: 100%;
    /* height: 4rem; */
    /* position: absolute; */
    /* z-index: 68; */
}

.menu-mobile .logo {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    height: auto;
    width: 35vw;
}
.menu-mobile .icon {
    float: right;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    aspect-ratio: 204 / 50;

    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    width: 25vw;
}
@media (min-width: 576px) {
    .menu-mobile .logo {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
        height: 3rem;
        width: auto;
    }
    .menu-mobile .icon {
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
        width: 25vw;
    }
}
@media (min-width: 768px) {
    .menu-mobile .logo {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
        height: 3rem;
        width: auto;
    }
    .menu-mobile .icon {
        margin-top: 0.3rem; 
        margin-bottom: 0.3rem;
        width: 20vw;
    }
}
@media (min-width: 992px) {
    .menu-mobile .logo {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
        height: 3rem;
        width: auto;
    }
    .menu-mobile .icon {
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
        width: 16vw;
    }
}
@media (min-width: 1200px) {
    .menu-mobile .logo {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
        height: 3rem;
        width: auto;
    }
    .menu-mobile .icon {
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
        height: 3rem;
        width: auto;
    }
}

.header-menu {
    float: right;
}
.header-menu a {
    color: #0968b3;
    font-weight: bold;
}

/* sub footer */
.sub-footer {
    background: #edf0f5;
    padding-top: 30px;
}

.sub-footer .fsearch {
    padding: 0px 10px;
    margin-top: 20px;
}

.sub-footer .fsearch p {
    text-align: left;
    /* font-weight: bold; */
    color: #848484;
    padding-left: 8px;
    font-family: 'SF UI Display Bold';
}

.sub-footer .input-border {
    border-radius: 10px;
    font-size: 14px;
    padding: 0px 10px;
    height: 30px;
    margin-top: 8px;
}

.sub-footer ul li {
    width: 25%;
    float: left;
}

.sub-footer .card {
    border: none;
    background-color: #edf0f5;
}

.sub-footer .card img {
    width: 60px;
}

.sub-footer .card-body {
    padding: 10px 0px;
    font-size: 14px;
    margin-bottom: 20px;
}


/*footer*/
.footer {
    background: #1868b3;
    padding: 15px 15px;
    font-size: 14px;
    color: white;
    font-weight: bold;
    text-align: center;
}
.footer a {
    color: white;
}

.footer .row {
    margin: 0px -15px;
}

.footer .logo img {
    width: 222px;
    margin-top: 10px;
}

.footer .follow {
    color: #ffffff;
    text-align: center;
    padding-top: 8px;
}

.footer .follow span {
    line-height: 40px;
    padding-top: 5px;
    float: left;
    display: block;
}

.footer .follow span a {
    display: block;
    float: left;
}

.footer .follow img {
    width: 30px;
    margin-right: 10px;
    margin-bottom: -8px;
}

.footer .copyright p {
    color: #ffffff;
    /*text-align: right;*/
    padding-top: 15px;
}




.container {
    /* width: 400px; */
    margin: 0 auto;
}
h1 {
    text-align: center;
}
.textInput {
    background-image: linear-gradient(to right, #0463a7, #26a9e1);
    width: 100%;
    border-radius: 10px;
}
.textInput img {
    aspect-ratio: 6/9;
    width: 5%;
    float: left;
    margin: 15px;
}
.textInput input {
    float: left;
    width: 82% !important;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    color: white;
    background: none;

    padding: 10px 10px;
    font-size: large;
}
.textInput input::placeholder {
    color: white;
    opacity: 1; /* Firefox */
}
  
.textInput input::-ms-input-placeholder { /* Edge 12 -18 */
    color: white;
}

.step-1 {
    margin-bottom: 20px;
}

.step-1 input {
    width: 100%;
    padding: 10px 0px;
    font-size: large;
}
.step-2 {
    display: none;
}
.step-3 {
    display: none;
    margin-bottom: 20px;
}
.step-3 input {
    width: 100%;
    padding: 10px 0px;
    font-size: large;
}
.error-message {
    color: red;
}
.phoneSent {
    color: red;
    font-weight: bold;
}

.otp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-bottom: 10px;
}
#otp-container {
    display: flex;
}

.otp-input {
    width: 34px;
    height: 34px;
    font-size: 16px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.otpCountDown {
    text-align: center;
    color: darkgray;
    margin-bottom: 10px;
}
.otpResendCountDown {
    text-align: center;
    color: black;
    margin-bottom: 10px;
}
.otpResend {
    color: red;
}
.otpResendDisable {
    color: darkgray;
    text-decoration: none;
    pointer-events: none;
}

.playNow {
    display: block;
    font-weight: bold;
    font-size: xx-large;
    background-image: url('/images/icon-playnow.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;

    width: 200px;
    height: 57px;
    
    color: white;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
}

.listReleases {
    margin-top: 10px;
    gap: 16px;
    display: flex;
    padding: 0 16px;
    overflow-x: scroll;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
}
.gameItem {
    position: relative;
    width: calc(100vw - 32px);
    min-width: calc(100vw - 32px);
    display: block;
    aspect-ratio: 502 / 243;
    border-radius: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    scroll-snap-align: center;
    background-position: center;
}
@media (min-width: 576px) {
    .gameItem {
        width: calc(100vw - 32px);
        min-width: calc(100vw - 32px);
    }
}
@media (min-width: 768px) {
    .gameItem {
        width: calc(80vw - 32px);
        min-width: calc(80vw - 32px);
    }
}
@media (min-width: 992px) {
    .gameItem {
        width: calc(60vw - 32px);
        min-width: calc(60vw - 32px);
    }
}
@media (min-width: 1200px) {
    .gameItem {
        width: calc(45vw - 32px);
        min-width: calc(45vw - 32px);
    }
}
.backgroundLinear {
    top: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
    position: absolute;
    background: linear-gradient(1deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
    box-sizing: border-box;
    border-radius: 30px;
    inset-inline-start: 0;
}
.gameInfo {
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
}
.gameInfoContent {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: end;
}
.titleAndDescription {
    width: 100%;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
}
.titleAndType {
    width: 100%;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    flex-direction: column;
}
.titleAndTypeH4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #F9F9F9;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-family: roboto;
    letter-spacing: 0px;
}

.landingGamesRoot {
    margin: 0;
    box-sizing: border-box;
    color: #222222;
    width: 100%;
    display: flex;
    font-size: 24px;
    overflow-y: scroll;
    font-weight: 600;
    line-height: 28.13px;
    padding-top: 10px;
    flex-direction: column;
    padding-bottom: 74px;
}
.landingGamesRoot2 {
    box-sizing: border-box;
    width: 100%;
    overflow: scroll;
    margin-bottom: 16px;
}
.landingGamesCategoryTitle {
    text-decoration: none;
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;

    box-shadow: 5px 5px 10px 0px black;
    background-color: #1868b3;
    color: white;
    border-radius: 30px;
    padding: 5px 20px;
    border: 5px solid white;

    font-style: normal;
    font-family: roboto;
    letter-spacing: 0px;
    margin: 8px auto 16px auto;
    font-size: large;
    width: 60vw;
    text-align: center;
    font-weight: 700;
    line-height: 32px;
}
@media (min-width: 576px) {
    .landingGamesCategoryTitle {
        width: 50vw;
    }
}
@media (min-width: 768px) {
    .landingGamesCategoryTitle {
        width: 40vw;
    }
}
@media (min-width: 992px) {
    .landingGamesCategoryTitle {
        width: 40vw;
    }
}
@media (min-width: 1200px) {
    .landingGamesCategoryTitle {
        width: 30vw;
    }
}
.landingGamesListGames {
    gap: 4px;
    display: flex;
    padding: 0px;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
}
.landingGamesGameCard {
    color: #000;
    margin: 0;
    z-index: 0;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    background-color: #ebeef2;
    background-image: none;
    -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    scroll-snap-align: center;

    width: 150px;
    height: 150px;
    padding: 0;
    position: relative;
    min-width: 150px;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
    min-height: 150px;
    border-radius: var(--radius-m-20, 20px);
}
.landingGamesGamePicture {
    align-items: center;
    justify-content: center;
    display: initial;
    position: relative;
}
.landingGamesGameImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    visibility: visible;
    opacity: 1;
}
.landingGamesGameTitle {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-family: roboto;
    letter-spacing: 0px;
    width: 140px;
    overflow: hidden;
    padding-top: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.packageItemGroup {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    text-decoration: none;
    color: black;
    text-align: left;
}
.packageItemLogo {
    position: absolute;
    float: left;
    width: 30%;
}
.packageItemGroupData {
    border: 5px solid #1968b3;
    border-radius: 15px;
    
    margin-top: 1%;
    float: left;
    position: absolute;
    margin-left: 24%;
    padding-left: 8%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.packageItemTitle {
    font-weight: bold;
    font-size: x-large;
}
.packageItemPrice {
    font-weight: bold;
    font-size: large;
}
.packageItemGroupData li {
    list-style-image: url(/images/package-list-item.svg);
    padding-inline-start: 1ch;
}
.packageItemGroupData li::marker {
    font-size: 1.5rem; /* You can use px, but I think rem is more respecful */
    color: #1968b3;
}
.authenticationContainer {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (min-width: 576px) {
    .authenticationContainer {
        width: 80%;
        margin: 10px auto;
    }
}
@media (min-width: 768px) {
    .authenticationContainer {
        width: 60%;
        margin: 10px auto;
    }
}
@media (min-width: 992px) {
    .authenticationContainer {
        width: 50%;
        margin: 10px auto;
    }
}
@media (min-width: 1200px) {
    .authenticationContainer {
        width: 30%;
        margin: 10px auto;
    }
}