/*
Copyright Vittorio Domenico Padiglia.
Se non hai pagato per l'uso o la modifica di questi sorgenti, hai il dovere di cancellarli.
Il possesso e l'uso, o la copia, di questo codice non consentito Ã¨ punibile per legge.
*/

/* 
    Created on : 28 ago 2023, 10:04:36
    Author     : Admin
*/

@font-face {
    font-family: DalaFlodaMedium;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/DalaFloda-Medium.otf") format("opentype");
}

@font-face {
    font-family: DalaFloda;
    font-weight: bold;
    src: url("../fonts/DalaFloda-Bold.otf") format("opentype");

}
:root {
    --red: #E30613;
    --red-dark: #B4020C;

    --grey: rgb(131,131,131);
    --black: #1c1d1e;
    --light-grey: rgb(224,224,224);
}



body, html{
    width: 100vw;
    height: 100vh;
    display: block;
    overflow: hidden;
    font-family: 'DalaFlodaMedium', serif!important;
}

body{
    background: url(../img/standbyNew.jpg) no-repeat top left ;
    background-size: cover;
    background-position: center center;
}

header{
    height: 16%;
}

.container{
    height: 68%;
    margin-top: 220px!important;
}
.container {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.container::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}
#main-container {


}

.logo{
    position: fixed;
    bottom: 19%;
    height: 100px;
    width: 100px;
    background-color: red;
    margin: 0;
    padding: 0;
    left: 50%;
    margin-left: -50px;
}

video::-webkit-media-controls {
    display: none;
}

video {
    display: none;
    pointer-events: none;
}


#video-player-container {
    display: none;
    position: fixed;
    z-index:999;
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;

    background: url(../img/standbyNew.jpg) no-repeat top left ;
    background-size: cover;
    background-position: center center;
}
#video-player-popup{
    width: 60vw;
    height: 63vh;
    margin-left: 20vw;
    margin-top: 29vh;
    background-color: white;
    border: 2px solid;
    border-color: var(--red-dark);
    box-shadow: black 0px 0px 20px;
}
#video-player-popup-content {
    width: 94%;
    height: 100%;
    padding-top: 6%;
    margin-left: 3%;
}
#video-player-header {
    position: fixed;
    top: 30vh;
    z-index: 9999;
    left: 77vw;


}
#video-player-header a{
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    font-size: 25px;

}



audio::-webkit-media-controls-mute-button {
    display: none !important;
}

audio::-webkit-media-controls-volume-slider {
    display: none !important;
}


#video-player-popup-author{
    font-style: italic;
    font-size: 25px;
    margin-top: -12px;
}






#video-player-popup-img{
    width: 200px;
    height: 200px;
    border-radius: 100px;
}
.video-player-popup-content-first-row{
    height: 360px;
    text-align: left;
}

audio{
    width: 100%
}
#standby{
    width: 100vw;
    height:  100vh;
    background: url(../img/standbyNew.jpg) no-repeat top left ;
    background-size: cover;
    position: absolute;
    top:0;
    left: 0;
    margin:0;
    padding: 0;
    z-index: 999;
}
#pulseBox {
    width: 400px;
    height: 400px;
    background: url(../img/leVociInOndaPulsante.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 0.5s infinite alternate;
}

/* Animazione pulsante */
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.05);
        opacity: 1;
    }
}

.video-thumb {
    width: 120px;
    height: 120px;
    border-radius: 70px;
    margin-left: 19px;
    /*position: absolute;
    left: 110px;*/
}

.bg-grey {
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.element-row h1 {
    color: #696969!important;
    font-size: 26px!important;
    font-family: 'DalaFloda', serif!important;
    line-height: 24px;


}
.element-row h2 {
    color: #696969!important;
    font-size: 22px!important;
    font-weight: normal;
    font-family: 'DalaFlodaMedium', serif!important;
    font-style: italic;
    line-height: 22px;
}
.element-row p {
    color: #696969!important;
    font-size: 18px!important;
    font-style: normal;
    font-weight: normal;
    font-family: 'DalaFlodaMedium', serif!important;

}
.element-row a, .element-row a:visited {
    font-family: serif!important;

    display: inline-block;
    line-height: 1;
    background-color: var(--red);
    border-color:var(--red-dark);
    font-weight: 700;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;

}
.element-row a:active, .element-row a:hover, .element-row a:focus , .element-row a:focus-visible {
    background-color: var(--red-dark)!important;
    border-color:var(--red)!important;
}

#main-overflow{
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

* {
    cursor: none;
}

p {
    font-size: 21px;
}
@media (min-width: 1400px) {
    p {
        font-size: 25px;
    }
    .container{
        height: 63%;
        margin-top: 301px!important;
    }
    .bg-grey {
        background-color: #f1f1f1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .element-row p {
        color: #696969!important;
        font-size: 25px!important;
        font-style: normal;
        font-weight: normal;
        font-family: 'DalaFlodaMedium', serif!important;

    }
    #main-container{
        max-width: 1610px;
    }
    #standby{

        background: url(../img/standbyNew.jpg) no-repeat top left ;
    }
    #video-player-container {

        background: url(../img/standbyNew.jpg) no-repeat top left ;
    }
    body{
        background: url(../img/standbyNew.jpg) no-repeat top left ;
    }


}

.card-img-top {
    border-radius: 50%!important;
    /*border: 2px solid #ddd;*/
    width: 190px;
    height: 190px;
}
.card-category{
    max-width: 249px;
    margin:10px;
    height: 500px;
    text-align: center;
    background-color: #f1f1f1;
}

.categoria-card {
    width: 180px;
    background-color: #f5f5f5;
    padding: 20px;
    text-align: left;
}

.categoria-titolo {
    color: #696969 !important;
    font-size: /*32*/26px !important;
    font-family: 'DalaFloda', serif !important;
    line-height: 26px;
}
.categoria-descrizione {
    color: #696969 !important;
    font-size: /*18*/22px !important;
    font-style: normal;
    font-weight: normal;
    font-family: 'DalaFlodaMedium', serif !important;
}
div#breadcrumbs {
    position: absolute;
    right: 110px;
    top: 185px;
    text-align: right;
}

#breadcrumbs span {
    font-size: 25px;
}

p.card-text.categoria-descrizione {
    font-size: 28px !important;
}

h1.card-title.categoria-titolo {
    font-size: 35px !important;
}

.element-row h1 {
    font-size: 35px !important;
    line-height: 31px;

}
.element-row h2 {
    font-size: 31px !important;
}
.element-row p {
    font-size: 29px !important;
}