
.tc-wrapper .swiper-wrapper .swiper-slide .testimonial{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 32px;
    max-width: 1100px;
}

.tc-wrapper .swiper-wrapper .swiper-slide .testimonial .testimonial-author{
    width: 20%;
    display: flex;
    flex-direction: column;
}

.tc-wrapper .swiper-wrapper .swiper-slide .testimonial .testimonial-author .testimonial-img{
    border-radius: 100%;
    height: 200px;
    width: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}

.tc-wrapper .swiper-wrapper .swiper-slide .testimonial .testimonial-author .author-name{
    color: white;
    padding: 8px 16px;
    text-align: center;
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
}

.tc-wrapper .swiper-wrapper .swiper-slide .testimonial .testimonial-content .quote{
    height: 40px;
    width: 40px;
}

.tc-wrapper .swiper-wrapper .swiper-slide .testimonial .testimonial-content .quote svg .cls-1{
    fill: #b2a584;
}

.tc-wrapper .swiper-wrapper .swiper-slide .testimonial  .testimonial-content .quote:first-of-type{
    position: absolute;
    top: -40px;
    left: -40px;
}

.tc-wrapper .swiper-wrapper .swiper-slide .testimonial .testimonial-content .quote:last-of-type{
    position: absolute;
    bottom: -40px;
    right: -40px;
}



.tc-wrapper .swiper-wrapper .swiper-slide .testimonial .testimonial-content{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
}


.tc-wrapper .tc-arrows{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    position: absolute;
    top: 25%;
    left: 0;
    z-index: 10;
}


.tc-wrapper .tc-arrows svg{
    width: 40px;
    height: 40px;
    fill: white;
    cursor: pointer;
}

.tc-pagination{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.tc-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #b0a385;
    opacity: 1;
}

.tc-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    background-color: white;
    opacity: 0.5;
}



@media screen and (max-width: 767px) {

    .tc-wrapper{
    overflow: hidden;
}


    .tc-wrapper .swiper-wrapper .swiper-slide .testimonial{
    display: flex;
    flex-direction: column-reverse;
    padding: 0px;
}

.tc-wrapper .swiper-wrapper .swiper-slide .testimonial .testimonial-author{
    width: 100%;
}

.tc-wrapper .swiper-wrapper .swiper-slide .testimonial .testimonial-content{
    width: 100%;
}

.tc-wrapper .swiper-wrapper .swiper-slide .testimonial .testimonial-content{
    align-items: normal;
}

.tc-wrapper .swiper-wrapper .swiper-slide .testimonial  .testimonial-content .quote:first-of-type{
    position: relative;
    top: 0;
    left: 0;
    display:flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.tc-wrapper .swiper-wrapper .swiper-slide .testimonial .testimonial-content .quote:last-of-type{
    position: absolute;
    bottom: -50px;
    right: 0;
    display:flex;
    justify-content: flex-end;
    margin-top: 20px;
    width: 100%;
}


.tc-wrapper .swiper-wrapper .swiper-slide .testimonial .testimonial-author{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.tc-wrapper .swiper-wrapper .swiper-slide .testimonial .testimonial-author .testimonial-img{
    border-radius: 100%;
    height: 100px;
    width: 100px;
    object-fit: cover;
    margin-bottom: 20px;
}

.tc-wrapper .swiper-wrapper .swiper-slide .testimonial .testimonial-author .author-name{
    background-color: transparent;
    padding: 0;
}

.tc-wrapper .tc-arrows{
    position: relative;
    top: 0;
    left: 0;
    padding: 0px;
    margin-top: 32px;
}

