@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap");

html {
  width: 100%;
}

body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.container-fluid {
  background: linear-gradient(
    180deg,
    #0066fe 0%,
    rgba(90, 159, 223, 0.633438) 53.13%,
    rgba(4, 145, 245, 0.308) 100%
  );
  width: 100%;
}

.navbar {
  padding-right: 0px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  padding: 15px;
}

.nav-item {
  text-align: center;
}

.logo-img {
  height: 125px;
}

.main-text {
  font-family: "Montserrat";
  font-weight: 900;
  line-height: 61px;
  letter-spacing: 0.05em;
  color: #0557c8;
  margin-top: 20px;
  min-width: 3vw;
  font-size: 50px;
}

.under-main {
  color: #fff;
  font-family: "Inter";
  font-size: 22px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0em;
  margin-top: 35px;
  min-width: 4vw;
}

.ux-img {
  margin-top: 30px;
  margin-left: -330px;
  min-width: 2vw;
}

.enroll {
  height: 62px;
  border-radius: 20px;
  font-family: "Inter";
  font-size: 120%;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  background-color: #e72a7a;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
  margin-left: 6px;
  display: block;
  margin: 0;
  padding-top: 8px;
}

.enroll:hover {
  background-color: #e02574;
  color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}

.consult {
  height: 62px;
  border-radius: 20px;
  font-family: "Inter";
  font-size: 120%;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  background-color: #2bbafb;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.082),
    0 6px 20px 0 rgba(0, 0, 0, 0.09);
  margin-left: 6px;
  display: block;
  line-height: 1em;
  margin: 0;
  padding-top: 8px;
}

.consult:hover {
  background-color: #2eb3f0;
  color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}
.enroll-want {
  height: 62px;
  border-radius: 20px;
  font-family: "Inter";
  font-size: 120%;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  background-color: #e72a7a;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
  display: block;
  margin: 0;
  padding-top: 8px;
}

.enroll-want:hover {
  background-color: #e02574;
  color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}

.consult-want {
  height: 62px;
  border-radius: 20px;
  font-family: "Inter";
  font-size: 120%;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  background-color: #2bbafb;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
  display: block;
  line-height: 1em;
  margin: 0;
  padding-top: 8px;
}

.consult-want:hover {
  background-color: #2eb3f0;
  color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}
.content {
  background-image: url(./images/back.png);
  width: 100%;
  margin-top: -180px;
  background-repeat: repeat-y;
  background-size: 100%;
}

.age {
  max-width: 200px;
  min-width: 100px;
  border-radius: 20px;
  align-items: center;
  margin: 10px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7.5px);
  box-shadow: 0 4px 14px 0 rgba(17, 117, 232, 0.429);
}

.inscription {
  margin-top: 20px;
  font-weight: 600;
  font-family: "Inter";
  font-style: normal;
  line-height: 50px;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #000000;
}

p {
  text-align: center;
  margin: 20px;
}

.paragraf {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  line-height: 40px;
  text-align: center;
}

.age .paragraf {
  font-size: 18px;
}

.get-pink {
  margin: 10px;
  max-width: 90%;
  height: 120px;
  border-radius: 20px;
  background: rgb(231 42 122 / 68%);
  backdrop-filter: blur(7.5px);
  box-shadow: 7px 7px 30px 0px rgba(228, 89, 139, 0.2);
  margin-top: 40px;
  margin-left: 5%;
}

.get-blue {
  max-width: 90%;
  margin: 10px;
  border-radius: 20px;
  height: 120px;
  background: rgba(0, 162, 255, 0.57);
  backdrop-filter: blur(7.5px);
  box-shadow: 7px 7px 30px 0px rgba(228, 89, 139, 0.2);
  margin-top: 40px;
  margin-left: 5%;
}

