/* ✦✦✦ 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 ✦✦✦ */
.index-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 ✦✦✦ */
.index-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(1) {
	color: #EAC349;
}

/* ✦✦✦ NAVBAR SIDEMENU ITEM ACTIVE BORDER FORMATING ✦✦✦ */
.navbar-sidemenu-item:nth-child(1) {
  background:rgba(234,195,73,.08);
  border-color:#EAC349;
}

/* ✦✦✦ NAVBAR SIDEMENU ITEM ACTIVE ICON BORDER FORMATING ✦✦✦ */
.navbar-sidemenu-nav .navbar-sidemenu-item:nth-child(1) .navbar-sidemenu-icon {
  border-color:#EAC349;
}

/* ✦✦✦ NAVBAR SIDEMENU ITEM ACTIVE ICON COLOR FORMATING ✦✦✦ */
.navbar-sidemenu-nav .navbar-sidemenu-item:nth-child(1) .navbar-sidemenu-icon i{
  color: #EAC349;
}

/* ✦✦✦ INDEX BODY CONTAINER FORMATING ✦✦✦ */
.index-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;
}

/* ✦✦✦ INDEX BODY BANNER FORMATING ✦✦✦ */
.index-body-banner {
	position: relative;
	display: inline-block;
	background-image: url("../images/index-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;
}

/* ✦✦✦ INDEX BODY BANNER CONTAINT FORMATING ✦✦✦ */
.index-body-banner-containt {
	position: relative;
	display: inline-block;
	width: 90%;
	padding: 10px;
	margin: 10px;
	text-align: left;
	justify-content: center;
	vertical-align: middle;
	align-items: left;
}

/* ✦✦✦ INDEX BODY BANNER CONTAINT H1 FORMATING ✦✦✦ */
.index-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;
}

/* ✦✦✦ INDEX BODY BANNER CONTAINT BIG FORMATING ✦✦✦ */
.index-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;
}

/* ✦✦✦ INDEX BODY BANNER CONTAINT MID FORMATING ✦✦✦ */
.index-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: 80%;
	padding-bottom: 40px;
}

/* ✦✦✦ INDEX BODY BANNER CONTAINT SMALL FORMATING ✦✦✦ */
.index-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;
}

/* ✦✦✦ INDEX BODY BANNER CONTAINT ITEM FORMATING ✦✦✦ */
.index-body-banner-containt-item {
	position: relative;
	display: inline-block;
	width: 90%;
	vertical-align: bottom;
	text-align: left;
	justify-content: left;
	padding: 10px 5px;
}

/* ✦✦✦ INDEX BODY BANNER CONTAINT BUTTON SECTION FORMATING ✦✦✦ */
.index-body-banner-button-section {
	position: relative;
	display: inline-flex;
	width: 80%;
	padding: 10px 0px;
}

/* ✦✦✦ INDEX BODY BANNER CONTAINT WORK BUTTON FORMATING ✦✦✦ */
.index-body-banner-work-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;
}

/* ✦✦✦ INDEX BODY BANNER CONTAINT WORK BUTTON FORMATING ✦✦✦ */
.index-body-banner-work-button:hover {
  background-position: right center;
  color: #111;
  border: 1px solid #EAC349;
  letter-spacing: 1.2px;
}

/* ✦✦✦ INDEX BODY BANNER CONTAINT WORK BUTTON ACTIVE FORMATING ✦✦✦ */
.index-body-banner-work-button:active {
  transform: scale(0.95);
}

/* ✦✦✦ INDEX BODY BANNER CONTAINT WORK BUTTON AFTER FORMATING ✦✦✦ */
.index-body-banner-work-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;
}

/* ✦✦✦ INDEX BODY BANNER CONTAINT WORK BUTTON HOVER AFTER FORMATING ✦✦✦ */
.index-body-banner-work-button:hover::after {
  left: 250px;
}

/* ✦✦✦ INDEX BODY BANNER CONTAINT SHOWREEL BUTTON FORMATING ✦✦✦ */
.index-body-banner-showreel-button {
  display: inline-flex;
  position: relative;
  width: 220px;
  height: 40px;
  align-items: center;
  gap: 14px;
  background: transparent;
  background: #000000;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid #EAC349;
  color: #EAC349;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  letter-spacing: 0.5px;
  border-radius: 100px;
  cursor: pointer;
  padding: 8px 24px 8px 10px;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}

/* ✦✦✦ INDEX BODY BANNER CONTAINT SHOWREEL BUTTON CIRCLE FORMATING ✦✦✦ */
.index-body-banner-showreel-button-circle {
	display: inline-flex;
	position: relative;
  align-items: center;
  justify-content: center;
  background-color: #EAC349;
  border: 2px solid #EAC349;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: -8px;
  transition: transform 0.3s ease;
}

/* ✦✦✦ INDEX BODY BANNER CONTAINT SHOWREEL BUTTON TRINGLE FORMATING ✦✦✦ */
.index-body-banner-showreel-button-circle svg {
	position: relative;
	display: inline-block;
  width: 30px;
  height: 30px;
}

/* ✦✦✦ INDEX BODY BANNER CONTAINT SHOWREEL BUTTON FORMATING ✦✦✦ */
.index-body-banner-showreel-button:hover {
  background-position: right center;
  color: #EAC349;
  border: 1px solid #EAC349;
  letter-spacing: 1.2px;
}

/* ✦✦✦ INDEX BODY BANNER CONTAINT SHOWREEL BUTTON ACTIVE FORMATING ✦✦✦ */
.index-body-banner-showreel-button:active {
  transform: scale(0.95);
}

/* ✦✦✦ INDEX BODY BANNER CONTAINT SHOWREEL BUTTON AFTER FORMATING ✦✦✦ */
.index-body-banner-showreel-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 40px;
  height: 100%;
  background: rgba(255, 255, 200, 0.2);
  transform: skewX(-25deg);
  transition: 0.6s;
}

