body {
  margin: 0%;
  padding: 0%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
  position: relative;
}
body .goog-te-menu-frame {
  box-shadow: none;
}

::-webkit-scrollbar-thumb {
  background-color: #d403df;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.6);
}

* {
  outline: 0;
}

.scrollIndicatorLink img {
  width: 3%;
  position: absolute;
  left: 49%;
  bottom: 4vh;
  z-index: 100;
  transition: bottom 0.3s ease-in-out;
}
.scrollIndicatorLink img:hover {
  bottom: 3vh;
}

.backToTop {
  opacity: 0;
}
.backToTop img {
  width: 100px;
  position: fixed;
  z-index: 1000000;
  bottom: 3vh;
  right: 2vw;
  background-color: #ba1cc2;
  padding: 2rem;
  border-radius: 1000px;
  cursor: pointer;
}

.heroSection {
  height: 100vh;
  position: relative;
  z-index: 100;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../img/backgrounds/heroBG.jpg);
}
.heroSection .heroText {
  margin-top: calc(5rem + 25vh);
  margin-left: 5rem;
  color: #fff;
  padding: 0 3rem;
  background-color: rgba(0, 0, 0, 0.7);
}
.heroSection .heroText h1 {
  padding-top: 2rem;
  font-family: Consolas;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 6rem;
}
.heroSection .heroText h2 {
  font-family: Roboto;
  font-weight: 100;
  font-style: italic;
  font-size: 4rem;
  margin: 1.5rem 0;
}
.heroSection .heroText .heroButtons {
  padding-bottom: 1rem;
}
.heroSection .heroText .heroButtons a {
  text-decoration: none;
  padding: 1rem 2rem;
  display: inline-block;
  transition: 0.3s;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  margin: 1rem 2rem;
  font-family: consolas;
  letter-spacing: 2px;
  color: #fff;
  font-size: 3.5rem;
}
.heroSection .heroText .heroButtons a:hover {
  background-color: #96009e;
  box-shadow: 0 0 3px #96009e, 0 0 5px #96009e, 0 0 10px #96009e, 0 0 20px #96009e;
  transition-delay: 1s;
}
.heroSection .heroText .heroButtons a:hover span:nth-child(1) {
  left: 100%;
  transition: 1s;
}
.heroSection .heroText .heroButtons a:hover span:nth-child(2) {
  top: 100%;
  transition: 1s;
  transition-delay: 0.25s;
}
.heroSection .heroText .heroButtons a:hover span:nth-child(3) {
  right: 100%;
  transition: 1s;
  transition-delay: 0.5s;
}
.heroSection .heroText .heroButtons a:hover span:nth-child(4) {
  bottom: 100%;
  transition: 1s;
  transition-delay: 0.75s;
}
.heroSection .heroText .heroButtons a span {
  position: absolute;
  display: block;
}
.heroSection .heroText .heroButtons a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, transparent, #96009e);
}
.heroSection .heroText .heroButtons a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #96009e);
}
.heroSection .heroText .heroButtons a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 8px;
  background: linear-gradient(270deg, transparent, #96009e);
}
.heroSection .heroText .heroButtons a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #96009e);
}
.heroSection .heroText .heroButtons a:nth-child(1) {
  margin-left: -1rem;
}
.heroSection .globe {
  position: absolute;
  color: #fff;
  top: 3%;
  left: 2%;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.heroSection .globe:hover {
  color: #d403df;
}
.heroSection #google_translate_element {
  display: inline;
}
.heroSection #google_translate_element .goog-te-gadget-simple {
  background-color: transparent;
  border: 0;
}
.heroSection #google_translate_element .goog-te-menu-value {
  display: none;
}
.heroSection #google_translate_element img {
  display: none;
}