h3 {
  color: #fff;
  text-align: center;
  padding: 10px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 120%;
  line-height: 120%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.want-to-try {
  width: 100%;
  height: 430px;
  background-image: url(./images/want_to_try.png);
  box-shadow: 7px 7px 30px 0px rgba(133, 113, 120, 0.2);
}

.want {
  border-radius: 20px;
  align-items: center;
  background: rgba(255, 255, 255, 0.515);
  backdrop-filter: blur(7.5px);
  box-shadow: 0 4px 14px 0 rgba(17, 117, 232, 0.429);

  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.p-want {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
  text-align: center;
  padding: 30px 0 5px 0;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
}

.block-n {
  position: absolute;
  margin-left: 1pc;
  z-index: 3;

  font-size: 22px;
  color: white;
  font-weight: 700;
  font-family: "Inter";
}

.panel_img {
  margin-top: -20px;
  min-width: 82%;
  max-width: 90%;
  z-index: 2;
  position: relative;
}

.panel_text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  line-height: 1.5em;
}

.vl {
  width: 4px;
  border-left: 3px solid rgb(0, 0, 0);
  height: 1000px;
  min-width: 2px;
}

.footer-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
  text-align: left;
  margin-left: 10px;
}

.slide {
  max-width: 200px;
}

.slide-main {
  border-radius: 15px;
  margin: 20px;
  background: rgba(255, 255, 255, 0.458);
  backdrop-filter: blur(7.5px);
  box-shadow: 0 4px 14px 0 rgba(151, 165, 181, 0.519);
  left: 12%;
  margin-top: -21%;
  width: 60%;
  max-width: 100%;
  padding: 20px;
  z-index: 2;
  margin-left: 5%;
}

.panel {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.674);
  backdrop-filter: blur(7.5px);
  box-shadow: 0 4px 14px 0 rgba(17, 117, 232, 0.429);
  padding: 15px;
  margin-left: 10%;
  min-width: 40%;
  max-width: 75%;
  z-index: 1;
  margin-top: 1.5vw;
}

.img-slide a {
  transition: all 0.4s cubic-bezier(0.08, 1.09, 0.32, 1.275);
}

#slide:visited {
  transition: all 4s cubic-bezier(0.08, 1.09, 0.32, 1.275);
}

.main-one {
  margin-top: 10px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 90%;
  line-height: 27px;
  margin-left: -20px;
  color: #000000;
  line-height: 1em;
}

.one {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-size: 80%;
  line-height: 27px;
  text-align: left;
  color: #000000;
  margin-left: -20px;
  line-height: 1em;
}

#one {
  padding-left: 15%;
}

.arrow {
  width: 13px;
  margin-top: -10px;
  transition: transform 0.7s ease;
}

.arrow_link {
  float: right;
  border: none;
  background-color: #ffffff00;
  margin-top: -10px;
}

.viceversa {
  transform: rotate(180deg);
}

.headline {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
}

