* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font: normal normal normal 14px/16px "Vida33";
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

/* FONT */
@font-face {
  font-family: "Vida33";
  src: url("./assets/fonts/VidaPro/vida33pro.otf");
  font-weight: normal;
  font-stretch: normal;
  font-variant: normal;
}
@font-face {
  font-family: "Vida32";
  src: url("./assets/fonts/VidaPro/vida32pro.otf");
  font-weight: normal;
  font-stretch: normal;
  font-variant: normal;
}
@font-face {
  font-family: "Vida32Bold";
  src: url("./assets/fonts/VidaPro/vida32pro-bold.otf");
}
@font-face {
  font-family: "Vida31";
  src: url("./assets/fonts/VidaPro/vida31pro.otf");
  font-weight: normal;
  font-stretch: normal;
  font-variant: normal;
}
.ctn-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000000;
}
.ctn-preloader img {
  width: 100%;
  height: 100%;
}
.ctn-preloader svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.ctn-preloader .loader-text {
  position: absolute;
  color: #fff;
  font-size: 44px;
  left: 0;
  right: 0;
  top: 20%;
  z-index: 1000;
  text-align: center;
}
.ctn-preloader .loader-text span {
  color: #0058b7;
}

.hide-loader {
  display: none;
}

.round-button-stitched {
  background-color: #E61D4D;
  color: #FFFFFF;
  border: 4px dashed #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #E61D4D;
  cursor: pointer;
}
.round-button-stitched span {
  color: #FFFFFF !important;
}

.round-button-stitched1 {
  position: relative;
  background-color: #E61D4D;
  color: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #E61D4D;
  cursor: pointer;
}
.round-button-stitched1 span {
  color: #FFFFFF !important;
  position: relative;
  z-index: 2;
}

.border-spinner {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 4px dashed #FFFFFF;
  border-radius: 50%;
  animation: spin 10s linear infinite;
}
.border-spinner:hover {
  animation: none;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.notifications {
  position: relative;
  bottom: 80px;
}
.notifications .notification-box {
  background-color: #FE9A00;
  color: #FFFFFF;
  padding: 15px;
  border-radius: 20px;
  font-family: "Vida32";
  display: none;
  height: 260px;
  width: 230px;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.7px;
}
.notifications .notification-box input {
  background-color: transparent;
  outline: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 34px;
  width: 200px;
  height: 45px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Vida31";
}
.notifications .notification-box input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.notifications .notification-box input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.notifications .notification-box button {
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 34px;
  width: 200px;
  height: 45px;
}
.notifications .notification-box #success-text {
  font-family: "Vida31";
  font-size: 18px;
  display: none;
}

nav {
  background-color: #030404;
}
nav .nav-wrapper {
  max-width: 1280px;
  margin: auto;
}
nav .nav-wrapper #menu {
  background-color: #030404;
}
nav .nav-wrapper #menu ul li a {
  font-size: 16px;
  line-height: 18px;
  font-family: "Vida32";
}

#top-section {
  background-color: #030404;
  width: 100%;
  flex-grow: 1;
  margin-top: 80px;
}
#top-section span:nth-child(1), #top-section span:nth-child(7), #top-section span:nth-child(12), #top-section span:nth-child(16) {
  color: #E61D4D;
}
#top-section span:nth-child(2), #top-section span:nth-child(9), #top-section span:nth-child(11), #top-section span:nth-child(15) {
  color: #005FC5;
}
#top-section span:nth-child(3), #top-section span:nth-child(10), #top-section span:nth-child(13) {
  color: #FE9A00;
}
#top-section span:nth-child(4), #top-section span:nth-child(6), #top-section span:nth-child(8), #top-section span:nth-child(14), #top-section span:nth-child(17) {
  color: #F0F5F7;
}
#top-section .banner {
  height: 100vh;
  margin-top: -45px;
}
#top-section .banner img {
  height: auto;
  max-width: 78%;
  margin: auto;
  position: relative;
  top: -35px;
}
#top-section #mobile-banner h1 {
  font-family: "Vida32Bold";
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 1.2px;
}
#top-section #mobile-banner .jumping_man {
  top: -340px;
  left: -15px;
}
#top-section #mobile-banner .jumping_man img {
  width: 250px;
  height: 310px;
}
#top-section #mobile-banner .jumping_woman {
  top: -205px;
  right: -85px;
}
#top-section #mobile-banner .jumping_woman img {
  width: 290px;
  height: 300px;
}
#top-section #mobile-banner .little_girl {
  top: 120px;
  z-index: 2;
  left: -15px;
}
#top-section #mobile-banner .little_girl img {
  width: 200px;
  height: 240px;
}
#top-section #mobile-banner .little_boy {
  top: 50px;
  right: -25px;
  z-index: 2;
}
#top-section #mobile-banner .little_boy img {
  width: 210px;
  height: 310px;
}
#top-section #mobile-banner .yellow_triangle {
  right: 12px;
  top: -260px;
  width: 43.5px;
  height: 43.5px;
}
#top-section #mobile-banner .blue_circle {
  top: 225px;
  left: 255px;
}
#top-section #mobile-banner .yellow_ellipse {
  left: 75px;
  top: 130px;
  height: 80px;
  width: 79px;
}

