@font-face {
font-family: 'Graphik';
  src:  url('../font/GraphikBlack.otf') format("opentype"),
  src:  url('../font/GraphikBold.otf') format("opentype"),
  src:  url('../font/GraphikMedium.otf') format("opentype"),
  src:  url('../font/GraphikRegular.otf') format("opentype"),
  src:  url('../font/GraphikSemibold.otf') format("opentype"),
}

html{
  scroll-behavior: smooth;
}

*{
}

#headline{
  height: 90vh;
  padding:0px;
}

#headline #main-container{
  height: 90vh;
  margin-top:5vh;
  background: linear-gradient(292.67deg, #1D1D1D 49.78%, rgba(105, 207, 114, 0.8) 123.94%);
  border-radius: 30px;
  padding:50px;
}

#headline #main-container .headline-text{
  font-family: Graphik;
  color:#FFF;
  font-size:80px;
  margin-top:100px;
  font-weight: bold;
  text-transform: uppercase;
}

#headline #main-container .brand-text{
  color: #69cf72;
}

#headline #main-container .main-btn-x{
  font-size: 18px;
  margin-right: 30px;
}

#headline #main-container .text-btn-x{
  font-size: 18px;
  margin-left: 30px;
}

#headline #main-container .sub-text{
  color:#FFF;
  font-size: 22px;
  width:70%;
  margin-bottom: 50px;
}

#text-main{
  padding:20px;
}

#text-main .header{
  font-size: 60px;
  font-family: Graphik;
  font-weight: bold;
  text-transform: uppercase;
}

#text-main .brand-text{
  background-image: linear-gradient(to right top,#6d2aac, #472863, #00bf72, #a8eb12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#text-main .sub{
  font-size:20px;
  width:80%;
}

#text-main .header-text{
  font-size:20px;
  font-weight: bold;
}

#text-main #icon{
  width:30px;
  height: 30px;
  margin-bottom: 20px;
}

#text-main #background{
  background: #f6f9fc;
  padding:30px;
  margin-bottom: 30px;
  margin-top:30px;
  border:1px solid #878787;
  border-radius: 10px;
}

#text-main #background{
  padding:30px;
  border:0px;
}

#text-main #background {
  padding:30px;
  position: relative;
  background-color: #f7f8fa;
  border-radius: 15px;
  border:10px solid #FFF;
  margin-bottom: 30px;
}

#text-main #background::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0px;
  width: 60px;
  height: 30px;
  background-color: #f2f3f5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#text-main .main-image{
  height: 200px;
  width:100%;
  border-radius: 10px;
  object-fit: contain;
  margin-bottom: 20px;
}

#casestudy{
  padding:30px;
  background: #f7f8fa;
}

#casestudy .main-image{
  height: 590px;
  border-radius: 10px;
  margin-right: 20px;
}

#casestudy .hover-text{
  font-size: 16px;
  margin:0px;
}

#casestudy .subbed-text{
  font-size: 16px;
}

#casestudy #text-container{
  padding:10px;
  margin-top: auto;
  margin-bottom: auto;
}

#casestudy .major-text{
  font-size: 45px;
  font-family: Graphik;
  margin:0px;
  margin-bottom: 50px;
}

#casestudy #text-container .header-text{
  font-size: 35px;
  margin:0px;
  font-family: Graphik;
  font-weight: bold;
  text-transform: uppercase;
}

#casestudy #text-container .par-header{
  font-size: 17px;
}

#casestudy .header-text{
  font-size: 30px;
  text-transform: uppercase;
  font-family: Graphik;
  margin-top:50px;
}

#casestudy .sub-text{
  font-size: 13.5px;
  text-align: justify;
}

#casestudy .sub-header{
  font-size: 17px;
  font-weight: bold;
  border-top:1px solid #AAA;
  padding-top:20px;
}

#casestudy .main-video{
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 20px;
}

#casestudy .header-text{
  font-size: 30px;
  text-transform: uppercase;
  font-family: Graphik;
  font-weight: bold;
}

#services{
  padding:30px;
}

#services #main-field{
  padding:20px;
}

#services #main-field .main-image{
  width:100%;
  height: 350px;
  margin-bottom: 10px;
  border-radius: 20px;
  object-fit: cover;
}

#services .pin-text{
  font-size: 25px;
}

#services .header-text{
  font-size: 20px;
  margin:0px;
  border-top:1px solid #000;
  margin-top:10px;
  padding-top:10px;
  padding-bottom: 10px;
}

