@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{padding: 0; margin: 0; box-sizing: border-box; scroll-behavior: smooth;}
body{
    font-family: "Montserrat", sans-serif;
}
.container{
    max-width: 1140px;
    margin: auto;
    padding: 0 10px;
}
.btn{}

/*==== HEADER AREA ====*/
video {
  width: 100%;
  display: block;
}
header{
    background-image: url(image/Glitch\ Planet\ \(1\).gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.menu-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .logo {
    padding: 20px 0;
  }
.logo img{
    width: 75px;
}
.menu nav ul li {
    display: inline;
    margin-left: 40px;
    transition: all .3s ease-in-out;
    padding: 8px 0;
    cursor: pointer;
    transition: .3;
  }
.menu nav ul li:hover{
    border-bottom: 1px solid #fff;
    color:aqua;
}
  .menu nav ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    
  }
  .header-body {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -693px;
  }
.header-left {
    flex-basis: 70%;
  }
  .header-left a {
    color: #fff;
    text-transform: capitalize;
    font-size: 28px;
    text-decoration: none;
    font-weight: 500;
  }
.header-left li {
    list-style-type: square;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 40px;
    margin-left: 25px;
  }
  .header-left li a {
    z-index: 1;
    font-size: 20px;
    font-weight: 400;
    transition: .3s;
    position: relative;
  }
  .header-left li a:hover{
    color: #fff1c8;
  }
  li::marker{
    color: #7596ff;
    font-size: 25px;
  }
  .header-right {
    flex-basis: 30%;
    padding: 200px 0px;
  }
  .header-right h1 {
    
    text-transform: uppercase;
    font-size: 43px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #7596ff;
    letter-spacing: 2px;
    line-height: 28px;
  }
  .header-right h1 span {
    font-size: 20px;
    color: #fff;
    text-align: end;
    display: block;
    max-width: 235px;
    margin-top: 10px;
  }
  .header-right h3 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
    word-spacing: 5px;
    line-height: 26px;
  }
  .header-right p {
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
    word-spacing: 3px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .header-btn {
    position: relative;
    z-index: 1;
    background: #1439ae;
    padding: 6px 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #fff;
    box-shadow: 1px 0px 12px -3px inset;
    transition: .3s;
    font-style: italic;
  }
  .header-btn:hover{
    background: #252a37;
  }
  .check-btn {
    color: #fff;
    float: right;
    font-size: 25px;
    line-height: 55px;
    cursor: pointer;
    display: none;
  }
  #check{
    display: none;
}
.menu-top-area {
    width: 100%;
    background: #011143;
    position: fixed;
    z-index: 1;
  }

  /*==== TEXT SECTION ====*/
  .text-bg{
    background: url(image/cpu_chip_on_motherboard_o.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    
  }
  .white-logo {
    text-align: center;
    margin-top: -548px;
    margin-bottom: 180px;
  }
  .white-logo img {
    max-width: 200px;
    margin-left: 28px;
  }
  .para-bg img {
    max-width: 600px;
  }
  .para-bg {
    text-align: center;
    margin-top: -60px;
  }
  .text-content p {
    color: #fff;
    max-width: 500px;
    margin: auto;
      margin-top: auto;
    margin-top: -108px;
  }
  /*=== CLIENT AREA ===*/
  .client {
    margin-top: 168px;
    background: #09194e;
    color: #fff;
    padding: 50px 0;
  }
  .client-boxes {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .client-box {
    display: flex;
  }
  .client-box h1 {
    margin-right: 20px;
    font-size: 50px;
    font-weight: 400;
  }
  .client-box span {
    color: #1438ad;
    margin-right: 10px;
  }
  .client-box h2 {
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
  }



/*PROJECT AREA*/
a.header-btn.project-btn {
  margin-top: 21px;
  display: block;
  width: 150px;
  text-align: center;
  background: brown;
}
.project-section {
  background: url(image/projects.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
  .project-box {
    flex-basis: 250px;
  }
  .project-parent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  iframe {
    max-width: 100%;
    height: 330px;
    border: 1px solid #fff;
  }
  .project-title-3 h2 {
    color: #fff;
    text-transform: uppercase;
    line-height: 15px;
    margin-bottom: 55px;
    float: right;
    font-size: 20px;
    text-align: end;
    font-weight: 500;
  }
  .project-title-3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
  .project-title h1 {
    color: #4c76fc;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
  }

  .maker2::marker {
    text-align: right;
    color: #fff;
    font-size: 25px;
  }
  .maker2 {
    list-style-type: square;
  }
  .project-main-box {
    margin-top: 200px;
  }
  .project-title-3 h3 {
    color: #fff;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-left: 10px;
  }
  .project-title-3 h3::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #fff;
    rotate: 90deg;
    margin-left: -18px;
    margin-top: 12px;
  }
  
  a.header-btn.project-btn:hover{
  background: #030303;
}
  /*=== LONG FORM ===*/
  .long-form{
    background: url(image/form-up.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
  }
  .long-form-title h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
  }
  .long-form-box {
    text-align: center;
    margin-bottom: 50px;
  }


  .bg-gif-2{
    background: url(image/Ai\ Explainer\ p1\ .gif);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    display: none;
  }
.long-btn{
  margin: auto;
}
  /*ABOUT US SECTION*/
  .about-us-section{
    background: url(image/about-us.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
  }
  .about-us-main-title {
    color: #fff;
    max-width: 800px;
  }
  .about-us-main-title h1{
    font-size: 58px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
  }
  .about-us-main-title h1 span {
    text-transform: full-size-kana;
    color: #1438ad;
  }
  .about-us-main-title p {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 25px;
  }
  .about-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 70px;
  }
  .about-box-left {
    flex-basis: 40%;
    max-width: 100%;
  }
  .about-box {
    display: flex;
    margin-bottom: 50px;
  }
  .about-box-img {
    width: 30%;
  }
  .about-box-img img {
    max-width: 110px;
  }
  .about-box-text {
    color: #fff;
    width: 70%;
    margin-left: 14px;
  }
  .about-box-text h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 4px;
    margin-top: 20px;
    margin-bottom: 3px;
  }
  .about-box-text h1 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 8px;
    text-transform: uppercase;
  }
  .about-box-right {
    flex-basis: 40%;
  }
  .about-mg {
    margin-left: 50px;
  }


  /*=== WHY US SECTION  ===*/
  .why-us{
    background: url(image/why-us.2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 250px 0;
  }
  .why-us h1 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
    font-style: italic;
    margin-bottom: 15px;
    font-weight: 500;
  }
  .why-us h1 span {
    color: #1438ad;
    font-weight: 700;
    text-transform: full-size-kana;
  }
  .why-us p {
    text-align: center;
    color: #fff;
    max-width: 800px;
    margin: auto;
    line-height: 1.6;
  }

  .last-gif-bg{
    background: url(image/Ai\ Explainer\ 2.gif);
    background-position: center;
    background-size: cover;
    height: 650px;
    display: none;
  }
  .get-ready {
    width: 232px;
    display: flex
;
    justify-content: space-around;
}
.get-ready h3 {
  font-size: 24px;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  text-align: unset;
}
.get-ready i {
  color: #fff;
  font-size: 30px;
  display: block;
}
  .get-ready-1 {
    rotate: 90deg;
    float: left;
    margin-left: -65px;
}
.get-ready-2 {
  float: right;
  rotate: 90deg;
  margin-top: -180px;
}
  /*=== FOOTER CONTACT ===*/
  #contact {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 100px 0;
  }
  .btn.footer-btn {
    color: #fff;
    background: #000ee4;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 50px;
    margin-top: 70px;
    text-transform: uppercase;
    transition: all .3s;
    
  }
  .btn.footer-btn:hover{
    background: #fff1c8;
    color: #030303;
  }
  #contact h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 35px;
  }
  .icons-title {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .footer-icons i {
    background: #000ee4;
    padding: 14px 14px;
    border-radius: 50%;
    color: #fff;
    margin: 0px 10px;
    margin-top: 50px;
    transition: all .3s;
  }
  .footer-icons i:hover{
    background: #7596ff;
    color: #030303;
  }
  .fab.fa-facebook-f {
    padding: 15px 18px;
  }