/* ✦✦✦ MAIN PAGE ROOT FORMATING ✦✦✦ */
:root {
	--gold:#EAC349;
	--bg:#050505;
	--card:#101010;
	--card2:#171717;
	--border: #252525;
	--text:#bdbdbd;
	--white:#fff;
	--radius:18px;
	--transition:.35s ease;
}

/* ✦✦✦ MAIN PAGE BACKGROUND FORMATING ✦✦✦ */
.work-main {
	width: 100%;
	height: 100vh;
	background-color: #000000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: fixed;
	display: inline-block;
	opacity: 1;
	margin: 0;
}

/* ✦✦✦ MAIN PAGE BACKGROUND DARK TINE ✦✦✦ */
.work-tint {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.1;
}

/* ✦✦✦ NAVBAR MENU CURRENT SELECTION FORMATING ✦✦✦ */
.navbar-menu-button:nth-child(4) {
	color: #EAC349;
}

/* ✦✦✦ NAVBAR SIDEMENU ITEM ACTIVE BORDER FORMATING ✦✦✦ */
.navbar-sidemenu-item:nth-child(4) {
  background:rgba(234,195,73,.08);
  border-color:#EAC349;
}

/* ✦✦✦ NAVBAR SIDEMENU ITEM ACTIVE ICON BORDER FORMATING ✦✦✦ */
.navbar-sidemenu-nav .navbar-sidemenu-item:nth-child(4) .navbar-sidemenu-icon {
  border-color:#EAC349;
}

/* ✦✦✦ NAVBAR SIDEMENU ITEM ACTIVE ICON COLOR FORMATING ✦✦✦ */
.navbar-sidemenu-nav .navbar-sidemenu-item:nth-child(4) .navbar-sidemenu-icon i{
  color: #EAC349;
}

/* ✦✦✦ WORK BODY CONTAINER FORMATING ✦✦✦ */
.work-body-container {
	position: fixed;
	display: inline-block;
	margin-top: 82px;
	width: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #000000;
}

/* ✦✦✦ WORK BODY BANNER FORMATING ✦✦✦ */
.work-body-banner {
	position: relative;
	display: inline-block;
	background-image: url("../images/work-background.jpg");
	background-repeat:no-repeat;
	background-position:right;
	background-size: cover;
	width: 100%;
	height: auto;
	text-align: left;
	justify-content: center;
	vertical-align: bottom;
	align-items: left;
}

/* ✦✦✦ WORK BODY BANNER CONTAINT FORMATING ✦✦✦ */
.work-body-banner-containt {
	position: relative;
	display: inline-block;
	width: 95%;
	padding: 10px;
	margin: 5px;
	text-align: left;
	justify-content: center;
	vertical-align: middle;
	align-items: left;
}

/* ✦✦✦ WORK BODY BANNER CONTAINT H1 FORMATING ✦✦✦ */
.work-body-banner-containt-h1 {
	position: relative;
	display: inline-block;
	width: 90%;
	text-align: left;
	justify-content: left;
	vertical-align: middle;
	color: #EAC349;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 5px;
}

/* ✦✦✦ WORK BODY BANNER CONTAINT BIG FORMATING ✦✦✦ */
.work-body-banner-containt-big {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #ffffff;
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 70px;
	text-align: left;
	padding: 5px;
	letter-spacing: -2px;
	line-height: 80%;
	padding-bottom: 20px;
}

/* ✦✦✦ WORK BODY BANNER CONTAINT MID FORMATING ✦✦✦ */
.work-body-banner-containt-mid {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #EAC349;
	font-family: "Charm", cursive;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 100;
	font-size: 70px;
	font-style: italic;
	text-align: left;
	padding: 0 5px;
	letter-spacing: -2px;
	line-height: 70px;
	padding-bottom: 40px;
}

/* ✦✦✦ WORK BODY BANNER CONTAINT SMALL FORMATING ✦✦✦ */
.work-body-banner-containt-small {
	position: relative;
	display: inline-block;
	width: 80%;
	color: #c5c5c5;
	font-family: "Sansation", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 120%;
	text-align: left;
	padding: 5px;
}

/* ✦✦✦ WORK BODY HEADER CONTAINT FORMATING ✦✦✦ */
.work-body-header-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 5px;
	border-top: 1px solid #EAC349;
	border-bottom: 1px solid #EAC349;
}

/* ✦✦✦ WORK BODY HEADER CONTAINT AREA FORMATING ✦✦✦ */
.work-body-header-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	width: 90%;
	padding: 5px;
}

/* ✦✦✦ WORK BODY HEADER CONTAINT HEADING FORMATING ✦✦✦ */
.work-body-header-containt-heading {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #EAC349;
	font-family: "Sansation", sans-serif;
	font-size: 20px;
	padding: 10px;
}

/* ✦✦✦ WORK BODY HEADER CONTAINT TEXT FORMATING ✦✦✦ */
.work-body-header-containt-text {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #FFFFFF;
	font-family: "Sansation", sans-serif;
	font-size: 40px;
	padding: 10px;
}

/* ✦✦✦ WORK BODY HEADER CONTAINT TEXT SPAN FORMATING ✦✦✦ */
.work-body-header-containt-text span {
	color: #EAC349;
	font-family: "Sansation", sans-serif;
	font-size: 40px;
}

