/* ✦✦✦ MAIN PAGE BACKGROUND FORMATING ✦✦✦ */
.studio-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 ✦✦✦ */
.studio-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(5) {
	color: #EAC349;
}

/* ✦✦✦ NAVBAR SIDEMENU ITEM ACTIVE BORDER FORMATING ✦✦✦ */
.navbar-sidemenu-item:nth-child(5) {
  background:rgba(234,195,73,.08);
  border-color:#EAC349;
}

/* ✦✦✦ NAVBAR SIDEMENU ITEM ACTIVE ICON BORDER FORMATING ✦✦✦ */
.navbar-sidemenu-nav .navbar-sidemenu-item:nth-child(5) .navbar-sidemenu-icon {
  border-color:#EAC349;
}

/* ✦✦✦ NAVBAR SIDEMENU ITEM ACTIVE ICON COLOR FORMATING ✦✦✦ */
.navbar-sidemenu-nav .navbar-sidemenu-item:nth-child(5) .navbar-sidemenu-icon i{
  color: #EAC349;
}

/* ✦✦✦ STUDIO BODY CONTAINER FORMATING ✦✦✦ */
.studio-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;
}

/* ✦✦✦ STUDIO BODY BANNER FORMATING ✦✦✦ */
.studio-body-banner {
	position: relative;
	display: inline-block;
	background-image: url("../images/studio-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;
}

/* ✦✦✦ STUDIO BODY BANNER CONTAINT FORMATING ✦✦✦ */
.studio-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;
}

/* ✦✦✦ STUDIO BODY BANNER CONTAINT H1 FORMATING ✦✦✦ */
.studio-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;
}

/* ✦✦✦ STUDIO BODY BANNER CONTAINT BIG FORMATING ✦✦✦ */
.studio-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;
}

/* ✦✦✦ STUDIO BODY BANNER CONTAINT MID FORMATING ✦✦✦ */
.studio-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: 100%;
	margin-top: 20px;
	padding-bottom: 40px;
}

/* ✦✦✦ STUDIO BODY BANNER CONTAINT SMALL FORMATING ✦✦✦ */
.studio-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;
}

/* ✦✦✦ STUDIO BODY BANNER CONTAINT ITEM FORMATING ✦✦✦ */
.studio-body-banner-containt-item {
  position: relative;
  display: inline-block;
  width: 90%;
  vertical-align: bottom;
  text-align: left;
  justify-content: left;
  padding: 10px 5px;
}

/* ✦✦✦ STUDIO BODY BANNER CONTAINT BUTTON SECTION FORMATING ✦✦✦ */
.studio-body-banner-button-section {
  position: relative;
  display: inline-flex;
  width: 80%;
  padding: 10px 0px;
}

/* ✦✦✦ STUDIO BODY BANNER CONTAINT BUTTON FORMATING ✦✦✦ */
.studio-body-banner-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;
}

/* ✦✦✦ STUDIO BODY BANNER CONTAINT BUTTON FORMATING ✦✦✦ */
.studio-body-banner-button:hover {
  background-position: right center;
  color: #111;
  border: 1px solid #EAC349;
  letter-spacing: 1.2px;
}

/* ✦✦✦ STUDIO BODY BANNER CONTAINT BUTTON ACTIVE FORMATING ✦✦✦ */
.studio-body-banner-button:active {
  transform: scale(0.95);
}

/* ✦✦✦ STUDIO BODY BANNER CONTAINT BUTTON AFTER FORMATING ✦✦✦ */
.studio-body-banner-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;
}

/* ✦✦✦ STUDIO BODY BANNER CONTAINT BUTTON HOVER AFTER FORMATING ✦✦✦ */
.studio-body-banner-button:hover::after {
  left: 250px;
}

/* ✦✦✦ STUDIO BODY FIRST CONTAINT FORMATING ✦✦✦ */
.studio-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;
}

