@font-face {
    font-family: Lobster;
    src: url(/Font/Lobster-Regular.ttf);
}
.titolo{font-family: Lobster !important;
}
.btnfont{font-family: Lobster !important;
}
.faq-titolo{font-family: Lobster !important;
}

@font-face {
    font-family: Apple;
    src: url(/Font/SF_pro_mid.OTF);
}
body{font-family: Apple;
}

@media screen and (max-width: 768px){
    .titolo{
        font-size: 45px !important;
        margin-top: 70px !important;
    }
    .descrizione{
        font-size: 20px !important;
    }
    .select{
        margin-left: 45px !important;
        margin-right: 45px !important;
        
    }
    .procione-scelto{
        height: 710px !important;
        margin-top: 50px !important;
    }
    .img-procione{
        width: 71% !important;
    }
    .scheda{
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .descrizioneProcione{
        font-size: 18px !important;
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
    .faq{
        margin-top: 45px !important;
    }
    
    .faq-titolo{
        font-size: 45px !important;
    }
    
    .domanda{
        margin-bottom: 5px !important;
        font-size: 22px !important;
        font-weight: 500 !important;
        margin-left: 25px !important;
        margin-right: 25px !important;
    }
    
    .risposta{
        font-size: 15px !important;
        margin-bottom: 35px !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .dettagliScheda{
        margin-bottom: 9px !important;
        font-size: 17px !important;
        margin-left: 23px !important;
        margin-right: 23px !important;
    }
    .btn{
        font-size: 20px;
    }
}

.blur{
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(97, 97, 97, 0.539) !important;
    color: white;
    border-color: rgb(176 176 176);
}

.okPopup{
    -webkit-backdrop-filter: blur(5px);
    margin-top: 0px !important;
    backdrop-filter: blur(5px);
    background-color: rgba(43, 43, 43, 0.45) !important;
    color: white;
    border-color: rgba(45, 45, 45, 0.833);
    margin-right: 10px;
}

.popup {
    display: none;
    position: absolute;
    background-color: #7a7a7a79;
    border: 1px solid #65656563;
    padding: 10px;
    z-index: 9;
    border-radius: 20px;
    font-size: 20px;
    max-width: 260px;
}

.navbar-nav {
    --bs-nav-link-hover-color: white;
}

.navbar{
    -webkit-backdrop-filter: blur(12px);
    position: fixed !important;
    z-index: 10;
    width: 100%;
    backdrop-filter: blur(12px);
    background-color: rgba(0,0,0,0.6) !important
}

.nav-link{
    color: rgb(183, 183, 183);
}

.active{
    color: white !important;
}

.titolo{
    font-size: 55px;
    margin-top: 80px;
    margin-left: 30px;
    margin-right: 30px;
}

.navbar-toggler{
    border: var(--bs-border-width) solid rgba(255, 255, 255, 0.258) !important;
}

.descrizione{
    font-size: 25px;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

.sfondo{
    -webkit-background-attachment: fixed;
    background: url(Procioni/wa1.jpg) center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    position: absolute;
}

@supports (-webkit-overflow-scrolling: touch) {
  .sfondo {
    background-attachment: scroll; !important
  }
}

.quale{
    margin-top: 50px;
    font-size: 20px;
}

.select{
    margin-left: 30%;
    margin-right: 30%;
}

.form-select{
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(20,20,20,0.6) !important;
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
}

#queryButton{
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: rgba(0, 0, 0, 0.055) !important;
    border-color: rgba(255, 255, 255, 0.5);
}

#queryButton:hover{
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: rgba(247, 247, 247, 0.829) !important;
}


.btn{
    margin-top: 20px;
}

.btndown{
    -webkit-backdrop-filter: blur(7px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    position: relative;
    backdrop-filter: blur(7px);
    background-color: rgba(54, 176, 52, 0.336) !important;
    border-color: #61ff495e;
}

.svgdownload{
    margin-right: 6px;
    margin-bottom: 2px;
}

.nonsicuro{
    font-size: 13px !important;
    font-weight: 400 !important;
    vertical-align: middle;
}

.procione-scelto{
    height: 710px;
    margin-top: 50px;
}

.img-procione{
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    display: block;
    transition: opacity 1s;
}

.scheda{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.descrizioneProcione{
    font-size: 20px;
    margin-top: 15px;
    margin-left: 150px;
    margin-right: 150px;
}

.icone{
    margin-top: 5px;
    width: 60px;
    height: 60px;
}

.testodelleicone{
    font-size: 18px;
    margin-left: 30px;
    margin-right: 30px;
}

.margine-testo-icone-row{
    margin-left: 7%;
    margin-right: 7%;
}

.margine-testo-icone{
    margin-top: 20px;
}

.faq{
    margin-top: 30px;
}

.faq-titolo{
    font-size: 50px;
}

.domanda{
    margin-bottom: 5px;
    font-size: 26px;
    font-weight: 500;
}

.risposta{
    font-size: 18px;
    margin-bottom: 35px;
}

.dettagliScheda{
    margin-bottom: 9px !important;
    font-size: 17px;
}

span{
    font-weight: 750;
}

.avviso{
    font-size: 13px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    color: rgba(223, 223, 223, 0.65);
}