/* ✦✦✦ INDEX BODY BANNER CONTAINT SHOWREEL BUTTON HOVER AFTER FORMATING ✦✦✦ */
.index-body-banner-showreel-button:hover::after {
  left: 250px;
}

/* ✦✦✦ INDEX BODY WORK GALLERY POPUP FORMATING ✦✦✦ */
.index-body-work-gallery-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;
}

/* ✦✦✦ INDEX BODY WORK GALLERY POPUP ACTIVE FORMATING ✦✦✦ */
.index-body-work-gallery-popup.active {
	opacity:1;
	visibility:visible;
}

/* ✦✦✦ INDEX BODY WORK GALLERY BACKDROP FORMATING ✦✦✦ */
.index-body-work-gallery-backdrop {
	position:absolute;
	inset:0;
}

/* ✦✦✦ INDEX BODY WORK GALLERY POPUP CONTAINER FORMATING ✦✦✦ */
.index-body-work-gallery-popup-container {
	position:relative;
	width:90%;
	height:80vh;
	max-width:1400px;
	display:flex;
	flex-direction:column;
	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;
	font-family:"Sansation",sans-serif;
}

/* ✦✦✦ INDEX BODY WORK GALLERY POPUP CONTAINER BEFORE FORMATING ✦✦✦ */
.index-body-work-gallery-popup-container::before {
	content:"";
	position:absolute;
	inset:0;
	background:radial-gradient(circle at top,rgba(234,195,73,.12),transparent 60%);
	pointer-events:none;
}

/* ✦✦✦ INDEX BODY WORK GALLERY POPUP CLOSE FORMATING ✦✦✦ */
.index-body-work-gallery-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:20;
}

/* ✦✦✦ INDEX BODY WORK GALLERY POPUP CLOSE HOVER FORMATING ✦✦✦ */
.index-body-work-gallery-popup-close:hover {
	background:#EAC349;
	color:#000;
	transform:rotate(180deg);
}

/* ✦✦✦ INDEX BODY WORK GALLERY HEADER FORMATING ✦✦✦ */
.index-body-work-gallery-header {
	text-align:center;
	margin-bottom:20px;
}

/* ✦✦✦ INDEX BODY WORK GALLERY TAG FORMATING ✦✦✦ */
.index-body-work-gallery-tag {
	display:inline-block;
	margin-bottom:10px;
	color:#EAC349;
	font-size:11px;
	font-weight:700;
	letter-spacing:4px;
	text-transform:uppercase;
}

/* ✦✦✦ INDEX BODY WORK GALLERY TITLE FORMATING ✦✦✦ */
.index-body-work-gallery-popup-title {
	margin:0;
	color:#FFFFFF;
	font-family:"Sansation",sans-serif;
	font-size:36px;
	font-weight:600;
	letter-spacing:5px;
	text-transform:uppercase;
}

/* ✦✦✦ INDEX BODY WORK GALLERY COUNTER FORMATING ✦✦✦ */
.index-body-work-gallery-popup-counter {
	margin-top:10px;
	color:#BDBDBD;
	font-size:14px;
	letter-spacing:2px;
	text-transform:uppercase;
}

/* ✦✦✦ INDEX BODY WORK GALLERY PLAYER FORMATING ✦✦✦ */
.index-body-work-gallery-player {
	position:relative;
	flex:1;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:10px;
	border:1px solid rgba(234,195,73,.15);
	background:#000;
	overflow:hidden;
}

/* ✦✦✦ INDEX BODY WORK GALLERY VIDEO FORMATING ✦✦✦ */
.index-body-work-gallery-popup-video {
	display:block;
	width:100%;
	height: auto;
	background:#000;
	object-fit:contain;
}

/* ✦✦✦ INDEX BODY WORK GALLERY PREV NEXT FORMATING ✦✦✦ */
.index-body-work-gallery-popup-prev,
.index-body-work-gallery-popup-next {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:50px;
	height:50px;
	border:none;
	border-radius:50%;
	background:rgba(21,21,21,.9);
	color:#FFFFFF;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:18px;
	cursor:pointer;
	transition:.3s;
	z-index:10;
}

/* ✦✦✦ INDEX BODY WORK GALLERY PREV FORMATING ✦✦✦ */
.index-body-work-gallery-popup-prev {
	left:20px;
}

/* ✦✦✦ INDEX BODY WORK GALLERY NEXT FORMATING ✦✦✦ */
.index-body-work-gallery-popup-next {
	right:20px;
}

/* ✦✦✦ INDEX BODY WORK GALLERY PREV NEXT HOVER FORMATING ✦✦✦ */
.index-body-work-gallery-popup-prev:hover,
.index-body-work-gallery-popup-next:hover {
	background:#EAC349;
	color:#000;
}

/* ✦✦✦ INDEX BODY WORK GALLERY PLAYER GLOW FORMATING ✦✦✦ */
.index-body-work-gallery-player-glow {
	position:absolute;
	inset:0;
	pointer-events:none;
	box-shadow:inset 0 0 120px rgba(234,195,73,.08);
}

/* ✦✦✦ INDEX BODY WORK GALLERY FOOTER FORMATING ✦✦✦ */
.index-body-work-gallery-footer {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	gap:12px;
	margin-top:18px;
	color:#EAC349;
	font-size:12px;
	font-weight:700;
	letter-spacing:2px;
	text-transform:uppercase;
}

/* ✦✦✦ INDEX BODY WORK GALLERY FOOTER DOT FORMATING ✦✦✦ */
.index-body-work-gallery-footer .dot {
	width:4px;
	height:4px;
	border-radius:50%;
	background:#EAC349;
}

/* ✦✦✦ INDEX BODY SHOWREEL POPUP FORMATING ✦✦✦ */
.index-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;
}

