@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..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');
.single-badge header,
.single-badge footer,
.page-template-page-badges header,
.page-template-page-badges footer,
.page-template-page-device-info header,
.page-template-page-device-info footer{
	display: none;
}

article.badge {
    display: block;
}
.phone-v{
	max-width: 550px;
}
.view-badge {
    /* min-height: 899px; */
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    /* zoom: 0.8; */
}
.badge-video video{
	width: 100%;
}
.view-badge-c {
		font-family: 'Inter', sans-serif;
    color: #666666;
    white-space: initial;
    text-align: left;
		
}
.badges-carousel{
    margin-top: 50px;
}
.badge-text-c{
	padding: 30px 24px;
}
.badge-title {
    font-size: 21px;
		font-weight: 600;
    line-height: 26px;
}
.badge-desc{
	font-size: 16px;
	font-weight:400;
	line-height: 23px;
}

.rtl .badge-attachment{
    text-align: right;
}

.badge-attachment ul {
    padding: 0;
    list-style: none;
}

.badge-attachment ul li {
    background-image: url(/wp-content/uploads/2024/09/Vector.png);
    background-repeat: no-repeat;
    border: 1px solid #FF9500;
    display: inline-block;
    border-radius: 26px;
    margin: 4px;
    padding: 10px 16px 10px 40px;
    background-size: 14px;
    background-position: 16px 
}
.badge-attachment ul li a{
	font-size: 14px;
	text-decoration: none;
	color: #FF9500;
	font-weight: 500;
}
.badge-button{
	max-width: 310px;
	margin: 0 auto;
}
.badge-button button {
	transition: 0.4s all ease;
    margin-bottom: 15px;
		color: #FF9500;
		background-color: #FFF;
    width: 100%;
    padding: 15px;
    font-size: 15px;
    border: 0;
    border-radius: 16px;
}
button.btn-next{
	background-color: #FDEFE880;
}
button.btn-next.active{
	background-color: #EB5E15;
	color: #fff;
}
button:hover{
	background-color: #fdefe880;
}
.post-title-c h1 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    margin: 20px 10px;
    letter-spacing: 3px;
}
.carousel-card{
	transform: scale(0.8);
	zoom: 0.7;
	transition: all .4s ease;
}
.carousel-card .view-badge-c .modal{
	zoom: 0.8;
}
.center .carousel-card{
	transform: scale(1);
}

.carousel-card .view-badge{
	margin: 0 auto;
}

.carousel-card .view-badge-c{
    /* overflow-y: scroll; */
    /* max-height: 755px; */
    border: 1px solid #ccc;
    border-radius: 15px;
}

.carousel-card .view-badge-c img.badge-p {
    max-width: 250px;
}


/*Carouse Scroll*/
.carousel-card .view-badge-c::-webkit-scrollbar {
  width: 7px;
}
.carousel-card .view-badge-c::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10rem;
  border: 1px solid #fff;
}


.carousel-card .view-badge-c::-webkit-scrollbar-track-piece:start {
  background: transparent;
}

.carousel-card .view-badge-c::-webkit-scrollbar-track-piece:end {
  background: transparent;
}



/*Badge Modal*/
.badgeModal .modal-content{
	border-radius: 16px;
	overflow: hidden;
}
.badgeModal .modal-header {
	padding: 0;
	background-size: cover;
    background-image: url(/wp-content/uploads/2024/09/Backgrounds.png);
}
img.badge-p.mx-auto {
    margin-top: 70px;
    margin-bottom: -140px;
}
.confetti {
    position: absolute;
    top: 5%;
}
.badgeModal .modal-body {
    margin-top: 150px;
    text-align: center;
    font-family: 'Inter', sans-serif;
}
.modal-badge-title{
	font-size: 26px;
	line-height: 32px;
	font-weight: 600;
}
.modal-badge-body{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.badgeModal .modal-footer {
    border-top: 0;
}
.video-container {
      position: relative;
      width: 100%; /* Make the container full width */
      padding-top: 56.25%; /* 16:9 Aspect Ratio */
    }
    .video-js {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    /* .video-js .vjs-progress-control{
        display: none;
    }
    .logged-in .video-js .vjs-progress-control{
        display: flex;
    } */

@media screen and (max-width: 1200px){
	.post-title-c{
		display: none;
	}
	.view-badge {
	    min-height: unset;
	    width: 100%;
	    padding-left: 0px;
	    padding-right: 0px;
	    padding-top: 10px;
	    background: none !important;
	    /* zoom: 0.8; */
	}
}