#services .sub-text{
  margin-top:15px;
  text-align: justify;
  font-size: 14px;
  margin:0px;
}

#services .par-text{
  font-size: 12px;
  color:#636363;
  margin:0px;
  margin-top:15px;
  margin-bottom: 10px;
}

#services .major-text{
  font-size: 30px;
}

#services .description-text{
  font-size: 70px;
  width:85%;
  color:rgba(0,0,0);
  padding-top:100px;
  padding-bottom: 50px;
  letter-spacing: -.3px;
  line-height: 60px;
}

#portfolio{
  min-height: 130vh;
  padding:50px;
  padding-bottom: 100px;
  margin-top:0px;
  padding-top:100px;
  color:#FFF;
  background: #111111;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

#portfolio .main-btn{
  padding:10px;
  padding-right: 0;
  padding-left:0;
  border-bottom: 1px solid #FFF;
  text-decoration: none;
  color:#FFF;
  margin-left:50px;
}

#portfolio #head-one{
  max-height:550px;
  margin-top:0px;
  border-radius: 10px;
  background-size: cover;
  padding:0px;
  margin-left:30px;
  margin-right: 30px;
  background: #0c0c0c;
  margin-top:20px;
  margin-bottom: 20px;
  border:1px solid #242323;
  padding-bottom: 50px;
}

#portfolio #head-one-transparent{
  max-height:550px;
  margin-top:0px;
  border-radius: 10px;
  background-size: cover;
  padding:0px;
  margin-left:30px;
  margin-right: 30px;
  margin-top:20px;
  margin-bottom: 20px;
  padding-bottom: 50px;
}

#portfolio .main-image{
  width:100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#portfolio .header-text{
  margin-top:25px;
  font-weight: bold;
  margin-top:30px;
  font-size:30px;
  padding:50px;
  padding-top:0px;
  padding-bottom: 0px;
}

#portfolio .sub-text{
  margin-top:5px;
  color: #AAA;
  width:100%;
  padding:50px;
  padding-top:0px;
  padding-bottom: 0px;
}

#portfolio .brand-color{
  background-image:  linear-gradient(292.67deg, #2c7874 49.78%, rgba(102, 114, 199, 0.8) 123.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#portfolio .subbed-text{
  font-size:18px;
  color:#868689;
  margin-bottom: 50px;
}

#portfolio .header{
  font-size: 65px;
  font-weight: bold;
}

#portfolio .sub{
  font-size:25px;
}

#portfolio .main-link{
  color:#FFF;
  padding:50px;
  padding-top:0px;
  padding-bottom: 0px;
}

#portfolio .brand-color{
  background-image: linear-gradient(to right top,#5f9565, #3f5a41, #00bf72, #a8eb12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#middle{
  margin-top: auto;
  margin-bottom: auto;
}

#illustration{
  padding:10px;
  color:#FFF!important;
  background: #111111;
}

#illustration .major-text{
  font-size: 40px;
  font-family: Graphik;
  text-transform: uppercase;
  color:#000;
}

#illustration .parred-text{
  margin-bottom:50px;
  color:#000;
}

#illustration #main-container{
  background:#FFF;
  border-radius: 20px;
  margin-bottom: 20px;
  padding:50px;
}

#illustration #image-container{
  background: #000;
  padding:20px;
  border-radius: 30px;
}

#illustration .main-image{
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 500px;
  border-radius: 20px;
  object-fit: cover;
}

#illustration #text-container{
  padding-left:20px;
  padding-right:20px;
  margin-top: auto;
  margin-bottom: auto;
}

#illustration #text-container .header-text{
  font-size:40px;
  font-weight: bold;
  margin:0px;
  margin-bottom: 10px;
  margin-top:10px;
  font-family: Graphik;
  text-transform: uppercase;
}

#illustration #text-container .sub-text{
  font-size:18px;
  text-align: justify;
  width:90%;
  margin-bottom: 30px;
}

#illustration #text-container .point{
  color:#949494;
}

#illustration #break{
  padding:20px;
}

#illustration #text-container #box-container{
  margin-bottom: 10px;
  padding-right: 20px;
}

#illustration #text-container #box-container .main-text{
  font-size:15px;
  background: #000;
  padding:20px;
  padding-left: 30px;
  border-radius: 30px;
}

#illustration #text-container #box-container .par-text{
  color:rgba(0,0,0,0.7);
}


#text-bars{
  padding:100px;
  background: #f3f3f5;
  margin-top:100px;
}

