

:root {
  --primary-text: #394452;
  --btn-bg: #5d63ff;
  --overlay: rgba(16, 4, 25, 0.299);
  --modal-bg: rgba(238, 236, 243, 0.962);
  --white: #fff;
  --transition: all 1s ease;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: 'Poppins', sans-serif;
}


@media (mix-width: 1200px){
.container {
  height: 100vh;


}



}


@media (min-width: 1200px){

  
  .card2 {
    width: 1160px;
  }

  /* .card{
    width: 100% !important;
  } */

  /* .price{
    gap: 160px !important;
  } */


  }
  





.container {

  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}

.main-image-container {
  width: 40rem;
  height: 40rem;
  position: relative;
}

.main-image-container .img img {
  width: 40rem;
  height: 40rem;
}

.main-image-container .overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  clip-path: circle(0% at 50% 50%);
  background: var(--overlay);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.main-image-container:hover .overlay {
  clip-path: circle(70.7% at 50% 50%);
}

.overlay ion-icon {
  font-size: 3.5rem;
  color: var(--white);
  background: var(--btn-bg);
  padding: 0.5rem;
  border-radius: 1rem;
  cursor: pointer;
}

.modal-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: circle(0% at 50% 50%);
  z-index: 33;
  overflow: auto;
  background: var(--overlay);
  backdrop-filter: blur(1rem);
  transition: var(--transition);
}

.modal-container::-webkit-scrollbar {
  width: 0;
}

.modal-container.active {
  clip-path: circle(70.7% at 50% 50%);
  transition: var(--transition);
}

.modal-inner {
  position: relative;
  width: 100%;
  height: 70rem;
  z-index: 100;
  background: var(--modal-bg);
}

.btn-close {
  position: absolute;
  top: 2rem;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  z-index: 1000;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  cursor: pointer;
}

.btn-close ion-icon {
  font-size: 2.5rem;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--primary-text);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 4rem !important;
}

#main {
  padding: 6rem 0;
}

#main .swiper-slide {
  text-align: center;
}

#main .swiper-slide img {
  width: 40rem;
  height: 25rem;
  border-radius: 2rem;
}




.thumbnail-slider,
.thumbnail-slider .swiper-wrapper {
  width: 30rem;
  margin: 0 auto;
}

.thumbnail-slider .swiper-slide {
  width: 10rem !important;
  height: 10rem !important;
  padding: 0.3rem;
  border-radius: 2rem;
  border: 0.2rem solid transparent;
  transition: var(--transition);
}

.thumbnail-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}

.thumbnail-slider {
  width: 40rem;
  cursor: pointer;
}

.swiper-slide-thumb-active {
  border: 0.2rem solid rgb(165, 165, 165) !important;
}

@media (max-width: 521px) {
  #main .swiper-slide img {
    max-width: 40rem;
    max-height: 40rem;
    border-radius: 2rem;
    object-fit: cover;
  }
  .thumbnail-slider {
    width: 100%;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 3.3rem !important;
  }
}

@media (max-width: 415px) {
  #main .swiper-slide img {
    max-width: 35rem;
    max-height: 35rem;
  }
  .main-image-container {
    width: 90%;
  }
  .main-image-container .img {
    text-align: center;
  }
  .main-image-container .img img {
    width: 100%;
  }
}

@media (max-width: 340px) {
  #main .swiper-slide img {
    width: 90%;
    object-fit: cover;
  }
}
.swiper {
    width: 600px;
    height: 300px;
}
.thumbnail-slider .swiper-slide {
    width: 100px;
    height: 100px;
    opacity: 0.4;
}
.thumbnail-slider .swiper-slide-thumb-active {
    opacity: 1;
}







.swiper-slide{
    border: none !important;
}



.slider-container {
    position: relative !important;
    width: 100% !important; /* Slider'ın genişliğini ekran genişliğine göre ayarla */
    max-width: 600px !important; /* Maksimum genişlik */
    margin: auto !important;
}

.swiper {
    width: 100% !important;
    height: auto !important;
}

/* .swiper-button-next, .swiper-button-prev {
    color: #fff !important;
    width: 50px !important;
    height: 50px !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 50% !important;

    color: #fff !important;
    width: 45px !important;
    height: 45px !important;
    background: #00000040 !important;
    border-radius: 10px !important;
} */



.swiper-container {
    position: relative !important;
    width: 100% !important;
    max-width: 600px !important;
    margin: auto !important;
}

.swiper-slide img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
    width: 45px !important;
    height: 45px !important;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.437);

    border-radius: 10px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
}

.swiper-button-next {
    right: 10px !important; /* Sağ kenardan biraz içeri */
}

.swiper-button-prev {
    left: 10px !important; /* Sol kenardan biraz içeri */
}

/* Mobil cihazlar için özel stil */
@media screen and (max-width: 768px) {
    .swiper-slide img {
        width: 100% !important;
        height: auto !important;
    }
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 20px !important; /* Ok simgesi boyutu */
}

.swiper-button-next {
    right: 10px !important; /* Sağ kenardan biraz içeri */
}

.swiper-button-prev {
    left: 10px !important; /* Sol kenardan biraz içeri */
}


.swiper-button-next {
    right: 0 !important;
}

.swiper-button-prev {
    left: 0 !important;
}

/* Mobil cihazlar için özel stil */
@media screen and (max-width: 768px) {
    .swiper-slide img {
        width: 100% !important;
        height: auto !important;
    }
}


.detail_page_title{
    font-size: 24px;
    font-weight: 600;
    margin-top: 25px !important;
    margin-bottom: 35px !important;
}

.bck_detail{
    background: url('../img/detailpageback2.jpg') 0 0 no-repeat;
    background-size: cover;
}


.card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 525px;
    display: flex;
    justify-content: center;
    align-items: center;

  }
  
  .price {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
  }
  
  .button {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
  }
  
  .payment {
    background-color: #ffba00;
  }
  
  .tour {
    background-color: #333;
  }
  
  .info {
    margin-bottom: 20px;
  }
  
  .info p {
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
    margin-left: 34px;
    font-size: 22px;
    margin-top: 5px;
  }
  
  .info ul {
    list-style: none;
    padding: 0;
  }
  
  .info ul li {
    background: url('check-icon.png') no-repeat left center;
    padding-left: 30px;
    background-size: 20px;
    margin-bottom: 5px;
  }


.card2_heading{
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 20px;
    /* margin-top: -8px; */
    padding: 25px 17px 5px;
}


  .card2{
    background-color: #fff;
   border-radius: 5px;
    /* width: 1160px; */

  }

 #specifications{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  

.manifest_detail{
    font-size: 23px;
    font-weight: 600;
    padding: 25px 17px 5px;
}

.small_circle_image_title{
    font-weight: 400;
    margin-top: 12px;
    margin-left: 15px !important;
}

.rounded-image {
    border-radius: 50%; 
    border: 3px solid  #FED56A; 
  }


.detail_extra_desct{
   font-size: 18px;
   font-weight: 400;
}

.detail_extra_title{
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
}