*{
    box-sizing: border-box;
}
body{
    margin: 0;
    font-family:Helvetica, sans-serif;
    background-color: #020824;
}


.lds-dual-ring {
    display: inline-block;
    width: 100vw;
    position: fixed;
    height: 100vh;
    background-color: #1de7ea;
    background-repeat: no-repeat;
    z-index: 111111;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  


h1, h2, h3{
    margin: 0;
    color: #fff;
}
h1, h2{
    text-transform: uppercase;
}
h2{
    font-size: 2em;
    position: relative;
    display: inline-block;
}
h2:not(
    .explore h2, .trail h2, footer h2
)::before,
.explore h3::before {
    content: '';
    background: linear-gradient(90deg, rgba(72, 252, 139, 0) 0%, #48fc8b 50%, rgba(72, 252, 139, 0) 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.5em;
    width: 100%;
    height: 0.1em;
}
h3{
    margin-bottom: 1em;
}
a{
    text-decoration: none;
    color: #fff;
    font-size: 0.9em;
}
p, span{
    margin: 0;
    color: #eee;
    font-size: 0.8em;
    line-height: 30px;
    letter-spacing: 1px;
}
small{
    color: #eee;
}
ul{
    list-style-type: none;
    padding: 0;
}
section, footer{
    margin: 8em 0;
}
header{
    background: url(../imgs/background.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2em;
}
header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100vh;
}
.btn{
    padding: 0.7em 2em;
    border-radius: 0.3em;
    text-transform: uppercase;
    transition:0.3s;
}
.btn-primary{
    background: linear-gradient(90deg, #48fc8b, #1de7ea);
    border: none;
    color: #111;
}
.btn-primary:hover{
    background: #1de7ea;
}
.btn-secondary{
    border: 1px #1de7ea solid;
    color: #fff;
}
.btn-secondary:hover{
   background: #fff;
    color: #000;
}
.btn-group .btn{
    margin: 1em
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 2em 0;
}
nav a {
    text-transform: uppercase;
}
.brand{
    font-size: 1.6em;
    font-weight: 700;
}
nav li{
    display: inline-block;
    margin: 0 0.7em;
    position: relative;
}
nav li::before{
   position: absolute;
   display: block;
   content: '';
   width: 0%;
   height: 3px;
   background-color: #48fc8b;
   bottom: -4px;
   left: 0;
   border-radius: 10px;
   transition: .6s;
}
nav .nav-active{
    position: relative;
}
nav .nav-active::before{
   position: absolute;
   display: block;
   content: '';
   width: 100%;
   height: 3px;
   background-color: #48fc8b;
   bottom: -4px;
   left: 0;
   border-radius: 10px;
}
nav li:hover:before{
width: 100%;
}
.search{
    text-align: center;
    border: none;
    outline: none;
    width: 8em;
    transition: 0.3s;
}
.menu-btn{
    background: none;
    padding: 0;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
    display: none;
}
.menu .btn-primary{
    display: none;
}
.header-body{
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3em 0 1em 0
}
.header-body div div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1em 0;
}
h1{
    font-size: 4.5em;
}
.header-body p{
    max-width: 20em;
    text-transform: uppercase;
    line-height: 23px;
    font-size: 0.7em;
}
.header-body p:nth-child(1){
    text-align: right;
}
.bar{
    width: 0.4em;
    height: 4rem;
    background: linear-gradient(
        0deg,
        rgba(72,252,139,0) 0%,
        #48fc8b 50%,
        rgba(72,252,139,0) 100%
    );
    filter: drop-shadow(0 0 0.5em #48fc8b);
    margin: 0 2em;
}
.grid-img{
    width: 100%;
    margin: 0 auto; 
}
.header-body .btn,
.trial .btn{
    font-size: 1.1em;
}
.header-body .btn-group{
    margin: 3em 0;
}


.services .heading{
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 2em;
}

.cards{
    display: flex;
    justify-self: center;
    align-items: center;
    gap: 2em;
    margin: 10em 0 4em 0;
}
.services .card{
    padding: 1em;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    background: rgba(127, 127, 127,.25);
    border-radius: 10px;
    border: 1px solid rgb(255, 255, 255, 0.18);
    position: relative;
}

.services .card img{
    width: 8em;
    margin: -5em 0 1em 0;
}
.services .card .light{
    background-color: #48fc8b;
    width: 6em;
    height: 6em;
    border-radius: 50%;
    position: absolute;
    top: -2em;
    left: 50%;
    transform: translate(-50%);
    filter: blur(15px);
    z-index: -1;
}

.services .card:nth-child(1) .light{
    background: #bcd83d;
}
.services .card:nth-child(2) .light{
    background: #6e3dbc;
}
.services .card:nth-child(3) .light{
    background: #ef3636;
}
.featured .heading{
    text-align: center;

}
.featured .cards{
    margin: 5em 0
}
.featured .card{
    padding: 1.3em;
    border: 1px solid #1cd0ff;
    border-radius: 10px;
    background: linear-gradient(
        -45deg,
        rgba(5, 38, 93),
        rgba(5, 38, 93, 0.3)
    );
    position: relative;
}
.featured .art-img{
    border: 1px solid #1cd0ff;
    border-radius: 10px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.featured h3{
    margin: 0.5em 0;
}
.bid, .favourites, .favourites div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.favourites{
    margin: 1em 0;
}
.favourites img{
    width: 2em;
    border-radius: 50%;
    border: 1px solid #fff;
}
.featured .card .art-title{
    margin: 1em 0;
}
.favourites small{
    color: #fff;
    padding: 0.55em;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #2a304c;
}
.favourites img:not(:first-child), .favourites small{
    margin-left: -0.8em;
}
.bid div:nth-child(2){
    text-align: right;
}
.featured .light{
    background: linear-gradient(120deg, #fff, rgba(255,255,255,0));
    position: absolute;
    top: 1.1em;
    left: 1.1em;
    width: 80%;
    padding-top: 80%;
    z-index: 0;
    border-radius: 10px;
    filter: drop-shadow(0 0 0.7em #1cd0ff);
    transition: 0.4s;
}
.featured .card:hover .light{
 top: 0.4s; 
 left: 0.6em;
}
.featured .card:nth-child(2){
border-color: #ffc23d;
background: linear-gradient(-45deg, rgba(55,30,39), rgba(55,30,39,0.3));
}

.featured .card:nth-child(2) .art-img{
    border-color: #ffc23d;
}
.featured .card:nth-child(2) .light{
  filter: drop-shadow(0 0 0.7em #ffc23d);
}

.featured .card:nth-child(3){
    border-color: #6bd146 ;
    background: linear-gradient(-45deg, rgba(9,47,57), rgba(9,47,57,0.3));

}
.featured .card:nth-child(3) .art-img{
    border-color: #6bd146;
}
.featured .card:nth-child(3) .light{
    filter: drop-shadow(0 0 0.7em #6bd146);
  }
  .explore{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
}
.grid{
    display: grid;
    grid-template-columns: repeat( 6, 1fr);
    grid-template-rows: repeat( 6, 1fr);
    grid-gap: 1em;
  }
  .grid div{
    background: url(../imgs/grid.gif) fixed;
    background-size: cover;
    background-position:  100%;
    border-radius: 10px;
    transition: 0.2s;
  }
  .grid div:nth-child(1){
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }
  
  .grid div:nth-child(2){
    grid-column: 1 / 4;
    grid-row: 2 / 5;
  }
  
  .grid div:nth-child(3){
    grid-column: 1 / 2;
    grid-row: 5 / 6;
  }
  
  .grid div:nth-child(4){
    grid-column: 2 / 4;
    grid-row: 5 / 7;
  }
  
  .grid div:nth-child(5){
    grid-column: 4 / 6;
    grid-row: 1 / 3;
  }
  
  .grid div:nth-child(6){
    grid-column: 6 / 7;
    grid-row: 2 / 3;
  }
  
  .grid div:nth-child(7){
    grid-column: 4 / 7;
    grid-row: 3 / 6;
  }
  .grid div:hover{
    transform: scale(1.05);
  }

  .stats{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5em;
  }
  .explore small{
    display: block;
    margin-bottom: 0.5em;
  }
  .explore h3{
    position: relative;
    display: inline-block;
  }
  .explore p:not(.stats p){
    margin: 1.5em 0
  }

  .artists, .trial{
    text-align: center;

  }
  .artists .heading p {
    margin:  3em auto;
    max-width: 700px;
  }
  .artists .cards{
    margin: 6em 0 4em 0;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .artists .card{
    border:  1px #42a3c3 solid;
    background: linear-gradient(rgba(17,68,96),rgb(17,68, 96,0.5));
    border-radius: 10px;
    position: relative;
    padding: 7em 1em 1em 1em;
    max-width: 16em;
  }
  .artists .bg-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    border-radius: 10px;
  }
  .artists .profile-img{
    width: 5em;
    position: relative;
    border: 0.5em rgba(17, 68, 96) solid;
    border-radius: 50%;
    margin-bottom: 1em;
  }
  .artists .card p{
    margin: 1em 0 1.5em 0;
  }
  .stars{
    color: #ffb92d;
  }
  .card-btn{
    background: none;
    border: 1px #284b60 solid;
    width: 100%;
    padding: 1em 0;
    border-radius: 10px;
    color: #eee;
    cursor: pointer;
    transition: 0.3s;
  }
  .card-btn:hover{
    background: rgba(255, 255, 255, 0.1);
  }

  .artists .card:nth-child(2){
    background: radial-gradient(rgba(30,35,99),rgba(30,35,99,0.5));
    border-color: #394b95;
}
  .artists .card:nth-child(2) .profile-img{
    border-color:rgba(30,35,99) ;
}
  .artists .card:nth-child(2) .card-btn{
    border-color:#353165;
}
  .artists .card:nth-child(3){
    background: radial-gradient(rgba(82,22,81),rgba(82,22,81,0.5));
    border-color: #bb3bad;
}
  .artists .card:nth-child(3) .profile-img{
    border-color:rgba(82,22,81);
}
  .artists .card:nth-child(3) .card-btn{
    border-color:#552e58;
}
  .artists .card:nth-child(4){
    background: radial-gradient(rgba(78,13,48),rgba(78,13,48,0.5));
    border-color: #b14d44;
}
  .artists .card:nth-child(4) .profile-img{
    border-color:rgba(78,13,48);
}
  .artists .card:nth-child(4) .card-btn{
    border-color:#472847;
}
.trial{
    background: url(../imgs/background.jpg) center no-repeat;
    background-size: cover;
    padding: 6em 1em;
}
.trial p{
  margin:  2em auto 3em auto;
  max-width: 700px;
}

footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2em;
}

footer li{
  margin: 1em 0;
}
footer li a{
  color: #ccc;
}
footer li a:hover{
 text-decoration: underline;
}
footer input{
  background-color: #1b2039;
  border: none;
  padding: 0.8em;
  color: white;
  border-radius: 6px;
  margin-bottom: 16px;
}

footer hr{
  border: 1px #1b2039 solid;
  margin: 1.5em 0;
}

footer p{
  margin: 1em 0;
}
    .menu-container {
        position: relative;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }
    
    .menu-icon {
        margin: 0% !important;
        width: 30px;
          height: 24px;
          position: absolute;
          left: 52%;
          top: 55%;
          transform: translate(-50%, -50%);
        }
        
        .line {
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, #48fc8b, #1de7ea);
            
        transition: transform 0.3s ease;
        border-radius: 12px;
      }
      
      .menu-container.clicked .line-1 {
        transform: rotate(30deg) translate(2px, 8px);
    }
    
      .menu-container.clicked .line-2 {
          opacity: 0;
        }
      
      .menu-container.clicked .line-3 {
        transform: rotate(-30deg) translate(2px, -6px);
      }
      
      .line:not(:last-child) {
        margin-bottom: 4px;
      }
      

.oops>h1,h6{
text-transform: capitalize;
text-align: center;
color: white;
margin-bottom: .2em ;
}


.oops>h1{
font-size: 7em;
}
.oops>h6{
font-size: 2em;
margin: 0;
}








/* ----------------custom-scroll-bar------------------ */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #020824;

}

::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, rgba(72, 252, 139, 0) 0%, #48fc8a8e 50%, rgba(72, 252, 139, 0) 100%);
    border-radius: 25px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, rgba(72, 252, 139, 0) 0%, #48fc8b 50%, rgba(72, 252, 139, 0) 100%);
    border-radius: 25px;
}

/* ----------------custom-scroll-bar------------------ */







@media screen and (max-width: 1000px) {
  .menu-btn{
    display: block;
  }
nav .menu{
  height: 0em;
  opacity: 0;
  background: #020824;
  position: absolute;
  left: 0;
  top: 5em;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: .6s;
  overflow: hidden;
  z-index: 9;
}
nav .btn-primary{
  display: none;
}

.menu  .btn-primary{
  display: block;
}
nav .menu-open{
  opacity: 1;
  height: 20em;
  overflow: visible;
  
}
nav .menu li{
  margin: 1em 0;
}

}


@media screen and (max-width: 700px) {
  
html{
  font-size: 14px;
}
.header-body div div{
  flex-direction: column;
  text-align: center;
}

.header-body p{
  text-align: center !important;
}
.bar{
  margin: 2em 0;
}

.services .cards{
  flex-direction: column;
}
.services .card{
  margin: 4em 0 1em 0;
}

.services .heading, .explore{
  grid-template-columns: 1fr;
}
.grid{
  height: 20em;
}

}


@media screen and (max-width:950px) {
  .featured .cards{
    flex-direction: column;
  }
}

@media screen and (max-width:315px) {
  .oops>h1,h6{
    margin-bottom: .1em ;
    }
    
    
    .oops>h1{
    font-size: 5em;
    }
  
}