:root {
	--tw-gradient-from-position: 0%;
	--tw-gradient-via-position: 0%;
	--tw-gradient-to-position: 100%;
}

.vertical-text {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(180deg);
}
.tag {
	display: inline-block;
	padding: 10px 20px;
	background: #f0f0f0;
	color: #333;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 5px;
	position: relative;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.tag:before {
	content: '';
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #f0f0f0;
}
.tag:after {
	content: '';
	position: absolute;
	left: -18px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 50%;
}
.bubble{
}
.bubble *{
	transition: box-shadow 0.3s ease;
}
.bubble:hover img{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.bubble img{
	border-radius: 50%;
	
  object-fit: cover;
}

.bubble p:after {
  display:block;
  content: '';
  border-bottom: solid 3px #019fb6;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.bubble:hover p:after { transform: scaleX(1); }
.bubble p.fromRight:after{ transform-origin:100% 50%; }
.bubble p.fromLeft:after{  transform-origin:  0% 50%; }

.aspect{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.aspect-ratio-4-3 {
	aspect-ratio: 4 / 3;
}
.aspect-ratio-3-4 {
	aspect-ratio: 3 / 4;
}
.aspect-ratio-4-1 {
	aspect-ratio: 4 / 1;
}
.aspect-ratio-4-2 {
	aspect-ratio: 4 / 2;
}
.aspect-ratio-3-2 {
	aspect-ratio: 3 / 2;
}

.aspect-ratio-1-1 {
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.aspect-ratio-16-9 {
	aspect-ratio: 16 / 9;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.aspect-ratio-3-4 img,
.aspect-ratio-4-3 img,
.aspect-ratio-1-1 img,
.aspect img,
.aspect .index,
.aspect-ratio-4-2 .index {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.listings{
	
}
.listings a{
	text-decoration: none;
}
.listing .listing-hover{
	visibility:hidden;
}
.listing:hover .listing-hover{
	visibility: visible;
}
.listingSliderBtn{
    height: 60px !important;
    width: 60px!important;
    text-indent: 0!important;
	background-color:unset!important;
}
.slider-aspect-ratio-4-3 {
	aspect-ratio: 4 / 3;
	background-color: #f0f0f0;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.slider-aspect-ratio-4-3.active,.slider-aspect-ratio-4-3.carousel-item-start{
	display:flex!important;
}
.overlay {
	z-index:10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* %50 saydam siyah */
}

.side-box {
	z-index:10001;
    position: fixed;
    top: 0;
    right: 0;
    width: 50%; /* Ekranın %50'si */
    height: 100%;
	overflow-y:scroll;
}
.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  background-color: #4bb543;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #4bb543;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}

.cover-container{
	height: calc(100vh - 104px);
}
.divider-inner-shadow {
	width: 100%;
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
/*input[type='radio'], input[type='checkbox'] { 
     transform: scale(2); 
 }
input[type="radio"].hidden-input {
            display: none;
        }

        .box {
            display: inline-block;
            transition: all 0.3s ease;
        }
        input[type="radio"].hidden-input:checked + .box {
            border-color: #4CAF50;
            background-color: #f0f0f0;
            color: #4CAF50;
        }*/

.list-group {
  width: 100%;
}

.form-check-input:checked + .form-checked-content {
  opacity: .5;
}

.form-check-input-placeholder {
  border-style: dashed;
}
[contenteditable]:focus {
  outline: 0;
}

.list-group-checkable .list-group-item {
  cursor: pointer;
}
.list-group-item-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.list-group-item-check:hover + .list-group-item {
  background-color: var(--bs-secondary-bg);
}
.list-group-item-check:checked + .list-group-item {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.list-group-item-check[disabled] + .list-group-item,
.list-group-item-check:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.list-group-radio .list-group-item {
  cursor: pointer;
  border-radius: .5rem;
}
.list-group-radio .form-check-input {
  z-index: 2;
  margin-top: -.5em;
}
.list-group-radio .list-group-item:hover,
.list-group-radio .list-group-item:focus {
  background-color: var(--bs-secondary-bg);
}

.list-group-radio .form-check-input:checked + .list-group-item {
  background-color: var(--bs-body);
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 2px var(--bs-primary);
}
.list-group-radio .form-check-input[disabled] + .list-group-item,
.list-group-radio .form-check-input:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}
.imageLink {
  display: inline-block;
  overflow: hidden; /* Taşmaları önlemek için */
  transition: transform 0.3s ease; /* Geçiş animasyonu */
	position: relative;
}
.imageLink .text{
	position: absolute;
	left:10px;
	bottom:10px;
}

.imageLink:hover {
  transform: scale(1.1); /* Resmi %10 büyüt */
}
.infoLink{
	text-decoration: underline;
	text-decoration-style: dashed;
	cursor: pointer;
	position: relative;
}
.infoLink:hover{
	text-decoration-style: solid;
}
.large-2x {
	transform: scale(2);
}
.small-text{
	font-size: small;
}
.listingImageSmall{
	width: 150px!important;
}
.img-100{
	width: 100px!important;
}
.img-50{
	width: 50px!important;
}
.quantity{
	width: 60px!important;
}
.scroll-area {
	height: 200px; /* Yükseklik */
	padding: 10px; /* İç boşluk */
	overflow-y: auto; /* Yatay scroll kapalı, dikey scroll otomatik */
	scrollbar-width: thin; /* Firefox için ince scrollbar */
}

/* Chrome, Safari ve Edge için scrollbar özelleştirme */
.scroll-area::-webkit-scrollbar {
	width: 8px; /* Scrollbar genişliği */
}

.scroll-area::-webkit-scrollbar-track {
	background: #f1f1f1; /* Scrollbar track rengi */
}

.scroll-area::-webkit-scrollbar-thumb {
	background: #888; /* Scrollbar thumb rengi */
	border-radius: 4px; /* Kenar yuvarlaklığı */
}

.scroll-area::-webkit-scrollbar-thumb:hover {
	background: #555; /* Hover rengi */
}

/* İçerik için örnek stil */
.scroll-content {
	line-height: 1.6;
	color: #333;
}

.customTooltip {
	position: relative;
	border-bottom: 1px dotted black;
  }
  
  .customTooltip .tooltiptext {
	visibility: hidden;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: 150%;
	left: 50%;
	margin-left: -60px;
  }
  
  .navbar .dropdown-fullwidth {
    position: static
}

.navbar .dropdown-fullwidth .dropdown-menu {
    top: 32px;
	min-width: 970px;
	max-width: 1320px;
    margin: 1.25rem auto;
    left: 0;
    right: 0;
    padding: 1rem 0
}
.chat{
	z-index:1000;
	min-height: 500px;
	min-width: 350px;
	position: fixed;
	right: 10px;
	bottom: 0px;
}
.chat .chat-header{
    width: 100%;
    box-shadow: 1px 1px 5px #000;
}
.chat .chat-body{
	overflow-y: auto;
	max-height: 500px;
	width: 100%;
}
.chat .chat-footer{

    width: 100%;
    box-shadow: -1px -1px 5px #000;
}
.chat .chat-footer .chat-text{
    width: 100%;
    border: none;
}
.rating .star {
	font-size: 24px;
	cursor: pointer;
	color: #ccc;
}
.rating .star.filled {
	color: gold;
}
.star-rating {
    position: relative;
    display: inline-block;
    font-size: 24px;
}

.star-rating .empty-stars {
    color: lightgray;
}

.star-rating .full-stars {
    color: gold;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
	top:0;
}
.hover-zoom {
    transition: transform 0.3s ease-in-out;
}

.hover-zoom:hover {
    transform: scale(1.05);
}
.hover-shadow {
    transition: box-shadow 0.3s ease-in-out; /* Hem giriş hem çıkışta geçiş */
  }
.hover-shadow:hover {
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.5);
	transition: box-shadow 0.3s ease-in-out;
}
.content-narrow-xxs  { max-width: 300px; }
.content-narrow-xs  { max-width: 540px; }
.content-narrow-sm  { max-width: 720px; }
.content-narrow-md  { max-width: 960px; }
.content-narrow-lg  { max-width: 960px; }
.content-narrow-xl  { max-width: 1140px; }
.content-narrow-xxl { max-width: 1320px; }
[class^="content-narrow-"] {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0.75; }
	100% { opacity: 1; }
  }
  
  .blink {
	animation: blink 1s infinite;
  }
  .hover {
	transition: box-shadow 0.3s ease, transform 0.3s ease;
  }
  
  .hover:hover {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
  }
  .wave-divider-bottom {
	width: 100%;
	overflow: hidden;
	line-height: 0;
	height: 80px;
  }
  
  .wave-divider-bottom svg {
	display: block;
	width: 100%;
	height: 100%;
  }
  
  .animated-wave {
	  animation: waveFlow 12s ease-in-out infinite alternate;
  
  }
  
  @keyframes waveFlow {
	0% {
	  d: path("M0,0 L0,120 C360,150 1080,50 1440,100 L1440,0 Z");
	}
	100% {
	  d: path("M0,0 L0,80 C360,100 1080,100 1440,50 L1440,0 Z");
	}
  }
  .custom-gradient {
	background-image: linear-gradient(to right, #79dfff, rgba(121, 223, 255, 0));
  }
  .hero-gradient-container {
	position: absolute;
	width: 100%;
	height: 100vh; /* üst bölüm kaplasın */
	overflow: hidden;
	background: transparent;
	z-index: -1;
  }
  
  .gradient-layer {
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
	opacity: 0.6;
	animation: floaty 20s infinite ease-in-out;
	background-blend-mode: screen;
	will-change: transform;
	z-index: 0;
	pointer-events: none;
	filter: blur(80px);
	transition: opacity 0.3s ease;
  }
  
  /* Katmanlar */
  .layer1 {
	background: radial-gradient(circle at 30% 30%, var(--gradient-layer1), transparent 100%);
	animation-delay: 0s;
  }
  
  .layer2 {
	background: radial-gradient(circle at 70% 40%, var(--cgradient-layer2), transparent 100%);
	animation-delay: 5s;
  }
  
  .layer3 {
	background: radial-gradient(circle at 40% 70%, var(--gradient-layer3), transparent 100%);
	animation-delay: 10s;
  }
  
  .layer4 {
	background: radial-gradient(circle at 60% 60%, var(--gradient-layer4), transparent 100%);
	animation-delay: 15s;
  }
  
  /* Animasyon */
  @keyframes floaty {
	0% {
	  transform: translate(0%, 0%) scale(1);
	}
	50% {
	  transform: translate(10%, 10%) scale(1.2);
	}
	100% {
	  transform: translate(0%, 0%) scale(1);
	}
  }
  
  /* Sayfa sonuna doğru fade out */
  .hero-gradient-container::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 40%;
	width: 100%;
	background: linear-gradient(to bottom, transparent, var(--background-color, #fff));
	pointer-events: none;
	z-index: 1;
  }
  .transition {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.aymudo-divider {
	position: relative;
	height: 5px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0,0,0,0.3), rgba(0,0,0,0.1));
	margin: 2rem 0;
  }
  
  .aymudo-divider .divider-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--bs-body-bg); /* Sayfa rengini uyumlu alır */
	padding: 0 1rem;
	font-size: 1.25rem;
	color: rgba(0, 0, 0, 0.5);
  }
  .gradient-theme{
	background:linear-gradient(0deg, #efebf8 0%, #fbf0ef 100%);
  }