@import url('https://fonts.googleapis.com/css2?family=Paprika&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;600;700&display=swap');
:root {
    --bgDarkBlue: #091829;
    --lightBlue: #0ac7df;
    --darkPurple: #42335b;
    --greenColor: #a3ca01;
    --fontColor: #43335a;
    --titleColor: #a2cb01;

    --fonts: 'Paprika', cursive;
    --bgTitle:  'Caveat', cursive;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

a {
    font-family: sans-serif;
    font-weight: 600;
}

h1 {
    font-family: var(--fonts);
}

.wrapper {
    width: 80%;
    margin: 0 auto;
}

li {
    list-style: none;
}

a {
    color: black;
    text-decoration: none;
}

body {
    background-image: url('../image/ourServiceBg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}

header {
    box-shadow: inset 0px 0px 40px 10px rgba(255,255,255,0.5);
    padding: 0px 20px;
}

.blackLogo {
    height: 100px;
} 

.navbar{
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-branding {
    font-size: 2rem;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.nav-link{
    color: black;
    padding: 10px 0px;
    transition: 0.3s ease-out;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.nav-link:hover{
    color: var(--lightBlue);
}

.hamburger{
    display: none;
    cursor: pointer;
    padding-right: 20px;
}

.bar{
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: black;
}

.ourService {
    background-image: url('../image/ourServiceBg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}

.price__title {
    text-align: center;
}

.price__title h1 {
    font-size: 80px;
    font-family: var(--bgTitle);
    color: var(--titleColor);
}

.price__title h2 {
    margin-top: -50px;
    font-size: 40px;
    color: var(--darkPurple);
    opacity: 0.7;
}

.items {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
} 

.items.active {
    cursor: grab;
}
  
.item {
    display: inline-block;
    margin-left: 20px;
}
  
.item:last-child{
    margin-right: 20px;
}

.item img {
    height: 200px;
    object-fit: contain;
}

/* Pedicure */
.pedicure {
    background-image: url('../image/pedicureBg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    padding: 50px 0px;
}

.pedicure__main {
    width: 100%;
    padding: 100px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pedicure__left, .pedicure__mid, .pedicure__right {
    width: calc(100% / 3);
}

.pedicure__left, .pedicure__right {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.pedicure__card {
    width: 80%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.pedicure__card h2 {
    font-size: 24px;
    font-weight: 700;
    font-family: sans-serif;
    width: 100%;
}

.pedicure__card h2:hover {
    color: var(--lightBlue);
}

.pedicure__card span {
    font-size: 13px;
    color: var(--lightBlue);
    width: 100%;
}

.pedicure__card span:hover {
    color: var(--greenColor);
}

.pedicure__card p {
    font-size: 16px;
    font-family: sans-serif;
    color: #909090;
    width: 100%;
}

.pedicure__mid {
    width: 33%;
    height: 300px;

}

.pedicure__mid img {
    background-image: url('../image/treatments4.jpg');
    background-size: cover;    
    background-position: center;
    width: 100%;
    height: 300px;


    border: 1px solid black;
}


.pedicure__right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.all__services {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#all__services {
    padding: 15px 20px;
    border-radius: 50px;
    color: white;
    background-color: var(--lightBlue);
    
}

/* Waxing */
.waxing {
    background-image: url(../image/pedicureBg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    padding: 50px 0px;
}

.waxing__content {
    display: flex;
    flex-direction: column;
}

.waxing__up {
    display: flex;
    justify-content: space-between;
}

.waxing__card {
    width: 100%;
}



.waxing__card img {
    width: 100%;
    padding: 1.5rem;
    background-color: white;
    border: 1px solid black;
    object-fit: cover;
}

.waxing__card__title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    text-align: center;
    color: var(--darkPurple);
}

.waxing__card__title p {
    font-size: 16px;
    font-family: sans-serif;
}

.waxing__down {
    width: 66%;
    display: flex;
    align-self: flex-end;
    justify-self: flex-end;
}

/* Products */
.team {
    width: 100%;
    padding: 50px 0px;
    background-color: white;
    border-top: 10px solid lightgrey;
}

.team__content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.team__right {
    width: 100%;
}

.items {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
} 

.items.active {
    cursor: grab;
}
  
.item {
    display: inline-block;
    margin-left: 20px;
    background-color: lightblue;
    border: 1px solid black;
    padding: 20px;
    margin-top: 30px;
}
  
.item:last-child{
    margin-right: 20px;
}

.item img {
    height: 400px;
    width: 300px;
    object-fit: contain;
    object-fit: contain;
}

.item h3, .item span {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    font-size: 20px;
    font-family: sans-serif;
}

footer {
    width: 100%;
    background-color: white;
    border-top: 2px solid black;
    padding: 20px 0px;
    position: relative;
    bottom: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    font-family: var(--titleColor);
}


@media(max-width:1024px){

    .wrapper {
        width: 100%;
        padding: 20px;
    }

    .hamburger{
        display: block;
    }

    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }

    .nav-menu{
        position: fixed;
        left: -100%;
        top: 100px;
        gap: 0;
        flex-direction: column;
        background-color: var(--bgDarkBlue);
        width: 100%;
        height: 100vh;
        text-align: center;
        transition: 0.3s;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 99999;
    }

    .nav-item{
        margin: 20px 0px;
    }

    .nav-item a {
        font-size: 30px;
        color: white;
    }

    .nav-menu.active{
        left: 0;
    }

    .next {
        margin-right: 20px;
    }





}

@media screen and (max-width: 992px) {
    .pedicure__main {
        flex-direction: column;
    }

    .pedicure__left, .pedicure__mid, .pedicure__right {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .pedicure__mid {
        margin: 50px 0px;
    }







}

@media screen and (max-width: 768px) {
    .gift__content {
        flex-direction: column;
    }

    .gift__left, .gift__right {
        width: 100%;
    }

    .waxing__content {
        display: flex;
        flex-direction: column;
    }

    .waxing__up {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .waxing__card {
        width: 100%;
    }

    .waxing__down {
        margin-top: 50px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}
