html, body {
  overflow-x: hidden;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-align: center;
  width: 100vw;
}

.white--text {
  color: #FFF;
}
.green--text {
  color: #25AA59;
}
.lightgreen--text {
  color : #79CCA4;
}
.yellow--text {
  color: #F8D03B;
}
.red--text {
  color: #EC4A5E;
}

h1 {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-family: 'Rockwell-Condensed', sans-serif;
  font-weight: normal;
}
h2 {
  text-transform: uppercase;
  font-family: 'Roboto-Light', sans-serif;
  font-weight: normal;
}

#bc > .lang-flag {
  position: absolute;
  z-index: 3;
  top: 5px;
  right: 5px;
}

#bc > header {
  height: 80vmin;
  width: 100%;
  min-height: 300px;
  line-height: 80vmin;
  position: relative;
}
#bc > header::before { /* slope effect */
  content: '';
  position: absolute;
  top: 0; right: -100%; bottom: 0px; left: 0;
  z-index: -1;
  background: radial-gradient(farthest-corner at top right, #61c18a, #2db466);
  /* box-shadow: 0px 0px 15px rgb(60, 60, 60); */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translate(-20%, -20%) rotateZ(-3deg);
}
#bc > header > svg {
  width: 50vw;
  max-width: 630px;
  vertical-align: middle;
  transform: translateY(-8vmin);
}

#competences {
  height: calc(20rem + 6vw);
}
#competences > ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 4rem;
}
#competences > ul > li > img {
  width: 12vw;
  height: 12vw;
  min-width: 50px;
  min-height: 50px;
  max-width: 120px;
  max-height: 120px;
  margin: 2rem 2vw 1rem 2vw;
  border-radius: 120px;
}
#competences > ul > li:nth-child(1) > img {
  box-shadow: 0 0 25px #EC4A5E;
}
#competences > ul > li:nth-child(2) > img {
  box-shadow: 0 0 25px #F8D03B;
}
#competences > ul > li:nth-child(3) > img {
  box-shadow: 0 0 25px #79CCA4;
}
#competences > ul > li:nth-child(4) > img {
  box-shadow: 0 0 25px #25AA59;
}


#supports {
  height: 33rem;
  background: #F7BE35;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#supports::before { /* slope effect */
  content: '';
  position: absolute;
  top: 0; right: -100%; bottom: 0; left: 0;
  z-index: -1;
  background: #FFED5E ;
  transform: translate(-20%, 3rem) rotate(-3deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#supports > h2 {
  padding-top: 2rem;
}
#supports > img {
  width: 28rem;
  max-width: 90vw;
}


#team > h2 {
  margin-top: 8rem;
}
#team > svg {
  margin-top: 2rem;
  width: 80vw;
  max-width: 800px;
}

#clients {
  height: 48rem;
  overflow: hidden;
  position: relative;
  background: #F6C697;
  background-image: url(/assets/images/hot-desert.svg);
  background-position: 50% bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#clients > img.background {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#clients > h2 {
  margin-top: 4rem;
}
#clients > img.clients {
  margin-top: 3rem;
  width: 200pt;
  max-width: 80vw;
}
#clients > img.saloon {
  width: 60vw;
  max-width: 500px;
  min-width: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 5vw;
}


#contact {
  height: 23rem;
  background-image: linear-gradient(#F6C697, #E4C39D);
}
#contact > div {
  display: inline-block;
  width: 90vw;
  max-width: 370pt;
  text-align: right;
  margin-top: 4rem;
}
#contact > div > h1 {
  margin-top: 0;
}
#contact > div > h2 {
  margin-bottom: 0;
}
#contact > div > .cactus {
  height: 40vw;
  max-height: 270px;
  shape-outside: url(/assets/images/brave-cactus-opti.png);
  shape-image-threshold: 0.5;
  shape-margin: 1rem;
  float: right;
}
#ygzpohz {
  color: inherit;
  text-decoration: none;
  margin-top: 5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#ygzpohz > span {
  unicode-bidi:bidi-override;
  direction: rtl;
  width: 150pt;
}

#bc > footer {
  height: 2rem;
  font-size: 0.6rem;
  text-transform: uppercase;
  line-height: 2rem;
}
