/*STYLE CSS PER PSM*/

/*Importazione font roboto*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*Inizio desktop*/
.logo_psm {
    max-width: 263px;
    max-height: 75px;
    width: 100%;
    height: 100%;
    margin: 28px 0;
}

.logo_psm_footer {
    max-width: 418px;
    max-height: 104px;
    width: 100%;
    height: 100%;
    margin-bottom: 76px;
}

.wrapper-btn {
    display: flex;
}

.top-button {
    margin-right: 10px;
    margin-top: 3px;
}

.float-right {
    float: right;
}

.align-content-center {
    align-content: center;
}

@media (min-width: 768px) {
    .navbar > .container, .container-md, .container-sm {
        max-width: unset;
    }
}

.btn-primary-rounded {
    border-radius: 50px;
    background-color: #F9B433 !important;
    color: #000;
    padding: 10px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: auto;
    text-wrap-mode: nowrap;
}

    .btn-primary-rounded:active {
        background-color: #f9b433ba !important;
    }

.btn-secondary-rounded {
    border-radius: 50px;
    background-color: #fff;
    color: #000;
    /* padding: 6px 44px; -> da schiaffare nella media query x mobile */
    padding: 13px 55px;
    font-family: "Roboto", sans-serif;
    /* font-size: 10px; -> da schiaffare nella media query x mobile */
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    width: auto;
}

.btn-primary-rounded:hover {
    background-color: #F9B433;
}

.dot {
    height: 15px !important;
    width: 15px !important;
    border-radius: 50%;
}

.wrapper-content {
    background-color: #000;
    padding-top: 50px;
}

.rounded-banner {
    border-radius: 45px;
    z-index: 1;
}

.spacer {
    margin-top: 32px;
}

.spacer_plus {
    margin-top: 121px;
    justify-content: center;
}

.footer_wrapper {
    background-color: #000;
    padding-top: 173px;
}

.hr-psm {
    border: solid 1px #F9B433;
    margin: 0;
    opacity: 100%;
}

.copyright-banner {
    margin-top: 30px;
    padding-bottom: 91px;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.3px;
    text-transform: uppercase;
    color: #fff;
}

/*gestione hover delle immagini per banner demo*/
.demo_hover:hover > .hoverContent::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.8;
    /*border-radius: 40px;*/
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    z-index: -1;
}

.nome_gioco {
    color: #FFF;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    top: 88%;
    width: 90%;
}

.hoverContent {
    z-index: 2;
    opacity: 0%;
    aspect-ratio: 1 / 1;
}

.demo_hover:hover > .hoverContent {
    opacity: 100%;
    transition: opacity 0.8s;
}

.hoverContent > .btn-primary-rounded {
    min-width: 80%;
}

.hide-lg {
    display: none;
}

.hide-sm {
    display: block;
}

.hide-smm {
    display: block;
}

.w-custom {
    width: -moz-available;
}

.h-custom {
    height: 416px;
    margin: auto;
}
.h-custom-no {
    /*height: 416px;*/
    margin: auto;
    aspect-ratio: 1/1;
    height: unset;
}

@media screen and (max-width: 767px) {
    .logo_psm {
        max-width: 124px;
        max-height: 35px;
    }

    .wrapper-content {
        padding-top: 45px;
    }

    .hide-sm {
        display: none;
    }

    .hide-lg {
        display: block;
    }

    .dot {
        height: 10px !important;
        width: 10px !important;
    }

    .spacer {
        margin-top: 15px;
    }

    .spacer_plus {
        margin-top: 58px;
        justify-content: center;
    }

    .footer_wrapper {
        padding-top: 47px;
    }

    .hide-smm {
        display: block;
    }

    .h-custom {
        height: 223px;
    }
}

/* hide Play */
.mb-4 {
    visibility: hidden;
}

.carousel-item > sliderImage {
    aspect-ratio: 3.26 / 1;
}

.coming-soon, .new {
    z-index: 1 !important;
    position: absolute;
    position-area: top;
    max-height: 10%
}

.coming-soon-slider, .new-slider {
    z-index: 1 !important;
    position: absolute;
    position-area: top;
    max-height: 11%
}

@media screen and (max-width: 575px) {
    .top-button {
        margin-right: 0;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 11px;
    }

    .carousel-item > sliderImage {
        /* height: 172px; */
        aspect-ratio: 3.26 / 1;
    }

    .hide-smm {
        display: none;
    }

    .copyright-banner {
        margin-top: 47px;
        padding-bottom: 40px;
        font-family: "Roboto", sans-serif;
        color: #FFF;
        text-align: center;
        font-size: 8px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 2.4px;
        text-transform: uppercase;
    }

    .col-6 {
        display: flex;
        justify-content: start;
    }

        .col-6.right {
            justify-content: end;
        }

    .col-12 {
        /*display: flex;*/
        justify-content: center;
    }

    .h-custom {
        height: 163px;
        width: 163px !important;
    }

    .w-opt-custom {
        width: 356px !important;
    }

    .h-banner-custom {
        height: 356px;
        /*width: 356px !important;*/
    }

    .coming-soon, .new {
        z-index: 1 !important;
        position: absolute;
        width: 50%;
        left: 25%;
        right: 25%;
        padding-right: unset;
    }

    .btn-primary-rounded {
        padding: 10px 20px;
    }
}

@media screen and (min-width: 360px) and (max-width: 380px) {
    .h-banner-custom {
        height: 336px;
        width: 336px !important;
    }

    .w-opt-custom {
        width: 336px !important;
    }
}

@media screen and (max-width: 360px) {
    .h-custom {
        height: 140px;
        width: 140px !important;
    }

    .h-banner-custom {
        height: 304px;
        width: 304px !important;
    }

    .w-opt-custom {
        width: 304px !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .h-custom {
        height: 246px;
    }

    .h-banner-custom {
        height: 516px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .h-custom {
        height: 216px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .h-custom {
        height: 296px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .h-custom {
        height: 356px;
    }
}
