*
*:before
*:after {
  box-sizing: border-box;
}

@media (display-mode: standalone) {
  body {
    background-color: #000; /* Black background for standalone mode */
  }
}
      

body {          
  font-family: 'Poppins';
  margin: 0;
  background-color: #252954;
}  
.landingpage {
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
.landingpage::before {
  content: "";
  position: absolute;
  width: 123px;
  height: 123px;
  left: 60%;
  top: 138px;
  filter: blur(90px);
  background-color: #FB37FF;
}
.landingpage::after {
  content: "";
  position: absolute;
  width: 123px;
  height: 123px;
  left: 80%;
  top: 550px;
  background-color: #18B2DE;
  filter: blur(80px);
}
.landingpage .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  width: 100%;
}
.landingpage .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}

.buttonwrap {
width: 222px;
height: 45px;  
margin-right: 35px;
}

.navbar .createbtn {
  cursor: pointer;
  width: 66px;
  height: 45px;  
  color: #BCBCBC;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  border: 1px solid black;
  background: linear-gradient(93.51deg, #98d8ff 2.84%, #fff 99.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navbar .createbtn:hover {
  border: 1px solid #3081ED;
  border-radius: 10px;
}
.navlogo {
  height: 100%;
  background: linear-gradient(93.51deg, #9B51E0 2.84%, #3081ED 99.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
}
.navbar .navlink {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #BCBCBC;
}
.navbar .navlink.selectedlink {
  background: linear-gradient(93.51deg, #9B51E0 2.84%, #3081ED 99.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1.5px solid #9B51E0;
}
.navbar .navlink:not(:last-child) {
  margin-right: 32px;
}

.box .infobox {
  animation-name: leftslide;
  animation-duration: 0.8s;
  max-height: 500px;
  max-width: 55%;
  overflow: hidden;
}
.box .infobox-boldtext {
  margin: 0;
  font-family: Poppins;
  color: #FFFFFF;
  font-size: 65px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -2px;
  text-align: left;
}
.box .infobox-slimtext {
  margin: 24px 0;
  font-family: Poppins;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-align: left;
}
.box .infobox-btnwrapper {
  display: flex;
}
.box .infobox-explorebtn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1F1D2B;
  padding: 8px 38px;
  border-radius: 16px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -1px;
  color: #FFFFFF;
}
.box .infobox-createbtn {
  cursor: pointer;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  padding: 8px 38px;
  border: 1px solid #D7D7D7;
  border-radius: 16px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -1px;
  color: #FFFFFF;
}
.box .infobox .selected {
  border: none;
  background: linear-gradient(103.91deg, #9B51E0 21.01%, rgba(48, 129, 237, 0.8) 100%);
}
.box .display {
  animation-name: rightslide;
  animation-duration: 0.8s;
  padding: 14px;
  border: 1px solid;
  background: linear-gradient(169.44deg, rgba(58, 129, 191, 0.08) 1.85%, rgba(65, 48, 90, 0.08) 98.72%);
  border-radius: 35px;
  max-height: 450px;
  max-width: 50%;
  overflow: hidden;
}
.box .display-nft {
  object-fit: cover;
  flex-shrink: 0;
  width: 300px;
  height: 300px;
  border-radius: 20px;
}
.box .display .infowrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.box .display .info {
  display: flex;
  align-items: center;
  font-family: "Poppins";
  font-style: normal;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 12px;
}
.box .display .info p {
  margin: 0;
}
.box .display .info-img {
  object-fit: cover;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.box .display .info2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: "Poppins";
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
}
.box .display .info2 p {
  margin: 0;
}
.box .display .info2 .iconwrapper {
  display: flex;
  align-items: center;
}
.box .display .info2 .iconwrapper svg {
  margin-right: 5px;
}

.auction .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
.auction .title .titlebold {
  margin: 0;
  font-family: "Poppins";
  font-style: normal;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 48px;
  line-height: 72px;
}
.auction .title .titleslim {
  margin: 0;
  font-family: "Poppins";
  font-style: normal;
  color: #D7D7D7;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: -1px;
}
.auction .nft {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-row-gap: 20px;
  grid-column-gap: 0px;
  justify-content: space-between;
  padding: 3%;
}

.itemlogo {
  height: 100%;
  background: linear-gradient(93.51deg, #92ABF4 2.84%, #8B00FF 99.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.item {
  display: flex;
  flex-direction: column;
  justify-self: center;
}
.item h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #9B51E0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  color: linen;
  line-height: 30px;
}
.item h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #9B51E0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 1000;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 1500px) {
  .landingpage {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1040px) {
  .box {
    flex-direction: column;
  }
  .box .infobox {
    max-height: 450px;
    max-width: none;
    margin-bottom: 50px;
  }
  .box .display {
    display: none;
    max-height: none;
    max-width: none;
  }

  .auction .nft {
    grid-template-columns: auto auto;
    justify-content: space-around;
  }

  .discover-items {
    grid-template-columns: auto auto auto;
    justify-content: space-around;
  }

  .footer {
    flex-direction: column;
  }
  .footer-main {
    max-width: 80%;
    margin-bottom: 50px;
    text-align: center;
  }
  .footer-navigate .nav:first-child {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .landingpage {
    padding: 0 20px;
  }

  .box .infobox-boldtext {
    font-size: 45px;
    line-height: 50px;
  }
  .box .infobox-slimtext {
    font-size: 12px;
    line-height: 16px;
  }

  .discover-items {
    grid-template-columns: auto;
    justify-content: space-around;
  }

  .auction .nft {
    grid-template-columns: auto;
    justify-content: space-around;
  }

}
@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}




.background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #1b0d33;
    overflow: hidden;
}

.background span {
    width: 17vmin;
    height: 17vmin;
    border-radius: 17vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move;
    animation-duration: 1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.background span:nth-child(0) {
    color: #651a86;
    top: 66%;
    left: 48%;
    animation-duration: 102s;
    animation-delay: -116s;
    transform-origin: -2vw 17vh;
    box-shadow: -34vmin 0 4.90528017360891vmin currentColor;
}
.background span:nth-child(1) {
    color: #966cc8;
    top: 14%;
    left: 35%;
    animation-duration: 442s;
    animation-delay: -69s;
    transform-origin: 11vw -14vh;
    box-shadow: 34vmin 0 4.617344491716791vmin currentColor;
}
.background span:nth-child(2) {
    color: #583C87;
    top: 14%;
    left: 82%;
    animation-duration: 74s;
    animation-delay: -422s;
    transform-origin: 1vw 1vh;
    box-shadow: -34vmin 0 4.929709081423635vmin currentColor;
}
.background span:nth-child(3) {
    color: #583C87;
    top: 29%;
    left: 32%;
    animation-duration: 135s;
    animation-delay: -159s;
    transform-origin: 18vw 1vh;
    box-shadow: 34vmin 0 4.555858131037738vmin currentColor;
}
.background span:nth-child(4) {
    color: #651a86;
    top: 91%;
    left: 81%;
    animation-duration: 453s;
    animation-delay: -258s;
    transform-origin: 0vw 14vh;
    box-shadow: 34vmin 0 4.32372576473221vmin currentColor;
}
.background span:nth-child(5) {
    color: #651a86;
    top: 95%;
    left: 64%;
    animation-duration: 332s;
    animation-delay: -478s;
    transform-origin: -13vw 4vh;
    box-shadow: -34vmin 0 5.232417304412594vmin currentColor;
}
.background span:nth-child(6) {
    color: #583C87;
    top: 30%;
    left: 75%;
    animation-duration: 142s;
    animation-delay: -441s;
    transform-origin: 13vw 3vh;
    box-shadow: 34vmin 0 4.6831844362706185vmin currentColor;
}
.background span:nth-child(7) {
    color: #966cc8;
    top: 1%;
    left: 11%;
    animation-duration: 317s;
    animation-delay: -83s;
    transform-origin: -17vw 24vh;
    box-shadow: -34vmin 0 5.035953931650241vmin currentColor;
}
.background span:nth-child(8) {
    color: #583C87;
    top: 63%;
    left: 92%;
    animation-duration: 26s;
    animation-delay: -287s;
    transform-origin: 17vw 22vh;
    box-shadow: -34vmin 0 4.478691695985274vmin currentColor;
}
.background span:nth-child(9) {
    color: #583C87;
    top: 73%;
    left: 9%;
    animation-duration: 317s;
    animation-delay: -205s;
    transform-origin: 4vw -4vh;
    box-shadow: -34vmin 0 5.1800295283807465vmin currentColor;
}
.background span:nth-child(10) {
    color: #583C87;
    top: 26%;
    left: 99%;
    animation-duration: 240s;
    animation-delay: -134s;
    transform-origin: -5vw -13vh;
    box-shadow: -34vmin 0 4.648456168216528vmin currentColor;
}
.background span:nth-child(11) {
    color: #651a86;
    top: 9%;
    left: 97%;
    animation-duration: 239s;
    animation-delay: -461s;
    transform-origin: -11vw -12vh;
    box-shadow: -34vmin 0 4.811942675959224vmin currentColor;
}
.background span:nth-child(12) {
    color: #966cc8;
    top: 83%;
    left: 95%;
    animation-duration: 471s;
    animation-delay: -476s;
    transform-origin: 24vw -13vh;
    box-shadow: 34vmin 0 4.45757157047761vmin currentColor;
}
.background span:nth-child(13) {
    color: #966cc8;
    top: 77%;
    left: 52%;
    animation-duration: 104s;
    animation-delay: -65s;
    transform-origin: 9vw 9vh;
    box-shadow: -34vmin 0 4.342580882765889vmin currentColor;
}

.hidden {
  display: none;
}


input,
output {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  font-family: Arial, sans-serif;
}

output {
  background: #ff4500;
  padding: 5px 16px;
  border-radius: 3px;
  color: #fff;
}


input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 200px;
  height: 7px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  background-image: linear-gradient(#8761B6, #583C87);
  background-repeat: no-repeat;
}


/* Input Thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ff4500;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #3181ED;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ff4500;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb:hover {
  background: #ff0200;
}

input[type="range"]::-moz-range-thumb:hover {
  background: #ff0200;
}

input[type="range"]::-ms-thumb:hover {
  background: #ff0200;
}

/* Input Track */
input[type=range]::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type="range"]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}