* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Public Sans', sans-serif;
}

header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px;
    background-color: #404eed;
    width: 100%;
}

header nav ul {
    display: flex;
}

header nav ul li {
    padding: 20px;
}

header nav ul li a {
    font-size: 16px;
    color: white;
}
header a{
    text-decoration: none;
    
}
.logo {
    width: 124px;
    height: 34px;
}

.openDiscord {
    padding: 15px;
    width: 190px;
    border-radius: 30px;
    color: black;
    background-color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

#hamburger-icon {
    margin: auto 0;
    display: none;
    cursor: pointer;
    
  }
  
  #hamburger-icon div {
    width: 35px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
    
  }
 
  .open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }
  
  .open .bar2 {
    opacity: 0;
  }
  
  .open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
  }
  
  .open .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  
  .mobile-menu {
    display: none;
    position: absolute;
    /* line-height: 200%; */
    background-color: #404eed;
    height: 34%;
    width: 100%;
    left: 0%;
    }

  
  .mobile-menu li {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .mobile-menu li a{
    color: #ffffff;
  }
  .mobile-menu button{
    padding: 15px;
    width: 150px;
    font-size: px;
    border-radius: 30px;
    color: black;
    background-color: white;
    border: none;
    margin-bottom: 20px;
    margin-right: 10px;
    border-top-width: 20px;
  }
.hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /* height: 100vh; */
    width: 100%;
    overflow-x: hidden;
    background: url("../images/background.svg");
    background-color: #404eed;

}

/* .leftContent img{
    transform: translate(-394px);
} */


.rightContent img {
    transform: translate(256px);


}

.about {
    align-self: center;
    width: 70%;
    /* height: 60vh; */
    padding-left: 100px;
}

.about h1 {
    font-size: 50px;
    color: white;
}

.about p {
    font-size: 15px;
    color: white;
    line-height: 30px;
    padding-bottom: 20px;

}

.downloadlinux {
    padding: 15px;
    width: 250px;
    font-size: 20px;
    border-radius: 30px;
    color: black;
    background-color: white;
    border: none;
    margin-bottom: 20px;
    margin-right: 10px;
    border-top-width: 20px;
}

.downloadwindows {
    padding: 15px;
    width: 250px;
    font-size: 20px;
    border-radius: 30px;
    background-color: black;
    color: white;
    border: none;
    margin-bottom: 10px;
}


.section2 {
    margin: 0 auto;
    /* height: 80vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;

}

.inviteText {
    width: 34%;
    padding-top: 36px;
}

.section2 .invite img {

    width: 90%;
}

.inviteText h1 {

    font-size: 40px;
    color: rgb(0, 0, 0);
}

.inviteText p {
    font-size: 20px;
    line-height: 30px;
    color: rgb(0, 0, 0);
}

.cover {
    background-color: #e6e6e6;
}

.section3 {
    width: 53%;
    margin: 0 auto;
    /* height: 80vh; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.hangouttext {
    width: 100%;
    padding-top: 36px;
}

.hangouttext h1 {
    font-size: 30px;
    color: rgb(0, 0, 0);
}

.hangouttext p {
    font-size: 20px;
    line-height: 30px;
    color: rgb(0, 0, 0);
}

.section3 .hangout img {
    width: 160%;
}

.section4 {
    display: flex;
    /* height: 100vh; */
    flex-direction: column;
    background-color: #e6e6e6;
    justify-content: center;
    align-items: center;
}

.chilin img {
    width: 100%;
}

.section4 h1 {
    padding: 30px;
    font-size: 30px;
    color: rgb(0, 0, 0);
}

.section4 p {
    padding-top: 20px;
    font-size: 20px;
    color: rgb(0, 0, 0);
    width: 50%;
    text-align: center;
}

.btn2 {
    padding: 15px;
    width: 250px;
    font-size: 20px;
    border-radius: 30px;
    color: rgb(255, 255, 255);
    background-color: #404eed;
    border: none;
    margin-bottom: 20px;
    border-top-width: 20px;
}

footer {
    display: flex;
    justify-content: space-around;
    background-color: #23272a;
    /* height: 40vh; */
    padding: 40px;
}
.footer-container{
    display: flex;
    justify-content: space-around;
    width: 30%;
    margin-left: 20px;
}
footer .ft1 {
    padding-bottom: 30px;
    width: 30%;
}

footer .ft1 h1 {
    color: #404eed;
}

.ft1 div img {
    padding: 10px
}

footer nav ul li {
    padding: 5px;
    color: #404eed;
}

footer nav ul li a {
    color: white
}

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

    *{
        /* border: red 2px solid; */
        overflow-x: hidden;
    }
    
    header nav {
        display: none;
    }
    #hamburger-icon {
        display: block;
      }
    .openDiscord {
        display: none;
    }
    .hero{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hero .about{
        width: 85%;
        padding-left: 0px;
    }
    .hero .about h1{
        font-size: 30px;
    }
    .hero .about p{
        font-size: 15px;
    }
    
    .hero .rightContent{
        display: none;
    }
    .hero .rightContent img{
        display: none;
    }
    .downloadlinux {
        padding: 15px;
        width: 150px;
        font-size: 10px;
        border-radius: 30px;
        color: black;
        background-color: white;
        border: none;
        margin-bottom: 20px;
        margin-right: 10px;
        border-top-width: 20px;
    }
    
    .downloadwindows{
        padding: 15px;
        width: 150px;
        font-size: 10px;
        border-radius: 30px;
        background-color: black;
        color: white;
        border: none;
        margin-bottom: 20px;
        margin-right: 10px;
        border-top-width: 20px;
    }
    .section2 {
        
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
    }
    .inviteText {
        width: 100%;
        padding-top: 36px;
    }
    .inviteText h1{
        font-size: 30px;
    }
    .inviteText p{
        font-size: 15px;
    }
    .section3{
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
    }
    .hangout img{
        transform: translate(-100px);
    }
    .hangouttext h1{
        font-size: 30px;
    }
    .hangouttext p{
        font-size: 15px;
    }
    .btn2{
        padding: 15px;
        width: 150px;
        font-size: 10px;
        border-radius: 30px;
        color: rgb(255, 255, 255);
        background-color: #404eed;
        border: none;
        margin-bottom: 20px;
        margin-right: 10px;
        border-top-width: 20px;
    }
    .section4{

        text-align: center  ;
    }
    .section4 h1{
        font-size: 30px;
    }
    .section4 p{
        font-size: 15px;
        width: 100%
    }
    /* footer nav{
        display: flex;
        justify-content: space-;

    } */
    footer{
        display: flex;
        flex-direction: column;
        /* text-align: center; */
        
    }
    footer .ft1{
        width: 100%;
        text-align: center;
    }
    .footer-container{
        display: flex;
        justify-content: space-between;
        
        width: 100%;
        margin-left: 0px;
    }
    .footer-container nav{
        display: flex;
        text-align: right;
    }

}