:root {
    --primary: #ffa200;
    --success: #08bb61;
    --kt-danger: #f1416c;
}

body {
    margin: 0;
    padding: 0;
    background: #101019;
    font-family: "Nunito" !important;

}
::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(23, 26, 33, .2);
    border-radius: 10px;
    background-color: #212630
}

::-webkit-scrollbar-thumb {
    border: 10px solid transparent;
    border-radius: 9999px;
    background-color: #fff;
    min-height: 30px
}
.features .info {
    color: hsla(0, 0%, 95%, .5);
    font-style: italic
}
.swiper-container {
    margin-bottom: 4.5rem!important;
    position: relative;
}
.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0);
}
.swiper-pointer-events {
    touch-action: pan-y;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #FF9900;
}


.searchpa {
    padding: 25px;
    
   
}
#headerSearchInput {
    color: rgb(255 162 0);
    background: rgba(0, 0, 0, .25);
    border-color: rgb(255 162 0);
    text-align: center;
    align-items:center;
    position: relative;
}

.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}
.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}
.key {
    font-size: 15px;
}
.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1;
}
.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}
.special-kees {
    color: #ffac00;
    font-weight: 500;
    letter-spacing: -8px;
    margin-right: 1rem;
}
.features h3 {
        color: #ffac00;
        margin: 0 0 0.25rem;

}
.features .feature-items>ul>li>ul li::marker {
    color: hsla(0,0%,95%,.75);
}
.features .feature-items>ul>li>ul li {
    color: hsla(0,0%,95%,.75);
}
.features .feature-items>ul>li>ul li span[data-bs-toggle] {
    border-bottom: 1px dotted hsla(0,0%,95%,.75);
}
.features ul {
    list-style: none;
    margin: 1rem 0 0.25rem;
    padding: 0;
}
.features li::marker {
    color: #ffac00;
    content: "\f054";
    font-family: Font Awesome\ 6 Free;
    font-weight: 900;
}
.features li {
    line-height: 25px;
    margin-left: 10px;
    min-width: 200px;
    padding-left: 8px;
}
.features li span[data-bs-toggle] {
    border-bottom: 1px dotted hsla(0,0%,95%,.5);
    cursor: help;
}
.header {
    padding: 29.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #14141a;
    position: relative;
}

.header-logo {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s opacity ease;
}

.header-logo:hover {
    opacity: 0.5;
}

.line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    transform: translateY(50%);
}

.line-item {
    background: var(--primary);
    height: 7px;
    width: 50%;
}

.product {
    padding: 40px 0;
    color: #fff;
    position: relative;
}

.product>.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.product-item {
    background: #010102;
    border: 0.3625rem solid rgba(0, 0, 0, 0.08);
    padding: 25px 10px;
    border-radius: 1.375rem;
    transition: 0.3s transform ease;
    cursor: pointer;
}

.product-item:hover {
    transform: translateY(-10px);
}

.product-item:not(.product-item:hover) .product-item-image {
    filter: grayscale(1) contrast(1) brightness(1.5);
}

.product-item-image {
    height: auto;
    width: 100%;
    transition: 0.3s filter ease;
}

.product-details {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.product-details-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: bold;
    font-size: 15px;
}

.product-details-item svg {
    height: 1rem;
    width: 1rem;
}

.product-details-item path {
    stroke: var(--primary);
}

.product-item-btn {
    width: 100%;
}

.btn {
    border-radius: 31px;
}

.btn-primary {
    background: var(--primary);
    border: 1px solid var(--primary) !important;
    transition: 0.3s background ease;
}

.btn-primary:hover,
.btn-primary:focus {
    background: transparent !important;
}

.about {
    position: relative;
    padding: 3rem 0;
}

.about-content {
    width: 100%;
    margin-top: 3rem;
}

.about-title {
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
}

.about-item-title {
    color: var(--primary);
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}

.about-item-description {
    text-align: center;
    color: #fff;
    font-weight: 300;
}

.about .row {
    --bs-gutter-y: 1.5rem;
}

.footer {
    padding: 2rem 0;
    color: var(--primary);
}

.footer>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.footer-payment-methods {
    text-align: center;
}

.footer-payment-methods-title {
    margin-bottom: 0.5rem;
}

.footer-payment-methods-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.footer-payment-methods-image {
    height: 20px;
    width: auto;
}

.modal-dialog {
    height: 100%;
    margin: auto;
}

.modal-content {
    top: 50%;
    transform: translateY(-50%);
    background: #14141a;
    color: #fff;
    width: max-content;
}

.modal-body {
    padding: 0;
}

.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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
}

