@import url("https://fonts.googleapis.com/css?family=Roboto:500,500italic,400,400italic,300,300italic");
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
* {
  box-sizing: border-box;
}
#SearchIcon:hover{
    filter: drop-shadow(1px 1px 2px #FF6900);
    cursor: pointer;
}
.close:hover{
    filter: drop-shadow(1px 1px 2px #FF6900);
  cursor: pointer;
  transition: 0.5s;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background: #FF6900;
  font-family: 'Play';
  overflow: hidden;
}
#root {
  display: flex;
  height: inherit;
  overflow: hidden;
}
.container {
  width: 1900px;
  height: 900px;
  background: #141616;
  margin: auto;
  box-shadow: 0 0 10px 5px rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.container .curve-background {
  overflow: hidden;
  position: absolute;
  width: 1900px;
  left: 0;
  height: 900px;
}
h2{
  top: -40px;
  position: relative;
  color: grey
}
.search-open .container .curve-background .curve-close {
  opacity: 0;
}
.search-close .container .curve-background .curve-close {
  opacity: 1;
}
.container .header {
  display: flex;
  justify-content: space-between;
}
.container .header .menu,
.container .header .search {
  width: 60px;
  height: 60px;
  background: #FF6900;
  transition: background 0.5s ease-out 0s;
  z-index: 50;
  position: relative;
  cursor: pointer;
  
}
.search-icon{
  transition: 0.5s;
  position:relative
}
.fart{
  display: inline-grid;
  width: 510px;
  border-radius: 20px;
  margin-right: 48px;
  transition: 0.5s ease;
  height: 207px;
  margin-bottom: 20px;
  
}
#faceit{
  transition: 0.6s ease;
}
#faceit:hover{
  filter: drop-shadow(1px 1px 2px #FF6900);
  cursor: pointer;
}
#player{
  transition: 0.6s ease;
  width: 30px;
  height: 30px;
}
#picandhat:hover{
  transform: scale(1.5); /* zooms */
  filter: drop-shadow(1px 1px 2px #FF6900);
  cursor: pointer;

}
#picandhat{
  transition: 0.6s ease;
  position: relative;
  display: inline-block; /* keep it tight around each player’s image */
}
#playername{

  position: absolute;
  top:-22px;
  transition: opacity 1s ease;
  opacity: 0;
  filter: drop-shadow(1px 1px 2px #000000);
  font-size: .8rem;
  z-index: 60;
  width:100px;

}
.addtodatabase {
  align-items: center;
  appearance: none;
  background-color: #000;
  border-radius: 4px;
  border-width: 0;
  box-shadow: #FF6900 0 2px 4px,rgba(0, 0, 0, 0.3) 0 7px 13px -3px,#000000 0 -3px 0 inset;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: inline-flex;
  font-family: "Play";
  height: 35px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 2.2rem;
  width: 70px;
  transform: translate(425px,-165px);
}

.addtodatabase:focus {
  box-shadow: #000000 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.addtodatabase:hover {
  box-shadow: #FF6900 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #000000 0 -3px 0 inset;
  transform: translate(425px,-168px);
}

.addtodatabase:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translate(425px,-168px);

}  
#name a{
  margin-left: 5px;
  font-size: 1rem;
  color:gray;
}
#name{
  font-size:2rem;
  font-weight:bold;
  position: relative;
  right: -10px;
  top: 5px;
}
.result {
  
  position: absolute;
  width: 1900px;
  transform: translate(130px,165px);
  height: 700px;
  overflow-y: scroll;
  overflow-x: hidden;
}


.container .header .menu:hover,
.container .header .search:hover{
  transition: 0.5s;
  background: #232828 !important;
}
.container .text,
#actualText {
  transition: all 0.6s ease; /* smoothly animate any style change */
}
.search-open .container .header .menu,
.search-open .container .header .search {
  background: #232828;
}
.search-close .container .header .menu,
.search-close .container .header .search {
  background: 
#FF6900;
}
.container .header .menu .close,
.container .header .search .close {
  opacity: 0;
  font-size: 2.5rem;
  color: #fff;
  position: absolute;
  left: 15px;
  top: 0;
}
.search-open .container .header .menu .close,
.search-open .container .header .search .close {
  opacity: 1;
  top:4px;
}
.search-close .container .header .menu .close,
.search-close .container .header .search .close {
  opacity: 0;
}
.container .header .menu {
  border-bottom-right-radius: 50%;
  text-align: center;
  line-height: 70px;
}
.container .header .menu .hamb {
  display: inline-block;
  width: 30px;
  height: 18px;
  line-height: 0;
}
.container .header .menu .hamb .row {
  display: inherit;
  background: #000000;
  height: 4px;
  margin-bottom: 3px;
  width: 100%;
}
.container .header .search {
  border-bottom-left-radius: 50%;
  text-align: center;
  padding: 13px 0;
}
.container .header .search circle,
.container .header .search .search-line {
  stroke: #000000;
  transition: stroke 0.4s ease-out;
}
.search-open .container .header .search .search-icon {
  animation: search-open 1s forwards;
}

