:root {
    --scrollbg: #f5f5f5;
    --scrollcl: #c5c5c5;
}

.text-white svg.both path {
  stroke: #fff !important;
  fill:#fff !important;
}
.mobileIcon svg {
    zoom: .7;
}

.text-white svg.only-stroke path {
  stroke: #fff !important;
}

.text-white svg.only-fill path {
  fill:#fff !important;
}

.text-dark svg.both path {
  stroke: #000 !important;
  fill:#000 !important;
}

.text-dark svg.only-stroke path {
  stroke: #000 !important;
}

.text-dark svg.only-fill path {
  fill:#000 !important;
}

.custom-shape-divider-bottom-1710435364 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1710435364 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 93px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1710435364 .shape-fill {
    fill: #efeef7;
}
@media (min-width:768px) {
    .swiper {
        overflow: visible !important;
    }
}
@media (max-width:768px) {
    .desc h1,
    .desc h2,
    .desc h3,
    .desc h4,
    .desc h5,
    .desc h6 {
        font-size: calc(1.255rem + 0.06vw) !important;
    }
}

.desc h1,
.desc h2,
.desc h3,
.desc h4,
.desc h5,
.desc h6 {
    font-size: 1.3rem;
}

.c-scrollbar::-webkit-scrollbar {
    width: 5px;
}
.c-scrollbar::-webkit-scrollbar-track {
    background: #cccccc; 
    border-radius: 5px;
}
.c-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: gray;
}

.quantity {
    background: #edeff6;
}
.quantity input {
    width: 160px;
    height: 50px;
}


.quantity button {
    width: 50px;
    height: 50px;
}

.quantity_card {
    transition: all .3s ease-out;
    border: 2px solid transparent;
    cursor: pointer;
}

.quantity_card:hover,
.quantity_card.selected{
    border: 2px solid #089cf1;
}

.category_card {
    transition: all .3s ease-out;
    border: 2px solid transparent;
    cursor: pointer;
}

.category_card:hover,
.category_card.selected{
    border: 2px solid #089cf1;
}

.category_card:hover .s_icon,
.category_card.selected .s_icon {
    opacity: 1 !important;
}

.s_icon {
    opacity: 0;
    transition: all .3s ease-out;
}
.quantity_card:hover .s_icon,
.quantity_card.selected .s_icon {
    opacity: 1 !important;
}

.payment_method {
    transition: all .3s ease-out;
    border: 2px solid transparent;
    cursor: pointer;
    background: #edeff6;
}
.payment_method:hover,
.payment_method.selected{
    background: #089cf1 !important;
}

.change_color {
    color: #0b0a12;
}
.payment_method:hover .change_color,
.payment_method.selected .change_color{
    color: white;
}

.payment_method:hover .s_icon,
.payment_method.selected .s_icon {
    opacity: 1 !important;
}

.custom_price {
    transition: all .3s ease-out;
    border: 2px solid transparent;
    cursor: pointer;
    background: #edeff6;
}
.custom_price:hover,
.custom_price.selected{
    background: #089cf1 !important;
}

.custom_price:hover .change_color,
.custom_price.selected .change_color{
    color: white;
}

.custom_price:hover .s_icon,
.custom_price.selected .s_icon {
    opacity: 1 !important;
}

.sozlesme_icerik h1, .sozlesme_icerik h2, .sozlesme_icerik h3, .sozlesme_icerik h4, .sozlesme_icerik h5, .sozlesme_icerik h6 {
    font-size: 18px;
    font-weight: 500 !important;
}

.inner-page-content h1, .inner-page-content h2, .inner-page-content h3, .inner-page-content h4, .inner-page-content h5, .inner-page-content h6{
    font-size: 21px;
    font-weight: 500 !important;
}

@media(max-width: 768px) {
    .overflow-mobile-x-scroll {
        overflow-x: scroll;
    }
    .nav-top {
        position: relative !important;
    }    
	.left-400 {
		left: -400% !important;
	}
	[data-bs-theme=dark] .notes:before {
		background-size: 330% !important;
		transform: none !important;
	}
}

@media(min-width: 768px) {
    .nav-top {
        top:calc(100% - 90%);
    }
}

.desc.h-400px.overflow-y-scroll::-webkit-scrollbar {
    width: 5px;
    border-radius: 20px;
    background-color: var(--scrollbg);
}
.desc.h-400px.overflow-y-scroll::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: var(--scrollcl);
}

