@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@font-face {
  font-family: 'MyFont';
  src: url('../font/din-next-lt-pro-light.eot');
  src: url('../font/din-next-lt-pro-light.eot?#iefix') format('embedded-opentype'),
       url('../font/din-next-lt-pro-light.woff2') format('woff2'),
       url('../font/din-next-lt-pro-light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	font-family: "Fahkwang", Open Sans, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #F0E4F2;
	color: #000;
	animation: fadeIn 1s ease-in;
}

a {
	text-decoration: none;
	color: #000;
	-webkit-tap-highlight-color: transparent;
}

.grecaptcha-badge {
  visibility: hidden;
}

.title {
	font-size: 35px;
	padding: 0 0 1em 0;
	position: relative;
	text-shadow: rgba(10, 189, 240, 0.298039) 3px 3px 0px, rgba(254, 1, 1, 0.298039) -3px -3px 0px;
}

.small {
	border: none;
	height: 1.5px;
	background-color: #000;
	margin: 20px auto;
	width: 50%;
	margin-bottom: 3em;
}

.long {
	border: none;
	height: .8px;
	background-color: #000;
	margin: 20px auto;
	width: 60%;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

input {
	height: 50px;
	font-size: 20px;
}

input:focus {
    outline: none;
}

textarea {
	font-size: 20px;
}

textarea:focus {
	outline: none;
}

ul {
	list-style: none;
}

#banner {
	background-color: #fff;
	position: relative;
	overflow: visible;
	padding-bottom: 8px;
}

#banner .desktop {
	display: none;
}

#banner::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(240, 228, 242, 0));
	z-index: -1;
}

#banner .content-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	position: relative;
}

#banner .logo-home {
	display: none;
}

#banner .logo {
	left: 25%;
	transform: translateX(-50%);
   	grid-column: 2;
	max-width: 80px;
	display: block;
	position: absolute;
	z-index: 10;
}

#banner .contact {
	position: relative;
	grid-column: 3;
	text-align: right;
	padding-right: 1em;
	padding-top: .21em;
	top: 10px;
}

#banner .left {
	font-size: 30px;
	padding-top: 13px;
	margin-left: 1em;
	margin-right: auto;
}

#banner .phone,
#banner .email {
	display: inline-block;
	font-size: 30px;
}

#banner .content-wrap .phone i,
#banner .content-wrap .email i {
	padding-right: .5em;
}

#dropdown-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url('../media/tiger.png')no-repeat center center / 70% auto, white;  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

#dropdown-menu.show {
  display: flex;
  opacity: 1;
}

.close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  cursor: pointer;
  color: #333;
  z-index: 1001;
}

#dropdown-menu a {
  font-size: 1.5rem;
  margin: 1rem 0;
  text-decoration: none;
  color: #333;
  transition: color 0.2s ease;
}

#dropdown-menu a:hover {
  color: #666;
}

#sticky {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
	opacity: 0;
    transition: opacity 1s ease;
}

#sticky img {
    width: 70px;
    height: auto;
    cursor: pointer;
}

#sticky.show {
    opacity: 1;
}

#carosel-images {
	padding-top: 2em;
}

.carousel-container {
	width: 80%;
	max-width: 600px;
	margin: auto;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.carousel {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.carousel img {
	width: 100%;
	flex: 0 0 100%;
	border-radius: 10px;
}

#video .full-screen {
	width: 100%;
	height: auto;
	max-height: 100vh;
	display: block;
}

#about {
	padding-top: .5em;
	text-align: center;
}

#about img {
	max-height: auto;
	max-width: 1630px;
	display: block;
	margin: 0 auto;
}

#who-are-you {
	padding: 2em 1em;
}

#who-are-you .customer-artist .image-container {
    position: relative;
    display: inline-block;
}

#who-are-you .customer-artist .image-container a {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}

#who-are-you .customer-artist .left-side {
    left: 0;
}

#who-are-you .customer-artist .right-side {
    right: 0;
}

#artist, #contact-form {
	padding-top: 1.5em;
}

#artist img {
	max-width: 150px;
}

#artist .connect .mirror {
	transform: scaleX(-1);
}

#artist .connect .desktop {
	display: none;
}

#artist .content-wrap {
	display: grid;
	grid-template-columns: 1fr repeat(1, minmax(2em, auto)) 1fr;
	place-items: center;
}

#piercer {
	padding: 0 1em;
}

