html{           
    scroll-behavior: smooth;
    scroll-padding-top: 130px;
}    

html, body{
overflow-x: hidden;
} 

.navbar .nav-item:hover,
.navbar .nav-link:hover{
    transition: 250ms;
    color: #fff !important;
    background-color: #978EB0;
}
.navbar .nav-link.active{
    border-bottom: 4px solid #978EB0 ;
}
.first-header {
    background: #978EB0;
}

.text-pink{
    color: #978EB0;
}
.bg-pink{
    background-color: #978EB0;
}

.start {
    position: relative;
    width: 100%;
    height: 88vh;
}

.start::before {
    content: "";
    position: absolute;
    /*display: block;*/
    width: 100%;
    height: 100%;
    background-image: url(../img/kosmetik-start.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    filter: brightness(60%);
}

.start .text {
    position: absolute;
    z-index: 50;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}

.start h1 {
    font-size: 60px;
    color: #fff;
}

/*-----------ABOUT-----------*/
.about .call{
    position: relative;
    width: 100%;
    height: 28vh;
}
.about .call::before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/kosmetik-start.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    filter: brightness(60%);
}

.about .call .text {
    position: absolute;
    z-index: 50;
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
}
/*.about .call .text i{*/
/*    background-color: #fff;*/
/*    padding:11px 10px 3px 10px;*/
/*    border-radius: 50%;*/
/*    color: #1c1f23;*/
/*}*/
.ff-great-vibes {
    font-family: 'Great Vibes', cursive;
}

/*Services Cards*/
.services .card {
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    background: #fff;
    transition: all 0.5s ease;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    overflow: hidden;
    border-bottom: 5px solid #978EB0 !important;
}

.services .card .backgroundEffect {
    bottom: 0;
    height: 0;
    width: 100%
}

.services .card:hover {
    color: #fff;
    transform: scale(1.025);
    box-shadow: rgba(0, 0, 0, 0.24) 0 5px 10px
}

.services .card:hover .backgroundEffect {
    bottom: 0;
    height: 320px;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: #978EB0;
    animation: popBackground 0.3s ease-in
}

@keyframes popBackground {
     0% {
         height: 20px;
         border-top-left-radius: 50%;
         border-top-right-radius: 50%
     }

     50% {
         height: 80px;
         border-top-left-radius: 75%;
         border-top-right-radius: 75%
     }

     75% {
         height: 160px;
         border-top-left-radius: 85%;
         border-top-right-radius: 85%
     }

     100% {
         height: 320px;
         border-top-left-radius: 100%;
         border-top-right-radius: 100%
     }
 }

.services .card .pic {
    position: relative
}

.services .card .pic img {
    width: 100%;
    height: 280px;
    object-fit: cover
}

.services .card .price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 70px;
    background-color: #978EB0;
    color: white;
    position: absolute;
    bottom: 0;
    transition: all ease
}

.services .card .price {
    font-size: 16px;
    font-weight: 600
}

.services .card .text-muted {
    font-size: 15px
}

.services .card:hover .text-muted {
    color: #fff !important
}

.services .card .content {
    padding: 0 20px
}

.services .card .content .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background-color: #978EB0;
    border-radius: 25px;
    font-size: 12px;
    border: none
}

.services .card:hover .content .btn {
    background: #fff;
    color: #978EB0;
    box-shadow: #0000001a 0px 3px 5px
}

.services .card .content .btn .fas {
    font-size: 10px;
    padding-left: 5px
}

.services .card .content .foot .admin {
    color: #978EB0;
    font-size: 12px
}

.services .card:hover .content .foot .admin {
    color: #fff
}

.services .card .content .foot .icon {
    font-size: 12px
}


/*Image Gallery*/

/* Override bootstrap column paddings */
.tz-gallery .lightbox{
    display: block;
    position: relative;
}
/*.tz-gallery .row  img {*/
/*    !*padding: 10px;*!*/
/*    */
/*}*/
.tz-gallery img {
    width: 100%;
}

.tz-gallery .lightbox:before{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'bootstrap-icons';
    content: '\F62C';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #978EB0;
    content: '';
    transition: 0.5s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: .9;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.swiper{
    width: 100%;
    height: 50%;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiper .swiper-pagination-bullet{
    background-color: #978EB0!important;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev
{
    color: #978EB0;
}

#backToTop{
    text-decoration: none;
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}
#backToTop i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #B1B1B1;
    color: #fff;
    transition: all 0.4s;
}
#backToTop i:hover {
    background: #A1A1A1;
    color: #fff;
}

/*--------RESPONSIVE DESIGN--------*/
@media screen and (max-width:450px) {
    h1{
        font-size: 36px;
    }
    .start h1{
        font-size: 42px;
    }
    .start h4{
        font-size: 18px;
    }
    .start::before,
    .about .call:before{
        background-attachment: scroll;
    }
}

@media screen and (max-width:720px) {
    .start h1{
        font-size: 42px;
    }
    .start h4{
        font-size: 18px;
    }
    .start::before,
    .about .call:before{
        background-attachment: scroll;
    }
}



   


