
/*

Hair

*/

.services-hair__wrapper {
    margin-top: 30px;
}

.services-hair {
    display: flex;
    gap: 80px;
}

.services-hair__left {
    width: 300px;
    flex-shrink: 0;
}

.services-hair__sticky {
    position: sticky;
    top: 60px;
}

.services-hair__left img {
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}

.services-hair__items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (max-width: 991px) {
    .services-hair {
        flex-direction: column;
        gap: 40px;
    }

    .services-hair__left {
        width: 100%;
        flex-shrink: 0;
    }

    .services-hair__left img {
        max-width: 300px;
    }

    .services-hair__sticky {
        position: relative;
        top: 0;
        text-align: center;
    }
}

/*

Hair below

*/


.services-hairbelow__wrapper {
    margin-top: 80px;
}

.services-hairbelow {
    display: flex;
    gap: 50px;
}

.services-hairbelow__item {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.services-hairbelow__item-image {
    object-fit: cover;
    border-radius: 15px;
}

.services-hairbelow__item-head {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.services-hairbelow__item-title {
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    color: #053BD2;
    font-size: 40px;
}

.services-hairbelow__item-price {
    color: #053BD2;
    font-size: 35px;
    font-weight: 500;
    line-height: 120%;
}
@media (max-width: 991px) {
    .services-hairbelow__item-title {
        font-size: 24px;
    }

    .services-hairbelow__item-price {
        font-size: 25px;
    }
}

.services-hairbelow__item-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
}

.services-hairbelow__item-button {
    background: rgba(143, 248, 55, 1);
    border-radius: 30px;
    font-size: 20px;
    color: #053bd2;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: bold;
    padding: 10px 30px;
    line-height: 100%;
    width: fit-content;
}

.services-hairbelow__item-desc {
    color: #053BD2;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    max-width: 90%;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .services-hairbelow__wrapper {
        margin-top: 40px;
    }

    .services-hairbelow {
        flex-direction: column;
    }

    .services-hairbelow__item-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .services-hairbelow__item-desc {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .services-hairbelow__item-button {
        font-size: 16px;
        padding: 5px 10px;
    }
}

/*

Color bar

*/

.services-colorbar__wrapper {
    margin-top: 80px;
}


.services-colorbar__head {
    background: #053bd2;
    padding: 20px 40px;
    margin-bottom: 60px;
}

.services-colorbar__title {
    font-size: 40px;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Soulcraft', sans-serif;
    text-align: center;
}

.services-colorbar {
    display: flex;
    gap: 80px;
}


.services-colorbar__left {
    width: 300px;
    flex-shrink: 0;
}

.services-colorbar__sticky {
    position: sticky;
    top: 60px;
}

.services-colorbar__left img {
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}

.services-colorbar__info {
    font-size: 17px;
    color: #053BD2;
    text-transform: uppercase;
    margin-top: 30px;
}

.services-colorbar__info strong {
    font-weight: 700;
}

.services-colorbar__info p:not(:last-child) {
    margin-bottom: 20px;
}

.services-colorbar__items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (max-width: 991px) {
    .services-colorbar__wrapper {
        margin-top: 40px;
    }

    .services-colorbar {
        flex-direction: column;
        gap: 40px;
    }

    .services-colorbar__title {
        font-size: 25px;
    }

    .services-colorbar__left {
        width: 100%;
        flex-shrink: 0;
    }

    .services-colorbar__left img {
        max-width: 300px;
    }
    
    .services-colorbar__sticky {
        position: relative;
        top: 0;
        text-align: center;
    }

    .services-colorbar__info {
        font-size: 16px;
        margin-top: 20px;
    }

    .services-colorbar__info p:not(:last-child) {
        margin-bottom: 15px;
    }
}

/*

Complex

*/

.services-complex__wrapper {
    margin-top: 80px;
}


.services-complex__title {
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    color: #053BD2;
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
}

.services-complex {
    display: flex;
    gap: 80px;
}


.services-complex__right {
    /*! width: 300px; */
    flex-shrink: 0;
    flex-basis: auto;
}

.services-complex__sticky {
    position: sticky;
    top: 60px;
}

.services-complex__img1 {
    object-fit: cover;
    border-radius: 30px;
     transform: rotate(-10deg);
    display: block;
    width: 220px;
    height: 280px;
    
}

.services-complex__img2 {
    object-fit: cover;
    border-radius: 30px;
    transform: rotate(10deg);
    margin-top: -278px;
/*     margin-left: auto; */
    margin-left: 180px;
    display: block;
}

.services-complex__items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}


@media (max-width: 991px) {
    .services-complex {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .services-complex__title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .services-complex__wrapper {
        margin-top: 40px;
    }

    .services-complex__sticky {
        position: relative;
        top: 0;
        text-align: center;
        padding-inline: 2vw;
    }
}


/*

Treatments

*/

.services-treatments__wrapper {
    margin: 80px 0;
}

.services-treatments__head {
    background: #053bd2;
    padding: 20px 40px;
    margin-bottom: 60px;
}

.services-treatments__title {
    font-size: 40px;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Soulcraft', sans-serif;
    text-align: center;
}

.services-treatments {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

@media (max-width: 991px) {
    .services-treatments__wrapper {
        margin-top: 40px;
    }

    .services-treatments__title {
        font-size: 25px;
    }
}

@media (max-width: 500px) {
     .services-complex__sticky {
        display:flex;
        justify-content: center;
     }
  .services-complex__img1, .services-complex__img2{
    width: 110px;
    height: 160px;
  }
  .services-complex__img1 {
margin-top:0;
margin-left: 0;
  }

  .services-complex__img2 {
margin-top:0;
margin-left: 0;
  }
}