.button-container {
  bottom: -8%;
  left: 62%;
  height: 210px;
  width: 210px;
}
.button-container .round-button-stitched {
  height: 100%;
  width: 100%;
}

.academies-section h1 {
  font-size: 60px;
  line-height: 67px;
}
.academies-section .academies-wrapper {
  max-width: 1280px;
}
.academies-section .academies-wrapper .box {
  cursor: pointer;
}
.academies-section .academies-wrapper .box .academies-img {
  width: 202px;
  height: 202px;
  transition: transform 0.2s;
}
.academies-section .academies-wrapper .box .academies-img:hover {
  transform: scale(1.15);
}
.academies-section .academies-wrapper .box .subtitle {
  font-size: 18px;
  line-height: 24px;
  font-family: "Vida33";
}
.academies-section .academies-wrapper .box .arrow {
  width: 21px;
  height: 21px;
}
.academies-section .academies-wrapper .box .transform-arrow {
  transform: rotateZ(-36Deg);
  width: 31px;
  height: 31px;
}
.academies-section .academies-wrapper .box #yellow-arrow {
  width: 31px;
  height: 31px;
  margin-left: 50px;
}
.academies-section .academies-wrapper .box #grey-arrow {
  width: 50px;
  height: 50px;
}
.academies-section .academies-wrapper .box .academies-banner {
  font-family: "Vida32";
  color: white;
  height: 29px;
  text-align: center;
  font-size: 18px;
  border-radius: 7px;
  letter-spacing: 1px;
}
.academies-section .academies-wrapper .box .web-banner {
  background-color: #E61D4D;
  width: 150px;
  margin-top: 24px;
}
.academies-section .academies-wrapper .box .graphic-banner {
  background-color: #9B9DA4;
  width: 230px;
}
.academies-section .academies-wrapper .box .scratch {
  height: 29px;
  width: 87px;
}

.about-section .about-background {
  background-color: #F0F5F7;
  border-radius: 31px;
}
.about-section .about-background .about-wrapper {
  max-width: 1280px;
}
.about-section .about-background .about-wrapper .about-text p {
  font-size: 22px;
  line-height: 34px;
  opacity: 0.8;
  font-family: "Vida31";
}
.about-section .about-background .about-wrapper .about-text h5 {
  font-size: 28px;
  line-height: 36px;
}
.about-section .about-background .about-wrapper .about-photos {
  height: 560px;
}
.about-section .about-background .about-wrapper .about-photos .button-container2 {
  z-index: 3;
}
.about-section .about-background .about-wrapper .about-photos .box2 {
  width: 221px;
  height: 273px;
  z-index: 2;
}
.about-section .about-background .about-wrapper .about-photos .box3 {
  z-index: 1;
  left: 35px;
  bottom: 10px;
}
.about-section .about-background .about-wrapper .about-photos .box3 img {
  width: 298px;
  height: 267px;
}
.about-section .about-background .about-wrapper .about-photos .box3 #blue-small-circle-top {
  width: 47px;
  height: 47px;
  top: -5px;
  left: -20px;
  z-index: -1;
}
.about-section .about-background .about-wrapper .about-photos .box3 #red-triangle {
  z-index: 2;
  width: 50px;
  height: 50px;
  bottom: -30px;
  left: 30px;
}
.about-section .about-background .about-wrapper .about-photos .box4 {
  width: 169px;
  height: 267px;
  z-index: 1;
  margin-left: 52px;
  margin-top: 20px;
  position: relative;
}
.about-section .about-background .about-wrapper .about-photos #blue-small-circle-bottom {
  left: 445px;
  bottom: -130px;
}
.about-section #yellow-circle {
  bottom: 115px;
  left: -125px;
  z-index: 0;
}
.about-section #blue-big-circle {
  right: -50px;
  bottom: 180px;
  z-index: 0;
}


.job-section .job-background {
  background-color: #F0F5F7;
  border-radius: 31px;
}
.job-section .job-background .job-wrapper {
  max-width: 1280px;
}
.job-section .job-background .job-wrapper .job-text p {
  font-size: 18px;
  opacity: 0.8;
  font-family: "Vida31";
}
.job-section .job-background .job-wrapper .job-text h5 {
  font-size: 28px;
  line-height: 36px;
}
.job-section .job-background .job-wrapper .job-photos {
  height: 560px;
}
.job-section .job-background .job-wrapper .job-photos .button-container2 {
  z-index: 3;
}
.job-section .job-background .job-wrapper .job-photos .box2 {
  width: 221px;
  height: 273px;
  z-index: 2;
}
.job-section .job-background .job-wrapper .job-photos .box3 {
  z-index: 1;
  left: 35px;
  bottom: 10px;
}
.job-section .job-background .job-wrapper .job-photos .box3 img {
  width: 298px;
  height: 267px;
}
.job-section .job-background .job-wrapper .job-photos .box3 #blue-small-circle-top {
  width: 47px;
  height: 47px;
  top: -5px;
  left: -20px;
  z-index: -1;
}
.job-section .job-background .job-wrapper .job-photos .box3 #red-triangle {
  z-index: 2;
  width: 50px;
  height: 50px;
  bottom: -30px;
  left: 30px;
}
.job-section .job-background .job-wrapper .job-photos .box4 {
  width: 169px;
  height: 267px;
  z-index: 1;
  margin-left: 52px;
  margin-top: 20px;
  position: relative;
}
.job-section .job-background .job-wrapper .job-photos #blue-small-circle-bottom {
  left: 445px;
  bottom: -130px;
}
.job-section #yellow-circle {
  bottom: 115px;
  left: -125px;
  z-index: 0;
}
.job-section #blue-big-circle {
  right: -50px;
  bottom: 180px;
  z-index: 0;
}

