/* ✦✦✦ MAIN PAGE BACKGROUND FORMATING ✦✦✦ */
.contact-main {
	width: 100%;
	height: 100vh;
	background-image: url("../images/contact-background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: fixed;
	display: inline-block;
	opacity: 1;
	margin: 0;
}

/* ✦✦✦ MAIN PAGE BACKGROUND FORMATING ✦✦✦ */
.contact-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-contact a {
	color: #EAC349;
}

/* ✦✦✦ CONTACT BODY CONTAINER FORMATING ✦✦✦ */
.contact-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;
}

/* ✦✦✦ CONTACT BODY FIRST CONTAINT FORMATING ✦✦✦ */
.contact-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;
}

/* ✦✦✦ CONTACT BODY FIRST CONTAINT H1 FORMATING ✦✦✦ */
.contact-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;
}

/* ✦✦✦ CONTACT BODY FIRST CONTAINT BIG FORMATING ✦✦✦ */
.contact-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: 40px;
	text-align: left;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ CONTACT BODY FIRST CONTAINT SMALL FORMATING ✦✦✦ */
.contact-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;
}

/* ✦✦✦ CONTACT BODY SECOND CONTAINT FORMATING ✦✦✦ */
.contact-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;
}

/* ✦✦✦ CONTACT BODY ITEM ONE FORMATING ✦✦✦ */
.contact-body-item-one {
	position: relative;
	display: inline-block;
	padding: 10px;
	margin: 10px;
	text-align: center;
	vertical-align: middle;
	border: none;
	border-radius: 10px;
	width: 90%;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 5px black;
}

/* ✦✦✦ CONTACT FORM FORMATING ✦✦✦ */
.contact-form-box {
	position: relative;
	display: inline-block;
	width: 90%;
	padding: 5px;
	margin: 5px;
	vertical-align: middle;
	text-align: left;
}

/* ✦✦✦ CONTACT FORM LABEL FORMATING ✦✦✦ */
.contact-form-label {
	position: relative;
	display: inline-block;
	width: 95%;
	color: #C5C5C5;
	text-align: left;
	padding: 5px 0;
	margin: 5px 0;
}

/* ✦✦✦ CONTACT FORM INPUT FORMATING ✦✦✦ */
.contact-form-input {
	position: relative;
	display: inline-block;
	width: 95%;
	height: 25px;
	border: none;
	border-radius: 5px;
	background: #C5C5C5;
	color: #444444;
	text-align: left;
	padding: 5px;
	margin: 5px 0;
	font-weight: bold;
}

/* ✦✦✦ CONTACT FORM CONFIRMATION FORMATING ✦✦✦ */
.contact-form-confirmation {
	position: relative;
	display: inline-block;
	height: 15px;
	color: #C5C5C5;
	text-align: center;
	vertical-align: middle;
	padding: 2px 0px;
	margin: 2px 0px;
	font-size: 13px;
}

/* ✦✦✦ CONTACT FORM MESSAGE FORMATING ✦✦✦ */
.contact-form-message {
	position: relative;
	display: inline-block;
	width: 95%;
	height: 110px;
	border: none;
	border-radius: 5px;
	background: #C5C5C5;
	color: #444444;
	text-align: left;
	padding: 5px;
	margin: 5px 0;
	font-weight: bold;
	resize: none;
}

/* ✦✦✦ CONTACT FORM INPUT, MESSAGE FOCUS FORMATING ✦✦✦ */
.contact-form-input:focus, .contact-form-message:focus {
  background: #fff7e6;
  border: 1px solid #EAC349;
  box-shadow: 0 0 5px #EAC349;
  outline: none;
}

/* ✦✦✦ CONTACT FORM SUBMIT FORMATING ✦✦✦ */
.contact-form-submit {
  display: inline-block;
  font-family: sans-serif;
  width: 150px; 
  height: 40px;
  padding: 5px 5px;
  margin: 5px;
  font-size: 14px;
  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;
}

/* ✦✦✦ CONTACT FORM SUBMIT HOVER FORMATING ✦✦✦ */
.contact-form-submit:hover {
  background-position: right center;
  color: #111;
  border: 1px solid #EAC349;
  letter-spacing: 1.5px;
}

