.ana-slider {
    overflow: hidden; /* Taşan içerikleri gizlemek için */
    position: relative; /* Slider için gerekli */
}

.ana-slider ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%; /* Slider genişliği */
}

.ana-slider ul li {
    float: left;
    width: 100%; /* Her slider elemanının tam genişlikte görünmesi */
}

.ana-slider ul li img {
    width: 100%;
    height: auto;
    display: block; /* Görüntüyü düzgün hizalamak için */
}

.ana-slider .swiper-pagination-bullets {
    bottom: 5px;
    right: 0;
    text-align: center;
}

.ana-slider .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background: #ffffff;
    opacity: 0.5;
}

.ana-slider .swiper-pagination-bullet-active {
    background: #71288e;
    opacity: 1;
}

.search-box {
    margin-top: -40px;
}
.cizgiliBaslik {position: relative;display: inline-block;}
.cizgiliBaslik:before {position: absolute;content: "";bottom: -5px;border: 0.5px solid #000;width: 94%;left: 3%;}
.categories-list { border-radius: 20px; width: 100%; margin-top: 40px; } .categories-list .box {height: 287.5px; border-radius: 10px; width: calc(100% / 4 - 5px); float: left; margin-right: 5px; margin-bottom: 5px; position: relative; overflow: hidden; } .categories-list .box img { border-radius: 10px; width: 100%; vertical-align: top; transform: scale(1); transition: all 0.5s ease 0s; } .categories-list .box:before { position: absolute; content: ""; left: 0; top: 0; width: 100%; border-radius: 10px; height: 100%; background-color: rgba(0, 0, 0, 0.15); z-index: 2; display: none; } @media (min-width: 1980px) { .categories-list .box img { border-radius: 10px; max-height: calc(709px / 2); } } .categories-list .box:hover img { border-radius: 10px; transform: scale(1.1); }
 .categories-list .box .box-detals { display:none;position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; padding: 25px; border-radius: 10px; text-align: center; z-index: 2; } 
 .categories-list .box .box-detals > h3 { display: none; font: 20px/20px 'Source Sans Pro'; color: #fff; text-transform: uppercase; padding-bottom: 5px; text-shadow: -2px 0px 20px rgba(0, 0, 0, 0.75); } .categories-list .box .box-detals > a { text-decoration: none; } .categories-list .box .box-detals > a h3 { text-decoration: none; color: #fff; text-shadow: -2px 0px 20px rgba(0, 0, 0, 0.75); font: 20px/20px 'Source Sans Pro'; padding: 7px; width: 100%; display: flex; font-weight: bold; height: 100%; margin: 0; border-radius: 10px; text-align: center; align-items: center; justify-content: center; z-index: 2; } 
/* .categories-list .box .box-detals > a:hover h3 { background: #0000008f; color: #fff; transition: ease-in-out all 350ms; border-radius: 10px; } */
 @media (max-width: 768px) { .categories-list .box { width: calc(50% - 5px); } .categories-list { margin-top: 30px; } .categories-list .box img { height: auto; } .categories-list .box .box-detals { padding: 15px; } } @media (max-width: 576px) { .categories-list .box { width: 100%; margin-right: 0; } .categories-list .box .box-detals { padding: 10px; } }


.home-tour-list .row {margin-bottom: 25px;position: relative;}
.home-tour-list {position: relative;float: left;width: 100%;}
.home-tour-list .tour-list-title {background: #71288e;color: #fff;display: inline-block;padding: 10px 20px;width: auto;font-size: 22px;margin-bottom: 25px;margin-top: 0;}
.home-tour-list .tour-list-title.main {background: #2aa1b9;}
.turlinkbaslik {display: inline-block;background: #2aa1b9;color: #fff;padding: 11px;float: right;}
.home-tour-list .tour-list-title a {color: #fff;text-decoration: none;}
.home-tour-list .tour-box {width: 100%;position: relative;float: left;/*border-radius: 7px;*/overflow: hidden;}
.home-tour-list .tour-box .image:hover {transform: scale(1.1, 1.1);transition: all 0.5s ease 0s}
.home-tour-list .tour-box .image img {width: 100%;height: auto;}
.home-tour-list .tour-box .content {padding: 10px 20px;background: #fff;border: 1px solid #dcdcdc;position: relative;z-index: 2;}
.home-tour-list .tour-box .content h3 {margin: 0 0 7px;color: #000;height: 35px;overflow: hidden;font-size: 18px;font-weight: bold;}
.home-tour-list .tour-box .bottom {float: left;width: 100%;border: 1px solid #dcdcdc;border-top: 0;padding: 10px 20px;} 
.home-tour-list .tour-box .bottom .price {color: #000;font-weight: bold;text-align: left;font-size: 20px;float: left;}
.home-tour-list .tour-box .bottom a.incele {display: inline-block;float: right;text-align: center;padding: 3px 6px;background: #71288e;color: #fff;text-decoration: none;}
.home-tour-list .tour-box .bottom a.incele:hover {transition: ease-in-out all;}
.home-tour-list .tour-button-prev, 
.home-tour-list .tour-button-next {position: absolute;top: 35%;z-index: 999;background: #fff;width: 35px;height: 35px;line-height: 35px;text-align: center;border-radius: 100%;/*box-shadow: 0px 0px 3px #000000cf;*/font-size: 26px;margin: 0;padding: 0;}
.home-tour-list .tour-button-prev {left: -25px;}
.home-tour-list .tour-button-next {right: -25px;}

.kare .tour-item {border: 1px solid #e8e8e8;}
.kare .tour-item .image {overflow: hidden;}
.kare .tour-item .image img {max-width: 100%;height: auto;width: 100%;transition: ease-in-out all 400ms;}
.kare .tour-item:hover .image img {
    transform: scale(1.1);
}
.kare .tour-item .content {text-align: center;}
.kare .tour-item .content h3 {font-size: 16px;text-align: center;padding: 0 10px;height: 42px;border-bottom: 1px solid #ddd;display: flex;align-items: center;justify-content: center;}
.kare .tour-item .content span {font-weight: normal;font-size: 13px;margin-bottom: -10px;}
.kare .tour-item .content span.inf {display: inline-block;height: 39px;overflow: hidden;}
.kare .tour-item .content span.label {margin-top: 6px;float: left;padding-left: 10px;margin-left: 10px!important;position: relative;border-width: 1px 1px 1px 0;border-style: solid;border-color: #3cf;color: #333;}
.kare .tour-item .content span.label i {position: absolute;left: -9px;top: 3px;font-size: 19px;color: #3cceff;}
.kare .tour-item .content span.label.red {position: relative;border-width: 1px 1px 1px 1px;border-style: solid;border-color: #f03;color: #f03;margin-left: 0 !important;margin-top: 3px;display: inline-block;}
.kare .tour-item .content span.label.red i {position: relative;left: 0;top: 0;font-size: 14px;color: #ff0033;}
.kare .tour-item .price {text-align: center;} 
.kare .tour-item .price > span {font-size: 18px;font-weight: bold;line-height: normal;width: 100%;display: block;text-align: center;margin-bottom: 9px;margin-top: 9px;padding: 0 10px;}
.kare .tour-item .price > span > span {font-size: 19px;}
.kare .tour-item .price span small {font-size: 13px;font-weight: normal;display: inline-block;} 
.kare .tour-item .price a.detail {padding: 8px;background: #71288e;color: #fff;font-weight: 600;font-size: 14px;text-decoration: none;float: left;margin-left: 5%;width: 90%;margin-bottom: 5px;}
.blog-button-prev, 
.blog-button-next {position: absolute;top: 35%;z-index: 999;background: #fff;width: 35px;height: 35px;line-height: 35px;text-align: center;border-radius: 100%;/*box-shadow: 0px 0px 3px #000000cf;*/font-size: 26px;margin: 0;padding: 0;}
.blog-button-prev {left: -41px;}
.blog-button-next {right: -41px;}

/*BOX-DESIGN*/
.categories-list .box:first-child {width: calc(100% / 2 - 5px);}
.categories-list .box:nth-child(2) {   width: calc(100% / 2 - 5px); }
.categories-list .box:nth-child(8) {width: calc(100% / 2 - 5px);}
.categories-list .box:nth-child(8) img {
    height: 287.5px;
}
@media (max-width: 768px) {
.categories-list .box:first-child {width: auto;}
.categories-list .box:nth-child(2) {   width: auto; }
.categories-list .box:nth-child(8) {width: auto;height:auto;}}

.whats-float small{
    font-size: 12px;
}


  .whats-float {
      position: fixed;
      transform:translate(108px,0px);
      bottom: 14%;
      right:-13px;
      width:166px;
      overflow: hidden;
      background-color: #25d366;
      color: #FFF;
      border-radius: 20px 0 0 20px;
      z-index: 10;
      transition: all 0.5s ease-in-out;
      vertical-align: middle;
  }
  .whats-float.hemen-ara {
    bottom: 20%;
    background-color: #71288f;
}
  .whats-float a span {
      color: white;
      font-size: 15px;
      padding-top: 8px;
      padding-bottom: 10px;
      position: absolute;
      line-height: 16px;
      font-weight: bolder;
  }
  
  .whats-float i {
      font-size: 30px;
      color: white;
      line-height: 30px;
      padding: 10px;
      transform:rotate(0deg);
      transition: all 0.5s ease-in-out;
      text-align:center;
  
  }
  
  .whats-float:hover {
      color: #FFFFFF;
      transform:translate(0px,0px);
  }
  
  .whats-float:hover i  {
      transform:rotate(360deg);
  }
  .whats-float {

    animation: pulseBorder 2s infinite;
  }
  .fa-facebook-square, .fa-square-facebook {
    --fa: "\f082";
    font-family: 'FontAwesome';
}
.fa-instagram {
    --fa: "\f16d";
    font-family: 'FontAwesome';
}