@charset "utf-8";
.underline {
	cursor: pointer;
	
}

.underline:hover {
	text-decoration: underline;
	
}
.coname {
	width: 50px;
	height: 50px;
	border-radius: 220px;
	display: flex;
	justify-content: center; /* Horizontal center */
    align-items: center;     /* Vertical center */
	
}

/* Comment container */
.live-comments {
    display:flex;
    flex-direction:column;
    gap:10px;
}


/* Hidden comments */
.comment {
    display:none;
    align-items:center;
    gap:10px;
}


/* Visible comment */
.comment.show {

    display:flex;

    animation:commentIn .45s ease forwards;
}

/* Animation */
@keyframes commentIn {

    from {
        opacity:0;
        transform:translateY(-40px);
    }

    to {
        opacity:1;
        transform:translateY(0);
    }

}

.sosbtn {
	background: none;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
	border: none;	
	cursor: pointer;
}

.sosbtn:hover {
	background-color: #ededed
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #555;
}

.time {
    color: #555;
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}

.live {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #e41e3f;
    color: #fff;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}

.live .dot {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
}

.globe {
    background: #e8f5ff;
    color: #0a66c2;
    padding: 3px 7px;
    font-size: 14px;
}


.blinking-element {
  /* Initial styles */
  font-size: 24px;
  color: #ff0000;
  font-weight: bold;
  /* Animation properties */
  animation: abruptBlink 1s steps(1, start) infinite;
}

@keyframes abruptBlink {
  0%, 100% {
    opacity: 1; /* Visible */
  }
  50% {
    opacity: 0; /* Hidden */
  }
}

.sticker {
	width: 20%; 
	position: fixed; 
	z-index: 99; 
	right: 3%; 
	top: 3%
}

.menutable {
	background: #000;
	cursor: pointer;
	color: white;
	
}

.menutable:hover, .menutable:active, .menutable:focus {
	background: #790303;
}

.price {
      transition: transform 0.3s ease, color 0.3s ease;
    }

    .price.up {
      color: #00ff9d;
      transform: scale(1.1);
    }

    .price.down {
      color: #ff3b3b;
      transform: scale(0.95);
    }


.rb {
	border: 1px solid #ccc;
	border-radius: 8px;
}

.bgheader {
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #000;
	background-attachment: fixed;
}


.arial, .pop {
	font-family: "Inter", sans-serif;
}


.flex {
	display: flex;
	justify-content: space-between;}
	
.twocol {
	width:48%}
	
.threecol {
	width:32%}
	
.onefour {
	width:20%;
	}
	
.threefour {
	width:79%;
	}
	
.onethree {
	width:31%;
	}
	
.twothree {
	width:60%;
	}
	
.colrev {
	flex-direction: none;}

.h70 {
	font-size: 75px;
	letter-spacing: -1px;
	line-height: 80px;
}
	
.h55 {
	font-size: 53px;
	letter-spacing: -1px;
	line-height: 60px;
}


.h40 {
	font-size: 38px;
	line-height:50px;
	letter-spacing:-1px;
}
	
.h30 {
	font-size: 32px;
	line-height:42px;
	letter-spacing:-1px;
}
	
.h25 {
	font-size: 27px;
	line-height:38px;
}
	
.h20 {
	font-size: 16px;
	line-height:23px;
}

.h15 {
	font-size: 14px;
	line-height:19px;
}

.h13 {
	font-size: 13px;
	line-height:21px;
}

.h11 {
	font-size: 11px;
	line-height:15px;
}

	
.wh {
	color: #fff;}

.red {
	color: #f00;}

.grey {
	 color: #73767e}
	
.btn {
	background: #F00;
	border: 5px solid #000;
	border-radius: 110px;
	padding-top: 0px;
	padding-bottom: 10px;
	width:80%;
	cursor: pointer;
	}

.btn span {
	color: #000;
}

.btn2 {
	background: #e5ce73;
	border: 1px solid #9b9b9b;
	border-radius: 110px;
	padding: 10px 20px;
	cursor: pointer;
	}


.btn:hover {
	transition: 1s}
		
		
	
.btn:hover span {
	color: #FFF;
text-shadow: 0px 0px 10px #ccc}
	
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
	
	.sticker {
	width: 70%; 
	position: fixed; 
	z-index: 99; 
	right: 5%; 
	top: 2%
}	
	
	
	.hidden {display: none}
	
	.mg {margin-top: 15px}
	
	.responsive {
	width:90%;}
			
.flex {
	flex-direction: column;}
	
.onefour, .threefour, .onethree, .twothree, .twocol, .threecol {
	width: 100%;
	}
		
.h55 {
	font-size: 45px;
	letter-spacing: -1px;
	line-height: 55px;
}	
		
.h40 {
	font-size: 30px;
	line-height: 35px;
}
	
.h30 {
	font-size: 25px;
	line-height:35px;
}
	
.h25 {
	font-size: 18px;
	line-height:25px;
}
	
.h20 {
	font-size: 17px;
	line-height:25px;
	letter-spacing: 0px;
}
	
.h17 {
	font-size: 15px;
	line-height:22px;
}
.h13, .h15 {
	font-size: 13px;
	line-height:20px;
}
	
.colrev {
	flex-direction: column-reverse;}

}



@media only screen and (min-device-width: 768px) and (max-device-width: 1365px) {
.responsive {
		width:90%;}
}
	
