/* CSS imports removed - files not found or MIME type issues */
 body {
    background-color: var(--body);
    color: var(--secondary);
    font-family: 'Montserrat', serif;
    --font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-weight: 500;
}

 a {
    color: var(--primary);
    transition: all 0.3s ease;
}
 a:hover {
    text-decoration: none;
    color: var(--primary);
}
 .container {
    max-width: 1340px;
}
 .btn, a, [type="button"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
 .btn:hover {
    color: inherit;
}
 .btn:focus {
    box-shadow: none;
}
 .btn-1 {
    text-decoration: none !important;
    background-color: var(--primary);
    color: var(--white);
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 6px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}
 .btn-1::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
 .btn-1:hover {
    color: var(--white);
    background-color: var(--primary);
    transform: scale(1.05);
}
 .btn-2 {
    transition: all 0.3s ease;
    border: none;
    background-color: rgba(0,0,0,.1);
    border-radius: 6px;
    letter-spacing: 0;
    color: var(--secondary);
    font-size: 14px;
    font-weight: 900;
    padding: 10px 14px;
}
 .btn-2:hover {
    color: var(--secondary);
    background-color: rgba(0,0,0,.15);
}
 .btn-3 {
    text-decoration: none !important;
    background-color: var(--primary);
    color: var(--white);
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 6px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}
 .btn-3:hover {
    color: var(--white);
    background-color: var(--primary);
}
 @keyframes navPulse {
     0%, 100% {
        opacity: 0.5;
    }
     50% {
        opacity: 1;
    }
}
 .z-index-2 {
    z-index: 2;
}
 .opacity-08 {
    opacity: 0.8;
}
 .rounded {
    border-radius: 6px !important;
}
 input, textarea, select {
    background: transparent !important;
    box-shadow: none !important;
    border: 1px solid #d3d3d3 !important;
    transition: all 0.3s ease !important;
    color: white;
}
 input:focus, textarea:focus, select:focus {
    background: transparent !important;
    box-shadow: none !important;
    border: 1px solid var(--primary) !important;
}
 input::placeholder, textarea::placeholder, select::placeholder {
    color: var(--secondary) !important;
    opacity: 1 !important;
}

/* WHEEL */

.superWheel{
    position:relative;
    max-width:100%;
    margin:4em auto 1em;
    font-size:25px;
    font-weight:700
}
.superWheel,.superWheel *{
    box-sizing:border-box;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.sWheel-wrapper{
    position:relative
}
.superWheel .sWheel-inner{
    display:block;
    overflow:hidden;
    width:100%;
    height:100%;
    position:relative
}
.superWheel .sWheel{
    border-radius:100%;
    overflow:hidden
}
.superWheel .sWheel,.superWheel .sWheel>.sWheel-bg-layer,.superWheel .sWheel>.sWheel-txt-wrap,.superWheel .sWheel>.sWheel-txt-wrap>.sWheel-txt{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.superWheel .sWheel>.sWheel-bg-layer,.superWheel .sWheel>.sWheel-txt-wrap>.sWheel-txt{
    margin:0 auto;
    border-radius:100%;
    padding:0;
    list-style:none;
    overflow:hidden;
    color:#ecf0f1
}
.superWheel .sWheel>.sWheel-bg-layer,.superWheel .sWheel>.sWheel-txt-wrap{
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg)
}
.superWheel .sWheel .sWheel-child .sWheel-inside{
    display:table;
    -webkit-transform:rotate(0) skew(-45deg);
    transform:rotate(0) skew(-45deg);
    width:50%;
    height:50%;
    -webkit-transform-origin:0 0;
    transform-origin:0 0;
    text-align:right;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    overflow:hidden
}
.superWheel .sWheel .sWheel-child .sWheel-inside>div{
    display:table-cell;
    vertical-align:middle;
    width:100%;
    height:100%;
    -webkit-transform:rotate(25deg);
    transform:rotate(25deg);
    -webkit-transform-origin:115% 25%;
    transform-origin:115% 25%;
    padding-right:40px;
    font-size:18px;
    font-weight:700
}
.superWheel .sWheel>.sWheel-bg-layer>div{
    overflow:hidden;
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    height:100%;
    -webkit-transform-origin:0 0;
    transform-origin:0 0;
    border:1px solid transparent;
    background-color:#404040
}
.superWheel .sWheel>.sWheel-bg-layer>div:nth-child(odd){
    background-color:#616161
}
.superWheel .sWheel>.sWheel-txt-wrap>.sWheel-txt>div{
    position:absolute;
    top:50%;
    left:50%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    line-height:1.2em;
    max-height:23.4em;
    text-align:right;
    -webkit-transform-origin:0 0;
    transform-origin:0 1px;
    width:50%;
    padding-right:6%;
    font-weight:700;
    font-size:100%;
    cursor:default;
    color:#fff;
    text-align:right
}
.superWheel .sWheel>.sWheel-txt-wrap>.sWheel-txt>div img{
    max-width:40%
}
.superWheel .sWheel-center{
    width:100%;
    height:100%;
    border-radius:100%;
    text-align:center
}
.superWheel .sWheel-center>.sw-center-empty,.superWheel .sWheel-center>.sw-center-html{
    max-width:100%;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translateY(-50%);
    transform:translateX(-50%) translateY(-50%);
    z-index:2
}
.superWheel .sWheel-center>.sw-center-empty{
    position:absolute
}
.superWheel .sWheel-center>img{
    max-width:100%;
    width:200px;
    position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.superWheel .sWheel-center>div{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:0 0!important
}
.superWheel .sWheel-marker{
    border-spacing:90px;
    width:16%;
    height:14%;
    position:absolute;
    left:50%;
    top:-18%;
    margin-top:7%;
    margin-left:-8%;
    -webkit-transition:.2 rotate linear;
    transition:.2 rotate linear;
    z-index:1;
    display:block;
    -webkit-transform:rotate(0);
    transform:rotate(0);
    -webkit-transform-origin:50% 35%;
    transform-origin:50% 35%
}
.superWheel .sWheel-marker>svg{
    height:100%;
    display:block;
    text-align:center;
    margin:0 auto
}
.superWheel .rotate{
    -webkit-transform:rotate(100deg);
    transform:rotate(100deg)
}
.sWheel>.sWheel-bg-layer>svg{
    margin:0 auto;
    border-radius:50%;
    display:block;
    width:100%;
    height:100%;
    -webkit-transform:rotate(0);
    transform:rotate(0)
}
@-webkit-keyframes animateColor{
    0%{
        background-position:0 50%
    }
    50%{
        background-position:100% 50%
    }
    100%{
        background-position:0 50%
    }
}
@keyframes animateColor{
    0%{
        background-position:0 50%
    }
    50%{
        background-position:100% 50%
    }
    100%{
        background-position:0 50%
    }
}


/* LIGHTROPE */
.lightrope {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    margin: -23px 0 0 0;
    padding: 0;
    padding-left: 0px;
    pointer-events: none;
  }
  
  .lightrope li {
    position: relative;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 13px;
    height: 23px;
    border-radius: 40%;
    margin: 20px;
    display: inline-block;
    background: #00f7a5;
    box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
    -webkit-animation-name: flash-1;
    animation-name: flash-1;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
  
  .lightrope li:nth-child(2n+1) {
    background: cyan;
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
    -webkit-animation-name: flash-2;
    animation-name: flash-2;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
  }
  
  .lightrope li:nth-child(4n+2) {
    background: #f70094;
    box-shadow: 0px 4.6666666667px 24px 3px #f70094;
    -webkit-animation-name: flash-3;
    animation-name: flash-3;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
  }
  
  .lightrope li:nth-child(odd) {
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
  }
  
  .lightrope li:nth-child(3n+1) {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
  }
  
  .lightrope li:before {
    content: "";
    position: absolute;
    background: #222;
    width: 10px;
    height: 6.3333333333px;
    border-radius: 2px;
    top: -4.6666666667px;
    left: 1px;
  }
  
  .lightrope li:after {
    content: "";
    top: -14px;
    left: 9px;
    position: absolute;
    width: 54px;
    height: 18.6666666667px;
    border-bottom: solid #222 2px;
    border-radius: 50%;
  }
  
  .lightrope li:last-child:after {
    width: 29px;
  }
  
  .lightrope li:first-child {
    margin-left: -40px;
  }
  
  @-webkit-keyframes flash-1 {
    0%,
    100% {
      background: #00f7a5;
      box-shadow: 0px 4.6666666667px 22px 3px #00f7a5;
    }
    50% {
      background: rgba(0, 247, 165, 0.4);
      box-shadow: 0px 4.6666666667px 22px 3px rgba(0, 247, 165, 0.2);
    }
  }
  
  @keyframes flash-1 {
    0%,
    100% {
      background: #00f7a5;
      box-shadow: 0px 4.6666666667px 22px 3px #00f7a5;
    }
    50% {
      background: rgba(0, 247, 165, 0.4);
      box-shadow: 0px 4.6666666667px 22px 3px rgba(0, 247, 165, 0.2);
    }
  }
  
  @-webkit-keyframes flash-2 {
    0%,
    100% {
      background: cyan;
      box-shadow: 0px 4.6666666667px 22px 3px cyan;
    }
    50% {
      background: rgba(0, 255, 255, 0.4);
      box-shadow: 0px 4.6666666667px 22px 3px rgba(0, 255, 255, 0.2);
    }
  }
  
  @keyframes flash-2 {
    0%,
    100% {
      background: cyan;
      box-shadow: 0px 4.6666666667px 22px 3px cyan;
    }
    50% {
      background: rgba(0, 255, 255, 0.4);
      box-shadow: 0px 4.6666666667px 22px 3px rgba(0, 255, 255, 0.2);
    }
  }
  
  @-webkit-keyframes flash-3 {
    0%,
    100% {
      background: #DB1E31;
      box-shadow: 0px 4.6666666667px 22px 3px #DB1E31;
    }
    50% {
      background: rgba(219, 30, 49, 0.4);
      box-shadow: 0px 4.6666666667px 22px 3px rgba(247, 0, 148, 0.5);
    }
  }
  
  @keyframes flash-3 {
    0%,
    100% {
      background: #DB1E31;
      box-shadow: 0px 4.6666666667px 22px 3px #DB1E31;
    }
    50% {
      background: rgba(219, 30, 49, 0.4);
      box-shadow: 0px 4.6666666667px 22px 3px rgba(247, 0, 148, 0.5);
    }
  }
  
.card {
    position: relative;
    border-radius: 1rem;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: var(--tertiary);
    color: var(--secondary);
}

.card-news-single .card-head {
    position: relative;
    height: 16rem;
    overflow: hidden;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.card-news-single .card-head .card-img {
    height: 100%;
    width: 100%;
    --tw-rotate: 2deg;
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-size: cover;
    background-position: center;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.card-news-single:hover .card-head .card-img {
    --tw-rotate: 6deg;
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.card-news-single .card-head .card-img-svg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    fill: rgb(var(--default-gray-50));
}

.card-news-single .card-content {
    padding: 1rem;
}

.card-news-single .card-footer {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
}

.card-news-single .card-footer .left-column {
    position: relative;
    display: flex;
    gap: 0.75rem;
    overflow: hidden;
}

.card-news-single .card-footer .left-column img {
    position: relative;
    left: -100%;
    left: 0px;
    border-radius: 9999px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.card-news-single .card-footer .right-column {
    position: relative;
    display: flex;
    height: 2.5rem;
    width: 3.5rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--default-gray-100) / var(--tw-bg-opacity));
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.card-news-single:hover .card-footer .right-column {
    --tw-text-opacity: 1;
    color: rgb(var(--default-white) / var(--tw-text-opacity));
}

.card-news-single .card-footer .right-column .right-slide {
    position: absolute;
    top: 0px;
    left: 100%;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--default-gray-800) / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.card-news-single:hover .card-footer .right-column .right-slide {
    left: 0px;
}

 .nav-tabs {
    border: none;
}
 .nav-tabs .nav-link {
    border: none;
    padding: 15px;
    transition: all 0.3s ease;
    color: var(--secondary);
    background: rgba(0,0,0,.075);
    border-radius: 0;
}
 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-radius: 0;
    background: var(--tertiary);
    color: var(--primary);
}
 .table td, .table th {
    border-bottom: 1px solid rgba(0,0,0,.075) !important;
    color: #85807e;
    border-top: 1px solid var(--tertiary);
    vertical-align: middle !important;
}
 .table th {
    font-size: 14px;
}
 .table td {
    font-size: 15px;
    font-weight: 500;
}
 .table tbody tr:last-child td, .table tbody tr:last-child th {
    border-bottom: 0 !important;
}
 .table {
    margin-bottom: 0;
}
 .list-group-item {
    background: transparent;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: var(--secondary);
    transition: all 0.3s ease;
    border-top: none;
    border-radius: 0px !important;
}
 .list-group-item:hover {
    background: transparent;
    color: var(--primary);
}
 .list-group-item.active {
    background: var(--primary) !important;
    border: none;
    color: var(--white);
    border-radius: 0;
}
 .list-group-item.disabled, .list-group-item:disabled {
    background: transparent;
}
 .modal-content {
    background: var(--tertiary);
}
 .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, .075);
}
 .modal-footer {
    border-top: 1px solid rgba(255, 255, 255, .075);
}
 .close {
    color: var(--secondary);
    text-shadow: none;
    transition: all 0.3s ease;
}
 .font-size-14 {
    font-size: 14px;
}
 .text-primary {
    color: var(--primary) !important;
}
 .min-height-500 {
    min-height: 500px;
    margin-top: 25px;
    margin-bottom: 25px;
}
 .pagination-card {
    background: var(--tertiary);
    border-radius: 6px;
}
 .mt-35 {
    margin-top: 35px;
}
 .marquee {
    padding: 8px 0px;
    background: var(--footer);
    font-weight: 600;
}
 .marquee a {
    padding-right: 500px;
}
 select {
    background: #000;
}
 select option {
    color: var(--footer);
}
 .case-heading {
    font-weight: 700;
    font-size: 16px;
    color: var(--primary);
}
 .case-price {
    font-weight: 700;
    font-size: 16px;
    color: var(--secondary);
}
 #userCheck .form-control {
    border-radius: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
 #userCheck .btn.btn-primary {
    margin-left: 5px;
    border: none;
    background: var(--primary);
    color: var(--white);
    font-weight: 700;
    font-size: 14px;
    padding: 6px 12px 5px;
    outline: 0!important;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}
 #userCheck .btn.btn-primary:hover {
    background: var(--primary) !important;
    color: var(--white);
}
 .header-logo {
    position: relative;
    z-index: 10;
}

.header-logo img {
    max-height: 200px;
    animation: pulse 2s ease 0s infinite normal forwards;
}

/* Preload */
 @-webkit-keyframes bounce {
     0%, 80%, 100% {
         -webkit-transform: scale(0.0);
    }
     40% {
         -webkit-transform: scale(1.0);
    }
}
 @keyframes bounce {
     0%, 80%, 100% {
         transform: scale(0.0);
    }
     40% {
         transform: scale(1.0);
    }
}
/* Pulse */
 @keyframes pulse {
     0% {
         transform: scale(1);
    }
     50% {
         transform: scale(1.1);
    }
     100% {
         transform: scale(1);
    }
}
 #preload {
    background: #111;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .preload-text {
    color: var(--white);
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    text-align: center;
}
 .preload-spinner {
    margin: 0 auto 20px;
    text-align: center;
}
 .bounce1, .bounce2, .bounce3 {
    -webkit-animation: bounce 1.4s ease-in-out infinite both;
    animation: bounce 1.4s ease-in-out infinite both;
    background-color: var(--primary);
    display: inline-block;
    height: 14px;
    margin: 0 3px;
    opacity: 1;
    width: 14px;
}
 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

