@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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');
body {
font-family: "Roboto", serif;
background-color:black;
}
.text-article{
    height: 49vh !important;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    font-size: 14px;
}
.reply p{
    color:black;
}
.message-body p{
    color:black;
}

#list_convention{

    height: 72vh;
    padding-bottom: 60px;
    overflow-y: scroll;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(215, 253, 97);
    line-height: 1em;
}
#list_articles{
    overflow-y: scroll;
    padding-bottom: 60px;
    padding-top: 60px;;
}

.list-group-item{
        display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-color{
    color:rgb(215, 253, 97) !important;
}
.hamburger{
 position:relative;
}
.hamburger .num{
    position: absolute;
    background: red;
    color: white;
    font-size: 16px;
    border-radius: 19px;
    padding: 3px 10px;
    top: 5px;
    right: 40px;
}

#qrcode{
margin: 0 auto;
display: flex
;
justify-content: center;
align-items: center;
}
.top-nav {
position: fixed;
top: 0;
width: 100%;
background: black;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
z-index: 998;
padding: 10px 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
.top-nav .logo {
font-size: 1.5rem;
font-weight: bold;
color: #007bff;
}
.top-nav .hamburger {
font-size: 1.5rem;
color: #333;
cursor: pointer;
}
.nav-tabs {
position: fixed;
bottom: 0;
width: 100%;
background: linear-gradient(to top, #ffffff, #f8f9fa);
box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}
.nav-link {
text-align: center;
color: #333;
}
.nav-link i {
font-size: 1.5rem;
}
.nav-link.active {
color: #000;
}
.tab-pane {
padding: 20px;
margin-top: 60px;
}
.modal-content {
background: #172A38;
}
.modal-header {
border-bottom: none;
}
.modal-title {
font-size: 1.5rem;
font-weight: bold;
}
.modal-body .service-item {
display: flex;
align-items: center;
margin-bottom: 15px;
padding: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-top: 2px solid #d7fd61;
}
.modal-body .service-item img {
height: 50px;
margin-right: 15px;
border-radius: 5px;
}
.modal-body .service-item h5 {
margin: 0;
font-size: 1.1rem;
color: #ccff33;
}
.modal-body .service-item p {
margin: 0;
font-size: 0.9rem;
color: white;
}
.modal-body .service-item .btn {
margin-left: auto;
}
.logo img{
height:80px;
}
.logo {
color: black !important;
display: flex;
justify-content: space-between;
align-items: center;
gap: 4px;
}
span{
color: #ccff33;
font-size: 23px;
line-height: 23px;
font-weight: 400;
}
.top-nav .hamburger {
font-size: 2.5rem;
color: #ccff33;
cursor: pointer;
margin-right:10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color: var(--bs-nav-tabs-link-active-color);
background-color: transparent;
border-color: transparent;
}
.nav-tabs {
background: black;
}
.nav-link i {
font-size: 1.5rem;
color: #ccff33;
}
.modal-fullscreen .modal-content {
height: 100%;
border: 0;
border-radius: 0;
background: #2b2727;
}
.btn-primary{
background: black;
border: 2px solid #ccff33;
color: #ccff33
}

.btn-close {
 opacity: 1;
 font-size:23px;
}

.modal-footer {
box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
}
.btn-primary:hover {
background: #b7e633;
color: black;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.modal-title {
font-size: 1.5rem;
font-weight: bold;
color: #d7fd61;
}
small{
color: #d7fd61;
}
.product-card {
border: none;
border-radius: 10px;
overflow: hidden;
transition: transform 0.2s;
position:relative;
margin-bottom:20px;
height:270px;
}
.product-card .overlay{
position: absolute;
width: 100%;
height: 270px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,000000+100&0+43,1+100 */
background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(71,105,132,0) 25%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.product-card .text-white {
position: absolute;
left: 5px;
bottom: -10px;
font-size: 18px;
font-weight: 700;
z-index: 99;
}
.product-card:hover {
transform: scale(1.05);
}
.product-image {
width: 100%;
    height: 270px;
    background: black;
    object-fit: cover;
}
.product-details {
padding: 3px 5px;
display: flex;
justify-content: space-between;
align-items: center;
}
.product-title {
font-size: 1.2rem;
font-weight: bold;
}
.product-subtitle {
font-size: 0.9rem;
color: #6c757d;
margin-bottom: 10px;
}
.btn-buy {
background-color: #007bff;
color: white;
font-weight: bold;
}
.btn-buy:hover {
background-color: #0056b3;
}
.header img{
width:100%;
height:300px;
object-fit:contain;
}
.back{
width: 32px !important;
height: 32px !important;
position: absolute;
top: 20px;
z-index: 9999;
left: 20px;
}
.text-coupon {
    background: black;
    color: white;
    font-size: 19px;
    padding: 10px;
    height: 45vh;
    overflow-y: scroll;
}
.navbar-coupon{
position:absolute;
}
.header{
position:relative;
}
.navbar-coupon {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #172a38;
    padding: 7px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-coupon h3{
color:#ccff33;
}
.navbar-coupon button{
background:#ef3636;
color:white;
border:0;
border-radius:50px;
padding:5px 10px;
}
#content_qr{
position: absolute;
background: black;
height: 100vh;
justify-content: center;
align-items: center;
display: none;
}

#listMessages{
	    height: 84vh;
    overflow-y: scroll;
}

#cta_qr{
display: flex;
justify-content: center;
align-items: center;
margin-top: 5px;
width: 90%;;
}
#cta_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    position: fixed;
}
.affianca {
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    width: 100%;
    bottom: 100px;
}


#cta_qr button{
background: #cdfd61;
border: 0px;
padding: 5px;
border-radius: 8px;
color: black;
font-weight: 400;
width: 130px;
font-size:20px;
}

