/* ✦✦✦ MAIN PAGE BACKGROUND FORMATING ✦✦✦ */
.services-main {
	width: 100%;
	height: 100vh;
	background-image: url("../images/services-background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: fixed;
	display: inline-block;
	opacity: 1;
	margin: 0;
}

/* ✦✦✦ MAIN PAGE BACKGROUND DARK TINE ✦✦✦ */
.services-tint {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.5;
}

/* ✦✦✦ NAVBAR SIDEMUNU CURRENT SELECTION FORMATING ✦✦✦ */
#navbar-sidemenu ul #navbar-sidemenu-services a {
	color: #EAC349;
}

/* ✦✦✦ SERVICES BODY CONTAINER FORMATING ✦✦✦ */
.services-body-container {
	position: fixed;
	display: inline-block;
	margin-top: 80px;
	width: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	overflow-y: scroll;
	overflow-x: hidden;
}

/* ✦✦✦ SERVICES BODY FIRST CONTAINT FORMATING ✦✦✦ */
.services-body-first-containt {
	position: relative;
	display: inline-block;
	width: 90%;
	text-align: center;
	justify-content: center;
	vertical-align: bottom;
	align-items: center;
	padding: 20px 0;
	margin: 20px 0;
}

/* ✦✦✦ SERVICES BODY FIRST CONTAINT H1 FORMATING ✦✦✦ */
.services-body-first-containt-h1 {
	position: relative;
	display: inline-block;
	width: 90%;
	text-align: left;
	justify-content: left;
	vertical-align: middle;
	color: #EAC349;
	font-family: "Tangerine";
	font-weight: normal;
	font-size: 40px;
	letter-spacing: 1px;
	padding: 0 5px;
	margin: 0 5px;
}

/* ✦✦✦ SERVICES BODY FIRST CONTAINT BIG FORMATING ✦✦✦ */
.services-body-first-containt-big {
	position: relative;
	display: inline-block;
	width: 90%;
	background: linear-gradient(-60deg, #906111 0, #FEF3A8 30%, #FFF8CF 50%, #FEF3A8 70%, #906111 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-family: "Poiret One", sans-serif;
	font-weight: bold;
	font-size: 33px;
	text-align: left;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ SERVICES BODY FIRST CONTAINT SMALL FORMATING ✦✦✦ */
.services-body-first-containt-small {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #c5c5c5;
	font-family: "Sansation", sans-serif;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ SERVICES BODY SECOND CONTAINT FORMATING ✦✦✦ */
.services-body-second-containt {
	position: relative;
	display: inline-block;
	width: 90%;
	text-align: center;
	justify-content: center;
	vertical-align: middle;
	align-items: center;
	padding: 20px 0;
	margin: 20px 0;
}

/* ✦✦✦ SERVICES BODY FLIP CARD FORMATING ✦✦✦ */
.services-body-flip-card {
	position: relative;
	display: inline-block;
  background-color: transparent;
  width: 300px;
  height: 200px;
  perspective: 1000px;
  cursor: pointer;
  margin: 10px;
  justify-content: left;
  text-align: left;
}

/* ✦✦✦ SERVICES BODY FLIP CARD INNER FORMATING ✦✦✦ */
.services-body-flip-card-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

/* ✦✦✦ SERVICES BODY FLIP CARD HOVER INNER FORMATING ✦✦✦ */
.services-body-flip-card:hover .services-body-flip-card-inner {
  transform: rotateY(-180deg);
}

/* ✦✦✦ SERVICES BODY FLIP CARD FRONT AND BACK FORMATING ✦✦✦ */
.services-body-flip-card-front, .services-body-flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
}

/* ✦✦✦ SERVICES BODY FLIP CARD FRONT FORMATING ✦✦✦ */
.services-body-flip-card-front {
  background-color: #bbb;
  color: black;
  border-radius: 10px;
}

/* ✦✦✦ SERVICES BODY FLIP CARD IMAGE FORMATING ✦✦✦ */
.services-body-flip-card-image {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 200px;
	border-radius: 10px;
}

/* ✦✦✦ SERVICES BODY FLIP CARD H1 FORMATING ✦✦✦ */
.services-body-flip-card-h1 {
	position: absolute;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	justify-content: center;
	width: 100%;
	height: 20px;
	bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
	font-family: "Poiret One", sans-serif;
	font-weight: bold;
	font-size: 16px;
	background: linear-gradient(-60deg, #906111 0, #FEF3A8 30%, #FFF8CF 50%, #FEF3A8 70%, #906111 100%);
	color: orangered;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 5px 0;
}

/* ✦✦✦ SERVICES BODY FLIP CARD BACK FORMATING ✦✦✦ */
.services-body-flip-card-back {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	justify-content: center;
  background-color: #C19006;
  color: white;
  transform: rotateY(180deg);
}

/* ✦✦✦ SERVICES BODY FLIP CARD BIG FORMATING ✦✦✦ */
.services-body-flip-card-big {
	position: relative;
	display: inline-block;
	width: 90%;
	padding: 5px;
	margin: 5px;
	font-family: "Poiret One", sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}

/* ✦✦✦ SERVICES BODY FLIP CARD SMALL FORMATING ✦✦✦ */
.services-body-flip-card-small {
	position: relative;
	display: inline-block;
	width: 90%;
	padding: 5px;
	margin: 5px;
	font-family: "Thasadith", sans-serif;
	font-size: 15px;
}


/* ╔═══════════════════════════════════════════╗ */
/* ║             RESPONSIVE MEDIA              ║ */
/* ╚═══════════════════════════════════════════╝ */

/* ✦✦✦ RESPONSIVE MEDIA QUERIES 1200PX ✦✦✦ */
@media only screen and (min-width: 1200px) {
	.services-body-first-containt {
		width: 70%;
	}
	.services-body-second-containt {
		width: 70%;
	}
}