*{
  /*font-family: "Montserrat" !important;*/
  font-family: "TildaSans-VF" !important;
}
html{
	/*set rem*/
	font-size: 14px;
}
body{
	min-height: 100vh;
	/*	overflow: hidden;*/
  background: #070707;
}
header{
  position: sticky;
  top: 0;
  z-index: 1;
}
footer{
  padding-top: 70px;
}
#app{
	min-height: 100vh;
	display: grid;
	grid-template-rows: max-content auto max-content;
}
.uk-container {
	max-width: 1312px;
}
.uk-container.uk-container-small{
	max-width: 800px;
}
.projecttimeline-component{
  padding: 60px 0;
}
.projecttimeline-component .ul-component{
  padding-top: 50px;
}
header .uk-navbar{
	margin: 10px 0 0 0;
  background-color: rgba(39, 39, 39, 1);
	padding: 15px 20px;
	border-radius: 15px;
}
[href="#sidemenu-1"]{
    color: #fff;
}
.uk-navbar h1{
	margin: 0;
  padding: 0px;
  font-size: 17px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}
.uk-navbar .uk-navbar-nav a{
    font-size: 17px;
    color: #ffffff;
    min-height: unset;
    font-weight: 400;
    padding: 0 10px;
}
.front-component .frame{
  max-width: 998px;
  margin: 136px auto 0;
  display: grid;
  /*grid-template-columns: 1fr 1fr;*/
  grid-template-columns: auto 400px;
  border: 1px solid rgba(191,100,28,0.5);
  border-radius: 80px;
}
.front-component .content{
    padding: 24px 18px 24px 48px
}
.front-component h2{
  font-size: 42px;
  color: #ffffff;
  line-height: 48px;
  font-weight: 300;
  margin: 0;
}
.front-component h2 span{
	color: #fff73c;
	font-weight: 600;
	font-size: 47px;
}
.front-component p{
	color: #ffffff;
  font-size: 22px;
  line-height: 27px;
  font-weight: 300;
  border-color: transparent;
  border-style: solid;
}
.front-component .buttonset{
  max-width: max-content;
  margin: 0;
  position: relative;
  top: 40px;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
}
.front-component a {
  color: #e7e7e7;
  background: #070707;

  border-radius: 20px;
}
.front-component a:hover {
  color: #fff;
  background: #07070770;
}
.front-component img{
	max-width: 400px;
  width: 100%;
}
@media(min-width: 961px){
  .front-component{
    overflow: hidden;
    padding: 0 0 15px 0;
  }
  .front-component .frame{
    grid-template-columns: 1fr 1fr;
  }
  .front-component div{
    position: relative;
  }
  .front-component img{
    max-width: unset;
    position: absolute;
    top: -60px;
    width: 740px;
    left: -40px;
    top: -90px;
  }
}
.projecttimeline-component h2{
	color: #ffffff;
	font-size: 51px;
	font-weight: 800;
	letter-spacing: 4px;
	text-transform: uppercase;

  text-align: center;
  padding: 68px 0 0;
  margin: 0;
} 
.projecttimeline-component span{
  font-weight: 700;
  color: rgb(255, 248, 81);
  line-height: 31px;
}
.projecttimeline-component p{
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
  line-height: 32px;

}
.projecttimeline-component li h4{
  color: #fff851;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;

  max-width: 200px;
  text-align: center;
  margin: 25px auto 0;
}
.projecttimeline-component li {
  position: relative;
}
.projecttimeline-component li img {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 65px;
}
.ul-component li  p {
  font-size: 18px;
  line-height: normal;
  max-width: 290px;
  margin: 10px auto 25px;
  margin: 5px auto 10px;
}
.ul-component li img{
  display: block;
  margin: 20px auto 25px;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  width: 82px;
}
.ul-component li{
  padding: 10px;
  border: 1px solid #e7e7e7;
  border-radius: 80px;
}
.ul-component{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 0;
  margin: 68px 0 100px 0;
  list-style: none;
  grid-gap: 25px;
}
.ul-component.ul-component-2{
  grid-template-columns: 1fr 1fr;
}
.ul-component.ul-component-2 li {
  padding: 35px;
}
.ul-component.ul-component-2 li p,
.ul-component.ul-component-2 li h4{
  max-width: 100%;
}
.ul-component.ul-component-2 li h4{
  margin: 0 auto 10px;
  font-size: 22px;
}
.skill-component .content{
  display: grid;
  grid-template-columns: 290px auto;
  grid-gap: 15px;
  margin: 70px 0 0 0;
  margin: 70px 0 50px 0;
}
.skill-component .uk-container{
  margin-bottom: 25px;
}
.skill-component h3{
  color: #ffffff;
  font-size: 54px;
  
  font-weight: 100;
  line-height: 50px;

  font-size: 30px;
  line-height: normal;

  text-transform: uppercase;
  margin: 0;
}
.skill-component h3 span{
  font-size: 38px;
  font-weight: 900;
  display: block;
}
.skill-component p{
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;

  max-width: 800px;
}
.skill-component p span{
  color: rgb(255, 248, 81);
}
.skill-component ul{
  max-width: 1095px;
  margin: 20px 0px 0 26px;
  margin: 20px auto;
}
.skill-component li{
  border-radius: 50px;
}
.skill-component li img{
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 40px;

  height: 200px;
  object-fit: cover;
}
.skill-component li h4{

  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;

  max-width: 200px;
  text-align: center;
  margin: 20px auto 10px;
}
footer{
  position: relative;
  overflow: hidden;
}
footer svg{
  position: absolute;
  right: 0;
  top: 10px;
  z-index: -1;
}
footer .biglink{
  font-size: 60px;
  font-weight: 600;
  color: #fff;
}
footer .content{
  max-width: 400px;
}
footer a{}
footer h4{
  max-width: 300px;
  font-size: 16px;
  color: #fff;
}
footer h4 a{
  color: inherit;
}
footer p{
  color: #fff;
  font-size: 14px;
}
footer .smm{}
footer .smm h4{}
footer .linkset{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  grid-gap: 10px;
}
footer .linkset a{
  font-size: 14px;
  color: #fff;
  border-bottom: 2px solid;
  font-weight: 600;
  transition: .1s ease;
}
footer .linkset a:hover{
  text-decoration: unset;
  transition: .1s ease;
  border-bottom-color: transparent;
}
footer .uk-text-meta{
  padding: 25px 0 5px;
  font-size: 14px;
  color: #fff;
}
footer .footer-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(max-width: 960px){
  footer .footer-container{
    grid-template-columns: 100%;
  } 
  footer .footer-container .picture{
    display: none;
  }
  .ul-component li p{
    max-width: 240px;
  }
  .skill-component li h4,
  .projecttimeline-component li h4 {
    font-size: 16px;
    max-width: 170px;
  }
  .front-component p {
    font-size: 16px;
    line-height: 24px;
  }
  .front-component .content{
    max-width: 500px;
  }
  .uk-navbar h1,
  .uk-navbar .uk-navbar-nav a,
  .ul-component li p,
  .skill-component p{
    font-size: 14px;
  }
  .projecttimeline-component p {
    font-size: 18px;
    line-height: 25px;
  }
  .front-component .frame{
    grid-template-columns: 100%;
  }
  .front-component .buttonset{
    top: 0;
    margin: 10px 0 0;
  }
  .front-component img{
    margin: 15px auto 25px;
    display: block;
  }
}
@media(max-width: 768px){
  .ul-component li p {
    max-width: 170px;
  }
  .skill-component .content {
    grid-template-columns: 100%;
    grid-gap: 5px;
  }
  .skill-component ul,
  .projecttimeline-component ul{
    grid-template-columns: 100%;
    max-width: 300px;
    margin: 60px auto 0;
    grid-gap: 60px;
  }
  .skill-component ul{
    grid-gap: 25px;
    margin: 15px auto 0;
  }
}
@media(max-width: 600px){
  .front-component h2 {
    font-size: 30px;
    line-height: normal;
  }
  .front-component .content{
    padding: 30px 35px;
  }
  .front-component .frame{
    border-radius: 30px;
    margin: 60px auto 0;
  }
  .front-component h2 span{
    font-size: 34px;
  }
  .front-component .buttonset {
    grid-template-columns: 100%;
    margin: 20px auto 0;
  }
  .skill-component h3,
  .projecttimeline-component h2 {
    font-size: 30px;
    letter-spacing: normal;
    line-height: normal;
  }
  .skill-component h3 span{
    font-size: 34px;
  }
  .projecttimeline-component p {  
    font-size: 14px;
    line-height: normal;
    max-width: 320px;
  }
  footer .biglink {
    font-size: 34px;
  }
  footer h4{
    margin-top: 0 !important;
  }
}
@media (max-width: 480px) {
  .front-component .content {
    padding: 0;
  }
  .front-component .frame {
    border-radius: 30px;
    margin: 35px auto 0;
    border: unset;
  }
  .front-component h2 span{
    font-size: 30px;
  }
}