#mentori {
  background-color: #040505;
}
#mentori .mentors-wrapper {
  max-width: 1280px;
}
#mentori .mentors-wrapper .mentors-photos {
  max-width: 750px;
}
#mentori .mentors-wrapper .mentors-photos .all-mentors .img-box {
  width: 170px;
  height: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  font-family: "Vida31";
  cursor: pointer;
}
#mentori .mentors-wrapper .mentors-photos .all-mentors .img-box:hover span {
  display: flex;
}
#mentori .mentors-wrapper .mentors-photos .all-mentors .img-box span {
  background-color: #FE9A00;
  height: 30px;
  color: #FFFFFF;
  border-radius: 0 0 8px 8px;
  display: none;
}
#mentori .mentors-wrapper .mentors-text h1 {
  color: #FE9A00;
  font-size: 60px;
  line-height: 67px;
}
#mentori .mentors-wrapper .mentors-text p {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 34px;
  opacity: 0.8;
  font-family: "Vida31";
}

.blog-section {
  align-items: center;
}
.blog-section h1 {
  font-size: 60px;
  line-height: 67px;
}
.blog-section .blog-wrapper {
  max-width: 1280px;
  width: 100%;
  align-items: top;
}
.blog-section .blog-wrapper .card {
  max-width: 356px;
}
.blog-section .blog-wrapper .card .img {
  max-width: 356px;
  height: 212px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-section .blog-wrapper .card .card-text {
  background-color: #F0F5F7;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-height: 320px;
}
.blog-section .blog-wrapper .card .card-text .date {
  font-family: "Vida33";
  font-size: 12px;
  line-height: 14px;
  color: #E61D4D;
}
.blog-section .blog-wrapper .card .card-text h2 {
  font-family: "Vida33";
  font-size: 28px;
  line-height: 36px;
}
.blog-section .blog-wrapper .card .card-text p {
  font-family: "Vida31";
  font-size: 18px;
  line-height: 26px;
  opacity: 0.8;
}
.blog-section .blog-wrapper .card .card-text a {
  font-family: "Vida33";
  font-size: 20px;
  line-height: 36px;
  z-index: 3;
}
.blog-section .blog-wrapper .card .card-text a span {
  background-color: #FE9A00;
  bottom: 0;
  left: -1px;
  height: 8px;
  width: 103%;
  transition: height 0.4s;
  z-index: -1;
}
.blog-section .blog-wrapper .card .card-text a:hover span {
  height: 25px;
}
.blog-section button {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 27px;
  width: 356px;
  height: 51px;
  border-radius: 35px;
}

#location-section {
  align-items: center;
}
#location-section h1 {
  font-size: 60px;
  line-height: 67px;
}
#location-section .location-wrapper {
  max-width: 1280px;
  width: 100%;
  align-items: center;
}
#location-section .location-wrapper .blue-location-button {
  font-family: "Vida31";
  font-size: 26px;
  background-color: #005FC5;
  border: 10px solid #FFFFFF;
  border-radius: 50%;
  height: 166px;
  width: 166px;
  color: #FFFFFF;
  left: calc(50% - 88px);
  top: -85px;
  z-index: 1;
}
#location-section .location-wrapper .iframe {
  height: 352px;
  width: 1280px;
}
#location-section .location-wrapper .iframe .responsive-iframe {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#location-section .location-wrapper .location-text p:nth-child(-n+3) {
  font-family: "Vida33";
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0.8px;
  color: #E61D4D;
}
#location-section .location-wrapper .location-text h5 {
  font-family: "Vida33";
  font-size: 28px;
  line-height: 36px;
}
#location-section .location-wrapper .location-text p {
  font-family: "Vida31";
  color: #000000;
  opacity: 0.8;
  font-size: 22px;
  line-height: 34px;
}

.footer-circle-top {
  bottom: -20px;
  left: 320px;
  z-index: 2;
}

.button-container-footer {
  bottom: -35px;
  margin-left: -90px;
}
.button-container-footer .round-button-stitched {
  width: 185px;
  height: 185px;
}

.yellow_triangle-footer {
  z-index: 2;
  bottom: -150px;
  right: 200px;
}

