/*GENERAL START*/
body {
  font-family: "Nunito Sans", sans-serif;
  overflow-x: hidden !important;
  background: var(--primary-100);
}

.pages {
  margin-top: 512px;
}

.vh-100 {
  height: 100vh !important;
}

.vh-80 {
  height: 80vh !important;
}

.section-padding {
  padding: clamp(2rem, calc((100vw - 1439px) * 120), 5rem) 0px !important;
}

.section-small-padding {
  padding: clamp(2rem, calc((100vw - 1439px) * 120), 2rem) 0px !important;
}

/*GENERAL END*/

/*HEADER START*/
.header {
  height: 104px;
  backdrop-filter: blur(60px);
  z-index: 99999;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background: transparent !important;
  margin: 0px !important;
  padding: 0px !important;
}

.navbar {
  height: 104px;
  margin: 0px !important;
  padding: 0px !important;
}

.navbar-brand .logo {
  width: 193px;
  height: 32px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--primary-40) !important;
}

/* Mega Menu Styles */
.navbar-nav .dropdown-menu {
  background: var(--primary-100);
  backdrop-filter: blur(10px);
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.mobile-menu-container {
  background: var(--primary-100);
  backdrop-filter: blur(10px);
  width: 100%;
  min-width: 100%;
  position: absolute;
  top: 100px;
  left: 0px;
  right: 0px;
  height: 100vh;
}

.navbar-collapse {
  flex-basis: 0% !important;
}

.navbar-toggler {
  filter: brightness(0) invert(1);
}

/*DROPDOWN START*/
.bell-dropdown-menu {
  top: 40px !important;
}

.dropdown-menu {
  background: var(--primary-100);
  left: 0px;
  right: 0px;
  top: 104px;
  border-radius: 8px;
  border: 1px solid var(--secondary-50);
  background: var(--primary-100);
}

.nav-item {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-menu li:last-child {
  border-bottom: none !important;
}

.dropdown-menu li a {
  padding: 12px 24px !important;
}

.dropdown-menu li:last-child {
  border-bottom: none;
}

.dropdown-menu li:hover a {
  background: transparent !important;
  color: var(--secondary-50);
  transition: all 0.3s ease;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: transparent !important;
  color: var(--secondary-50);
}

/*DROPDOWN END*/

/*PROFILE - BELL START*/

.bell-logo-content .bell-logo {
  z-index: 0 !important;
}

.bell-logo-content .bell-badge {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00e17b !important;
  position: absolute;
  top: 15px;
  bottom: 0px;
  left: 0;
  z-index: 9999999 !important;
}

/*PROFILE - BELL END*/

/* Game Cards */
.game-card {
  transition: all 0.3s ease;
}

.game-card:hover {
  transform: translateY(-5px);
}

.game-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 16/9;
}

.game-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Açık olan menünün hover'da kapanmaması için */
.navbar-nav .dropdown.show .dropdown-menu {
  display: block !important;
}

/* Menü açıkken dropdown toggle'ın stilini değiştirmek için */
.navbar-nav .dropdown.show .dropdown-toggle {
  color: var(--secondary-50) !important;
}

/* Mobile adjustments */
@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    background: rgba(18, 18, 18, 0.98);
    border: none;
    padding: 15px;
  }

  .game-card,
  .market-item {
    margin-bottom: 15px;
  }
}

/*HEADER END*/

/*SEARCH FORM START*/
.search-form {
  position: relative;
}

.search-form .search-form-content .form-control {
  border: 1px solid var(--gray-30);
  display: inline-flex;
  padding: 12px 16px;
  height: 52px;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  width: 100%;
  background: transparent;
}

.search-form .search-form-content .form-control::placeholder {
  padding-left: 12px;
}

.search-form .search-form-content .form-control::placeholder {
  color: var(--gray-40);
}

.search-form .search-form-content .form-control {
  color: white !important;
  padding-left: 36px;
}

.search-form .search-icon {
  position: absolute;
  left: 16px !important;
  top: 12px;
  width: 24px;
  height: 24px;
  color: #959595;
}

/*SEARCH FORM END*/

/*FOOTER START*/
footer {
  border-top: 1px solid #324048;
  background: var(--primary-100);
}

.footer-custom-grid {
  display: grid;
  gap: 2%;
  grid-template-columns: repeat(4, 2fr) 2fr;
}

.footer-custom-grid .logo {
  width: 79px;
  height: 48px;
}

.footer .footer-custom-grid ul li {
  margin-bottom: 8px;
  list-style: none !important;
}

.footer ul li a {
  transition: color 0.3s ease;
}

.footer ul li a:hover {
  color: var(--secondary-50);
}

.footer-bottom {
  border-top: 0.4px solid var(--cold-gray-50);
}

.footer-bottom .footer-bottom-left-content ul li {
  list-style-type: circle !important;
}

.footer .socials img {
  border-radius: 50%;
  border: 4.091px solid var(--tertiary-100);
  background: var(--tertiary-100);
  width: 32px;
  height: 32px;
}

.footer .socials img:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

/* EMAIL INPUT START */
.email-input-container {
  position: relative;
  max-width: 400px;
  margin: 0;
}

.email-input-container .form-control {
  padding: 12px 16px 12px 46px;
  height: 48px;
  border-radius: 8px;
  color: var(--gray-20);
}

.email-input-container .form-control::placeholder {
  color: var(--gray-40);
}

.email-input-container .email-icon,
.email-input-container .send-icon {
  position: absolute;
  bottom: 12px;
}

.email-input-container .email-icon {
  left: 16px;
}

.email-input-container .send-icon {
  right: 16px;
}

/* EMAIL INPUT END */

/* VERIFICATION INPUT START */

.verification-input {
  height: 72px;
  border-radius: 7.2px;
  border: 0.9px solid var(--primary-90);
  background: var(--primary-90);
  color: #56666f !important;
}

