html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
html, body {
    width: 100%;
    height: 100vh;
    overflow-x:hidden;
    scrollbar-width: 0px!important;
    margin: 0px;
    padding: 0px;
}


@media screen and (max-width: 400px) {
    body::-webkit-scrollbar{
        display: none;
      }
}

.navbar {
    position:relative;
    margin-top:15px;
}

.prodotti_slider {
    display:flex;
    align-items: center;
}
.prodotto_slider_container  {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.prodotto_slider_item_container {
    position: relative;
    display: flex;
    justify-content: center;
}


.yellow_circle_back {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background-color: #ffd614;
    position: absolute;
    z-index: -1;
    left: 0; 
    right: 0; 
    bottom:-65px;
    margin-left: auto; 
    margin-right: auto; 
}

.come_funziona_container {
    margin-top:40px;
    margin-bottom: 10px;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right:15px;
    margin-left: 15px;
}

.come_funziona_number {
    border:3px solid #000;
    border-radius: 100%;
    height:33px;
    width:33px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
}

.grid-menu-box {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 16%) 0px 2px 6px 0px;
    background-color: rgb(255, 255, 255);
    padding: 18px;
    width: 100%;
    min-height: 165px;
    transition: all 0.4s ease 0s;
    border: 1px solid transparent;
    max-width: 100%!important;
}
.grid-menu-box:hover {
    box-shadow: rgb(0 0 0 / 34%) 0px 2px 15px 0px;
    border: 1px solid rgb(244, 244, 244);
}

#simulatore_container {
    background-color: #fff;
    width: 290px;
    height: 490px;
    border-radius: 12px;
    padding: 15px 10px; 
    margin-top:15px;
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#timer {
    font-size: 30px;
    font-weight: 700;
}
#punti {
    font-size:25px;
}

.fa-gem {
    font-size:15px;
    color: #EE707C;
}
.simulatore_header i {
    font-size:25px;
}
.come_funziona_container .fa-gem {
    font-size: 25px;
}

#title, .risp_box {
    min-width: 90%;
    max-width: 90%;
    width: 90%;
    padding: 10px;
    border-radius: 12px;
}

.grey_box {
    background-color: #eee;
}

.form_input {
    width: 90%;
    border:1px solid #dbdbdb;
    background-color: #eee;
    color: #000;
    padding: 7px 7px;
    border-radius: 7px;
}

.form_submit {
    background-color: #ffd614;
    color: #000;
}

.prodotto-inner img{
    max-width: 100%;
}

.invisible {
    opacity:100%;
}

#come_funziona {
    position:relative;
}

.lottie-slide {
    left:0;
    right:0;
    margin:auto;
    margin-top: -90px;
}

.lottie-arrow-right{
    display: inline;
    position: absolute;
    width:150px;
    top:0px;
    right: -30px;
}

.psgTimer_labels>div {
    color: #fff!important;
    font-size:20px;
}

.psgTimer_numbers>div, .psgTimer_labels>div {
    width:60px!important;
}

.psgTimer_numbers>div>div {
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 60px;
    line-height: 60px;
    background: #ffd614!important;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    border-radius: 6px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #000!important;
}

.psgTimer_numbers>div div {
    width: 50px!important;
    height: 50px!important;
    line-height: 50px!important;
    font-size: 20px!important;
}

.navbar {
    z-index: 9;
}

.overlay-animation{
    width:100%;
    height:100%;
    background-color: #fefdfe;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    overflow:hidden;
}

.lottie-confetti {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity: 0.5;
    z-index:-1;
    transform: scale(1.8);
}

.prodotto_slider_container img {
    width:200px;
}


#bottom_nav {
    position:fixed;
    bottom: 0px;
    width:100%;
    height:70px;
    background-color: #eee;
    z-index:9;
    margin-bottom:0px;
}

@media screen and (max-width:400px){
    #bottom_nav h5 {
        font-size: 15px;
    }
}

#menu_one > div, #menu_two > div {
    flex: 1;
}

#bottom_nav .border-right{
    border-right:1px solid #cecece;
}
#bottom_nav i {
    font-size:18px;
    margin-bottom:3px;
}