@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.image-home {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
  margin-left: 20%;
}

.home-btn:hover {
  background: #e7ad9f;
  color: #fff;
}

.home-btn {
  font-family: Adobe Fan Heiti Std;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 5px;
  text-align: center;
  border-radius: 0px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #474444;
  background: transparent;
  border: 1px solid #474444;
  text-transform: uppercase;
  width: 191px;
  height: 39px;
  z-index: 20;
  text-decoration: none;
}

@media (max-width:576px) {
  .h1-a {
    font-size: 4em;
  }
}

@media (max-width:576px) {
  .h1-b {
    font-size: 4em;
    margin-top: -38px;
    margin-left: 0px;
  }
}

@media (min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

/* Styling for the loading screen */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EEDFCC; 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  opacity: 1;
  transition: opacity 1s ease-out;
}


.spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #e7ad9f;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


#loading-screen p {
  margin-top: 10px;
  color: #e7ad9f;
  font-size: 18px;
  font-family: Arial, sans-serif;
}

#content {
  display: none;
}


.contact-form-bg{
  background: #f5f3ec;
  padding-left: -150px;
  height: 900px;
}
.contact-form-bg .heading h2{
  color: #000;
}

.send{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
  font-size: 19px;
  background-color: #e7ad9f;
  border: none;
  color: #fff;
  padding: 0px;
  text-decoration: none;
  display: inline-block;
  margin: 20px 90px;
  cursor: pointer;
  border-radius: 50px;
  width: 250px;
  height: 30px;
  font-family: Poppins;
}

/*Form*/

input[type=text], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}



input[type=submit]:hover {
background-color: #f4e2ce;
color: black;
}

.tattoo-model{
height: 550px;
width: 650px;
margin-top: 25%;
margin-left: 0%;
margin-bottom: 12%;
}

.contact-info {
  background: white;
  position: relative;
  
  position: flex;
  display: block;
  z-index: inherit;
  margin-top:-10%;
  color: black;
  border-radius: 5%;
  /* height: 300px; */
  margin-left: auto;
  margin-right: auto;
  /* width: 900px; */
box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: left;
}
.contact-info p, .contact-info a {
color: black;
font-family: Adobe Fan Heiti Std;
color: #474444;
text-align: center;
}

.contact-info h2{
color: #bc3f21;
font-size: 30px;
font-style: italic;
font-family: Times New Roman;
}

.contact-info-item{
padding: 15px;
}

.contact-text{
  color: rgb(34, 33, 33);
  font-family: Adobe Fan Heiti Std;
  font-size: 23px;
  font-weight: bold;
}

/* Blocks */
.slide-item, .cover {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .slide-item.overlay, .cover.overlay {
    position: relative; }
    .slide-item.overlay:before, .cover.overlay:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      content: "";
      position: absolute;
      background: rgba(0, 0, 0, 0); }
  .slide-item > .container, .cover > .container {
    position: relative;
    z-index: 2; }
  /* .slide-item, .slide-item > .container > .row, .cover, .cover > .container > .row {
    height: 100vh;
    min-height: 760px; } */
  .slide-item .heading, .cover .heading {
    font-size: 94px;
    font-weight: 500;
    white-space: nowrap;
    font-family: Times New Roman;
    font-style: italic;
    color: #000; }

    .slide-item .lead, .cover .lead {
    font-size: 34px;
    font-weight: 200;
    white-space: nowrap;
    font-family: Times New Roman;
    font-style: italic;
    color: #000; }

    .entire{
      margin-top:-78px;
    }

    @media (max-width: 768px) {
      .entire {
        margin-top:-72px;
      }
    }
    

    @media (max-width: 412px) {
      .contact-design {
     z-index: 10;
    margin-top: -92%!important;
    position: absolute;
    margin-left: -50%;
}
}

 .contact-design {
     z-index: 10;
    margin-top: -50%;
    position: absolute;
    margin-left: -50%;
}