/* Discord Stilleri - Ayrı CSS */
.discord {
    color: #7289da;
    text-align: right;
    margin-left: auto;
    font-weight: 700;
    position: absolute;
    right: 100px;
    z-index: 1;
    top: 35px;
    background: linear-gradient(135deg, rgba(114, 137, 218, 0.1), rgba(88, 101, 242, 0.1));
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 18px 25px;
    border: 2px solid rgba(114, 137, 218, 0.3);
    box-shadow: 0 10px 40px rgba(114, 137, 218, 0.2), 0 0 30px rgba(114, 137, 218, 0.1);
    transition: all 0.4s ease;
    max-width: 300px;
    position: relative;
    overflow: hidden;
    animation: discordGlow 3s ease-in-out infinite alternate;
}

.discord::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(114, 137, 218, 0.1), transparent);
    transition: left 0.6s ease;
}

.discord:hover::before {
    left: 100%;
}

.discord:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 50px rgba(114, 137, 218, 0.3), 0 0 40px rgba(114, 137, 218, 0.2);
    background: linear-gradient(135deg, rgba(114, 137, 218, 0.15), rgba(88, 101, 242, 0.15));
    border-color: rgba(114, 137, 218, 0.5);
}
 .discord-href {
    transition: all 0.4s ease;
    text-decoration: none;
    color: inherit !important;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}
 .discord-href:hover {
    opacity: 1;
    transform: scale(1.02);
}
 .discord i {
    height: 45px;
    line-height: 45px;
    font-size: 45px;
    margin-left: 15px;
    transition: all 0.4s ease;
    color: #7289da;
    text-shadow: 0 2px 8px rgba(114, 137, 218, 0.4);
}
 .discord:hover i {
    transform: scale(1.15) rotate(-5deg);
    color: #5865f2;
    text-shadow: 0 4px 12px rgba(114, 137, 218, 0.6);
}
 .discord .discord-text-right {
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
    margin-right: 8px;
    position: relative;
    bottom: 1px;
    gap: 5px;
}
 .discord-href:hover .discord-text-right {
    margin-right: 15px;
}

 .discord .discord-text-right .online-discord {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    align-items: flex-end;
    display: flex;
    justify-content: end;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
 .discord .discord-text-right .join-discord {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 800;
    background: linear-gradient(45deg, #7289da, #5865f2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
 .discord .discord-text-right span {
    display: block;
}
 .discord .discord-text-right span small {
    font-weight: 700;
    color: var(--secondary);
    font-size: 13px;
}
#header .discord {
    position: relative;
    top: 0;
    padding-left: 50px;
    padding-right: 50px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    max-width: 280px;
    box-shadow: 0 10px 40px rgb(114 137 218);
}
  
#header .discord:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.15);
}

#header .discord-href:hover + .discord-text-right {
    margin-right: 10px;
}

