/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans&family=Outfit:wght@600&display=swap');
@font-face {
    font-family: "fredokaOne";
    src: url("../assets/fonts/FredokaOne-Regular.ttf");
}
  
/* VARIABLES */
:root {
    --accordion-border-radius:20px;
    --dirty-white: #F5F5F7;
    --dark-gray: #313131;

    --swiper-thumbnail-height:120px;
    --swiper-thumbnail-width:160px;
}

/* SCROLLBAR */
*::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

*::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
    /* 
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    */
}

*::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #F25F4C;
}


/* GENERAL */

html, body{
    background-color: #111111;
    color:#FFFFFF;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

input[type=checkbox]{
    background-color: #FFFFFF;
    border-color: #000000;
}

input[type=checkbox]:checked{
    background-color: #FF8906;
    border-color: #FF8906;
}

input[type=checkbox]:focus {
    border-color: #ffc078;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #FF890664;
}

.navbar .nav-item{
    cursor: pointer;
    text-align: right;
    color: #FFFFFF !important;
    position: relative;
}

.navbar .nav-item a{
    color: #FFFFFF !important;
    background-color: transparent !important;
    text-align: right !important;
}

.navbar .nav-item .dropdown-menu{
    background-color: #000000 !important;
    left: unset;
    right: 0px;
}

.navbar .navbar-toggler {
    border-color: rgb(255,255,255);
} 

.blur-4px{
    filter: blur(4px);
}

.bold-text{
    font-weight: 700;
}

.semi-bold-text{
    font-weight: 600;
}

.regular-text{
    font-weight: 400;
}

.text-48px{
    font-size: 48px;
}

.text-40px{
    font-size: 48px;
}

.text-24px{
    font-size: 24px;
}

.text-20px{
    font-size: 20px;
}

.fullheight-container{
    height:100vh;
}

.black-bg{
    background-color: #111111;
}

.white-bg{
    background-color: #FFFFFF;
}

.white-button{
    background-color: #FFFFFF;
    color:#000000;
    font-size:16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    height: 54px;
    padding: 0px 25px 0px 25px;
}
.white-button.disabled{
    background-color: #FFFFFF;
    opacity: 0.5;
    color:#000000;
}

.white-button:hover{
    background-color: #FFFFFF;
    color:#000000;
}

.primary-button{
    background-color: #FF8906;
    color:#000000;
    font-size:16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    height: 54px;
    padding: 0px 25px 0px 25px;
}

.primary-button.disabled{
    background-color: #FF8906;
    opacity: 0.5;
    color:#000000;
}

.primary-button:hover{
    background-color: #ff9f30;
    color:#000000;
}

.secondary-button{
    background-color: #F25F4C;
    color:#000000;
    font-size:16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    height: 54px;
    padding: 0px 25px 0px 25px;
}

.secondary-button:hover{
    background-color: #F25F4C;
    color:#000000;
}

.tertiary-button{
    background-color: #74D2FF;
    color:#000000;
    font-size:16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    height: 54px;
    padding: 0px 25px 0px 25px;
}

.tertiary-button:hover{
    background-color: #32beff;
    color:#000000;
}

.rounded-button{
    border-radius: 40px;
}

.rounded-10px{
    border-radius: 10px;
}

.outline-button{
    border: 2px solid #000000;
}

.outline-button:hover{
    border: 2px solid #999999;
}

.outline-2px-black{
    border: 2px solid #000000;
}

.header-col{
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

.header{
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 32px;
}

.mainpage-section{
    margin-top: 32px;
    margin-bottom: 32px;
}

.v-hidden{
    visibility: hidden;
}

.fdir-col{
    flex-direction: column;
}

.padding-x-2rem{
    --bs-btn-padding-x: 2rem;
}

.padding-16px{
    padding: 16px;
}

.text-input{
    height: 40px;
    padding-left: 16px;
}

/* NAVBAR */

#top-navbar{
    background-color: #000000;
}

.navbar-toggler-icon{
    background-image:url('../assets/icons/hamburger-toggle.svg') !important;
}
.nav-item:not(:first-child){
    margin-left: 16px;
}
a.nav-link {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
}
a.nav-link:hover {
    color: #FFFFFF;
}
a.nav-link:focus {
    color: #FFFFFF;
}
a.navbar-brand{
    color:#FFFFFF;
}
a.navbar-brand:hover, .navbar-brand:focus{
    color:#FFFFFF;
}

/* WHATSAPP DIV */
#whatsapp-contact-container{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    pointer-events: none;
    z-index:99999;
}

.whatsapp-icon-container{
    overflow: hidden;
    position: absolute;
    bottom: 48px;
    right:48px;
    border-radius: 100%;
    pointer-events: all;
    box-shadow: #000000AA 0px 0px 4px 4px;
}