#piercer img {
	padding: 1.5em 0;
	max-hight: auto;
	max-width: 500px;
	diplay: block;
	margin: auto;
}

.book, .grow, .connect {
	display: flex;
	grid-column: 2;
	flex-wrap: wrap;
	justify-content: center;
	padding: 2em;
	flex: 1 1 calc(50% - 1em);
    box-sizing: border-box; 
	text-align: center;
}

.sign-up {
	grid-column: 2;
	justify-content: center;
    box-sizing: border-box; 
	text-align: center;
}

#artist .move {
	padding-top: 1em;
}

#artist .dark {
	padding: 0.2em;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	font-style: italic;
}

#artist .light {
	padding: 0.2em;
	background-color: #fff;
	text-decoration: underline;
	font-size: 22px;
}

#artist .sign-up .link a {
	font-size: 100px;
	font-weight: 700;
	font-family: oswald-extralight,oswald,sans-serif;
	letter-spacing: 0.05em;
}

#artist .sign-up p {
	padding: 1em 3em;
	font-size: 12px;
}

#explore,
#tattoo {
	padding: 2em;
}

#tattoo h2,
#explore h2 {
	font-family: "MyFont";
	font-weight: 400;
	font-style: italic;
	letter-spacing: .2em;
	font-size: 30px;
}

#explore .content-wrap,
#tattoo .content-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6em;
	padding: 3em 0; 
}

#explore .content-wrap h2,
#tattoo .content-wrap h2 {
	padding-top: 2em;
}

#tattoo .cover-up img {
	max-width: 300px;
}


#tattoo .image-wrapper {
    position: relative;
    display: inline-block;
}

#tattoo .base-image {
    display: block;
    width: 100%;
    height: auto;
}

#tattoo .overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#contact-form .form {
	background-image: url(../media/tiger.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#contact-form .form .contact,
#contact-form .form .art-phone {
	display: grid;
	grid-template-columns: 1fr repeat(1, minmax(1em, auto)) 1fr;
}

#contact-form .form .contact .name,
#contact-form .form .contact .screenName,
#contact-form .form .art-phone .phone,
#contact-form .form .contact .phone {
	grid-column: 2/3;
	text-align: left;
}

#contact-form label {
	font-size: 20px;
}

#contact-form .form .contact label,
#contact-form .form .art-phone label {
	display: inline-block;
}

#contact-form .form .contact p,
#contact-form .form .art-phone p {
	padding-bottom: 1em;
}

#contact-form .form .contact input,
#contact-form .form .art-phone input {
	background: transparent;
	border: none;
	border-bottom: 2px solid #000;
}

#contact-form .form .contact .screenName .at-wrapper {
	display: flex;
	align-items: center;
	width: 90%;
	font-size: 16px;
}

#contact-form .form .contact .screenName .at-symbol {
	font-size: 30px;
	color: #000;
	flex-shrink: 0;
	margin-bottom: 3px;
}

#contact-form .form .contact .screenName .screen-input {
	flex: 1;
	padding-left: 5px;
	min-width: 0;
}

#contact-form .form .upload {
	padding-top: 2em;
}

#contact-form .form .message {
	display: grid;
	grid-template-columns: 1fr repeat(1, minmax(1em, auto)) 1fr;
	padding: 0 2em;
}

#contact-form .form .message label,
#contact-form .form .message textarea,
#contact-form .form .message .btn {
	grid-column: 2/3;
}

#contact-form .form .message label {
	padding: 1em 0;
	text-align: left;
}

#contact-form .form .message textarea {
	background: transparent;
	border: none;
	resize: none;
	border-bottom: 2px solid #000;
}

#contact-form .form .message select {
	grid-column: 2/3;
	font-size: 20px;
	background: transparent;
}

#contact-form .form .message .line {
	grid-column: 2/3;
	border: none;
	height: 2px;
	background-color: #000;
	margin: 20px auto;
	width: 100%;
}

#contact-form .form .message .btn {
	padding-top: 2em;
}

#contact-form .form .message button {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	background: #000;
	padding: 0 2em;
	box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.6);
}

#contact-form .whatsapp .text {
	padding: 1.5em 0;
	font-size: 20px;
}

#contact-form .whatsapp span {
	font-weight: bold;
}

#contact-form .whatsapp .whatsapp-icon {
	max-width: 100px;
    max-height: auto;
	display: block; 
	margin: 0 auto;
}