/* ✦✦✦ INDEX BODY SHOWREEL POPUP ACTIVE FORMATING ✦✦✦ */
.index-body-showreel-popup.active {
	opacity:1;
	visibility:visible;
}

/* ✦✦✦ INDEX BODY SHOWREEL BACKDROP FORMATING ✦✦✦ */
.index-body-showreel-backdrop {
	position:absolute;
	inset:0;
}

/* ✦✦✦ INDEX BODY SHOWREEL POPUP CONTAINER FORMATING ✦✦✦ */
.index-body-showreel-popup-container {
	position:relative;
	width:90%;
	height:80vh;
	max-width:1400px;
	display:flex;
	flex-direction:column;
	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;
	font-family:"Sansation",sans-serif;
}

/* ✦✦✦ INDEX BODY SHOWREEL POPUP CONTAINER BEFORE FORMATING ✦✦✦ */
.index-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;
}

/* ✦✦✦ INDEX BODY SHOWREEL POPUP CLOSE FORMATING ✦✦✦ */
.index-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;
}

/* ✦✦✦ INDEX BODY SHOWREEL POPUP CLOSE HOVER FORMATING ✦✦✦ */
.index-body-showreel-popup-close:hover {
	background:#EAC349;
	color:#000;
	transform:rotate(180deg);
}

/* ✦✦✦ INDEX BODY SHOWREEL HEADER FORMATING ✦✦✦ */
.index-body-showreel-header {
	text-align:center;
	margin-bottom:20px;
}

/* ✦✦✦ INDEX BODY SHOWREEL TAG FORMATING ✦✦✦ */
.index-body-showreel-tag {
	display:inline-block;
	margin-bottom:10px;
	color:#EAC349;
	font-size:11px;
	font-weight:700;
	letter-spacing:4px;
	text-transform:uppercase;
}

/* ✦✦✦ INDEX BODY SHOWREEL TITLE FORMATING ✦✦✦ */
.index-body-showreel-title {
	margin:0;
	color:#FFFFFF;
	font-family:"Cormorant Garamond",serif;
	font-size:38px;
	font-weight:600;
	letter-spacing:6px;
	text-transform:uppercase;
}

/* ✦✦✦ INDEX BODY SHOWREEL SUBTITLE FORMATING ✦✦✦ */
.index-body-showreel-subtitle {
	max-width:700px;
	margin:10px auto 0;
	color:#BDBDBD;
	font-size:14px;
	line-height:1.7;
}

/* ✦✦✦ INDEX BODY SHOWREEL PLAYER FORMATING ✦✦✦ */
.index-body-showreel-player {
	position:relative;
	flex:1;
	display:flex;
	border-radius:10px;
	overflow:hidden;
	border:1px solid rgba(234,195,73,.15);
	background:#000;
}

/* ✦✦✦ INDEX BODY SHOWREEL PLAYER VIDEO FORMATING ✦✦✦ */
.index-body-showreel-player video {
	display:block;
	width:100%;
	height:100%;
	background:#000;
	object-fit:cover;
}

/* ✦✦✦ INDEX BODY SHOWREEL PLAYER GLOW FORMATING ✦✦✦ */
.index-body-showreel-player-glow {
	position:absolute;
	inset:0;
	pointer-events:none;
	box-shadow:inset 0 0 120px rgba(234,195,73,.08);
}

/* ✦✦✦ INDEX BODY SHOWREEL FOOTER FORMATING ✦✦✦ */
.index-body-showreel-footer {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	gap:12px;
	margin-top:18px;
	color:#EAC349;
	font-size:12px;
	font-weight:700;
	letter-spacing:2px;
	text-transform:uppercase;
}

/* ✦✦✦ INDEX BODY SHOWREEL FOOTER DOT FORMATING ✦✦✦ */
.index-body-showreel-footer .dot {
	width:4px;
	height:4px;
	border-radius:50%;
	background:#EAC349;
}

/* ✦✦✦ INDEX BODY FIRST CONTAINT FORMATING ✦✦✦ */
.index-body-first-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	border-top: 1px solid #EAC349;
	border-bottom: 1px solid #EAC349;
	padding: 5px;
}

/* ✦✦✦ INDEX BODY FIRST CONTAINT AREA FORMATING ✦✦✦ */
.index-body-first-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	width: 90%;
	padding: 5px;
}

/* ✦✦✦ INDEX BODY FIRST CONTAINT SECTION FORMATING ✦✦✦ */
.index-body-first-containt-section {
	position: relative;
	display: inline-block;
	width: 90%;
	border: 2px solid #252525;
	border-radius: 10px;
	margin: 10px;
}

/* ✦✦✦ INDEX BODY FIRST CONTAINT HEADING FORMATING ✦✦✦ */
.index-body-first-containt-heading {
	position: relative;
	display: inline-block;
	width: 80%;
	color: #C5C5C5;
	font-family: "Sansation", sans-serif;
	font-size: 15px;
	padding: 5px;
}

/* ✦✦✦ INDEX BODY FIRST CONTAINT SECTION HOVER IMAGE FORMATING ✦✦✦ */
.index-body-first-containt-section:hover {
	border: 2px solid #EAC349;
	cursor: pointer;
}

/* ✦✦✦ INDEX BODY FIRST CONTAINT SECTION HOVER HEADING FORMATING ✦✦✦ */
.index-body-first-containt-section:hover .index-body-first-containt-heading {
	color: #EAC349;
	cursor: pointer;
}

/* ✦✦✦ INDEX BODY FIRST CONTAINT IMAGE FORMATING ✦✦✦ */
.index-body-first-containt-image {
	position: relative;
	display: inline-block;
	object-fit: cover;
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

/* ✦✦✦ INDEX BODY FIRST CONTAINT POPUP FORMATING ✦✦✦ */
.index-body-first-containt-popup {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,.92);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: .4s ease;
  z-index: 99999;
}