#kontakt {
  background-color: #040505;
  color: #FFFFFF;
  overflow: hidden;
}
#kontakt .footer-wrapper {
  max-width: 1280px;
}
#kontakt .footer-wrapper h3 {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 39px;
}
#kontakt .footer-wrapper h3 span {
  background-color: #005FC5;
  bottom: 0;
  left: -1px;
  height: 8px;
  width: 103%;
  z-index: -1;
  transition: height 0.4s;
}
#kontakt .footer-wrapper h3:hover span {
  height: 25px;
}
#kontakt .footer-wrapper h4 {
  font-family: "Vida31";
  font-size: 22px;
  line-height: 31px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 27px;
  cursor: pointer;
}
#kontakt .footer-wrapper h4 img {
  width: 6px;
  height: 6px;
}
#kontakt .footer-wrapper .contact_us {
  max-width: 356px;
}
#kontakt .footer-wrapper .contact_us .invalid {
  color: #E61D4D;
  font-family: "Vida31";
  font-size: 14px;
  display: none;
  margin-left: 20px;
}
#kontakt .footer-wrapper .contact_us #valid {
  color: #FE9A00;
  font-family: "Vida31";
  font-size: 14px;
  display: none;
  margin-left: 20px;
}
#kontakt .footer-wrapper .contact_us h2 {
  font-size: 28px;
  line-height: 36px;
}
#kontakt .footer-wrapper .contact_us input, #kontakt .footer-wrapper .contact_us textarea {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  line-height: 27px;
  font-family: "Vida31";
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3490196078);
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 35px;
  width: 100%;
  height: 53px;
}
#kontakt .footer-wrapper .contact_us input:focus, #kontakt .footer-wrapper .contact_us textarea:focus {
  outline: none;
}
#kontakt .footer-wrapper .contact_us textarea {
  max-height: 167px;
  height: 100%;
  margin-bottom: 28px;
  border-radius: 26px;
}
#kontakt .footer-wrapper .contact_us button {
  width: 100%;
  background-color: #FE9A00;
  color: #040505;
  font-size: 20px;
  line-height: 27px;
  height: 51px;
  border-radius: 35px;
  margin-bottom: 20px;
}
#kontakt .footer-wrapper .contact_us button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#kontakt .footer-wrapper .hover a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
#kontakt .footer-wrapper .hover a:hover {
  background-color: #005FC5;
  border: 1px solid transparent;
}
#kontakt .footer-wrapper .hover a .social {
  height: 58px;
  width: 58px;
  padding: 14px;
  opacity: 0.5;
}
#kontakt .footer-wrapper .hover a .social:hover {
  opacity: 1 !important;
}
#kontakt .footer-bottom {
  height: 65px;
  opacity: 0.8;
}
#kontakt .footer-bottom p {
  font-family: "Vida31";
  font-size: 14px;
  line-height: 27px;
  padding-top: 1%;
}
#kontakt .red-rectangle {
  bottom: -90px;
  right: 270px;
}
#kontakt .footer-blue-circle {
  right: -30px;
  bottom: 450px;
}
#kontakt .footer-circle-bottom {
  bottom: -20px;
  left: 175px;
}

