/* CUSTOM FONT */
/* Neo-Sans-Pro.ttf */

@font-face {
  font-family: "customFont";
  src: url("/assets/fonts/Neo-Sans-Pro.ttf") format("truetype");
}

.custom-font {
  font-family: "customFont", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
p,
a {
  font-family: "customFont", sans-serif !important;
}

/*Custom Css*/

:root {
  --first-color: #731243;
  --second-color: #cbb876;
}

.first-color {
  color: var(--first-color) !important;
}

.second-color {
  color: var(--second-color) !important;
}

.portfolio-circle-cart {
  width: 350px;
  height: 254px;
  padding: 1rem 2rem;
  border-radius: 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 42%;

  /* background-image: url("/assets/img/bg_casino.jpg"); */
  /* background: linear-gradient(to right, #fc2548 -50%, #f11fad 93%); */
  background-image: url("/assets/img/bg_casino.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  border-radius: 10px;
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2px) !important;
}

.cbp-item-wrapper {
  overflow: hidden !important;
}

.cbp-caption-active .cbp-caption-defaultWrap {
  overflow: hidden;
}

.portfolio-circle-cart h2 {
  margin-bottom: 0.5rem;
}

.portfolio-title {
  margin-top: 1rem !important;
}

.owl-prev,
.owl-next {
  display: none;
}

.header-area {
  background-color: var(--second-color);
}
.header-area.fixednavbar {
  background-color: var(--second-color) !important;
}

.navbar-nav .nav-link {
  color: var(--first-color) !important;
  font-weight: bold !important;
  font-size: 16px !important;
}

.dropdown-menu .dropdown-item,
.dropdown-menu .dropdown-title {
  color: var(--first-color);
}

.header-area.fixednavbar .nav-utility {
  display: none !important;
}

.hidden {
  display: none !important;
}

.logo-img {
  width: 120% !important;
  max-width: 120% !important;
}

.custom-logo {
  display: flex;
  justify-content: center;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.new-short-description {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}

.custom-description-egt-general-27 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.custom-slot-game-img {
  width: 100% !important;
  max-width: 336px;
  height: auto !important;
  aspect-ratio: 336 / 442;
  object-fit: contain;
  object-position: center;
  margin-inline: auto;
  display: block;
}

.custom-card-color {
  background-color: rgb(126, 0, 61);
}

.custom-background {
  background-image: url("/assets/img/bg_casino.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-background-color {
  background-color: var(--second-color) !important;
}

.custom-background-fcolor {
  background-color: var(--first-color) !important;
}

.custom_lastest_arrivals {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.custom-banner-section {
  margin-bottom: 0px;
}

.lastest_arrivals .lastest_arrival_items .card {
  background: transparent;
  overflow: hidden;
  max-width: 100%;
}

.card-hover-title {
  color: #cdb87a;
}

.custom-card {
  max-width: 350px;
  /* max-height: 254px; */
  margin-inline: auto;
}

.card-container {
  position: relative;
  background-image: url("/assets/img/bg_casino.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;

  border-radius: 20px;
  backdrop-filter: blur(2px) !important;
}

.card-container img {
  transition: opacity 0.8s ease;
  margin-inline: auto;
}

.card-link:hover img {
  opacity: 0;
}

.description-container {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: -1;
  text-align: center;
  opacity: 0;
}

.card-link:hover .description-container {
  opacity: 1;
}

.custom-portfolio-title {
  margin-top: 1rem;
  background-color: var(--second-color);
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  fill: var(--first-color);
  color: var(--first-color);
  box-shadow: 5px 7px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 13px 13px 13px 13px;
  padding: 15px 30px;
}

.high-lighted-heading {
  background-color: var(--second-color);
  color: var(--first-color) !important;
  margin-bottom: 1rem !important;
  width: fit-content !important;
  margin-inline: auto;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  fill: var(--first-color);
  color: var(--first-color);
  box-shadow: 5px 7px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 13px 13px 13px 13px;
  padding: 15px 30px;
}

.card-link .custom-portfolio-title {
  transition:
    color 0.8s ease,
    background-color 0.8s;
}

.card-link:hover .custom-portfolio-title {
  color: var(--second-color) !important;
  background-color: var(--first-color);
}

.custom-card-title {
  font-size: 24px !important;
  color: var(--second-color) !important;
}

.lastest_arrivals .lastest_arrival_items .card:hover .card-body h5 {
  color: var(--second-color) !important;
}

.static-nav .navbar-nav .nav-link:before {
  background: var(--first-color) !important;
}

.navbar-nav .nav-link:hover:before {
  width: 100%;
}

.sidemenu_btn span {
  background-color: var(--first-color);
}

.custom-icon {
  font-size: 20px;
}

.footer-custom-active.active {
  color: #f11fad !important;
}

.container-custom-show-marker {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.container-custom-show-marker p {
  margin: 0px;
  margin-right: 0.4rem;
}

.custom-show-marker {
  background-color: white;
  display: inline-block;
}

/* CUSTOM SEARCH-SELECT INPUT */

.wrapper {
  width: 360px;
}

label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a7f6e;
  margin-bottom: 8px;
}

.search-select {
  position: relative;
}

.input-row {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1.5px solid #c9bfad;
  border-radius: 4px;
  overflow: hidden;
  transition:
    border-color 0.15s,
    box-shadow 0.15s;
}

.input-row:focus-within {
  border-color: #2d2925;
  box-shadow: 0 0 0 3px rgba(45, 41, 37, 0.08);
}

.search-icon {
  padding: 0 12px;
  color: #a89f90;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

input[type="text"] {
  flex: 1;
  border: none;
  outline: none;
  padding: 13px 4px;
  font-family: "DM Mono", monospace;
  font-size: 14px;
  background: transparent;
  color: #2d2925;
}

input[type="text"]::placeholder {
  color: #bdb5a8;
}

.clear-btn {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0 10px;
  color: #bdb5a8;
  display: none;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  transition: color 0.1s;
}

.clear-btn:hover {
  color: #2d2925;
}
.clear-btn.visible {
  display: flex;
}

.chevron {
  padding: 0 12px;
  color: #a89f90;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition:
    color 0.15s,
    transform 0.2s;
}

.chevron.open {
  transform: rotate(180deg);
  color: #2d2925;
}

/* Dropdown */
.custom-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1.5px solid #c9bfad;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(45, 41, 37, 0.12);
  display: none;
  z-index: 100;
  /* Fixed height + scroll */
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  /* Fade out at the bottom to hint scrollability */
  /* -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%); */
  /* mask-image: linear-gradient(to bottom, black 80%, transparent 100%); */
}

/* Custom scrollbar */
.custom-dropdown::-webkit-scrollbar {
  width: 5px;
}
.custom-dropdown::-webkit-scrollbar-track {
  background: transparent;
  margin: 4px 0;
}
.custom-dropdown::-webkit-scrollbar-thumb {
  background: #d4cbbf;
  border-radius: 10px;
  transition: background 0.2s;
}
.custom-dropdown::-webkit-scrollbar-thumb:hover {
  background: #a89f90;
}
/* Firefox */
.custom-dropdown {
  scrollbar-width: thin;
  scrollbar-color: #d4cbbf transparent;
}

.custom-dropdown.open {
  display: block;
  animation: drop 0.15s ease;
}

@keyframes drop {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.option {
  padding: 11px 16px;
  font-size: 13px;
  color: #2d2925;
  cursor: pointer;
  transition: background 0.1s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.option:hover,
.option.focused {
  background: #f6f2ea;
}
.option.selected {
  background: #f0ece3;
  font-weight: 500;
}

.option .tag {
  margin-left: auto;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #ede9e0;
  color: #8a7f6e;
  padding: 2px 7px;
  border-radius: 20px;
}

.no-results {
  padding: 14px 16px;
  font-size: 13px;
  color: #bdb5a8;
  text-align: center;
  font-style: italic;
}

.selected-display {
  margin-top: 10px;
  font-size: 12px;
  color: #8a7f6e;
  min-height: 18px;
  transition: opacity 0.2s;
}

.selected-display span {
  color: #2d2925;
  font-weight: 500;
}

.custom-search-select-input {
  margin: 0px;
}
/*END CUSTOM SEARCH-SELECT INPUT  */

.location-description {
  margin-top: 1rem;
  text-align: end;
}

.dropdown-menu {
  padding: 0px !important;
}

.dropdown-menu ul {
  margin: 0px;
}

.dropdown-menu ul li {
  padding-block: 6px;
  padding-left: 15px;
  transition: background-color 1s;
}

.dropdown-menu ul li i {
  transition: color 1s;
  color: var(--first-color);
}

.dropdown-menu ul li:hover {
  background-color: var(--first-color);
}
.dropdown-menu ul li:hover a {
  color: var(--second-color);
}
.dropdown-menu ul li:hover i {
  color: var(--second-color);
}

.dropdown-menu ul li.active {
  background-color: var(--first-color);
}
.dropdown-menu ul li.active a {
  color: var(--second-color);
}
.dropdown-menu ul li.active i {
  color: var(--second-color);
}

.pb-50 {
  padding-bottom: 50px;
}

.product-type {
  background: var(--second-color) !important;
  color: var(--first-color) !important;
}

.white-trans-btn-with-white-border {
  background-color: var(--second-color);
  color: var(--first-color) !important;
  margin-bottom: 1rem !important;
  width: fit-content !important;
  margin-inline: auto;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  fill: var(--first-color);
  color: var(--first-color);
  box-shadow: 5px 7px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 13px 13px 13px 13px;
  padding: 15px 30px;
  transition:
    color 0.8s ease,
    background-color 0.8s;
}

.white-trans-btn-with-white-border:hover {
  background-color: var(--first-color);
  color: var(--second-color) !important;
}

/* Fix: prevent carousel from overflowing the page horizontally */
.lastest_arrivals {
  width: 100%;
  overflow: hidden;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