/* ✦✦✦ INDEX BODY FIRST CONTAINT POPUP ACTIVE FORMATING ✦✦✦ */
.index-body-first-containt-popup.active {
  opacity: 1;
  visibility: visible;
}

/* ✦✦✦ INDEX BODY FIRST CONTAINT POPUP CONTAINER FORMATING ✦✦✦ */
.index-body-first-containt-popup-container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  padding: 10px;
  border: 2px solid #252525;
  border-radius: 10px;
}

/* ✦✦✦ INDEX BODY FIRST CONTAINT POPUP IMAGE FORMATING ✦✦✦ */
.index-body-first-popup-image {
  width: 100%;
  display: block;
  border-radius: 12px;
  background: #000;
}

/* ✦✦✦ INDEX BODY FIRST CONTAINT POPUP DESCRIPTION FORMATING ✦✦✦ */
.index-body-containt-popup-description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

/* ✦✦✦ INDEX BODY FIRST CONTAINT POPUP HEADING FORMATING ✦✦✦ */
.index-body-first-containt-popup-heading {
  color: #fff;
  font-family: "Sansation", sans-serif;
  font-size: 30px;
  font-weight: 600;
}

/* ✦✦✦ INDEX BODY FIRST CONTAINT POPUP CLOSE FORMATING ✦✦✦ */
.index-body-first-containt-popup-close {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 38px;
  cursor: pointer;
  transition: .3s;
  border-radius: 50%;
}

/* ✦✦✦ INDEX BODY FIRST CONTAINT POPUP CLOSE HOVER FORMATING ✦✦✦ */
.index-body-first-containt-popup-close:hover {
  color: #EAC349;
  transform: rotate(90deg);
}

/* ✦✦✦ INDEX BODY SECOND CONTAINT FORMATING ✦✦✦ */
.index-body-second-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 5px;
}

/* ✦✦✦ INDEX BODY SECOND CONTAINT AREA FORMATING ✦✦✦ */
.index-body-second-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	width: 90%;
	padding: 5px;
	text-align: center;
}