/* ✦✦✦ CONTACT FORM SUBMIT ACTIVE FORMATING ✦✦✦ */
.contact-form-submit:active {
  transform: scale(0.95);
}

/* ✦✦✦ CONTACT FORM SUBMIT AFTER FORMATING ✦✦✦ */
.contact-form-submit::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;
}

/* ✦✦✦ CONTACT FORM SUBMIT HOVER AFTER FORMATING ✦✦✦ */
.contact-form-submit:hover::after {
  left: 150px;
}

/* ✦✦✦ CONTACT FORM DISPLAY FORMATING ✦✦✦ */
.contact-form-display {
	position: relative;
	display: inline-block;
	color: orange;
	padding: 0 5px;
	margin: 5px;
}

/* ✦✦✦ CONTACT BODY ITEM TWO FORMATING ✦✦✦ */
.contact-body-item-two {
	position: relative;
	display: inline-block;
	padding: 10px;
	margin: 10px;
	text-align: center;
	vertical-align: top;
	border: none;
	border-radius: 10px;
	width: 90%;
	height: 90%;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 5px black;
}

/* ✦✦✦ CONTACT BODY LOCATION CONTAINER FORMATING ✦✦✦ */
.contact-body-location-container {
	position: relative;
	display: inline-block;
	width: 90%;
	height: 300px;
	padding: 10px;
	margin: 10px;
	text-align: center;
	vertical-align: middle;
}

/* ✦✦✦ CONTACT BDOY LOCATION MAP FORMATING ✦✦✦ */
.contact-body-location-map {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 10px;
}

/* ✦✦✦ CONTACT BODY LOCATION ADDRESS FORMATING ✦✦✦ */
.contact-body-location-address {
	position: relative;
	display: inline-block;
	width: 90%;
	padding: 10px;
	margin: 10px;
	text-align: center;
	vertical-align: middle;
}

/* ✦✦✦ CONTACT BODY ADDRESS ITEM FORMATING ✦✦✦ */
.contact-body-address-item {
	position: relative;
	display: inline-block;
	width: 100%;
}

/* ✦✦✦ CONTACT BODY ADDRESS H1 FORMATING ✦✦✦ */
.contact-body-address-h1 {
	position: relative;
	display: inline-block;
	width: 95%;
	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: 25px;
	text-align: left;
	padding: 2px;
	margin: 2px;
}

/* ✦✦✦ CONTACT BODY ADDRESS BIG FORMATING ✦✦✦ */
.contact-body-address-big {
	position: relative;
	display: inline-block;
	width: 95%;
	color: #c5c5c5;
	font-family: "Sansation", sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	padding: 2px;
	margin: 2px;
}

/* ✦✦✦ CONTACT BODY ADDRESS SMALL FORMATING ✦✦✦ */
.contact-body-address-small {
	position: relative;
	display: inline-block;
	width: 95%;
	color: #c5c5c5;
	font-family: "Sansation", sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	padding: 2px;
	margin: 2px;
}

/* ✦✦✦ CONTACT BODY ADDRESS SMALL FORMATING ✦✦✦ */
.contact-body-address-small ion-icon {
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #EDE2B8;
	vertical-align: middle;
	padding: 2px;
	margin: 2px;
	margin-right: 5px;
}


/* ╔═══════════════════════════════════════════╗ */
/* ║             RESPONSIVE MEDIA              ║ */
/* ╚═══════════════════════════════════════════╝ */

/* ✦✦✦ RESPONSIVE MEDIA QUERIES 700PX ✦✦✦ */
@media only screen and (min-width: 700px) {
	.contact-body-item-one {
		width: 80%;
	}
	.contact-body-item-two {
		width: 80%;
	}
}

/* ✦✦✦ RESPONSIVE MEDIA QUERIES 1000PX ✦✦✦ */
@media only screen and (min-width: 1000px) {
	.contact-body-second-containt {
		vertical-align: middle;
		height: 700px;
	}
	.contact-body-item-one {
		width: 45%;
		height: 700px;
	}
	.contact-body-item-two {
		width: 45%;
		height: 700px;
	}
}

/* ✦✦✦ RESPONSIVE MEDIA QUERIES 1200PX ✦✦✦ */
@media only screen and (min-width: 1200px) {
	.contact-body-first-containt {
		width: 70%;
	}
	.contact-body-second-containt {
		width: 70%;
	}
}