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

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

body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Lexend Deca";
  background-color: #FFFFFF;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

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

.site-header {
  padding-top: 22px;
  padding-bottom: 22px;
}

.site-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.site-logo:hover {
  opacity: 0.5;
  transition: 0.3s ease;
}

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

.site-nav__link {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  line-height: 25px;
  color: #939CAA;
  margin-left: 32px;
}

.site-nav__link:hover {
  color: #FCB72B;
  transition: 0.3s ease;
}

.site-nav--getscot__link {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  padding: 14px 39px;
  border: 3px solid #FCB72B;
  background-color: #FCB72B;
  color: #FFFFFF;
  margin-left: auto;

}

.site-nav--getscot__link:hover {
  border: 3px solid #FCB72B;
  background-color: transparent;
  color: #FCB72B;
}

.site-hero {
  padding-top: 153px;
  padding-bottom: 153px;
  background: url("../img/site-hero-round.svg") no-repeat calc(50% + 680px) calc(50% + 140px),
    url("../img/site-hero-bgimg\ \(2\).png") no-repeat;
  background-size: 234px 63px, cover;
}

.site-hero__title {
  max-width: 500px;
  font-family: "Space Mono";
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: -2.5px;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 40px;
}

.site-hero__content {
  position: relative;
}

.site-hero__content::before {
  content: "";
  position: absolute;
  display: block;
  width: 203px;
  height: 10%;
  top: 43px;
  left: -170px;
  background-image: url("../img/line.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.site-hero__text {
  max-width: 405px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #FFFFFF;
  margin: 0;
  margin-left: 95px;
  margin-bottom: 40px;
}

.site-hero__content::after {
  content: "";
  position: absolute;
  display: block;
  width: 446px;
  height: 100%;
  top: 42px;
  left: 540px;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
}


.site-hero__link {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: bold;
  border: 3px solid transparent;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  padding: 14px 39px;
  background-color: #FCB72B;
  color: #FFFFFF;
  margin-left: 95px;
}

.site-hero__link:hover {
  border: 3px solid #FCB72B;
  background-color: transparent;
  color: #FCB72B;
}

.site-intro__section {
  padding-top: 160px;
  padding-bottom: 100px;
}

.div-all::before {
  position: absolute;
  width: 974px;
  height: 100%;
  content: "";
  z-index: -1;
  top: 40px;
  left: -190px;
  background-image: url("../img/intro-bgimg.png");
  background-repeat: no-repeat;
}

.div-all {
  display: flex;
  position: relative;
}

.site-intro__content {
  width: 350px;
  margin-right: 30px;
}

.site-intro__content:nth-child(3) {
  margin-right: 0;
}

.intro-title {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -1.07143px;
  color: #495567;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 20px;
}

.intro-text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #939CAA;
  margin: 0;
}

.site-easyto__section {
  padding-top: 100px;
  padding-bottom: 80px;
}

.site-easyto__section {
  background-image: url("../img/mask.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 850px) 100px;
}

.easyto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.easyto-section__content {
  width: 445px;
}

.adventies-section__title {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -2.14286px;
  color: #495567;
  margin: 0;
  margin-bottom: 24px;
}

.adventies-section__text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #939CAA;
  margin: 0;
  margin-bottom: 40px;
}

.adventies-section__link {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  padding: 14px 44px;
  border: 3px solid transparent;
  background-color: #FCB72B;
  color: #FFFFFF;
}

.adventies-section__link:hover {
  border: 3px solid #FCB72B;
  background-color: transparent;
  color: #FCB72B;
}

.easyto-section__desc {
  position: relative;
}

.easyto-section__desc::before{
  content: "";
  position: absolute;
  z-index: 1;
  width: 734px;
  height: 100%;
  top: 300px;
  left: -130px;
  background-image: url("../img/box-one-oval.svg");
  background-repeat: no-repeat;
}

.site-comingto__section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.site-comingto__section {
  background-image: url("../img/mask.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + -850px) 100px;
}

.comingto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comingto-section__content {
  width: 445px;
}

.comingto-section__desc {
  position: relative;
}

.comingto-section__desc::before {
  position: absolute;
  content: "";
  width: 745px;
  height: 100%;
  top: 0px;
  right: 255px;
  background-image: url("../img/box-two-bg.svg");
  background-repeat: no-repeat;
}

.site-zero__section {
  padding-top: 80px;
  padding-bottom: 266px;
}
.site-zero__section {
  background-image: url("../img/mask.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 850px) 100px;
}

.zero {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zero-section__content {
  width: 445px;
}

.zero-section__desc {
  position: relative;
}

.zero-section__desc::before {
  position: absolute;
  content: "";
  width: 745px;
  height: 100%;
  top: 75px;
  left: 250px;
  background-image: url("../img/box-one-oval.svg");
  background-repeat: no-repeat;
}

.picture-cash {
  border-radius: 50%;
}


.site-last__section {
  padding-top: 102px;
  padding-bottom: 102px;
  background-color: #495567;
  background-image: url("../img/last-section-bgimg.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 290px) 140px;
}

.site-last--section__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-last--section__title {
  max-width: 415px;
  margin: 0;
  font-family: "Space Mono";
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -2.14286px;
  color: #FFFFFF;
}

.appstore {
  margin-right: 18px;
}

.site-footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #333A44;
}

.footer__icon-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: auto;
}

.footer__icon-item {
  margin-right: 16px;
}

.footer__icon-item:nth-child(3n){
  margin-right: 0;
}

.footer__icon-img {
  fill: #FCB72B;
  transition: fill 0.4s ease;
}

.footer__icon-img:hover{
  fill: #FFFFFF;
}

.another__text {
  margin: 0;
  margin-top: 51px;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  opacity: 0.6;
  text-align: right;
}
