@font-face {
  font-family: "Thunder-BlackLC";
  src: url("fonts/Thunder-BlackLC.ttf"),
       url("fonts/Thunder.woff");
 
  
}
*{
    margin: 0;
    padding: 0;
}
 
main{
    width: 100%;
    height: 100vh;
    background-color: rgb(83, 158, 251);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
html{
    overflow: hidden;
}
.half-box-1{
    width: 47%;
    height: 100%;
    background-color: rgb(20, 26, 72);
    border-top-right-radius: 5000px;
    border-bottom-right-radius: 5000px;
     z-index: 1;
     box-shadow: 10px 10px 100px 30px rgb(0, 0, 0);
       animation: half-box1 ease-in-out 2s;
      display: flex;
      align-items: end;
      justify-content: center;
    
    
}
.half-box-2{
    width: 47%;
    height: 100vh;
    background-color: rgb(20, 26, 72);
    border-top-left-radius: 5000px;
    border-bottom-left-radius: 5000px;
    z-index: 1;
    box-shadow: 10px 10px 100px 30px rgb(0, 0, 0);
    animation: half-box1 ease-in-out 2s;
    display: flex;
    align-items: end;
    justify-content: right;
    
   
}
@keyframes half-box1{
    0%{
    }
  50%{
width: 0;
  }
 
  100%{

  }
}
.lines-container{
    width: 90%;
    height: 100vh;
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    left: 5%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.lines{
    width: 60px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.219);
    animation: shadow-lines 10s infinite;
    animation-delay: 1s;
}
@keyframes shadow-lines{
    0%{

    }
    30%{
        scale: 0.2;
box-shadow: 0px 0px 15px 1px rgba(0, 255, 255, 0.588);


    }
    60%{
      
scale: 1.1;
box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.296);
    }
    100%{

    }
}
header{
    width: 100%;
    height: 100px;
    /* background-color: aqua; */
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin-top: 10px;
    
}
nav{
    width:90%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: bisque; */
    
}
nav img{
    width: 200px;
    margin-left: -200px;
    animation: slide-in-elliptic-top-fwd 1.8s;
}
.icons i{
    color: white;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.538);
    padding: 11px 9px;
    margin: 7px;
    border-radius: 50%;
    transition: 0.5s;
    animation: slide-in-elliptic-top-fwd 2.3s;
   
}
.links{
    width: 450px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.364);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -50px;
    margin-top: 30px;
    animation: slide-in-elliptic-top-fwd 1.5s;
   
}
ul{
    list-style: none;
    display: flex;
    /* margin-left: 50px; */
    
    
}
a{
    text-decoration: none;
    margin: 7px;
    color: rgb(0, 0, 0);
    font-size: 17px;
    text-transform: uppercase;
    font-family: sans-serif;
    background-color: rgb(255, 255, 255);
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: bolder;
    transition: 0.5s;
}
a:hover{
    background-color: rgb(0, 0, 0);
    color: white;
      scale: 1.1;
}
.icons i:hover{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    
}
.content{
    position: absolute;
    z-index: 3;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
  
   
}
.content h1{
    font-size: 300px;
    font-weight: lighter;
    text-transform: uppercase;
    font-family:'Thunder-BlackLC' ;
    color: white;
    text-shadow: 0px 0px 50px rgb(76, 204, 255);
    animation: h1 3s ;
   
}
@keyframes h1{
    0%{
/* opacity: 0; */
scale: 0.8;
letter-spacing: 50px;
    }
    50%{
scale: 1.3;
    }
    100%{

    }
}
.content img{
    height: 650px;
    position: absolute;
    top:-150px;
    left: 40px;
    rotate: 20deg;
    z-index: 1;
    filter: drop-shadow(0px 0px 80px  rgba(0, 51, 255, 0.678));
    animation: shoes 5s ease-in-out infinite;
    
}


@keyframes image-shoe{
    0%{
scale: 1.6;

    }
    100%{
    }
}

@keyframes shoes{
    0%{
      
    }
    25%{
filter: drop-shadow(0px 0px 20px  rgba(0, 195, 255, 0.678));
    }
    50%{
filter: drop-shadow(0px 0px 50px  rgba(60, 128, 255, 0.678));
transform: translatey(-30px)

    }
    75%{
filter: drop-shadow(0px 0px 30px  rgba(21, 255, 239, 0.678)) ;
    }
    100%{
  
    }
    
}


@-webkit-keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
            transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
            transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% ;
            transform-origin: 50% ;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-1000px) rotateX(-30deg) scale(0);
            transform: translateY(-1000px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
            transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
            transform-origin: 50% 1400px;
    opacity: 1;
  }
}
.price h2{
    font-size: 40px;
    font-family: sans-serif;
    text-transform: uppercase;
    color: rgb(120, 203, 255);
    font-weight: lighter;
  
}
.price p{
    color: white;
    font-size: 45px;
    font-weight: bolder;
     font-family: sans-serif;
    text-transform: uppercase;
    
}
.price button{
    padding: 10px 7px;
    font-size: 14px;
    font-family: sans-serif;
    text-transform: uppercase;
    color: white;
    border-radius: 30px;
    background-color: rgb(5, 5, 46);
    border: none;
    box-shadow: 0px 0px 20px 1px rgba(255, 255, 255, 0.462);
    margin-top: 10px;
    width: 140px;
    position: relative;
    padding-right: 20px;
    
}
.price{
    width: 300px;
    height: 300px;
    align-items: left;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-right: 300px;
     animation: text 4s;
}
.plus{
    font-size: 25px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: rgb(0, 136, 255);
    position: absolute;
    top: 4px;
    padding-left: 5px;
   
}
.price2{
    display: flex;
    flex-direction: column;
    align-items: left;

   width: 350px;
   height: 200px;
   /* background-color: aqua; */
   right: -240px;
   position: absolute;
   bottom: 35px;
   text-align: left;
   animation: text 4s;
   

}
.price2 p{
    font-size: 16px;
    font-weight: lighter;
    text-transform: capitalize;
    
}
@keyframes text{
    0%{
opacity: 0;
    }
    50%{
opacity: 0;
    }
    75%{
        scale: 0.9;
    }
    100%{

    }
}
 .btns .buy{
    background-color: rgb(57, 133, 255);
    color: black;
    margin-left: 8px;
    width: 140px;
    font-weight: bold;
    padding: 6px 10px;
}
.btns .buy i{
    color: rgb(255, 255, 255);
    padding: 5px;
}
button:hover{
    scale: 0.9;
    
}
button{
    transition: 1s;
}
.arrow i{
    font-size: 100px;
    position: absolute;
    z-index: 4;
    top: 280px;
    left: 100px;
    color: rgb(255, 255, 255);
    filter: drop-shadow(0px 0px 20px rgb(0, 229, 255));
    animation: arrowshadow 5s infinite,arrow 3s;
    rotate: 180DEG;
}
.arrow2 i{
    left: 1300px;
    position: absolute;
    top: 280px;
    rotate: 0deg;
    animation: arrow2 3s,arrowshadow 5s infinite;
}
@keyframes arrow{
    0%{
left: -200px;
scale: 1;
    }
    50%{

    }
    100%{

    }
}
@keyframes arrow2{
    0%{
left: 1600px;
scale: 1;
    }
    50%{

    }
    100%{

    }
}

@keyframes arrowshadow{
    0%{

    }
    25%{
  filter: drop-shadow(0px 0px 50px rgb(0, 229, 255));
    }
    50%{
 filter: drop-shadow(0px 0px 90px rgb(0, 145, 255));
    }
    75%{

    }
    100%{

    }
}