/* Server Online (Aktif Oyuncu) Stilleri - Tamamen Ayrı CSS */
.server-online {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.1), rgba(69, 160, 73, 0.1));
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 18px 25px;
    border: 2px solid rgba(76, 175, 80, 0.3);
    box-shadow: 0 10px 40px rgba(76, 175, 80, 0.2);
    transition: all 0.4s ease;
    cursor: pointer;
    max-width: 300px;
    margin-left: 150px !important;
    position: relative;
    overflow: hidden;
    animation: serverGlow 3s ease-in-out infinite alternate;
}

.server-online::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(76, 175, 80, 0.1), transparent);
    transition: left 0.6s ease;
}

.server-online:hover::before {
    left: 100%;
}

.server-online:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 50px rgba(76, 175, 80, 0.3);
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.15), rgba(69, 160, 73, 0.15));
    border-color: rgba(76, 175, 80, 0.5);
}

.server-online .server-online-href {
    display: flex;
    align-items: center;
    color: #4CAF50 !important;
    text-decoration: none;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.server-online:hover .server-online-href {
    transform: scale(1.02);
}

.server-online i {
    font-size: 45px;
    margin-right: 15px;
    transition: all 0.4s ease;
    color: #4CAF50;
    text-shadow: 0 2px 8px rgba(76, 175, 80, 0.4);
}

.server-online:hover i {
    transform: scale(1.15) rotate(5deg);
    color: #45a049;
    text-shadow: 0 4px 12px rgba(76, 175, 80, 0.6);
}

.server-online .online-count {
    color: #4CAF50;
    font-weight: 900;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    animation: serverPulse 2s infinite;
    font-size: 1.1em;
}

@keyframes serverPulse {
    0% { 
        transform: scale(1);
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }
    50% { 
        transform: scale(1.05);
        text-shadow: 0 4px 8px rgba(76, 175, 80, 0.5);
    }
    100% { 
        transform: scale(1);
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }
}

@keyframes discordGlow {
    0% {
        box-shadow: 0 10px 40px rgba(114, 137, 218, 0.2);
        border-color: rgba(114, 137, 218, 0.3);
    }
    50% {
        box-shadow: 0 15px 50px rgba(114, 137, 218, 0.4), 0 0 30px rgba(114, 137, 218, 0.3);
        border-color: rgba(114, 137, 218, 0.6);
    }
    100% {
        box-shadow: 0 10px 40px rgba(114, 137, 218, 0.2);
        border-color: rgba(114, 137, 218, 0.3);
    }
}

@keyframes serverGlow {
    0% {
        box-shadow: 0 10px 40px rgba(76, 175, 80, 0.2);
        border-color: rgba(76, 175, 80, 0.3);
    }
    50% {
        box-shadow: 0 15px 50px rgba(76, 175, 80, 0.4), 0 0 30px rgba(76, 175, 80, 0.3);
        border-color: rgba(76, 175, 80, 0.6);
    }
    100% {
        box-shadow: 0 10px 40px rgba(76, 175, 80, 0.2);
        border-color: rgba(76, 175, 80, 0.3);
    }
}

.server-online .server-online-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.server-online .online-status {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.server-online .server-ip {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 800;
    color: #4CAF50;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes slideBackground {
    0% { background-position: 0% 0%; }
    100% { background-position: 100% 100%; }
}

/* SweetAlert Toast Stilleri */
.swal2-toast {
    border-radius: 15px !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 600 !important;
}

.swal2-toast .swal2-title {
    font-size: 16px !important;
    margin-bottom: 5px !important;
}

.swal2-toast .swal2-html-container {
    font-size: 14px !important;
    margin: 0 !important;
}

/* Hover efektleri için ek animasyonlar */
.discord, .server-online, #header .header-ip {
    animation: fadeInUp 0.6s ease-out;
    margin: 60px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Discord ve Server Online için ek hover efektleri */
.discord::after, .server-online::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    border-radius: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.discord:hover::after, .server-online:hover::after {
    opacity: 1;
}

/* Slider Responsive Düzenlemeler */
@media (max-width: 768px) {
    #slider {
        padding: 30px 0;
        min-height: 350px;
        display: block !important;
    }
    
    #swiper-heading-wrapper {
        max-width: 95%;
        margin: 0 auto;
    }
    
    .swiper-main {
        height: 350px;
        border-radius: 15px;
    }
    
    .swiper-slide-content {
        padding: 20px 15px;
    }
    
    .swiper-slide-title {
        font-size: 1.2rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }
    
    .swiper-slide-content .swiper-slide-subtitle {
        font-size: 0.7rem;
        letter-spacing: 1px;
        margin-bottom: 0.8rem;
    }
    
    .swiper-main .swiper-pagination {
        bottom: 15px;
        padding: 8px 12px;
        gap: 10px;
        border-radius: 30px;
    }
    
    .swiper-main .swiper-pagination-bullet {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }
    
    .swiper-main .swiper-pagination .swiper-button-next,
    .swiper-main .swiper-pagination .swiper-button-prev {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .swiper-background-image {
        filter: blur(20px) brightness(0.3);
    }
}

/* Slider Background Blur Efekti */
.swiper-background-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
    border-radius: inherit;
}