/* ✦✦✦ WORK BODY BANNER CONTAINT ITEM FORMATING ✦✦✦ */
.work-body-banner-containt-item {
  position: relative;
  display: inline-block;
  width: 90%;
  vertical-align: bottom;
  text-align: left;
  justify-content: left;
  padding: 10px 5px;
}

/* ✦✦✦ WORK BODY BANNER CONTAINT BUTTON SECTION FORMATING ✦✦✦ */
.work-body-banner-button-section {
  position: relative;
  display: inline-flex;
  width: 80%;
  padding: 10px 0px;
}

/* ✦✦✦ WORK BODY BANNER CONTAINT SHOWREEL BUTTON FORMATING ✦✦✦ */
.work-body-banner-showreel-button {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
  width: 220px; 
  height: 40px;
  padding: 5px 5px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  color: #333;
  background: linear-gradient(-60deg, #906111 0, #FEF3A8 30%, #FFF8CF 50%, #FEF3A8 70%, #906111 100%);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  letter-spacing: 0;
}

/* ✦✦✦ WORK BODY BANNER CONTAINT SHOWREEL BUTTON FORMATING ✦✦✦ */
.work-body-banner-showreel-button:hover {
  background-position: right center;
  color: #111;
  border: 1px solid #EAC349;
  letter-spacing: 1.2px;
}

/* ✦✦✦ WORK BODY BANNER CONTAINT SHOWREEL BUTTON ACTIVE FORMATING ✦✦✦ */
.work-body-banner-showreel-button:active {
  transform: scale(0.95);
}

/* ✦✦✦ WORK BODY BANNER CONTAINT SHOWREEL BUTTON AFTER FORMATING ✦✦✦ */
.work-body-banner-showreel-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 40px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-25deg);
  transition: 0.6s;
}

/* ✦✦✦ WORK BODY BANNER CONTAINT SHOWREEL BUTTON HOVER AFTER FORMATING ✦✦✦ */
.work-body-banner-showreel-button:hover::after {
  left: 250px;
}

/* ✦✦✦ WORK BODY SHOWREEL POPUP FORMATING ✦✦✦ */
.work-body-showreel-popup {
	position:fixed;
	inset:0;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:10px;
	background:rgba(0,0,0,.85);
	backdrop-filter:blur(10px);
	opacity:0;
	visibility:hidden;
	transition:.35s ease;
	z-index:99999;
}

/* ✦✦✦ WORK BODY SHOWREEL POPUP ACTIVE FORMATING ✦✦✦ */
.work-body-showreel-popup.active {
	opacity:1;
	visibility:visible;
}

/* ✦✦✦ WORK BODY SHOWREEL BACKDROP FORMATING ✦✦✦ */
.work-body-showreel-backdrop {
	position:absolute;
	inset:0;
}

/* ✦✦✦ WORK BODY SHOWREEL POPUP CONTAINER FORMATING ✦✦✦ */
.work-body-showreel-popup-container {
	position:relative;
	width:100%;
	max-width:1000px;
	background:#0b0b0b;
	border:1px solid rgba(234,195,73,.2);
	border-radius:10px;
	padding:20px;
	overflow:hidden;
	box-shadow:0 30px 80px rgba(0,0,0,.6);
	z-index:2;
}

/* ✦✦✦ WORK BODY SHOWREEL POPUP CONTAINER BEFORE FORMATING ✦✦✦ */
.work-body-showreel-popup-container::before {
	content:"";
	position:absolute;
	inset:0;
	background:radial-gradient(circle at top,rgba(234,195,73,.12),transparent 60%);
	pointer-events:none;
}

/* ✦✦✦ WORK BODY SHOWREEL POPUP CLOSE FORMATING ✦✦✦ */
.work-body-showreel-popup-close {
	position:absolute;
	top:18px;
	right:18px;
	width:42px;
	height:42px;
	border:none;
	border-radius:50%;
	background:#151515;
	color:#fff;
	font-size:18px;
	cursor:pointer;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:.35s;
	z-index:10;
}

/* ✦✦✦ WORK BODY SHOWREEL POPUP CLOSE HOVER FORMATING ✦✦✦ */
.work-body-showreel-popup-close:hover {
	background:#EAC349;
	color:#000;
	transform:rotate(180deg);
}

/* ✦✦✦ WORK BODY SHOWREEL HEADER FORMATING ✦✦✦ */
.work-body-showreel-header {
	font-family:"Sansation",sans-serif;
	text-align:center;
	margin-bottom:20px;
}

/* ✦✦✦ WORK BODY SHOWREEL TAG FORMATING ✦✦✦ */
.work-body-showreel-tag {
	display:inline-block;
	color:#EAC349;
	font-family:"Sansation",sans-serif;
	font-size:11px;
	letter-spacing:4px;
	margin-bottom:10px;
}

/* ✦✦✦ WORK BODY SHOWREEL TITLE FORMATING ✦✦✦ */
.work-body-showreel-title {
	margin:0;
	color:#fff;
	font-family:"Cormorant Garamond",serif;
	font-size:40px;
	letter-spacing:6px;
	font-weight:600;
}