.p-fit {
    padding-top: .69rem;
    padding-bottom: .69rem;
}

.tooltip {
    z-index: 9999 !important;
}

.hw-3rem {
    height: 3rem !important;
    width: 3rem !important;
}

.h-3rem {
    height: 3rem !important;
}

.hw-40px {
	height: 40px !important;
    width: 40px !important;
}
.navbar-mobile .actions {
    border-bottom: 3px solid var(--bs-primary);
}

.navbar-mobile .actions .item {
    height: 70px;
    box-shadow: 0 -15px 20px #5e677a1f;
    transition: 0.2s;
    position: relative;
}

.navbar-mobile .actions .item.home {
    height: 80px;
    border-radius: 15px 15px 0 0;
    position: relative;
    padding-top: 10px;
}

.navbar-mobile .actions .item.home .count {
    position: absolute;
    top: -6px !important;
    left: unset !important;
    right: unset !important;
    width: fit-content !important;
    padding: 2px 16px;
    padding-bottom: 1px;
    display: block;
    min-width: 20px;
    font-size: 14px;
}

.navbar-mobile .supportArea,
.navbar-mobile .accountArea {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.navbar-mobile .accountArea.open {
    height: auto;
    overflow: visible;
}

@media(max-width: 768px) {
    .cart-buttons button {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}


#add-favorite {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out;
	margin-right: -1rem !important;
}

.product-single:hover #add-favorite {
    opacity: 100%;
    visibility: visible;    
}


.animate-sosyalpot {
	overflow: hidden;
}

.animate-sosyalpot span {
	display: block;
	position: relative;
	z-index: 10;
}

.animate-sosyalpot:hover {
	border-color: transparent !important;
}

.animate-sosyalpot:hover span {
	animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}

@keyframes MoveScaleUpInitial {
	to {
		transform: translate3d(0,-105%,0) scale3d(1,2,1);
		opacity: 0;
	}
}

@keyframes MoveScaleUpEnd {
	from {
		transform: translate3d(0,100%,0) scale3d(1,2,1);
		opacity: 0;
	}
	to {
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}

.animate-sosyalpot::before, .animate-sosyalpot::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.animate-sosyalpot::before {
	content: '';
	background: var(--bs-btn-hover-bg);
	width: 120%;
	height: 0;
	padding-bottom: 120%;
	top: -110%;
	left: -10%;
	border-radius: 50%;
	transform: translate3d(0,68%,0) scale3d(0,0,0);
}

.animate-sosyalpot:hover::before {
	transform: translate3d(0,0,0) scale3d(1,1,1);
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.animate-sosyalpot::after {
	content: '';
	background: var(--bs-btn-hover-bg);
	transform: translate3d(0,-100%,0);
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.animate-sosyalpot:hover::after {
	transform: translate3d(0,0,0);
	transition-duration: 0.05s;
	transition-delay: 0.4s;
	transition-timing-function: linear;
}

.hover-bg-primary {
    transition: all .3s ease-out;
}

.hover-bg-primary:hover {
    background-color: #089cf1 !important;
}
.bg-fit {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}


/* Sol yönde kayan animasyon */
@keyframes floatLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-3%);
    }
}

/* Sağ yönde kayan animasyon */
@keyframes floatRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(3%);
    }
}

/* Yukarı yönde kayan animasyon */
@keyframes floatUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-3%);
    }
}

/* Aşağı yönde kayan animasyon */
@keyframes floatDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(3%);
    }
}

/* float-left sınıfı için stil */
.float-left {
    animation: floatLeft 1s infinite alternate;
}

/* float-right sınıfı için stil */
.float-right {
    animation: floatRight 1s infinite alternate;
}

/* float-up sınıfı için stil */
.float-up {
    animation: floatUp 1s infinite alternate;
}

/* float-down sınıfı için stil */
.float-down {
    animation: floatDown 1s infinite alternate;
}

.notifications {
  display: none;    
  cursor: pointer;
  position: fixed !important;
  bottom: 90px;
  left: 40px;
  width: 400px;
  display: block;
  z-index: 10000;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}	    