@media (min-width: 768px) {
  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 80px;
  }
  .bounce {
    animation: bounce 0.3s both !important;
  }
  @keyframes bounce {
    0% {
      transform: translateY(0px);
      animation-timing-function: ease-in;
      opacity: 1;
    }
    82% {
      transform: translateY(-42px);
      animation-timing-function: ease-in;
    }
    93% {
      transform: translateY(-54px);
      animation-timing-function: ease-in;
    }
    70% {
      transform: translateY(-75px);
      animation-timing-function: ease-out;
    }
    100% {
      transform: translateY(-75px);
      animation-timing-function: ease-out;
      opacity: 1;
    }
  }
  .bounce-out {
    animation: bounce-out 0.3s both;
  }
  @keyframes bounce-out {
    0% {
      transform: translateY(-75px);
      animation-timing-function: ease-in;
      opacity: 1;
    }
    82% {
      transform: translateY(-36px);
      animation-timing-function: ease-in;
    }
    93% {
      transform: translateY(-34px);
      animation-timing-function: ease-in;
    }
    75% {
      transform: translateY(0px);
      animation-timing-function: ease-out;
    }
    100% {
      transform: translateY(0px);
      animation-timing-function: ease-out;
      opacity: 1;
    }
  }
  .rotate-left {
    animation: rotate-left 0.4s both !important;
  }
  @keyframes rotate-left {
    0% {
      transform: rotate(0deg);
      animation-timing-function: ease-in;
      opacity: 1;
    }
    82% {
      transform: rotate(-30deg);
      animation-timing-function: ease-in;
    }
    93% {
      transform: rotate(-35deg);
      animation-timing-function: ease-in;
    }
    70% {
      transform: rotate(-45deg);
      animation-timing-function: ease-out;
    }
    100% {
      transform: rotate(-45deg);
      animation-timing-function: ease-out;
      opacity: 1;
    }
  }
  .rotate-left-back {
    animation: rotate-left-back 0.4s both !important;
  }
  @keyframes rotate-left-back {
    0% {
      transform: rotate(-45deg);
      animation-timing-function: ease-in;
      opacity: 1;
    }
    82% {
      transform: rotate(-10deg);
      animation-timing-function: ease-in;
    }
    93% {
      transform: rotate(-15deg);
      animation-timing-function: ease-in;
    }
    70% {
      transform: rotate(0deg);
      animation-timing-function: ease-out;
    }
    100% {
      transform: rotate(0deg);
      animation-timing-function: ease-out;
      opacity: 1;
    }
  }
  .rotate-right {
    animation: rotate-right 0.4s both !important;
  }
  @keyframes rotate-right {
    0% {
      transform: rotate(0deg);
      animation-timing-function: ease-in;
      opacity: 1;
    }
    82% {
      transform: rotate(30deg);
      animation-timing-function: ease-in;
    }
    93% {
      transform: rotate(35deg);
      animation-timing-function: ease-in;
    }
    70% {
      transform: rotate(45deg);
      animation-timing-function: ease-out;
    }
    100% {
      transform: rotate(45deg);
      animation-timing-function: ease-out;
      opacity: 1;
    }
  }
  .rotate-right-back {
    animation: rotate-right-back 0.4s both !important;
  }
  @keyframes rotate-right-back {
    0% {
      transform: rotate(45deg);
      animation-timing-function: ease-in;
      opacity: 1;
    }
    82% {
      transform: rotate(10deg);
      animation-timing-function: ease-in;
    }
    93% {
      transform: rotate(15deg);
      animation-timing-function: ease-in;
    }
    70% {
      transform: rotate(0deg);
      animation-timing-function: ease-out;
    }
    100% {
      transform: rotate(0deg);
      animation-timing-function: ease-out;
      opacity: 1;
    }
  }
  .up-center {
    animation: up-center 0.3s both !important;
  }
  @keyframes up-center {
    0% {
      transform: translateY(0px);
      animation-timing-function: ease-in;
      opacity: 1;
    }
    82% {
      transform: translateY(-3px);
      animation-timing-function: ease-in;
    }
    93% {
      transform: translateY(-10px);
      animation-timing-function: ease-in;
    }
    70% {
      transform: translateY(-15px);
      animation-timing-function: ease-out;
    }
    100% {
      transform: translateY(-15px);
      animation-timing-function: ease-out;
      opacity: 1;
    }
  }
  .down-center {
    animation: down-center 0.3s both;
  }
  @keyframes down-center {
    0% {
      transform: translateY(-15px);
      animation-timing-function: ease-in;
      opacity: 1;
    }
    82% {
      transform: translateY(-10px);
      animation-timing-function: ease-in;
    }
    93% {
      transform: translateY(-3px);
      animation-timing-function: ease-in;
    }
    75% {
      transform: translateY(0px);
      animation-timing-function: ease-out;
    }
    100% {
      transform: translateY(0px);
      animation-timing-function: ease-out;
      opacity: 1;
    }
  }
  .up-left {
    animation: up-left 0.3s both !important;
  }
  @keyframes up-left {
    0% {
      transform: translate(0px, 0px);
      animation-timing-function: ease-in;
      opacity: 1;
    }
    82% {
      transform: translate(-3px, -3px);
      animation-timing-function: ease-in;
    }
    93% {
      transform: translate(-10px, -10px);
      animation-timing-function: ease-in;
    }
    70% {
      transform: translate(-15px, -15px);
      animation-timing-function: ease-out;
    }
    100% {
      transform: translate(-15px, -15px);
      animation-timing-function: ease-out;
      opacity: 1;
    }
  }
  .down-left {
    animation: down-left 0.3s both;
  }
  @keyframes down-left {
    0% {
      transform: translate(-15px, -15px);
      animation-timing-function: ease-in;
      opacity: 1;
    }
    82% {
      transform: translate(-10px, -10px);
      animation-timing-function: ease-in;
    }
    93% {
      transform: translate(-3px, -3px);
      animation-timing-function: ease-in;
    }
    75% {
      transform: translate(0px, 0px);
      animation-timing-function: ease-out;
    }
    100% {
      transform: translate(0px, 0px);
      animation-timing-function: ease-out;
      opacity: 1;
    }
  }
  .up-right {
    animation: up-right 0.3s both !important;
  }
  @keyframes up-right {
    0% {
      transform: translate(0px 0px);
      animation-timing-function: ease-in;
      opacity: 1;
    }
    82% {
      transform: translate(3px, -3px);
      animation-timing-function: ease-in;
    }
    93% {
      transform: translate(10px, -10px);
      animation-timing-function: ease-in;
    }
    70% {
      transform: translate(15px, -15px);
      animation-timing-function: ease-out;
    }
    100% {
      transform: translate(15px, -15px);
      animation-timing-function: ease-out;
      opacity: 1;
    }
  }
  .down-right {
    animation: down-right 0.3s both;
  }
  @keyframes down-right {
    0% {
      transform: translate(15px, -15px);
      animation-timing-function: ease-in;
      opacity: 1;
    }
    82% {
      transform: translate(10px, -10px);
      animation-timing-function: ease-in;
    }
    93% {
      transform: translate(3px, -3px);
      animation-timing-function: ease-in;
    }
    75% {
      transform: translate(0px, 0px);
      animation-timing-function: ease-out;
    }
    100% {
      transform: translate(0px, 0px);
      animation-timing-function: ease-out;
      opacity: 1;
    }
  }
}
.academies-top {
  padding-top: 80px;
}

.scratch-top {
  max-width: 1280px;
}
.scratch-top h1 {
  line-height: 150px;
  font-size: 119px;
}
.scratch-top .title-top img {
  width: 389px;
  height: 132px;
}
.scratch-top .title-middle img {
  width: 151px;
  height: 132px;
}
.scratch-top .title-bottom img {
  width: 254px;
  height: 107px;
}

.button-box {
  right: 12%;
  top: 90%;
}

.web-top {
  max-width: 1280px;
}
.web-top h1 {
  line-height: 148px;
  font-size: 100px;
}
.web-top .title-top img {
  width: 567px;
  height: 153px;
}
.web-top .title-middle img {
  width: 567px;
  height: 153px;
}
.web-top .web-banner-lg {
  width: 374px;
  background-color: #E61D4D;
}
.web-top .transform-arrow {
  transform: rotateZ(44deg);
}
.web-top .mobile-img {
  width: 350px;
  height: 217px;
}