.swiper-background-image {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    filter: blur(15px) brightness(0.4) saturate(1.2);
    transform: scale(1.1);
}

.swiper-background-image.active {
    opacity: 1;
}

/* Slider Container Overlay */
.swiper-background-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

@media (max-width: 480px) {
    #slider {
        padding: 20px 0;
        min-height: 300px;
    }
    
    .swiper-main {
        height: 300px;
        border-radius: 12px;
    }
    
    .swiper-slide-content {
        padding: 15px 10px;
    }
    
    .swiper-slide-title {
        font-size: 1rem;
        line-height: 1.2;
        margin-bottom: 0.8rem;
    }
    
    .swiper-slide-content .swiper-slide-subtitle {
        font-size: 0.6rem;
        letter-spacing: 0.5px;
        margin-bottom: 0.6rem;
    }
    
    .swiper-main .swiper-pagination {
        bottom: 10px;
        padding: 6px 10px;
        gap: 8px;
        border-radius: 25px;
    }
    
    .swiper-main .swiper-pagination-bullet {
        width: 25px;
        height: 25px;
        font-size: 10px;
    }
    
    .swiper-main .swiper-pagination .swiper-button-next,
    .swiper-main .swiper-pagination .swiper-button-prev {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
    
    .swiper-background-image {
        filter: blur(15px) brightness(0.4);
    }
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
    .discord, .server-online {
        position: relative !important;
        top: 0 !important;
        margin: 10px auto;
        width: 90%;
        max-width: 300px;
        text-align: center;
        right: auto !important;
        left: auto !important;
        padding: 15px 20px;
    }
    
    .discord {
        right: auto !important;
        position: relative !important;
        top: 0 !important;
    }
    
    .server-online {
        margin-left: auto !important;
        position: relative !important;
        top: 0 !important;
    }
}
    
    .discord .discord-href, .server-online .server-online-href {
        justify-content: center;
    }
    
    .discord i, .server-online i {
        margin: 0 10px;
        font-size: 40px;
    }
    
    .discord .discord-text-right, .server-online .server-online-text {
        margin-right: 0;
        margin-left: 0;
    }
    
    #header .header-ip {
        margin: 10px auto;
        font-size: 14px;
        padding: 10px 20px;
        max-width: 280px;
    }
    
    #header .header-ip span {
        font-size: 14px;
    }
    
    #header .header-ip b {
        font-size: 12px;
        margin: 4px 0 4px 12px;
    }
    
    /* Mobil cihazlarda slider'ın daha iyi görünmesi için */
    #slider {
    }
    
    .swiper-main {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    }
    
    /* Mobil cihazlarda pagination'ın daha kolay tıklanabilir olması */
    .swiper-main .swiper-pagination {
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(20px);
    }
    
    .swiper-main .swiper-pagination-bullet {
        min-width: 28px;
        min-height: 28px;
    }
    
    .swiper-main .swiper-pagination .swiper-button-next,
    .swiper-main .swiper-pagination .swiper-button-prev {
        min-width: 32px;
        min-height: 32px;
    }


@media (max-width: 1200px) {
    .discord {
        right: 60px;
        position: absolute !important;
        top: 35px !important;
    }
    
    .server-online {
        margin-left: 100px;
        position: relative !important;
        top: 0 !important;
    }
}

@media (max-width: 1400px) {
    .discord {
        right: 80px;
        position: absolute !important;
        top: 35px !important;
    }
    
    .server-online {
        margin-left: 120px;
        position: relative !important;
        top: 0 !important;
    }
}

@media (max-width: 1400px) {
    .discord {
        display: none !important;
    }
    
    .server-online {
        margin-left: 120px;
        position: relative !important;
        top: 0 !important;
    }
}