/* ✦✦✦ STUDIO BODY FIRST CONTAINT AREA FORMATING ✦✦✦ */
.studio-body-first-containt-area {
  position: relative;
  display: inline-block;
  justify-content: space-between;
  width: 90%;
  padding: 5px;
  text-align: center;
}

/* ✦✦✦ STUDIO BODY FIRST CONTAINT HEADING FORMATING ✦✦✦ */
.studio-body-first-containt-heading {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #EAC349;
  font-family: "Sansation", sans-serif;
  font-size: 20px;
  padding: 10px;
}

/* ✦✦✦ STUDIO BODY FIRST CONTAINT TEXT FORMATING ✦✦✦ */
.studio-body-first-containt-text {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  line-height: 40px;
  padding: 10px;
}

/* ✦✦✦ STUDIO BODY FIRST CONTAINT TEXT SPAN FORMATING ✦✦✦ */
.studio-body-first-containt-text span {
  color: #EAC349;
  font-family: "Charm", cursive;
  font-style: italic;
  font-size: 40px;
}

/* ✦✦✦ STUDIO BODY FIRST CONTAINT BODY FORMATING ✦✦✦ */
.studio-body-first-containt-body {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #C5C5C5;
  font-family: "Sansation", sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding: 10px;
}

/* ✦✦✦ STUDIO BODY FIRST CONTAINT SIGN FORMATING ✦✦✦ */
.studio-body-first-containt-sign {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #EAC349;
  font-family: "Hurricane", sans-serif;
  font-size: 60px;
  font-weight: 100;
  font-style: italic;
  margin-top: 30px;
  padding: 5px;
}

/* ✦✦✦ STUDIO BODY FIRST CONTAINT POST FORMATING ✦✦✦ */
.studio-body-first-containt-post {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #C5C5C5;
  font-family: "Sansation", sans-serif;
  font-size: 12px;
  padding: 5px;
}

/* ✦✦✦ STUDIO BODY SECOND CONTAINT FORMATING ✦✦✦ */
.studio-body-second-containt {
  display: inline-block;
  position: relative;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 10px;
}

/* ✦✦✦ STUDIO BODY SECOND CONTAINT AREA FORMATING ✦✦✦ */
.studio-body-second-containt-area {
  position: relative;
  display: inline-block;
  justify-content: space-between;
  width: 90%;
  padding: 10px;
}

/* ✦✦✦ STUDIO BODY SECOND CONTAINT BOX FORMATING ✦✦✦ */
.studio-body-second-containt-box {
  position: relative;
  display: inline-block;
  width: 90%;
  height: auto;
  border: 1px solid #555555;
  border-radius: 10px;
  padding: 5px;
  margin: 5px;
}

/* ✦✦✦ STUDIO BODY SECOND CONTAINT BOX HOVER FORMATING ✦✦✦ */
.studio-body-second-containt-box:hover {
  border: 1px solid #EAC349;
  cursor: pointer;
}

/* ✦✦✦ STUDIO BODY SECOND CONTAINT ICON FORMATING ✦✦✦ */
.studio-body-second-containt-icon {
  width: 100px;
  font-size: 80px;
  color: #EAC349;
  padding: 5px;
  margin: 5px;
}

/* ✦✦✦ STUDIO BODY SECOND CONTAINT TEXT FORMATING ✦✦✦ */
.studio-body-second-containt-text {
	position: relative;
	display: inline-block;
	width: 80%;
	text-align: center;
	padding-left: 30px;
}

/* ✦✦✦ STUDIO BODY SECOND CONTAINT NUMBER FORMATING ✦✦✦ */
.studio-body-second-containt-number {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #EAC349;
  font-family: "Sansation", sans-serif;
  font-size: 50px;
  padding: 5px;
}

