html body {
  font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  background-image: linear-gradient(black, dimgrey);
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "sudosan-font";
  src: url(../fonts/Squared_Display.ttf) format("truetype");
}

.sudosan-font {
  font-family: sudosan-font, serif;
}

.main-background {

}

.avif .main-background {
  background: gray url("../img/sky.avif") repeat 0 0;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
  padding-top: 120px;
  box-sizing: border-box;
}


.fallback .main-background {
  background: gray url("../img/sky.jpg") repeat 0 0;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
  padding-top: 120px;
  box-sizing: border-box;
}


.fallback .fadein {
  background: url(../img/cloud_alone_compressed.png) no-repeat 0 0;
  display: none;
}

.avif .fadein {
  background: url(../img/cloud_alone_compressed.avif) no-repeat 0 0;
  display: none;
}

.fallback .fadein1 {
  background: url(../img/cloud-1.png) no-repeat 0 0;
  display: none;
}

.avif .fadein1 {
  background: url(../img/cloud-1.avif) no-repeat 0 0;
  display: none;
}

.fallback .fadein2 {
  background: url(../img/cloud-2.png) no-repeat 0 0;
  display: none;
}

.avif .fadein2 {
  background: url(../img/cloud-2.avif) no-repeat 0 0;
  display: none;
}

.fallback .fadein3 {
  background: url(../img/clouds.png) repeat-x 0 0;
  display: none;
}

.avif .fadein3 {
  background: url(../img/clouds.avif) repeat-x 0 0;
  display: none;
}

.fallback .sliding_clouds {
  z-index: 3;
  position: absolute;
  height: 90vh;
  width: 100vw;
  bottom: 0;
  left: 0;
  background-size: contain;
  -webkit-animation: slide 150s linear forwards;
  animation: slide 150s linear forwards;
}


.avif .sliding_clouds {
  z-index: 3;
  position: absolute;
  height: 90vh;
  width: 100vw;
  bottom: 0;
  left: 0;
  background-size: contain;
  -webkit-animation: slide 150s linear forwards;
  animation: slide 150s linear forwards;
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200vw);
    transform: translateX(-200vw);
  }
}

.slide {
  -webkit-animation: slide 3s linear forwards;
  animation: slide 3s linear forwards;
}

.fallback .sliding_cloud1 {
  z-index: 4;
  position: absolute;
  bottom: 2em;
  width: 100vw;
  height: 30em;
  left: 70vw;
  background-size: contain;
  -webkit-animation: slide 200s linear forwards;
  animation: slide 200s linear forwards;
  animation-iteration-count: 1;
}

.avif .sliding_cloud1 {
  z-index: 4;
  position: absolute;
  bottom: 2em;
  width: 100vw;
  height: 30em;
  left: 70vw;
  background-size: contain;
  -webkit-animation: slide 200s linear forwards;
  animation: slide 200s linear forwards;
  animation-iteration-count: 1;
}

.fallback .sliding_cloud2 {
  z-index: 2;
  position: absolute;
  bottom: 20em;
  width: 30em;
  left: 10em;
  height: 30em;
  background-size: contain;
  -webkit-animation: slide 220s linear forwards;
  animation: slide 220s linear forwards;
  animation-iteration-count: 1;
}

.avif .sliding_cloud2 {
  z-index: 2;
  position: absolute;
  bottom: 20em;
  width: 30em;
  left: 10em;
  height: 30em;
  background-size: contain;
  -webkit-animation: slide 220s linear forwards;
  animation: slide 220s linear forwards;
  animation-iteration-count: 1;
}

.fallback .moving-clouds {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 10000em;
  height: 100vh;
  background-size: contain;
  -webkit-animation: cloudLoop 10000s linear infinite;
  animation: cloudLoop 10000s linear infinite;
}

.avif .moving-clouds {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 10000em;
  height: 100vh;
  background-size: contain;
  -webkit-animation: cloudLoop 10000s linear infinite;
  animation: cloudLoop 10000s linear infinite;
}

@keyframes cloudLoop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-10000em);
    transform: translateX(-10000em);
  }
}

.full-background {
  background-size: 100vw 100vh;
}

.fallback .building {
  background: linear-gradient(to bottom, transparent 0%, rgba(112, 112, 112, 0) 50%, rgba(0, 0, 0, 0.75) 100%),
  url("../img/buildings.jpg");
  background-size: 100vw 100%;
}

.avif .building {
  background: linear-gradient(to bottom, transparent 0%, rgba(112, 112, 112, 0) 50%, rgba(0, 0, 0, 0.75) 100%),
  url("../img/buildings.avif");
  background-size: 100vw 100%;
}

@media (max-width: 1500px) {
  .building {
    background-size: 110vw 100%;
  }

  .main-background {
    background-size: 120vw 100%;
  }
}

@media (max-width: 1200px) {
  .building {
    background-size: 150vw 100%;
  }

  .main-background {
    background-size: 150vw 100%;
  }
}


@media (max-width: 991px) {
  .building {
    background-size: 200vw 100% !important;
  }

  .main-background {
    background-size: 200vw 100% !important;
  }
}

@media (max-width: 750px) {
  .building {
    background-size: 220vw 100% !important;
  }

  .main-background {
    background-size: 220vw 100% !important;
  }
}


@media (max-width: 575px) {
  .building {
    background-size: 250vw 100% !important;
  }

  .main-background {
    background-size: 250vw 100% !important;
  }
}


@media (max-width: 450px) {
  .building {
    background-size: 490vw 100% !important;
  }

  .main-background {
    background-size: 290vw 100% !important;
  }
}


html {
  width: 100%;
  height: 100%;
}


@media (max-width: 500px) {
  .container {
    width: 95% !important;
  }

  .greyText h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-transform: none !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .clients-images {
    width: 80%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  font-size: x-large;
  line-height: 1.5;
  margin: 0 0 25px;
}

@media (max-width: 500px) {
  .greyText > p, h5, h4, h3, h2, h1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}


@media (min-width: 768px) {
  p {
    font-size: x-large;
    line-height: 1;
    margin: 0 0 35px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #509fdc;
}

a:focus, a:hover {
  text-decoration: none;
  color: #1d9b6c;
}

.btn-circle {
  cursor: none;
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent;
}

.btn-circle:focus, .btn-circle:hover {
  color: white;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
}

.btn {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0;
}

footer {
  padding: 50px 0;
}

::-moz-selection {
  background: #75d5fc;
  /*background: rgba(255, 255, 255, 0.2);*/
  text-shadow: none;
}

::selection {
  background: #75d5fc;
  /*background: rgba(255, 255, 255, 0.2);*/
  text-shadow: none;
}

.greyText > p, h5, h4, h3, h2, h1 {
  color: #676767;
}

.p-font-size > p {
  font-size: x-large;
  margin-bottom: 10px !important;
}

.p-font-size {
  font-size: x-large;
  margin-bottom: 10px !important;
}

.font-size, h1 {

}

@media (max-width: 575px) {
  .font-size {
    font-size: 1.4em;
  }
}

.children-line-height > p, h5, h4, h3, h2, h1 {
  line-height: 1;
}

.box-font-title {
  font-size: 0.5em;
}

.box-font {
  font-size: 0.19em;
}

/*INSTAGRAM*/

.instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.hr-separator {
  width: 50%;
  border-color: grey !important;
}