/* ✦✦✦ INDEX BODY SECOND CONTAINT HEADING FORMATING ✦✦✦ */
.index-body-second-containt-heading {
	position: relative;
	display: inline-block;
	color: #EAC349;
	font-family: "Sansation", sans-serif;
	font-size: 20px;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT FORMATING ✦✦✦ */
.index-body-third-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	padding: 5px;
	vertical-align: top;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT AREA FORMATING ✦✦✦ */
.index-body-third-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	width: 90%;
	padding: 5px;
	vertical-align: top;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT SECTION FORMATING ✦✦✦ */
.index-body-third-containt-section {
	position: relative;
	display: inline-block;
	width: 90%;
	height: 300px;
	background: #000000;
	border: 2px solid #252525;
	padding: 5px;
	margin: 5px;
	border-radius: 10px;
	vertical-align: top;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT SECTION HOVER FORMATING ✦✦✦ */
.index-body-third-containt-section:hover {
    border-color:#EAC349;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT IMAGE FORMATING ✦✦✦ */
.index-body-third-containt-image {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	padding: 5px;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT HEADING FORMATING ✦✦✦ */
.index-body-third-containt-heading {
	position: relative;
	display: inline-block;
	color: #FFFFFF;
	font-family: "Sansation", sans-serif;
	font-size: 14px;
	width: 90%;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT TEXT FORMATING ✦✦✦ */
.index-body-third-containt-text {
	position: relative;
	display: inline-block;
	color: #C5C5C5;
	font-family: "Sansation", sans-serif;
	font-size: 13px;
	padding: 10px 5px;
	width: 90%;
	height: 100px;
	text-align: center;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT BUTTON FORMATING ✦✦✦ */
.index-body-third-containt-button {
	position: relative;
	display: inline-block;
	width: 90%;
	padding: 10px 5px;
	color: #EAC349;
	font-family: "Sansation", sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	border-radius: 6px;
	transition: all .3s ease;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT BUTTON HOVER FORMATING ✦✦✦ */
.index-body-third-containt-button:hover {
	color: #EAC349;
	padding-left: 15px;
	letter-spacing: 1.1px;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT POPUP FORMATING✦✦✦ */
.index-body-third-containt-popup {
  position:fixed;
  inset:0;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  padding:20px;
  background:#000;
  opacity:0;
  visibility:hidden;
  transition:.35s ease;
  z-index:99999;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT POPUP ACTIVE FORMATING✦✦✦ */
.index-body-third-containt-popup.active {
  opacity:1;
  visibility:visible;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT POPUP BOX FORMATING✦✦✦ */
.index-body-third-containt-popup-box {
  position:relative;
  display: inline-block;
  width:90%;
  max-width:900px;
  max-height:90vh;
  grid-template-columns:45% 55%;
  overflow:hidden;
  overflow-y:auto;
  background:#000;
  border:1px solid #252525;
  border-radius:14px;
  box-shadow:0 20px 60px rgba(0,0,0,.6);
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT POPUP BOX SCROLLBAR FORMATING✦✦✦ */
.index-body-third-containt-popup-box::-webkit-scrollbar {
  width:6px;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT POPUP BOX SCROLLBAR THUMB FORMATING✦✦✦ */
.index-body-third-containt-popup-box::-webkit-scrollbar-thumb {
  background:#EAC349;
  border-radius:20px;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT POPUP LEFT FORMATING✦✦✦ */
.index-body-third-containt-popup-left {
  display:flex;
  justify-content:center;
  align-items:center;
  /*padding:10px;*/
  background:#000;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT POPUP IMAGE FORMATING✦✦✦ */
.index-body-third-containt-popup-image {
  width:100%;
  max-width:200px;
  max-height:200px;
  object-fit:contain;
  display:block;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT POPUP RIGHT FORMATING✦✦✦ */
.index-body-third-containt-popup-right {
  padding:10px;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT POPUP TITLE FORMATING✦✦✦ */
.index-body-third-containt-popup-title {
	font-family: "Sansation", sans-serif;
  color:#EAC349;
  font-size:30px;
  margin-bottom:10px;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT POPUP TEXT FORMATING✦✦✦ */
.index-body-third-containt-popup-text {
	font-family: "Sansation", sans-serif;
  color:#d5d5d5;
  font-size:15px;
  line-height:1.2;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT POPUP LIST FORMATING✦✦✦ */
.index-body-third-containt-popup-list {
	font-family: "Sansation", sans-serif;
	font-size: 15px;
  list-style:none;
  margin:10px 0 0;
  padding:0;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT POPUP LIST LI FORMATING✦✦✦ */
.index-body-third-containt-popup-list li {
  color:#fff;
  font-size:15px;
  margin-bottom:10px;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT POPUP CLOSE FORMATING✦✦✦ */
.index-body-third-containt-popup-close {
  position:absolute;
  width: 42px;
  height: 42px;
  top:15px;
  right:15px;
  font-size:38px;
  color:#fff;
  cursor:pointer;
  transition:.3s;
  z-index:10;
}

/* ✦✦✦ INDEX BODY THIRD CONTAINT POPUP CLOSE HOVER FORMATING✦✦✦ */
.index-body-third-containt-popup-close:hover {
  color:#EAC349;
  transform: rotate(90deg);
}

/* ✦✦✦ INDEX BODY FOURTH CONTAINT FORMATING ✦✦✦ */
.index-body-fourth-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 5px;
}

/* ✦✦✦ INDEX BODY FOURTH CONTAINT AREA FORMATING ✦✦✦ */
.index-body-fourth-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	width: 90%;
	padding: 5px;
	text-align: center;
}

/* ✦✦✦ INDEX BODY FOURTH CONTAINT HEADING FORMATING ✦✦✦ */
.index-body-fourth-containt-heading {
	position: relative;
	display: inline-block;
	color: #EAC349;
	font-family: "Sansation", sans-serif;
	font-size: 20px;
}

/* ✦✦✦ INDEX BODY FIFTH CONTAINT FORMATING ✦✦✦ */
.index-body-fifth-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	padding: 5px;
	vertical-align: top;
}

/* ✦✦✦ INDEX BODY FIFTH CONTAINT AREA FORMATING ✦✦✦ */
.index-body-fifth-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	width: 90%;
	padding: 5px;
}

/* ✦✦✦ INDEX BODY FIFTH CONTAINT SECTION FORMATING ✦✦✦ */
.index-body-fifth-containt-section {
	position: relative;
	display: inline-block;
	background-repeat:no-repeat;
  background-position:center;
  background-size: cover;
  width: 90%;
	height: 250px;
	text-align: center;
	justify-content: center;
	vertical-align: bottom;
	align-items: center;
	border: 2px solid #252525;
	border-radius: 10px;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ INDEX BODY FIFTH CONTAINT SECTION HOVER FORMATING ✦✦✦ */
.index-body-fifth-containt-section:hover {
	border-color:#EAC349;
}

/* ✦✦✦ INDEX BODY FIFTH CONTAINT SECTION CHILD FORMATING ✦✦✦ */
.index-body-fifth-containt-section:nth-child(1) {
	background-image: url("../images/brand-films-poster.jpg");
}

.index-body-fifth-containt-section:nth-child(2) {
	background-image: url("../images/commercials-poster.jpg");
}

.index-body-fifth-containt-section:nth-child(3) {
	background-image: url("../images/films-and-series-poster.jpg");
}

.index-body-fifth-containt-section:nth-child(4) {
	background-image: url("../images/ai-films-poster.jpg");
}

.index-body-fifth-containt-section:nth-child(5) {
	background-image: url("../images/vfx-and-cgi-poster.jpg");
}

.index-body-fifth-containt-section:nth-child(6) {
	background-image: url("../images/music-videos-poster.jpg");
}

/* ✦✦✦ INDEX BODY FIFTH CONTAINT NUMBER FORMATING ✦✦✦ */
.index-body-fifth-containt-number {
	position: relative;
	display: inline-block;
	color: #FFFFFF;
	text-align: left;
	width: 90%;
	font-family: "Sansation", sans-serif;
	font-size: 25px;
}

/* ✦✦✦ INDEX BODY FIFTH CONTAINT HEADING FORMATING ✦✦✦ */
.index-body-fifth-containt-heading {
	position: relative;
	display: inline-block;
	color: #FFFFFF;
	text-align: left;
	width: 90%;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, .6);
	margin-top: 50px;
	font-family: "Sansation", sans-serif;
	font-size: 25px;
	font-weight: bold;
}

/* ✦✦✦ INDEX BODY FIFTH CONTAINT TEXT FORMATING ✦✦✦ */
.index-body-fifth-containt-text {
	position: relative;
	display: inline-block;
	color: #EAC349;
	text-align: left;
	width: 90%;
	font-family: "Sansation", sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, .6);
}

/* ✦✦✦ INDEX BODY FIFTH CONTAINT BOX FORMATING ✦✦✦ */
.index-body-fifth-containt-box {
	position: relative;
	display: inline-block;
	text-align: left;
	width: 90%;
	vertical-align: middle;
	margin-top: 50px;
	padding: 5px;
}

/* ✦✦✦ INDEX BODY FIFTH CONTAINT BUTTON FORMATING ✦✦✦ */
.index-body-fifth-containt-button {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	background: transparent;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	color: #FFFFFF;
	font-family: "Sansation", sans-serif;
	font-size: 20px;
	cursor: pointer;
}

/* ✦✦✦ INDEX BODY FIFTH CONTAINT BUTTON HOVER FORMATING ✦✦✦ */
.index-body-fifth-containt-button:hover {
	background:#EAC349;
	border-color:#EAC349;
	color:#000000;
}

/* ✦✦✦ INDEX BODY FIFTH CONTAINT BUTTON SVG FORMATING ✦✦✦ */
.index-body-fifth-containt-button svg {
	width:14px;
	height:14px;
	transition:.3s ease;
}

/* ✦✦✦ INDEX BODY FIFTH POPUP FORMATING✦✦✦ */
.index-body-fifth-popup {
  position:fixed;
  inset:0;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  padding:20px;
  background:rgba(0,0,0,.95);
  opacity:0;
  visibility:hidden;
  transition:.35s ease;
  z-index:99999;
}

/* ✦✦✦ INDEX BODY FIFTH POPUP ACTIVE FORMATING✦✦✦ */
.index-body-fifth-popup.active {
  opacity:1;
  visibility:visible;
}

/* ✦✦✦ INDEX BODY FIFTH POPUP BOX FORMATING✦✦✦ */
.index-body-fifth-popup-box {
  position:relative;
  width:90%;
  height: 60%;
  max-width:500px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  background-color:#000;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  border:2px solid #252525;
  border-radius:10px;
  overflow:hidden;
}

/* ✦✦✦ INDEX BODY FIFTH POPUP BOX BEFORE FORMATING✦✦✦ */
.index-body-fifth-popup-box::before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,.45),rgba(0,0,0,.75));
}

/* ✦✦✦ INDEX BODY FIFTH POPUP CONTENT FORMATING✦✦✦ */
.index-body-fifth-popup-content {
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  padding:20px;
}

/* ✦✦✦ INDEX BODY FIFTH POPUP NUMBER FORMATING✦✦✦ */
.index-body-fifth-popup-number {
	font-family: "Sansation", sans-serif;
  color:#EAC349;
  font-size:70px;
  line-height:1;
  margin-bottom:12px;
}

/* ✦✦✦ INDEX BODY FIFTH POPUP HEADING FORMATING✦✦✦ */
.index-body-fifth-popup-heading {
  display:block;
  font-family: "Sansation", sans-serif;
  color:#C5C5C5;
  font-size:30px;
  letter-spacing:2px;
  margin-bottom:14px;
}

/* ✦✦✦ INDEX BODY FIFTH POPUP TITLE FORMATING✦✦✦ */
.index-body-fifth-popup-title {
  display:block;
  font-family: "Sansation", sans-serif;
  color:#fff;
  font-size:50px;
  line-height:1.1;
  white-space:pre-line;
}

/* ✦✦✦ INDEX BODY FIFTH POPUP CLOSE FORMATING✦✦✦ */
.index-body-fifth-popup-close {
  position:absolute;
  width: 42px;
  height: 42px;
  top:15px;
  right:15px;
  z-index:3;
  color:#fff;
  font-size:38px;
  cursor:pointer;
  transition:.3s;
}

/* ✦✦✦ INDEX BODY FIFTH POPUP CLOSE HOVER FORMATING✦✦✦ */
.index-body-fifth-popup-close:hover {
  color:#EAC349;
  transform: rotate(90deg);
}

/* ✦✦✦ INDEX BODY SIXTH CONTAINT FORMATING ✦✦✦ */
.index-body-sixth-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	padding: 5px;
	border-top: 1px solid #EAC349;
}

/* ✦✦✦ INDEX BODY SIXTH CONTAINT AREA FORMATING ✦✦✦ */
.index-body-sixth-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	width: 90%;
	padding: 5px;
}

/* ✦✦✦ INDEX BODY SIXTH CONTAINT SECTION FORMATING ✦✦✦ */
.index-body-sixth-containt-section {
	position: relative;
	display: inline-block;
	background-repeat:no-repeat;
  background-position:center;
  background-size: contain;
  width: 90%;
	height: 270px;
	text-align: center;
	justify-content: center;
	vertical-align: bottom;
	align-items: center;
	margin: 5px;
	border: 2px solid #252525;
	border-radius: 10px;
	padding-top: 10px;
}

/* ✦✦✦ INDEX BODY SIXTH CONTAINT SECTION HOVER FORMATING ✦✦✦ */
.index-body-sixth-containt-section:hover {
	border: 2px solid #EAC349;
	cursor: pointer;
	color: #EAC349;
}

/* ✦✦✦ INDEX BODY SIXTH CONTAINT IMAGE FORMATING ✦✦✦ */
.index-body-sixth-containt-image {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	padding: 5px;
	border-radius: 10px;
}

/* ✦✦✦ INDEX BODY SIXTH CONTAINT NUMBER FORMATING ✦✦✦ */
.index-body-sixth-containt-number {
	position: relative;
	display: inline-block;
	color: #EAC349;
	text-align: center;
	width: 80%;
	padding: 5px;
	font-family: "Sansation", sans-serif;
	font-size: 25px;
}

/* ✦✦✦ INDEX BODY SIXTH CONTAINT HEADING FORMATING ✦✦✦ */
.index-body-sixth-containt-heading {
	position: relative;
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	width: 80%;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, .6);
	font-family: "Sansation", sans-serif;
	font-size: 20px;
	padding: 5px;
	font-weight: bold;
}

/* ✦✦✦ INDEX BODY SIXTH CONTAINT SECTION HOVER HEADING FORMATING ✦✦✦ */
.index-body-sixth-containt-section:hover .index-body-sixth-containt-heading{
	cursor: pointer;
	color: #EAC349;
}

/* ✦✦✦ INDEX BODY SIXTH CONTAINT TEXT FORMATING ✦✦✦ */
.index-body-sixth-containt-text {
	position: relative;
	display: inline-block;
	color: #C5C5C5;
	text-align: center;
	width: 80%;
	font-family: "Sansation", sans-serif;
	font-size: 18px;
	padding: 5px;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, .6);
}

/* ✦✦✦ INDEX BODY SIXTH POPUP FORMATING ✦✦✦ */
.index-body-sixth-popup {
	position:fixed;
	inset:0;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:10px;
	background:rgba(0,0,0,.7);
	backdrop-filter:blur(8px);
	opacity:0;
	visibility:hidden;
	transition:.3s ease;
	z-index:9999;
}

/* ✦✦✦ INDEX BODY SIXTH POPUP ACTIVE FORMATING ✦✦✦ */
.index-body-sixth-popup.active {
	opacity:1;
	visibility:visible;
}

/* ✦✦✦ INDEX BODY SIXTH POPUP OVERLAY FORMATING ✦✦✦ */
.index-body-sixth-popup-overlay {
	position:absolute;
	inset:0;
}

/* ✦✦✦ INDEX BODY SIXTH POPUP CONTAINER FORMATING ✦✦✦ */
.index-body-sixth-popup-container {
	position:relative;
	width:90%;
	max-height: 80%;
	max-width:500px;
	background:#111;
	border:1px solid #252525;
	border-radius:10px;
	overflow:hidden;
	box-shadow:0 25px 60px rgba(0,0,0,.5);
	z-index:1;
}

/* ✦✦✦ INDEX BODY SIXTH POPUP HEADER FORMATING ✦✦✦ */
.index-body-sixth-popup-header {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:10px 10px;
	border-bottom:1px solid rgba(255,255,255,.08);
}

/* ✦✦✦ INDEX BODY SIXTH POPUP TITLE FORMATING ✦✦✦ */
#index-body-sixth-popup-title {
	margin:0;
	font-family:"Sansation",sans-serif;
	font-size:20px;
	font-weight:700;
	width: 80%;
	color:#EAC349;
}

/* ✦✦✦ INDEX BODY SIXTH POPUP CLOSE FORMATING ✦✦✦ */
.index-body-sixth-popup-close {
	width:42px;
	height:42px;
	border:none;
	border-radius:50%;
	background:#1d1d1d;
	color:#fff;
	font-size:38px;
	cursor:pointer;
	transition:.3s ease;
}

/* ✦✦✦ INDEX BODY SIXTH POPUP CLOSE HOVER FORMATING ✦✦✦ */
.index-body-sixth-popup-close:hover {
	background:#EAC349;
	color:#000;
	transform: rotate(90deg);
}

/* ✦✦✦ INDEX BODY SIXTH POPUP BODY FORMATING ✦✦✦ */
.index-body-sixth-popup-body {
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:20px;
	padding:20px;
}

/* ✦✦✦ INDEX BODY SIXTH POPUP IMAGE FORMATING ✦✦✦ */
#index-body-sixth-popup-image {
	width:100px;
	height:100px;
	object-fit:contain;
}

/* ✦✦✦ INDEX BODY SIXTH POPUP DESCRIPTION FORMATING ✦✦✦ */
#index-body-sixth-popup-description {
	margin:0;
	font-family:"Sansation",sans-serif;
	font-size:16px;
	line-height:29px;
	color:#d6d6d6;
	text-align:center;
}

/* ✦✦✦ INDEX BODY SEVENTH CONTAINT FORMATING ✦✦✦ */
.index-body-seventh-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 5px;
}

/* ✦✦✦ INDEX BODY SEVENTH CONTAINT AREA FORMATING ✦✦✦ */
.index-body-seventh-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	background-image: url("../images/lower_background_000.jpg");
	background-repeat:no-repeat;
  background-position:left;
  background-size: cover;
	width: 80%;
	padding: 5px;
	margin: 5px;
	text-align: center;
	border: 1px solid #EAC349;
	border-radius: 10px;
}

/* ✦✦✦ INDEX BODY SEVENTH CONTAINT HEADING FORMATING ✦✦✦ */
.index-body-seventh-containt-heading {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #C5C5C5;
	font-family: "Sansation", sans-serif;
	font-size: 18px;
	padding: 10px;
}

/* ✦✦✦ INDEX BODY SEVENTH CONTAINT TEXT FORMATING ✦✦✦ */
.index-body-seventh-containt-text {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #FFFFFF;
	font-family: "Cormorant Garamond", serif;
	font-size: 50px;
	line-height: 50px;
	padding: 10px;
}

/* ✦✦✦ INDEX BODY SEVENTH CONTAINT TEXT SPAN FORMATING ✦✦✦ */
.index-body-seventh-containt-text span {
	font-family: "Charm", cursive;
	font-size: 50px;
	font-style: italic;
	color: #EAC349;
}


/* ╔═══════════════════════════════════════════╗ */
/* ║             RESPONSIVE MEDIA              ║ */
/* ╚═══════════════════════════════════════════╝ */

/* ✦✦✦ RESPONSIVE MEDIA QUERIES MINIMUM 700PX ✦✦✦ */
@media(min-width:700px) {

	/* ✦✦✦ INDEX BODY BANNER FORMATING ✦✦✦ */
	.index-body-banner {
		height:600px;
	}

	/* ✦✦✦ INDEX BODY BANNER CONTAINT FORMATING ✦✦✦ */
	.index-body-banner-containt {
		padding-left:50px;
		padding-top:10px;
	}

	/* ✦✦✦ INDEX BODY BANNER CONTAINT ITEM FORMATING ✦✦✦ */
	.index-body-banner-containt-item {
		display:inline-flex;
	}

	/* ✦✦✦ INDEX BODY BANNER BUTTON SECTION FORMATING ✦✦✦ */
	.index-body-banner-button-section {
		width:250px;
		margin-top:20px;
	}

	/* ✦✦✦ INDEX BODY BANNER CONTAINT H1 FORMATING ✦✦✦ */
	.index-body-banner-containt-h1 {
		font-size:12px;
	}

	/* ✦✦✦ INDEX BODY BANNER CONTAINT BIG MID FORMATING ✦✦✦ */
	.index-body-banner-containt-big,
	.index-body-banner-containt-mid {
		font-size:80px;
	}

	/* ✦✦✦ INDEX BODY BANNER CONTAINT SMALL FORMATING ✦✦✦ */
	.index-body-banner-containt-small {
		font-size:18px;
	}

	/* ✦✦✦ INDEX BODY SIXTH CONTAINT SECTION FORMATING ✦✦✦ */
	.index-body-sixth-containt-section {
		width:250px;
	}

}

/* ✦✦✦ RESPONSIVE MEDIA QUERIES MINIMUM 768PX ✦✦✦ */
@media(min-width:768px) {

	/* ✦✦✦ INDEX BODY WORK GALLERY POPUP CONTAINER FORMATING ✦✦✦ */
	.index-body-work-gallery-popup-container {
		padding:30px;
	}

	/* ✦✦✦ INDEX BODY WORK GALLERY TITLE FORMATING ✦✦✦ */
	.index-body-work-gallery-popup-title {
		font-size:50px;
	}

	/* ✦✦✦ INDEX BODY WORK GALLERY COUNTER FORMATING ✦✦✦ */
	.index-body-work-gallery-popup-counter {
		font-size:15px;
	}

	/* ✦✦✦ INDEX BODY WORK GALLERY PREV NEXT FORMATING ✦✦✦ */
	.index-body-work-gallery-popup-prev,
	.index-body-work-gallery-popup-next {
		width:60px;
		height:60px;
		font-size:20px;
	}

	/* ✦✦✦ INDEX BODY WORK GALLERY FOOTER FORMATING ✦✦✦ */
	.index-body-work-gallery-footer {
		font-size:13px;
	}

	/* ✦✦✦ INDEX BODY SHOWREEL POPUP CONTAINER FORMATING ✦✦✦ */
	.index-body-showreel-popup-container {
		padding:30px;
	}

	/* ✦✦✦ INDEX BODY SHOWREEL TITLE FORMATING ✦✦✦ */
	.index-body-showreel-title {
		font-size:52px;
	}

	/* ✦✦✦ INDEX BODY SHOWREEL SUBTITLE FORMATING ✦✦✦ */
	.index-body-showreel-subtitle {
		font-size:15px;
	}

	/* ✦✦✦ INDEX BODY SHOWREEL FOOTER FORMATING ✦✦✦ */
	.index-body-showreel-footer {
		font-size:13px;
	}

	/* ✦✦✦ INDEX BODY FIRST CONTAINT SECTION FORMATING ✦✦✦ */
	.index-body-first-containt-section {
		width: 200px;
	}

	/* ✦✦✦ INDEX BODY THIRD CONTAINT SECTION FORMATING ✦✦✦ */
	.index-body-third-containt-section {
		width: 250px;
	}

	/* ✦✦✦ INDEX BODY FIFTH CONTAINT SECTION FORMATING ✦✦✦ */
	.index-body-fifth-containt-section {
		width: 250px;
	}

	/* ✦✦✦ INDEX BODY SIXTH POPUP CONTAINER FORMATING ✦✦✦ */
	.index-body-sixth-popup-container {
		width:45%;
	}

	/* ✦✦✦ INDEX BODY SIXTH POPUP TITLE FORMATING ✦✦✦ */
	#index-body-sixth-popup-title {
		font-size:32px;
	}

	/* ✦✦✦ INDEX BODY SIXTH POPUP BODY FORMATING ✦✦✦ */
	.index-body-sixth-popup-body {
		padding:40px;
	}

	/* ✦✦✦ INDEX BODY SIXTH POPUP IMAGE FORMATING ✦✦✦ */
	#index-body-sixth-popup-image {
		width:140px;
		height:140px;
	}

	/* ✦✦✦ INDEX BODY SIXTH POPUP DESCRIPTION FORMATING ✦✦✦ */
	#index-body-sixth-popup-description {
		font-size:17px;
	}

}

