* {
  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 {
  width: 1111px;
  height: 480px;
  margin-bottom: 160px;
  background-image: url(/designo/assets/img/about-hero-bckgrnd.svg);
}

.hero img {
  float: right;
}

.hero h2 {
  margin-inline: auto;
  margin-top: 100px;
  display: inline-block;
  margin-left: 95px;
  color: #fff;
}

.hero p {
  width: 458px;
  margin-top: 32px;
  margin-left: 95px;
  color: #fff;
}

.content-talent {
  background-image: url(/designo/assets/img/second-background.svg);
  height: 640px;
  width: 1111px;
  display: flex;
  align-items: center; 
  margin-bottom: 160px;
}

.content-talent img {
  margin-right: 30px; 
}

.article {
  width: 600px;
}

.article h2 {
  color: #E7816B;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
}

.article p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #333136;
  margin-bottom: 28px;
}


.locations {
  width: 1111px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 160px;
}


.locations a {
  text-decoration: none;
  text-align: center;
  color: #fff;
}

.canada {
  margin-bottom: 32px;
  text-align: center;
}

.canada p {
  width: 152px;
  background-color: #E7816B;
  color: #fff;
  padding: 18px;
  border-radius: 16px;
}

.buttonca{
  margin-top: 25px;
  margin-left: 22px;
}


.australia {
  text-align: center;
  margin-top: -5px;

}

.australia p {
  width: 152px;
  background-color: #E7816B;
  color: #fff;
  padding: 18px;
  margin-top: 2px;
  border-radius: 16px;
  margin-top: 32px;
}

.buttonca :hover{
  background-color: #FFAD9B;
  color: #FFFFFF;
}

.buttonaus {
  margin-top: 25px;
  margin-left: 22px;
}

.buttonaus :hover{
  background-color: #FFAD9B;
  color: #FFFFFF;

}

.buttonuk {
  margin-top: 25px;
  margin-left: 22px;
}

.buttonuk :hover{
  background-color: #FFAD9B;
  color: #FFFFFF;
}

.uk {
  text-align: center;
  margin-bottom: 60px;

}

.uk p {
  width: 152px;
  background-color: #E7816B;
  color: #fff;
  padding: 18px;
  margin-top: 2px;
  border-radius: 16px;
  margin-top: 32px;

}

.real-deal {
  position: relative;
  background: #FDF3F0 url(/designo/assets/img/background-img.jpg) center/cover; 
  height: 640px;
  padding-left: 50px;
  margin-bottom: 160px;
  display: flex; 
  align-items: center; 
}

.content {
  width: 50%; 
}

.real-deal h3{
  color: #E7816B;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;

}

.real-deal p{
  line-height: 26px;
  font-size: 16px;
  color: #333136;
}

.real-deal-img {
  position: absolute; 
  top: 0;
  right: 0; 
}
.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%;
}