.fit-cover {
  object-fit: cover;
}

.h1-a {
  font-family: 'Liu Jian Mao Cao', serif;
  text-shadow: 2px 3px rgb(231,173,159);
  font-size: 7em;
  color: #474444;
}

.h1-b {
  font-family: 'Liu Jian Mao Cao', serif;
  text-shadow: 2px 3px rgb(231,173,159);
  font-size: 7em;
  margin-top: -73px;
  margin-left: 87px;
  color: #474444;
}

.h1-c {
  font-size:4em;
  font-family: Times New, Roman;
  color: #474444;
}

.service-home {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
  background: #f5f3ec;
}

.about-img {
  transform: translateX(112px) translateY(99px);
  width: 100%;
  height: 550px;
  border-bottom-left-radius: 200px;
  z-index: 10;
  position: relative;
  display: block;
}

@media (max-width: 576px) {
  .about-img {
    transform: translateX(0px) translateY(0px);
  }
}

.img-nail-enhance {
  position: relative;
  height: 500px;
  width: 100%;
  max-width: 500px;
  border-top-right-radius: 125px;
  border-bottom-left-radius: 125px;
  margin-left: 0%;
  box-shadow: 0px 0px 20px 0px #0000005c;
}
@media (max-width: 768px) {
  .contact-info1 {
    margin-left: 0!important;
    width: 100%!important;
  }
}
@media (max-width: 768px) {
  .contact-info{
    margin-left: 0!important;
    width: 100%!important;
  }
}


.contact-info1 {
  background: white;
  position: relative;
  position: flex;
  display: block;
  z-index: 10;
  margin-top: 5%;
  color: rgb(34, 33, 33);
  border-radius: 5%;
  height: auto;
  margin-left: -6em;
  margin-right: auto;
  width: 600px;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15%;
  font-family: Adobe Fan Heiti Std;
  font-size: 23px;
  font-weight: bold;
}

.nail-enhancement-title {
  font-size: 4em;
  font-family: Times New Roman;
  font-style: italic;
  color: rgb(34, 33, 33);
  font-weight: 600;
}

@media (max-width: 768px) {
  .services-title{
    margin-left: 0;
    width: 100%;
    font-size: 50px!important;
    
  }
}

.services-title {
  color: #474444 !important;
  font-style: italic;
  font-size: 92px;
  font-weight: 600;
  font-family: Time New Roman;
}

@media (max-width: 768px) {
  .contact-info-item {
    margin-left: 0!important;
    width: 100%!important;
  }
}
.contact-info-item {
  background: white;
  position: relative;
  display: block;
  z-index: 10;
  margin-top: 7%;
  color:rgb(34, 33, 33);
  border-radius: 5%;
  height: auto;
  margin-left: -1em;
  margin-right: auto;
  width: 600px;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Adobe Fan Heiti Std;
  font-size: 23px;
  font-weight: bold;
}

.contact-info-item {
  text-align: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .img-bg {
    margin-left: 0!important;
    width: 100%!important;
  }
}
.img-bg {
  position: relative;
  height: 500px;
  max-width: 500px;
  width: 100%;
  border-top-right-radius: 125px;
  border-bottom-left-radius: 125px;
  margin-left: -25%;
  box-shadow: 0px 0px 20px 0px #0000005c;
}

.l-nav {
  font-family: Times New Roman;
  text-decoration: none;
  color: #171717;
}

.box-l {
  border: none;
}

.box-l {
  background: #e7ad9f;
}

.box-l:hover {
  background: rgba(255,255,255,0.53);
}