.notifications .icon {
    width: 120px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notifications > div{
	  border: 2px solid rgba(255, 255, 255, 0.7);
  display: none; 
}

@media(max-width:768px) {
    .notifications {
        display: none !important;
    }    
}
.howbuy {
    cursor: pointer;
}

.howbuy:hover{
    background-color: var(--bs-primary);
}

.howbuy:hover .icon-xl,
.howbuy:hover .icon-lg{
    background-color: white !important;
}

.howbuy:hover .icon-xl i,
.howbuy:hover .icon-lg i{
    color: var(--bs-primary) !important;
}

.howbuy:hover p{
    color: white !important
}

.home #add-favorite {
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
li.list-group-item .categories:hover .icon-sm {
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important	
}

[data-section="packet"],
[data-section="customQuantity"]{
    transition: all .3s ease-out;
}

.hidePackets[data-section="packet"],
[data-section="customQuantity"]{
    opacity: 0;
	visibility: hidden;
	height: 0;
}

.showQuantity[data-section="customQuantity"] {
    opacity: 1 !important;
	visibility: visible !important;
	height: auto !important;
}

.allPacketsDiv > div {
    zoom: .9;
}
.allPacketsDiv,
.innerCategories{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.4rem;
}

@media(max-width:768px) {
	.allPacketsDiv,
	.innerCategories{
		grid-template-columns: repeat(2, 1fr) !important;
	}
}
ul#servicesList2,
ul#ucretsizList2 {
    margin-top: 8px;
}
/*********** DARK ***********/
/*********** DARK ***********/
/*********** DARK ***********/

[data-bs-theme=dark] .custom-shape-divider-bottom-1710435364 .shape-fill {
    fill:#222529 !important
}

[data-bs-theme=dark] .bg-lines-dark {
    background-image: linear-gradient(to bottom, #222529, #222529c9), url(/themes/sosyalpot/assets/images/lines.svg);
}


[data-bs-theme=dark] input,
[data-bs-theme=dark] textarea,
[data-bs-theme=dark] select{
    background-color: var(--bs-body-bg) !important
}

[data-bs-theme=dark] .navbar-light {
    border: 0 !important;
}

[data-bs-theme=dark] .dark-bg {
    background-color: rgb(22 22 22) !important;
}

[data-bs-theme=dark] .dark-bg-text-white {
    color: white !important;
}

[data-bs-theme=dark] .dropdown-menu {
    border: 0 !important;
    box-shadow: none !important;
}

[data-bs-theme=dark] .shadow {
    box-shadow: none !important;
}

[data-bs-theme=dark] .payment_method,
[data-bs-theme=dark] .custom_price {
    background-color: rgb(34 37 41);
}

[data-bs-theme=dark] .quantity_card,
[data-bs-theme=dark] .category_card {
    background-color: rgb(34 37 41) !important;
}

[data-bs-theme=dark] .table {
    --bs-table-bg: rgb(22 22 22);
}

input#themeToggle {
    height: 2rem;
    width: 4rem;
    margin: 0;
}
.categories:hover {
    box-shadow: 0 0 60px rgba(40, 48, 59, .2);
    transform: scale(1.04);
}
.categories {
    transition: all .1s ease-out;
}

.header_mega.hizmetler {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 1rem;
}

[data-bs-theme=dark] .breadcrumb,
[data-bs-theme=dark] .breadcrumbb, 
[data-bs-theme=dark] .notes {
    background-image: unset !important;
    position:relative;
}

[data-bs-theme=dark] .breadcrumb div,
[data-bs-theme=dark] .breadcrumbb div,
[data-bs-theme=dark] .notes div {
    position:relative;
    z-index: 3;
}

[data-bs-theme=dark] .breadcrumb:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: linear-gradient(to bottom, rgb(8 156 241 / 100%), rgb(8 156 241 / 20%)), url(/themes/sosyalpot/assets/images/lines.svg);
    background-position: 50% 57%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scaleX(-1);
}

[data-bs-theme=dark] .breadcrumbb:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: linear-gradient(to bottom, rgb(8 156 241 / 100%), rgb(8 156 241 / 20%)), url(/themes/sosyalpot/assets/images/lines.svg);
    background-position: 50% 7%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scaleX(-1);
}

@media(max-width:768px) {
	[data-bs-theme=dark] .breadcrumb:before,
	[data-bs-theme=dark] .breadcrumbb:before{
		background-position: 80% 67% !important;
		background-size: 340% !important;
	}
}

