* {
  margin: 0 ;
  box-sizing: border-box;
}

body {
  font-family: "Jost", sans-serif;
  font-weight: 400;
}

.container{
  width: 1110px;
  margin:0 auto;

}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 65px 0;
}

.nav {
  display: flex;
  gap: 10px;
}

.nav a {
  text-decoration: none;
  color: #333136;
}

.nav :hover{
  text-decoration: underline;

}

ul {
  list-style: none;
}

.hero {
  background-image: url(/designo/assets/img/hero-background.svg);
  height: 640px;
  display: flex;
  align-items: center;
  margin-bottom: 160px;
}

.oke {
  display: flex;
  margin-left: 170px;
  margin-top: -16px;
}

.hero-content {
  width: 540px;
  margin-left: 95px;
  margin-bottom: 90px;
  color: #FFFFFF;
}

.hero-content h1 {
  line-height: 48px;
  font-weight: 500;
  font-size: 48px;
}

.hero-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 21px;
}

.hero-box {
  width: 182px;
  background-color: #fff;
  border-radius: 16px;
  margin-top: 40px;
  margin-right: 500px;
}

.hero-button {
  font-size: 15px;
  line-height: 22px;
  padding: 18px 25px;
  text-align: center;
}

.hero-button a {
  text-decoration: none;
  font-weight: 600;
  color: #333136;
}

.hero-box :hover {
  background-color: #FFAD9B;
  border-radius: 16px;
}

.hero-box:hover a {
  color: #FFFFFF;
}


.hero-img {
  height: 573px;
  margin-bottom: 30px;
}

.services {
  display: flex;
  gap: 30px;
  margin-bottom: 165px;

}

.webdesign {
  filter:grayscale(1)
}

.webdesign:hover {
  filter: hue-rotate(0deg);
}


.webServices {
  bottom: 10px;
  left: 300px;
  color: white;
  padding: 10px;
  text-align: center;
  margin-top: -400px;
}

.webServices h3 {
  font-weight: 500;
  line-height: 68px;
  font-size: 40px;
}

.webServices a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}

.appDesing {
  position: relative;
  display: inline-block;
}

.appDesign img {
  margin-bottom: 19px;
}

.appServices {
  position: absolute;
  bottom: 10px;
  top: 1070px;
  margin-left: 120px;
  color: white;
  padding: 10px;
  height: 50px;
  text-align: center;
}

.appServices h3 {
  font-weight: 500;
  line-height: 68px;
  font-size: 40px;
}



.appServices a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}



.graphicDesing img {
  position: relative;

}

.graphicServices {
  position: absolute;
  bottom: 10px;
  height: 50px;
  margin-left: 120px;
  top: 1400px;
  color: white;
  padding: 10px;
  text-align: center;
}

.graphicServices h3 {
  font-weight: 500;
  line-height: 68px;
  font-size: 40px;
}

.graphicServices a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  line-height: 22px;

}

.who-we-are {
  width: 1130px;
  display: flex;
  text-align: center;
  margin-bottom: 160px;

}

.who-we-are h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 32px;
  margin-top: 48px;
}



.section {
  background-image: url(/designo/assets/img/getintouch-bckgrnd.svg);
  width: 1111px;
  height: 292px;
  color: #FFFFFF;
  align-content: center;
  position: relative;
  z-index: 2;
}

.section h2 {
  margin-top: -50px;
  line-height: 40px;
  font-weight: 500;
  font-size: 40px;
  margin-left: 95px;

}

.section p {
  width: 459px;
  margin-top: 30px;
  font-weight: 400;
  line-height: 26px;
  font-size: 16px;
  margin-left: 95px;

}

.contact-box {
  margin-top: -150px;
  margin-left: 750px;
  width: 152px;
  background-color: #FFFFFF;
  border-radius: 16px;

}

.contact-button {
  padding: 17px 19px;
  text-align: center;
}

.contact-button a {
  text-decoration: none;
  color: #000;


}

.contact-box:hover {
  background-color: #FFAD9B;
  border-radius: 16px;
}

.contact-box:hover a {
  color: #FFFFFF;
}


.footer-container{
  position: relative;
  top: -50px;
  width: 1300px;
  margin-left: -90px;
  background-color: #1D1C1E;
  z-index: 1;
}

.footer img{
  padding-top: 100px;
  padding-left: 100px;
  

}

.footer{
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-bottom: 40px;

}


.footer-nav{
  display: flex;
  gap: 10px;
  padding-right: 100px;
  padding-top: 100px;

}

.footer-nav a{
  text-decoration: none;
  color: #FFFFFF;
}
.footer-nav :hover{
  text-decoration: underline;
}

.border{
  border: 1px solid #FFFFFF;
  width: 1110px;
  margin-left: 93px;
  margin-bottom: 30px;
}

.footer-contact{
  width: 1111px;
  color: #c4cdd6;
  display: flex;
  margin-left: 99px;
  justify-content: space-between;
}
.icons{
  display: flex;
  gap: 10px;
  margin-bottom: 72px;
}

.icons a :hover {
  opacity: 20%;
}