.color-headline {
  background: linear-gradient(
    180deg,
    rgba(0, 240, 255, 1) 10%,
    rgba(3, 89, 255, 0.47) 89%,
    #8aa9d6
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 3000px) {
  .programm-of-course {
    display: block;
    width: 140%;
    padding-left: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-main {
    padding: 10px;
    width: 60%;
    left: 10%;
    margin-top: -210px;
  }

  .panel_text {
    font-size: 2em;
    line-height: 1.5em;
    padding-top: 5px;
  }

  .panel {
    margin-top: 50px;
    width: 67%;
  }
  .enroll {
    font-size: 18px;
    margin: 10px;
    margin: 5px;
    /* padding: 5px; */
  }
  .consult {
    line-height: 45px;
    font-size: 18px;
    margin: 5px;
    /* padding: 5px; */
  }

  .block-n img {
    width: 90%;
    margin-top: 15px;
    margin-left: 10px;
  }

  .bubble-img-top {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: -15%;
  }

  .bubble-footer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .footer-text-center {
    text-align: left;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    color: #ffffff;
  }

  .vector-top {
    width: 33px;
    padding-left: 10px;
  }

  .column {
    max-width: 100%;
    border-left: 6px solid rgba(119, 120, 124, 0.655);
    height: 120%;
    margin-left: 50px;
    margin-top: -20px;
    position: relative;
  }
  .column4 {
    max-width: 100%;
    border: none;
    height: 120%;
    margin-left: 50px;
    margin-top: -140px;
    position: relative;
  }
  .one {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .main-one {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .enroll-want {
    font-size: 18px;

    width: 100%;

    margin: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .consult-want {
    line-height: 45px;

    width: 100%;

    font-size: 18px;
    margin: 5px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .vector {
    width: 30px;

    padding-left: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .slide-main {
    padding: 10px;
    width: 60%;
    left: 12%;
    margin-top: -160px;
  }
  .programm-of-course {
    display: block;
    width: 110%;
    margin-top: -50px;
    padding-left: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .panel_text {
    font-size: 25px;
  }

  .panel {
    margin-top: 30px;
    width: 100%;
  }

  .block-n img {
    width: 90%;
  }

  .bubble-img-top {
    margin-left: auto;
    margin-right: auto;
    width: 150%;
    margin-top: -30%;
  }

  .enroll {
    font-size: 18px;
    margin: 5px;
  }

  .consult {
    line-height: 45px;
    width: 110%;
    font-size: 18px;
    margin: 5px;
    padding: 5px;
  }
  .enroll-want {
    font-size: 18px;

    width: 100%;

    margin: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .consult-want {
    line-height: 45px;

    width: 100%;

    font-size: 18px;
    margin: 5px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .vector {
    width: 30px;

    padding-left: 10px;
  }

  .icon {
    margin-top: 20px;
  }

  .bubble-footer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .footer-text-center {
    text-align: left;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    color: #ffffff;
  }

  .vector-top {
    width: 33px;
    padding-left: 10px;
  }

  .column {
    max-width: 100%;
    border-left: 6px solid rgba(119, 120, 124, 0.655);
    height: 120%;
    margin-left: 50px;
    margin-top: -20px;
    position: relative;
  }
  .column4 {
    max-width: 100%;
    border: none;
    height: 120%;
    margin-left: 50px;
    margin-top: -140px;
    position: relative;
  }
}

@media screen and (max-width: 996px) {
  .main-text {
    text-align: center;
  }

  .under-main {
    text-align: center;
  }
  .slide-main {
    padding: 10px;
    width: 70%;
    left: 6%;
    margin-top: -120px;
  }

  .panel_text {
    font-size: 1.4em;
  }

  .panel {
    margin-top: -30px;
  }

  .block-n img {
    width: 80%;
    margin-top: -15px;
    margin-left: -10px;
  }

  .bubble-img-top {
    margin-left: auto;
    margin-right: auto;
    width: 150%;
    margin-top: -27%;
  }

  .navbar-toggler {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .enroll {
    font-size: 18px;
    margin: 10px;
  }

  .consult {
    line-height: 3em;
    width: 95%;
    font-size: 18px;
    margin: 10px;
  }
  .enroll-want {
    font-size: 18px;

    width: 80%;

    margin: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .consult-want {
    line-height: 45px;

    width: 80%;

    font-size: 18px;
    margin: 5px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .vector {
    width: 30px;
    padding-left: 10px;
  }

  .qrcode {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }

  .icon {
    margin-top: -10px;
  }

  .bubble-footer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .logo-footer {
    text-align: center;
  }

  .footer-text-center {
    text-align: center;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    color: #ffffff;
  }

  .footer-block {
    margin-left: auto;
    margin-right: auto;
  }

  .vector-top {
    width: 30px;
    padding-left: 10px;
  }

  .column {
    max-width: 100%;
    border-left: 6px solid rgba(119, 120, 124, 0.655);
    height: 120%;
    margin-left: 50px;
    margin-top: -20px;
    position: relative;
  }
  .column4 {
    max-width: 100%;
    border: none;
    height: 120%;
    margin-left: 50px;
    margin-top: -140px;
    position: relative;
  }
  .headline {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .slide-main {
    padding: 5px;
    width: 70%;
    left: 7%;
    margin-top: -125px;
  }
  .programm-of-course {
    display: block;
    width: 160%;
    margin-top: 0;
    margin-left: -150px;
    margin-right: auto;
  }
  .panel_text {
    font-size: 1.5em;
    height: 65px;
    line-height: 120%;
  }
  .under-main {
    color: #fff;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0em;
    margin-top: 35px;
    min-width: 4vw;
  }
  .panel {
    margin-top: -20px;
  }

  .content {
    background-size: 160%;
  }

  .block-n img {
    width: 60%;
    margin-left: 7px;
    margin-top: -20px;
  }

  .bubble-img-top {
    margin-left: auto;
    margin-right: auto;
    width: 200%;
    margin-top: -30%;
  }

  .enroll {
    margin: 10px;
  }

  .consult {
    margin: 10px;
  }

  .icon {
    margin-top: -10px;
    text-align: center;
  }

  .logo-footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .number-img {
    width: 40px;
    margin-left: 10px;
  }

  .number-img4 {
    width: 40px;
    margin-left: 10px;
    margin-top: 10px;
  }

  .headline {
    font-size: 40px;
  }

  .bubble-footer {
    margin-left: auto;
    margin-right: auto;
    width: 230%;
  }

  .qrcode {
    padding: 10px;
  }

  .footer-text-center {
    text-align: center;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    color: #ffffff;
  }

  .footer-block {
    margin-right: auto;
    margin-left: auto;
  }

  .vector-top {
    width: 30px;
    padding-left: 10px;
  }
  .vector {
    width: 30px;
    padding-left: 5px;
  }
  .column {
    max-width: 100%;
    border: none;
    height: 120%;
    margin-left: 50px;
    margin-top: 30px;
    position: relative;
  }
  .column4 {
    max-width: 100%;
    border: none;
    height: 120%;
    margin-left: 50px;
    margin-top: -90px;
    position: relative;
  }
  .arrow {
    width: 12px;
    margin-top: -20px;
    transition: transform 0.7s ease;
  }
}
@media screen and (max-width: 565px) {
  .slide-main {
    padding: 6px;
    width: 75%;
    height: 75px;
    left: 6%;
    margin-top: -22%;
  }
  .programm-of-course {
    display: block;
    width: 130%;
    margin-top: -30px;
    margin-left: -110px;
    margin-right: auto;
  }
  .panel_text {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  .panel_img {
    margin-top: -20px;
    width: 100%;
    z-index: 2;
    position: relative;
  }
  .panel {
    width: 70%;
    margin-left: 58px;
    margin-right: auto;
    margin-top: -5px;
    font-size: 10px;
  }

  .arrow {
    width: 10px;
    margin-top: -20px;
    transition: transform 0.7s ease;
  }

  .content {
    background-size: 150%;
  }

  .block-n img {
    width: 60%;
    margin-left: -5px;
    margin-top: -30px;
  }

  .bubble-img-top {
    margin-left: auto;
    margin-right: auto;
    width: 200%;
    margin-top: -30%;
  }
  .one {
    font-size: 0.9em;
    line-height: 1.5em;
  }
  .main-one {
    font-size: 0.9em;
    line-height: 1.5em;
  }
  .enroll {
    margin: 10px;
  }

  .consult {
    margin: 10px;
  }
  .enroll-want {
    font-size: 18px;

    width: 80%;

    margin: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .consult-want {
    line-height: 45px;

    width: 80%;

    font-size: 18px;
    margin: 5px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .vector {
    width: 30px;

    padding-left: 10px;
  }
  .icon {
    margin-top: -10px;
    text-align: center;
  }

  .logo-footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .number-img {
    width: 40px;
    margin-left: -100px;
  }

  .number-img4 {
    width: 40px;
    margin-left: -100px;
    margin-top: 10px;
  }

  .headline {
    font-size: 40px;
  }

  .bubble-footer {
    margin-left: auto;
    margin-right: auto;
    width: 230%;
  }

  .qrcode {
    padding: 10px;
  }

  .footer-text-center {
    text-align: center;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    color: #ffffff;
  }

  .footer-block {
    margin-right: auto;
    margin-left: auto;
  }

  .vector-top {
    width: 30px;
    padding-left: 10px;
  }

  .column {
    max-width: 100%;
    border: none;
    height: 120%;
    margin-left: 50px;
    margin-top: -20px;
    position: relative;
  }
  .column4 {
    max-width: 100%;
    border: none;
    height: 120%;
    margin-left: 50px;
    margin-top: -150px;
    position: relative;
  }
}
@media screen and (max-width: 500px) {
  .slide-main {
    padding: 6px;
    width: 75%;
    height: 75px;
    left: 6%;
    margin-top: -22%;
  }
  .programm-of-course {
    display: block;
    width: 130%;
    margin-top: -30px;
    margin-left: -110px;
    margin-right: auto;
  }
  .panel_text {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  .panel_img {
    margin-top: -20px;
    width: 100%;
    z-index: 2;
    position: relative;
  }
  .panel {
    width: 70%;
    margin-left: 58px;
    margin-right: auto;
    margin-top: -25px;
    font-size: 10px;
  }

  .content {
    background-size: 150%;
  }

  .block-n img {
    width: 60%;
    margin-left: -5px;
    margin-top: -30px;
  }

  .bubble-img-top {
    margin-left: auto;
    margin-right: auto;
    width: 200%;
    margin-top: -30%;
  }
  .one {
    font-size: 0.9em;
    line-height: 1.5em;
  }
  .main-one {
    font-size: 0.9em;
    line-height: 1.5em;
  }
  .enroll {
    margin: 10px;
  }

  .consult {
    margin: 10px;
  }
  .enroll-want {
    font-size: 18px;

    width: 80%;

    margin: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .consult-want {
    line-height: 45px;

    width: 80%;

    font-size: 18px;
    margin: 5px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .vector {
    width: 30px;

    padding-left: 10px;
  }
  .icon {
    margin-top: -10px;
    text-align: center;
  }

  .logo-footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .number-img {
    width: 40px;
    margin-left: -100px;
  }

  .number-img4 {
    width: 40px;
    margin-left: -100px;
    margin-top: 10px;
  }

  .headline {
    font-size: 40px;
  }

  .bubble-footer {
    margin-left: auto;
    margin-right: auto;
    width: 230%;
  }

  .qrcode {
    padding: 10px;
  }

  .footer-text-center {
    text-align: center;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    color: #ffffff;
  }

  .footer-block {
    margin-right: auto;
    margin-left: auto;
  }

  .vector-top {
    width: 30px;
    padding-left: 10px;
  }

  .column {
    max-width: 100%;
    border: none;
    height: 120%;
    margin-left: 50px;
    margin-top: -20px;
    position: relative;
  }
  .column4 {
    max-width: 100%;
    border: none;
    height: 120%;
    margin-left: 50px;
    margin-top: -150px;
    position: relative;
  }
  .arrow {
    width: 10px;
    margin-top: -20px;
    transition: transform 0.7s ease;
  }
}
@media screen and (max-width: 473px) {
  .slide-main {
    padding: 5px;
    width: 70%;
    height: 50px;
    left: 6%;
    margin-top: -22%;
  }

  .panel_text {
    font-size: 0.9em;
    height: 35px;
  }
  .programm-of-course {
    display: block;
    width: 140%;
    margin-top: -30px;
    margin-left: -110px;
    margin-right: auto;
  }
  .panel_img {
    margin-top: -20px;
    margin-right: auto;
    margin-left: -30px;
    max-width: 120%;
    z-index: 2;
    position: relative;
  }
  .panel {
    width: 70%;
    margin-left: 38px;
    margin-right: auto;
    margin-top: 20px;
    font-size: 10px;
  }

  .bubble-footer {
    margin-left: auto;
    margin-right: auto;
    width: 250%;
  }

  .block-n img {
    width: 50%;
    margin-left: -15px;
    margin-top: -40px;
  }

  .bubble-img-top {
    margin-left: auto;
    margin-right: auto;
    width: 200%;
    margin-top: -30%;
  }

  .vector-top {
    width: 20px;
    padding-left: 5px;
  }

  .enroll {
    margin: 10px;
    font-size: 15px;
  }

  .consult {
    margin: 10px;
    font-size: 15px;
    line-height: 3em;
  }
  .enroll-want {
    font-size: 15px;

    width: 85%;

    margin: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .consult-want {
    line-height: 45px;

    width: 85%;

    font-size: 15px;
    margin: 5px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .vector {
    width: 20px;

    padding-left: 5px;
  }
  .p-want {
    font-size: 35px;
  }

  .qrcode {
    padding: 10px;
  }

  .footer-text-center {
    text-align: center;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    color: #ffffff;
  }

  .footer-block {
    text-align: left;
  }
  .arrow {
    width: 10px;
    margin-top: -20px;
    transition: transform 0.7s ease;
  }
}
@media screen and (max-width: 420px) {
  .slide-main {
    padding: 5px;
    width: 70%;
    height: 50px;
    left: 6%;
    margin-top: -22%;
  }

  .panel_text {
    font-size: 0.9em;
    height: 35px;
  }
  .programm-of-course {
    display: block;
    width: 140%;
    margin-top: -30px;
    margin-left: -110px;
    margin-right: auto;
  }
  .panel_img {
    margin-top: -20px;
    margin-right: auto;
    margin-left: -30px;
    max-width: 120%;
    z-index: 2;
    position: relative;
  }
  .panel {
    width: 70%;
    margin-left: 38px;
    margin-right: auto;
    margin-top: -10px;
    font-size: 10px;
  }

  .bubble-footer {
    margin-left: auto;
    margin-right: auto;
    width: 250%;
  }

  .block-n img {
    width: 50%;
    margin-left: -15px;
    margin-top: -40px;
  }

  .bubble-img-top {
    margin-left: auto;
    margin-right: auto;
    width: 200%;
    margin-top: -30%;
  }

  .vector-top {
    width: 20px;
    padding-left: 5px;
  }

  .enroll {
    margin: 10px;
    font-size: 15px;
  }

  .consult {
    margin: 10px;
    font-size: 15px;
    line-height: 3em;
  }
  .enroll-want {
    font-size: 15px;

    width: 85%;

    margin: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .consult-want {
    line-height: 45px;

    width: 85%;

    font-size: 15px;
    margin: 5px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .vector {
    width: 20px;

    padding-left: 5px;
  }
  .p-want {
    font-size: 35px;
  }

  .qrcode {
    padding: 10px;
  }

  .footer-text-center {
    text-align: center;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    color: #ffffff;
  }

  .footer-block {
    text-align: left;
  }
  .arrow {
    width: 10px;
    margin-top: -20px;
    transition: transform 0.7s ease;
  }
}
@media screen and (max-width: 397px) {
  .slide-main {
    padding: 5px;
    width: 80%;
    left: 1%;
    margin-top: -70px;
  }

  .panel_text {
    font-size: 0.8em;
    height: 18px;
  }
  .programm-of-course {
    display: block;
    width: 140%;
    margin-top: -30px;
    margin-left: -100px;
    margin-right: auto;
  }
  .panel {
    margin-left: 12%;
    margin-top: -30px;
    font-size: 10px;
  }

  .bubble-footer {
    margin-left: auto;
    margin-right: auto;
    width: 290%;
  }

  .block-n img {
    width: 50%;
    margin-left: -15px;
    margin-top: -40px;
  }

  .bubble-img-top {
    margin-left: auto;
    margin-right: auto;
    width: 200%;
    margin-top: -30%;
  }

  .enroll {
    margin: 10px;
    font-size: 15px;
  }

  .consult {
    margin: 10px;
    font-size: 15px;
    line-height: 3em;
  }

  .vector-top {
    width: 20px;
    padding-left: 5px;
  }

  .p-want {
    font-size: 35px;
  }

  .qrcode {
    padding: 10px;
  }

  .footer-text-center {
    text-align: center;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    color: #ffffff;
  }

  .footer-block {
    text-align: left;
  }
  .panel_img {
    margin-left: -20px;
    margin-right: auto;
    max-width: 120%;
    z-index: 2;
    position: relative;
  }
}