/* ✦✦✦ WORK BODY SHOWREEL SUBTITLE FORMATING ✦✦✦ */
.work-body-showreel-subtitle {
	margin-top:10px;
	color:#bdbdbd;
	font-family:"Sansation",sans-serif;
	font-size:14px;
}

/* ✦✦✦ WORK BODY SHOWREEL PLAYER FORMATING ✦✦✦ */
.work-body-showreel-player {
	position:relative;
	border-radius:10px;
	overflow:hidden;
	border:1px solid rgba(234,195,73,.15);
	background:#000;
}

/* ✦✦✦ WORK BODY SHOWREEL PLAYER VIDEO FORMATING ✦✦✦ */
.work-body-showreel-player video {
	display:block;
	width:100%;
	height:250px;
	object-fit:cover;
}

/* ✦✦✦ WORK BODY SHOWREEL PLAYER GLOW FORMATING ✦✦✦ */
.work-body-showreel-player-glow {
	position:absolute;
	inset:0;
	pointer-events:none;
	box-shadow:inset 0 0 120px rgba(234,195,73,.08);
}

/* ✦✦✦ WORK BODY SHOWREEL FOOTER FORMATING ✦✦✦ */
.work-body-showreel-footer {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	gap:12px;
	margin-top:18px;
	font-family:"Sansation",sans-serif;
	font-size:12px;
	color:#EAC349;
	letter-spacing:2px;
	text-transform:uppercase;
}

/* ✦✦✦ WORK BODY SHOWREEL FOOTER DOT FORMATING ✦✦✦ */
.work-body-showreel-footer .dot {
	width:4px;
	height:4px;
	border-radius:50%;
	background:#EAC349;
}

/* ✦✦✦ WORK BODY PLAYER TABS CONTAINER FORMATING ✦✦✦ */
.work-body-player-tabs-container {
	position:relative;
	width:90%;
	max-width:1600px;
	margin:20px auto;
	font-family:"Sansation",sans-serif;
}

/* ✦✦✦ WORK BODY PLAYER MOBILE TABS BOX FORMATING ✦✦✦ */
.work-body-player-mobile-tabs-box {
	display:block;
	width:100%;
	margin-bottom:25px;
}

/* ✦✦✦ WORK BODY PLAYER MOBILE TABS FORMATING ✦✦✦ */
.work-body-player-mobile-tabs {
	width:100%;
	padding:15px 20px;
	background:#101010;
	color:#FFFFFF;
	border:1px solid #EAC349;
	border-radius:10px;
	font-family:"Sansation",sans-serif;
	font-size:13px;
	cursor:pointer;
	outline:none;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath d='M6 9L12 15L18 9' fill='none' stroke='%23EAC349' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:right 18px center;
	padding-right:55px;
	transition:.3s;
}

/* ✦✦✦ WORK BODY PLAYER MOBILE TABS HOVER FORMATING ✦✦✦ */
.work-body-player-mobile-tabs:hover {
	border-color:#EAC349;
}

/* ✦✦✦ WORK BODY PLAYER MOBILE TABS FOCUS FORMATING ✦✦✦ */
.work-body-player-mobile-tabs:focus{
	border-color:#EAC349;
	box-shadow:0 0 20px rgba(234,195,73,.15);
}

/* ✦✦✦ WORK BODY PLAYER MOBILE TABS OPTION FORMATING ✦✦✦ */
.work-body-player-mobile-tabs option {
	background:#101010;
	color:#FFFFFF;
	font-family:"Sansation",sans-serif;
	font-size:15px;
	padding:12px;
}

/* ✦✦✦ WORK BODY PLAYER MOBILE TABS OPTION CHECKED FORMATING ✦✦✦ */
.work-body-player-mobile-tabs option:checked {
	background:#EAC349;
	color:#000000;
	font-weight:700;
}

/* ✦✦✦ WORK BODY PLAYER MOBILE TABS OPTION DISABLED FORMATING ✦✦✦ */
.work-body-player-mobile-tabs option:disabled {
	color:#666666;
	background:#1A1A1A;
}

/* ✦✦✦ WORK BODY PLAYER TABS FORMATING ✦✦✦ */
.work-body-player-tabs {
	display:none;
}

/* ✦✦✦ WORK BODY PLAYER TABS BOX FORMATING ✦✦✦ */
.work-body-player-tabs-box {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:10px;
	padding:10px;
	background:#101010;
	border:none;
	border-right:1px solid #252525;
	color:#BDBDBD;
	font-family:"Sansation",sans-serif;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	cursor:pointer;
	transition:.3s;
}

/* ✦✦✦ WORK BODY PLAYER TABS BOX LAST CHILD FORMATING ✦✦✦ */
.work-body-player-tabs-box:last-child {
	border-right:none;
}

/* ✦✦✦ WORK BODY PLAYER TABS BOX ICON FORMATING ✦✦✦ */
.work-body-player-tabs-box i {
	font-size:22px;
	color:#EAC349;
	transition:.3s;
}

/* ✦✦✦ WORK BODY PLAYER TABS BOX HOVER FORMATING ✦✦✦ */
.work-body-player-tabs-box:hover {
	background:#171717;
	color:#FFFFFF;
	border-bottom: 3px solid #EAC349;
}

