*{
    padding: 0;
    margin: 0;
}
body{
background-image: linear-gradient(120deg, #ffd857 0%, #ffc953 100%);
background-size: cover;
}

.Header{
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 96px;
    display: flex;
    flex-direction: row;
    align-items: center;

    z-index: 2;

}

.logo h1{
    font-family: sans-serif;
    position: relative;
    left: 20px;
}

.logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    left: 100px;
}

.contactbutton{
    position: absolute;
    right: 150px;
    width: 121px;
    height: 48px;
background: #FFAF00;
background: linear-gradient(162deg,rgba(255, 175, 0, 1) 0%, rgba(255, 200, 0, 1) 50%, rgba(255, 215, 0, 1) 100%);
border: none;
border-radius: 10px;

font-family: sans-serif;
font-size: 20px;
color: rgb(255, 255, 255);

cursor: pointer;
}

.HButtons{
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 300px;
}

.HButtons h1{
    font-family: sans-serif;
    font-size: 17px;
    margin: 20px;
    cursor: pointer;
    color: black;
    text-decoration: none;
}
.About{

    width: 1300px;
    height: 636px;
    position: relative;
    left: 280px;
    margin-top: 70px;
    display: flex;
    position: absolute;
    left: 220px;
}

.AboutText{
    font-family: HP Simplified Hans;
}

.HiImVS{
    margin: 25px;
}

.AboutText h3{
    margin-left: 25px;
}

.highest{
    margin-top: 25px;
}

.sayhellobutton{
    width: 121px;
    height: 48px;
background: #FFAF00;
background: linear-gradient(135deg,rgb(255, 140, 0) 0%, rgb(255, 150, 0) 50%, rgb(255, 160, 0) 100%);
border: none;
border-radius: 10px;

font-family: sans-serif;
font-size: 20px;
color: rgb(255, 255, 255);

cursor: pointer;

margin: 25px;
margin-top: 50px;
}

.AboutSimbiot{
height: 60px;
display: flex;
flex-direction: row;
margin-top: 125px;
}

.AboutSimbiot div{
background-color: #ffc23f;
height: 100%;
width: 178px;
margin-left: 12px;
text-align: center;
padding: 15px;
}

.AboutSimbiot div h3{
position: relative;
right: 13px;
top: 3px;
font-weight: 1
}

.Photo{
   height: 586px;
   width: 486px;
   background-color: black;
   position: relative;
   left: 50px;
   background-size: cover;
   background-image: url(./PortfolioFotoSigmatrollfacesNormisVersion.jpg);
   position: relative;
   bottom: 25px;
   border-radius: 20px;
}

.workprocess{
    width: 100%;
    height: 650px;
    background-color: #ffca57;
    position: relative;
    top: 700px;
    font-family: "Corbel";
}

.workprocess > h1{
    font-size: 80px;
    position: relative;
    left: 150px;
    top: 150px;
}

.workprocess h2{
    font-size: 20px;
    position: relative;
    left: 160px;
    top: 200px;
    width: 700px;
}

.workprocess h3{
    font-size: 20px;
    position: relative;
    left: 160px;
    top: 200px;
    width: 700px;
    margin-top: 20px;
}

.workprocessblocks{
    width: 600px;
    height: 600px;
    position: relative;
    left: 930px;
    bottom: 275px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.workprocessblock{
    width: 100%;
    height: 100%;
    background-color: rgb(255, 209, 124);
    border-radius: 30px;
-webkit-box-shadow: 1px 3px 21px 6px rgba(214,214,214,0.3); 
box-shadow: 1px 3px 21px 6px rgba(214,214,214,0.3);
color: rgb(0, 0, 0);
}

.workprocessblock h1{
  margin: 35px;
  margin-bottom: 20px;
}
.workprocessblock h4{
  margin: 35px;
  margin-top: 0px;
}

.footer{
    width: 100%;
    height: 300px;
    background-color: #5c5954;
    position: relative;
    top: 710px;
    text-align: center;
    color: rgb(255, 240, 212);
    font-family: sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer h1{
    font-size: 50px;
    width: 900px;
    font-weight: 800;
    position: relative;
    top: 80px;
}

.projects{
    width: 100%;
    height: 700px;
    background-color: #ffc75e;
    position: relative;
    top: 710px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
}

.projects h1{
    font-size: 80px;
    color: #5c5954;
}
.projects h3{
    color: #7e7c79;
    width: 70%;
}

.card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 360px;
  padding: 32px;
  border-radius: 24px;
  overflow: hidden;
  line-height: 1.6;
  border: 1px solid #ff5100;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #ffbc57;
  color: #ff5100;
}

.content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 8px;
  color: #000000;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content .quotes {
  width: 48px;
  height: 48px;
}

.content .footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.content .para {
  z-index: 1;
  opacity: 0.8;
  font-size: 16px;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.card:hover {
  box-shadow: 8px 8px #ff580a;
  border-color: #ff580a;
  transform: translate(-8px, -8px);
}

.button {
  position: relative;
  font-family: inherit;
  border: none;
  background-color: transparent;
  font-size: 16px;
  padding: 4px 0px;
  font-weight: 700;
  line-height: 1.6;
  color: #000000;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

.button span {
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.button::before {
  position: absolute;
  content: "";
  width: 112%;
  height: 1px;
  left: 0%;
  bottom: 0%;
  background: #ff580a;
  pointer-events: none;
  margin: auto;
  transition: transform 0.64s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
}

.button:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.button:active {
  scale: 0.95;
}

.cf1{
    background-image: url(https://images.prom.ua/2850195164_w600_h600_2850195164.jpg);
    width: 300px;
    height: 350px;
    background-size: cover;
    border-radius: 25px;
}
.cf2{
    background-image: url(https://роботехника18.рф/wp-content/uploads/2020/11/ws2812b-girlyanda.jpg);
    width: 300px;
    height: 350px;
    background-size: cover;
    border-radius: 25px;
}
.cf3{
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTz16Gx-EpgQae2jCNR86mcMWh-p7ZA3unUYQ&s);
    width: 300px;
    height: 350px;
    background-size: cover;
    border-radius: 25px;
}

strong{
   color:#ff1e00;
}
p{
    color:#ff1e00;
}
.cardsall{
    margin: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}