/* Mobil cihazlarda hover efektlerini devre dışı bırak */
@media (hover: none), (max-width: 768px) {
    .discord:hover, .server-online:hover, #header .header-ip:hover {
        transform: none;
    }
    
    .discord:hover i, .server-online:hover i {
        transform: none;
    }
    
    /* Haber kartları için mobil hover devre dışı */
    .news-card {
        height: auto;
        width: 100% !important;
    }
    
    .news-card-vertical {
        width: 100% !important;
    }
    
    .news-card-large {
        height: auto !important;
    }
    
    .news-card-large-horizontal {
        height: auto !important;
        max-width: 100% !important;
        flex-direction: column !important;
        position: relative !important;
        overflow: hidden !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    }
    
    .news-card-image-large {
        width: 100% !important;
        height: 200px !important;
        position: relative !important;
        overflow: hidden !important;
    }
    
    .news-card-image-large img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    
    .news-card-content-large {
        width: 100% !important;
        height: auto !important;
        position: relative !important;
    }
    
    .news-body-large {
        padding: 20px !important;
        position: relative !important;
        z-index: 3 !important;
        color: white !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        padding-bottom: 80px !important;
    }
    
    .news-body-large .news-header {
        font-size: 1.8rem !important;
        margin-bottom: 15px !important;
        font-weight: 700 !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
        margin-top: 0 !important;
    }
    
    .news-body-large .news-description {
        font-size: 16px !important;
        line-height: 1.6 !important;
        margin-bottom: 15px !important;
        color: #ddd !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
        overflow: visible !important;
        text-overflow: unset !important;
        white-space: normal !important;
    }
    
    /* Large horizontal kartlar mobilde normal .news-card stillerini kullanır */
    .news-card-large-horizontal {
        height: auto !important;
        width: 100% !important;
        flex-direction: column !important;
        position: relative !important;
        overflow: hidden !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    }
    
    .news-card-large-horizontal .news-card-image-large {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 1 !important;
    }
    
    .news-card-large-horizontal .news-card-image-large img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        transition: all 0.4s ease !important;
    }
    
    .news-card-large-horizontal .news-card-content-large {
        position: relative !important;
        z-index: 3 !important;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
        color: white !important;
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        padding-bottom: 80px !important;
    }
    
    .news-card-large-horizontal .news-card-overlay {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.5) 50%,
            rgba(0, 0, 0, 0.8) 100%
        ) !important;
        z-index: 2 !important;
        transition: all 0.4s ease !important;
    }
    
    .news-card-large-horizontal .news-category-tag {
        position: absolute !important;
        top: 15px !important;
        left: 15px !important;
        background: rgba(0, 0, 0, 0.8) !important;
        color: white !important;
        padding: 5px 12px !important;
        border-radius: 20px !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        z-index: 10 !important;
        transition: all 0.3s ease !important;
    }
    
    .news-card-large-horizontal .news-button {
        opacity: 0 !important;
        transform: translateY(30px) scale(0.8) !important;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
        position: absolute !important;
        bottom: 80px !important;
        right: 20px !important;
        z-index: 4 !important;
        border-radius: 50px !important;
        padding: 12px 15px !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
        animation: buttonGlow 2s ease-in-out infinite !important;
    }
    
    .news-card-large-horizontal .news-card-bottom-meta {
        position: absolute !important;
        bottom: -2px !important;
        left: -2px !important;
        right: -2px !important;
        background: rgba(0, 0, 0, 0.8) !important;
        padding: 15px 20px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 15px !important;
        font-size: 12px !important;
        color: #ccc !important;
        z-index: 3 !important;
        transition: all 0.3s ease !important;
    }
    
    .news-card-large-horizontal .news-card-bottom-meta .meta-item {
        display: flex !important;
        align-items: center !important;
        gap: 5px !important;
    }
    
    .news-card-large-horizontal .news-card-bottom-meta .meta-item i {
        font-size: 14px !important;
        color: #999 !important;
    }
    
    .news-card-large-horizontal .news-header {
        color: var(--primary) !important;
        font-weight: 700 !important;
        font-size: 1.8rem !important;
        margin-bottom: 15px !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
    }
    
    .news-card-large-horizontal .news-description {
        display: none !important;
    }
    
    /* Large horizontal kartlar için hover efektleri - normal .news-card gibi */
    .news-card-large-horizontal:hover .news-card-image-large img {
        transform: scale(1.1) !important;
    }
    
    .news-card-large-horizontal:hover .news-card-overlay {
        opacity: 0 !important;
    }
    
    .news-card-large-horizontal:hover .news-header,
    .news-card-large-horizontal:hover .news-description {
        opacity: 0 !important;
        transform: translateY(-20px) !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
    
    .news-card-large-horizontal:hover .news-button {
        opacity: 1 !important;
        transform: translateY(0) scale(1) !important;
        animation: buttonGlow 1.5s ease-in-out infinite !important;
    }
    
    .news-card-large-horizontal:hover .news-category-tag {
        transform: scale(1.1) !important;
        background: rgba(0, 0, 0, 0.9) !important;
    }
    
    .news-card-large-horizontal:hover .news-card-bottom-meta {
        background: rgba(0, 0, 0, 0.9) !important;
        color: white !important;
    }
    
    .news-card-large-horizontal:hover .news-card-bottom-meta .meta-item i {
        color: #ccc !important;
    }
    
    .news-card:hover {
        transform: none;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
    
    .news-card:hover .news-header,
    .news-card:hover .news-sub-header,
    .news-card:hover .news-description {
        opacity: 1;
        transform: none;
    }
    
    .news-card .news-button {
        opacity: 1;
        transform: none;
        position: static;
        margin-top: 15px;
    }
    
    .news-card:hover .news-button {
        transform: none;
    }
    
    .news-card:hover .news-category-tag {
        transform: none;
    }
    
    .news-card:hover .news-card-overlay {
        opacity: 1;
    }
    
    .news-card:hover .news-card-image img {
        transform: none;
    }
    
    /* Mobilde haber kartı içeriği düzeni */
    .news-card .card-body,
    .news-card .news-body {
        justify-content: flex-end;
        padding-bottom: 80px;
    }
    
    /* Yatay haber kartı mobil düzenlemesi */
    .news-card-horizontal {
        height: auto !important;
        flex-direction: column !important;
    }
    
    .news-card-horizontal .news-card-image {
        width: 100%;
        height: 200px;
    }
    
    .news-card-horizontal .news-card-overlay {
        width: 100%;
        height: 200px;
    }
    
    .news-card-horizontal .news-body {
        width: 100%;
        height: auto;
        padding: 20px !important;
    }
    
    .news-card-horizontal .news-card-bottom-meta {
        width: 100%;
        left: 0;
        right: 0;
    }
}

  .p-6 {
    padding: 1.5rem;
}

.mt-4 {
    margin-top: 1rem;
}

.gap-3 {
    gap: 0.75rem;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.z-10 {
    z-index: 10;
}
.relative {
    position: relative;
}

/* Haber kartları için yeni tasarım - Fotoğraf üzerine yazı */
.news-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    height: 250px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Dikey kartlar için özel genişlik */
.news-card-vertical {
    width: 400px !important;
    max-width: 100%;
}

/* Büyük kartlar için özel stil */
.news-card-large {
    width: 100% !important;
    height: 300px !important;
}

/* Yatay haber kartı için özel stil */
.news-card-horizontal {
    height: 200px !important;
    width: 100% !important;
    flex-direction: row !important;
}

/* Büyük yatay kartlar için özel stil */
.news-card-large-horizontal {
    height: 250px !important;
    width: 100% !important;
    flex-direction: row !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    position: relative;
}

/* Large yatay kartlar için görsel bölümü */
.news-card-image-large {
    width: 40%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.news-card-image-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Large yatay kartlar için içerik bölümü */
.news-card-content-large {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.news-body-large {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 30px !important;
}

.news-body-large .news-header {
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.news-body-large .news-description {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Large yatay kartlar için kategori tag'ı */
.news-card-large-horizontal .news-category-tag {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 10;
}

/* Large yatay kartlar için hover efektleri */
.news-card-large-horizontal:hover .news-card-image-large img {
    transform: scale(1.1);
}

.news-card-large-horizontal:hover .news-card-overlay {
    opacity: 0.3;
}

.news-card-large-horizontal:hover .news-header,
.news-card-large-horizontal:hover .news-description {
    opacity: 0.8;
    transform: translateY(-5px);
}

.news-card-large-horizontal:hover .news-button {
    transform: translateX(5px);
    box-shadow: 0 0 20px var(--primary);
}

.news-card-horizontal .news-card-image {
    width: 40%;
    height: 100%;
    position: relative;
}

.news-card-horizontal .news-card-overlay {
    width: 40%;
    height: 100%;
}

.news-card-horizontal .news-body {
    width: 60%;
    height: 100%;
    padding: 20px 30px !important;
    justify-content: center;
}

.news-card-horizontal .news-header {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.news-card-horizontal .news-description {
    font-size: 14px;
    line-height: 1.4;
}

.news-card-horizontal .news-button {
    bottom: 20px;
    right: 30px;
}

.news-card-horizontal .news-card-bottom-meta {
    width: 60%;
    left: 40%;
    right: 0;
    bottom: 0;
}

.news-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

/* Haber kartı resim container'ı */
.news-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.news-card:hover .news-card-image img {
    transform: scale(1.1);
}

/* Yarı saydam overlay - yazıları okunabilir yapar */
.news-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.5) 50%,
        rgba(0, 0, 0, 0.8) 100%
    );
    z-index: 2;
    transition: all 0.4s ease;
}

.news-card:hover .news-card-overlay {
    opacity: 0;
}

/* Haber kartı içeriği */
.news-card .card-body,
.news-card .news-body {
    position: relative;
    z-index: 3;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: white;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 80px !important;
}

/* Hover durumunda yazıların kaybolması */
.news-card:hover .news-header,
.news-card:hover .news-sub-header,
.news-card:hover .news-description {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Devamı Oku butonu için hover efekti */
.news-card .news-button {
    opacity: 0;
    transform: translateY(30px) scale(0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    bottom: 80px;
    right: 20px;
    z-index: 4;
    border-radius: 50px !important;
    padding: 12px 15px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    animation: buttonGlow 2s ease-in-out infinite;
}

.news-card:hover .news-button {
    opacity: 1;
    transform: translateY(0) scale(1);
    animation: buttonGlow 1.5s ease-in-out infinite;
}

@keyframes buttonGlow {
    0% {
        box-shadow: 0 4px 15px var(--primary), 0 0 20px var(--primary);
    }
    50% {
        box-shadow: 0 6px 25px var(--primary), 0 0 30px var(--primary);
    }
    100% {
        box-shadow: 0 4px 15px var(--primary), 0 0 20px var(--primary);
    }
}

/* Kategori tag'ı için özel stil */
.news-category-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    transition: all 0.3s ease;
}

.news-card:hover .news-category-tag {
    transform: scale(1.1);
    background: rgba(0, 0, 0, 0.9);
}

/* Alt meta bilgileri */
.news-card-bottom-meta {
    position: absolute;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-size: 12px;
    color: #ccc;
    z-index: 3;
    transition: all 0.3s ease;
}

.news-card-bottom-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.news-card-bottom-meta .meta-item i {
    font-size: 14px;
    color: #999;
}

.news-card:hover .news-card-bottom-meta {
    background: rgba(0, 0, 0, 0.9);
    color: white;
}

.news-card:hover .news-card-bottom-meta .meta-item i {
    color: #ccc;
}

/* Yazı stilleri */
.news-card .news-header {
    color: var(--primary);
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.news-card .news-sub-header {
    color: #ccc;
    margin-bottom: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    font-weight: 700;
}

.news-card .news-description {
    color: #ddd;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Header */
 #header {
    padding: 35px 0px 85px 0px;
    margin-top: -5px;
    position: relative;
}

#header .container {
    position: relative;
    z-index: 10;
}
 #header .header-ip {
    background: linear-gradient(45deg, var(--primary), #4CAF50);
    border-radius: 25px;
    font-weight: 700;
    padding: 12px 25px;
    display: table;
    z-index: 18;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    max-width: 320px;
}
 #header .header-ip::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}
 #header .header-ip:hover::before {
    left: 100%;
}
 #header .header-ip:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.3);
    background: linear-gradient(45deg, #4CAF50, var(--primary));
}
 #header .header-ip span {
    color: #fff;
    letter-spacing: 2px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}
 #header .header-ip b {
    color: white;
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
    height: 26px;
    line-height: 18px;
    margin: 6px 0 6px 16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    font-size: 14px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2;
    animation: pulse 2s infinite;
}

/* Broadcast */
 .swiper-broadcast {
    width: 100%;
    height: 150px;
}
 .swiper-broadcast .swiper-slide {
    text-align: left;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0px 60px;
}
 .swiper-line-left {
    border-right: 5px solid rgba(255, 255, 255, 0.06);
    height: 150px;
    position: absolute;
    left: 15px;
    top: 0;
    border-radius: 5px;
}
 .swiper-line-right {
    border-right: 5px solid var(--primary);
    height: 150px;
    border-radius: 5px;
}
 .swiper-broadcast .swiper-pagination {
    left: 0;
    bottom: 0;
    top: auto;
    transform: none;
}
 .swiper-broadcast .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.25);
}
 .swiper-broadcast .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.3);
}
 .swiper-broadcast .swiper-header {
    color: var(--primary);
    font-weight: 800;
    font-size: 19px;
    word-spacing: 2px;
    margin-bottom: 10px;
    margin-top: auto;
    display: inline-block;
}
 .swiper-broadcast .swiper-description {
    color: var(--secondary);
    line-height: 24px;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
}
 .swiper-broadcast-end {
    margin-top: 75px;
}
/*
Navbar
 */