/* ✦✦✦ STUDIO BODY SECOND CONTAINT SMALL FORMATING ✦✦✦ */
.studio-body-second-containt-small {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #C5C5C5;
  font-family: "Sansation", sans-serif;
  font-size: 20px;
  padding: 5px;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP FORMATING ✦✦✦ */
.studio-body-second-popup {
  position:fixed;
  inset:0;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:10px;
  background:rgba(0,0,0,.92);
  opacity:0;
  visibility:hidden;
  transition:.35s ease;
  z-index:99999;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP ACTIVE FORMATING ✦✦✦ */
.studio-body-second-popup.active {
  opacity:1;
  visibility:visible;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP BOX FORMATING ✦✦✦ */
.studio-body-second-popup-box {
  position:relative;
  width:100%;
  max-width:340px;
  background:#111111;
  border:2px solid #252525;
  border-radius:10px;
  overflow:hidden;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP CONTENT FORMATING ✦✦✦ */
.studio-body-second-popup-content {
  padding:30px 20px;
  text-align:center;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP ICON WRAPPER FORMATING ✦✦✦ */
.studio-body-second-popup-icon-wrapper {
  display:flex;
  justify-content:center;
  margin-bottom:20px;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP ICON FORMATING ✦✦✦ */
.studio-body-second-popup-icon {
  display:flex;
  justify-content:center;
  align-items:center;
  width:70px;
  height:70px;
  border-radius:50%;
  color:#EAC349;
  font-size:60px;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP NUMBER FORMATING ✦✦✦ */
.studio-body-second-popup-number {
  margin-bottom:10px;
  color:#FFFFFF;
  font-family:"Sansation",sans-serif;
  font-size:42px;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP HEADING FORMATING ✦✦✦ */
.studio-body-second-popup-heading {
  margin-bottom:15px;
  color:#EAC349;
  font-family:"Sansation",sans-serif;
  font-size:15px;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP TEXT FORMATING ✦✦✦ */
.studio-body-second-popup-text {
  color:#C5C5C5;
  font-family:"Sansation",sans-serif;
  font-size:15px;
  line-height:1.8;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP CLOSE FORMATING ✦✦✦ */
.studio-body-second-popup-close {
  position:absolute;
  top:10px;
  right:10px;
  color:#FFFFFF;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  transition:.3s ease;
  z-index:5;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP CLOSE HOVER FORMATING ✦✦✦ */
.studio-body-second-popup-close:hover {
  color:#EAC349;
  transform: rotate(90deg);
}

/* ✦✦✦ STUDIO BODY THIRD CONTAINT FORMATING ✦✦✦ */
.studio-body-third-containt {
  display: inline-block;
  position: relative;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 5px;
}

/* ✦✦✦ STUDIO BODY THIRD CONTAINT AREA FORMATING ✦✦✦ */
.studio-body-third-containt-area {
  position: relative;
  display: inline-block;
  justify-content: space-between;
  width: 90%;
  padding: 5px;
  text-align: center;
}

/* ✦✦✦ STUDIO BODY THIRD CONTAINT HEADING FORMATING ✦✦✦ */
.studio-body-third-containt-heading {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #EAC349;
  font-family: "Sansation", sans-serif;
  font-size: 20px;
  padding: 10px;
}

/* ✦✦✦ STUDIO BODY FOURTH CONTAINT FORMATING ✦✦✦ */
.studio-body-fourth-containt {
  display: inline-block;
  position: relative;
  justify-content: space-between;
  width: 100%;
  height: auto;
}

/* ✦✦✦ STUDIO BODY FOURTH CONTAINT AREA FORMATING ✦✦✦ */
.studio-body-fourth-containt-area {
  position: relative;
  display: inline-block;
  justify-content: space-between;
  width: 90%;
  padding: 5px;
}

/* ✦✦✦ STUDIO BODY FOURTH CONTAINT BOX FORMATING ✦✦✦ */
.studio-body-fourth-containt-box {
  position: relative;
  display: inline-block;
  width: 90%;
  border: 1px solid #555555;
  border-radius: 10px;
  padding: 5px;
  margin: 5px;
}

/* ✦✦✦ STUDIO BODY FOURTH CONTAINT BOX HOVER FORMATING ✦✦✦ */
.studio-body-fourth-containt-box:hover {
  border: 1px solid #EAC349;
  cursor: pointer;
}

/* ✦✦✦ STUDIO BODY FOURTH CONTAINT ICON FORMATING ✦✦✦ */
.studio-body-fourth-containt-icon {
  width: 100px;
  font-size: 70px;
  color: #EAC349;
  padding: 5px;
  margin: 5px;
}

/* ✦✦✦ STUDIO BODY FOURTH CONTAINT HEADER FORMATING ✦✦✦ */
.studio-body-fourth-containt-header {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #FFFFFF;
  font-family: "Sansation", sans-serif;
  font-size: 25px;
  padding: 5px;
  margin: 5px;
}

/* ✦✦✦ STUDIO BODY FOURTH CONTAINT TEXT FORMATING ✦✦✦ */
.studio-body-fourth-containt-text {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #C5C5C5;
  font-family: "Sansation", sans-serif;
  font-size: 18px;
  padding: 5px;
  margin: 5px;
}

/* ✦✦✦ STUDIO BODY FOURTH POPUP FORMATING ✦✦✦ */
.studio-body-fourth-popup {
  position:fixed;
  inset:0;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:10px;
  background:rgba(0,0,0,.92);
  opacity:0;
  visibility:hidden;
  transition:.35s ease;
  z-index:99999;
}

/* ✦✦✦ STUDIO BODY FOURTH POPUP ACTIVE FORMATING ✦✦✦ */
.studio-body-fourth-popup.active {
  opacity:1;
  visibility:visible;
}

/* ✦✦✦ STUDIO BODY FOURTH POPUP BOX FORMATING ✦✦✦ */
.studio-body-fourth-popup-box {
  position:relative;
  width:100%;
  max-width:340px;
  background:#111111;
  border:2px solid #252525;
  border-radius:10px;
  overflow:hidden;
}

/* ✦✦✦ STUDIO BODY FOURTH POPUP CONTENT FORMATING ✦✦✦ */
.studio-body-fourth-popup-content {
  padding:30px 20px;
  text-align:center;
}

/* ✦✦✦ STUDIO BODY FOURTH POPUP ICON WRAPPER FORMATING ✦✦✦ */
.studio-body-fourth-popup-icon-wrapper {
  display:flex;
  justify-content:center;
  margin-bottom:20px;
}

/* ✦✦✦ STUDIO BODY FOURTH POPUP ICON FORMATING ✦✦✦ */
.studio-body-fourth-popup-icon {
  display:flex;
  justify-content:center;
  align-items:center;
  width:70px;
  height:70px;
  color:#EAC349;
  font-size:60px;
}

/* ✦✦✦ STUDIO BODY FOURTH POPUP HEADING FORMATING ✦✦✦ */
.studio-body-fourth-popup-heading {
  margin-bottom:15px;
  color:#FFFFFF;
  font-family:"Sansation",sans-serif;
  font-size:22px;
}

/* ✦✦✦ STUDIO BODY FOURTH POPUP TEXT FORMATING ✦✦✦ */
.studio-body-fourth-popup-text {
  color:#C5C5C5;
  font-family:"Sansation",sans-serif;
  font-size:15px;
  line-height:1.8;
}

/* ✦✦✦ STUDIO BODY FOURTH POPUP CLOSE FORMATING ✦✦✦ */
.studio-body-fourth-popup-close {
  position:absolute;
  top:10px;
  right:10px;
  color:#FFFFFF;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  transition:.3s ease;
  z-index:5;
}

/* ✦✦✦ STUDIO BODY FOURTH POPUP CLOSE HOVER FORMATING ✦✦✦ */
.studio-body-fourth-popup-close:hover {
  color:#EAC349;
  transform: rotate(90deg);
}

/* ✦✦✦ STUDIO BODY FIFTH CONTAINT FORMATING ✦✦✦ */
.studio-body-fifth-containt {
  display: inline-block;
  position: relative;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 5px;
  border-top: 1px solid #EAC349;
}

/* ✦✦✦ STUDIO BODY FIFTH CONTAINT AREA FORMATING ✦✦✦ */
.studio-body-fifth-containt-area {
  position: relative;
  display: inline-block;
  justify-content: space-between;
  width: 90%;
  padding: 5px;
  text-align: center;
}

/* ✦✦✦ STUDIO BODY FIFTH CONTAINT HEADING FORMATING ✦✦✦ */
.studio-body-fifth-containt-heading {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #EAC349;
  font-family: "Sansation", sans-serif;
  font-size: 20px;
  padding: 10px;
}

/* ✦✦✦ STUDIO BODY FIFTH CONTAINT TEXT FORMATING ✦✦✦ */
.studio-body-fifth-containt-text {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  line-height: 40px;
  padding: 10px;
}

/* ✦✦✦ STUDIO BODY FIFTH CONTAINT TEXT SPAN FORMATING ✦✦✦ */
.studio-body-fifth-containt-text span {
  color: #EAC349;
  font-family: "Charm", cursive;
  font-style: italic;
  font-size: 40px;
}

/* ✦✦✦ STUDIO BODY SECOND CONTAINT FORMATING ✦✦✦ */
.studio-body-sixth-containt {
  display: inline-block;
  position: relative;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 10px;
  vertical-align: top;
}

/* ✦✦✦ STUDIO BODY SECOND CONTAINT AREA FORMATING ✦✦✦ */
.studio-body-sixth-containt-area {
  position: relative;
  display: inline-block;
  justify-content: space-between;
  width: 90%;
  padding: 5px;
  vertical-align: top;
}

/* ✦✦✦ STUDIO BODY SECOND CONTAINT SECTION FORMATING ✦✦✦ */
.studio-body-sixth-containt-section {
  position: relative;
  display: inline-block;
  width: 90%;
  height: 500px;
  border: 1px solid #555555;
  border-radius: 10px;
  margin: 10px;
  vertical-align: top;
}

/* ✦✦✦ STUDIO BODY SECOND CONTAINT SECTION FORMATING ✦✦✦ */
.studio-body-sixth-containt-section:hover {
  border: 1px solid #EAC349;
}

/* ✦✦✦ STUDIO BODY SECOND CONTAINT IMAGE FORMATING ✦✦✦ */
.studio-body-sixth-containt-image {
  position: relative;
  display: inline-block;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  vertical-align: middle;
}

/* ✦✦✦ STUDIO BODY SECOND CONTAINT HEADER FORMATING ✦✦✦ */
.studio-body-sixth-containt-header {
  position: relative;
  display: inline-block;
  width: 90%;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
}

/* ✦✦✦ STUDIO BODY SECOND CONTAINT ICON FORMATING ✦✦✦ */
.studio-body-sixth-containt-icon {
  position: relative;
  display: inline-block;
  color: #EAC349;
  height: 30px;
  width: auto;
  min-width: 30px;
  font-size: 30px;
  vertical-align: middle;
  padding: 10px;
  padding-top: 10px;
  border: 1px solid #EAC349;
  border-radius: 10px;
  margin-top: 10px;
  text-align: center;
}

/* ✦✦✦ STUDIO BODY SECOND CONTAINT HEADING FORMATING ✦✦✦ */
.studio-body-sixth-containt-heading {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #ffffff;
  font-family: "Sansation", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  padding: 5px;
  margin-top: 10px;
  font-weight: bold;
  letter-spacing: 1.5px;
}

/* ✦✦✦ STUDIO BODY SECOND CONTAINT TEXT FORMATING ✦✦✦ */
.studio-body-sixth-containt-text {
  position: relative;
  display: inline-block;
  width: 90%;
  height: 100px;
  color: #C5C5C5;
  font-family: "Sansation", sans-serif;
  font-size: 15px;
  padding: 5px;
}

/* ✦✦✦ STUDIO BODY SECOND CONTAINT BUTTON FORMATING ✦✦✦ */
.studio-body-sixth-containt-button {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #EAC349;
  font-family: "Sansation", sans-serif;
  font-size: 15px;
  padding: 5px;
  margin-top: 20px;
  transition: all .3s ease;
}

/* ✦✦✦ STUDIO BODY SECOND CONTAINT BUTTON HOVER FORMATING ✦✦✦ */
.studio-body-sixth-containt-button:hover {
  color: #EAC349;
  padding-left: 15px;
  letter-spacing: 1.1px;
  cursor: pointer;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP FORMATING ✦✦✦ */
.studio-body-sixth-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;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP ACTIVE FORMATING ✦✦✦ */
.studio-body-sixth-popup.active {
  opacity:1;
  visibility:visible;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP BOX FORMATING ✦✦✦ */
.studio-body-sixth-popup-box {
  position:relative;
  width:100%;
  max-width:800px;
  background:#111111;
  border:2px solid #252525;
  border-radius:10px;
  overflow:hidden;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP IMAGE FORMATING ✦✦✦ */
.studio-body-sixth-popup-image {
  display:block;
  width:100%;
  height:350px;
  object-fit:cover;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP CONTENT FORMATING ✦✦✦ */
.studio-body-sixth-popup-content {
  padding:30px;
  text-align:center;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP ICON WRAPPER FORMATING ✦✦✦ */
.studio-body-sixth-popup-icon-wrapper {
  display:flex;
  justify-content:center;
  margin-bottom:20px;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP ICON FORMATING ✦✦✦ */
.studio-body-sixth-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;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP HEADING FORMATING ✦✦✦ */
.studio-body-sixth-popup-heading {
  color:#FFFFFF;
  font-family:"Sansation",sans-serif;
  font-size:32px;
  margin-bottom:15px;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP TEXT FORMATING ✦✦✦ */
.studio-body-sixth-popup-text {
  color:#C5C5C5;
  font-family:"Sansation",sans-serif;
  font-size:16px;
  line-height:1.8;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP CLOSE FORMATING ✦✦✦ */
.studio-body-sixth-popup-close {
  position:absolute;
  width: 40px;
  height: 40px;
  top:20px;
  right:20px;
  color:#FFFFFF;
  font-size:34px;
  cursor:pointer;
  z-index:2;
  transition:.3s ease;
}

/* ✦✦✦ STUDIO BODY SECOND POPUP CLOSE HOVER FORMATING ✦✦✦ */
.studio-body-sixth-popup-close:hover {
  color:#EAC349;
  transform: rotate(90deg);
}

/* ✦✦✦ STUDIO BODY SEVENTH CONTAINT FORMATING ✦✦✦ */
.studio-body-seventh-containt {
	position: relative;
	display: inline-block;
	width: 100%;
	background-image: url("../images/studio-team-001.jpg");
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	border-top: 1px solid #EAC349;
	border-bottom: 1px solid #555555;
}

/* ✦✦✦ STUDIO BODY SEVENTH CONTAINT AREA FORMATING ✦✦✦ */
.studio-body-seventh-containt-area {
	position: relative;
	display: inline-block;
	width: 80%;
	padding: 20px;
	text-align: left;
}

/* ✦✦✦ STUDIO BODY SEVENTH CONTAINT SECTION FORMATING ✦✦✦ */
.studio-body-seventh-containt-section {
	position: relative;
	display: inline-block;
	width: 90%;
	padding: 10px;
	text-align: left;
}

/* ✦✦✦ STUDIO BODY SEVENTH CONTAINT HEADING FORMATING ✦✦✦ */
.studio-body-seventh-containt-heading {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #EAC349;
  font-family: "Sansation", sans-serif;
  font-size: 10px;
  padding: 10px;
}

/* ✦✦✦ STUDIO BODY SEVENTH CONTAINT TEXT FORMATING ✦✦✦ */
.studio-body-seventh-containt-text {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  line-height: 40px;
  padding: 10px;
}

/* ✦✦✦ STUDIO BODY SEVENTH CONTAINT TEXT SPAN FORMATING ✦✦✦ */
.studio-body-seventh-containt-text span {
  color: #EAC349;
  font-family: "Charm", cursive;
  font-style: italic;
  font-size: 30px;
}

/* ✦✦✦ STUDIO BODY SEVENTH CONTAINT TAGS FORMATING ✦✦✦ */
.studio-body-seventh-containt-tags {
	position: relative;
	display: inline-block; 
	width: 90%;
}

/* ✦✦✦ STUDIO BODY SECOND CONTAINT NUMBER FORMATING ✦✦✦ */
.studio-body-seventh-containt-number {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #EAC349;
  font-family: "Sansation", sans-serif;
  font-size: 30px;
  padding: 5px;
}

/* ✦✦✦ STUDIO BODY SECOND CONTAINT SMALL FORMATING ✦✦✦ */
.studio-body-seventh-containt-small {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #C5C5C5;
  font-family: "Sansation", sans-serif;
  font-size: 20px;
  padding: 5px;
}

/* ✦✦✦ STUDIO BODY EIGHTH CONTAINT FORMATING ✦✦✦ */
.studio-body-eighth-containt {
  position: relative;
  display: inline-block;
  width: 100%;
  background-image: url("../images/studio-vision-001.jpg");
  background-repeat:no-repeat;
  background-position:center;
  background-size: cover;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #EAC349;
}

/* ✦✦✦ STUDIO BODY EIGHTH CONTAINT AREA FORMATING ✦✦✦ */
.studio-body-eighth-containt-area {
  position: relative;
  display: inline-block;
  width: 80%;
  padding: 20px;
  text-align: left;
}

/* ✦✦✦ STUDIO BODY EIGHTH CONTAINT SECTION FORMATING ✦✦✦ */
.studio-body-eighth-containt-section {
  position: relative;
  display: inline-block;
  width: 90%;
  padding: 10px;
  text-align: left;
}

/* ✦✦✦ STUDIO BODY EIGHTH CONTAINT HEADING FORMATING ✦✦✦ */
.studio-body-eighth-containt-heading {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #EAC349;
  font-family: "Sansation", sans-serif;
  font-size: 10px;
  padding: 10px;
}

/* ✦✦✦ STUDIO BODY EIGHTH CONTAINT TEXT FORMATING ✦✦✦ */
.studio-body-eighth-containt-text {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  line-height: 40px;
  padding: 10px;
}

/* ✦✦✦ STUDIO BODY EIGHTH CONTAINT TEXT SPAN FORMATING ✦✦✦ */
.studio-body-eighth-containt-text span {
  color: #EAC349;
  font-family: "Charm", cursive;
  font-style: italic;
  font-size: 30px;
}

/* ✦✦✦ STUDIO BODY EIGHTH CONTAINT SMALL FORMATING ✦✦✦ */
.studio-body-eighth-containt-small {
  position: relative;
  display: inline-block;
  width: 70%;
  color: #C5C5C5;
  font-family: "Sansation", sans-serif;
  font-size: 20px;
  padding: 5px;
}

/* ✦✦✦ STUDIO BODY EIGHTH CONTAINT ITEM FORMATING ✦✦✦ */
.studio-body-eighth-containt-item {
  position: relative;
  display: inline-block;
  width: 90%;
  vertical-align: bottom;
  text-align: left;
  justify-content: left;
  padding: 10px 5px;
}

/* ✦✦✦ STUDIO BODY EIGHTH CONTAINT BUTTON SECTION FORMATING ✦✦✦ */
.studio-body-eighth-button-section {
  position: relative;
  display: inline-flex;
  width: 90%;
  padding: 10px 0px;
}

/* ✦✦✦ STUDIO BODY EIGHTH CONTAINT BUTTON FORMATING ✦✦✦ */
.studio-body-eighth-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;
}

/* ✦✦✦ STUDIO BODY EIGHTH CONTAINT BUTTON FORMATING ✦✦✦ */
.studio-body-eighth-button:hover {
  background-position: right center;
  color: #111;
  border: 1px solid #EAC349;
  letter-spacing: 1.2px;
}

/* ✦✦✦ STUDIO BODY EIGHTH CONTAINT BUTTON ACTIVE FORMATING ✦✦✦ */
.studio-body-eighth-button:active {
  transform: scale(0.95);
}

/* ✦✦✦ STUDIO BODY EIGHTH CONTAINT BUTTON AFTER FORMATING ✦✦✦ */
.studio-body-eighth-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;
}

/* ✦✦✦ STUDIO BODY EIGHTH CONTAINT BUTTON HOVER AFTER FORMATING ✦✦✦ */
.studio-body-eighth-button:hover::after {
  left: 250px;
}

/* ✦✦✦ WORK BODY NINTH CONTAINT FORMATING ✦✦✦ */
.work-body-ninth-containt {
  display: inline-block;
  position: relative;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 5px;
}

/* ✦✦✦ WORK BODY NINTH CONTAINT AREA FORMATING ✦✦✦ */
.work-body-ninth-containt-area {
  position: relative;
  display: inline-block;
  justify-content: space-between;
  background-image: url("../images/lower_background_006.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 NINTH CONTAINT HEADING FORMATING ✦✦✦ */
.work-body-ninth-containt-heading {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #C5C5C5;
  font-family: "Sansation", sans-serif;
  font-size: 18px;
  padding: 10px;
}

/* ✦✦✦ WORK BODY NINTH CONTAINT TEXT FORMATING ✦✦✦ */
.work-body-ninth-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 NINTH CONTAINT TEXT SPAN FORMATING ✦✦✦ */
.work-body-ninth-containt-text span {
  font-family: "Charm", cursive;
  font-size: 45px;
  font-style: italic;
  color: #EAC349;
}


/* ╔═══════════════════════════════════════════╗ */
/* ║             RESPONSIVE MEDIA              ║ */
/* ╚═══════════════════════════════════════════╝ */

/* ✦✦✦ RESPONSIVE MEDIA QUERIES 700PX ✦✦✦ */
@media only screen and (min-width: 700px){
	.studio-body-banner{
		height: 600px;
	}

	.studio-body-banner-containt{
		padding-left: 50px;
		padding-top: 10px;
	}

	.studio-body-banner-containt-item {
		display: inline-flex;
	}

	.studio-body-banner-button-section {
		width: 250px;
		margin-top: 20px;
	}

	.studio-body-banner-containt-h1 {
		font-size: 12px;
	}

	.studio-body-banner-containt-big {
		font-size: 80px;
	}

	.studio-body-banner-containt-mid {
		font-size: 80px;
	}

	.studio-body-banner-containt-small {
		font-size: 18px;
	}

	/* ✦✦✦ ABOUT BODY SECOND CONTAINT BOX FORMATING ✦✦✦ */
	.studio-body-second-containt-box {
		display: inline-flex;
		width: 400px;
	}

	.studio-body-fourth-containt-box {
		width: 400px;
	}

	.studio-body-sixth-containt-section {
		width: 400px;
	}
}

/* ✦✦✦ RESPONSIVE MEDIA QUERIES 1000PX ✦✦✦ */
@media only screen and (min-width: 1000px) {
	
}

/* ✦✦✦ RESPONSIVE MEDIA QUERIES 1200PX ✦✦✦ */
@media only screen and (min-width: 1200px) {
	.studio-body-banner-containt{
		width: 45%;
		padding-left: 150px;
		padding-top: 20px;
	}

	.studio-body-first-containt-area {
		width: 90%;
	}
}



/*==========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;
}*/