@import "reset.css";
body {
  font-family: "Montserrat", sans-serif;
  font-family: "Asap", sans-serif;
}

.wrapper {
  max-width: 1170px;
  margin: auto;
}

.portfolio a, .button__link-header a:nth-child(1) {
  box-shadow: 0 18px 27px 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  padding: 20px 30px;
  text-decoration: none;
}

.know-more a, .button__link-header a:nth-child(2) {
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  padding: 20px 48px;
  text-decoration: none;
}

.SAY-HELLO h2, .TESTIMONIALS h2, .portfolio h2, .my__skils h2, .SERVICES .wrap-title h2, .know-more h2 {
  color: #717171;
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5.52px;
}

header {
  background-image: url(../img/background-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-head-header {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.flex-head-header ul {
  display: flex;
}
.flex-head-header a {
  text-decoration: none;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 35px;
}
.flex-head-header a:hover {
  color: floralwhite;
  border-bottom: 2px solid floralwhite;
  transition: 300ms;
}

h1 {
  color: #4d4d4d;
  font-size: 90px;
  font-weight: 500;
  margin-top: 175px;
  margin-bottom: 2px;
}

.span__header {
  color: #909090;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 50px;
}

.button__link-header {
  padding-bottom: 390px;
}

.button__link-header a:nth-child(1) {
  margin-right: 100px;
}

.know-more h2 {
  line-height: 67px;
  width: 350px;
  margin-bottom: 10px;
}
.know-more img {
  padding-top: 170px;
}
.know-more p {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  max-width: 470px;
  margin-bottom: 55px;
}
.know-more .content__know-more-wrap {
  display: flex;
  width: 100%;
}
.know-more .content__know-more-1 {
  margin-right: 130px;
}
.know-more .content__know-more-2 img {
  padding-bottom: 125px;
}

.SERVICES {
  background-color: #f6f6f6;
}
.SERVICES .wrap-title h2 {
  display: flex;
  justify-content: center;
  padding-top: 120px;
  margin-bottom: 60px;
}
.SERVICES h4 {
  color: #4d4d4d;
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
  max-width: 157px;
  text-align: center;
  margin-top: 13px;
}

.services-img-1 {
  display: flex;
  justify-content: space-around;
  padding-bottom: 82px;
  text-align: center;
}

.services-img-2 {
  display: flex;
  justify-content: space-around;
  padding-bottom: 115px;
  text-align: center;
}

.my__skils h2 {
  padding-top: 117px;
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}
.my__skils img {
  padding-left: 90px;
  padding-bottom: 125px;
}

.portfolio {
  background-color: #f6f6f6;
}
.portfolio h2 {
  display: flex;
  justify-content: center;
  padding-top: 125px;
  margin-bottom: 45px;
}
.portfolio .portfolio_img1 {
  margin-bottom: 25px;
}
.portfolio .portfolio_img1 img:nth-child(2) {
  margin-right: 25px;
  margin-left: 25px;
}
.portfolio .portfolio_img2 {
  padding-bottom: 48px;
}
.portfolio .portfolio_img2 img:nth-child(2) {
  margin-right: 25px;
  margin-left: 25px;
}
.portfolio a {
  display: flex;
  justify-content: center;
  width: 190px;
  margin: auto;
}

.portfolio_img2-wrap {
  padding-bottom: 125px;
}

.TESTIMONIALS {
  padding-bottom: 122px;
}
.TESTIMONIALS h2 {
  display: flex;
  justify-content: center;
  padding: 125px 0 57px 0;
}

.wrapper__div_test {
  max-width: 955px;
  max-height: 349px;
  border: 1px solid #212121;
  display: flex;
  padding-top: 82px;
  padding-left: 121px;
}
.wrapper__div_test img {
  margin-right: 31px;
  padding-bottom: 108px;
}
.wrapper__div_test h3 {
  color: #373737;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}
.wrapper__div_test span {
  opacity: 0.9;
  color: #212121;
  font-size: 12px;
  text-transform: uppercase;
}
.wrapper__div_test p {
  opacity: 0.6;
  color: #212121;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  max-width: 570px;
  margin-top: 20px;
}

.item {
  background-color: #f6f6f6;
}
.item .wrap__item {
  display: flex;
  justify-content: space-around;
  padding-bottom: 65px;
}
.item img {
  padding-bottom: 31px;
  padding-left: 35px;
}
.item p {
  color: #4c4c4c;
  font-size: 22px;
  text-transform: uppercase;
}
.item span {
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 15px;
}
.item .item__item1 {
  padding-top: 52px;
}
.item .item__item2 {
  padding-top: 73px;
}
.item .item__item3 {
  padding-top: 72px;
}
.item .item__item4 {
  padding-top: 69px;
}
.item .img-item-item-3 {
  padding-left: 65px;
}

.SAY-HELLO {
  padding-top: 155px;
  background-image: url(../img/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.SAY-HELLO h2 {
  text-align: center;
  color: #efeff0;
  letter-spacing: 5.52px;
  padding-bottom: 70px;
}
.SAY-HELLO .form-contact-say-hellow {
  padding-bottom: 50px;
}
.SAY-HELLO .flex-input {
  display: flex;
  margin-bottom: 30px;
}
.SAY-HELLO .form-wrapper {
  display: flex;
  justify-content: center;
}
.SAY-HELLO textarea {
  width: 800px;
  height: 207px;
  padding-top: 25px;
  padding-left: 20px;
  opacity: 0.8;
  color: #212121;
  font-size: 16px;
  letter-spacing: 0.96px;
}
.SAY-HELLO input {
  opacity: 0.8;
  color: #212121;
  font-size: 16px;
  letter-spacing: 0.96px;
  width: 370px;
  height: 57px;
  padding-left: 20px;
}
.SAY-HELLO input:nth-child(1) {
  margin-right: 15px;
}
.SAY-HELLO input:nth-child(2) {
  margin-left: 15px;
}
.SAY-HELLO a {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  box-shadow: 0 18px 27px 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 20px 30px;
  text-decoration: none;
}
.SAY-HELLO a span {
  background: url(../img/ico/arrow.png) right;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.SAY-HELLO .button-hellow-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.line-hellow {
  background: url(../img/ico/hr.svg);
  width: 1170px;
  height: 1px;
  display: inline-block;
  margin-bottom: 26px;
}

.socsety {
  display: flex;
  padding-bottom: 30px;
}
.socsety img {
  margin-right: 8px;
}
.socsety span {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.96px;
  font-family: "Montserrat", sans-serif;
  padding-left: 273px;
}