#navbar {margin-top: -50px;}
#navbar .container {margin-bottom: 25px;}
#navbar .container-fluid .col-lg-12 {padding-right: 0px;padding-left: 0px;}
#navbar .container-fluid .col-lg-12 .navbar {border-radius: 0;}
#navbar .container-fluid .col-lg-12 .navbar-right .dropdown-menu {left: -25px;}
.navbar {background: var(--tertiary);position: relative;}
.navbar .nav-item .nav-link {padding: 8px 12px !important;width: 100%;text-align: center;}
.navbar .nav-item {display: flex;flex-direction: column;align-items: center;color: var(--primary);text-decoration: none;position: relative;top: 1px;margin-left: 5px;height: 55px;transition: .15s;border-radius: 8px;box-shadow: 0 2px transparent;}
.navbar .nav-item:hover, .navbar .nav-item.active, .navbar .nav-item.show {position: relative;top: -2px;background-color: rgba(0,0,0,.075);box-shadow: 0 3px rgba(0, 0, 0, 0.15);}
.navbar .nav-item .item-icon {text-align: center;height: 40px;display: flex;align-items: center;justify-content: center;}
.navbar .nav-item .item-icon i {font-size: 24px;color: var(--primary);line-height: 51px;}
.navbar .nav-item .item-name {font-weight: 600;display: inline-block;line-height: 20px;font-size: 14px;color: var(--primary);}
.navbar .navbar-right .login-button {z-index: 3;transition: all 0.5s ease;display: inline-block;margin: auto 20px auto auto;height: 48px;line-height: 48px;padding: 0 24px;font-size: 16px;font-weight: bold;color: var(--secondary) !important;background: rgba(0, 0, 0, 0.15);text-decoration: none !important;position: relative;border-radius: 16px;}
.navbar .navbar-right .login-button:hover {background: rgba(0, 0, 0, .35);color: var(--white) !important;}
.navbar .navbar-right .navbar-right-bg {border-radius: 6px;;position: relative;height: 100%;width: 260px;top: 0;right: 0;overflow: hidden;}
.navbar .navbar-right-inner {position: absolute;background-color: rgba(0,0,0,.075);height: 270px;width: 220px;transform: rotate(76deg);top: -89px;right: 0;}
.navbar .navbar-right .user-model {z-index: 2;height: 126px;width: 116px;overflow: hidden;position: absolute;right: 0;bottom: 0;border-radius: 6px;}
.navbar .navbar-right .user-model img {z-index: 2;position: absolute;right: 0;top: 0;background: no-repeat bottom right / auto 100%;transform: scaleX(-1);}
.navbar .navbar-right .user-info .login-button {opacity: 0.9;background: var(--primary);color: var(--white) !important;}
.navbar .navbar-left .dropdown-toggle::after {margin: 0;border: 0;}
.nav-link .navbar-box {display: flex;}
.nav-link .navbar-box .item-name {padding: 8px;}
.dropdown-menu {background: var(--tertiary);}
.dropdown-item {font-weight: 500;color: var(--secondary);transition: all 0.5s ease;display: flex;align-items: center;height: 40px;}
.dropdown-item:hover {background-color: rgba(0,0,0,.075);}
.dropdown-divider {border-top: 1px solid var(--tertiary);}
.dropdown-item i {color: var(--primary);display: inline-block;font-size: 22px;margin-right: 8px;}
.dropdown-item:focus, .dropdown-item:hover {color: var(--secondary);}


