@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Sacramento");
@import url("https://fonts.googleapis.com/css?family=Inconsolata");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500&display=swap");
body {
  font-family: "Noto Sans KR", sans-serif;
}
.business-title {
  font-family: "Staatliches", cursive;
}
.business-sector {
  font-family: "Sacramento";
}
body.home {
  background-color: rgb(189, 160, 102);
  background-image: url("img/shop2.JPG");
  background-size: cover; /* Scales the image to cover the entire container */
  background-position: center; /* Centers the background image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  padding-top: 100px;
  color: white;
  height: 600px;
}
body.gallery {
  background-color: rgb(189, 160, 102);
  color: white;
  height: 600px;
}
body.gallery {
  background-color: rgb(189, 160, 102);
  color: white;
  height: 600px;
}

body.home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    53,
    44,
    25,
    0.384
  ); /* Semi-transparent black overlay */
  filter: blur(10px); /* Adjust the blur here */
  z-index: -1; /* Place it behind the content */
}
.bg-color {
  background-color: rgb(189, 160, 102);
  padding-top: 100px;
}
.about-description {
  background-color: rgba(0, 0, 0, 0.678);
  backdrop-filter: blur(20px); /* Blurs the background behind the div */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Adds a soft shadow */
  text-align: center;
}
.service-section {
  height: 600px;
  margin-top: 200px;
}
.service-title {
  margin-top: 10px; /* Adjust this value to increase or decrease space */
}
.contact-section,
.policy-section {
  height: 600px;
}
.natural-mani {
  background-image: url("img/naturalnails.jpg");
  background-size: cover; /* Scales the image to cover the entire container */
  background-position: center; /* Centers the background image */
}
.pedicure {
  background-image: url("img/pedicure.jpg");
  background-size: cover; /* Scales the image to cover the entire container */
  background-position: center; /* Centers the background image */
}
.acrylic {
  background-image: url("img/longnails.jpg");
  background-size: cover; /* Scales the image to cover the entire container */
  background-position: center; /* Centers the background image */
}
.eyelashes {
  background-image: url("img/eyelashes.jpg");
  background-size: cover; /* Scales the image to cover the entire container */
  background-position: center; /* Centers the background image */
}
.waxing {
  background-image: url("img/wax.jpg");
  background-size: cover; /* Scales the image to cover the entire container */
  background-position: center; /* Centers the background image */
}
.service-detail {
  background-color: #d88384;
}
.service-detail h3 {
  font-family: "Staatliches", cursive;
  color: rgb(145, 43, 43);
}
.service-detail h5 {
  text-decoration: underline;
  color: rgb(0, 0, 0);
}
.service-detail p {
  line-height: 2; /* Adjust this value as needed */
  font-family: "Noto Sans KR", sans-serif;
  font-size: large;
}

.link {
  text-decoration: none;
  color: white;
}
.link:hover {
  text-decoration: underline;
}
#manicure,
#pedicure,
#waxing,
#lashes,
#acrylic {
  scroll-margin-top: 100px; /* Adjust this value based on how much space you want */
}
/* APPOINTMENT PAGE IN PROGRESS ******************************************************/
.appointment {
  display: none;
}
/* ********************************************************************************** */

.appointment-service a {
  text-decoration: none;
  color: black;
}
.appointment-service a:hover {
  text-decoration: none;
  color: white;
  background-color: black;
}
.ap-service-detail a {
  text-decoration: none;
  color: black;
}
.ap-service-detail div:hover {
  text-decoration: none;
  color: white;
  background-color: black;
}
#app-manicure,
#app-pedi,
#app-acrylic,
#app-waxing,
#app-eyes,
#app-dips,
#app-addition,
#app-children,
#staff-selection {
  display: none;
}
.navbar-toggler-icon {
  color: azure;
}

/* Default styles for larger screens */
.row {
  display: flex;
  justify-content: center;
}
/* Centered, fixed discount box */
/* Centered, fixed discount box */
.discount-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
  height: 600px;
  background-color: #d3878d;
  color: #000000;
  border: 2px solid #000000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1050;
  padding: 30px;
  display: none;
  border-radius: 8px;
}

.discount-box .btn-close {
  position: absolute;
  top: 5px;
  right: 10px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  font-weight: bold;
  color: #721c24;
}
.alert-photo {
  background-image: url("img/alert.jpg");
  background-size: cover; /* Scales the image to cover the entire container */
  background-position: center; /* Centers the background image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  height: 200px;
}
#confirmation {
  margin-top: 100px;
}
/* Mobile styles */
@media (max-width: 576px) {
  body.home {
    height: 800px;
  }
  .policy-section {
    margin-top: 800px;
  }
  .row {
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center the circles */
  }

  .col-lg-3 {
    display: none; /* Hide all columns by default */
  }

  /* Show the first circle in each row */
  .row:nth-of-type(1) .col-lg-3,
  .row:nth-of-type(2) .col-lg-3 {
    display: block; /* Show all circles in each row */
    width: 160px; /* Fixed width */
    height: 150px; /* Fixed height for perfect circles */
    text-align: center; /* Center text below the circle */
    margin: 50px; /* Space around the circle */
  }

  /* Circle styles */
  .natural-mani,
  .pedicure,
  .acrylic,
  .eyelashes,
  .waxing {
    width: 100%; /* Fill the column */
    height: 100%; /* Match height to width */
    border-radius: 50%; /* Ensure they are circular */
    display: flex; /* Center content */
    justify-content: center; /* Center inner content */
    align-items: center; /* Center inner content */
    border: 2px solid black; /* Optional: circle border */
    padding: 0; /* Remove padding to maintain shape */
  }

  .appointment-service {
    display: flex; /* Use flexbox to maintain the layout */
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent items from wrapping to the next line */
  }

  .appointment-service a {
    flex: 0 0 auto; /* Prevent flex items from shrinking */
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .discount-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 400px;
    background-color: #d3878d;
    color: #000000;
    border: 2px solid #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1050;
    padding: 20px;
    display: block;
    border-radius: 8px;
    font-size: small;
  }

  .discount-box .btn-close {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    font-weight: bold;
    color: #721c24;
  }
  .alert-photo {
    background-image: url("img/alert.jpg");
    background-size: cover; /* Scales the image to cover the entire container */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    height: 120px;
  }
}
