@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #F9FBFF;
}

.hero {
  box-shadow: 3px 5px 28px 0px rgba(67, 127, 255, 0.15);
  -webkit-box-shadow: 3px 5px 28px 0px rgba(67, 127, 255, 0.15);
  -moz-box-shadow: 3px 5px 28px 0px rgba(67, 127, 255, 0.15);
  border-radius: 0px 0px 60px 60px;
  background-color: #ffffff;
  padding: 40px;
}
.hero .logo {
  width: 70%;
}
@media (max-width: 1280px) {
  .hero .logo {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .hero .logo {
    width: 100%;
  }
}
.hero ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}
.hero ul li {
  margin-right: 20px;
}
.hero ul li a {
  text-decoration: none;
  font-size: 1rem;
  color: #162953;
  text-transform: none;
  font-weight: 700;
}
.hero ul li a:hover {
  color: #437FFF;
  transition: 0.36s ease-in-out;
}
.hero button {
  background-color: #437FFF;
  padding: 7px 20px 7px 20px;
  border-radius: 40px;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #ffffff;
  text-transform: none;
  font-weight: 400;
}
.hero button:hover {
  background-color: #162953;
  transition: 0.46s ease-in-out;
}
.hero button:hover img {
  translate: 14px;
  transition: 0.46s ease-in-out;
}
.hero button img {
  width: 30px;
  height: auto;
}
.hero .Hamburger {
  width: 90px;
  cursor: pointer;
}
.hero .Hamburger:hover {
  scale: 1.23;
  transition: 0.46s ease-in-out;
}

.MobileMenu {
  position: fixed;
  right: 0;
  top: 0;
  padding: 40px;
  background-color: #162953;
  box-shadow: 3px 5px 28px 0px rgba(67, 127, 255, 0.15);
  -webkit-box-shadow: 3px 5px 28px 0px rgba(67, 127, 255, 0.15);
  -moz-box-shadow: 3px 5px 28px 0px rgba(67, 127, 255, 0.15);
  border-radius: 60px 0px 0px 60px;
  min-width: 460px;
  height: 100vh;
  z-index: 3;
}
.MobileMenu .CloseMenu {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 90px;
  height: auto;
  cursor: pointer;
}
.MobileMenu .CloseMenu:hover {
  scale: 1.23;
  transition: 0.46s ease-in-out;
}
.MobileMenu ul li {
  margin-top: 40px;
}
.MobileMenu ul li a {
  text-decoration: none;
  font-size: 1.76rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
}
.MobileMenu ul li a:hover {
  color: #437FFF;
  transition: 0.36s ease-in-out;
}
.MobileMenu button {
  background-color: #437FFF;
  padding: 7px 20px 7px 20px;
  border-radius: 40px;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #ffffff;
  text-transform: none;
  font-weight: 400;
  margin-top: 60px;
}
.MobileMenu button:hover {
  background-color: #CCD6ED;
  color: #162953;
  transition: 0.46s ease-in-out;
}
.MobileMenu button:hover img {
  translate: 14px;
  transition: 0.46s ease-in-out;
}
.MobileMenu button img {
  width: 30px;
  height: auto;
}