/* ✦✦✦ RESPONSIVE MEDIA QUERIES MINIMUM 1000PX ✦✦✦ */
@media(min-width:1000px) {

	/* ✦✦✦ INDEX BODY SIXTH CONTAINT SECTION FORMATING ✦✦✦ */
	.index-body-sixth-containt-section {
		width:350px;
	}

	/* ✦✦✦ INDEX BODY FIRST CONTAINT POPUP CONTAINER FORMATING ✦✦✦ */
	.index-body-first-containt-popup-container {
		width:30%;
	}

}

/* ✦✦✦ RESPONSIVE MEDIA QUERIES MINIMUM 1200PX ✦✦✦ */
@media(min-width:1200px) {

	/* ✦✦✦ INDEX BODY BANNER CONTAINT FORMATING ✦✦✦ */
	.index-body-banner-containt {
		width:45%;
		padding-left:150px;
		padding-top:20px;
	}

	/* ✦✦✦ INDEX BODY FIRST CONTAINT AREA FORMATING ✦✦✦ */
	.index-body-first-containt-area {
		width:90%;
	}

	/* ✦✦✦ INDEX BODY THIRD CONTAINT POPUP BOX FORMATING ✦✦✦ */
	.index-body-third-containt-popup-box {
		display:inline-grid;
		width:40%;
		max-width:50%;
		grid-template-columns:300px 1fr;
		text-align:center;
	}

	/* ✦✦✦ INDEX BODY THIRD CONTAINT POPUP LEFT FORMATING ✦✦✦ */
	.index-body-third-containt-popup-left {
		height:auto;
		padding:20px;
	}

	/* ✦✦✦ INDEX BODY THIRD CONTAINT POPUP IMAGE FORMATING ✦✦✦ */
	.index-body-third-containt-popup-image {
		width:100%;
		height:300px;
		max-width:100%;
		max-height:none;
	}

	/* ✦✦✦ INDEX BODY THIRD CONTAINT POPUP RIGHT FORMATING ✦✦✦ */
	.index-body-third-containt-popup-right {
		padding:30px;
		text-align:center;
		margin-top:10px;
	}

}


/*==========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;
}*/