
.slide-container 
{
    max-width: 1120px;
    width: 100%;
    padding: 40px;
}
.slide-content 
{
    padding: 45px 20px;
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}
.card 
{
    border-radius: 25px;
    background-color: #fff;
    
}


.image-content 
.card-content 
{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}
.card-image
.card-content
{
    display: flex;
    flex-direction: column;
    padding: 10px 14px;
}
.image-content 
{
    position: relative;
    row-gap: 20px;
    padding: 25px 0;
}
.overlay 
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #CD853F;
    border-radius: 25px 25px 0 25px;
    
}
.overlay::before
.overlay::after 
{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #b07946;
}
.overlay::after 
{
    border-radius: 0 25px 0 0;
    background-color: #D2B48C;
}
.card-image{
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #fff;
    padding: 3px;
}
.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #b07946;
}
.name 
{
    font-size: 18px;
    font-weight: 500;
    color: #151618
}
.description 
{
    font-size: 14px;
    color: #707070;
    text-align: left;
    font-weight: 400;
}
.button {
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 8px 16px;
    background-color: #CD853F;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    
}
.button:hover 
{
    background-color: #696969;
}
/* .swiper-navBtn {
    color: #6393f7;
    transition: color 0.3s ease;
}
.swiper-navBtn:hover {
    color: #4070f4;
}
.swiper-navBtn::before
.swiper-navBtn::after 
{
    font-size: 40px;

}
.swiper-button-next 
{
    right: 0;

}
.swiper-button-prev 
{
    left: 0;
    
} */
.swiper-pagination-bullet 
{
   background-color: #6393f7;
   opacity: 1;

}
.swiper-pagination-bullet-active 
{
    background-color: #4070f4;
}
.star {
    color: #F4D61C;
}


@media screen and (max-width: 768px){
    .slide-content {
        margin: 0 10px;
    }
    .swiper-navBtn{
        display: none;
    }
}

/* Media Queries */

@media screen and (max-width: 700px) 
{
}
@media screen and (max-width: 600px) 
{
   
    .card .swiper-slide {
        flex-wrap: wrap;
    }
    .slide-content {
        width: 100%;
    }
    .card-wrapper {
        flex-wrap: wrap;
    }
    
}

@media screen and (min-width: 400px) 
{
}
    

@media screen and (min-width: 701px) 
{
    
  
}

@media screen and (min-width: 900px) and (max-width: 1200px) 
{

}