.verification-input:focus {
  background: #22272a !important;
}

/* VERIFICATION INPUT END */

/*FOOTER END*/

/*HOME SLIDER START*/

.metin-2-logo {
  height: 77px;
}

.home-slider-swiper-container {
  overflow: hidden !important;
  height: 100vh;
}

.home-slider-swiper-container .swiper-slide {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.home-slider-swiper-container .swiper-slide .bgImage {
  background-size: fill;
  background-position: end;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 104px;
  left: 0;
}

.home-slider-swiper-container .swiper-slide .social-sidebar .social-icons img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(1) saturate(100%);
}

.home-slider-swiper-container .swiper-slide .social-sidebar .social-icons img:hover {
  filter: brightness(0) saturate(100%) invert(26%) sepia(85%) saturate(2664%) hue-rotate(204deg) brightness(104%) contrast(105%);
}

.bgImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.mouse-content {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

/*HOME SLIDER END*/

/*REFERENCES START*/
.reference-card {
  background: #232e30;
  height: 51px;
  padding: 3px 40px 3px 36px;
  transition: all 0.3s ease;
  border-radius: 0;
}

.reference-card:hover {
  background: var(--secondary-50);
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 0 0 calc(100% / 9);
    max-width: calc(100% / 9);
  }
}

/*REFERENCES END*/

/*SHOWCASE START*/

.showcase-card {
  border-radius: 24px;
  border: 1px solid var(--primary-90);
  opacity: 0.78;
  z-index: 0;
  position: relative;
  overflow: hidden;
  background: var(--tertiary-100);
}

.showcase-card:before {
  content: "";
  position: absolute;
  left: -150px;
  bottom: 0;
  width: 300px;
  height: 300px;
  border-radius: 289px;
  opacity: 0.78;
  background: #323752;
  filter: blur(103.0999984741211px);
  z-index: -1;
}

