@font-face {
  font-family: "Century Gothic", sans-serif;
  src: url(../public/font/Century\ Gothic.otf);
}
body {
  font-family: "Century Gothic", "Lato", sans-serif;
  background-image: url(../public/about/bg/bg_l.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  body {
    background-image: url(../public/about/bg/bg_s.jpg);
  }
}

footer {
  background-color: #a13e97;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  border-top: #eee 0.5px solid;
  color: #ffffff;
  padding-bottom: 20px;
}
footer a {
  color: #ffffff;
}
footer p {
  margin: 0;
  padding: 20px 0px;
}

a {
  text-decoration: none;
}

.et-main section {
  padding: 50px 0px;
}

.et-hero-tabs,
.et-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: fit-content;
  position: relative;
  text-align: center;
}
.et-hero-tabs hr,
.et-slide hr {
  width: 100%;
  margin: 5px;
  margin-bottom: 15px;
  color: #57372b;
}
.et-hero-tabs h1,
.et-slide h1 {
  font-size: 2rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  font-family: "Oswald", sans-serif;
  color: #c11a2d;
}
.et-hero-tabs h3,
.et-slide h3 {
  font-size: 1rem;
  letter-spacing: 0.3rem;
  opacity: 0.8;
  color: #fe929f;
}

.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #7a2b62;
  z-index: 10;
  transition: 0.5s;
}
.et-hero-tabs-container img {
  width: 80px;
  filter: none;
}
.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
}
.et-hero-tabs-container--transparent {
  background-color: transparent;
  transition: 0.5s;
}
.et-hero-tabs-container--transparent .et-hero-tab {
  color: #a13e97;
}
.et-hero-tabs-container .brand_S {
  display: none;
}

@media (max-width: 992px) {
  .et-hero-tabs-container .brand_L {
    display: none;
  }
  .et-hero-tabs-container .brand_S {
    display: block;
  }
  .et-hero-tabs-container .brand_S img {
    width: 100px;
    margin: auto;
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .et-hero-tabs-container .brand_S img {
    width: 70px;
  }
}
.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #fff;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size: 0.8rem;
}
.et-hero-tab:hover {
  color: #7a2b62;
  background: #fff;
  transition: all 0.5s ease;
}
.et-hero-tab img {
  padding: 0.5rem 0;
  height: 100%;
  object-fit: contain;
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #fff;
  transition: left 0.3s ease;
}

@media (min-width: 800px) {
  .et-hero-tabs h1,
  .et-slide h1 {
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
  }
  .et-hero-tabs h3,
  .et-slide h3 {
    font-size: 1rem;
  }
  .et-hero-tab {
    font-size: 1rem;
  }
}
.title {
  width: 40%;
}

#hero {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  transition: background-image 2s;
}
#hero .hero_txt {
  position: absolute;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  color: rgb(86, 86, 86);
  text-shadow: 0.1em 0.1em 0 hsl(0, 0%, 91%);
}
#hero .hero_txt p {
  font-size: 2rem;
}
#hero .hero_txt hr {
  width: 60%;
  opacity: 0.4;
}

.hero_s {
  display: none;
  opacity: 0;
  transition: 0.5s;
}

.hero_l {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  opacity: 1;
  transition: 0.5s;
}
.hero_l hr {
  border: 1px solid #000;
  width: 100%;
  margin: 15px auto;
}

@media (max-width: 576px) {
  #hero .hero_txt {
    font-size: 2rem;
  }
  #hero .hero_txt p {
    font-size: 1.5rem;
  }
  #hero .hero_txt hr {
    width: 90%;
  }
  .hero_s {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    opacity: 1;
    transition: 0.5s;
  }
  .hero_s h1 {
    font-weight: 200;
    margin-bottom: 10px;
  }
  .hero_s h3 {
    line-height: 1.5rem;
  }
  .hero_s h1,
  .hero_s h3 {
    color: #fff;
    text-shadow: 0px -1px 18px rgba(0, 0, 0, 0.8);
  }
  .hero_l {
    display: none;
    opacity: 0;
    transition: 0.5s;
  }
}
#about .about_pic {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  opacity: 1;
  transition: 0.5s;
  width: 100%;
  height: 500px;
  background: url(./public/about/1.jpg) no-repeat;
  background-size: contain;
  background-position: center center;
}
#about span {
  background-color: rgb(103, 7, 45);
  font-size: 15px;
  color: #fff;
  padding: 8px 40px;
  border-radius: 50px;
}
#about p {
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 2.5rem;
  font-size: 15px;
}
#about h3 {
  line-height: 2rem;
}
#about .text_S {
  display: none;
}
#about .about_content {
  line-height: 2.5rem;
  font-size: 15px;
  color: #f4919e;
}
#about .about_content .about_pic img {
  max-width: 600px;
}
#about .about_content ul {
  padding: 0;
  text-align: start;
}
#about .about_content ul li {
  list-style: none;
  text-align: start;
}