#text-bars .main-text{
  font-size:50px;
  color:#414145;
}

#text-bars .small-text{
  font-size: 30px;
  margin:0px;
  font-weight: bold;
  font-family: Helvetica;
  color:#000;
}

#text-bars .brand-text{
  background-image: linear-gradient(to right top,#6d2aac, #472863, #00bf72, #a8eb12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#text-bars .black{
  font-size: 50px;
  color:#000;
}

#features{
  padding:30px;
  color:#000;
  background: #f1f1f6;
}

#features .header-text{
  font-size: 50px;
  font-family: Graphik;
  text-transform: uppercase;
}

#features #main-box{
  background: #FFF;
  padding:20px;
  border:10px solid #f1f1f6;
  border-radius: 30px;
}

#features .icon-image{
  height:70px;
  width:70px;
  padding:3px;
  margin-bottom: 0px;
  border-radius: 100px;
  border:0px;
}

#features .sub-text{
  font-size: 20px;
  color:#2e2e2e;
  margin-bottom: 50px;
}

#features .main-text{
  font-size:20px;
  font-weight: bold;
}

#features .subbed-text{
  font-size:15px;
  color:#000;
  color:#2e2e2e;
  width:90%;
}

#process{
  padding:40px;
  background: #111111;
  color:#FFF;
}

#process .main-text{
  font-size: 55px;
  font-weight: bold;
  font-family: Graphik;
  text-transform: uppercase;
}

#process .sub-text{
  font-size:18px;
  color:#868689;
  width:60%;
  text-align: center;
}

#process .left-img{
  width:50px;
  float:left;
  margin-top:-25px;
  border-radius: 100%;
}

#process .border-box{
  padding:30px;
  margin-top:10px;
}

#process .the_border{
  border-top:1px dashed rgba(255,255,255,.4);
  border-width:thin;
  margin-left:20px;
  margin-right: 10px;
  width:60%;
  float: right;
}

#process .header-text{
  font-weight: bold;
  margin-bottom: 20px;
  margin-top:20px;
  width:100%;
  float: left;
}

#process .discription{
  float: left;
}

#process .brand-color{
  background-image: linear-gradient(to right top,#5f9565, #3f5a41, #00bf72, #a8eb12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 992px) {
  #headline{
    padding:20px;
    height: inherit;
  }

  #headline #main-container{
    padding:20px;
    padding-bottom: 50px;
  }

  #headline #main-container .headline-text{
    font-size: 40px;
    margin-top:50px;
  }

  #headline #main-container .sub-text{
    font-size:20px;
    width:100%;
    margin-top:20px;
    margin-bottom: 10px;
  }

  #headline #main-container .main-btn-x{
    font-size: 15px;
    margin: 0px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }

  #headline #main-container .text-btn-x{
    font-size: 15px;
    margin:0px;
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }

  #text-main{
    padding:20px;
  }

  #text-main .header{
    font-size:40px;
  }

  #text-main .sub{
    font-size:20px;
    width:90%;
  }

  #text-bars{
    padding:20px;
  }

  #text-bars .main-text{
    font-size:30px;
  }

  #text-bars .black{
    font-size:30px;
  }

  #text-bars .small-text{
    font-size:20px;
  }

  #illustration{
    padding:10px;
  }

  #illustration .main-image{
    width:100%;
  }

  #illustration #text-container .header-text{
    font-size:30px;
  }

  #features{
    padding:20px;
  }

  #features .header-text{
    font-size:30px;
    width:100%;
  }

  #features .sub-text{
    font-size:20px;
    width:100%;
  }

  #features #main-box{
    margin-bottom: 50px;
  }

  #portfolio{
    padding:20px;
    padding-top:100px;
    padding-bottom: 100px;
  }

  #portfolio .header{
    font-size: 30px;
    margin-bottom: 50px;
  }

  #tech{
    padding:20px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #tech .main-text{
    font-size:30px;
  }

  #tech .sub-text{
    font-size:20px;
  }

  #tech #main-card{
    margin-right:0px;
  }

  #process{
    padding:10px;
    padding-bottom: 100px;
    padding-top: 100px;
  }

  #process .main-text{
    font-size:35px;
  }

  #process .the_border{
    width:0px;
    height: 0px;
  }

  #services{
    padding:5px;
  }

  #services #main-field .main-image{
    width:100%;
    height: 200px;
  }

  #services .description-text{
    font-size: 40px;
    width:100%;
    line-height: 40px;
    margin:0px;
  }


}
