body{
    overflow-x: hidden;
    background: linear-gradient(
        90deg,
        rgba(220,196,255,0.2) 0%,
        rgba(179,196,255,0.2) 25%,
        rgba(217,179,255,0.2) 50%,
        rgba(255,179,245,0.2) 75%,
        rgba(235,179,255,0.2) 100%
    );
    margin: 0;
}

header{
    padding: 0 0 0 30px;
}

main{
    margin: 0;
    padding: 0;
}

.imgCardSimilar{
    aspect-ratio: 250/120;
    object-fit: cover;
}

/* Header */

.containerTitleProfil{
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.titleProfil{
    font-family: 'Poltawski Nowy';
    font-size: 42px;
    font-weight: 600;
    margin: 0;
}

.ratingTitle{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.numberReviews{
    font-size: 17px;
}

.rating{
    font-family: 'Afacad';
    font-size: 24px;
    font-weight: 500;
}

.fullStar{
    display: flex;
    justify-content: center;
}

/* Carousel pictures */

.mySwiper {
    height: 340px;
    border-radius: 18px;
    width: 100%;
    margin-top: 10px;
}

.swiper-slide {
    height: 100%;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 30px;
    margin-top: 20px;
    gap: 12px;
    
}

.carousel-nav .btn-prev,
.carousel-nav .btn-next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #808080;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    position: static; 
    
}

.carousel-nav button{
    transition: 0.2s;
}

.carousel-nav button:hover{
    background: #f5f5f5;
    transform: translateY(-2px);
}

.carousel-nav .btn-prev::after,
.carousel-nav .btn-next::after {
    font-size: 16px;
    color: #000;
}

/* End carousel pictures */

.containerProfilSummary{
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    font-family: 'Afacad';
    font-size: 17px;
    margin-top: 8px;
}

.groupScheduleSummary{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.scheduleStatusText{
    
    color: #00B014;
}

.scheduleStatusTextOpen{
    
    color: #00B014;
}

.scheduleStatusTextClose{
    
    color: #FF0000;
}

.groupAdressSummary{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.groupAccessibilitySummary{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.checkAccessibilitySummary{
    display: flex;
    justify-content: center;
}

.adressNumberSummary,
.adressSummary,
.lineAdressSummary,
.postalCodeSummary,
.townSummary,
.AccessibilitySummary {
    margin: 0;
}

/* End header */

/* Main */

.cardsProfilContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: 'Afacad';
    margin-top: 80px;
    margin-bottom: 80px;
    gap: 100px;
}

.cardsProfilContainer h2{
    font-size: 42px;
    font-weight: 600;
    margin: 0;
    text-wrap: balance;
}

.cardsProfilContainer h3{
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px 0;
    text-wrap: balance;
}

.cardsProfilContainer p, .cardsProfilContainer span{
    margin: 0;
}

.cardsProfilContainer section{
    width: 70%;
}

.cardsProfilContainerGroup{
    display: flex;
    flex-direction: column;

    background-color: white;
    border-radius: 15px;
    padding: 60px;
    
}

/* Services */

.containerServices{
    display: flex;
    flex-direction: column;
    
}

.groupServices{
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.services{
    display: flex;
    flex-direction: row;

}

.titleTextServices{
    display: flex;
    flex-direction: column;
}

.textServices{
    font-size: 19px;
    color: #434343;
    margin: 0;
    width: 80%;
}

.princingServices{
    font-size: 42px;
    font-weight: 600;
}

.fiatCurrencySymbol{
    font-size: 32px;
    font-weight: 600;
}

/* End services */

/* Information general */

.groupGeneralInformation{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.contact{
    display: flex;
    flex-direction: column;
}

.infoContact{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* align-items: center; */
    gap: 5px;
}

.infoContact p{
    font-size: 19px;
}

.textInfoContact{
    color: #434343;
}

.infoAccessibility{
    display: flex;
    flex-direction: row;
    gap: 80px;
}

.infoAccessibility p{
    font-size: 19px;
}

.columnRightAccessibility{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.infoEquipment{
    display: flex;
    flex-direction: row;
    gap: 80px;
}

.infoEquipment p{
    font-size: 19px;
}

.columnRightEquipment{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.groupSchedule{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 70%;
}

.day{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.scheduleStatus{
    display: flex;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 100px;
}

.scheduleStatusOpen{
    background-color: #44C200;
}

.scheduleStatusClosed{
    background-color: #FF0000;
}

.columnLeftSchedule{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.groupSchedule p{
    font-size: 19px;
}

.textDay{
    font-weight: 500;
}

.columnRightSchedule{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lineSchedule{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.scheduleTextClosed{
    color: #434343;
    align-self: flex-end;
}

.separatorScheduleMobile{
    display: none;
}

.columnSchedule{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}

.lineDaySchedule{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

/* End information general */

/* Reviews */

.fullStarsNumber{
    margin: 10px 0 10px 0;
}

.groupCustomerReviews{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.groupCustomerReviews p{
    font-size: 19px;
}

.identityCustomer{
    margin-top: 10px;
}

.identityCustomer p{
    font-size: 15px;
    color: #434343;
}

.textCustomerReviews{
    width: 70%;
}

/* End reviews */


/* Carousel provider */

.titleProvider{
    font-family: 'Afacad';
    font-size: 42px;
    font-weight: 600;
    margin: 0 0 10px 80px;
}

.swiperProvider {
    width: calc(100% - 80px);
    overflow: hidden;
    position: relative;
    padding-top: 5px;
    margin-left: 80px;
}

.swiperWrapperProvider {
    display: flex; 
}

.swiperSlideProvider {
    width: 260px;   
    font-family: 'Afacad';  
    flex: 0 0 auto;    
    background: #F8F8F8;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease;
    text-decoration: none;
    color: #000;
}

.swiperSlideProvider:hover{
    transform: translateY(-5px);
}

.textSlideProvider{
    display: flex;
    flex-direction: column;
    margin: 0;
    flex: 1;
}

.tilteSlide{
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.textSlide, .addressSlide{
    font-size: 15px;
    font-weight: 400;
    color: #434343;
    margin: 0;
}


.ratingTitleProvider{
    font-size: 24px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    justify-self: end;
    gap: 5px;
    margin-top: auto;
}

.ratingProvider{
    font-family: 'Afacad';
    font-size: 24px;
    font-weight: 500;
}

.pictureSlideProvider img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.textSlideProvider {
    padding: 16px 18px 20px;
}

.carouselNav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    right: 30px;
    gap: 12px;
    margin-top: 20px;
}


.btnNext{
    padding-left: 8px;
}

.carouselNav button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #808080;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    transition: 0.2s;
}

.carouselNav button:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
}

/* End carousel provider */



@media (max-width: 1280px){
    .mySwiper{
        height: 300px;
    }
}

@media (max-width: 1024px){
    .mySwiper{
        height: 250px;
    }

    .groupSchedule{
        width: 100%;
    }
}

@media (max-width: 834px){
    .mySwiper{
        height: 200px;
    }

    .carousel-nav{
        display: none;
    }

    .carouselNav{
        display: none;
    }

    .cardsProfilContainer h2{
    font-size: 32px;
    }

    .titleProvider{
        font-size: 32px;
    }

    .cardsProfilContainer h3{
        font-size: 20px;
    }

    .tilteSlide{
        font-size: 20px;
    }

    .cardsProfilContainer p{
        font-size: 18px;
    }

    .textSlide{
        font-size: 14px;
    }

    .ratingProvider{
        font-size: 20px;
    }

    .titleProfil {
        font-size: 38px;
    }

    .rating{
        font-size: 20px;
    }

    .fullStar{
        width: 16px;
    }

    .numberReviews{
        font-size: 15px;
    }
    
    
}

@media (max-width: 768px){
    .mySwiper{
        height: 180px;
        width: 100%;
    }

    .textCustomerReviews{
        width: 100%;
    }

    .cardsProfilContainerGroup{
        padding: 40px;
    }

    .cardsProfilContainer section{
        width: 85%;
    }

    .titleProvider{
        margin-left: 40px;
    }

    .swiperProvider{
        width: calc(100% - 40px);
        margin-left: 40px;
    }
}

@media (max-width: 576px){
    .cardsProfilContainerGroup{
        padding: 30px;
    }

    .infoAccessibility{
        flex-direction: column;
        gap: 0;
    }

    .infoEquipment{
        flex-direction: column;
        gap: 0;
    }

    .titleProvider{
        font-size: 28px;
        margin-left: 20px;
    }

    .cardsProfilContainer h2{
        font-size: 28px;
        text-wrap: balance;
    }

    .cardsProfilContainer h3{
        font-size: 18px;
    }

    .tilteSlide{
        font-size: 18px;
    }

    .cardsProfilContainer p{
        font-size: 15px;
    }

    .textSlide{
        font-size: 14px;
    }

    .ratingProvider{
        font-size: 18px;
    }

    .titleProfil {
        font-size: 32px;
    }

    .rating{
        font-size: 18px;
    }

    .fullStar{
        width: 16px;
    }

    .numberReviews{
        font-size: 14px;
    }

    .swiperProvider{
        width: calc(100% - 18px);
        margin-left: 18px;
    }

    .fiatCurrencySymbol{
        font-size: 26px;
    }

    .princingServices{
        font-size: 36px;
    }
}

@media (max-width: 480px){
    .columnLeftSchedule{
        gap: 50px;
    }

    .columnRightSchedule{
        gap: 19.5px;
    }

    .lineSchedule{
        flex-direction: column;
    }

    .separatorSchedule{
        display: none;
    }

    .groupSchedule{
        width: 80%;
    }

    .separatorScheduleMobile{
        display: block;
        width: 20px;
        height: 0.5px;
        background-color: #000;
    }
}