.projectsSection {
  background-image: url(../../img/backgrounds/blobBgProjects.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  z-index: 0;
  position: relative;
}
.projectsSection .container-fluid {
  padding: 10rem 15rem 15rem 15rem;
}
.projectsSection .projectsText {
  padding-right: 20rem;
}
.projectsSection .projectsText a {
  text-decoration: none;
  padding: 1rem 2rem;
  display: inline-block;
  transition: 0.3s;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  font-size: 2.8rem;
  font-family: Roboto;
  font-weight: 700;
  color: #fff;
  margin-top: 2rem;
}
.projectsSection .projectsText a:hover {
  background-color: #f55d05;
  box-shadow: 0 0 3px #f55d05, 0 0 5px #f55d05, 0 0 10px #f55d05, 0 0 20px #f55d05;
  transition-delay: 1s;
}
.projectsSection .projectsText a:hover span:nth-child(1) {
  left: 100%;
  transition: 1s;
}
.projectsSection .projectsText a:hover span:nth-child(2) {
  top: 100%;
  transition: 1s;
  transition-delay: 0.25s;
}
.projectsSection .projectsText a:hover span:nth-child(3) {
  right: 100%;
  transition: 1s;
  transition-delay: 0.5s;
}
.projectsSection .projectsText a:hover span:nth-child(4) {
  bottom: 100%;
  transition: 1s;
  transition-delay: 0.75s;
}
.projectsSection .projectsText a span {
  position: absolute;
  display: block;
}
.projectsSection .projectsText a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, transparent, #f55d05);
}
.projectsSection .projectsText a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #f55d05);
}
.projectsSection .projectsText a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 8px;
  background: linear-gradient(270deg, transparent, #f55d05);
}
.projectsSection .projectsText a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #f55d05);
}
.projectsSection .projectsText h1 {
  padding-top: 6rem;
  font-size: 10rem;
  line-height: 5rem;
  font-family: Mont;
  margin: 0;
}
.projectsSection .projectsText h2 {
  font-family: Pacifico;
  font-size: 7rem;
}
.projectsSection .projectsText .projectsSectionDesc {
  font-weight: 300;
  font-family: "Open Sans";
  font-size: 3rem;
  margin-top: 2rem;
}
.projectsSection .projectsSwiper {
  padding: 0;
  position: relative;
}
.projectsSection .projectsSwiper .swiper-pagination-bullet {
  background-color: #fff;
}
.projectsSection .projectsSwiper .swiper-navigation {
  background-color: #fff;
}
.projectsSection .projectsSwiper .swiper {
  max-height: 97%;
}
.projectsSection .projectsSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.projectsSection .projectsSwiper .swiper-slide a {
  text-decoration: none;
  background-image: linear-gradient(90deg, #f55d05, #47008f);
  background-size: 0% 10px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: 0.3s ease-in-out;
}
.projectsSection .projectsSwiper .swiper-slide a:hover {
  background-size: 100% 10px;
}
.projectsSection .projectsSwiper .swiper-slide img {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.projectsSection .projectsSwiper .projectDesc {
  opacity: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease-in-out;
}
.projectsSection .projectsSwiper .projectDesc:hover {
  opacity: 1;
}
.projectsSection .projectsSwiper .projectDesc p {
  font-size: 3rem;
  color: #fff;
  font-weight: 300;
  font-family: "Open Sans";
}

.sertifikatiSection {
  position: relative;
  overflow: hidden;
}
.sertifikatiSection .sertifikatiText {
  position: absolute;
  z-index: 10000;
  width: 100%;
  text-align: center;
  color: #fff;
}
.sertifikatiSection .sertifikatiText h1 {
  font-family: Mont;
  font-size: 10rem;
  padding-top: 2rem;
}
.sertifikatiSection .background {
  width: 100vw;
  height: 100vh;
  background: #1c013f;
}
.sertifikatiSection .swiper {
  max-width: 40vw;
}
.sertifikatiSection .swiper .swiper-slide {
  cursor: all-scroll;
}
.sertifikatiSection .swiperContainer {
  height: 75%;
  width: 100%;
  position: absolute;
  top: 25vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sertifikatiSection .background span {
  width: 15vmin;
  height: 15vmin;
  border-radius: 15vmin;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  -webkit-animation-name: move;
          animation-name: move;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.sertifikatiSection .background span:nth-child(1) {
  color: #e45a84;
  top: 72%;
  left: 19%;
  -webkit-animation-duration: 14.7s;
          animation-duration: 14.7s;
  -webkit-animation-delay: -14.8s;
          animation-delay: -14.8s;
  transform-origin: -20vw -6vh;
  box-shadow: 30vmin 0 6.7537109068vmin currentColor;
}
.sertifikatiSection .background span:nth-child(2) {
  color: #583c87;
  top: 52%;
  left: 48%;
  -webkit-animation-duration: 14.5s;
          animation-duration: 14.5s;
  -webkit-animation-delay: -7.5s;
          animation-delay: -7.5s;
  transform-origin: -6vw -17vh;
  box-shadow: 30vmin 0 8.7779430293vmin currentColor;
}
.sertifikatiSection .background span:nth-child(3) {
  color: #e45a84;
  top: 20%;
  left: 96%;
  -webkit-animation-duration: 11.1s;
          animation-duration: 11.1s;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
  transform-origin: -12vw -8vh;
  box-shadow: 30vmin 0 6.999340928vmin currentColor;
}
.sertifikatiSection .background span:nth-child(4) {
  color: #e45a84;
  top: 55%;
  left: 8%;
  -webkit-animation-duration: 11.3s;
          animation-duration: 11.3s;
  -webkit-animation-delay: -11.3s;
          animation-delay: -11.3s;
  transform-origin: 3vw -8vh;
  box-shadow: -30vmin 0 4.5622950825vmin currentColor;
}
.sertifikatiSection .background span:nth-child(5) {
  color: #e45a84;
  top: 57%;
  left: 39%;
  -webkit-animation-duration: 13.8s;
          animation-duration: 13.8s;
  -webkit-animation-delay: -14.3s;
          animation-delay: -14.3s;
  transform-origin: 5vw 7vh;
  box-shadow: -30vmin 0 9.809015341vmin currentColor;
}
.sertifikatiSection .background span:nth-child(6) {
  color: #ffacac;
  top: 13%;
  left: 37%;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-delay: -8.2s;
          animation-delay: -8.2s;
  transform-origin: 3vw -21vh;
  box-shadow: 30vmin 0 8.0130648365vmin currentColor;
}
.sertifikatiSection .background span:nth-child(7) {
  color: #ffacac;
  top: 73%;
  left: 100%;
  -webkit-animation-duration: 10.5s;
          animation-duration: 10.5s;
  -webkit-animation-delay: -8s;
          animation-delay: -8s;
  transform-origin: -20vw -21vh;
  box-shadow: 30vmin 0 5.4013020244vmin currentColor;
}
.sertifikatiSection .background span:nth-child(8) {
  color: #ffacac;
  top: 52%;
  left: 35%;
  -webkit-animation-duration: 14.7s;
          animation-duration: 14.7s;
  -webkit-animation-delay: -10.7s;
          animation-delay: -10.7s;
  transform-origin: 3vw -21vh;
  box-shadow: 30vmin 0 6.7454979422vmin currentColor;
}
.sertifikatiSection .background span:nth-child(9) {
  color: #e45a84;
  top: 79%;
  left: 73%;
  -webkit-animation-duration: 13.7s;
          animation-duration: 13.7s;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  transform-origin: -2vw -22vh;
  box-shadow: 30vmin 0 8.0666240099vmin currentColor;
}
.sertifikatiSection .background span:nth-child(10) {
  color: #e45a84;
  top: 83%;
  left: 5%;
  -webkit-animation-duration: 13.8s;
          animation-duration: 13.8s;
  -webkit-animation-delay: -14s;
          animation-delay: -14s;
  transform-origin: -20vw -4vh;
  box-shadow: 30vmin 0 5.8410034771vmin currentColor;
}
.sertifikatiSection .background span:nth-child(11) {
  color: #583c87;
  top: 25%;
  left: 34%;
  -webkit-animation-duration: 13.2s;
          animation-duration: 13.2s;
  -webkit-animation-delay: -11.1s;
          animation-delay: -11.1s;
  transform-origin: 3vw -3vh;
  box-shadow: 30vmin 0 6.6360982255vmin currentColor;
}
.sertifikatiSection .background span:nth-child(12) {
  color: #ffacac;
  top: 36%;
  left: 54%;
  -webkit-animation-duration: 14.6s;
          animation-duration: 14.6s;
  -webkit-animation-delay: -5.3s;
          animation-delay: -5.3s;
  transform-origin: -21vw -5vh;
  box-shadow: -30vmin 0 7.7571005612vmin currentColor;
}
.sertifikatiSection .background span:nth-child(13) {
  color: #e45a84;
  top: 98%;
  left: 87%;
  -webkit-animation-duration: 11.1s;
          animation-duration: 11.1s;
  -webkit-animation-delay: -10.9s;
          animation-delay: -10.9s;
  transform-origin: -6vw -9vh;
  box-shadow: 30vmin 0 9.3327456058vmin currentColor;
}
.sertifikatiSection .background span:nth-child(14) {
  color: #ffacac;
  top: 44%;
  left: 81%;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
  -webkit-animation-delay: -10.9s;
          animation-delay: -10.9s;
  transform-origin: -16vw 8vh;
  box-shadow: 30vmin 0 5.1423579293vmin currentColor;
}
.sertifikatiSection .background span:nth-child(15) {
  color: #e45a84;
  top: 20%;
  left: 51%;
  -webkit-animation-duration: 14.3s;
          animation-duration: 14.3s;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  transform-origin: -8vw -1vh;
  box-shadow: 30vmin 0 4.9385395349vmin currentColor;
}
@-webkit-keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}

.aboutMeSection {
  position: relative;
  text-align: center;
  z-index: 20;
  background-image: url(../../img/backgrounds/aboutMePhoto2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.aboutMeSection h1 {
  font-size: 10rem;
  font-family: Mont;
  color: #fff;
  margin-bottom: 2rem;
  display: inline-block;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), #d403df);
  background-size: 100% 12px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.aboutMeSection p {
  font-weight: 300;
  font-family: "Open Sans";
  font-size: 3rem;
  color: #fff;
}
.aboutMeSection .row {
  margin-bottom: 4rem;
}
.aboutMeSection .row .aboutMeText {
  text-align: left;
  padding-left: 12rem;
  padding-top: 5rem;
  padding-right: 5rem;
}
.aboutMeSection .row .customAboutMeText {
  font-size: 10rem;
  font-family: Roboto;
  font-weight: 900;
  color: #d403df;
  text-shadow: 0px 6px 0px #96009e, 0px 12px 0px #5e0063;
  margin-top: -3.5rem;
  position: relative;
  z-index: -10;
}
.aboutMeSection .quoteContainer {
  margin: 0;
  padding-top: 5rem;
  position: relative;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
.aboutMeSection .quoteContainer .quote {
  font-family: TropicalAsian;
  font-size: 17rem;
  color: #fff;
  text-align: center;
}
.aboutMeSection .quoteContainer .rapper {
  font-family: Roboto;
  font-weight: 300;
  text-align: center;
  margin-top: -6rem;
  font-style: italic;
  font-weight: 100;
}
.aboutMeSection .blob {
  position: absolute;
}
.aboutMeSection .blob4 {
  bottom: 20%;
  left: 2%;
  z-index: -1;
  width: 12%;
}
.aboutMeSection .blob5 {
  bottom: 20%;
  right: 4%;
  z-index: -1;
  width: 12%;
}
.aboutMeSection .wavesTop {
  margin-top: 5rem;
  height: 400px;
  width: 100%;
}
.aboutMeSection .jas {
  position: absolute;
  right: 5vw;
  top: 0;
  width: 30%;
  z-index: -100;
}

.howIWorkSection {
  position: relative;
  z-index: 1000;
  padding-bottom: 5rem;
  background: linear-gradient(180deg, #6e0568 0%, #5107e6 100%);
}
.howIWorkSection h1 {
  font-family: Mont;
  font-weight: 900;
  font-size: 9rem;
  color: #fff;
  text-align: center;
  margin-bottom: 11rem;
}
.howIWorkSection h1 span {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), #fa7268);
  background-size: 100% 30px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.howIWorkSection .container-fluid {
  padding: 0 8%;
}
.howIWorkSection .container-fluid .row {
  margin: 0;
}
.howIWorkSection .textHowIWork {
  padding-left: 4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.howIWorkSection .textHowIWork h2 {
  font-size: 6rem;
  font-family: Inter;
  font-weight: 700;
  color: #fff;
}
.howIWorkSection .textHowIWork h2 span {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), #fa7268);
  background-size: 100% 15px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.howIWorkSection .textHowIWork p {
  font-size: 3rem;
  color: #fff;
  font-family: Roboto;
  font-weight: 100;
  letter-spacing: 1px;
  margin-bottom: 0;
  z-index: 10;
}
.howIWorkSection .imgHowIWork {
  display: flex;
  justify-content: center;
  align-items: center;
}
.howIWorkSection .imgHowIWork img {
  width: 50%;
}
.howIWorkSection .bold {
  font-weight: 700;
}
.howIWorkSection .workProcess {
  padding: 4rem 1rem;
}
.howIWorkSection .workProcess .step {
  padding: 0;
  text-align: center;
}
.howIWorkSection .workProcess .step h3 {
  font-size: 5rem;
  font-family: Inter;
  font-weight: 700;
  color: #fff;
}
.howIWorkSection .workProcess .step h3 span {
  background-image: linear-gradient(90deg, #ef7800, #fef506);
  background-size: 100% 8px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.howIWorkSection .workProcess .step p {
  padding: 0;
  font-size: 2.5rem;
  color: #fff;
  font-family: "Open Sans";
}
.howIWorkSection .workProcess .step .stat {
  font-size: 2rem;
  color: #00fff0;
}

.cta {
  text-align: center;
  background-image: url(../../img/backgrounds/ctaBg-min.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}
.cta .waveTransitionBottom {
  width: 100vw;
  position: absolute;
  left: 0;
  height: 200px;
}
.cta h1 {
  padding-top: 13rem;
  font-family: Mont;
  font-size: 10rem;
}
.cta p {
  font-family: Consolas;
  font-size: 4rem;
  letter-spacing: 2px;
}
.cta .container-fluid {
  padding-top: 3rem;
}
.cta .container-fluid .col-md-6 {
  padding: 0;
}
.cta .container-fluid .CTAInputCol1 {
  padding-right: 0.5rem;
}
.cta .container-fluid .CTAInputCol2 {
  padding-left: 0.5rem;
}
.cta .container-fluid #textInput {
  float: right;
}
.cta .container-fluid #emailInput {
  float: left;
}
.cta .container-fluid input {
  width: 60%;
  padding: 0.75rem;
  border-radius: 20px;
  border: 8px solid #fff;
  opacity: 0.8;
  font-size: 2rem;
  transition: border 0.3s ease-in-out;
}
.cta .container-fluid input:hover {
  border: #75b6ff 8px solid;
}
.cta .container-fluid input::-moz-placeholder {
  font-style: italic;
}
.cta .container-fluid input:-ms-input-placeholder {
  font-style: italic;
}
.cta .container-fluid input::placeholder {
  font-style: italic;
}
.cta .container-fluid .messageRow {
  padding: 1.25rem 0;
  display: flex;
  justify-content: center;
}
.cta .container-fluid .messageRow textarea {
  resize: none;
  width: 60%;
  position: relative;
  z-index: 1;
  padding: 1rem;
  border-radius: 20px;
  border: 8px solid #fff;
  opacity: 0.8;
  font-size: 2rem;
  transition: border 0.3s ease-in-out;
}
.cta .container-fluid .messageRow textarea::-moz-placeholder {
  font-style: italic;
}
.cta .container-fluid .messageRow textarea:-ms-input-placeholder {
  font-style: italic;
}
.cta .container-fluid .messageRow textarea::placeholder {
  font-style: italic;
}
.cta .container-fluid .messageRow textarea:hover {
  border: #75b6ff 8px solid;
}
.cta button {
  border: 8px solid #fff;
  border-radius: 100px;
  padding: 0.75rem 2rem;
  font-family: Roboto;
  font-weight: 300;
  font-size: 2.3rem;
  margin-top: 2rem;
  transition: border 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.cta button:hover {
  border: #75b6ff 8px solid;
  transform: scale(1.1);
}
.cta .socialMediaCTA {
  margin-bottom: 50px;
}
.cta .socialMediaCTA .container {
  padding-top: 2.5rem;
}
.cta .socialMediaCTA ul {
  text-align: center;
  list-style-type: none;
  padding-left: 0 !important;
}
.cta .socialMediaCTA ul li {
  margin: 0.15rem 1rem;
  display: inline;
}
.cta .socialMediaCTA ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.cta .socialMediaCTA ul li a:hover {
  color: #75b6ff;
}
.cta footer .copyright p {
  font-family: Roboto;
  font-weight: 100;
  font-size: 3.5rem;
  margin-top: 2.5rem;
  margin-bottom: 0%;
}
.cta footer .iconsCredits {
  opacity: 0.7;
  font-size: 1.5rem;
}
.cta footer .iconsCredits a {
  text-decoration: none;
  color: #fafafa;
}

@font-face {
  font-family: TropicalAsian;
  src: url(../../fonts/TropicalAsian.ttf);
}
@font-face {
  font-family: Mont;
  src: url(../../fonts/Mont.otf);
}
@font-face {
  font-family: Pacifico;
  src: url(../../fonts/Pacifico.ttf);
}/*# sourceMappingURL=style.css.map */