/*MAIN SWIPER*/

.swiper.mainSwiper {
  width: 100%;
  height: calc(100vh - 370px);
  border-radius: 22px;

}

.mainSwiper .swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mainSwiper .swiper-slide .slide-img {
  position: relative;
  width: 100%; 
  object-fit: cover;
}

.mainSwiper .swiper-button-next,
.mainSwiper .swiper-button-prev {
  top: auto;
  width: 45px;
  height: 45px;
  bottom: 60px;
  left: auto;
  transition: all 200ms linear;
}

.mainSwiper .swiper-button-next {
  right: 60px;
  background: transparent url(../images/sright.svg) no-repeat center center;
  background-size: contain;
}

.mainSwiper .swiper-button-prev {
  right: 110px;
  background: transparent url(../images/sleft.svg) no-repeat center center;
  background-size: contain;
}

.mainSwiper .swiper-button-next:after,
.mainSwiper .swiper-rtl .swiper-button-prev:after,
.mainSwiper .swiper-button-prev:after,
.mainSwiper .swiper-rtl .swiper-button-next:after {
  content: "";
}

.mainSwiper .swiper-button-next:hover,
.mainSwiper .swiper-rtl .swiper-button-prev:hover {
  background: transparent url(../images/srightw.svg) no-repeat center center;
  background-size: contain;
}

.mainSwiper .swiper-button-prev:hover,
.mainSwiper .swiper-rtl .swiper-button-next:hover {
  background: transparent url(../images/sleftw.svg) no-repeat center center;
  background-size: contain;
}

/*bullets*/
.swiper-pagination {
    position: absolute;
    text-align: right;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.mainSwiper .swiper-horizontal>.swiper-pagination-bullets,
.mainSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.mainSwiper .swiper-pagination-custom,
.mainSwiper .swiper-pagination-fraction {
  bottom: 110px;
  right:69px;
  left: auto;
  text-align: right;
  width: 50px; 
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-top:7px;
}
.mainSwiper .swiper-pagination-bullet {
  display: flex;
  align-items: end;
  justify-content: end;
  width: 15px;
  height: 15px;   
  border-radius: 100px;
  background:#fff;
  opacity: 1;
  transition: all 200ms linear;
}

.mainSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--primary);
  border: 1px solid #fff;
}

.mainSwiper .swiper-slide .content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 80%;
  bottom: 40px;
  left: 60px;  
  z-index: 55; 
}  
.mainSwiper .swiper-slide .title { 
  font-size: 28px;
  line-height: 33px;
  font-weight: 300; 
  text-align: left;
} 
.mainSwiper .swiper-slide .title span{ 
  color: var(--primary);
} 
 
 

.righticons {
  position: absolute;
  top:20px; 
  right: 20px;
  z-index: 55;
}

.righticons .icon {
  display: inline-block;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  margin-left: 15px;
  color: #fff;
}

.righticons .icon img {
  display: block;
  margin: 0 auto;
  width: 45px;
  margin-bottom: 5px;
}


/*MAIN SWIPER END*/


/* OZELLIK SWIPER */
 .ozellikSwiper {
  padding-bottom: 30px;
  margin-bottom: 10px;
 }
 .ozellikSwiper .swiper-pagination {
    position: absolute;
    text-align: right; 
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    width: 100%;
}
.ozellikSwiper .swiper-horizontal>.swiper-pagination-bullets,
.ozellikSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.ozellikSwiper .swiper-pagination-custom,
.ozellikSwiper .swiper-pagination-fraction {
  bottom:0;
  right:auto;
  left: auto;
  text-align: center;
  width: 100%; 
}
.ozellikSwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .ozellikSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.ozellikSwiper .swiper-pagination-bullet {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;   
  border-radius: 100px;
  background:var(--secondary);
  opacity: 1;
  transition: all 200ms linear;
  z-index: 2;
}

.ozellikSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--primary);
}
.ozellikSwiper .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid var(--secondary);
  z-index: -1;
}
/* OZELLIK Swiper End */



/* PRODUCT SWIPER */
.productSwiper {
  padding-bottom: 100px;
}
.productSwiper .swiper-button-next,
.productSwiper .swiper-button-prev {
  top: auto;
  width: 45px;
  height: 45px;
  bottom: 0;
  left: auto;
  transition: all 200ms linear;
}

.productSwiper .swiper-button-next {
  right: 60px;
  background: transparent url(../images/psright.svg) no-repeat center center;
  background-size: contain;
}

.productSwiper .swiper-button-prev {
  right: 110px;
  background: transparent url(../images/psleft.svg) no-repeat center center;
  background-size: contain;
}

.productSwiper .swiper-button-next:after,
.productSwiper .swiper-rtl .swiper-button-prev:after,
.productSwiper .swiper-button-prev:after,
.productSwiper .swiper-rtl .swiper-button-next:after {
  content: "";
}

.productSwiper .swiper-button-next:hover,
.productSwiper .swiper-rtl .swiper-button-prev:hover {
  background: transparent url(../images/srightw.svg) no-repeat center center;
  background-size: contain;
}

.productSwiper .swiper-button-prev:hover,
.productSwiper .swiper-rtl .swiper-button-next:hover {
  background: transparent url(../images/sleftw.svg) no-repeat center center;
  background-size: contain;
}

.sliderbtn {
  position: absolute;
  bottom: 0;
  left: 80px;
  z-index: 55;
}




/* Product Swiper End */

/* urun swiper */
.swiper.urunSwiper {
  width: 100%;
  height: 100%;
  border-radius: 22px;

}

.urunSwiper .swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.urunSwiper .swiper-slide .slide-img {
  position: relative;
  width: 100%; 
  object-fit: cover;
}


.urunSwiper .swiper-button-next,
.urunSwiper .swiper-button-prev {
  top: var(--swiper-navigation-top-offset,50%);
  width: 45px;
  height: 45px;
  bottom: 60px;
  left: auto;
  transition: all 200ms linear;
}

.urunSwiper .swiper-button-next {
  right: 40px;
  background: transparent url(../images/sright.svg) no-repeat center center;
  background-size: contain;
}

.urunSwiper .swiper-button-prev {
  left:40px;
  background: transparent url(../images/sleft.svg) no-repeat center center;
  background-size: contain;
}

.urunSwiper .swiper-button-next:after,
.urunSwiper .swiper-rtl .swiper-button-prev:after,
.urunSwiper .swiper-button-prev:after,
.urunSwiper .swiper-rtl .swiper-button-next:after {
  content: "";
}

.urunSwiper .swiper-button-next:hover,
.urunSwiper .swiper-rtl .swiper-button-prev:hover {
  background: transparent url(../images/srightw.svg) no-repeat center center;
  background-size: contain;
}

.urunSwiper .swiper-button-prev:hover,
.urunSwiper .swiper-rtl .swiper-button-next:hover {
  background: transparent url(../images/sleftw.svg) no-repeat center center;
  background-size: contain;
}