

html {
  font-size: 75% 
}
div#showcomments {
max-height: 200px;
overflow: auto;
}



.subscribers-img {
	padding: 10px;
	border: 1px solid #ccc;
    margin: 12px;
	border-radius: 5px;
	text-align: center;
}
.subscribers-info {
	text-align: center;
	padding: 10px;
}
.modal-subscriber .mb-1:not(.modal-header) {
	border-bottom: 1px solid #ccc;
}
.modal-subscriber .modal-body.flex-grow-1 {
	text-align: right;
}
.modal-subscriber button.btn-close {
	right: 15px;
    top: 9px;
	border: 1px solid;
}

.liked-heart{
	fill: #ea5455  !important;
	stroke: #ea5455  !important;
}
.unliked-heart {
	fill:transparent !important;
}
.border-grey {
	stroke: #CCC;

}
.btn .feather {
	vertical-align: middle;
}
.all-followers {
	display: contents;
}


.masonry-item {
	overflow: hidden;
	text-align: center;
  }
  
  .video-wrapper{
	position: relative;
	border-top-left-radius: 4px !important;
	border-top-right-radius:4px !important;
  }
  .video-wrapper video {
    border: 0.1px solid #dededea8;
    width: 100%;
    object-fit: cover;
    height: 260px;
    display: block;
    border-radius: 0;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  
  .card-title {
	font-size: 0.9rem;
	font-weight: 600;
	color: #333;
	margin-top: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: start;
  }
  /* Style for hidden videos */
  .hidden-video {
	opacity: 0.5; /* Dim the video */
	background-color: #f8d7da; /* Optional: add a light red background to indicate the video is hidden */
	position: relative; /* Make sure the overlay sits on top */
  }
  
  /* Overlay for Hidden status */
  .hidden-video .hidden-overlay {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: rgba(255, 0, 0, 0.6); /* Semi-transparent red overlay */
	padding: 5px 10px;
	border-radius: 5px;
  }
  
  .hidden-video .hidden-overlay .badge {
	color: white; /* Change text color of 'Hidden' label */
  }
  
  
  .ab-video{
	position: absolute;
	width:100%;
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: space-between;
	height: fit-content;
	border-top-left-radius: 4px !important;
	border-top-right-radius:4px !important;
	top: 0;
	padding: 8px 8px ;
	background: linear-gradient(180deg, #000000, transparent);
  }
  .action-buttons{
	position: absolute !important;
	width: 100%;
	z-index: 2;
	display: none;
	height: 100%;
	background: #0000005f;
	top: 0;
	left: 0;
  
	align-items: center;
	justify-content: space-evenly;
  
  }
  .action-buttons button{
	position: relative !important;
	z-index: 3 !important;
  }
  .video-wrapper:hover .action-buttons{
  display: flex !important;
  }
  .hidden-video:hover .action-buttons{
  display: flex !important;
  }
  .hidden-video .hidden-overlay {
	  width: 80%;
	  left: 10%;
	  position: absolute;
	  top: 46% !important;
	  background-color: rgba(255, 0, 0, 0.6);
	  padding: 5px 10px;
	  border-radius: 5px;
	
  }
  .hidden-video{
	position: relative;
	opacity: 1 !important;
	overflow: hidden;
  }
  
  .hidden-video::after{
	background: #f8d7da89;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:0 ;

  }

  .main-menu.menu-light .navigation > li.active > a {
	background: linear-gradient(118deg, #e30000, #aa5d60) !important;
	box-shadow: 0 0 10px 1px #f05358 !important;
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
}

.semi-dark-layout .main-menu-content .navigation-main .navigation-header {
    font-weight: 500;
    color: #ffffff  !important;
}

.dashw{
	border: 1px solid #e1e1e1;
	background: linear-gradient(360deg, #ff7575, transparent);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.dashw-img{
	width:100% ;
	height: 120px;
	min-height: 120px !important;
	display: flex;
	align-items: end;
	justify-content: start;

}
.dashw-img img {

    filter: drop-shadow(19px 2px 6px #913c3c);
    width: fit-content;
    height: 100%;
    object-fit: contain;
}

.block-d{
	border-radius: 10px;
	height: 100px !important;
	background: linear-gradient(0deg, #ff7878, transparent);
    border: 1px solid #d3d3d3;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	width: 100%;
	display: flex;
	align-items: center;
	 justify-content: space-between;
}
.block-img{
	display: flex;
	align-items: center;
	justify-content: end;
	height: 100%;
	width: 100%;
}
.block-img img{
    filter: drop-shadow(-10px 4px 2px #b56161);
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.totalv-d{
	border-radius: 10px;
	height: 100px !important;
    background: linear-gradient(0deg, #3573ad, transparent);
    border: 1px solid #d3d3d3;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	width: 100%;
	display: flex;
	align-items: center;
	 justify-content: space-between;
}
.totalv-d-img{
	display: flex;
	align-items: center;
	justify-content: end;
	height: 120px;
	width: 100%;
}
.totalv-d-img img{
	filter: drop-shadow(-8px 3px 2px #355776);
    border-radius: 10px;
 height: 100%;
    width: 100%;
    object-fit: contain;
}

.selfv-d{
	border-radius: 10px;
	height: 100px !important;
	background: linear-gradient(0deg, #518d90, transparent);
    border: 1px solid #d3d3d3;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	width: 100%;
	display: flex;
	align-items: center;
	 justify-content: space-between;
}
.selfv-d-img{
	display: flex;
	align-items: center;
	justify-content: end;
	height: 120px;
	width: 100%;
}
.selfv-d-img img{
	filter: drop-shadow(-8px 3px 2px #355776);
    border-radius: 10px;
 height: 100%;
    width: 100%;
    object-fit: contain;
}




div.reported{
position: absolute;
bottom: 0px;
	background: linear-gradient(0deg, #000000db, #aa5d6000) !important;
	padding: 24px 8px 4px ;
	margin-top: -20px;
	 height: fit-content;
	width: 100%;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: start;
}

.reportuser-list{
	padding: 6px 8px;
	margin-bottom: 10px;
  text-align: start;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #c1c1c1;
	justify-content: start;
}



.reportuser-list .myavatar{
height: 30px ;
width: 30px;
border-radius: 50%;
font-size: 0.8rem;
display: flex;
align-items: center;
justify-content: center;
/* background: var(--red); */
margin-right: 8px;
color: #fff;
}


.fixed-count{
	display: flex;
	justify-content: center;
	position: relative;
	background: #fff;
}
.fixed-count span{
	display: inline-block;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	z-index: 2;

}
.fixed-count::before{
	height: 1px;
	width: 100%;
	background: #c1c1c1;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
}
.ff-count{
	position: -webkit-sticky;
	position: sticky;
	top: -10px;
	width: 100%;
	background: #fff;
	height:fit-content ;
}

.post-title-wrap{
	background: linear-gradient(1deg, #d81011, #000000) ;   
	 padding: 0.5rem 0.8rem;
	 border-bottom-left-radius: 4px !important;
	 border-bottom-right-radius:4px !important;
}
.post-title{
	font-size: 0.9rem ;
	display: -webkit-box; 
	 -webkit-line-clamp: 2 !important;
	 -webkit-box-orient: vertical !important;
	 text-overflow: ellipsis !important;
	 overflow:  hidden !important;


}
#gallery-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); /* Adjust min-width for smaller videos */
	grid-gap: 10px; /* Reduced spacing between videos */
  }
  @media (max-width: 768px) {
	#gallery-container {
	  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); /* Smaller videos on narrow screens */
	}
  }
  
  #gallery-container:has(.nofound) {
  display: block  !important;
  }




/* frontend  */
.page-section{
	padding: 2rem 0px;
}
.mobile-img {
    height: 70vh;
    width: 35vw;
    display: flex;
    align-items: end;
    justify-content: center;
	position: relative;
}

div.heart {
    right: 26%;
    transform: rotate(28deg);
    top: 34%;
    position: absolute;
    width: 40px;
    height: 40px;
	animation: updown 6s  infinite  ease-in-out;
}
div.heart img{
width: 100%;
height: 100%;
object-fit: contain;
}
div.like {
    bottom: 33%;
    left: 14%;
    position: absolute;
    width: 40px;
    height: 40px;
	animation: downup 6s  infinite  ease-in-out ;
}
div.like img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	}

	@keyframes updown {
		0%,100%{
			transform: translateY(-20px);
		}
		50%{
			transform: translateY(20px);
		}
		
	}
	@keyframes downup {
		0%,100%{
			transform: translateY(20px);
		}
		50%{
			transform: translateY(-20px);
		}
		
	}
.mobile-img img{
	height: 80%;
	width: 80%;
	object-fit: contain;
}


.phone {
    /* position: relative; */
    width: 240px;
    background: url(../../images/iphone.png);
    background-size: contain;
    height: 470px;
    background-repeat: no-repeat;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden !important;
}
.phone-details-wrap {
    border-radius: 32px;
    height: 440px;
    background: #000;
    /* margin: -15px 26px !important; */
    overflow: hidden;
    width: 214px;
    position: relative;
}
.phone-details {
    padding:  66px 10px 20px ;
    height: fit-content;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    display: flex;
    background: linear-gradient(0deg, black, #000, #000, #000000c7, #00000096, transparent);
    flex-direction: column;
    align-items: center;
    justify-content: end;
}
:root {
    --red: #e30000;
    --grey: #a9a7a7;
	--marquee-width: 32%;
	--marquee-height: 50vh;
	--marquee-elements: 8; 
	--marquee-elements-displayed: 4;
	--marquee-element-height: calc(var(--marquee-height) / var(--marquee-elements-displayed));
	--marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}


  
  .marquee {
	/* transform: rotate(128deg); */
	width: var(--marquee-width);
	height: var(--marquee-height);
	background-color: #11111144;
	color: #eee;
	backdrop-filter: blur(6px);
	position: relative;
  }


  .marquee-content {
	list-style: none;
	height: 100%;
	display: flex;
	flex-direction: column;
	animation: scrolling var(--marquee-animation-duration) linear infinite;
	padding-left: 0 !important;
  }
  .marquee-content-down {
	list-style: none;
	height: 100%;
	display: flex;
	flex-direction: column;
	animation: scrollingdown var(--marquee-animation-duration) linear infinite;
	padding-left: 0 !important;
  }
 
  @keyframes scrolling {
	0% { transform: translateY(0); }
	100% { transform: translateY(calc(-1 * var(--marquee-element-height) * var(--marquee-elements))); }
  }
  @keyframes scrollingdown {
	0% { transform: translateY(-100%); }
	100% { transform: translateY(calc(-1 * var(--marquee-element-height) * var(--marquee-elements))); }
  }
  .marquee-content li {
	display: flex;
	justify-content: center;
	/* transform: rotate(270deg); */
	align-items: center;
	/* text-align: center; */
	flex-shrink: 0;

	width: 100%;
	height: fit-content;
	height: var(--marquee-element-width);
	max-height: 100%;
	font-size: calc(var(--marquee-weight)*2.5/4); /* 5rem; */
	white-space: nowrap;
  }
  .marquee-content-down li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 100%;
	height: fit-content;
	height: var(--marquee-element-width);
	max-height: 100%;
	font-size: calc(var(--marquee-weight)*2.5/4); /* 5rem; */
	white-space: nowrap;
  }

  .marquee-content-down li img {
	width: 100%;
	margin: 2px 0px;
	
  }
  
  .marquee-content li img {
	width: 100%;
	margin: 2px 0px;
	
  }
  
  .single-cta{
	display: flex;
	align-items: start;
	justify-content: start;
  }


  @media (min-width:0px) and ( max-width:480px) {
	
		.phone {
			width: 220px !important;
			height: 450px !important;
		}
	.phone-details{
   padding: 66px 8px 20px !important; 
;
	}
	.phone-details h4 {
		font-size: 16px !important;
	}
	.phone-details h4 {
		color: var(--grey);
		font-size: 9px;
	}


	
	.phone-details-wrap {
		width: 194px !important;
        height: 420px !important;
        border-radius: 22px !important;
    }
		
    

	
	
  }




/* frontend */