@media only screen and (max-width: 1140px){
    .container{
        width: 980px;
    }
}
@media only screen and (max-width: 980px){

  .get-ready{
    display: none;
  }
  header{
    background-image: url(image/Glitch\ Planet\ \(1\).gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.last-gif-bg{
  display: block;
}
.header-body {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
}
.bg-gif-2 {
  display: block;
}
video {
  width: 100%;
  display: none;
}
    .container{
        width: 750px;
    }
    .project-title-3 h3::before{
       
    }

    .about-box-left {
      flex-basis: 100%;
    }
    .about-mg {
      margin-left: 0;
    }
    .about-box-right {
      flex-basis: 100%;
    }
    .project-box {
      flex-basis: 250px;
      margin-bottom: 40px;
    }
}
@media only screen and (max-width: 768px){
  a.header-btn.project-btn {
    margin-top: 21px;
    display: block;
    width: 150px;
    text-align: center;
    background: brown;
    margin: auto;
}

    .about-boxes {
        display: block;
    }
    .about-box-left {
        max-width: 100%;
      }
      .about-box {
        display: block;
        margin-bottom: 95px;
      }
      .about-box-img {
        width: 100%;
        text-align: center;
      }
      .about-box-text {
        color: #fff;
        width: 100%;
        margin-left: 0;
        text-align: center;
      }
      .about-mg {
        margin-left: 0px;
      }
    .project-box {
        flex-basis: 100%;
        text-align: center;
        margin: 10px 0;
      }
      .menu-top-area {
        width: 100%;
        background: #030303;
        position: fixed;
        margin-top: 0px;
        padding: 10px 0;
      }
    .para-bg {
        text-align: center;
        margin-top: -60px;
        display: none;
      }
      .white-logo {
        margin-bottom: 312px;
    }
      .text-content p {
        text-shadow: 0px 5px 3px #f91010;
    }
    .container {
        width: 530px;
      }
    .check-btn{
        display: block;
    }
    ul {
        position: absolute;
        width: 100%;
        height: auto;
        background: #2c2c2c;
        left: -100%;
        top: 88px;
        transform: all .5s;
    }
    #check:checked ~ ul{
        left: 0;
        padding: 70px 0;
    }    
    .menu nav ul li {
        display: block;
        margin-left: 0;
        padding: 30px 0;
        cursor: pointer;
        text-align: center;
      }
      .client-box {
        display: flex;
        width: 100%;
        margin-bottom: 25px;
      }
      .client {
        margin-top: 33px;
    }
}
@media only screen and (max-width: 520px){
    .container{
        width: 300px;
    }
    .header-body {
        color: #fff;
        display: block;
        margin-top: 100px;
        padding-top: 100px;
      }
      .header-right {
        padding-top: 45px;
    
    }
    .header-left li {
        margin-top: 75px;
      }
      .menu-top-area {
        width: 100%;
        background: #030303;
        position: fixed;
        margin-top: -100px;
        padding: 10px 0;
      }
}