.search-close .container .header .search .search-icon {
  animation: search-close 0.5s forwards;
}
.search-close .container .header .search .search-icon circle,
.search-close .container .header .search .search-icon .search-line {
  stroke: #000000;
}
.container .text {
  text-align: center;
  color: #fff;
  z-index: 10;
  font-size: 1.3rem;
  margin-top: -90px;
  transition: opacity 0.5s ease-in;
  border-color: black;
  border-radius: 20px;
  width: 700px;
  align-self: center;
  position: relative;
  transition: 0.5s
  

}


.container .text .search-input {
  height: 40px;
  border: none;
  border-radius: 3px;
  width: 0;
  transition: all 0.5s ease-out 0.4s;
  padding: 0;
  font-family: 'Play';
  font-size: 2rem;
}
.search-open .container .text .search-input {
  width: 600px;
}
.search-close .container .text .search-input {
  transition: all 0s;
  width: 0;
}
#actualText .search-text{
  font-size: 2.3rem;
}
.container .text .search-text {
  margin: 0;
  transition: all 0.5s ease-out 0.4s;
  opacity: 0;
  margin-bottom: 10px;
}
.search-open .container .text .search-text {
  opacity: 1;
}
.search-close .container .text .search-text {
  transition: all 0s;
  opacity: 0;
}
.container .intro {
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  transition: opacity 0.3s ease-in;
  filter: drop-shadow(2px 1px 2px #000000);
  transform: translateY(73%);
  
}

.container .intro h1{
  filter: drop-shadow(2px 1px 2px #000000);
  font-size: 5rem;
}
.fade {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  .show {
    opacity: 1;
    transform: translateY(0);
  }
.search-open .container .intro {
  opacity: 0;
  pointer-events: none;
}
.search-close .container .intro {
  opacity: 1;
  pointer-events: auto;
}
.search-close .container .text {
  opacity: 0;
}

.container .footer {
  color: #fff;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.container .footer .list {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
.container .footer .list .list-item {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  margin-right: 15px;
  background: #c0c0c0;
}
.GoToBanreader {
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 70px;
  font-size: .7rem;
  position: absolute;
  transform: translate(425px,52px);
  transition: transform 0.3s ease; /* Smooth animation on hover */
}

.GoToBanreader:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(1px);
  -webkit-filter: blur(1px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 5px;
  
  
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.GoToBanreader:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 5px;
  
  
}


.search-input {
  margin-bottom: 20px;
}


h1.search-text {
  margin-top: 5px;
}

.map-divider {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s ease;
  text-align: center;
  margin-bottom: 20px;
}

.stat {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.5s ease;
  margin: 5px 0;
}

.showw {
  opacity: 1;
  transform: translate(0);
}
.carousel-wrapper {
  position: relative;
  width: 600px; /* adjust as needed */
  margin: 20px auto;
  overflow: hidden;
  border-radius: 12px;
  position: absolute;
  width: 250px;
  height:  118px;
  transform: translate(170px,27px);
}
h3{
  color:rgb(37, 37, 37)
}
.map-divider {
  opacity: 0;
  transition: opacity 400ms ease;
}

.map-divider.active {
  opacity: 1;
}
.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.map-divider {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  color: white;
}

.map-stats {
  margin-top: 10px;
  font-size: 14px;
  color: #ddd;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  border: none;
  color: white;
  font-size: 24px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 60;
  transition: background 0.2s;
  opacity: 1;
  transition: .8s;
}

.carousel-btn:hover {
  background: rgba(0,0,0,0.9);
}

.carousel-btn.prev { left: 10px; }
.carousel-btn.next { right: 10px; }


#penis{
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -30px;
  position: relative;
}
#fart {
  position: relative;
  width: 300px;
  height: 50px;
  transition: 4s;
  transform-style: preserve-3d;
  transform: perspective(1000px) rotateX(0deg);
  cursor: pointer;
}
#fart:hover {
  transform: perspective(1000px) rotateX(360deg);
}
#fart span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: rgba(83, 83, 83, 0.603);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
  transition: 0.5s;
  border: 2px solid #000;
  box-sizing: border-box;
  box-shadow: insert 0 20px 50px rgba(0, 0, 0, 0.2);
}
#fart:hover span {
  color: #fff;
  background: #FF6900;
}
#fart span:nth-child(1) {
  transform: rotateX(360deg) translateZ(25px);
}
#fart span:nth-child(2) {
  transform: rotateX(270deg) translateZ(25px);
}
#fart span:nth-child(3) {
  transform: rotateX(180deg) translateZ(25px);
}
#fart span:nth-child(4) {
  transform: rotateX(90deg) translateZ(25px);
}