.academies-banner-lg {
  height: 58px;
  color: white;
  font-family: "Vida32";
  font-size: 40px;
  text-align: center;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.graphic_design-top {
  max-width: 1280px;
}
.graphic_design-top #graphic-arrow {
  transform: rotateZ(27deg);
  height: 53px;
}
.graphic_design-top .graphic-banner-lg {
  width: 440px;
  background-color: #9B9DA4;
}
.graphic_design-top h1 {
  line-height: 127px;
  font-size: 102px;
}
.graphic_design-top .title-top img {
  width: 567px;
  height: 153px;
}
.graphic_design-top .title-middle img {
  width: 567px;
  height: 153px;
}

.academies-bottom {
  background-color: #F0F5F7;
  padding: 90px 0;
  font-family: "Vida31";
}
.academies-bottom .academies-bottom-wrapper {
  width: 1280px;
}
.academies-bottom .academies-bottom-wrapper .intro {
  width: 416px;
}
.academies-bottom .academies-bottom-wrapper .intro p {
  font-size: 27px;
  line-height: 36px;
}
.academies-bottom .academies-bottom-wrapper .ellipse-stitched-red {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.7);
  border: 4px dashed #E61D4D;
  border-radius: 80px;
  box-shadow: 0 0 0 10px #FFFFFF;
  cursor: pointer;
  width: 362px;
  z-index: 1;
}
.academies-bottom .academies-bottom-wrapper .scratch-bottom-img img {
  width: 798px;
  height: 798px;
}
.academies-bottom .academies-bottom-wrapper .ellipse-container-blue {
  bottom: 59%;
  left: 10%;
}
.academies-bottom .academies-bottom-wrapper .ellipse-container-blue .ellipse-stitched-blue {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.7);
  border: 4px dashed #005FC5;
  border-radius: 80px;
  box-shadow: 0 0 0 10px #FFFFFF;
  cursor: pointer;
  width: 380px;
  z-index: 1;
}
.academies-bottom .academies-bottom-wrapper .ellipse-container-blue-small {
  z-index: 1;
  bottom: 80%;
  right: 5%;
}
.academies-bottom .academies-bottom-wrapper .ellipse-container-blue-small .ellipse-stitched-blue-small {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.7);
  border: 4px dashed #005FC5;
  border-radius: 80px;
  box-shadow: 0 0 0 10px #FFFFFF;
  cursor: pointer;
  height: 123px;
  z-index: 1;
}
.academies-bottom .academies-bottom-wrapper .ellipse-container-yellow {
  bottom: 46%;
  right: 0%;
}
.academies-bottom .academies-bottom-wrapper .ellipse-container-yellow .ellipse-stitched-yellow {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.7);
  border: 4px dashed #FE9A00;
  border-radius: 80px;
  box-shadow: 0 0 0 10px #FFFFFF;
  cursor: pointer;
  z-index: 1;
}
.academies-bottom #graphic-kid {
  width: 800px;
}
.academies-bottom .bottom-academies-section .circle-img {
  height: 750px;
}

#akademijascratch, #akademijaweb-development, #akademijagraphic-design {
  display: none;
}

.academies-bottom-mobile {
  background-color: #F0F5F7;
  font-size: 17px;
  font-family: "Vida31";
  height: calc(100vh + 110px);
}
.academies-bottom-mobile .intro {
  width: 350px;
}
.academies-bottom-mobile .intro img {
  width: 53px;
  height: 53px;
}
.academies-bottom-mobile .intro p {
  font-size: 20px;
  line-height: 28px;
}
.academies-bottom-mobile .ellipse-container-red img {
  left: 195px;
  top: 30px;
}
.academies-bottom-mobile .ellipse-container-red .ellipse-stitched-red {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.7);
  border: 4px dashed #E61D4D;
  border-radius: 80px;
  box-shadow: 0 0 0 10px #FFFFFF;
  cursor: pointer;
  width: 228px;
  height: 101px;
}
.academies-bottom-mobile .ellipse-container-blue .ellipse-stitched-blue {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.7);
  border: 4px dashed #005FC5;
  border-radius: 80px;
  box-shadow: 0 0 0 10px #FFFFFF;
  cursor: pointer;
  width: 251px;
  height: 101px;
}
.academies-bottom-mobile .ellipse-container-blue-small {
  z-index: 1;
}
.academies-bottom-mobile .ellipse-container-blue-small .ellipse-stitched-blue-small {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.7);
  border: 4px dashed #005FC5;
  border-radius: 80px;
  box-shadow: 0 0 0 10px #FFFFFF;
  cursor: pointer;
  width: 131px;
  height: 101px;
}
.academies-bottom-mobile .ellipse-container-yellow {
  z-index: 1;
}
.academies-bottom-mobile .ellipse-container-yellow .ellipse-stitched-yellow {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.7);
  border: 4px dashed #FE9A00;
  border-radius: 80px;
  box-shadow: 0 0 0 10px #FFFFFF;
  cursor: pointer;
  width: 205px;
  height: 101px;
}
.academies-bottom-mobile .mobile-kid-img img {
  top: -81px;
}
.academies-bottom-mobile #mobile-graphic-kid {
  height: 376px;
  width: 351px;
}