.modal-header {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.modal-game {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
    padding: 1rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.modal-game:last-child {
    border-bottom: 0;
}

.modal-game-item {
    display: flex;
    gap: 1rem;
    padding-right: 2rem;
    margin-right: 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-game-image {
    height: 58px;
    width: auto;
}

.modal-game-title {
    margin-bottom: 0.1rem;
}

.modal-game-price {
    color: var(--primary);
}

.modal-game-state-wrapper {
    flex-direction: column;
    text-align: center;
    color: var(--primary);
    gap: 0;
    position: relative;
}

.modal-game-state-wrapper span {
    position: relative;
}

.modal-game-state {
    color: var(--success);
    position: relative;
}

.modal-game .btn {
    border-radius: 4px;
    height: max-content;
    padding: 0.5rem 1rem;
    margin-right: 1rem;
}

.payment {
    color: #fff;
    padding: 40px 0;
    position: relative;
}

.payment .col-lg-8 {
    height: 100%;
}
.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: var(--kt-danger);
    padding-left: .25rem;
    font-weight: 600
}
.product-information {
    background-color: #14141a;
    border-radius: 10px;
    overflow: hidden;
}

.product-information-image {
    width: 100%;
    height: auto;
}

.product-information-content {
    padding: 30px;
}

.product-information-title {
    font-weight: bold;
    font-size: 18px;
}

.product-information-price {
    font-size: 17px;
    font-weight: 700;
}

.product-information-price span {
    color: var(--primary);
}

.payment-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 5px;
}

.payment-tab-item {
    background: #14141a;
    padding: 1rem 2rem;
    cursor: pointer;
    transform: scale(0.9);
    transition: 0.3s transform ease;
    border-radius: 4px;
}

.payment-tab-item-active {
    background: var(--primary);
    transform: scale(1);
}

.payment-form {
    background: #14141a;
    padding: 20px;
    border-radius: 10px;
}

.payment-form-btn {
    width: 100%;
    margin-top: 1rem;
    padding: 0.65rem;
}

.payment-form .row {
    --bs-gutter-y: 0.5rem;
}

.payment-form-top {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.payment-form-top svg {
    height: 22px;
}

.crypto {
    text-align: center;
    margin-top: 1rem;
    color: var(--primary);
}

.payment-form:not(.payment-form-active) .crypto {
    display: none;
}

.card-form {}

.card-form .row {
    align-items: end;
}

.payment-form.payment-form-card .payment-form-content {
    display: none;
}

.payment-form.payment-form-card .card-form {
    display: block;
}

@media only screen and (max-width: 991px) {
    .product-information {
        margin-bottom: 3rem;
    }
    .footer>.container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-payment-methods {
        margin-top: 2rem;
    }
    .modal-game {
        flex-direction: column;
        justify-content: center;
    }
    .modal-game-item {
        margin-right: -56px;
        padding-right: 59px;
        border-right: 0;
        justify-content: space-between;
        width: 100%;
        text-align: right;
    }
    .modal-game-state-wrapper>.row {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-content: center;
        flex-wrap: nowrap;
    }
    .modal-game-state-wrapper {
        margin-right: auto;
        text-align: left;
        display: flex;
        align-items: center;
        flex-direction: row;
        margin: 1rem 0;
        padding-right: 0px;
    }
    .modal-game .btn {
        width: 100%;
        margin: 0;
    }
    .modal-content {
        width: 95%;
        margin: 0 auto;
    }
}
#headerSearchInput::placeholder {
    color: rgb(255 162 0);
  }
  input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    border-radius: 50em;
    background: url(/public/uploads/others/searchinputdeletebutton.png) no-repeat 50% 50%;
    background-size: contain;
    opacity: 1;
  }
  .autocomplete-suggestions {
      text-align: center;
      cursor: default;
      border: 1px solid #000;
      border-radius: 5px;
      border-top: 0;
      background: rgba(10, 10, 10, 0.959);
      box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
      position: absolute;
      display: none;
      z-index: 9999;
      max-height: 254px;
      overflow: hidden;
      color: #050505;
      overflow-y: auto;
      box-sizing: border-box
  }
  
  .autocomplete-suggestion {
      position: relative;
      padding: .5rem 1rem;
      line-height: 23px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 1.02em;
      color: #da030300;
      transition: all .2s ease;
      border: 1px solid rgba(236, 137, 7, 0.85);
      border-radius: 5px;
  }
  
  .autocomplete-suggestion a {
      color: rgba(236, 137, 7, 0.85);
      text-decoration: none;
      
  }
  
  .autocomplete-suggestion b {
      font-weight: 400;
      color: #1f8dd6
  }
  
  .autocomplete-suggestion.selected {
      background: #222121
  }