/* Beauty theme style */
* {
    font-family: 'Urbanist', sans-serif;

}

p,.accordion-button{
    font-size:19px;
}

.topHeader {
    background-color: var(--primaryColor);

}

.topHeader * {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}

header * {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;

}

.topHeader a:hover * {
    filter: contrast(0.5);

}

header .text-primary.fw-bold.text-uppercase.m-0 {
    font-size: 32px;
    font-weight: 600 !important;
    color: #000 !important;
}

#slider .carousel-caption {
    top: 50%;
    right: unset;
    text-align: left;
    left: 10%;
    transform: translateY(-50%);
    display: flex !important;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    width: 35%;
    z-index: 10;
}

#slider .carousel-caption h5 {
    font-size: 55px;
    color: var(--primaryColorDark);
}

#slider .carousel-caption .slide-desc {
    font-size: 25px;
    color: var(--primaryColorDark);

}

.section-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
}

.btn {
    padding: 7px 30px;
    font-size: 18px;
    border-radius: 26px;
   
}
#slider .btn{
    margin-top:20px !important;
     display: flex
;
    align-items: center;
    gap: 15px;
}
.about-content-text{
    max-height: 300px;
    overflow: hidden;
    position: relative;
}
.about-content-text:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 111px;
    bottom: 0;
    background: linear-gradient(0deg, #ffffff, transparent);
}
@media (min-width: 992px) {

    header .container,
    footer .container,
    .topHeader .container {
        max-width: 100%;
        padding: 0 55px;
    }

}

@media (max-width: 992px) {
    #slider .btn{
    margin-top:0px !important;
     display: flex
;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
}
    .callButton.d-md-none {
        border-radius: 50%;
        padding: 10px 15px;
    }
#slider .carousel-caption{
    width:70%;
}
    #slider .carousel-caption h5{
font-size: 20px;
}
#slider .carousel-caption .slide-desc{
    display: none;
}
}