#FAQ {
  padding-top: 80px;
}

.faq-wrapper {
  max-width: 1280px;
}
.faq-wrapper h1 {
  font-size: 60px;
  line-height: 67px;
}
.faq-wrapper .accordion_ {
  border-bottom: 1px solid black;
}
.faq-wrapper .accordion_ .accordion_title {
  font-size: 18px;
  line-height: 24px;
  height: 70px;
  cursor: pointer;
}
.faq-wrapper .accordion_ .accordion_title.active {
  color: #005FC5;
}
.faq-wrapper .accordion_ .accordion_title.active .chevron-down {
  display: none;
}
.faq-wrapper .accordion_ .accordion_title.active .chevron-up {
  display: block;
}
.faq-wrapper .accordion_ .accordion_title .chevron-down {
  width: 36px;
  height: 18px;
}
.faq-wrapper .accordion_ .accordion_title .chevron-up {
  width: 36px;
  height: 18px;
  display: none;
}
.faq-wrapper .accordion_ .panel {
  display: none;
}
.faq-wrapper .accordion_ .panel p {
  font-family: "Vida31";
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  opacity: 0.8;
  padding-bottom: 20px;
}
.faq-wrapper .accordion_ .panel a {
  color: #005FC5;
}
.faq-wrapper .accordion_ .panel.show {
  display: block !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99999999;
  padding-top: 150px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  /* Add Animation */
}
.modal .modal-content {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  margin: auto;
  padding: 10px 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 8px;
  width: 800px;
}
.modal .modal-content .relative {
  position: relative;
  margin: 10px 0;
}
.modal .modal-content .invalid-modal {
  color: #E61D4D !important;
  font-family: "Vida31";
  font-size: 14px;
  margin-left: 30px;
  display: none;
  position: absolute;
  bottom: 95%;
}
.modal .modal-content #valid-modal {
  color: #FE9A00;
  font-family: "Vida31";
  font-size: 14px;
  margin-left: 40px;
  display: none;
}
.modal .modal-content .modal-header {
  padding: 2px 16px;
  color: white;
}
.modal .modal-content .modal-header h2 {
  font-size: 16px;
  color: white;
  font-family: "Vida31";
}
.modal .modal-content .modal-body {
  padding: 0px 30px 0px 0px;
}
.modal .modal-content .modal-body input, .modal .modal-content .modal-body select, .modal .modal-content .modal-body textarea {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  line-height: 27px;
  font-family: "Vida31";
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3490196078);
  padding: 15px;
  margin: 15px;
  border-radius: 35px;
  height: 53px;
}
.modal .modal-content .modal-body input:focus, .modal .modal-content .modal-body select:focus, .modal .modal-content .modal-body textarea:focus {
  outline: none;
}
.modal .modal-content .modal-body textarea {
  height: 167px;
  border-radius: 26px;
}
.modal .modal-content .modal-body button {
  background-color: #FE9A00;
  color: #040505;
  font-family: "Vida33";
  font-size: 20px;
  line-height: 27px;
  height: 51px;
  border-radius: 35px;
  margin: 15px;
}
.modal .modal-content .modal-body button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.modal .modal-content .modal-body select {
  cursor: pointer;
  z-index: 1;
}
.modal .modal-content .modal-body select option {
  background-color: black;
}
.modal .modal-content #close {
  color: white !important;
  float: right;
  font-size: 30px;
}
.modal .modal-content #close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal .modal-content #close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

