* {
	text-transform: capitalize;
	font-family: poppins;
	font-weight: normal;
}
.heading {
	color: #444;
	font-size: 40px;
	text-align: center;
	padding: 10px;
}
.navbar {
	background-color: #f2f0e9 !important;
	height: auto;
}

.contain {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 15px;
	align-items: flex-start;
	padding: 5px 5%;
}

.contain .main-video {
	background: #fff;
	border-radius: 5px;
	padding: 10px;
}
.contain .main-video iframe {
	width: 100%;
	border-radius: 5px;
}
.contain .main-video .title {
	color: #333;
	font-size: 23px;
	padding: 15px;
	padding-bottom: 15px;
}

.contain .video-list {
	background: #fff;
	border-radius: 5px;
	height: 510px;
	overflow-y: scroll;
}
.contain .video-list::-webkit-scrollbar {
	width: 5px;
}
.contain .video-list::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #ccc;
}
.contain .video-list::-webkit-scrollbar-thumb {
	background: #667;
	border-radius: 10px;
}

.contain .video-list .vid iframe {
	width: auto;
	border-radius: 5px;
}

.contain .video-list .vid {
	display: grid;

	align-items: center;
	gap: 15px;
	background: #fff;
	border-radius: 5px;
	margin: 10px;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.contain .video-list .vid:hover {
	background: #eee;
}
.contain .video-list .vid .active {
	background: #2980b9;
}
.contain .video-list .vid .active .title {
	color: #fff;
}
.contain .video-list .vid .title {
	color: #333;
	font-size: 17px;
}
.contain .video-list .vid p {
	font-size: 14px;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.contain .video-list .vid .title,
.contain .video-list .vid p {
	display: grid;
}

@media (max-width: 991px) {
	.contain {
		grid-template-columns: 1.5fr 1fr;
		padding: 10px;
	}
	.contain .video-list .vid iframe {
		width: auto;
		border-radius: 5px;
	}
	.contain .video-list .vid p {
		font-size: 14px;

		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (max-width: 768px) {
	.contain {
		grid-template-columns: 1fr;
	}
	.contain .video-list .vid iframe {
		width: auto;
		border-radius: 5px;
	}
}

.navbar {
	background-color: #f2f0e9 !important;
	height: auto;
}

.show {
	display: none;
}
.container {
	background-color: #f2f0e9 !important;
}
#nav {
	background-color: #f2f0e9 !important;
}
img {
	width: 190px;
	height: 190px;
	cursor: pointer;
}
.contain {
	background-color: transparent !important;
}
.moda-dialog {
	width: 60vw;
}
.center {
	width: 150px;
	height: 150px;
}
.details {
	width: 50%;
	padding-left: 35%;
	padding-top: 5%;
}
.btn {
	position: absolute;
	right: 15px;
	top: 15px;
}
.name {
	font-size: 20px;
}
.namer {
	font-size: 100px;
}
strong {
	font-size: 17px;
}
.logo {
	width: 50px;
	height: 50px;
}
.cent {
	/* display: flex; */
	text-align: center;
}
hr {
	width: 90%;
	margin-left: 5%;
}
.pagination {
	justify-content: center;
}
.containe {
	background-color: transparent !important;
}

