@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500&family=Source+Sans+Pro:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&family=Rajdhani:wght@500&family=Source+Sans+Pro:ital,wght@0,600;1,600&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html, body {
    overflow-x: hidden;
 }

.partis1{
    /* display: inherit; */
    z-index: 1;
    background: #1f2029;
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg');
    background-size: 4%;
}

.landing
{
    display: flex;
}

.upper{
    /* background-color: red; */
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-box
{
    margin: 10px;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    outline: none;
}
.input{
    height: 100px;
    resize: none;
    resize: none;
    border: rgb(240, 81, 81) 3px solid;
    border-radius: 10px;
    background: transparent;
    color: greenyellow;
}

.text-box:focus
{
    transform: scale(1.1);
  border-color: rgb(88, 218, 218);
  transition: 0.3s ease-in-out;
}

.output{
    height: 100px;
    resize: none;   
    border: rgb(240, 81, 81) 3px solid;
    border-radius: 5px;
    background: transparent;
    color: springgreen;
}

.password{
    height: 50px;
    resize: none;
    border: rgb(240, 81, 81) 3px solid;
    border-radius: 5px;
    background: transparent;
    color: red;
}

.btnDiv
{
    width: 500px;
    /* background: chocolate; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0px;
}
.btn{
    font-family: 'Source Sans Pro', sans-serif;
    width: 90px;
    height: 35px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px; 
    /* border: rgb(240, 81, 81) 2px solid; */
    border-radius: 2px;
    /* background: transparent; */
    /* color: springgreen; */
    /* padding: 3px; */
    color: white;
    /* background-color: rgb(255, 0, 68); */
    background: transparent;
    box-shadow: inset 0 0 0 0 mediumspringgreen;
    transition: ease 0.5s;
    outline: none;
    /* border: none; */
    border: none;
    border: 2px  mediumspringgreen solid;
    stroke: mediumspringgreen;
    letter-spacing: 2px;
    
}

.btn:hover{
    color: black;
    box-shadow: inset 300px 0 0 0 mediumspringgreen;
    cursor: pointer;
    
}



.down{
    /* background-color: green; */
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* .about{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    height: 700px;
    }

.text-part{
    justify-content: space-around;
    width: 70%;
    height: 100%;
}


.about h1
{
    background: teal;
    font-size: 50px;
    font-family: 'Source Sans Pro', sans-serif;
    color: white;
    
}
/* .about p
{
    margin: 100px;
    background: tan;
    font-size: 20px;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
    color: mediumspringgreen;
} */ 

/* .about
{
    background: #262626;
    color: azure;
} */

.about{
    padding: 10px;
    padding-top: 100px;
    justify-content: center;
    display: flex;
}

.text-part{
    width: 85%;;
}

.about h1
{
    font-family: 'Rajdhani', sans-serif;
    color: mediumspringgreen;
}
.about p{
    font-family: 'Montserrat', sans-serif;
    /* font-family: 'Source Sans Pro', sans-serif; */
    line-height: 32px;
    color: white;
}

.quote{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 100px;
    position: top;
    z-index: 4;
    font-family: 'Courier New', Courier, monospace;
    background: transparent;
}

.love{
    color: rgb(240, 81, 81);
}

.do {
    color: mediumspringgreen;
}
.ray{
    color: white;
    margin-left: 280px;
    font-size: 12px;
}

.partis2{
    height: 200px;
    /* position: relative; */
    /* background: burlywood; */
}
.cyber{
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    flex-direction: column;

}

.contact{

    /* height: 100px; */
    margin-top: 150px;
    display: flex;
    align-items: center;
    justify-content: bottom;
    flex-direction: column;   
}
.contact h1{
   /* position: absolute; */
   
   
   /* padding-top: 100px; */
   font-family: 'Rajdhani', sans-serif;
   color: mediumspringgreen;
   margin-top: 20px;
   


}

.contact  p{
    justify-content: center;
    align-items: center;
    color: white;
}

.discord-wid{
    margin-bottom: 50px;
    margin-top: 10px;
    height: 600px;
    width: 80%;
}

/* .how li{
    display: flex;
    align-items: center;

} */
.how{
    color: white;
    list-style-type: decimal;
    line-height: 30px;
}

.how h1{
    color: mediumspringgreen;
    margin-bottom: 15px;
}

.how-name{
    color: rgb(240, 81, 81);
}
.li-name{
    color: mediumspringgreen;
}
.help{
    padding: 15px;
    margin-top: 0px;
    /* background: beige; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.help li::marker{
    color: mediumspringgreen;
}

.enhelp{
    padding-top: 40px;
}

.particle-class {
    /* position: absolute; */
    top: 0;
    /* height: 100px; */
    width: 100%;
}

.image{
    display: flex;
    justify-content: center;
    align-items: center;
    /* overflow: hidden; */
}

.fire{
    height: 400px;
    z-index: 3;

}

/* //select your image */
/* .levitation { */
/* //give it the size you want */
  /* width: 20%; */
/* //place it on where you want it to be */
  /* position: absolute;
  top: 15em;
  left: 1em; */
  /* transform: rotate(15deg); */
/* //... */
/* } */

.levitation {
    /* //... skiping size and position
    //creating shadow */
    filter: drop-shadow(22px -15px 5px rgba(0, 0, 0, 0.5));
    /* //... */
    }

    .levitation {
        /* //...
        //creating animation, name "bouge" (means move in french), infinitly, duration of the animation 8s on this exemple */
        animation: bouge 6s infinite alternate-reverse;
        }

        @keyframes bouge {
            /*starting point and angle (same angle as choosen into .levitation)*/
            from {
              transform: translateY(50px) rotate(0deg);
            }
            /* ending point and angle */
            to {
              transform: translateY(100px) rotate(0deg);    
            }
          }

footer{
    opacity: 2;
    background: rgb(19, 14, 14);
    color: white;
    padding: 5px 0;
    width: 100vw; 
    /* font-family: "Open Sans"; */
    /* font-family: 'Rajdhani', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Open Sans', sans-serif;
}
.footer-cont{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.footer-main p{
    font-size: 12px;
    word-spacing: 2px;
    text-transform: capitalize;
    opacity: .9;
}

.footer-main span a{
    text-decoration: none;
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
    
    color:  white; 

}
.footer-main span a:hover
{
    color: mediumspringgreen;
}

.user:hover{
    transform: scale(1.1);
    transition: ease-in-out;
}


@media screen and (max-width: 1000px){

    .landing{
        padding: 5px;
    }
    .upper{
        /* background-color: red; */
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        }
    .down{
        width: 100%;
        height: 100%;
        /* background-color: green; */
    }
    .text-box{
        width: 85%;
    }
    .landing{
        height: fit-content;
    }
    
    .btnDiv{
        width: 85%;
        /* background: chocolate; */
    }

    .about{
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .text-part{
          justify-content: space-around;
          text-justify: distribute-all-lines;
          display: flex;
          flex-direction: column;
    }
 .cyber
 {
    display: flex;
    flex-direction: column;
 }

 .quote{
    padding-left: 10px;
    padding-right: 10px;
 }
 .quote h1{
    font-size:  30px;
 }
 .ray{
    font-size: 10px;
    margin-left: 200px;

 }

 .discord-wid{
    height: 500px;
    width: 90%;
  }

  .cyber-status{
      width: 100%;
      padding: 10%;
  }
    .help{
    flex-direction: column;
    }

    .how li{
        font-size: 12px;
    }

}