#spinner-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
#spinner-wrapper #lds-spinner {
  color: official;
  /* display: inline-block; */
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
#spinner-wrapper #lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
#spinner-wrapper #lds-spinner div::after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
#spinner-wrapper #lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
#spinner-wrapper #lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
#spinner-wrapper #lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
#spinner-wrapper #lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
#spinner-wrapper #lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
#spinner-wrapper #lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
#spinner-wrapper #lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
#spinner-wrapper #lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
#spinner-wrapper #lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
#spinner-wrapper #lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
#spinner-wrapper #lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
#spinner-wrapper #lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .footer-wrapper {
    height: 100% !important;
  }
  .footer-wrapper h2 {
    font-size: 18px !important;
  }
  .footer-wrapper h3 {
    font-size: 16px !important;
  }
  .footer-wrapper h4 {
    font-size: 16px !important;
  }
  .button-container {
    bottom: -6%;
    left: calc(50% - 70px);
    height: 140px;
    width: 140px;
  }
  #top-section {
    height: calc(100vh - 50px);
    margin-top: 50px;
  }
  .box2 {
    height: auto !important;
  }
  .box4 {
    height: auto !important;
  }
  .box3 img {
    height: auto !important;
  }
  #blog h1 {
    font-size: 48px;
  }
  .faq-wrapper h1 {
    font-size: 50px;
    line-height: 58px;
  }
  .button-box {
    top: 91%;
  }
  #mentori {
    height: 100%;
  }
  #mentori .mentors-text {
    text-align: center;
  }
  .iframe {
    width: 350px !important;
    margin: auto;
  }
  .box4 {
    margin-left: 0px !important;
  }
  .scratch-top {
    height: 100%;
  }
  .scratch-top .scratch-pointer img {
    width: 117px;
    height: 42px;
  }
  .scratch-top h1 {
    font-size: 74px;
    line-height: 94px;
  }
  .scratch-top .title-top img {
    width: 249px;
    height: 85px;
  }
  .scratch-top .title-middle img {
    width: 90px;
    height: 84px;
  }
  .scratch-top .title-bottom img {
    width: 163px;
    height: 71px;
  }
  .web-top {
    height: 100%;
  }
  .web-top .design-pointer img {
    width: 164px;
    height: 42px;
  }
  .web-top h1 {
    font-size: 47px;
    line-height: 71px;
  }
  .web-top .title-top img {
    width: 350px;
    height: 95px;
  }
  .web-top .title-middle img {
    width: 350px;
    height: 95px;
  }
  .graphic_design-top {
    height: 100%;
  }
  .graphic_design-top #graphic-logo {
    height: 217px;
    width: 483px;
  }
  .graphic_design-top #graphic-title {
    width: 348px;
    height: 48px;
  }
  .graphic_design-top .graphic-pointer img {
    width: 164px;
    height: 42px;
  }
  .graphic_design-top h1 {
    font-size: 68px;
    line-height: 84px;
  }
  .graphic_design-top .title-top img {
    width: 350px;
    height: 95px;
  }
  .graphic_design-top .title-middle img {
    width: 350px;
    height: 95px;
  }
  .ellipse-container-red {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .ellipse-container-red img {
    width: 30px;
    height: 30px;
  }
  .ellipse-container-red .ellipse-stitched-red {
    max-width: 228px;
    max-height: 101px;
  }
  .footer-wrapper {
    height: 100% !important;
  }
  .modal-content {
    width: 400px !important;
  }
  .modal-content .modal-body {
    padding: 0 !important;
  }
  .modal-content .modal-body input, .modal-content .modal-body select, .modal-content .modal-body textarea {
    margin: 10px !important;
  }
  .modal-content .modal-body textarea {
    max-height: 140px !important;
  }
  .modal-content .modal-body button {
    margin: 10px 0 10px 10px !important;
  }
  .programme-details-wrapper {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.8px) {
  .graphic_design-top {
    height: 100%;
  }
  .graphic_design-top h1 {
    line-height: 86px;
    font-size: 66px;
  }
  .button-box {
    top: 91%;
  }
  #mentori {
    height: 100%;
  }
  #mentori .mentors-text {
    text-align: center;
  }
  .box4 {
    margin-left: 0px !important;
  }
  .footer-wrapper {
    height: 100% !important;
  }
  .modal-content {
    width: 400px !important;
  }
  .academies-title-box {
    margin-left: -50px;
  }
  .scratch-top h1 {
    font-size: 109px;
  }
  .web-top h1 {
    font-size: 64px;
    line-height: 80px;
  }
  .bottom-academies-section {
    margin-right: 370px !important;
    margin-left: -180px !important;
  }
  .academies-bottom-img {
    justify-content: end !important;
  }
  .ellipse-stitched-yellow {
    margin-right: -130px !important;
  }
  .ellipse-container-blue {
    left: 25% !important;
  }
  .iframe {
    width: 768px !important;
  }
}
@media (min-width: 1023.8px) and (max-width: 1200px) {
  .graphic_design-top h1 {
    font-size: 90px;
  }
  .web-top h1 {
    font-size: 70px;
  }
  .scratch-top h1 {
    font-size: 105px;
  }
  .iframe {
    width: 1023px !important;
  }
}
#programme-details-button button {
  width: 172px;
  padding: 10px;
  background-color: #E61D4D;
  color: white;
  font-size: 20px;
  line-height: 27px;
  height: 51px;
  border-radius: 35px;
  margin-bottom: 20px;
}

#programme-details {
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  overflow: hidden; /* Hide the main page scroller */
  padding: 30px;
  display: none;
}
#programme-details .programme-details-wrapper {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  margin: auto;
  padding: 10px 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 8px;
  width: 750px;
  max-height: 100%; /* Adjust the height of the modal content */
  overflow: auto; /* Enable scroller for the modal content */
}
#programme-details .programme-details-wrapper #close-programme {
  float: right;
  font-size: 30px;
  cursor: pointer;
}
#programme-details .programme-details-wrapper h1 {
  font-size: 30px;
}
#programme-details .programme-details-wrapper p {
  font-family: "Vida31";
  font-size: 18px;
  line-height: 26px;
  opacity: 0.8;
  padding-bottom: 20px;
}
#programme-details .programme-details-wrapper li {
  font-size: 18px;
}
#programme-details .programme-details-wrapper h2 {
  font-size: 24px;
}
#programme-details .programme-details-wrapper #scratch-programme,
#programme-details .programme-details-wrapper #web-development-programme,
#programme-details .programme-details-wrapper #graphic-design-programme {
  display: none;
}
#programme-details .programme-details-wrapper #programme-details-btn {
  display: flex;
  justify-content: center;
}
#programme-details .programme-details-wrapper #programme-details-btn button {
  width: 172px;
  padding: 10px;
  background-color: #E61D4D;
  color: white;
  font-size: 20px;
  line-height: 27px;
  height: 51px;
  border-radius: 35px;
  margin: 20px;
}/*# sourceMappingURL=main.css.map */