[data-bs-theme=dark] .notes:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: linear-gradient(to bottom, rgb(8 156 241 / 100%), rgb(8 156 241 / 20%)), url(/themes/sosyalpot/assets/images/lines.svg);
    background-position: 50% 65%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scaleX(-1);
}


  .btn-tumunugor {
    border-radius: var(--bs-border-radius) !important;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
	margin-left: auto;
    margin-right: 20px;
  }

  .btn-tumunugor:hover {
    background-color: #444; 
    color: #fff; 
    transform: scale(1.05);
  }
	  .hoverli {
    transition: all 0.3s ease; 
		  
  }

  .hoverli:hover {
    background-color: rgba(0, 0, 0, 0.1); 
    cursor: pointer;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); /* Gölge efekti */
    transform: translateY(-2px); /* Hafif yukarı kaldırma efekti */
  }

  [data-bs-theme="dark"] .hoverli:hover {
    background-color: rgba(255, 255, 255, 0.2); 
    box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.15); /* Açık renkli gölge efekti */
    cursor: pointer; 
  }
/* Yıldızların başlangıç stili */
.stars i {
    font-size: 1.2rem; /* Yıldız boyutu */
    color: gray; /* Boş yıldız başlangıç rengi */
    margin-right: 4px; /* Yıldızlar arası boşluk */
    transition: color 0.3s ease, transform 0.3s ease; /* Renk ve büyüme geçişi */
}


.stars b {
    font-size: 1.2rem; /* Yıldız boyutu */
    color: gray; /* Boş yıldız başlangıç rengi */
    margin-right: 4px; /* Yıldızlar arası boşluk */
    transition: color 0.3s ease, transform 0.3s ease; /* Renk ve büyüme geçişi */
}

.fa-solid.fa-star {
    color: #ffc107 !important; /* Dolu yıldız rengi */
    transform: scale(1.2); /* Hafif büyüme efekti */
}

/* Dolu yıldız */
.fa-solid.active-star {
    color: #ffc107 !important; /* Sarı yıldız rengi */
    transform: scale(1.2); /* Hafif büyüme efekti */
    animation: star-bounce 0.4s ease; /* Hafif zıplama animasyonu */
}

.d-flex.justify-content-center.align-items-center {
    text-align: center; /* Ortada hizalama */
    gap: 8px; /* 5/5 ile yıldızlar arasındaki boşluk */
}


/* Küçük Yıldızlar */
.small-stars i {
    font-size: 0.8rem; /* Yıldız boyutu */
    color: gray; /* Boş yıldız başlangıç rengi */
    margin-right: 4px; /* Yıldızlar arası boşluk */
    transition: color 0.3s ease, transform 0.3s ease; /* Animasyon geçişi */
}

.small-stars .fa-solid.fa-star {
    color: #ffc107 !important; /* Dolu yıldız rengi */
    transform: scale(1.1); /* Hafif büyüme efekti */
}

/* Sayaç */
.custom-counter {
    font-size: 0.9rem; /* Sayaç boyutu */
    font-weight: bold;
}

.custom-counter .count {
    font-size: 1rem; /* Sayı boyutu */
    color: #ffffff; /* Beyaz renk */
}




/* Hafif zıplama animasyonu */
@keyframes star-bounce {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1.2);
    }
}


.contact-bar .icon {
    transition: all .3s ease-out;
    cursor: pointer;
    color: white;
    background-color: aliceblue;
    border: 2px solid rgba(255, 255, 255, 0.7); /* %70 opaklıkta beyaz kenarlık */
    border-radius: 4px; /* Kenarları yuvarlatmak için isteğe bağlı */
}

/* Genel Pop-Up Alanı */
.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px); /* Arka plan bulanık */
    background: rgba(0, 0, 0, 0.7); /* Hafif karartma */
}

/* Pop-Up İçerik */
.popup-body {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    z-index: 100000; /* Pop-up içeriği en üstte olmalı */
    text-align: center;
    transition: all 0.3s ease;
}

/* Primary Color Katmanı */
.popup-overlay-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color, #007bff); /* Primary renk */
    opacity: 0; /* Başlangıçta görünmez */
    transition: opacity 0.5s ease; /* Geçiş animasyonu */
    z-index: 3; /* Renk Katmanı */
}

/* İçerik Alanı */
.popup-inner {
    position: absolute;
    top: -100px; /* Başlangıçta yukarıda */
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0; /* Başlangıçta görünmez */
    transition: all 0.8s ease; /* Animasyon */
    z-index: 4; /* Yazılar ve Logo */
    color: white;
    text-align: center;
    padding: 20px;
}