.whatsapp-icon-container a{
    height: 100%;
    width: 100%;
}

.whatsapp-icon-container img{
    height: 80px;
    width: 80px;
    transition: all 0.3s;
}

.whatsapp-icon-container img:hover{
    height: 80px;
    width: 80px;
    transform: scale(1.1);
    filter: brightness(110%);
}


/* WELCOME DIV */

#welcome-div{
    position: relative;
}

#welcome-text-container{
    z-index: 100;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.welcome-div-background-container{
    width: 100%;
    height: 100%;
    position: absolute;
}

.welcome-div-background-container *{
    user-select: none;
    scale: 0.8;
}

.welcome-mockup-container{
    display: flex;
    justify-content:center;
    align-items:center; 
    height:250px;
    margin-bottom: 32px;
}

.welcome-mockup{
    height:100%;
    filter: drop-shadow(0px 0px 8px #ffffff);
}

.homepage-welcome-second-header{
    max-width: 500px;
}

/* GAME CARDS */

.game-card{
    background-color: #F5F5F7;
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
    padding: 16px;
    height: auto;
    border-radius: 20px;
    color: black;
    text-align: center;
}

.game-card-image-container{
    background-color: #D9D9D9;
    width: auto;
    height: auto;
    border-radius: 20px;
    border: 2px solid #000000;
}

.game-card-image-container img{
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.game-card-header-container{
    margin-top: 32px;
}

.game-card-header-container *{
    font-weight: 600;
}

.game-card-description-container *{
    font-weight: 500;
}

.game-card-buttons-container{
    display: flex;
    align-items:center;
    justify-content:center;
    width: auto;
}

.game-card button, .game-card a{
    height:49px;
    width: 147px;
    margin: 8px;
}

.game-card-price-info-container{
    font-weight: 500;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 0px;
    color :#A7A9BE;
}

.game-card-price-info-container p{
    margin-bottom: 0px;
}

.price-info-large{
    font-size: 18px;
    color:#333333;
}

/* ABOUT US */
.about-us-name-header-left{
    font-weight: bold;
    margin-bottom: 12px;
    clear:left;
}
.about-us-biography-text-left{
    clear:left;
}
.about-us-image-left{
    width:200px;
    float:left;
    margin-right:20px;
    margin-bottom:20px;
}
.about-us-name-header-right{
    font-weight: bold;
    margin-bottom: 12px;
    clear:right;
    text-align: right;
}
.about-us-biography-text-right{
    clear:right;
    text-align: right;
}
.about-us-image-right{
    width:200px;
    float:right;
    margin-left:20px;
    margin-bottom:20px;
}
.about-us-image-container img{
    max-width: 100%;
    max-height: 100%;
}
.about-us-column{
    margin-bottom: 40px;
}

/* HOW IT WORKS */

.hiw-step-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 200px;
}
.hiw-step-container:first-child .hiw-step-line:first-child{
    visibility: hidden;
}
.hiw-step-container:last-child .hiw-step-line:last-child{
    visibility: hidden;
}

.hiw-step-shapes-container{
    flex-basis:24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hiw-step-line{
    flex-grow: 1;
    width: 2px;
    background-color: #FFFFFF;
}

.hiw-step-circle{
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #FFFFFF;
}

.hiw-step-texts-container{
    flex-grow:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
    padding-right: 16px;
}

.hiw-step-texts-header{
    font-size:40px;
    color: #FF8906;
    font-weight: 600;
}

.hiw-step-texts-description{
    font-size:16px;
    color: #FFFFFF;
    font-weight: 500;
}


/* FAQ */

.accordion-item{
    margin-top: 8px;
    margin-bottom: 8px;
    border-top-left-radius: var(--accordion-border-radius) !important;
    border-top-right-radius: var(--accordion-border-radius) !important;
    border-bottom-left-radius: var(--accordion-border-radius) !important;
    border-bottom-right-radius: var(--accordion-border-radius) !important;
}

.accordion-button:after {
    order: -1;
    margin-left: 0; 
    margin-right:0.5em;
}

.accordion-button{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--dark-gray) !important;
    border-top-left-radius: var(--accordion-border-radius) !important;
    border-top-right-radius: var(--accordion-border-radius) !important;
    border-bottom-left-radius: var(--accordion-border-radius) !important;
    border-bottom-right-radius: var(--accordion-border-radius) !important;
}

.accordion-body{
    margin-left: 32px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.accordion-button:not(.collapsed){
    color:var(--dark-gray);
    background-color: var(--dirty-white);
}

.accordion-button{
    box-shadow: none !important;
}

/* FOOTER */

footer{
    background-color: var(--dirty-white) !important;
}

footer a{
    font-weight: bold;
    color:#313131;
    text-decoration: none;
}

.footer-right-icons{
    padding-right: 32px;
}

/* ACCOUNT */

.account-games-container{
    width: 100%;
    padding-top: 24px;
}

.account-games-list{
    width: 100%;
    margin-bottom: 24px;
}

.account-games-header{
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 24px;
    color: #FFFFFF;
}

.account-not-logged-in-text{
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 24px;
    padding-top: 24px;
    color: #FFFFFF;
}

.account-game-list-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.account-game-actions-container{
    align-self: flex-end;
}

.account-game-actions-container > *:not(:last-child){
    margin-right: 8px;
}

.acoount-game-button{
    min-width: 50px;
}
.acoount-game-button.primary{
    background-color: #FF8906;
}
.acoount-game-button.white{
    background-color: #FFFFFF;
}

.account-game-name{
    font-weight: 600;
}
.account-game-status{
    font-weight: 500;
}

.account-game-left-content{
    align-self: flex-start;
}

/* Fullscreen Swiper */
.homepage-preview-container{
  background-color: #000000EE;
  position: fixed;
  width: 100%;
  height: 100%;
  flex-direction: column;
  top:0px;
  left:0px;
  z-index: 100;
  display: none;
}

.homepage-preview-container .close-button{
    position: absolute;
    top:24px;
    right: 24px;
    cursor: pointer;
    z-index: 200;
}

.homepage-preview-container .close-button svg{
    margin-bottom: 3px;
}

.homepage-preview-container .swiper.main{
    height: calc(100% - var(--swiper-thumbnail-height));
    --swiper-navigation-color: #FF8906; 
    --swiper-pagination-color: #FF8906; 
    --swiper-pagination-bullet-inactive-color: #DDD; 
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-navigation-color: #FF8906;
}

.homepage-preview-container .swiper-slide img, .homepage-preview-container .swiper-slide video {
    height: 100%;
    width: 100%;
    user-select: none;
}

.homepage-preview-container .swiper.main .swiper-slide img, 
.homepage-preview-container .swiper.main .swiper-slide video{
    object-fit: contain;
}

.thumbnail-swiper .swiper-slide img, 
.thumbnail-swiper .swiper-slide video{
    object-fit: cover;
}

.homepage-preview-container .thumbnail-swiper{
    height: calc(var(--swiper-thumbnail-height) - 24px);
}

.swiper-slide{
    position: relative;
}

.swiper-slide .swiper-play-icon{
    position: absolute;
    display: block;
    background-image: url('../assets/icons/play-circle.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
}

.swiper.main .swiper-slide{
    padding: 32px;
    padding-bottom: 40px;
}

.thumbnail-swiper .swiper-slide:first-child{
    margin-left: auto;
}

.thumbnail-swiper .swiper-slide:last-child{
    margin-right: auto !important;
}

.thumbnail-swiper .swiper-slide{
    width: var(--swiper-thumbnail-width);
    cursor: pointer;
}

.thumbnail-swiper .swiper-slide {
    opacity: 1;
    transition:opacity 0.2s;
}

.thumbnail-swiper .swiper-slide:not(.swiper-slide-thumb-active) {
    opacity: 0.5;
}

.payment-results-container{
    color: #000000;
}

.status-card{
    border-radius: 10px;
    background-color: #FFFFFF;
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top:48px;
    margin-bottom: 48px;
    padding:48px;
}

.status-card * {
    text-align: center;
}

@keyframes processing-gear-clockwise {
    from { rotate: 0deg; }
    to { rotate: 360deg; }
}

@keyframes processing-gear-counter-clockwise {
    from { rotate: 360deg; }
    to { rotate: 0deg; }
}

.processing-icons-container{
    position: relative;
    height: 250px;
    width: 200px;
}

.processing-icon{
    position: absolute;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 3s;
    user-select: none;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .hiw-step-texts-header{
        font-size: 24px;
    }
    .hiw-step-container{
        padding-left: 24px;
    }
    .game-card-buttons-container > div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .game-card-buttons-container .game-card-buttons-space{
        height: 16px;
        width: 16px;
    }
    .whatsapp-icon-container{
        bottom: 20px;
        right:20px;
    }
    
    .whatsapp-icon-container img{
        height: 48px;
        width: 48px;
    }
    .whatsapp-icon-container img:hover{
        height: 54px;
        width: 54px;
    }
    .about-us-image-left{
        width: 120px;
    }
    .about-us-image-right{
        width: 120px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    .account-game-actions-container{
        display: flex;
    }
    .acoount-game-button{
        margin-top: 4px !important;
        margin-bottom: 4px !important;
        height: 33px !important;
    }
    .about-us-image-left{
        width: 160px;
    }
    .about-us-image-right{
        width: 160px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    .welcome-div-background-container{
        display: none;
    }
    #how-it-works-monster-image{
        display: none;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    #games-div .row > div:not(:last-child){
        margin-bottom: 24px;
    }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { 

}