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

html, body {
text-align:center;
font-size:19px;
font-family: 'Plus Jakarta Sans', sans-serif;
color: #1e1e1e;
font-weight: 300;
letter-spacing: -0.05em;
}

a:hover{
	text-decoration: underline;
	text-underline-offset: 20px;
	text-decoration-color: #ffea00;
	text-decoration-thickness: 3px;
}

div{margin:0 auto;padding:0}
img{border:0px;margin:0px}
a{text-decoration:none;outline:none;color:#1e1e1e;}
.cl{clear:both}
.logo{
float: left;
}
header{
	padding: 50px;
	background: linear-gradient(
    to right,
    #ffea00 0%,
    #ffea00 30%,
    white 30%,
    white 100%
  );
}
b{
	font-family: 'Playfair Display', serif;
}
nav{
	float:right;
	color: #dadada;
	font-weight: 400;
	margin-top: 10px;
}
li{
	display: inline;
	margin-left: 80px;
}
#langl{
	margin-left: 30px;
	font-size: 14px;
}
#mon{display: none;}
#artic{
	background: #fbfbfb;
	padding: 50px 0px;
}
article{
	max-width: 1200px;
	text-align: left;
	margin: 0 auto;
}
#artic li{
	display: list-item;
	margin-left:30px;
	list-style-image: url(img/tick.png);
	line-height: 30px;
}
#articleft{
	float: left;
	letter-spacing: -0.02em;
}
#articright{
	float: right;
	text-align: right;
	padding-top: 0px;
	margin-top: -150px;
}
h1{
	font-size: 100px;
	letter-spacing: -5px;
	margin-bottom: 50px;
}
h2{
	font-size: 19px;
	font-weight: 400;
}

p{
	line-height: 34px;
	max-width: 420px;
	padding: 50px 0px 30px 0px;
}

#worknav2 img{
	margin: 0px 8px;
}
#worknav img{
	margin-left: 15px;
}
#worknav2{
	text-align: center;
	margin: 40px 0px;
}

.wf{
	margin-top: 80px;
}

#workimg img{
-webkit-box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
-moz-box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
	display: block;
	max-width: 100%;
	margin: 17px 0px;
	float: left;
}

#workimg div{
float: left;
	width: 45%;
	margin: 0px 17px;
}

#workimg{
	padding: 20px 0px;
	margin: auto;
}

h3{
	font-size: 100px;
	letter-spacing: -0.05em;
	float: left;
	margin-top: -50px;
}
h4, h5{
	font-size: 60px;
	letter-spacing: -0.05em;
	margin-bottom: 80px;
	line-height: 67px;
}


section{
	max-width: 1200px;
	margin: 0 auto;
	clear: both;
}

#whatcan{
	padding: 90px 0px 100px 0px;
	text-align: center;
}

#what{
	display: flex;
	justify-content: center;
}
.whatc{
	max-width: 160px;
	font-weight: 400;
	margin: 0px 20px;
	height: 250px;
}
#whatcan img{
	margin-bottom: 10px;
}
#contact{
	background: url(img/cosmic.jpg) no-repeat top right;
	padding-bottom: 100px;
	max-width: 1000px;
}

button{
background: #1e1e1e;
  border: none;
  color: #ffffff;
  padding: 20px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  border-radius: 60px;
  cursor: pointer;
  min-width: 240px;
  letter-spacing: -0.05em;
  margin: 8px;
}

button:hover{
	color: #ffea00;
}

.butwork:hover{
	color: #000000;
}

h5{
	text-align: left;
	float: left;
	margin: 20px 0px 40px 0px;
}
#contbuts{
	float: left;
	margin: 0px;
	clear: both;
}


#butfb{
	background: #f2f2f2;
	color: #1e1e1e;
}

footer{
	max-width: 1200px;
	margin: 0 auto;
	clear: both;
	padding: 80px 0px;
}