/* ✦✦✦ WORK BODY PLAYER TABS BOX HOVER ICON FORMATING ✦✦✦ */
.work-body-player-tabs-box:hover i {
	transform:translateY(-2px);
}

/* ✦✦✦ WORK BODY PLAYER TABS BOX ACTIVE FORMATING ✦✦✦ */
.work-body-player-tabs-box.active {
	background:#EAC349;
	color:#000000;
	border-bottom: 3px solid #252525;
}

/* ✦✦✦ WORK BODY PLAYER TABS BOX ACTIVE ICON FORMATING ✦✦✦ */
.work-body-player-tabs-box.active i {
	color:#000000;
}

/* ✦✦✦ WORK BODY PLAYER CONTENT CONTAINER FORMATING ✦✦✦ */
.work-body-player-content-container {
	display:flex;
	flex-direction:column;
	gap:30px;
	width:100%;
}

/* ✦✦✦ WORK BODY PLAYER CONTENT LEFT FORMATING ✦✦✦ */
.work-body-player-content-left {
	background:#101010;
	height: auto;
	max-height: 900px;
	border:1px solid #252525;
	border-radius:10px;
	overflow:hidden;
	box-shadow:0 20px 60px rgba(0,0,0,.35);
	padding-bottom: 2px;
}

/* ✦✦✦ WORK BODY PLAYER VIDEO FORMATING ✦✦✦ */
.work-body-player-video {
	display:block;
	width:100%;
	aspect-ratio:16/9;
	object-fit:cover;
	background:#000000;
	border-bottom:1px solid #252525;
}

/* ✦✦✦ WORK BODY PLAYER INFO FORMATING ✦✦✦ */
.work-body-player-info {
	padding:30px;
}

/* ✦✦✦ WORK BODY PLAYER HEADING FORMATING ✦✦✦ */
.work-body-player-heading {
	margin:0 0 20px;
	color:#FFFFFF;
	font-family:"Sansation",sans-serif;
	font-size:34px;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align: left;
}

/* ✦✦✦ WORK BODY PLAYER META FORMATING ✦✦✦ */
.work-body-player-meta {
	display:flex;
	flex-wrap:wrap;
	gap:15px;
	margin-bottom:20px;
}

/* ✦✦✦ WORK BODY PLAYER CATEGORY FORMATING ✦✦✦ */
.work-body-player-category {
	display:flex;
	align-items:center;
	gap:8px;
	padding:10px 18px;
	background:#171717;
	border:1px solid #252525;
	border-radius:50px;
	color:#EAC349;
	font-family:"Sansation",sans-serif;
	font-size:13px;
	text-transform:uppercase;
}

/* ✦✦✦ WORK BODY PLAYER SOFTWARE FORMATING ✦✦✦ */
.work-body-player-software {
	padding:10px 18px;
	background:#171717;
	border:1px solid #252525;
	border-radius:50px;
	color:#FFFFFF;
	font-family:"Sansation",sans-serif;
	font-size:13px;
}

/* ✦✦✦ WORK BODY PLAYER DESCRIPTION FORMATING ✦✦✦ */
.work-body-player-description {
	margin:0;
	color:#BDBDBD;
	font-family:"Sansation",sans-serif;
	font-size:15px;
	line-height:1.9;
	text-align: left;
}

/* ✦✦✦ WORK BODY PLAYER CONTENT RIGHT FORMATING ✦✦✦ */
.work-body-player-content-right {
	display:flex;
	height: auto;
	flex-direction:column;
	background:#101010;
	border:1px solid #252525;
	border-radius:10px;
	overflow:hidden;
	box-shadow:0 20px 60px rgba(0,0,0,.35);
}

/* ✦✦✦ WORK BODY PLAYER PLAYLIST HEADER FORMATING ✦✦✦ */
.work-body-player-playlist-header {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:10px;
	background:#0A0A0A;
	border-bottom:1px solid #252525;
}

/* ✦✦✦ WORK BODY PLAYER PLAYLIST TITLE FORMATING ✦✦✦ */
.work-body-player-playlist-title {
	margin:0;
	color:#FFFFFF;
	font-family:"Sansation",sans-serif;
	font-size:18px;
	font-weight:700;
}

/* ✦✦✦ WORK BODY PLAYER PLAYLIST COUNT FORMATING ✦✦✦ */
.work-body-player-playlist-count {
	color:#EAC349;
	font-family:"Sansation",sans-serif;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
}

/* ✦✦✦ WORK BODY PLAYER PLAYLIST FORMATING ✦✦✦ */
.work-body-player-playlist {
	flex:1;
	padding:15px;
	overflow-y:auto;
	overflow-x:hidden;
	scrollbar-width:thin;
	scrollbar-color:#EAC349 #111111;
}

/* ✦✦✦ WORK BODY PLAYER PLAYLIST ITEM FORMATING ✦✦✦ */
.work-body-player-item {
	display:flex;
	gap:15px;
	align-items:center;
	padding:12px;
	margin-bottom:12px;
	background:#151515;
	border:1px solid #252525;
	border-radius:10px;
	cursor:pointer;
	transition:.3s;
}

/* ✦✦✦ WORK BODY PLAYER PLAYLIST ITEM HOVER FORMATING ✦✦✦ */
.work-body-player-item:hover {
	border-color:#EAC349;
}

