.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide .item.value img{
    object-fit: contain;
}

 :is(.swiper-button-next, .swiper-button-prev){
    color: black;
}
 .swiper-button-next::after,  .swiper-button-prev::after{
    font-size: 1rem;
    font-weight: bolder;
}
 .swiper-button-next,  .swiper-rtl .swiper-button-prev {
    right: -45px;
    left: auto;
    transition: .3s;
    border-radius: 50%;
    padding: 0px 22px;
}
.swiper-button-prev,  .swiper-rtl .swiper-button-next {
    left: -45px;
    right: auto;
    transition: .3s;
    border-radius: 50%;
    padding: 0px 22px;
}
.swiper-button-next:hover, .swiper-rtl .swiper-button-prev:hover,
 .swiper-button-prev:hover,  .swiper-rtl .swiper-button-next:hover {
    background-color: #9D6637;
    color: white;
 }
 .swiper-horizontal>.swiper-pagination-bullets,
 .swiper-pagination-bullets.swiper-pagination-horizontal,
 .swiper-pagination-custom,
 .swiper-pagination-fraction{
    bottom: -10px;
}

.testimonials .swiper-slide{
    background-color: transparent;
}
.testimonials .swiper-horizontal>.swiper-pagination-bullets,
.testimonials .swiper-pagination-bullets.swiper-pagination-horizontal,
.testimonials .swiper-pagination-custom,
.testimonials .swiper-pagination-fraction{
    bottom: 140px;
}

 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #9D6637;
}
.testimonials .swiper-pagination-bullet-active {
    background: #FFBC1D;
}

.testimonials :is(.swiper-button-next,.swiper-button-prev){
    top: 45%;
}

.navigator{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}
.team-members-swiper-button-next, .team-members-swiper-button-prev{
    position: relative;
    left: initial;
    right: initial;
}
.team-members-swiper .swiper-slide-active .member{
    box-shadow: 0px 0px 7px 0px #00000044;
}

.offers .swiper-horizontal>.swiper-pagination-bullets,
.offers .swiper-pagination-bullets.swiper-pagination-horizontal,
.offers .swiper-pagination-custom,
.offers .swiper-pagination-fraction {
    bottom: -40px;
}
.offers .swiper-slide {
    height: 500px;
}
.offers .swiper-slide .item{
    height: 100%;
    width: 77vw;
}
.offers .swiper-slide img{
    border-radius: 10px;
    min-width: 100%;
    min-height: 100%;
}
.offers .swiper-pagination-bullet-active {
    background: #FFBC1D;
}
.offers .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}
.offers .swiper-button-next, .swiper .swiper-rtl .swiper-button-prev,
.offers .swiper-button-prev, .swiper .swiper-rtl .swiper-button-next {
   background-color: #6C4222;
   color: white;
}
.offers .swiper-button-next:hover, .swiper .swiper-rtl .swiper-button-prev:hover,
.offers .swiper-button-prev:hover, .swiper .swiper-rtl .swiper-button-next:hover {
   background-color: #9D6637;
}

.mobile-navigation .offers-swiper-button-next,.mobile-navigation .offers-swiper-button-prev{
    position: relative;
    left: initial;
    right: initial;
}
.mobile-navigation {
    display: none !important;
}

.swiper-button-next:hover, .swiper-rtl .swiper-button-prev:hover,
 .swiper-button-prev:hover,  .swiper-rtl .swiper-button-next:hover {
    background-color: #6C4222;
    color: white;
 }
.testimonials .swiper-button-next:hover,.testimonials .swiper-rtl .swiper-button-prev:hover,
.testimonials .swiper-button-prev:hover,.testimonials  .swiper-rtl .swiper-button-next:hover {
    background-color: #6C4222;
 }
.testimonials .swiper-button-next,.testimonials .swiper-rtl .swiper-button-prev,
.testimonials .swiper-button-prev,.testimonials  .swiper-rtl .swiper-button-next {
    background-color: #9D6637;
    color: white;
 }

/* menu swiper styles */
.menu-swiper-button-prev{
    top: 40px;
    left: 0;
    display: none;
}
.menu-swiper-button-next{
    top: 40px;
    right: 0;
    display: none;
}
.menu-swiper-button-next.show,.menu-swiper-button-prev.show{
    display: flex;
}
@media (max-width: 600px) {
    .testimonials :is(.swiper-button-next,.swiper-button-prev)
    {
        top: 35%;
    }

    .mobile-navigation {
        display: flex !important;
    }
    :is(.offers-swiper1-button-next.desktop,.offers-swiper1-button-prev.desktop,
    .offers-swiper2-button-next.desktop,.offers-swiper2-button-prev.desktop){
        display: none !important;
    }
    .offers .swiper-horizontal>.swiper-pagination-bullets,
    .offers .swiper-pagination-bullets.swiper-pagination-horizontal,
    .offers .swiper-pagination-custom,
    .offers .swiper-pagination-fraction {
        bottom: -20px;
    }
}