.showcase-card:hover {
  border: 1px solid var(--secondary-80);
  transform: translateY(-8px);
  transition: transform 0.3s ease;
  border-radius: 24px;

  border-radius: 24px;
  border: 1px solid var(--secondary-colors-secondary-colors-80, #0049b2);
  background: rgba(25, 63, 246, 0.2);
  opacity: 1;
  /* Button Hover */
  box-shadow: 0px 5px 12px 0px rgba(25, 63, 246, 0.25);

  /* Button Hover */
  box-shadow: 0px 5px 12px 0px rgba(25, 63, 246, 0.25);
}

.showcase-card:hover:before {
  background: var(--primary-90);
  border-radius: 24px;
  border: 1px solid var(--secondary-colors-secondary-colors-80, #0049b2);
  background: var(--tertiary-colors-tertiary-color-100, #162022);
}

.showcase-card .top img {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.showcase-card .bottom {
  padding: 20px;
  background: var(--tertiary--100);
}

.before-showcase {
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 99999;
  width: 150px;
  height: 100px;
  background-repeat: no-repeat;
}

/*COUNT CONTENT START*/

.count-content {
  background: var(--tertiary-100);
  height: 50px;
  border-radius: 8px;
  min-width: 240px;
}

.count-content .price {
  width: 170px;
  padding-left: 12px;
}

.count-content-right {
  background: var(--primary-100);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 0px 12px;
  height: 50px;
}

.count-content-right-buttons {
  width: 44px;
  height: 14px;
  border-radius: 8px;
  background: var(--tertiary-100);
  height: 40px;
  padding: 6px 28px;
}

/*COUNT CONTENT END*/

/*CHAT CONTENT START*/
.chat-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #0e161b;
  min-height: 50vh;
  max-height: 50vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.chat-container-profile {
  min-height: 100vh;
}

.message-row {
  display: flex;
  margin-bottom: 20px;
  gap: 12px;
}

.message-row.right {
  /* flex-direction: row-reverse; */
  align-items: flex-end;
  justify-content: flex-end;
}

.user-avatar {
  position: relative;
  width: 40px;
  height: 40px;
}

.user-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.online-status {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: #2fed6e;
  border: 2px solid #2d414c;
  border-radius: 50%;
}

.message-content {
  max-width: 60%;
}

.user-name {
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
}

.message-bubble {
  padding: 12px 16px;
  border-radius: 12px;
  color: #fff;
}

.message-content.left .message-bubble {
  background-color: #1e2427;
}

.message-content.right .message-bubble {
  background-color: #0049b2;
}

.message-time {
  color: #6b7280;
  font-size: 12px;
  margin-top: 4px;
}

.chat-messages {
  flex-grow: 1; /* Tüm kullanılabilir alanı kaplar */
  overflow-y: auto; /* Kaydırılabilir mesaj alanı */
}

/* 📌 Mesaj yazma alanını sabit tut */
.message-input {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background-color: #1e2427;
  border-top: 1px solid #2d414c;
}

.message-input button {
  background: none;
  border: none;
  color: #6b7280;
  cursor: pointer;
  padding: 8px;
}

.message-input button:hover {
  color: #fff;
}

.message-input input {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 8px;
  background-color: #2d414c;
  color: #fff;
}


.message-input input::placeholder {
  color: #6b7280;
}

.send-btn {
  background-color: #0049b2 !important;
  color: #fff !important;
  padding: 8px 16px !important;
  border-radius: 8px;
}

/*CHAT CONTENT END*/

/*MARKETPLACE SHOWCASE START*/

.advertisement-card {
  border-radius: 24px;
  border: 1px solid var(--helper-colors-green, #2fed6e);
  background: var(--tertiary-100);
}

.advertisement-card:hover {
  border: 1px solid var(--helper-colors-green, #2fed6e) !important;
  background: var(--tertiary-100) !important;
}

.payment-method-list-item {
  border-bottom: 1px solid #2e354e !important;
}

.payment-method-list-item:last-child {
  border-bottom: none !important;
}

/*MARKETPLACE SHOWCASE END*/
/*SHOWCASE END*/
/*COMMUNITY START*/

.community-section {
  background: url("/images/community/background-image.png");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

.community-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 207.404px;
  background: url("/images/community/shape.svg");
  background-size: cover;
  background-position: center;
}

.community-card .icon-content {
  border-radius: 100px;
  border: 3px solid var(--secondary-80);
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.community-card .icon-content img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

/*COMMUNITY END*/
/*COMMENTS START*/
.comments-section {
  background: var(--primary-100);
  min-height: 70vh;
}

.comments-section .rating-summary .stars .star-content {
  width: 36px;
  height: 36px;
}

.comments-section .rating-summary .stars .star-content::before,
.comments-section .rating-summary .stars .last-star::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  height: 36px;
  width: 36px;
  z-index: 0;
}

.comments-section .rating-summary .stars .star-content::before {
  background: var(--secondary-80);
}

.comments-section .rating-summary .stars .last-star::before {
  background: linear-gradient(270deg, #2d414c 50%, #0049b2 50.01%);
}
.comments-section .rating-summary .stars .no-star::before {
  background: linear-gradient(270deg, #2d414c 100%, #0049b2 0.00%);
}

.comments-section .left-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 367.732px;
  max-height: 332px;
  z-index: 1;
  background: url("/images/comments/comments-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.comment-card {
  border-radius: 16px;
  background: rgba(20, 24, 27, 0.5);
  border: 1px solid rgba(0, 73, 178, 0.4);
  padding: 32px 36px;
  height: 416px;
}

.comment-card .bottom {
  height: 290px;
}

.comment-card .title-large-medium {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 72px;
}

.comment-card .user-info {
  margin-top: auto !important;
}

.comment-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 122, 255, 0.05) 0%,
      rgba(0, 122, 255, 0) 100%);
  pointer-events: none;
}

/*COMMENTS END*/

/*SLIDER PREV NEXT START*/

.comments-swiper .swiper-button-prev,
.comments-swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  border: 1px solid #fff;
}

.comments-swiper .swiper-button-prev {
  left: 20px;
}

.comments-swiper .swiper-button-next {
  left: 92px;
}

.comments-swiper .swiper-button-prev:after,
.comments-swiper .swiper-button-next:after {
  font-size: 16px;
}

@media (max-width: 1400px) {
  .comments-swiper .swiper-button-prev {
    left: 10px;
  }

  .comments-swiper .swiper-button-next {
    right: 10px;
  }
}

/*SLIDER PREV NEXT END*/

/*HOME SOCIALS START*/

.home-socials .social-content {
  padding: 32px;
  border-radius: 50%;
  border: 4.091px solid var(--tertiary-100);
  background: var(--tertiary-100);
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.world-gif-content img {
  width: 130px;
  height: 130px;
}

.social-icon {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.social-icon img {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 40px;
  height: auto;
}

.follower-count {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover efektleri */
.social-content:hover .social-icon img {
  transform: translateY(-20px);
  opacity: 0;
}

.social-content:hover .follower-count {
  transform: translate(-50%, 0%);
  opacity: 1;
}

/*HOME SOCIALS END*/

/*FAQ START*/

.faq {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  position: relative;
}

.faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/faq-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.faq .accordion-item {
  border-radius: 12px;
  border: 1px solid var(--secondary-80);
}

.faq .accordion-item .accordion-body {
  height: 100%;
  min-height: 216px;
  z-index: 3;
}

.faq .accordion-item .accordion-body::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 100px;
  width: 159px;
  height: 50%;
  border-radius: 50%;
  opacity: 0.78;
  background: #323752;
  filter: blur(103.0999984741211px);
  z-index: 2;
}

.faq .accordion-item .accordion-body .text {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.faq .accordion-button {
  background: transparent;
}

.accordion-button::after {
  --bs-accordion-btn-icon: url(data:image/svg + xml,
 %3csvgxmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" %3e%3cpathd="M2 5L8 11L14 5" /%3e%3c/svg%3e) !important;
}

.faq .accordion-item .accordion-body {
  max-height: 400px; /* Maksimum yükseklik belirle */
  overflow-y: auto; /* İçerik taşarsa kaydırma ekle */
  transition: max-height 0.3s ease-in-out;
}


/*FAQ END*/

/*SLOGAN START*/
.slogan,
.slogan-game-detail,
.user-slogan {
  border-radius: 12px;
  background: #162022;
  background-position: center;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}

.slogan {
  height: 100%;
  border: 1px solid var(--secondary-80);
  background-image: url("/images/slogan/background.png") !important;
}

.slogan-game-detail {
  border: 1px solid var(--gray-80);
  background-image: url("/images/slogan/back-2.png") !important;
}

.user-slogan {
  border: 1px solid var(--gray-80);
  background-image: url("/images/slogan/back-2.png") !important;
}

.slogan::before,
.slogan-game-detail::before,
.user-slogan::before {
  content: "";
  position: absolute;
  top: -55px !important;
  width: 500px;
  height: 115%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat !important;
  z-index: 1;
}

.slogan::before {
  width: 100%;
  height: 125%;
  top: -90px !important;
  transform: translateX(50%);
  background-image: url("/images/slogan/right.png") !important;
  right: 30%;
}

.slogan-game-detail::before {
  right: 10%;
  background-image: url("/images/slogan/right-2.png") !important;
}

.user-slogan::before {
  right: 10%;
  height: 100%;
  top: 0px !important;
  background-image: url("/images/slogan/right-3.png") !important;
}

.slogan-content {
  position: relative;
  z-index: 1;
}

/*SLOGAN END*/

/*AUTHENTICATION START*/
.authentication {
  background: var(--primary-100);
}

.authentication .form-container {
  border-radius: 12px;
  border: 1px solid #324048;
  box-shadow: 0px 0px 16px 0px #89a3af;
  padding: 20px 60px;
}

.authentication .input-icon img {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.password-toggle {
  padding-right: 12px;
}

.password-toggle img {
  width: 20px;
  height: 20px;
}

.authentication .end-0 {
  right: 20px !important;
}

.authentication-logo {
  position: absolute;
  top: 40px;
  left: 40px;
}

.authentication .modal-content {
  border-radius: 24px;
  border: 1px solid var(--primary-90);
  background: var(--tertiary-100);
}

.modal-content {
  border-radius: 4px;
  border: 0.646px solid #24283e;
  background: radial-gradient(130.25% 141.34% at 100% 1.79%,
      #0c1a29 0%,
      #101117 100%);
}

.modal-content label {
  color: #fff;
}

.modal-content .modal-title {
  color: #fff;
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
  filter: brightness(0) invert(1);
}

/*AUTHENTICATION END*/
.btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}

/*BREADCRUMB START*/

.breadcrumb-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 512px;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.breadcrumb-section {
  position: relative;
  height: 512px;
}

.breadcrumb-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  background: linear-gradient(180deg, rgba(14, 22, 27, 0) 0%, #0e161b 100%);
  z-index: 1;
}

.breadcrumb-content {
  position: relative;
  z-index: 2;
}

/*BREADCRUMB END*/
/*CATEGORY CARD START*/
.category-card {
  max-width: 400px;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
}

.category-card-body {
  padding: 36px 44px;
}

/*CATEGORY CARD END*/
/*SEARCH START*/
.search-container .form-control {
  border: none;
  background: transparent;
  color: var(--gray-30) !important;
  height: 48px;
}

.search-container .form-control:focus {
  background: transparent;
}

.search-container .form-control::placeholder {
  color: var(--gray-30) !important;
}

/*SEARCH END*/

/*pagination start*/

.pagination-custom .page-link {
  padding: 8px 16px;
  border-radius: 4px;
  min-width: 40px;
  text-align: center;
  transition: all 0.3s ease;
}

.pagination-custom .page-item.active .page-link {
  background-color: var(--secondary-50);
  border-color: var(--secondary-50);
}

.pagination-custom .page-link:hover {
  background-color: var(--secondary-50);
  border-color: var(--secondary-50);
}

.pagination-custom .page-item:first-child .page-link {
  min-width: 60px;
}

/*pagination end*/

/* Seller List Table Styles */

.table-container {
  border-bottom: 1px solid var(--primary-colors-90, #2d414c);
  border: 1px solid #2d414c !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.table-container .table thead {
  height: 130px;
}

.table-container .table thead tr {
  background: var(--tertiary-100);
  border-bottom: 1px solid #2d414c !important;
}

.table-container .table thead tr th {
  border-bottom: 1px solid var(--primary-90) !important;
  background: var(--tertiary-100) !important;
  vertical-align: middle;
}

.table-container .table tbody tr td {
  background: transparent;
  vertical-align: middle;
  border-bottom: 1px solid var(--primary-90);
  height: 110px !important;
}

.plus-minus-icon-content {
  border-radius: 8px;
  border: 1px solid var(--primary-90);
  background: #0e161b;
}

.table-container .table tbody tr:last-child td,
.table-container .table tbody tr:last-child td {
  border: 1px solid transparent;
}

/*Seller List Table End*/

/*MARKETPLACE DETAIL START*/

/*PRODUCT DETAIL START*/

.market-place-detail .count-content-right {
  border-radius: 8px;
  background: var(--tertiary-100);
  backdrop-filter: blur(10px);
}

.market-place-detail .image-banner {
  min-height: 210vh;
  overflow: hidden;
  position: relative;
}

.market-place-detail .market-place-detail-slogan .clock-icon {
  width: 24px;
  height: 24px;
}

.market-place-detail .market-place-detail-slogan {
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}

.market-place-detail .market-place-detail-slogan .slogan-content-row::before {
  position: absolute;
  content: "";
  background-image: url("/images/market-place-detail-slogan-background.png");
  bottom: 20px;
  left: 0;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 75%;
  width: 100%;
  background-position: bottom;
}

.market-place-detail .market-place-detail-slogan .slogan-content-row::after {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, #101117 0%, rgba(33, 105, 168, 0.08) 100%);
  bottom: 0px;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 80%;
  width: 100%;
  background-position: bottom;
}

.market-place-detail .market-place-detail-slogan .slogan-left {
  z-index: 1;
}

.market-place-detail .market-place-detail-slogan .left img {
  max-width: 100%;
  height: 100%;
}

.market-place-detail .market-place-detail-slogan .clock-icon {
  width: 24px;
  height: 24px;
}

.market-place-detail .market-place-detail-slogan .paragraph-large-regular {
  margin-bottom: 20px;
}

.market-place-detail .market-place-detail-slogan .primary-button {
  margin-top: 20px;
}

.market-place-detail-sub-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}

.market-place-detail-info {
  border-radius: 12px;
  border: 1px solid var(--secondary-100);
  background: radial-gradient(212.29% 70.17% at 0% 99.27%,
      #1c2134 0%,
      #0b1217 100%);
  box-shadow: 0px 18px 48px 0px rgba(0, 0, 0, 0.28);
}

.market-place-detail-info-title {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.market-place-detail-info-title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
  mix-blend-mode: overlay;
}

.market-place-detail-info-title span {
  white-space: nowrap;
}

.market-place-detail-info .form-check-input {
  border-radius: 4px;
  border: 1.5px solid var(--white-50);
}

.market-place-detail-info .market-place-detail-badge {
  background: radial-gradient(137.76% 148.3% at 109.63% 1.79%,
      rgba(50, 203, 203, 0.25) 0%,
      rgba(6, 41, 45, 0.25) 100%);
  border: 0.5px solid rgba(19, 138, 142, 0.6);
  border-radius: 5px;
}

.market-place-detail-cart-content {
  background-image: url("/images/boosting-detail-cart.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/*PRODUCT DETAIL END*/
/*MARKETPLACE DETAIL END*/

/*IMAGE BANNER START*/
.image-banner {
  height: 90vh;
  overflow: hidden;
  position: relative;
}

.image-banner .background-wrap {
  position: absolute;
  z-index: -1000;
  width: 100vw;
  height: 90vh;
  top: 0;
  left: 0;
  overflow: hidden;
}

#image-bg-elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.image-banner .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: linear-gradient(0deg, #101117 0%, rgba(16, 17, 23, 0.5) 100%);
  text-align: center;
  padding: 20px;
}

.image-banner .content .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: url("/images/image-banner-shape.svg");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

/*IMAGE BANNER END*/

/*FILTER - BAR START*/
.game-menu {
  display: flex;
  align-items: center;
}

.game-menu .filter-button {
  background-color: transparent;
  border: 2px solid var(--tertiary-100) !important;
  padding: 10px 20px;
  border-radius: 4px;
  margin-left: auto;
  cursor: pointer;
  color: white;
}

.game-menu .filter-button:hover {
  background-color: transparent;
}

.game-menu button {
  background-color: transparent;
  border: 2px solid var(--tertiary-100) !important;
  border: none;
  color: #c5ddf2;
  padding: 10px 20px;
  margin: 0 5px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.game-menu button.active {
  background-color: var(--secondary-50);
  color: #fff !important;
}

.game-menu button:hover {
  background-color: none;
}

.game-menu .filter-dropdown {
  background-color: none !important;
}

/*FILTER - BAR END*/

/*BLOG START*/

.blog-list-sidebar {
  border-radius: 12px;
  border: 1px solid var(--secondary-colors-100, #14243D);
  background: radial-gradient(212.29% 70.17% at 0% 99.27%, #1C2134 0%, #0B1217 100%);
  box-shadow: 0px 18px 48px 0px rgba(0, 0, 0, 0.28);
  min-height: 100vh;
}


.blog-list-sidebar:first-child .sidebar-item {
  color: #ABB8E7;
  font-variant-numeric: lining-nums proportional-nums;
  /* Title Styles/Title Large/SemiBold */
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
}

.blog-card {
  border-radius: 24px;
  border: 1px solid var(--primary-colors-90, #2D414C);
  background: var(--tertiary-colors-100) !important;

}

/*BLOG END*/

/*HOLO CARD START*/

.holo-card {
  width: 85%;
  height: 380px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(5px);
  transform-style: preserve-3d;
  perspective: 1000px;
}

.holo-card-search {
  width: 50px;
  height: 50px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(5px);
  transform-style: preserve-3d;
  perspective: 1000px;
}

.card-1 {
  animation: floatAnimation1 15s ease-in-out infinite;
}

.card-2 {
  animation: floatAnimation2 15s ease-in-out infinite;
}

.card-3 {
  animation: floatAnimation3 15s ease-in-out infinite;
}

.card-4 {
  animation: floatAnimation4 15s ease-in-out infinite;
}

.card-5 {
  animation: floatAnimation5 15s ease-in-out infinite;
}

.card-6 {
  animation: floatAnimation6 15s ease-in-out infinite;
}

.card-7 {
  animation: floatAnimation7 15s ease-in-out infinite;
}

.card-8 {
  animation: floatAnimation8 15s ease-in-out infinite;
}

@keyframes floatAnimation1 {
  0% {
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateY(0px) skew(2deg);
  }

  50% {
    transform: perspective(1000px) rotateX(-2deg) rotateY(-2deg) translateY(-10px) skew(-2deg);
  }

  100% {
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateY(0px) skew(2deg);
  }
}

@keyframes floatAnimation2 {
  0% {
    transform: perspective(1000px) rotateX(3deg) rotateY(1deg) translateY(0px) skew(-3deg);
  }

  50% {
    transform: perspective(1000px) rotateX(-1deg) rotateY(-3deg) translateY(-12px) skew(1deg);
  }

  100% {
    transform: perspective(1000px) rotateX(3deg) rotateY(1deg) translateY(0px) skew(-3deg);
  }
}

@keyframes floatAnimation3 {
  0% {
    transform: perspective(1000px) rotateX(1deg) rotateY(3deg) translateY(0px) skew(3deg);
  }

  50% {
    transform: perspective(1000px) rotateX(-3deg) rotateY(-1deg) translateY(-8px) skew(-2deg);
  }

  100% {
    transform: perspective(1000px) rotateX(1deg) rotateY(3deg) translateY(0px) skew(3deg);
  }
}

@keyframes floatAnimation4 {
  0% {
    transform: perspective(1000px) rotateX(2deg) rotateY(1deg) translateY(0px) skew(-1deg);
  }

  50% {
    transform: perspective(1000px) rotateX(-1deg) rotateY(-2deg) translateY(-15px) skew(3deg);
  }

  100% {
    transform: perspective(1000px) rotateX(2deg) rotateY(1deg) translateY(0px) skew(-1deg);
  }
}

@keyframes floatAnimation5 {
  0% {
    transform: perspective(1000px) rotateX(1deg) rotateY(2deg) translateY(0px) skew(1deg);
  }

  50% {
    transform: perspective(1000px) rotateX(-2deg) rotateY(-1deg) translateY(-11px) skew(-3deg);
  }

  100% {
    transform: perspective(1000px) rotateX(1deg) rotateY(2deg) translateY(0px) skew(1deg);
  }
}

@keyframes floatAnimation6 {
  0% {
    transform: perspective(1000px) rotateX(3deg) rotateY(2deg) translateY(0px) skew(2deg);
  }

  50% {
    transform: perspective(1000px) rotateX(-2deg) rotateY(-3deg) translateY(-9px) skew(-1deg);
  }

  100% {
    transform: perspective(1000px) rotateX(3deg) rotateY(2deg) translateY(0px) skew(2deg);
  }
}

@keyframes floatAnimation7 {
  0% {
    transform: perspective(1000px) rotateX(2deg) rotateY(3deg) translateY(0px) skew(-2deg);
  }

  50% {
    transform: perspective(1000px) rotateX(-3deg) rotateY(-2deg) translateY(-13px) skew(2deg);
  }

  100% {
    transform: perspective(1000px) rotateX(2deg) rotateY(3deg) translateY(0px) skew(-2deg);
  }
}

@keyframes floatAnimation8 {
  0% {
    transform: perspective(1000px) rotateX(1deg) rotateY(1deg) translateY(0px) skew(3deg);
  }

  50% {
    transform: perspective(1000px) rotateX(-1deg) rotateY(-1deg) translateY(-14px) skew(-2deg);
  }

  100% {
    transform: perspective(1000px) rotateX(1deg) rotateY(1deg) translateY(0px) skew(3deg);
  }
}

.holo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(125deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.2) 25%,
      rgba(255, 255, 255, 0.1) 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.shine {
  position: absolute;
  top: -200%;
  left: -200%;
  width: 400%;
  height: 400%;
  background: linear-gradient(45deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.1) 45%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0.1) 55%,
      rgba(255, 255, 255, 0) 100%);
  transform: rotate(45deg);
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

.snow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, white 0.1rem, transparent 0.1rem);
  background-size: 1rem 1rem;
  opacity: 0;
  animation: snowfall 10s linear infinite;
  pointer-events: none;
}

.holo-card:hover {
  animation: none;
  transform: perspective(1000px) rotateX(10deg) rotateY(10deg) scale(1.05);
  box-shadow:
    0 0 40px rgba(41, 208, 248, 0.4),
    0 0 20px rgba(41, 208, 248, 0.2),
    0 0 60px rgba(7, 49, 113, 0.6);
  border-color: rgba(255, 255, 255, 0.5);
}

.holo-card:hover .holo-overlay {
  opacity: 1;
}

.holo-card:hover .shine {
  opacity: 1;
  animation: shine 1.5s infinite;
}

.holo-card:hover .snow {
  opacity: 0.3;
}

@keyframes shine {
  0% {
    top: -200%;
    left: -200%;
  }

  100% {
    top: 200%;
    left: 200%;
  }
}

@keyframes snowfall {
  0% {
    background-position: 0 0;
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    background-position: 1rem 1rem;
    opacity: 0;
  }
}

@media screen and (max-width: 600px) {
  .holo-card {
    height: 280px;
  }
}

/*HOLO CARD END*/

/*ASK THE SELLER START  */
.ask-the-seller-card {
  background: linear-gradient(180deg, rgba(14, 23, 43, 0.9) 0%, rgba(10, 16, 31, 0.9) 100%);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25);
}

/* Profil resmi için */
.ask-the-seller-card .profile-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 16px;
  position: relative;
}


.ask-the-seller-card .online-status {
  width: 12px;
  height: 12px;
  background: #22C55E;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: 8px;
  border: 2px solid #0E172B;
}

.rating {
  color: #007BFF;
  margin: 12px 0;
}



/*ASK THE SELLER END*/

/*RESPONSIVE START*/

@media screen and (min-width: 1400px) {
  .authentication .form-outer {
    max-width: 700px;
  }

  .search-form .search-form-content .form-control {
    min-width: 400px;
  }
}

@media screen and (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1580px;
  }

  .authentication .form-outer {
    max-width: 600px;
  }
}

@media screen and (min-width: 1024px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1720px;
  }
}

@media screen and (max-width: 1023px) {
  .breadcrumb-section {
    height: 400px;
  }

  .breadcrumb-nav {
    opacity: 0;
  }

  .navbar-brand .logo {
    width: 100px;
    height: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .references-row>div:first-child .reference-card {
    border-radius: 12px 0 0 12px;
  }

  .references-row>div:last-child .reference-card {
    border-radius: 0 12px 12px 0;
  }
}

@media screen and (max-width: 992px) {

  .about-card {
    height: 360px !important;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0px !important;
    top: 120px !important;
  }

  .authentication .form-container {
    padding: 12px 16px !important;
  }

  .footer-custom-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {

  .about-image-container::before {
    display: none;
  }

  .about-background {
    background-image: none !important;
  }

  .wallet-col {
    z-index: 1;
    margin-top: 60px !important;
  }

  .user-slogan,
  .slogan,
  .slogan-game-detail,
  .user-slogan::before,
  .slogan-game-detail::before,
  .slogan::before {
    background-image: none !important;
    background-color: var(--primary-100);
  }

  .sloga .navbar-brand .logo {
    width: 193px;
    height: 50px;
  }

  .slogan::before,
  .slogan-game-detail::before {
    display: none;
  }

  .comments-swiper .swiper-button-prev,
  .comments-swiper .swiper-button-next {
    top: 110%;
  }

  .comments-swiper .swiper-button-prev {
    left: 30%;
  }

  .comments-swiper .swiper-button-next {
    left: 60%;
    right: 40%;
  }
}

@media screen and (max-width: 576px) {
  .comments-section .left-content::before {
    display: none;
  }

  .community-section {
    min-height: 200vh;
  }

  .holo-card {
    width: 100%;
  }

  .count-content {
    min-width: 180px;
  }

  .home-socials .social-content {
    padding: 32px;
    width: 60px;
    height: 60px;
  }

  .world-gif-content img {
    width: 70px;
    height: 70px;
  }

  .popular-service-card .border-overlay {
    transform: rotate(-13deg) translateX(-120px);
    pointer-events: none;
    opacity: 0.2;
  }

  .footer-custom-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
  left: 0;
  right: 0;
  top: 80px;
  position: absolute;
  z-index: 9000 !important;
  border-top: 1px solid #232e30 !important;
}

/*RESPONSIVE END*/

/*QUALITY TRUST CARD START*/




.quality-trust-card {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  box-shadow: var(--card-shadow);
  backdrop-filter: var(--card-backdrop-filter);
  position: relative;
  overflow: hidden;
  height: 280px !important;
}

.quality-trust-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #162022;
  border-radius: 16px;
  z-index: 2;
  /* Changed from -1 to 2 */
  opacity: 1;
  /* Add opacity to see through */
}

/* Add this to ensure content stays above overlay */
.quality-trust-card>* {
  position: relative;
  z-index: 3;
}




.quality-trust-card h3 {
  color: var(--white);
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}

.quality-trust-card p {
  color: var(--white-50);
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.quality-trust-card-image-content {
  width: 50px;
  height: 50px;
}

/*QUALITY TRUST CARD END*/

/*ABOUT START*/
.about-breadcrumb-content {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  height: 100%;
}

.about {
  min-height: 100vh;
}

.about-background {
  background-size: cover;
  background-position: center;
  min-height: 80vh;
  mix-blend-mode: color-dodge;
}

.about-card {
  border-radius: 16px;
  border: 1px solid #6e838e;
  background: rgba(22, 32, 34, 0.8);

  height: 222px;
}

.about-bottom-image {
  width: 100%;
  height: auto;
  mix-blend-mode: color-dodge;
}

.about-image-container {
  position: relative;
}

.about-image-container::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  /* Logo genişliği */
  height: 200px;
  /* Logo yüksekliği */
  background-image: url("/images/about/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999999 !important;
}

/*ABOUT END*/

/* CONTACT START */
.contact-page-title-content {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 100%;
}

.play-button {
  width: 100px;
  height: 100px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 3;
  cursor: pointer;
}

.play-button::before,
.play-button::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.3s ease;
}

.play-button::before {
  width: 130%;
  height: 130%;
  border: 5px solid rgba(255, 255, 255, 0.3);
}

.play-button::after {
  width: 160%;
  height: 160%;
  border: 5px solid rgba(255, 255, 255, 0.2);
}

.play-button:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.play-button:hover::before,
.play-button:hover::after {
  opacity: 0.5;
}

.play-button i {
  color: white;
  font-size: 30px;
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: transparent;
  border: 2px solid var(--secondary-50) !important;
  border-radius: 25px;
  color: var(--secondary-50);
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.contact-card-text-content {
  min-height: 140px;
}

.contact-card {
  border-radius: 16px;
  border: 1px solid rgba(110, 131, 142, 0.3);
  background: rgba(22, 32, 34, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 222px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.17);
  background: linear-gradient(135deg,
      rgba(22, 32, 34, 0.9),
      rgba(22, 32, 34, 0.6));
}

.contact-form .form-control {
  padding-left: 40px !important;
  border-radius: 8px;
  border: 1px solid var(--gray-40) !important;
}

.contact-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.contact-form {
  background: #0e161b;
  border-radius: 12px;
  border: 1px solid #324048;
  min-height: 479px;
}

.contact-form-content {
  background: url("/images/contact-video-image.png") no-repeat center center;
  background-size: cover;
  height: 592px;
}

.contact-form-group {
  border-radius: 8px;
  border: 1px solid var(--gray-40) !important;
}

.contanct-form-control {
  color: white;
}

.contanct-form-control::placeholder {
  color: white;
}

.contanct-form-control:focus {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

.contact-form-control:hover {
  color: white;
}

.contact-form-button {
  background-color: transparent;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 100px;
}

/* CONTACT END */

/* CART START */
.cart-card {
  background: #162022;
  border-left: 4px solid var(--secondary-50);
}

.cart-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(14, 22, 27, 0.3) 0%, #0e161b 100%);
  opacity: 0.65;
}

.cart-card .product-card-image {
  height: 227.15px;
}

.cart-page .cart-info {
  border-radius: 12px;
  border: 1px solid var(--secondary-colors-100, #14243d);
  background: radial-gradient(212.29% 70.17% at 0% 99.27%,
      #1c2134 0%,
      #0b1217 100%);
  box-shadow: 0px 18px 48px 0px rgba(0, 0, 0, 0.28);
}

.cart-page .product-card {
  border-radius: 4px;
  border: 0.646px solid #24283e;
  border-left: 5px solid var(--secondary-50);
  background: radial-gradient(130.25% 141.34% at 100% 1.79%,
      #0c1a29 0%,
      #101117 100%);
}

.cart-page .product-card-image {
  width: 172px;
  height: 172px;
}

/* CART END */

/*PAYMENT METHOD PAGE START*/

.payment-methods-page .product-card {
  border-radius: 4px;
  border: 0.646px solid #24283e;
  background: radial-gradient(130.25% 141.34% at 100% 1.79%,
      #0c1a29 0%,
      #101117 100%);
}

.payment-method-image {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.payment-method {
  border-radius: 4px;
  border: 0.646px solid #24283e;
  border-left: 5px solid #32cbcb;
  background: radial-gradient(130.25% 141.34% at 100% 1.79%,
      #0c1a29 0%,
      #101117 100%);
}

/*PAYMENT METHOD PAGE END*/

/*PAYMENT  PAGE START*/
.payment-form,
.profile-bell .bell-content,
.profile-modal {
  border-radius: 12px;
  border: 0.646px solid #24283e;
  background: var(--helper-colors-Dark-Bg, #0b1217);

  /* Game Card */
  box-shadow: 0px 18px 17.1px 0px rgba(0, 0, 0, 0.28),
    0px -20px 35px 0px rgba(0, 0, 0, 0.25);
}

.shopping-badge,
.bell-badge {
  position: absolute;
  right: -10px;
  top: -5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--danger);
  z-index: 9 !important;
  border: 2px solid white;
}

.credit-cart-view {
  height: 300.826px;
  position: relative;
  z-index: 0;
  background-image: url("/images/card-back.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/*PAYMENT  PAGE END*/

/*PAGINATION START*/

.swiper-pagination {
  position: absolute;
  top: 90% !important;
  left: 5% !important;
  z-index: 1000;
}

.swiper-pagination-bullet {
  width: 32px;
  height: 24px;
  background: var(--gray-60);
  opacity: 1;
  margin: 0 5px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  border-radius: 0px !important;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.swiper-pagination-bullet-active {
  background: var(--secondary-50);
  color: #fff";

}

/*PAGINATION END*/

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  border: none;
  font-size: 0.8em;
  top: 10px;
}

/*PROFILE - SIDEBAR START*/

.profile-header {
  margin-top: -40px;
}

.profile-page,
.profile-page-sidebar {
  min-height: 100%;
}

.profile-page-sidebar {
  padding-top: 120px !important;
}

.profile-page-sidebar {
  border-right: 1px solid var(--dark-gray-100);
  background: var(--dark-gray-100);
  padding-top: 200px;
}

.profile-page-sidebar-icon .sidebar-icon {
  filter: brightness(0) saturate(100%) invert(83%) sepia(16%) saturate(386%) hue-rotate(189deg) brightness(88%) contrast(86%);
  width: 24px;
  height: 24px;
}

.profile-page-sidebar .profile-page-sidebar-icon .sidebar-icon-logout {
  filter: brightness(0) saturate(100%) invert(53%) sepia(73%) saturate(1212%) hue-rotate(320deg) brightness(75%) contrast(119%);
}

.profile-page-sidebar .profile-image-content {
  border-top: 1.5px solid;
}

.profile-page-sidebar .profile-image {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.profile-page-sidebar .bell-badge {
  border-radius: 2px;
  background: var(--danger) !important;
  display: flex;
  width: 16px;
  height: 24px;
  padding: 5px 2.5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12.5px;
}

.bell-text {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  padding: 16px;
  text-decoration: none !important;
}

/* Scrollbar styling for WebKit browsers */
.bell-text::-webkit-scrollbar {
  width: 2px;
}

.bell-text::-webkit-scrollbar-track {
  background: #2e2f36;
  border-radius: 6px;
}

.bell-text::-webkit-scrollbar-thumb {
  background-color: var(--primary-80);
  border-radius: 6px;
  border: 1px solid transparent;
  background-clip: padding-box;
}

/* Scrollbar styling for Firefox */
.bell-text {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-80) #2e2f36;
}

/*PROFILE - SIDEBAR END*/

/*PROFILE - EDIT START*/

.profile-edit .profile-edit-banner-image-content img {
  opacity: 0.3;
  background: url(/images/profile-banner.png) lightgray 50% / cover no-repeat;
  background-blend-mode: soft-light;
  mix-blend-mode: plus-lighter;
  background-color: #0f1b2c;
  min-width: 100%;
  height: 230px;
}

.profile-edit .user-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #404667;
}

.upload-box {
  border: 1px dashed var(--secondary-50);
  width: 100%;
  color: var(--white);
  text-align: center;
  border-radius: 8px;
}

.profile-edit .upload-box:hover {
  border-color: var(--secondary-50);
}

.wallet-info {
  border-radius: 12px;
  background: var(--helper-colors-Dark-Bg, #0b1217);
  background: red;
}

.wallet-col {
  z-index: 1;
  margin-top: -50px;
}

.profiles .form-control,
.profiles select {
  color: var(--gray-30) !important;
  background-color: transparent;
}

.profiles .form-control::placeholder {
  color: white !important;
}

/*PROFILE - EDIT END*/

/*PROFILE - BELL START*/

.bell-logo-content .bell-logo {
  width: 44px;
  height: 44px;
  z-index: 0 !important;
}

.bell-logo-content .badge {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00e17b;
  position: absolute;
  top: 5px;
  bottom: 0px;
  left: 105%;
  z-index: 9999999 !important;
}

/*PROFILE - BELL END*/

.profile-logo-content {
  border-radius: 4px;
  border: 0.646px solid #24283e;
  background: radial-gradient(130.25% 141.34% at 100% 1.79%,
      #0c1a29 0%,
      #101117 100%);
  width: 64px;
  height: 64px;
  border-radius: 100px;
  border: 1px solid #404667;
  background: #101117;
  box-shadow: 0px 0px 12px 0px rgba(0, 116, 255, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
}

.divider-line {
  background: #24283e;
  width: 100%;
  height: 1px;
}

.wallet-withdrawal {
  height: 200px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.dropdown-toggle::after {
  vertical-align: 0px !important;
}


.footer_live_support_button {
  border: 1px solid #0074FF;
  border-radius: 30px;
  padding: 12px 24px;
  color: #0074FF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s;
  gap: 10px;
}

.footer_live_support_button:hover {
  border: 1px solid #FFF;
  color: white;
  text-decoration: none;
}

.footer_live_support_button i {
  font-size: 1.8rem;
}

.postAnAdBottomImage {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
}

.image-upload-item-inner-div {
  position: relative;
  transition: border 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
}

.image-upload-item-inner-div img {
  border-radius: 8px;
}

.delete-image {
  z-index: 10;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.delete-image:hover {
  opacity: 1;
}

.upload-box {
  border: 2px dashed var(--primary-50);
  border-radius: 8px;
  background-color: rgba(0, 82, 204, 0.1);
  transition: background-color 0.3s ease;
}

.upload-box:hover {
  background-color: rgba(0, 82, 204, 0.2);
}

.postAnAdBottomImage {
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

.form-select{
  background-color: transparent !important;  
  color: white !important;
}

.form-select option{
  color: white !important;
  background-color: #161616 !important;
}