html {
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Public Sans", "Arial", sans-serif;
  background-color: grey;
  overflow-x: hidden;
  margin-top: 80px;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1150px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
}

.site-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
}



.site--nav__list {
  display: flex;
  list-style: none;
}

.site--nav__link {
  margin-left: 30px;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 30px;
  letter-spacing: -0.107692px;
  color: #9597A5;
  transition: border-bottom 0.3s ease;
}

.site--nav__link:hover {
  color: #2D314D;
  border-bottom: 5px solid  #33D35E;
  transition: border-bottom 0.3s ease;
}

.site--heading__link {
  padding: 8px 33px;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  background: linear-gradient(135deg, #33D35E 0%, #2AB6D9 99.58%);
  color: #FFFFFF;
  border-radius: 22px;
}

.hero--section {
  position: relative;
  z-index: 1;
  padding-top: 170px;
  padding-bottom: 170px;
  background-color: #fafafa;
  background-image: url(../img/hero-bg-desktop.svg);
  background-repeat: no-repeat;
  background-position: calc(50% + 610px) -260px;
}

.site--heading__link:hover {
  opacity: 0.4;
  transition: 0.3s ease;
}

.hero--section {
  background-color: #F2F2F2;
  padding-top: 170px;
  padding-bottom: 170px;
}

.site--hero {
  width: 447px;
}

.site--hero::after{
  position: absolute;
  z-index: 1;
  left: calc(50% + 100px);
  top: -110px;
  width: 729px;
  height: 900px;
  background-image: url(../img/hero-phones-desktop.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.site--hero__title {
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 100;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -1px;
  color: #2D314D;
}

.site--hero__text {
  padding-bottom: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.28125px;
  color: #9597A5;
}

.site--hero__link {
  padding:  12px 33px;
  text-decoration: none;
  font-style: normal;
  font-size: 14px;
  line-height: 28px;
  background: linear-gradient(135deg, #33D35E 0%, #2AB6D9 99.58%);
  color: #FFFFFF;
  border-radius: 22px;
}

.site--hero__link:hover {
  opacity: 0.4;
  transition: 0.3s ease;
}

.why--section {
  padding-top: 96px;
  padding-bottom: 94px;
  background-color: #F4F5F7;
}

.why--small__title {
  width: 411px;
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 100;
  font-size: 40px;
  line-height: 64px;
  letter-spacing: -0.714286px;
  color: #2D314D
}

.why--small__text {
  width: 635px;
  margin-bottom: 72px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.28125px;
  color: #9597A5;
}

.why--div__all {
  display: flex;
  margin-left: -30px;
}

.why--contents {
  margin-left: 30px;
}

.why--article {
  font-style: normal;
  font-weight: 100;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.428571px;
  color: #2D314D;
}

.why--desc {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.25px;
  color: #9597A5;
}

.latest--section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FAFAFA;
}

.latest--section__title {
  margin-top: 0;
  font-style: normal;
  font-weight: 100;
  font-size: 40px;
  line-height: 64px;
  letter-spacing: -0.714286px;
  color: #2D314D;

}

.div--all {
  display: flex;
  justify-content: space-between;
}

.latest--section__gallery {
  background-color: #FFFFFF;
  border-radius: 5px;

}

.latest--section__content {
  width: 255px;
  padding: 24px;
}

.latest--section__text__p {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: -0.15625px;
  color: #9597A5;
}

.latest--section__link {
  text-decoration: none;
  font-style: normal;
  font-weight: 100;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.285714px;
  color: #2D314D;
}

.latest--section__link:hover {
  color: #30C88F;
  transition: 0.3s ease;
}

.latest--section__text {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.203125px;
  color: #9597A5;
}

.site--footer {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #2D314D;
}

.footer--div__all {
  display: flex;
}

.site--footer__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 50px;
}


.site--footer__item {
  margin-right: 13px;
}

.icons{
  fill: white;
}

.icons:hover{
  fill: #30C88F;
  transition: 0.3s ease;
}

.footer--second__div {
  margin-left: 131px;
  margin-right: 131px;
}

.wrapper {
  margin-top: 0;
  padding: 0;
  list-style: none;
}

.site--footer__inner {
  margin-bottom: 8px;
}

.links {
  font-size: 15px;
  line-height: 26px;
  text-decoration: none;
  color: #FFFFFF;
}

.links:hover {
  color: #30C88F;
  transition: 0.3s ease;
}

.inner{
  display: flex;
}

.link {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.text--easy {
  color: #FFFFFF;
  opacity: 0.5;
}


.site__footer__end{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
}