#cta_contact button{
background: #cdfd61;
border: 0px;
padding: 5px;
border-radius: 8px;
color: black;
font-weight: 400;
width: 130px;
font-size:20px;
}
.nav-scroll-container {
display: flex;
position: relative;
background-color: #000; /* Cambia il colore secondo il tuo tema */
padding: 10px;
overflow-x: auto; /* Abilita lo scrolling orizzontale */
white-space: nowrap; /* Mantiene gli elementi in una sola riga */
scrollbar-width: none; /* Nasconde la barra di scorrimento su Firefox */
-ms-overflow-style: none; /* Nasconde la barra di scorrimento su IE e Edge */
margin-bottom: 15px;
}
.nav-scroll-container::-webkit-scrollbar {
display: none; /* Nasconde la barra di scorrimento su Chrome, Safari e altri WebKit */
}
.nav-item-scroll {
padding: 10px 15px;
color: #fff;
font-size: 14px;
cursor: pointer;
position: relative;
flex-shrink: 0; /* Impedisce il ridimensionamento degli elementi */
}
.nav-item-scroll.active {
font-weight: bold;
}
.underline {
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 0;
background-color: #fff; /* Colore della barra */
transition: 0.3s ease;
}
.nav-item{
padding-top:30px;
padding:0px;
padding-bottom:10px;
}
.nav-link{
padding:0;
}
.nav-link span{
font-size:13px;
}
.news-item{
background: white;
height: 350px;
border-radius: 16px;
height:340px;
color: white;
background:black;
margin-bottom:20px;
}
.desc-box{
padding:10px;
font-size:17px;
font-weight:600;
}
.image-box img{
width:100%;
object-fit:cover;
height:230px;
border-radius: 16px;
box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
#listNews{
height: 55vh;
overflow-y: scroll;
width: 100%;
overflow-x: hidden;
padding-top: 23px;
padding-bottom: 23px;
}
#list-news-item{
height: 77vh;
overflow-y: scroll;
}
.offcanvas-body {
background: #172A38;
}
.offcanvas-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
background: #172a38;
color: white;
}
#boxLogin{
background: black;
position: fixed;
z-index: 9999;
height: 100vh;
width: 100%;
top: 0;
padding: 10px;
}
.item-card {
border: none;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: transform 0.2s;
position:relative;
margin-bottom:20px;
height:270px;
}
.article-card .overlay{
position: absolute;
width: 100%;
height: 270px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,000000+100&0+43,1+100 */
background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(71,105,132,0) 25%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.item-card .text-white {
position: absolute;
left: 5px;
bottom: -10px;
font-size: 18px;
font-weight: 700;
z-index: 99;
}
.item-card:hover {
transform: scale(1.05);
}
.bottom-nav{
position: fixed;
z-index: 1300;
background: #172a38;
padding-top: 10px;
}
#list_category{
padding-bottom: 60px;
}