/* ✦✦✦ WORK BODY PLAYER PLAYLIST ITEM ACTIVE FORMATING ✦✦✦ */
.work-body-player-item.active {
	border-color:#EAC349;
	background:#1B1B1B;
}

/* ✦✦✦ WORK BODY PLAYER THUMB FORMATING ✦✦✦ */
.work-body-player-thumb {
	width:120px;
	min-width:120px;
	border-radius:10px;
	overflow:hidden;
}

/* ✦✦✦ WORK BODY PLAYER THUMB VIDEO FORMATING ✦✦✦ */
.work-body-player-thumb video {
	display:block;
	width:100%;
	height:70px;
	object-fit:cover;
}

/* ✦✦✦ WORK BODY PLAYER ITEM CONTENT FORMATING ✦✦✦ */
.work-body-player-item-content {
	flex:1;
}

/* ✦✦✦ WORK BODY PLAYER ITEM TITLE FORMATING ✦✦✦ */
.work-body-player-item-title {
	margin:0 0 8px;
	color:#FFFFFF;
	font-family:"Sansation",sans-serif;
	font-size:15px;
	font-weight:700;
}

/* ✦✦✦ WORK BODY PLAYER ITEM CATEGORY FORMATING ✦✦✦ */
.work-body-player-item-category {
	margin:0;
	color:#EAC349;
	font-family:"Sansation",sans-serif;
	font-size:13px;
}

/* ✦✦✦ WORK BODY PLAYER PLAYLIST SCROLLBAR FORMATING ✦✦✦ */
.work-body-player-playlist::-webkit-scrollbar {
	width:6px;
}

/* ✦✦✦ WORK BODY PLAYER PLAYLIST SCROLLBAR TRACK FORMATING ✦✦✦ */
.work-body-player-playlist::-webkit-scrollbar-track {
	background:#111111;
}

/* ✦✦✦ WORK BODY PLAYER PLAYLIST SCROLLBAR THUMB FORMATING ✦✦✦ */
.work-body-player-playlist::-webkit-scrollbar-thumb {
	background:#EAC349;
	border-radius:50px;
}

/* ✦✦✦ WORK BODY PLAYER ITEM FORMATING ✦✦✦ */
.work-body-player-item {
	display:flex;
	align-items:center;
	gap:15px;
	padding:12px;
	margin-bottom:15px;
	background:#141414;
	border:1px solid #252525;
	border-radius:10px;
	cursor:pointer;
	transition:.3s;
}

/* ✦✦✦ WORK BODY PLAYER ITEM HOVER FORMATING ✦✦✦ */
.work-body-player-item:hover {
	background:rgba(255, 200, 0, 0.1);
	border-color:#EAC349;
}

/* ✦✦✦ WORK BODY PLAYER ITEM ACTIVE FORMATING ✦✦✦ */
.work-body-player-item.active {
	background:#1A1A1A;
	border-color:#EAC349;
	box-shadow:0 0 20px rgba(234,195,73,.12);
}

/* ✦✦✦ WORK BODY PLAYER THUMB FORMATING ✦✦✦ */
.work-body-player-thumb {
	position:relative;
	width:130px;
	min-width:130px;
	border-radius:10px;
	overflow:hidden;
	background:#000000;
}

/* ✦✦✦ WORK BODY PLAYER THUMB VIDEO FORMATING ✦✦✦ */
.work-body-player-thumb video {
	position: relative;
	display:block;
	width:100%;
	height:100%;
	object-fit:contain;
}

/* ✦✦✦ WORK BODY PLAYER DURATION FORMATING ✦✦✦ */
.work-body-player-duration {
	position:absolute;
	right:5px;
	top:5px;
	padding:3px 7px;
	background:rgba(0,0,0,.8);
	border-radius:4px;
	color:#FFFFFF;
	font-family:sans-serif;
	font-size:11px;
	font-weight:700;
}

/* ✦✦✦ WORK BODY PLAYER CONTENT FORMATING ✦✦✦ */
.work-body-player-content {
	display:flex;
	flex-direction:column;
	justify-content:center;
	flex:1;
	min-width:0;
	text-align: left;
}

/* ✦✦✦ WORK BODY PLAYER PLAYLIST ITEM TITLE FORMATING ✦✦✦ */
.work-body-player-playlist-item-title {
	margin:0 0 5px;
	color:#FFFFFF;
	font-family:sans-serif;
	font-size:12px;
	font-weight:700;
	line-height:1.4;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* ✦✦✦ WORK BODY PLAYER PLAYLIST ITEM CATEGORY FORMATING ✦✦✦ */
.work-body-player-playlist-item-category {
	margin:0 0 6px;
	color:#EAC349;
	font-family:sans-serif;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.5px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* ✦✦✦ WORK BODY PLAYER PLAYLIST ITEM SOFTWARE FORMATING ✦✦✦ */
.work-body-player-playlist-item-software {
	display:block;
	color:#9A9A9A;
	font-family:"Sansation",sans-serif;
	font-size:12px;
	line-height:1.5;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* ✦✦✦ WORK BODY THIRD CONTAINT FORMATING ✦✦✦ */
.work-body-third-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 5px;
	border-top: 1px solid #EAC349;
}

/* ✦✦✦ WORK BODY THIRD CONTAINT AREA FORMATING ✦✦✦ */
.work-body-third-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	width: 90%;
	padding: 5px;
}

/* ✦✦✦ WORK BODY THIRD CONTAINT TEXT FORMATING ✦✦✦ */
.work-body-third-containt-text {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #FFFFFF;
	font-family: "Cormorant Garamond", serif;
	font-size: 40px;
	padding: 5px;
}

/* ✦✦✦ WORK BODY THIRD CONTAINT TEXT SPAN FORMATING ✦✦✦ */
.work-body-third-containt-text span {
	color: #EAC349;
	font-family: "Charm", cursive;
	font-style: italic;
	font-size: 40px;
}

/* ✦✦✦ WORK BODY FOURTH CONTAINT FORMATING ✦✦✦ */
.work-body-fourth-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 5px;
}