@media (max-width: 576px) {
  #about .title {
    width: 100%;
  }
  #about .title hr {
    width: 40%;
    margin: 15px auto;
  }
  #about .text_L {
    display: none;
  }
  #about .text_S {
    display: block;
  }
  #about .about_content {
    width: 100%;
    font-size: 13px;
  }
}
#works {
  background: #fce8e8;
}

#works img {
  width: 90%;
  height: 300px;
  object-fit: cover;
  display: inline-block;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
#works .stylist_content img {
  width: 100%;
  height: auto;
}
#works .stylist_content .stylist_introduce {
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  padding: 30px;
  line-height: 2.5rem;
}
#works span {
  background-color: #7a2b62;
  font-size: 18px;
  color: #fff;
  padding: 8px 40px;
  border-radius: 50px;
}
#works a {
  position: relative;
  display: block;
  transition: 1s;
}
#works a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.5s;
}
#works a:hover::before {
  opacity: 1;
}
#works .btn {
  background-color: transparent;
  border: 2px solid #7a2b62;
  border-radius: 50px;
  padding: 8px 20px;
  color: #7a2b62;
  transition: 0.5s;
  transform: scale(1);
}
#works .btn:hover {
  background-color: #7a2b62;
  color: #fff;
  transition: 0.5s;
  transform: scale(1.1);
}
#works .contact_link {
  font-size: 30px;
}
#works .contact_link i {
  color: #7a2b62;
  transition: 0.5s;
}
#works .contact_link a:hover i {
  color: #000;
  transition: 0.5s;
}

@media (max-width: 1400px) {
  #works img {
    height: 300px;
  }
}
@media (max-width: 1200px) {
  #works img {
    height: 300px;
  }
}
@media (max-width: 576px) {
  #works img {
    height: 300px;
    object-fit: cover;
  }
}
@media (max-width: 576px) {
  #service .text_L {
    display: none;
  }
  #service .text_S {
    display: block;
  }
  #service .about_content {
    width: 90%;
    font-size: 15px;
  }
}
.ig_text {
  color: #7a2b62;
  transform: scale(1);
  transition: 0.5s;
}

.ig_text:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

#insta img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
#insta a {
  position: relative;
  display: block;
  transition: 1s;
}
#insta a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.5s;
}
#insta a:hover::before {
  opacity: 1;
}
#insta a::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-image: url("../public/ig/copy.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#insta .btn {
  background-color: transparent;
  border: 2px solid #7a2b62;
  border-radius: 50px;
  padding: 8px 20px;
  color: #7a2b62;
  transition: 0.5s;
  transform: scale(1);
}
#insta .btn:hover {
  background-color: #7a2b62;
  color: #fff;
  transition: 0.5s;
  transform: scale(1.1);
}
#insta .contact_link {
  font-size: 30px;
}
#insta .contact_link i {
  color: #b1b2b3;
  transition: 0.5s;
}
#insta .contact_link a:hover i {
  color: #000;
  transition: 0.5s;
}

@media (max-width: 1400px) {
  #insta img {
    height: 300px;
  }
}
@media (max-width: 1200px) {
  #insta img {
    height: 300px;
  }
}
@media (max-width: 576px) {
  #insta img {
    height: 300px;
    object-fit: cover;
  }
}
#contact {
  background-color: rgba(255, 255, 255, 0.5);
  color: #280e3b;
  line-height: 2.5rem;
  transition: 0.5s;
}
#contact img {
  width: 100%;
  max-width: 250px;
}
#contact a {
  color: #280e3b;
}
#contact i {
  color: #280e3b;
  transition: 0.5s;
}
#contact a:hover {
  color: #632a7e;
  transition: 0.5s;
}
#contact a:hover i {
  color: #632a7e;
  transition: 0.5s;
}
#contact .social_media {
  font-size: 40px;
}
#contact .store .store_card {
  min-height: 105px;
}
#contact .store h4 {
  font-size: 1.1rem;
  font-weight: normal;
  text-align: start;
  line-height: 1.5rem;
  color: #632a7e;
}
#contact .store h5 {
  font-size: 1rem;
  font-weight: normal;
  text-align: start;
  line-height: 2rem;
}
#contact .store h5 small {
  color: #7a2b62;
}
#contact .store a:hover {
  color: #632a7e;
  transition: 0.3s;
}

.animate__animated.animate__bounce.infinite {
  animation: bounce 1.2s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
body {
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#order {
  /* background-color: #D8CABC; */
  background: url(../public/order/order.jpg) no-repeat center/cover, #545454;
  background-blend-mode: overlay;
}

#order h1 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}

#order .order_content {
  width: 100%;
  height: fit-content;
  color: #fff;
  line-height: 3rem;
  letter-spacing: 0.3rem;
}

