@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600&display=swap');

html{
  scroll-behavior: smooth;
}
.header {
  width: 100%;
  height: 800px;
}
body{
  background-color: #0D0D0D;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
 /* overflow-x: hidden;*/
}
.center {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  top:200px
}
.hor{
  width: 100%;
  visibility: visible;
  height: 400px;
  /*display: flexbox;*/
  display: table-row;
}
.grid{
  float: right;
  height: 220px;
  width: 220px;
  margin: auto;
  background-color:#0E2029 ;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 90px;
  align-items: center;
  align-self: start;
  border: 6px solid #0E2029;
}
.grid img{
  border-radius: 20px;
}
.grid:nth-child(odd){
  top:100px;
  position: relative;
}
.center p{
  color: rgba(255, 255, 255, 0.671);
  font-family: 'nexa' , sans-serif;
  text-align: center;
  align-items: center;
  
}

.center b{
  color: #fff;
}
.video {
  width: 40%;
  height: 320px;
  align-items: center;
  align-content: center;
  align-self: center;
  text-align: center;
  margin: auto;
  border: 3px solid #fff;
  border-radius: 10px;
  margin-top: 15px;
  overflow: hidden;
}

.beech {
  margin: auto;
}
.btn{

  background-color: #0E2029;
  color: #A5DAE6;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
}
.btn:hover{
  color: #A5DAE6;
}
.buy{
  width: 100px;
  margin-top: -5px;
}
.b1{
  height: 300px;
  width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  filter: blur(150px);
  z-index: -1;
}
.b2{
  height: 400px;
  width: 400px;
  margin: auto;
  position: absolute;
  top: 290px;
  bottom: 0;
  left: 0;
  right: 0;
  filter: blur(250px);
  z-index: -1;
}
.b3{
  height: 400px;
  width: 300px;
  position: absolute;
  top: 1000px;
  right: 0;
  margin: auto;
  filter: blur(150px);
  z-index: -1;
}
.b4{
  height: 200px;
  width: 300px;
  position: absolute;
  left: 0;
  top: 1000px;
  bottom: 0;
  margin: auto;
  filter: blur(150px);
  z-index: -1;
}
.b5{
  height: 400px;
  width: 300px;
  position: absolute;
  top: 1400px;
  right: 500px;
  margin: auto;
  filter: blur(150px);
  z-index: -1;
}
.b6{
  height: 200px;
  width: 300px;
  position: absolute;
  left: 0;
  top: 1500px;
  bottom: 0;
  margin: auto;
  filter: blur(150px);
  z-index: -1;
}
@media screen and (max-width:1000px){
  .hor{
    visibility: hidden;
    display: none;
    background-color: sandybrown;
    
  }
  .center{
    height: 300px;
    top: 0;
    width: 80%;
  }
  .header{
    height: 700px;
  }
  .grid{
    visibility: none;
  }
}

.opensea b{
  color: #A5DAE6;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}
.product{
  display: grid;
  height: 100%;
  width: 100%;
  place-items: center;

  
}
.left{
  float: left;
  width: 60%;
  text-align: left;
}
.right{
  width: 30%;
  float: right;
  align-items: right;
}
.product button{
  visibility: hidden;
  display: none;
}
.full{
  width: 100%;
}
.mail{
  width: 120px;
  padding: 10px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  border-radius: 10px;
}
.mail .arrow{
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.opensea{
  width:190px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  border-radius: 10px;
}
.opensea .arrow{
  width: 20px;
  height: 20px;
  margin-top: -9px;
} 
.center h1{
  font-size: 60px;
}
.slider{
  height: 300px;
  width: 100px;
  background-color:#0E2029 ;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-size: cover;

  align-items: center;
  align-self: start;
  border: 6px solid #0E2029;
  margin-left: 20px;
}
.slider .img{
  border-radius: 20px;
  width:100%;
  height:350px;
  margin-bottom: 15px;
}
.slider table{
  width: 90%;
  
  margin: auto;
}
.slider p{
  font-weight: 200;
}
.slider .arrow{
  float: right;
}
.slider a{
  color: #fff;
  text-decoration: none;
}
.slider a:hover{
  text-decoration: none;
  color: #fff;
}
.social a{
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  margin-top: 5px;
 
}
.social{
  text-align: left;
  align-items: left;
  align-self: left;
  margin-left: -5px;
 
}
.social a:hover{
  text-decoration: none;
  color: #fff;
}
li{
  list-style: none;
}
/*mobile Css */
@media (max-width:800px) {
  .video{
    width: 70%;
    height: 200px;
  }
  .center h1{
    font-size: 50px;
  }
 /* .slider img{
    border-radius: 20px;
    width:100%;
    height:250px;
    margin-bottom: -20px;
  }*/
  .slider table{
    margin-top: -20px;
  }
}

@media (max-width:800px){
  .slider img{
    border-radius: 20px;
    width:100%;
    height:100px;
    margin-bottom: -20px;
  }
}
.social{
 
  margin-top: 10px;
}