#footmenu{
	float:right;
	color: #dadada;
	font-weight: 400;
}



@media all and (max-width:1250px){
section, footer{
	width: 92%;
}
.whatc{
	margin: 0px 10px;
}

footer{
	padding-bottom: 40px;
}
#whatcan{
	padding: 100px 0px 100px 0px;
}

article{
	width: 92%;
}
#articleft{
	float: left;
	width: 40%;
	padding-right: 40px;
}
#articright{
	float: right;
	text-align: right;
	padding-top: 40px;
	width: 60%;
}
.wf{
	margin-top: 80px;
	max-width: 100%;
}
#workimg{
	display: block;
	justify-content: center;
	text-align: center;
align-items: flex-start;
align-content: flex-start
}

#articleft ul{
	margin-bottom: 50px;
}
p{
	padding-top: 20px;
}
h1{
	margin-bottom: 20px;
}

}

@media all and (max-width:1120px){
#whatcan{
	width: 100%;
	padding: 70px 30px;
}

#contact{
	margin-top: 100px;
}
h4{
	margin-bottom: 40px;
}


}

@media all and (max-width:990px){
#workimg div{
	width: 100%;
	float: none;
	justify-content: center;
	display: block;
	margin: 0px;
}

#workimg img{
	float: none;
	margin: 30px auto;
}

p{
	margin: 0 auto;
	max-width: 85%;
	padding-top: 0px;
}
#articleft{
	float: none;
	width: auto;
	padding-right: 0px;
	text-align: center;
}
#articright{
	float: none;
	text-align: center;
	padding-top: 150px;
	width: 100%;
}
#articleft img{
	display: none;
}
#articleft li{
	display: inline;
	background: #ffea00;
	padding: 7px 10px;
	margin: 0px 12px;
}

#whatcan{
	padding-top: 80px;
	background: #ffffff;
	padding-bottom: 40px;
}
#contact{
	background: url(img/cosmic2.jpg) no-repeat top center;
	padding: 40px 50px 100px 50px;
	width: 100%;
	margin-top: 80px;
}
#butfb{
	background: #ffffff;
}
#flogo{
	float: none;
}
#footmenu{
	float: none;
	margin-top: 20px;
}
footer{
	padding-top: 40px;
}
#footmenu li{
	margin: 0px 40px;
}
h4{
	font-size: 80px;
	line-height: 80px;
}
h2, h1{
	text-align: center;
}
.wf{
	max-width: 90%;
	margin-top: 40px;
}
}

@media all and (max-width:900px){
#what{
	flex-wrap: wrap;
}
#mon{
display: block;
float: right;
margin-top: -50px;
}
#menu{
	display: none;
	width: 100%;
	clear: both;
	padding: 20px 0px;
	background: white;
	text-align: center;
	margin-top: 30px;

}
#menu li{
	display: block;
	margin: 30px 0px;
}
nav{
	width: 100%;
}
#menu a{
	font-size: 24px;
}
header{
	padding: 50px;
	background: linear-gradient(
    to right,
    #ffea00 0%,
    #ffea00 40%,
    white 40%,
    white 100%
  );
}
}

@media all and (max-width:720px){
#contbuts button{
	float:left;
}
#contact{
	background: url(img/cosmic3.jpg) #ffeb01 no-repeat bottom center;
	padding: 40px 30px 300px 30px;
	text-align: center;
	margin-top: 20px;
}
h5{
	text-align: center;
	float: none;
}
#contbuts{
	float: none;
	text-align: center;
	display: flex;
	justify-content: center;
}
#whatcan img{
	margin-bottom: 0px;
}
#workimg img{
	width: 85%;
}
h1{
	font-size: 70px;
}
}

@media all and (max-width:550px){
#contbuts{
	float: none;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#contbuts button{
	float:none;
}
}

@media all and (max-width:450px){
#footmenu li {
  margin: 0px 20px;
}
}