/* order button  */
#order button {
  background: #fff;
  color: #7a2b62;
  border: 3px solid #fff;
  border-radius: 50px;
  padding: 1rem 4rem;
  font: 25px "Margarine", sans-serif;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: 0.2s ease-in-out;
  letter-spacing: 2px;
}

@media (max-width: 576px) {
  #order button {
    font-size: 19px;
    padding: 0.8rem 3rem;
  }
  #order .order_content {
    width: 100%;
    height: fit-content;
    color: #fff;
    line-height: 2rem;
    font-size: 14px;
    letter-spacing: 0.1rem;
  }
}
#order button:hover {
  color: #767575;
  transform: scale(1.1);
}

#order .name {
  width: 100%;
  text-align: center;
  padding: 0 0 3rem;
  padding-top: 4rem;
  font: 500 14px "Rubik", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#order .button-parrot .parrot {
  position: absolute;
  width: 60px;
  text-align: center;
  animation: blink 0.8s infinite;
  color: transparent;
}

#order .button-parrot .parrot:before {
  content: "Click Me!";
}

#order .button-parrot .parrot:nth-child(1) {
  top: -30px;
  left: -40px;
  font: 12px/1 "Margarine", sans-serif;
  transform: rotate(-20deg);
  animation-duration: 0.5s;
}

#order .button-parrot .parrot:nth-child(2) {
  font: 12px/1 "Margarine", sans-serif;
  right: -40px;
  top: -20px;
  transform: rotate(15deg);
  animation-duration: 0.3s;
}

#order .button-parrot .parrot:nth-child(3) {
  font: 16px/1 "Margarine", sans-serif;
  top: -60px;
  left: 15px;
  transform: rotate(10deg);
  animation-duration: 1s;
}

#order .button-parrot .parrot:nth-child(4) {
  font: 18px/1 "Margarine", sans-serif;
  top: -70px;
  left: 95px;
  transform: rotate(2deg);
  animation-duration: 0.7s;
}

#order .button-parrot .parrot:nth-child(5) {
  font: 14px/1 "Margarine", sans-serif;
  top: 80px;
  left: 105px;
  transform: rotate(-20deg);
  animation-duration: 0.8s;
}

#order .button-parrot .parrot:nth-child(6) {
  font: 12px/1 "Margarine", sans-serif;
  top: 80px;
  left: 5px;
  transform: rotate(10deg);
  animation-duration: 1.2s;
}

#order .button-parrot button:hover .parrot:before {
  content: "Do it!";
  width: 70px;
}

@keyframes blink {
  25%, 75% {
    color: transparent;
  }
  40%, 60% {
    color: #fff;
  }
}
#order .order_btn {
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* quick link  */
.quick-link {
  position: fixed;
  opacity: 0.8;
  right: 20px;
  top: 80%;
  transform: translateY(-50%);
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.quick-link .ql_txt {
  writing-mode: vertical-lr;
  letter-spacing: 5px;
  color: #632a7e;
  font-size: 1rem;
  animation: ql_txt_move 1s infinite;
  margin-bottom: 20px;
}

@keyframes ql_txt_move {
  0% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(20px);
  }
}
.quick-link ul {
  padding: 0;
  list-style: none;
}

.quick-link ul li {
  margin-bottom: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
}

.quick-link ul li i {
  color: #632a7e;
  font-size: 2.5rem;
}

.quick-link ul li:hover i {
  transition: 0.5s;
  transform: scale(1.25);
  cursor: pointer;
}

.hero-text {
  color: whitesmoke;
  text-shadow: 0.1em 0.1em 0 hsl(0, 0%, 17%);
}

.hero_l,
.hero_s {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.hero_l img,
.hero_s img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.8;
  object-fit: cover;
}
.hero_l .hero_txt .hero_card,
.hero_s .hero_txt .hero_card {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero_l .hero_txt .hero_card .logo-box,
.hero_s .hero_txt .hero_card .logo-box {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
@media (min-width: 720px) {
  .hero_l .hero_txt .hero_card .logo-box,
  .hero_s .hero_txt .hero_card .logo-box {
    width: 300px;
    height: 300px;
  }
}
.hero_l .hero_txt .hero_card .logo-box img,
.hero_s .hero_txt .hero_card .logo-box img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: absolute;
  top: 0%;
  z-index: 8;
  object-fit: contain;
}

.about-img {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#service {
  background-color: rgba(255, 255, 255, 0.5);
}

.item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.item .item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.5s;
}
.item .item-img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
.item .item-img img {
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.item h5 {
  margin-top: 1.5rem;
  font-size: 1rem;
  color: rgb(147, 32, 51);
}

.card {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  overflow: hidden;
}
.card:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.card img {
  object-fit: cover;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .card img {
    max-height: 300px;
  }
}
.card .card-body {
  padding-bottom: 2rem;
}
.card .card-body .card-title {
  color: #b2424f;
}
.card .card-body .card-text {
  color: #3c3836;
  line-height: 1.6rem;
}/*# sourceMappingURL=style.css.map */