/* ✦✦✦ WORK BODY FOURTH CONTAINT AREA FORMATING ✦✦✦ */
.work-body-fourth-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	width: 90%;
	padding: 5px;
}

/* ✦✦✦ WORK BODY FOURTH CONTAINT SECTION FORMATING ✦✦✦ */
.work-body-fourth-containt-section {
	position: relative;
	display: inline-block;
	width: 90%;
	border: 2px solid #555555;
	border-radius: 10px;
	margin: 5px;
	vertical-align: top;
}

/* ✦✦✦ WORK BODY FOURTH CONTAINT SECTION FORMATING ✦✦✦ */
.work-body-fourth-containt-section:hover {
	border: 2px solid #EAC349;
	cursor: pointer;
}

/* ✦✦✦ WORK BODY FOURTH CONTAINT SECTION FORMATING ✦✦✦ */
.work-body-fourth-containt-section:hover h1 {
	color: #EAC349;
}

/* ✦✦✦ WORK BODY FOURTH CONTAINT IMAGE FORMATING ✦✦✦ */
.work-body-fourth-containt-image {
	position: relative;
	display: inline-block;
	width: 100%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	vertical-align: middle;
}

/* ✦✦✦ WORK BODY FOURTH CONTAINT HEADING FORMATING ✦✦✦ */
.work-body-fourth-containt-heading {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #ffffff;
	font-family: "Sansation", sans-serif;
	font-size: 18px;
	padding: 10px;
}

/* ✦✦✦ WORK BODY FOURTH POPUP FORMATING ✦✦✦ */
.work-body-fourth-popup {
	position:fixed;
	inset:0;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:20px;
	background:rgba(0,0,0,.92);
	opacity:0;
	visibility:hidden;
	transition:.35s ease;
	z-index:99999;
}

/* ✦✦✦ WORK BODY FOURTH POPUP ACTIVE FORMATING ✦✦✦ */
.work-body-fourth-popup.active {
	opacity:1;
	visibility:visible;
}

/* ✦✦✦ WORK BODY FOURTH POPUP BOX FORMATING ✦✦✦ */
.work-body-fourth-popup-box {
	position:relative;
	width:100%;
	max-width:800px;
	background:#111111;
	border:2px solid #252525;
	border-radius:10px;
	overflow:hidden;
}

/* ✦✦✦ WORK BODY FOURTH POPUP IMAGE FORMATING ✦✦✦ */
.work-body-fourth-popup-image {
	display:block;
	width:100%;
	height:350px;
	object-fit:cover;
}

/* ✦✦✦ WORK BODY FOURTH POPUP CONTENT FORMATING ✦✦✦ */
.work-body-fourth-popup-content {
	padding:30px;
	text-align:center;
}

/* ✦✦✦ WORK BODY FOURTH POPUP ICON WRAPPER FORMATING ✦✦✦ */
.work-body-fourth-popup-icon-wrapper {
	display:flex;
	justify-content:center;
	margin-bottom:20px;
}

/* ✦✦✦ WORK BODY FOURTH POPUP ICON FORMATING ✦✦✦ */
.work-body-fourth-popup-icon {
	display:flex;
	justify-content:center;
	align-items:center;
	width:70px;
	height:70px;
	border-radius:50%;
	color:#EAC349;
	font-size:60px;
	vertical-align:middle;
}

/* ✦✦✦ WORK BODY FOURTH POPUP HEADING FORMATING ✦✦✦ */
.work-body-fourth-popup-heading {
	color:#FFFFFF;
	font-family:"Sansation",sans-serif;
	font-size:32px;
	margin-bottom:15px;
}

/* ✦✦✦ WORK BODY FOURTH POPUP TEXT FORMATING ✦✦✦ */
.work-body-fourth-popup-text {
	color:#C5C5C5;
	font-family:"Sansation",sans-serif;
	font-size:16px;
	line-height:1.8;
}

/* ✦✦✦ WORK BODY FOURTH POPUP CLOSE FORMATING ✦✦✦ */
.work-body-fourth-popup-close {
	position:absolute;
	top:15px;
	right:20px;
	color:#FFFFFF;
	font-size:34px;
	cursor:pointer;
	z-index:2;
	transition:.3s ease;
}

/* ✦✦✦ WORK BODY FOURTH POPUP CLOSE HOVER FORMATING ✦✦✦ */
.work-body-fourth-popup-close:hover {
	color:#EAC349;
}