#contact-form .notice {
	padding-top: 1.5em;
	font-size: 25px;
}

.gap {
	padding: 3em;
}

#social-media {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	font-size: 30px;
}

.animate {
    opacity: 1;
    transform: scale(0.3);
    transition: none;
	transform-origin: center;
}

#terms {
	display: grid;
	grid-template-columns: 1fr repeat(1, minmax(1em, 1500px)) 1fr;
	padding-bottom: 2em;
}

#terms .content-wrap {
	grid-column: 2;
}

#terms .content-wrap h2 {
	padding: 1em;
}

#terms .content-wrap .content-text {
	padding: 0 2em;
}

#terms .content-text h3 {
	padding: 1em;
}

@keyframes grow {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.3);
    }
    50% {
        transform: scale(0.8);
    }
    70% {
        transform: scale(1.2);
    }
    85% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}

.animate.visible {
	animation: grow 0.5s ease-out, bounce 1.3s ease-out 0.5s forwards;
}

@media(min-width: 600px) {

	#artist .move {
		padding: 1.5em;
	}

	.book, .grow, .connect, .sign-up {
		gap: 1em;
	}
}

@media(min-width: 760px) {
	.title {
    	font-size: 50px;
    }
}

@media (min-width: 769px) {
	#dropdown-menu {
		 display: none;
	 position: absolute;
	 top: 60px;
	 right: 2px;
	 background-color: #FFF;
	 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	 padding: 10px;
	 border-radius: 8px;
	 z-index: 100;
	 flex-direction: column;
	 width: 200px;
	 transition: opacity 0.3s ease;
	 height: 250px;
  }

  #dropdown-menu.show {
	display: flex;
	opacity: 1;
	pointer-events: auto;
  }

	#banner .content-wrap .dropdown-menu a {
		display: block;
    	padding: 0 10px;
    	text-decoration: none;
    	color: #333;
	}

	#banner .content-wrap .dropdown-menu a:last-child {
    	border-bottom: none;
	}

	#banner .content-wrap .dropdown-menu a:hover {
    	background-color: #f0f0f0;
	}

  #burger-icon {
    display: block;
    cursor: pointer;
  }

  .close-button {
    display: none;
  }
}

@media(min-width: 800px) {

	#contact-form .form .contact {
		grid-template-columns: 1fr repeat(3, minmax(2em, auto)) 1fr;
	}
	
	#contact-form .form .contact .screenName {
		grid-column: 4/5;
	}

	#contact-form .form .contact .phone {
		grid-column: 2 / span 2;
	}

	.grow, .book {
		max-width: 70%;
	}

	#artist .connect .move {
		padding: 1.5em; 
	}
}

@media(min-width: 1000px) {
	.book {
		justify-content: right;
	}

	.book .move {
		order: -1;
	}

	.grow {
		justify-content: left;
	}

	#artist .content-wrap .connect .desktop {
		display: inline-block;
	}

	#banner .content-wrap .contact .desktop {
		display: inline-block;
	}
}

@media(min-width: 1300px) {
	#contact-form {
		display: grid;
		grid-template-columns: 1fr repeat(4, minmax(20em, auto)) 1fr;
	}

	#contact-form .title,
	#contact-form .form,
	#contact-form .whatsapp {
		background-image: url("");
		grid-column: 3/5;
	}

	#contact-form .left {
		grid-column: 2;
		grid-row: span 3;
		background-image: url("../media/tiger.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	#contact-form .right {
		grid-column: 5;
		grid-row: span 4;
		background-image: url("../media/tiger.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.connect {
		max-width: 70%;
	}

	.book, .grow {
		max-width: 70%;
	}
}

@media(min-width: 1500px) {
	#artist .book, .grow {
		max-width: 60%;
	}
}

@media(min-width: 1630px) {
	#banner .content-wrap {
		grid-template-columns: 1fr repeat(3, minmax(500px, auto)) 1fr;
	}

	#banner .left {
		position: relative;
		grid-column: 2;
	}

	#banner .logo {
		grid-column: 3;
		display: block;
    	margin: 0;
    	padding-right: 10em;
	}

	#banner .contact {
		grid-column: 4;
	}


	.title {
    	font-size: 70px;
    }

	.grow {
		max-width: 55%;
	}

	.connect {
		max-width: 70%;
	}
}

@media(min-width: 1800px) {
	#artist .book {
		max-width: 55%;
	}
}