/* Cokioss */

.termsfeed-com---palette-dark.termsfeed-com---nb {
    background-color: #111;
    color: #fff;
}

.termsfeed-com---nb-simple {
    bottom: 20px!important;
    right: 20px!important;
    border-radius: 0.625rem!important;
}

.termsfeed-com---nb-simple {
    right: 0;
    top: auto;
    bottom: 0;
    left: auto;
    max-width: 50%;
    position: fixed;
}

.termsfeed-com---nb {
    overflow: auto;
    z-index: 99999999999;
    font-size: 16px;
}

.termsfeed-com---reset {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

/* Footer */

.content {
    text-align: center;
    margin: 20px;
}

 footer {
    background: var(--footer);
    border-top: 1px solid var(--tertiary);
}
 footer h5 {
    color: var(--primary);
    font-size: 20px;
}
 footer .footer-top {
    padding-top: 40px;
    padding-bottom: 50px;
    color: var(--secondary);
}
 footer a {
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary);
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}
 footer a:hover {
    color: var(--white);
}
 footer .social-media .mdi {
    width: 34px;
    margin-right: 17px;
    height: 48px;
    line-height: 48px;
    font-size: 32px;
}
 footer p {
    font-weight: 500;
}
/* Slider Ana Stilleri */
#slider {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

#swiper-heading-wrapper {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    margin: 0 auto;
}

.swiper-background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.swiper-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(30px) brightness(0.2);
    opacity: 0;
    transition: opacity 0.8s ease;
}

.swiper-background-image.active {
    opacity: 1;
}

.swiper-body {
    position: relative;
    z-index: 2;
}

/* Swiper */
 #slider .container {
    margin-bottom: 25px;
    margin-top: 25px;
    position: relative;
    z-index: 10;
}
 #slider .container-fluid {
    margin-bottom: 25px;
}
 #slider .container-fluid .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
}
 #slider .container-fluid .col-lg-12 .swiper-main {
    border-radius: 0;
}
 .swiper-main {
    height: 500px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
 .swiper-main .swiper-slide {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.75));
    border-radius: 20px;
    z-index: 1;
}

.swiper-slide-content {
    align-items: center;
    position: relative;
    text-align: center;
    z-index: 2;
    padding: 40px;
    max-width: 600px;
}

.swiper-slide-content .swiper-slide-subtitle {
    align-items: center;
    color: var(--color);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 4px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    transition: color .3s ease;
}

.swiper-slide-content .swiper-arrow {
    background: hsla(0,0%,100%,.1);
    border-radius: 50%;
    color: #fff;
    font-size: 1.4rem;
    padding: 1rem;
    display: inline-block;
    transition: background .3s ease;
}

.swiper-slide-content .swiper-arrow:hover {
    background: hsla(0,0%,100%,.15);
}

.swiper-slide-content a {
    display: block;
    margin: 2rem auto 5rem;
    text-align: center;
    width: 59.39px;
}

.swiper-slide-title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}
 .swiper-main .swiper-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(15px);
    border-radius: 50px;
    padding: 15px 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    pointer-events: auto;
}

 .swiper-main .swiper-pagination:before {
    display: none;
}

 .swiper-main .swiper-pagination-bullets {
    display: flex;
    align-items: center;
    gap: 10px;
    order: 2;
    position: relative;
    z-index: 1;
    pointer-events: auto;
    width: auto;
    height: auto;
}

 .swiper-main .swiper-pagination-bullet {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    pointer-events: auto;
    user-select: none;
}

 .swiper-main .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

 .swiper-main .swiper-pagination-bullet:hover::before {
    left: 100%;
}

 .swiper-main .swiper-pagination-bullet-active {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    border-color: #4CAF50;
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(76, 175, 80, 0.5);
}

 .swiper-main .swiper-pagination-bullet:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
    border-color: rgba(255, 255, 255, 0.5);
}

 .swiper-main .swiper-pagination-holder {
    display: none;
}

 .swiper-main .swiper-pagination .swiper-button-next,
 .swiper-main .swiper-pagination .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 2;
    pointer-events: auto;
}

 .swiper-main .swiper-pagination .swiper-button-prev {
    order: 1;
}

 .swiper-main .swiper-pagination .swiper-button-next {
    order: 3;
}

 .swiper-main .swiper-pagination .swiper-button-next::before,
 .swiper-main .swiper-pagination .swiper-button-prev::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
    pointer-events: none;
}

 .swiper-main .swiper-pagination .swiper-button-next:hover::before,
 .swiper-main .swiper-pagination .swiper-button-prev:hover::before {
    left: 100%;
}

 .swiper-main .swiper-pagination .swiper-button-next:hover,
 .swiper-main .swiper-pagination .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
    border-color: rgba(255, 255, 255, 0.4);
}

 .swiper-main .swiper-pagination .swiper-button-next:active,
 .swiper-main .swiper-pagination .swiper-button-prev:active {
    transform: scale(0.95);
    background: rgba(255, 255, 255, 0.3);
}

 .swiper-main .swiper-pagination .swiper-button-next i,
 .swiper-main .swiper-pagination .swiper-button-prev i {
    pointer-events: none;
    z-index: 1;
    position: relative;
}

 .swiper-main .swiper-button-next,
 .swiper-main .swiper-button-prev {
    background-image: none!important;
    margin-top: 0;
    transform: none;
}


 .swiper-main .swiper-slide {
    position: relative;
    overflow: hidden;
}
/* News List */
 .news-card {
    background: var(--tertiary);
    border-radius: 6px;
    overflow: hidden;
    height: 250px;
    width: 485px;
}
 .news-card .news-header {
    color: var(--primary);
    font-weight: 600;
    font-size: 1.5rem;
    display: inline-block;
    margin-bottom: 0;
}
 .news-card .news-bar {
    height: 3px;
    width: 30px;
    box-shadow: 0 0 8px 6px rgba(202,103,89,.2);
    margin: 0 auto 15px;
    background: var(--primary);
    border-radius: 100px;
}
 .news-card .news-content {
    color: var(--secondary);
    margin: 20px 0;
    font-size: 1rem;
    display: block
}
/*.news-card .news-button {
    background-color: var(--primary);
    margin-left: auto;
    color: var(--white);
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 8px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}
 .news-card .news-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 0 13px 2px var(--primary);
    -webkit-animation: navPulse 1.75s linear infinite;
    animation: navPulse 1.75s linear infinite;
}
 .news-card .news-button:hover {
    background-color: var(--primary);
    transform: scale(1.05);
}
 */
 .news-description {
    margin-top: 15px;
    margin-bottom: 15px;
    color: var(--secondary);
    font-size: 16px;
    font-weight: 500;
}
 .news-sub-header {
    font-weight: 500;
    font-size: 14px;
}
 .news-card .news-img {
    height: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
 .news-card .news-img img {
    height: 350px;
}
 .comments-body textarea {
    background: transparent;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.125);
    transition: all 0.3s ease;
    color: var(--secondary);
}
 .comments-body textarea:focus {
    background: transparent;
    box-shadow: none;
    border: 1px solid var(--primary);
    color: var(--white);
}
 @media screen and (max-width: 768px) {
     .discount{
         display: none;
    }
}
 @media screen and (max-width: 991px) {
     .discount{
         display: none;
    }
}
/* Slice */
 .slice .container {
    margin-bottom: 25px;
}
 .slice .container-fluid .slice-bg-div {
    border-radius: 0 !important;
}
 .slice .container-fluid .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
 .slice .btn-2 {
    background: rgba(0,0,0,.9);
    color: #fff;
}
 .slice .btn-2:hover {
    background: rgba(0,0,0,.7);
}