.HeroZone {
  margin-top: 90px;
  margin-bottom: 110px;
}
@media (max-width: 1280px) {
  .HeroZone {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.HeroZone h4 {
  font-size: 1rem;
  color: #437FFF;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 60px;
}
.HeroZone h1 {
  font-size: 2.36rem;
  color: #162953;
  text-transform: none;
  font-weight: 300;
  margin-top: 30px;
}
.HeroZone h1 span {
  font-weight: 900;
}
.HeroZone .heroinstruct {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
  font-size: 1rem;
  color: #162953;
  text-transform: none;
  font-weight: 400;
}
.HeroZone .heroinstruct img {
  width: 60px;
  height: auto;
}
.HeroZone .heroinstruct img:hover {
  scale: 1.23;
  transition: 0.46s ease-in-out;
}
.HeroZone .heroinstruct span {
  width: 60px;
  height: 60px;
  background-color: #437FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.36rem;
  color: #ffffff;
  text-transform: none;
  font-weight: 400;
}
.HeroZone button {
  margin-top: 60px;
}
.HeroZone .HeroArt {
  width: 70%;
  height: auto;
}
@media (max-width: 1280px) {
  .HeroZone .HeroArt {
    width: 100%;
    margin-top: 30px;
  }
}
.HeroZone .HeroArt:hover {
  scale: 1.23;
  transition: 0.6s ease-in-out;
}

.About {
  background-color: #ffffff;
  padding: 40px;
  margin-top: 40px;
  box-shadow: 3px 5px 28px 0px rgba(67, 127, 255, 0.15);
  -webkit-box-shadow: 3px 5px 28px 0px rgba(67, 127, 255, 0.15);
  -moz-box-shadow: 3px 5px 28px 0px rgba(67, 127, 255, 0.15);
  border-radius: 40px;
}
.About h1 {
  font-size: 2rem;
  color: #162953;
  text-transform: none;
  font-weight: 300;
}
.About h1 span {
  font-weight: 900;
}
.About p {
  font-size: 1rem;
  color: #162953;
  text-transform: none;
  font-weight: 400;
}
.About .Numbers {
  border-radius: 20px;
  background-color: #F9FBFF;
  padding: 20px;
  font-size: 1.36rem;
  color: #162953;
  text-transform: none;
  font-weight: 400;
}
.About .Numbers .NumberBlock {
  background-color: #162953;
  padding: 10px 30px 10px 30px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.23rem;
  color: #ffffff;
  text-transform: none;
  font-weight: 400;
  margin-top: 26px;
}
.About .Numbers .NumberBlock h2 {
  font-size: 2rem;
  color: #437FFF;
  text-transform: none;
  font-weight: 900;
}

.DivTitle {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.DivTitle h1 {
  font-size: 2rem;
  color: #162953;
  text-transform: none;
  font-weight: 300;
}
.DivTitle h1 span {
  font-weight: 900;
}
.DivTitle p {
  font-size: 1rem;
  color: #162953;
  text-transform: none;
  font-weight: 400;
  margin-top: 20px;
}

.CourseBlock {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 3px 5px 28px 0px rgba(67, 127, 255, 0.15);
  -webkit-box-shadow: 3px 5px 28px 0px rgba(67, 127, 255, 0.15);
  -moz-box-shadow: 3px 5px 28px 0px rgba(67, 127, 255, 0.15);
  margin-bottom: 40px;
}
.CourseBlock .CourseIcon {
  width: 120px;
  height: auto;
  margin-bottom: 20px;
}
.CourseBlock span {
  padding: 5px 10px 5px 10px;
  border-radius: 40px;
  background-color: #162953;
  font-size: 0.63rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
}
.CourseBlock h3 {
  font-size: 1.23rem;
  color: #162953;
  text-transform: none;
  font-weight: 900;
  margin-top: 20px;
}
.CourseBlock p {
  font-size: 1rem;
  color: #162953;
  text-transform: none;
  font-weight: 400;
  margin-top: 20px;
}

.Action {
  margin-top: 20px;
}
.Action a {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  font-size: 0.76rem;
  color: #162953;
  text-transform: uppercase;
  font-weight: 900;
}
.Action a img {
  width: 40px;
  height: auto;
}
.Action a img:hover {
  translate: -20px;
  transition: 0.46s ease-in-out;
}
.Action:hover {
  color: #437FFF;
  transition: 0.46s ease-in-out;
}

.ActionBlock {
  background: url(../img/bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
  margin-top: 20px;
  border-radius: 20px;
  min-height: 210px;
  display: flex;
  justify-content: flex-end;
}

.GlassDiv {
  width: 40%;
  padding: 40px;
  background: rgba(0, 0, 0, 0.23);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 4px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1280px) {
  .GlassDiv {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .GlassDiv {
    width: 100%;
  }
}
.GlassDiv h1 {
  font-size: 2rem;
  color: #ffffff;
  text-transform: none;
  font-weight: 300;
}
.GlassDiv h1 span {
  font-weight: 900;
}

.InstructThumb {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.image-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
}

.overlay-text {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.23);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 4px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  font-size: 1rem;
  color: #ffffff;
  text-transform: none;
  font-weight: 400;
  padding: 20px;
}
.overlay-text h3 {
  font-size: 1.36rem;
  color: #ffffff;
  text-transform: none;
  font-weight: 900;
}
.overlay-text h4 {
  font-size: 0.63rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
}

.image-container:hover .overlay-text {
  opacity: 1;
}

.Eval {
  background-color: #E8EFFF;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 40px 0px 0px;
}
@media (max-width: 1280px) {
  .Eval {
    padding: 40px;
  }
}
.Eval h1 {
  font-size: 2rem;
  color: #162953;
  text-transform: none;
  font-weight: 300;
}
.Eval h1 span {
  font-weight: 900;
}
.Eval p {
  font-size: 1rem;
  color: #162953;
  text-transform: none;
  font-weight: 400;
  margin-top: 30px;
}

.tblock {
  border-radius: 0px 0px 20px 20px;
  background-color: #F2F6FF;
  height: 100px;
}

.mblock {
  border-radius: 20px;
  background-color: #F2F6FF;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bblock {
  border-radius: 20px 20px 0px 0px;
  background-color: #F2F6FF;
  height: 100px;
}

.activeblock {
  background-color: #ffffff;
  box-shadow: 3px 5px 28px 0px rgba(67, 127, 255, 0.15);
  -webkit-box-shadow: 3px 5px 28px 0px rgba(67, 127, 255, 0.15);
  -moz-box-shadow: 3px 5px 28px 0px rgba(67, 127, 255, 0.15);
  height: auto;
  padding: 20px;
}
.activeblock h4 {
  font-size: 2rem;
  color: #CCD6ED;
  text-transform: none;
  font-weight: 900;
}
.activeblock h3 {
  font-size: 1.36rem;
  color: #162953;
  text-transform: none;
  font-weight: 900;
}
.activeblock p {
  font-size: 1rem;
  color: #162953;
  text-transform: none;
  font-weight: 400;
  margin-top: 10px;
}

.evalblock {
  background-color: #ffffff;
  box-shadow: 3px 5px 28px 0px rgba(67, 127, 255, 0.15);
  -webkit-box-shadow: 3px 5px 28px 0px rgba(67, 127, 255, 0.15);
  -moz-box-shadow: 3px 5px 28px 0px rgba(67, 127, 255, 0.15);
  height: auto;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.evalblock h4 {
  font-size: 2rem;
  color: #CCD6ED;
  text-transform: none;
  font-weight: 900;
}
.evalblock h3 {
  font-size: 1.36rem;
  color: #162953;
  text-transform: none;
  font-weight: 900;
}
.evalblock p {
  font-size: 1rem;
  color: #162953;
  text-transform: none;
  font-weight: 400;
  margin-top: 10px;
}

.Contact {
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 3px 5px 28px 0px rgba(67, 127, 255, 0.15);
  -webkit-box-shadow: 3px 5px 28px 0px rgba(67, 127, 255, 0.15);
  -moz-box-shadow: 3px 5px 28px 0px rgba(67, 127, 255, 0.15);
  border-radius: 40px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.Contact .ContactHead {
  text-align: center;
}
.Contact .ContactHead h1 {
  font-size: 2rem;
  color: #162953;
  text-transform: none;
  font-weight: 300;
}
.Contact .ContactHead h1 span {
  font-weight: 900;
}
.Contact .ContactHead p {
  font-size: 1rem;
  color: #162953;
  text-transform: none;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
.Contact .InputController {
  background-color: #F9FBFF;
  padding: 20px;
  width: 100%;
  border: 1px solid #162953;
  border-radius: 10px;
}
.Contact .InputController label {
  font-size: 0.76rem;
  color: #162953;
  text-transform: uppercase;
  font-weight: 900;
}
.Contact .InputController input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 1.23rem;
  color: #162953;
  text-transform: none;
  font-weight: 400;
  font-style: italic;
}
.Contact .InputController input::-moz-placeholder {
  font-size: 1.23rem;
  color: #162953;
  text-transform: none;
  font-weight: 400;
  font-style: italic;
}
.Contact .InputController input::placeholder {
  font-size: 1.23rem;
  color: #162953;
  text-transform: none;
  font-weight: 400;
  font-style: italic;
}
.Contact .InputController select {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 1.23rem;
  color: #162953;
  text-transform: none;
  font-weight: 400;
  font-style: italic;
}
.Contact .InputController textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 1.23rem;
  color: #162953;
  text-transform: none;
  font-weight: 400;
  font-style: italic;
}
.Contact .InputController textarea::-moz-placeholder {
  font-size: 1.23rem;
  color: #162953;
  text-transform: none;
  font-weight: 400;
}
.Contact .InputController textarea::placeholder {
  font-size: 1.23rem;
  color: #162953;
  text-transform: none;
  font-weight: 400;
}
.Contact .Submit {
  display: flex;
  justify-content: space-around;
}
.Contact .Submit input[type=submit] {
  background-color: #437FFF;
  padding: 10px 40px 10px 40px;
  border-radius: 40px;
  font-size: 1rem;
  color: #ffffff;
  text-transform: none;
  font-weight: 400;
  cursor: pointer;
}
.Contact .Submit input[type=submit]:hover {
  background-color: #162953;
  transition: 0.46s ease-in-out;
}

.PreFooter {
  background: url("../img/bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
  border-radius: 90px 90px 0px 0px;
  margin-top: 40px;
}

.Footer {
  background-color: #162953;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.Footer .LogoFooter {
  width: 360px;
  height: auto;
}
.Footer .Social {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.Footer .Social .SocialIcon {
  width: 40px;
  height: auto;
}
.Footer .Social .SocialIcon:hover {
  scale: 1.36;
  transition: 0.46s ease-in-out;
}
.Footer h4 {
  font-size: 0.93rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
}/*# sourceMappingURL=styles.css.map */