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

body {
  font-family: "GT Walsheim Pro";
  font-weight: 300;
  overflow: hidden;
  background: #000;
  color: white;
}

.syne {
  font-family: "Syne";
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.cil-mx-auto {
  margin: 0 auto;
}

.cil-container {
  width: 100%;
}

.cil-row {
  display: flex;
}
.cil-flex-col {
  flex-direction: column;
}

.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

/*  */

header {
  padding: 40px;
  position: fixed;
  width: 100vw;
}

.logo {
  width: 150px;
}

.social-media-1,
.social-media-2,
.social-media-3 {
  width: 30px;
  height: 30px;
  padding: 8px;  
  margin-left: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #212b23;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.bg-pattern {
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  position: absolute;
  top:0px;
  z-index: -1;
}

.bg-pattern img {
    position: relative;
    top: 200px;
    right: -100px;
}

.main-content .cil-row {
  height: 100vh;
  overflow: hidden;
}

.cms {
  padding: 20px 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  margin-top: 60px;
}

.cil-vp {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cil-vp h1:first-child {
  color: #68d881;
  font-size: 40px;
}

.ml4 {
  position: relative;
  font-weight: 900;
  font-size: 40px;
  width: 300px;
}
.ml4 .letters {
  position: absolute;
  text-align: center;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
}

footer {
  width: 100vw;
  position: fixed;
  padding: 30px 0;
  bottom: 0px;
}

footer .cil-row {
  display: flex;
  flex-direction: column;
}

.download-container {
  display: flex;
  flex-direction: column;
  justify-items: center;
}

.download {
  display: flex;
  align-items: center;
  background: #212b23;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 60px;
  margin-right: 4px;
  margin-bottom: 10px;
}

.download-img-container {
  margin-right: 10px;
  max-width: 20px;
}

.download p:first-child {
  font-size: 10px;
  margin-bottom: 4px;
  color: #757b76;
}
.download p:nth-child(2) {
  font-size: 14px;
  margin-bottom: 4px;
}

footer .cil-row {
  flex-direction: column;
  align-items: center;
}

.copy-right {
  margin-top: 30px;
} 

@media (min-width: 375px) {
    
}

@media (min-width: 640px) {
  .cil-container {
    max-width: 640px;
  }
  .social-media-1,
  .social-media-2,
  .social-media-3 {
    margin-left: 16px;
    width: 40px;
    height: 40px;
    padding: 10px;
  } 


  .download-container {
    flex-direction: row;
}

}

@media (min-width: 768px) {
  .cil-container {
    max-width: 768px;
  }

  .cil-vp h1:first-child {
    font-size: 56px;
  }

  .ml4 {
    font-size: 56px;
    width: 400px;
      
  }

  .cms {
    
    margin-top: 80px;
  }

  footer .cil-row {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }

  .copy-right {
    margin-top: 0px;
  }
}

@media (min-width: 1024px) {
  .cil-container {
    max-width: 1024px;
  }

  .cil-vp h1:first-child {
    font-size: 64px;
 }
  
 .ml4 {
     font-size: 64px;
     width: 600px;
   } 

   .download {
    padding: 20px 40px;
   }

   .bg-pattern {
    height: 100vh;
    max-width: 100vw;
    position: absolute;
    top: 0px;
  } 

  .bg-pattern img {
    position: relative;
    top: -100px;
    right: -500px;
}
}

@media (min-width: 1280px) {
  .cil-container {
    max-width: 1280px;
  }
  .bg-pattern {
    height: 100vh;
    max-width: 100vw;
    position: absolute;
    top: 0;
  }

}

@media (min-width: 1320px) {
  .cil-container {
    max-width: 1320px;
  }
}

@media (min-width: 1536px) {
  .cil-container {
    max-width: 1536px;
  }
}