.popup-inner.visible {
    top: 50%; /* Ortaya animasyonlu şekilde gelir */
    opacity: 1; /* Görünür olur */
    transform: translate(-50%, -50%);
}

.popup-logo-container {
    display: flex;
    justify-content: center; /* Logoyu yatay olarak ortalar */
    align-items: center; /* Logoyu dikey olarak ortalar */
    margin-bottom: 20px; /* Alt boşluk */
}

/* Logo */
.popup-logo {
    margin: 0 auto;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px; /* Logo yüksekliği */
    width: 100%; /* Logo genişliği */
    margin-bottom: 15px; /* Alt boşluk */
}

/* Başlık ve Mesaj */
.popup-title {
    font-size: 24px;
    margin-bottom: 10px;
    color: white;
}

.popup-message {
    font-size: 16px;
    margin-bottom: 20px;
    color: white !important; 
}

/* Buton */
.popup-button {
    display: inline-block;
    padding: 10px 20px;
    background: transparent; /* Başlangıçta şeffaf */
    color: white; /* Yazı rengi */
    border: 1px solid white; /* Beyaz çerçeve */
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease; /* Geçiş animasyonu */
}

.popup-button:hover {
    background: rgba(255, 255, 255, 0.2); /* Hover için hafif opak arka plan */
    color: white; /* Yazı rengi değişmez */
}

.popup-close {
    position: absolute;
    top: 50%; /* Dikeyde ortalamak için */
    left: 50%; /* Yatayda ortalamak için */
    transform: translate(-50%, -50%) scale(0); /* Başlangıçta küçült ve tam ortala */
    padding: 10px 15px; /* Daha dengeli padding */
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 5px; /* Yuvarlak tasarım */
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    z-index: 100;
    opacity: 0; /* Başlangıçta görünmez */
    transition: opacity 0.5s ease, transform 0.5s ease; /* Geçiş animasyonu */
}

.popup-close:hover {
    background: rgba(255, 255, 255, 0.3); /* Hover için daha belirgin opaklık */
    color: black; /* Hover için yazı rengini değiştirin */
    transform: translate(-50%, -50%) scale(1.1); /* Hover'da hafif büyüme */
}

.popup-close.visible {
    opacity: 1; /* Görünür olur */
    transform: translate(-50%, -50%) scale(1); /* Normal boyutuna büyür ve tam ortalanır */
}


.slider-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Hafif gölge */
    position: relative;
    flex-shrink: 0;
}

.slider-logo img {
    width: 35px;
    height: 35px;
}


.kartanesi {
    position: fixed;
    top: -5%; /* Başlangıç pozisyonu ekranın üst kısmı */
    z-index: 9999;
    color: #ffffff; /* Beyaz renk */
    font-size: 1.2em; /* Küçük kar tanesi boyutu */
    font-family: 'Arial', sans-serif; /* Yazı tipi */
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); /* Hafif gölge efekti */
    user-select: none; /* Seçilemez */
    pointer-events: none; /* Tıklanamaz */
    opacity: 0.8; /* Opaklık azaltıldı (daha şeffaf görünüm) */
    animation-name: kartanesi-dusme, kartanesi-sallanma;
    animation-duration: 20s, 5s; /* Yavaş düşme ve daha fazla sallanma süreleri */
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
}

/* Kar tanelerinin aşağı doğru düşme hareketi */
@keyframes kartanesi-dusme {
    0% {
        top: -10%; /* Yukarıda başla */
    }
    100% {
        top: 110%; /* Aşağıda kaybol */
    }
}

/* Kar tanelerinin sağa sola sallanma hareketi */
@keyframes kartanesi-sallanma {
    0%, 100% {
        transform: translateX(-30px); /* Daha fazla sola hareket */
    }
    50% {
        transform: translateX(30px); /* Daha fazla sağa hareket */
    }
}

/* Gündüz modu için hover efekti */
.hover-effect {
    transition: all 0.3s ease-in-out;
    cursor: default; /* Normal ok işareti */
}

.hover-effect:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); /* Gölge efekti */
    transform: translateY(-2px); /* Hafif yukarı kaldırma efekti */
}

/* Gece modu için hover efekti */
[data-bs-theme="dark"] .hover-effect:hover {
    box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.15); /* Açık renkli gölge efekti */
    background-color: rgba(255, 255, 255, 0.1); /* Hafif arka plan rengi */
}