/* ✦✦✦ WORK BODY FIFTH CONTAINT FORMATING ✦✦✦ */
.work-body-fifth-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 5px;
}

/* ✦✦✦ WORK BODY FIFTH CONTAINT AREA FORMATING ✦✦✦ */
.work-body-fifth-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	background-image: url("../images/lower_background_003.jpg");
	background-repeat:no-repeat;
	background-position:left;
	background-size: cover;
	width: 80%;
	padding: 10px;
	margin: 10px;
	text-align: center;
	border: 1px solid #EAC349;
	border-radius: 10px;
}

/* ✦✦✦ WORK BODY FIFTH CONTAINT HEADING FORMATING ✦✦✦ */
.work-body-fifth-containt-heading {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #C5C5C5;
	font-family: "Sansation", sans-serif;
	font-size: 18px;
	padding: 10px;
}

/* ✦✦✦ WORK BODY FIFTH CONTAINT TEXT FORMATING ✦✦✦ */
.work-body-fifth-containt-text {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #FFFFFF;
	font-family: "Cormorant Garamond", serif;
	font-size: 45px;
	line-height: 50px;
	padding: 10px;
}

/* ✦✦✦ WORK BODY FIFTH CONTAINT TEXT SPAN FORMATING ✦✦✦ */
.work-body-fifth-containt-text span {
	font-family: "Charm", cursive;
	font-size: 45px;
	font-style: italic;
	color: #EAC349;
}



/* ╔═══════════════════════════════════════════╗ */
/* ║             RESPONSIVE MEDIA              ║ */
/* ╚═══════════════════════════════════════════╝ */

/* ✦✦✦ RESPONSIVE MEDIA QUERIES MINIMUM 768PX ✦✦✦ */
@media only screen and (min-width:768px) {

	/* ✦✦✦ WORK BODY BANNER FORMATING ✦✦✦ */
	.work-body-banner {
		height:600px;
	}

	/* ✦✦✦ WORK BODY BANNER CONTAINT FORMATING ✦✦✦ */
	.work-body-banner-containt {
		padding-left:50px;
		padding-top:10px;
	}

	/* ✦✦✦ WORK BODY BANNER CONTAINT ITEM FORMATING ✦✦✦ */
	.work-body-banner-containt-item {
		display:inline-flex;
	}

	/* ✦✦✦ WORK BODY BANNER BUTTON SECTION FORMATING ✦✦✦ */
	.work-body-banner-button-section {
		width:250px;
		margin-top:20px;
	}

	/* ✦✦✦ WORK BODY BANNER CONTAINT H1 FORMATING ✦✦✦ */
	.work-body-banner-containt-h1 {
		font-size:12px;
	}

	/* ✦✦✦ WORK BODY BANNER CONTAINT BIG MID FORMATING ✦✦✦ */
	.work-body-banner-containt-big,
	.work-body-banner-containt-mid {
		font-size:80px;
	}

	/* ✦✦✦ WORK BODY BANNER CONTAINT SMALL FORMATING ✦✦✦ */
	.work-body-banner-containt-small {
		font-size:18px;
	}

	/* ✦✦✦ WORK BODY SIXTH CONTAINT SECTION FORMATING ✦✦✦ */
	.work-body-sixth-containt-section {
		width:250px;
	}

	/* ✦✦✦ WORK BODY FOURTH CONTAINT SECTION FORMATING ✦✦✦ */
	.work-body-fourth-containt-section {
		width:45%;
	}

	/* ✦✦✦ WORK BODY SHOWREEL POPUP FORMATING ✦✦✦ */
	.work-body-showreel-popup {
		padding:20px;
	}

	/* ✦✦✦ WORK BODY SHOWREEL POPUP CONTAINER FORMATING ✦✦✦ */
	.work-body-showreel-popup-container {
		max-width:1100px;
		padding:35px;
		border-radius:24px;
	}

	/* ✦✦✦ WORK BODY SHOWREEL POPUP CLOSE FORMATING ✦✦✦ */
	.work-body-showreel-popup-close {
		width:48px;
		height:48px;
		font-size:20px;
	}

	/* ✦✦✦ WORK BODY SHOWREEL TAG FORMATING ✦✦✦ */
	.work-body-showreel-tag {
		font-size:12px;
		letter-spacing:6px;
	}

	/* ✦✦✦ WORK BODY SHOWREEL TITLE FORMATING ✦✦✦ */
	.work-body-showreel-title {
		font-size:60px;
		letter-spacing:8px;
	}

	/* ✦✦✦ WORK BODY SHOWREEL SUBTITLE FORMATING ✦✦✦ */
	.work-body-showreel-subtitle {
		font-size:16px;
	}

	/* ✦✦✦ WORK BODY SHOWREEL PLAYER FORMATING ✦✦✦ */
	.work-body-showreel-player {
		border-radius:10px;
	}

	/* ✦✦✦ WORK BODY SHOWREEL PLAYER VIDEO FORMATING ✦✦✦ */
	.work-body-showreel-player video {
		height:500px;
	}

	/* ✦✦✦ WORK BODY SHOWREEL FOOTER FORMATING ✦✦✦ */
	.work-body-showreel-footer {
		font-size:13px;
		gap:18px;
		margin-top:20px;
	}

	/* ✦✦✦ WORK BODY PLAYER MOBILE TABS BOX FORMATING ✦✦✦ */
	.work-body-player-mobile-tabs-box {
		display:none;
	}

	/* ✦✦✦ WORK BODY PLAYER TABS FORMATING ✦✦✦ */
	.work-body-player-tabs {
		display:grid;
		grid-template-columns:repeat(6,1fr);
		background:#0A0A0A;
		border:1px solid #252525;
		border-radius:10px;
		overflow:hidden;
		margin-bottom:30px;
		box-shadow:0 15px 40px rgba(0,0,0,.35);
	}

	/* ✦✦✦ WORK BODY PLAYER CONTENT CONTAINER FORMATING ✦✦✦ */
	.work-body-player-content-container {
		display:grid;
		grid-template-columns:minmax(0,2fr) 420px;
		gap:30px;
		align-items:start;
	}

	/* ✦✦✦ WORK BODY PLAYER CONTENT RIGHT FORMATING ✦✦✦ */
	.work-body-player-content-right {
		height:850px;
		padding-bottom:40px;
	}

	/* ✦✦✦ WORK BODY PLAYER PLAYLIST FORMATING ✦✦✦ */
	.work-body-player-playlist {
		height:auto;
		flex:1;
	}

	/* ✦✦✦ WORK BODY PLAYER HEADING FORMATING ✦✦✦ */
	.work-body-player-heading {
		font-size:42px;
	}

	/* ✦✦✦ WORK BODY PLAYER THUMB FORMATING ✦✦✦ */
	.work-body-player-thumb {
		width:150px;
		min-width:150px;
	}

	/* ✦✦✦ WORK BODY PLAYER THUMB VIDEO FORMATING ✦✦✦ */
	.work-body-player-thumb video {
		height:84px;
	}

	/* ✦✦✦ WORK BODY PLAYER ITEM FORMATING ✦✦✦ */
	.work-body-player-item {
		padding:15px;
	}

	/* ✦✦✦ WORK BODY PLAYER THUMB FORMATING ✦✦✦ */
	.work-body-player-thumb {
		width:150px;
		min-width:150px;
	}

	/* ✦✦✦ WORK BODY PLAYER THUMB VIDEO FORMATING ✦✦✦ */
	.work-body-player-thumb video {
		height:85px;
	}

	/* ✦✦✦ WORK BODY PLAYER PLAYLIST ITEM TITLE FORMATING ✦✦✦ */
	.work-body-player-playlist-item-title {
		font-size:17px;
	}

	/* ✦✦✦ WORK BODY PLAYER PLAYLIST ITEM CATEGORY FORMATING ✦✦✦ */
	.work-body-player-playlist-item-category {
		font-size:14px;
	}

	/* ✦✦✦ WORK BODY PLAYER PLAYLIST ITEM SOFTWARE FORMATING ✦✦✦ */
	.work-body-player-playlist-item-software {
		font-size:13px;
	}

}

