@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"),

}

#headline{
  height: 87.5vh;
  padding:0px;
  padding-top:120px;
  padding-bottom: 50px;
  background: #f6f9fc;
}

#headline .main-image{
  width:100%;
  margin-bottom: auto;
}

#headline .header{
  font-family: Graphik;
  font-size:50px;
  font-weight: regular;
  text-transform: uppercase;
  width:86%;
  margin-top:30px;
}

#headline .main-dark{
  padding:18px;
  padding-left: 40px;
  padding-right: 40px;
  background: #1b1ebc;
  color:#FFF;
  text-decoration: none;
  margin-right: 30px;
  border-radius: 10px;
}

#headline .text-dark{
  padding:18px;
  padding-left: 40px;
  padding-right: 40px;
  background: #FFF;
  color:#FFF;
  text-decoration: none;
  margin-right: 30px;
  border-radius: 10px;
}

.brand-text{
  background-image: linear-gradient(to right top,#2aac53, #2c6b78, #1604d4, #10e694);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#headline .brand-text{
  background-image: linear-gradient(to right top,#2aac53, #2c6b78, #1604d4, #10e694);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#headline .sub{
  font-size:20px;
}

.main-btn-dark{
  margin-right: 30px;
}

.text-btn-dark{
  margin-left: 30px;
}

#services{
  padding:30px;
  border-top:1px solid #000;
  border-bottom: 1px solid #000;
}

#services .main-text{
  font-size:40px;
  width:60%;
  margin-bottom: 30px;
}

#services #main-container{
  margin-top:30px;
}

#services .small-text{
  color:#767676;
}

#services .main-image{
  width:100%;
  padding-right: 30px;
  padding-top:30px;
  padding-bottom: 30px;
  object-fit: contain;
}

#services .sub-text{
  text-align: justify;
  margin-top:5px;
}

#offering{
  margin-bottom: 50px;
}

#offering #main-box{
  background: #f6f9fc;
  padding:20px;
  border-radius: 20px;
  min-height: 90vh;
  padding:100px;
}

#offering #main-box .header{
  font-size:70px;
  font-family: Graphik;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#offering #main-box .sub{
  font-size:25px;
  width:70%;
  margin-bottom: 70px;

}

#offering #main-box #icon{
  width:50px;
  background: #eceff9;
  padding:10px;
  border-radius: 100%;
}

#offering #main-box .main-text{
  font-weight: bold;
  margin-top:20px;
}

#offering #main-box .sub-text{
  margin-top:20px;
  width:70%;
  margin-bottom: 50px;
}

#text-main{
  padding:30px;
  background: #f6f9fc;
}

#text-main .header{
  font-size: 40px;
}

#text-main .sub{
  font-size:20px;
  width:100%;
  margin-bottom: 50px;
}

#text-main .header-text{
  font-size:20px;
  font-weight: bold;
}

#text-main .sub-text{
  width:100%;
  text-align: justify;
  padding-bottom: 15px;
}

#text-main #icon{
  width:30px;
  height: 30px;
  margin-bottom: 20px;
}

#text-main #background{
  border:0px;
  padding:20px;
  padding-top:0px;
  padding-bottom:0px;
}

#custom-service{
  min-height: 60vh;
  padding:30px;
  background: #FFF;
}

#custom-service .header{
  font-size: 50px;
  font-weight: bold;
  font-family: graphik;
}

#custom-service .sub{
  font-size:20px;
  width:70%;
  margin-bottom: 10px;
}

#custom-service #icon{
  width:30px;
  height: 30px;
  margin-bottom: 20px;
}

#custom-service #background{
  padding:30px;
  border:0px;
}

#custom-service .main-image{
  width:100%;
  height: 500px;
  object-fit: contain;
}

#custom-service .main-image-x{
  width:100%;
  height: 450px;
  object-fit: contain;
  margin-bottom: 0px;
  padding:15px;
  padding-top:30px;
  padding-left: 30px;
  padding-right: 30px;
}

#custom-service .pint-text{
  margin:0px;
}

#custom-service #text-container{
  margin-top: auto;
  margin-bottom: auto;
}

#custom-service .main-link{
  background: #1b1ebc;
  color:#FFF;
  padding:15px;
  padding-left: 45px;
  padding-right: 45px;
  text-decoration: none;
  margin-top:20px;
}

#custom-service #text-container .bold-text{
  font-weight: bold;
  margin:0px;
  margin-bottom:5px;
}

#custom-service .header-text{
  font-size:40px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Graphik;
}

#custom-service .sub-text{
  width:100%;
  text-align: justify;
  padding-bottom: 0px;
  font-size: 15px;
}

#portfolio{
  min-height: 130vh;
  padding:20px;
  margin-top:0px;
  color:#FFF;
  background: #111111;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin-bottom:0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

#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{
  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;
  padding-bottom: 50px;
  color:#FFF;
}

#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%;
  height: 300px!important;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

}

#portfolio .header-text{
  margin-top:25px;
  margin-top:30px;
  font-size:25px;
  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;
  text-align: justify;
}

#portfolio .subbed-text{
  font-size:18px;
  color:#868689;
  margin-bottom: 50px;
}

#portfolio .header{
  font-size: 55px;
  font-family: Graphik;
  text-transform: uppercase;
  color:#FFF;
  margin-bottom: 50px;
}

#portfolio .sub{
  font-size:25px;
}

#portfolio .main-link{
  color:#FFF;
  padding:50px;
  padding-top:0px;
  padding-bottom: 0px;
}

#process{
  padding:30px;
  padding-bottom: 30px;
  background: #111111;
  color:#FFF;
}

#process .main-text{
  font-size: 65px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Graphik;
}

#process .sub-text{
  font-size:15px;
  color:#AAA;
  width:100%;
  float:left;
}

#process .left-img{
  width:50px;
  float:left;
  margin-top:-25px;
  border-radius: 100%;
}

#process .border-box{
  padding:30px;
  margin-top:50px;
}

#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;
}

#tech{
  height: 50vh;
  margin-bottom: 50px;
}

#tech .header{
  font-size:75px;
  font-family: Millik;
}

#tech .main-icon{
  height: 60px;
  margin-top:50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 992px) {
  #headline{
    padding:20px;
  }

  #headline .header{
    margin-top:50px;
    font-size: 40px;
  }

  #headline .sub{
    font-size: 20px;
  }

  #headline .main-btn-dark{
    padding:15px;
  }

  #headline .header-text{

  }

  #headline .sub{
    margin-bottom: 30px;
  }

  #headline .main-image{
    margin-top:50px;
  }

  #headline

  #offering{
    padding:20px;
  }

  #offering #main-box{
    padding:30px;
    padding-top:80px;
    padding-bottom: 80px;
  }

  #offering #main-box .header{
    font-size: 30px;
  }

  #offering #main-box .sub{
    font-size:20px;
    width:100%;
  }

  #portfolio{
    padding:20px;
    padding-top:100px;
    padding-bottom: 100px;
  }

  #portfolio .header{
    font-size: 30px;
    margin-bottom: 50px;
  }

  #process{
    padding:10px;
    padding-bottom: 100px;
    padding-top: 100px;
  }

  #process .main-text{
    font-size:35px;
  }

  #process .the_border{
    width:0px;
    height: 0px;
  }


  #text-main .header{
    font-size: 35px;
  }

  #text-main .sub{
    font-size:20px;
    width:100%;
  }

  #services{
    padding:10px;
    padding-top:50px;
    padding-bottom: 50px;
  }

  #services .main-text{
    width:100%;
  }
}
