.bord-details {
  border-radius: 20px;
  background-image: linear-gradient(160deg, #1618195a 0%, #151d2afb 100%);
  background-color: #131414;
}
.coold-section{
  display: flex;
  height: 190px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: -70px;
}
.left-h4, .right-h4 {
  margin-top: 170px;
  font-size: 29px;
}
#imgen{
  width: 200px;
  height: 190px;
}
.bord-details h2 {
  font-size: 45px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
.platform-selector {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  height: 90px;
  border-radius: 15px;
  background: linear-gradient(to right, #1f2122, #100b12);
  display: flex;
  overflow-x: auto; 
  overflow-y: hidden;
  white-space: nowrap; 
  padding: 10px; 
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
  box-shadow: 0px 0px 16px 0px #cfecff;
}
.platform {
  width: 50px;
  height: 50px;
  margin-top: 3px;
  border-radius: 50%;
  background-color: #000000;
	box-shadow: 0 10px 15px -3px rgba(51, 255, 190, 0.4),0 4px 6px -4px rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s;
  overflow: hidden;
  flex: 0 0 auto;
}
.drumpshb{
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
}
.drumpshb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.platform.selected {
  border: 3px solid #ffffff;
  transform: scale(1.5);
}
.platform:hover{
  background-color: #1a1e22;
  animation: bounce_613 0.4s linear;
}
@keyframes bounce_613 {
  40% {
    transform: scale(1.4);
  }
  60% {
    transform: scale(0.8);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.platform img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loader {
  display: none;
  margin: 20px auto;
  border: 8px solid #f3f3f3;
  border-top: 8px solid #00d084;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.text-center {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.btn-success {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 150px;
  background-color: #ffffff;
  height: 60px;
  overflow: hidden;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50px;
  padding-left: 35px;
  box-shadow: 2.9px 2.9px 2.2px rgba(0, 0, 0, 0.019),
    5.2px 5.2px 5.3px rgba(0, 0, 0, 0.023), 7px 7px 10px rgba(0, 0, 0, 0.025),
    8.7px 8.7px 17.9px rgba(0, 0, 0, 0.024),
    11.3px 11.3px 33.4px rgba(0, 0, 0, 0.023),
    20px 20px 80px rgba(0, 0, 0, 0.02);
}
.pika {
  position: absolute;
  top: -100%;
  left: 42%;
  transition: 0.5s all;
  animation: tilt 1.1s infinite ease-in-out;
}
@keyframes tilt {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(10deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.pokeball {
  position: absolute;
  top: 25%;
  left: 10%;
  animation: rotate_4991 1s linear infinite;
}
@keyframes rotate_4991 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
button:hover .pika {
  top: 90%;
}
button:hover .pokeball {
  animation: none;
  transform: scale(0);
}
button:hover .go {
  color: transparent;
}
.go {
  position: absolute;
  top: 18%;
  left: 45%;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 1px;
}
.pword,
.pword2 {
  position: absolute;
  font-size: 13px;
  opacity: 0;
  animation: pulse-animation_0011 1s infinite;
}
@keyframes pulse-animation_0011 {
  0% {
    transform: rotateZ(-30deg) scale(1);
  }
  50% {
    transform: rotateZ(-30deg) scale(1.1);
  }
  100% {
    transform: rotateZ(-30deg) scale(1);
  }
}
.pword {
  top: 30%;
  left: 72%;
}
.pword2 {
  top: 55%;
  left: 75%;
}
button:hover .pword,
button:hover .pword2 {
  opacity: 1;
}
.loader {
  height: 60px;
  aspect-ratio: 1;
  position: relative;
}
.loader::before,
.loader::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transform-origin: bottom;
}
.loader::after {
  background: radial-gradient(at 75% 15%, #fffb, #0000 35%),
    radial-gradient(at 80% 40%, #0000, #0008),
    radial-gradient(circle 5px, #fff 94%, #0000),
    radial-gradient(circle 10px, #000 94%, #0000),
    linear-gradient(#f93318 0 0) top / 100% calc(50% - 5px),
    linear-gradient(#fff 0 0) bottom/100% calc(50% - 5px) #000;
  background-repeat: no-repeat;
  animation: l20 1s infinite cubic-bezier(0.5, 120, 0.5, -120);
}
.loader::before {
  background: #ddd;
  filter: blur(8px);
  transform: scaleY(0.4) translate(-13px, 0px);
}
@keyframes l20 {
  30%,
  70% {
    transform: rotate(0deg);
  }
  49.99% {
    transform: rotate(0.2deg);
  }
  50% {
    transform: rotate(-0.2deg);
  }
}
.img-double{
    border-radius: 20px;
}
body {
    overflow-x: hidden;
}
@media (max-width: 480px){
    body .container{
      margin-top: -20px;
    }
}
@media (max-width: 767px) {
    body .container{
      margin-top: -20px;
    }
    .main-banner {
      text-align: center;
    }
    .main-banner h4 {
      font-size: 35px;
    }
    .gaming-library .item ul li,
    .gaming-library .item ul li:first-child,
    .gaming-library .item ul li:last-child {
      width: 100% !important;
      text-align: center !important;
    }
    .gaming-library .item ul li {
      margin-top: 30px;
    }
    .top-downloaded ul li .download i {
      top: 20px;
      width: 30px;
      height: 30px;
      line-height: 30px;
    }
    .top-downloaded ul li img {
      margin-right: 10px;
    }
    .top-downloaded ul li span {
      font-size: 14px;
    }
    .top-streamers ul li .main-button {
      float: none;
      margin-top: 10px;
    }
    .top-streamers ul li .main-button a {
      width: 100%;
      text-align: center;
    }
    .top-streamers,
    .top-downloaded {
      max-height: 100%;
      min-height: 100%;
    }
    .most-popular .item .inner-item {
      margin-bottom: 20px;
    }
}
@media (max-width: 992px) {
    .background-header {
    display: inline-block;
    }
    .header-area .main-nav #search {
      display: none;
    }
    .heading-section h4 {
      font-size: 20px;
    }
    .gaming-library .item ul li {
      width: 48% !important;
    }
    .gaming-library .item ul li:last-child {
      text-align: left;
    }
    .featured-games {
      margin-bottom: 60px;
    }
    .start-stream .item {
      margin: 15px 0px;
    }
    .feature-banner .thumb {
      margin-top: 30px;
    }
    .main-profile .main-info {
      margin: 45px 0px;
    }
}
@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
      padding-right: 5px;
      padding-left: 5px;
    }
    .header-area .main-nav .logo {
      margin-right: 30px;
      border-right: none;
    }
    .gaming-library .item ul li {
      width: 16%;
    }
}
.credentials {
    display: none;
    overflow: hidden;
    position: relative;
    text-align: left;
    border-radius: 0.5rem;
    max-width: 290px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    background-color: #131b1e;
    margin: 0 auto; 
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center; 
}
.header {
  padding: 1.25rem 1rem 1rem 1rem;
}
.image {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background-color: #e2feee;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  animation: animate .6s linear alternate-reverse infinite;
  transition: .6s ease;
}
.image svg {
  color: #0afa2a;
  width: 2rem;
  height: 2rem;
}
.content {
  margin-top: 0.75rem;
  text-align: center;
}
.title {
  color: #066e29;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.message {
  margin-top: 0.5rem;
  color: #595b5f;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.message-request{
  margin-top: 0.9rem;
  color: #ffffff;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.actions {
  margin: 0.75rem 1rem;
}
  .history {
    display: inline-flex;
    padding: 0.5rem 1rem;
    background-color: #1aa06d;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    justify-content: center;
    width: 100%;
    border-radius: 0.375rem;
    border: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .track {
    display: inline-flex;
    margin-top: 0.75rem;
    padding: 0.5rem 1rem;
    color: #242525;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    justify-content: center;
    width: 100%;
    border-radius: 0.375rem;
    border: 1px solid #D1D5DB;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  @keyframes animate {
    from {
      transform: scale(1);
    }
  
    to {
      transform: scale(1.09);
    }
  }
.info { 
    margin: 0 auto; 
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center; 
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 320px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    background: #509AF8;
    border-radius: 8px;
    box-shadow: 0px 0px 5px -3px #111;
  }
  .info__icon {
    width: 20px;
    height: 20px;
    transform: translateY(-2px);
    margin-right: 8px;
  }
  .info__icon path {
    fill: #fff;
  }
  .info__title {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
  }
  .info__close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: auto;
  }
  .info__close path {
    fill: #fff;
  }
.contains-id{
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}
.walletBalanceCard {
  width: 100%;
  height: 55px;
  background-color: #1e1f24;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 0px 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.svgwrapper {
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svgwrapper svg {
  width: 100%;
}
.balancewrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  gap: 0px;
}
.balanceHeading {
  font-size: 8px;
  color: rgb(214, 214, 214);
  font-weight: 100;
  letter-spacing: 0.6px;
}
.balance {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.addmoney {
  padding: 1px 15px;
  border-radius: 20px;
  background-color: #04ff82;
  color: rgb(21, 20, 20);
  border: none;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.addmoney:hover {
  background-color: whitesmoke;
  color: #141415;
}
.plussign {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notificationOBS {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	width: 320px;
	padding: 12px;
	flex-direction: row;
	align-items: center;
	justify-content: start;
	background: #EDFBD8;
	border-radius: 8px;
	box-shadow: 0px 0px 5px -3px #111;
	display: none;
	margin: 10px;
	z-index: 5000;
	position: fixed;
	bottom: 0;
	left: 0;
  }
  .success__icon {
	width: 20px;
	height: 20px;
	transform: translateY(-2px);
	margin-right: 8px;
  }
  .success__icon path {
	fill: #84D65A;
  }
  .success__title {
	font-weight: 500;
	font-size: 14px;
	color: #2B641E;
  }
  .success__close {
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-left: auto;
  }
  .success__close path {
	fill: #2B641E;
  }
  .fade-out {
    opacity: 0;
    pointer-events: none;
}
.progress-containerx2 {
  width: 100%;
  height: 5px;
  background-color: #e0e0e0;
  margin-top: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.progress-barx2 {
  width: 100%;
  height: 100%;
  background-color: #4caf50;
  transition: width 5s linear;
}

#evnet_ccds{
  display: none;
}
.card_temps {
  width: 100%;
  height: 120px;
  padding: 5px;
}
.img_ggos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  object-fit: cover;
  opacity: 0.3;
}
.card__content {
  background-color: #212121cf;
  backdrop-filter: blur(50px);
  width: 100%;
  height: 100%;
  padding: 15px;
}
.card-details {
  height: 100%;
  gap: .5em;
  display: grid;
  place-content: center;
}
.text_body {
  color: white;
  font-size: 20px;
  text-align: center;
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  z-index: 10;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.text-title {
  color: #ffffff;
  font-size: 1.75em;
  font-weight: bold;
  z-index: 10;
  text-align: center;
}
.sunsetsvg {
  width: 313px;
  margin-left: -51.9px;
  margin-top: -165px;
}
#sun {
  fill: url(#MyGradient);
}
body {
  overflow-x: hidden;
}