.active{
    color: #aba398;
}

.intro{
    background: url('../img/pozadie.png') no-repeat;
    background-size: cover;
    background-position: 0% 20%;
    height: calc(50vh - 80px);
}

.sections-separator{
    height: 5px;
    background:  linear-gradient(to right, #dededd, #f7f7f7);
    width: 100vw;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tab-separator{
    height: 5px;
    background:  linear-gradient(to right, #dededd, #f7f7f7);
    width: 100vw;
    margin-top: 30px;
    margin-bottom: 30px;
    display: none;
}

@media (max-width: 826px){
    .tab-separator{
        display: inherit;
    }
}

.service-content {
  display: none;
  padding: 6px 60px;
  text-align: center;
  max-width: 1170px;
  margin: 0 auto;
  line-height: 30px;
}

.service-content h3{
    margin-bottom: 20px;
    color: #474747;
}

.service-content h4{
    color: #474747;
    text-align: left;
    margin-top: 30px;
}

.service-content h4:first-child{
    margin-top: 0px;
}

.service-content p{
    text-align: justify;
    color: #474747;
    margin-bottom: 15px;
}

.service-content img{
    height: 250px;
}

@media (max-width: 410px){
.service-content#Hydropeptide img{
height: 200px;
}
}

@media (max-width: 410px){
    .service-content#Ejal40 img{
    height: 150px;
    }
    }

@media (max-width: 565px){
    .service-content#AquashinePTX img{
    height: 200px;
    }
    }

@media (max-width: 475px){
    .service-content#AquashinePTX img{
    height: 130px;
    }
    }


.service-content#Phibrows img{
    height: 150px;
}

.servicesTitle{
    display: flex;
    align-items: center;
    justify-content: center;
}

.servicesTitle h1{
    color: #474747;
    letter-spacing: 1.5px;
    margin-top: 15px;
    font-size: 30px;
}

@media (max-width: 1025px){
    .servicesTitle h1{
    font-size: 25px;  
    }   
}

@media (max-width: 758px){
    .servicesTitle h1{
    font-size: 20px;  
    }   
}

@media (max-width: 402px){
    .servicesTitle h1{
        font-size: 17px;  
        }   
    }

/* TAB LINKS TITLE */


    .tabs{
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 40px;
        position: relative;
        right: 30px;
    }
    @media (max-width: 1025px){
        .tabs{
            margin-bottom: 20px;
        }
    }


    .tabs h3{
        color: #474747;
        text-align: center;
        cursor: pointer;
        margin-top: 20px;
        margin-right: 70px;
    }
    
    .tabs h3:last-child{
        margin-right: 0px;
    }
    
    .tabs h3:hover{
        color: #aba398;
    }
    
    .tabs .active-tab{
        color: #aba398;
    }
    
    @media (max-width: 1025px){
        .tabs h3{
        font-size: 15px;  
        }   
    }
    
    @media (max-width: 826px){
        .tabs{
            display: flex;
            flex-direction: column;
            justify-content: center;
            right: 0;
        } 
    
        .tabs h3{
            margin-right: 0px;
            margin-top: 25px;
        }
    
        .tabs h3:last-child{
            margin-bottom: 0px;
        }
    }

    .tab-content div{
        display: none;
    }

    .tab-content .active-tab{
        display: flex;
        color: #aba398;
    }

    .active-tab{
        display: block;
    }


/* 
    .tab-content{
        display: flex;
        flex-direction: row;
        column-gap: 100px;
        margin-bottom: 40px;
        justify-content: left;
        position: relative;
        right: 30px;
        
    } */

    .tab-content h4{
        color: #474747;
        cursor: pointer;
    }
    
    .tab-content h4:hover{
        color: #aba398;
    }
    

    .service{
        display: flex;
        flex-direction: column;
    }

    .service h4{
        margin: 0 auto;
        position: relative;
        right: 350px;
    }


    .aesthetics{
        position: relative;
        left: 255px;
    }


    .make-up{
        position: relative;
        left: 510px;
    }

    .laser{
        position: relative;
        left: 720px;
    }

    @media (max-width: 1025px){
        .tab-content .cosmetics h4{
        font-size: 12px;  
        } 
        
        .tab-content .aesthetics h4{
            font-size: 12px;  
            } 

        .tab-content .laser h4{
            font-size: 12px;  
            } 
        
        .tab-content .make-up h4{
             font-size: 12px;  
            } 

            .service h4{
                margin: 0 auto;
                position: relative;
                right: 310px;
            }

            .aesthetics{
                position: relative;
                left: 220px;
            }
        
            .make-up{
                position: relative;
                left: 440px;
            }
        
            .laser{
                position: relative;
                left: 620px;
            }
    }

    @media (max-width: 826px){
        .service h4{
            margin: 0 auto;
            position: relative;
            right: 0px;
        }

        .aesthetics{
            position: relative;
            left: 0px;
        }
    
        .make-up{
            position: relative;
            left: 0px;
        }
    
        .laser{
            position: relative;
            left: 0px;
        }
}

    .cosmetics h4{
        text-align: left;
    }

    .aesthetics h4{
        text-align: left;
    }

    .tab-content h4{
        font-size: 15px;
        margin-bottom: 20px;
    }
    

    /* FOOTER */

footer{
    height: 150px;
    width: 100vw;
    background:  linear-gradient(to right, #dededd, #f7f7f7);
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 40px;
}

footer p{
    margin-top: 10px;
    color: #474747;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
}

@media (max-width: 758px){
    footer p{
        font-size: 14px;
        margin-left: 20px;
        margin-right: 20px;
    }
}
footer a{
    font-size: 20px;
    color: #474747;
}
u {
    text-decoration: underline;
}
ul {
    list-style-type: disc;
    text-align: center;
}