.number1 {

    background-image: url("/img/Background1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
    
}

h1 {
    color: pink;
    text-align: center;
}

h2 {
    color: turquoise;
    text-align: center;
}


h3, h4, h5, h6 {
    text-align: center;
}



.intro {
    color: white;
    text-align: center;
   
}


#display {
    align-items: center;
}
p {
    text-align: center;
    font-size: smaller;
}
span {
    color: pink;
}

hr {
    width: 100px;
    margin: 0 auto;
}
#nav {
    background-color: pink;
    color: turquoise;
 }

.nav-link {
    color: turquoise;
}

.footer {
    background-color: turquoise;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
}



.one {
    background-color: turquoise;
    color: white;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    
}

.buttons {
    text-align: center;
}



.two {
    padding: 10px;
    border-radius: 10px;
}

.one:hover {
    background-color: white;
    color: black;
}

.two:hover {
    background-color: turquoise;
    color: white;
    opacity: 0.9;
}

.service:hover {
    background-color: aqua;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    justify-content: center;
}

.gel  {
    padding: 10px;
    height: 70%;
    border-radius: 5px;
    padding-right: 30px;
    padding-bottom: 2px;
    
    
}
.acrylic {
    padding: 10px;
    height: 50%;
    border-radius: 5px;
    padding-bottom: 15px;
}

.menis {
    padding: 10px;
    height: 50%;
    border-radius: 5px;
    padding-bottom: 1px;
}
.service {
    padding: 10px;
    height: 50%;
    border-radius: 5px;
}

.menis:hover {
    background-color: aqua;

}

.acrylic:hover {
    background-color: aqua;

}
.gel:hover {
    background-color: aqua;

}

.protective:hover {
    background-color: aqua;

}

/* BOOKING PAGE */

.button2 {
    background-color: blueviolet;
    padding: 10px;
    border-radius: 15px;
    color: white;
    margin-bottom: 10px;

}

.button2:hover {
    background-color: turquoise;
    
}

.booking {
    background-image: url("/img/background2.jpg");
}

#items {
    
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0,0,0, 0.2);
    border-radius: 5px;
    width: 250px;
    height: 250px;
    transition: 0.5s;
    padding: 10px;
    margin: 0 auto;

    
    
}

#items:hover  {
    transform: scale(1.15);
    border-radius: 20px;

}
 #price-list {

    text-align: center;
 }

 .number2 {
    
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
 }

 .manicures, .pedicures, .add {
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-around;
    
 }

 #adds {
    margin-bottom: 5px;
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0,0,0, 0.2);
    border-radius: 5px;
    width: 200px;
    height: 200px;
    transition: 0.5s;
    padding: 10px;
    justify-content: space-between;
    margin: 0 auto;
    
  
 }

 #adds:hover  {
    transform: scale(1.15);
    border-radius: 20px;
 }


 /* GALLERY */

 .container {
    padding: 2rem;
 }

 .slider-wrapper {
    position: relative;
    max-width: 48rem;
    margin: 0 auto;
 }

 .slider {
    display: flex;
    aspect-ratio: 16 / 9;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem 3rem -0rem -0.75rem hsla(0, 0%, 0.25);
    border-radius: 0.5rem;
 }

 .slider img {
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;
 }

 .slider-nav {
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
 }

 .slider-nav a {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.75;
    transition: opacity ease 250ms;

 }

 .slider-nav a {
    opacity: 3;
 }

 /** CONTACT US PAGE */

 #contact-info {
    text-align: center;
    align-items: center;
    display: block;
    background-color: turquoise;
    width: fit-content;
    margin: 0 auto;
 }

 .sent {
    background-color: pink;
    border-radius: 5px;
    margin-top: 10px;
    color: blueviolet;
 }

 .icons {
    display: block;
    margin: 0 auto;
    border-style: none;
 }

 .social {
    padding: 10px;
    color: white;
    display: block;
    margin: 0 auto;
  
    
 }

 .buttonss {
    display: flex;
    margin: 0 auto;
    align-items: center;
    text-align: center;
 }

 .button6 {
    margin: 0 auto;
    border-radius: 10px;
    margin-right: 1px;

 }
 .button7 {
    margin: 0 auto;
    border-radius: 10px;
    margin-left: 1px;
 }
  


