.thassosPage {
}

.thassosPage .subtitle {
    /* margin-top: 104px; */
}

.thassosPage .max600 {
    max-width: 600px;
}

.thassosPage .topBar .mainTitle {
    margin-top: 30px;
    margin-bottom: 40px;
}

.thassosPage .topBar {
    margin-bottom: 90px
}

.fs40 {
    font-size: 40px;
}

.bottomBar .mainTitle {
    margin-top: 40px;
}

/* .bg-darker000{
    background-color: #E2DDD9;
}*/
.thassosCarousel .mainTitle {
    max-width: 518px;
    margin-bottom: 60px;
}

.thassosCarousel .smallTitle {
    margin-top: -20px;
    margin-bottom: 20px;
}

.thassosCarousel .subText {
    margin-top: 40px;
    margin-bottom: 75px
}

.thassosCarousel .carousel-cell {
    max-width: 650;
    margin: 0 10px;
}

.thassosCarousel .main-carousel {
    padding: 0;
    padding-bottom: 40px;
}

.thassosCarousel .flickity-viewport {
    min-height: auto;
}

.thassosCarousel .flickity-prev-next-button {
    bottom: 0;
    top: auto;
}

.thassosCarousel .flickity-button {
    z-index: 1;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='14' viewBox='0 0 24 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.67837 12.042L2.99101 7.35464L23.3643 7.35464L23.3643 5.79214L2.99111 5.79214L7.67837 1.10483L6.57353 -7.33946e-07L0.000143962 6.57344L6.57353 13.1469L7.67837 12.042Z' fill='%23A59176'/%3E%3C/svg%3E%0A");
    background-size: 28px 28px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.thassosCarousel .flickity-button svg{
    display: none;
}
.thassosCarousel .flickity-button.next {
    transform: rotate(180deg);
    margin-bottom: 22px;
}

.thassosCarousel .flickity-page-dots {
    bottom: 33px;
    transform: translateY(-50%);
    /* margin-top: -16px; */
}

.flickity-page-dots {
    bottom: -22px;
}

/* dots are lines */
.flickity-page-dots .dot {
    height: 2px;
    /* width: 28%; */
    width: calc( calc(100% / 5) - 30px);
    margin: 0;
    border-radius: 0;
    background: var(--bg-darker);
}
.flickity-page-dots .dot.is-selected {
    position: relative;
}

.flickity-page-dots .dot {
    opacity: 1;
    background: #c3b7a7!important;
}

.flickity-page-dots .dot.is-selected:before {
    content: ' ';
    width: 10px;
    height: 10px;
    position: absolute;
    left: calc(50% - 5px);
    background: var(--bg-darker);
    border-radius: 50%;
    margin-top: -4px;
}

@media (min-width: 991.98px) {
    .px50 {
        padding: 0 50px;
    }

    .thassosCarousel .carousel-cell {
    }
}