/* Sign In and Register */
 .sign-in-bg {
    background: rgba(0,0,0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
 .video-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
 .video-foreground {
    height: 100%;
    transform: scale(1.3);
}
/* Store */
 .card-info {
    background: rgba(0,0,0,.075);
    border: 1px solid rgba(0,0,0,.075);
    padding: 15px;
    font-weight: bold;
    border-radius: 6px;
}
 .card-info .card-heading {
    margin-top: 15px;
    font-size: 16px;
    display: block;
    color: var(--white);
}
 .card-info .price-discount {
    font-size: 0.85em;
    text-decoration: line-through;
    color: var(--primary);
}
 .card-info .price-actual {
    color: var(--success);
    font-size: 15px;
}
 .card-info .card-price {
    margin: 10px 0 15px;
    font-size: 15px;
}
 .card-info .btn {
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    height: 30px;
    padding: 2.5px 15px;
    transition: all 0.3s ease;
}
 .card-info:hover .btn {
    color: var(--white);
}
/*.store-discount {
    color: var(--white);
    background: var(--primary);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(40%, -40%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
*/
 .store-discount {
    cursor: default;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: table;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fd6464;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
    pointer-events: none;
    color: #fff;
}
 .store-stock {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    border-radius: 25px;
    color: var(--white);
    background: var(--primary);
    transform: translate(-10%, -40%);
    font-size: 14px;
}
 .product-image {
    position: relative;
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 6px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .product-image .store-stock, .product-image .store-discount {
    transform: translate(0%, 0%);
}
 .product-image img {
    max-width: 200px;
}
 .info-table tr {
    border-bottom: 1px solid rgba(255, 255, 255, .075);
}
 .info-table tr:last-child {
    border-bottom: 0;
}
 .info-table tr th {
    font-size: 15px;
    font-weight: 600;
}
 .info-heading {
    position: relative;
}
 .info-heading:before {
    border-top: 2px solid rgba(255, 255, 255, .075);
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
 .info-heading span {
    z-index: 2;
    position: relative;
    background: var(--tertiary);
    padding: 0px 10px;
    font-weight: 600;
}
 .info-description {
    color: var(--secondary);
    font-weight: 500;
}
 .info-description p {
    margin-bottom: 0;
}
 .store-modal .modal-content {
    min-width: 800px;
}
 .topProducts {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 15px;
    font-weight: bold;
    transition: .2s;
    border-bottom: 1px solid #383B4F;
}
 .topProducts:hover {
    opacity: 0.8;
    transform: translateX(4px);
}
 .topProducts .topProductImage img {
    width: 58px;
    height: auto;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.1);
    margin-right: 15px;
}
 .topProducts .topProductServer {
    font-size: 12px;
    color: #8286a5;
}
 .topProducts .topProductName {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    display: block;
    word-wrap: break-word;
    margin-bottom: 5px;
}
 .topProducts .topProductPrice {
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #777;
}
 .price-discount {
    font-size: 11px;
    text-decoration: line-through;
    color: #f35f5f;
}
 .price-actual {
    color: #61df69;
}
/* VIP */
/* Mobile */
 @media (min-width: 992px) and (max-width: 1250px) {
     .navbar .nav-item {
        width: 80px;
    }
     .navbar .nav-item .item-icon i {
        font-size: 26px;
    }
     .navbar .nav-item .nav-link {
        padding: 8px 0 !important;
    }
     .navbar .navbar-right-inner {
        right: -70px;
    }
     .navbar .navbar-right .login-button {
        margin: auto;
    }
     .navbar .navbar-right .navbar-right-bg {
        width: 190px;
    }
}
 @media screen and (max-width: 991px) {
    .navbar .nav-item {
        margin-left: inherit;
        width: auto;
    }
    .navbar .navbar-right .navbar-right-bg {
        display: none;
    }
    .navbar .navbar-right .user-model {
        display: none;
    }
    .navbar .navbar-right {
        text-align: center;
        padding: 20px 0px;
        margin-top: 10px;
        border-top: 1px solid rgba(0,0,0,.075) !important;
    }
    .navbar .navbar-right .dropdown-menu {
        right: 0;
    }
    .navbar-nav {
        padding-top: 15px;
        border-top: 1px solid rgba(0,0,0,.075) !important;
        margin-top: 15px;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 0;
    }
    .navbar-nav .nav-item {
        margin: 0 2px;
        text-align: center;
        height: 60px;
    }
    .navbar-nav .nav-item .nav-link {
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 12px 18px !important;
        height: 100%;
        border-radius: 8px;
        transition: all 0.3s ease;
    }
    .navbar-nav .nav-item .item-icon {
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 35px;
    }
    .navbar-nav .nav-item .item-name {
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 2px;
    }
    .navbar-toggler {
        margin-left: auto;
        border: 1px solid var(--primary);
        padding: 0px 5px;
    }
    .navbar .navbar-right .login-button {
        margin-right: auto;
    }
    .navbar-brand img {
        height: 50px;
    }
    .navbar-toggler-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: var(--primary);
    }
    .store-modal .modal-content {
        min-width: auto;
    }
    .news-card .news-img img {
        height: 100%;
    }
    .news-card .news-img {
        height: auto;
    }
}
 @media screen and (max-width: 768px) {
    .navbar-nav {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        gap: 5px;
    }
    .navbar-nav .nav-item {
        margin: 3px 0;
        width: 100%;
        max-width: 220px;
        text-align: center;
        height: 65px;
    }
    .navbar-nav .nav-item .nav-link {
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 15px 25px !important;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        transition: all 0.3s ease;
    }
    .navbar-nav .nav-item .item-icon {
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
        height: 40px;
    }
    .navbar-nav .nav-item .item-name {
        text-align: center;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-top: 3px;
    }
    .news-card .news-img img {
        width: 100%;
        height: auto;
    }
    .news-card .news-img {
        height: auto;
    }
}