/* ✦✦✦ RESPONSIVE MEDIA QUERIES MINIMUM 1000PX ✦✦✦ */
@media only screen and (min-width:1000px) {

	/* ✦✦✦ WORK BODY PLAYER CONTAINT SECTION FORMATING ✦✦✦ */
	.work-body-player-containt-section {
		width:40%;
	}

	/* ✦✦✦ WORK BODY SECOND CONTAINT SECTION FORMATING ✦✦✦ */
	.work-body-second-containt-section {
		width:20%;
	}

	/* ✦✦✦ WORK BODY FOURTH CONTAINT SECTION FORMATING ✦✦✦ */
	.work-body-fourth-containt-section {
		width:20%;
	}

}

/* ✦✦✦ RESPONSIVE MEDIA QUERIES MINIMUM 1200PX ✦✦✦ */
@media only screen and (min-width:1200px) {

	/* ✦✦✦ WORK BODY BANNER CONTAINT FORMATING ✦✦✦ */
	.work-body-banner-containt {
		width:45%;
		padding-left:150px;
		padding-top:20px;
	}

	/* ✦✦✦ WORK BODY HEADER CONTAINT AREA FORMATING ✦✦✦ */
	.work-body-header-containt-area {
		width:90%;
	}

	/* ✦✦✦ WORK BODY FOURTH CONTAINT SECTION FORMATING ✦✦✦ */
	.work-body-fourth-containt-section {
		width:15%;
	}

}


/*==========EXTRA FORMATTING ============*/

/*table{
	border-style: solid;
	border-color: #FFF000;
	border-width: 1px;
}

tr, button{
	border-style: solid;
	border-color: #0006FF;
	border-width: 1px;
}

td{
	border-style: solid;
	border-color: #FF0000;
	border-width: 1px;
}

div, img{
	border-style: solid;
	border-color: #00FF0C;
	border-width: 1px;
}

big, small, h1, h2, h3, h4, h5, h6, p, label{
	border-style: solid;
	border-color: #FF00D2;
	border-width: 1px;
}

hr{
	border-style: solid;
	border-color: #FF9000;
	border-width: 1px;
}

button{
	border-style: solid;
	border-color: #c5c5c5;
	border-width: 1px;
}*/