body {
  font-family: Montserrat;
  min-height: 100vh;
  display: flex;
  align-content: space-between;
  flex-direction: column;
  justify-content: space-between;
}

a {
  text-decoration: none;
}

h1 {
  font: 200 46px Montserrat;
  letter-spacing: 4px;
  padding-top: 50px;
  text-align: center;
}

.page-404 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}

.page-404 img {
  width: 50%;
}

@media (max-width: 991px) {
  h1 {
    padding-top: 10px;
  }
}

@media (max-width: 540px) {
  h1 {
    font: 200 26px Montserrat;
    letter-spacing: 4px;
  }
}

.top-menu {
  font-size: initial;
}

.header {
  padding: initial;
}

.header-scroll {
  padding: initial;
  position: fixed;
  top: -41px;
  z-index: 1;
}

.logo {
  width: 80px;
}

.logo-big {
  width: 62px;
  margin-bottom: 0px;
  transition: margin-bottom 0.5s, width 0.5s;
}

.logo-small {
  width: 45px;
  margin-bottom: -36px;
  transition: margin-bottom 0.5s, width 0.5s;
}

.soc-logo {
  letter-spacing: 15px;
}

.unselected {
  border-top: 3px solid #00000000;
}

.selected {
  border-top: 3px solid #0000ff;
}

@media (max-width: 991px) {
  .selected {
    border-top: 0px solid #0000ff;
  }

  .unselected {
    border-top: 0px solid #0000ff;
  }
}

.nav-top-text {
  display: flex;
  font-size: 14px;
  min-width: 800px;
  border-bottom: 1px solid gray;
  padding-bottom: 7px;
  justify-content: space-between;
}

@media (max-width: 540px) {
  .nav-top-text {
    flex-direction: column;
  }
}

.top-address {
  width: 80%;
}

@media (max-width: 1199px) {
  .nav-link {
    font-size: 14px;
  }

  .nav-top-text {
    font-size: 12px;
  }

  .top-address {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .nav-top-text {
    min-width: initial;
  }
}

.nav-top-text > div {
  text-align: end;
}

#navbarTogglerD2 {
  flex-direction: column;
  align-items: flex-end;
}

.footer {
  background: #232323;
  color: #ffffff;
}

.footer > .container > .row {
  min-height: 150px;
  align-items: start !important;
  padding-top: 20px;
}

.footer a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .footer .col-md-2,
  .footer .col-md-3,
  .footer .col-md-4 {
    border-bottom: 1px solid;
    padding-bottom: 10px;
  }

  .footer .col-md-3:last-child {
    border-bottom: initial;
    padding-bottom: 25px;
  }
}

.footer-items {
  list-style: none;
  padding-left: 0;
}

.footer-items li {
  padding: 4px 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.btn-width-150 {
  width: 150px;
  margin: 5px 0;
}

.btn-width-200 {
  width: 200px;
  margin: 5px 0;
}

.style01 {
  font-size: 31px;
  line-height: 2;
}

.top-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.slide-text {
  position: sticky;
  bottom: 0px;
  padding: 20px;
  background: #ffc500;
  backdrop-filter: blur(2px);
  color: black;
  font-size: large;
}

@media (max-width: 768px) {
  .slide-text {
    font-size: 12px;
  }
}

.slider-control {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.slider-control > a {
  display: block;
  width: 36px;
  margin: auto;
  cursor: pointer;
}

.slider-control > div:first-child,
.slider-control > div:last-child {
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.slider-control > div:first-child > div,
.slider-control > div:last-child > div {
  transform: rotate(-90deg);
  white-space: nowrap;
}

@media (max-width: 991px) {
  .slider-control {
    /*flex-direction: row;*/
    display: none;
  }

  .slider-control > div:first-child > div,
  .slider-control > div:last-child > div {
    transform: rotate(0deg);
  }
}

@media (max-width: 575px) {
  .slider-control > div:first-child,
  .slider-control > div:last-child {
    display: none;
  }
}

.container2 {
  background-blend-mode: multiply;
  background: url(../img/back1-3.jpg) #000000bb no-repeat;
  background-size: 140%;
  background-position: top center;
  height: 950px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.s02 {
  background: hwb(0deg 100% 0% / 75%);
  backdrop-filter: blur(3px);
  border-radius: 30px;
  border: 1px solid #ffffff8a;
  padding: 30px;
  margin: 15px 0px;
}

.s02 li {
  list-style: none;
  font-weight: 600;
}

.s02 i {
  color: lime;
}

.s2-1 {
  font-size: 55px;
  text-align: center;
  margin: auto;
}

.s2-2 {
  text-align: left;
  padding-top: 20px;
  width: 60%;
  margin: auto;
}

.online {
  background: url(../img/bonline.jpg?v3) center center / cover no-repeat #0000008a;
  padding-top: 100px;
  padding-bottom: 100px;
  background-position-y: -350px;
}

.s2-3 {
  text-align: center;
  padding-top: 25px;
}

@media (max-width: 1199px) {
  .container2 {
    background-blend-mode: multiply;
    background: url(../img/back1-3.jpg) #0000008a no-repeat;
    background-size: auto 1010px;
    background-position-x: -400px;
    height: 650px;
    justify-content: space-evenly;
    align-items: stretch;
  }

  .s2-1 {
    font-size: 30px;
    width: 100%;
    line-height: 1;
  }

  .s2-2 {
    width: 100%;
  }

  .online {
    background-position-y: 0;
  }
}

.start-1 {
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  background-size: 100% !important;
}

@media (max-width: 992px) {
  .start-1 {
    margin-bottom: 20px;
  }
}

.direction {
  padding-top: 30px;
  padding-bottom: 30px;
}

.direction ul {
  list-style: none;
  line-height: 3;
}

.dirimg {
  /*padding: 40px 0 40px 40px;*/
}

.Benefits ul {
  line-height: 2;
}

.Benefits i {
  color: lime;
}

@media (max-width: 767px) {
  .dirimg {
    padding: 20px 10px 20px 10px;
  }
}

.dir-info-block {
  display: flex;
  align-items: center;
}

.dirinfo {
  position: relative;
  left: -100px;
  background: #ffffff;
  padding: 10px 30px 30px 30px;
  border: 3px solid #ffda27;
}

@media (max-width: 1199px) {
  .dirinfo {
    position: initial;
    left: 0px;
    background: #ffffff;
    padding: 10px 30px 30px 30px;
    border: 3px solid #ffda27;
  }
}

@media (max-width: 991px) {
  .dirinfo {
    position: initial;
    left: 0px;
    background: #ffffff;
    padding: 10px 10px 10px 10px;
    border: 3px solid #ffda27;
    font-size: 12px;
  }
}

.dirinfo > div {
  text-align: center;
  padding-bottom: 10px;
}

.dircontrol {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.dircontrol span {
  cursor: pointer;
}

.dircontrol a {
  color: initial;
}

.kids-group img {
  width: 100%;
  border: 1px solid #ffda27;
  border-bottom: initial;
  border-top: initial;
}

.kids-group-blocks {
  margin: 30px auto;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}

.kids-group-blocks:hover {
  box-shadow: 0 0 15px #555555;
  transition: box-shadow 0.2s ease;
}

.kids-group-blocks > div {
  text-align: center;
  background: #ffda27;
  padding: 15px 0;
  border: 1px solid #ffda27;
  border-bottom: initial;
}

.about-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-note {
  padding: 40px 10px;
  border-top: 3px solid #ffda27;
  border-bottom: 3px solid #ffda27;
  height: 100%;
  width: 80%;
  margin: auto;
}

.creation-block {
  margin-top: 30px;
}

.creation-block > p:nth-child(1),
.creation-block > p:nth-child(3) {
  font-size: 35px;
  font-weight: 200;
}

.creation-block > p:nth-child(2) {
  font-size: 95px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .creation-block > p:nth-child(2) {
    font-size: 35px;
    font-weight: 500;
  }

  .creation-block > p:nth-child(1),
  .creation-block > p:nth-child(3) {
    font-size: 25px;
    font-weight: 300;
  }
}

/*
.mini-gallery .row .col-md-6:first-child {
text-align: right;
}

.mini-gallery .row .col-md-6:last-child {
text-align: left;
}

.mini-gallery .row {
margin-bottom: 24px;
}
*/
.edu01 {
  padding: 0 15px !important;
}

.mini-gallery img {
  width: 100%;
}

.mini-gallery .col-md-6 {
  padding: 12px;
}

.team-block .row {
  align-items: center;
}

.team-block img {
  width: 100%;
}

.team-block > div {
  text-align: center;
}

.team-info {
  position: relative;
  height: 130px;
  background: #ffffff;
  font-size: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-left: 8px solid #ffffff;
  border-right: 8px solid #ffffff;
  flex-direction: column;
  padding: 10px;
  border: 1px solid #d9d8d8;
}

.team-info span:last-child {
  overflow-y: auto;
}

.team-info span:last-child::-webkit-scrollbar {
  width: 8px;
}

.team-info span:last-child::-webkit-scrollbar-track {
  background: rgb(217, 216, 216);
}

.team-info span:last-child::-webkit-scrollbar-thumb {
  background: rgb(160, 161, 163);
  border-radius: 50px;
}

.team-info > span:first-child {
  font-weight: 600;
}

.team-info > span:last-child {
  font-weight: 300;
}

.team-info i {
  font-style: italic;
  text-decoration: underline;
  color: #3131ff;
}

.team-full-info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  font-size: 12px;
  text-align: left;
  display: flex;
  align-items: flex-end;
  transition: all 0.5s ease-in;
}

.team-full-info>div{
  overflow-y: auto;
  background: #fef2d9;
  height: max-content;
  max-height: 100%;
  padding: 10px;
  border: 1px solid rgb(217, 216, 216);
}

.team-full-info>div::-webkit-scrollbar {
  width: 8px;
}

.team-full-info>div::-webkit-scrollbar-track {
  background: rgb(217, 216, 216);
}

.team-full-info>div::-webkit-scrollbar-thumb {
  background: rgb(160, 161, 163);
  border-radius: 50px;
}

.active[data-team] {
  top: 0;
  transition: all 0.5s ease-in;
}

.tbh {
  position: relative;
  overflow: hidden;
}

.tbh-active {
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}

.tbh-active:hover {
  box-shadow: 0 0 15px #555555;
  transition: box-shadow 0.2s ease;
}

.tt-114 {
  width: 100%;
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
  color: #ffda27;
  line-height: 1;
}

.projects {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 60px 0 30px;
}

@media (max-width: 991px) {
  .projects {
    flex-wrap: wrap;
  }
}

.container7 {
  background-blend-mode: multiply;
  background: url(../img/back2.jpg) center center / cover no-repeat #0000008a;
  height: 827px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.container7 > div > div:first-child {
  text-align: center;
  color: #ffffff;
  font: 300 30px Montserrat;
  margin-bottom: 25px;
}

.container7 form {
  width: 40%;
  margin: auto;
}

@media (max-width: 767px) {
  .container7 form {
    width: 100%;
  }
}

.container7 form input,
.container7 form textarea {
  width: 100%;
  margin-bottom: 10px;
}

.container7 form input {
  height: 40px;
  padding-left: 15px;
}

.container7 form textarea {
  padding-left: 15px;
  resize: none;
}

.container-map {
  padding: 0;
}

.container-map iframe {
  margin-bottom: -7px;
}

.bolv {
  display: block;
  width: 100%;
}

.adress {
  background-blend-mode: multiply;
  background: url(../img/building.jpg) 100% #0000008a no-repeat;
}

.adress-text {
  border: 1px solid gray;
  margin: 150px auto 150px 10px;
  width: 550px;
  background: azure;
  padding: 30px 0 12px 0;
}

.adress-text ul {
  list-style: none;
  font-size: 20px;
}

@media (max-width: 767px) {
  .adress-text {
    margin: 150px auto 150px auto;
    width: 100%;
  }

  .adress-text ul {
    font-size: 15px;
  }
}

.shade-s {
  display: block;
  background: #ffffff80;
  backdrop-filter: blur(5px);
}

.shade-h {
  display: none;
}

.shade {
  left: 0;
  top: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.mn2023modal-s {
  display: block;
  background: #000000e3;
  backdrop-filter: blur(5px);
}

.mn2023modal-h {
  display: none;
}

.mn2023modal {
  left: 0;
  top: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.sendform-common {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.sendform {
  border: 1px solid gray;
  padding: 50px 100px;
  border-radius: 15px;
  background: #82a9ffad;
  backdrop-filter: blur(15px);
  box-shadow: 0 0 15px black;
}

.sendform label {
  text-align: center;
}

#sendquestion {
  padding-top: 30px;
}

#sendform {
  text-align: center;
}

#response1 {
  position: absolute;
  padding-top: initial;
  padding-bottom: initial;
  margin-bottom: initial;
  color: red;
  top: 5px;
  left: 0;
  display: none;
}

#response2 {
  position: absolute;
  padding-top: initial;
  padding-bottom: initial;
  margin-bottom: initial;
  color: red;
  left: 0;
  text-align: center;
  text-shadow: 0 0 4px black;
  font-weight: 600;
}

.f1 {
  margin-bottom: 5px;
  border: 2px solid gray;
  transition: border 0.5s ease;
}

.f-error {
  border: 2px solid red;
  transition: border 0.5s ease;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  font-size: 30px;
  text-shadow: 0px 0px 0px #989898;
  transition: all 0.5s;
}

.close-button:hover {
  text-shadow: 0px 0px 5px #989898;
  transition: all 0.5s;
}

.close-button2 {
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  font-size: 30px;
  text-shadow: 0px 0px 14px #18e814;
  color: white;
  transition: all 0.5s;
}

.close-button2:hover {
  text-shadow: 0px 0px 5px #989898;
  transition: all 0.5s;
}

.check-area {
  display: flex;
  align-items: center;
}

.check-area label {
  padding: 5px;
}

.check-area input {
  margin: 0px;
}

.educators-block {
  overflow: hidden;
  padding: 0 15px !important;
  height: 0px;
}

/*.educators-block-h100 {
max-height: calc(3 * 1320px);
transition: max-height 1.5s ease;
}

.educators-block-h0 {
max-height: 0px;
transition: max-height 1.5s ease;
}*/
.send1 {
}

.result2 {
  display: none;
  color: white;
  padding: 50px;
  text-align: center;
  font-size: x-large;
}

/*---------price---------*/
.kids-group-price ul {
  line-height: 1.5;
}

.kb-0 {
  margin: 30px 0;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}

.kb-0:hover {
  box-shadow: 0 0 15px #555555;
  transition: box-shadow 0.2s ease;
}

.kb-m-1 {
  border: 1px solid #07bf81;
}

.kb-m-2 {
  border: 1px solid #ff9a22;
}

.kb-m-3 {
  border: 1px solid #f555ff;
}

.kb-ct-1 {
  color: #07bf81;
}

.kb-ct-2 {
  color: #ff9a22;
}

.kb-ct-3 {
  color: #f555ff;
}

.kb-cb-1 {
  background: #07bf81;
}

.kb-cb-2 {
  background: #ff9a22;
}

.kb-cb-3 {
  background: #f555ff;
}

.kb-h {
  text-align: center;
  padding: 15px;
}

.kb-b {
  padding: 15px;
}

@media (max-width: 1200px) {
  .kb-b {
    padding: 5px;
    font-size: 9px;
  }

  .top-menu a {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .kb-b {
    padding: 15px;
    font-size: initial;
  }
}

.kb-ib {
  display: inline-block;
}

.kb-i {
  display: flex;
  color: white;
  padding: 4px;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.kb-b span {
  color: initial;
}

.kb-tg {
  color: #888888;
  font-weight: 300;
  font-style: italic;
}

.kb-b ul {
  list-style-type: disc;
}

.more {
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #ffda27;
  border-top: initial;
}

/*---------price---------*/

.gallery-container {
  flex-grow: 1;
  padding-top: 20px;
}

/*----------WhatsApp------------*/

.whats {
  position: fixed;
  bottom: 10px;
  right: 10px;
  border: 1px solid rgb(39, 163, 226);
  font-size: 0.6em;
  padding: 12px;
  border-radius: 38px;
  font-weight: bold;
  background: #fff;
}

.whats i {
  font-size: 3em;
  color: #fff;
}

.whats a {
  display: flex;
  position: absolute;
  right: 10px;
  top: -16px;
  background: rgb(39, 163, 226);
  padding: 4px 7px 3px 3px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  cursor: pointer;
}

.ring {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  animation-duration: 2s;
  animation-name: pulse_1;
  animation-iteration-count: infinite;
  z-index: -1;
  background: radial-gradient(#f9f9f98f 44%, #128c7e);
}

.whats a:hover .ring {
  animation-duration: 0.5s;
}

.ring:nth-child(2) {
  animation-name: pulse_2;
}

@keyframes pulse_1 {
  from {
    opacity: 1;
    transform: scale(1, 1);
  }

  to {
    opacity: 0;
    transform: scale(1.5, 1.5);
  }
}

@keyframes pulse_2 {
  from {
    opacity: 1;
    transform: scale(0.9, 0.9);
  }

  to {
    opacity: 0;
    transform: scale(2.5, 2.5);
  }
}

/*----------cool camp------------*/
.cool-camp {
  margin: 0 auto;
  max-width: 100vh;
  position: relative;
  text-align: center;
}

.cool-camp1 {
  margin-top: 15px;
  width: 100%;
  box-shadow: 0 0 20px #9b1bf7;
}

.cool-camp2 {
  margin-top: 15px;
  width: 100%;
  box-shadow: 0 0 20px #f9b326;
}

.play {
  position: absolute;
  left: 60px;
  top: 60px;
  /*border: 1px solid #ffb500;*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  color: #f00bff;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 22px #000000;
  transition: text-shadow 500ms;
}

.play:hover {
  text-shadow: 0 0 8px #000;
  transition: text-shadow 500ms;
}

.mn2023 {
  margin: auto;
}

.mn2023 img {
  max-width: 100vh;
}

@media (max-width: 560px) {
  .mn2023 {
    width: 100%;
    margin: auto;
  }
  .tickets-nm2023 > div {
    font-size: 12px;
  }
}

.tickets-nm2023 {
  background: linear-gradient(0deg, rgb(197 173 101), rgb(229 206 136));
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.tickets-nm2023 > a:first-child {
  font-size: 33px;
  font-weight: bold;
  margin: 22px 0;
  cursor: pointer;
}

.nm2023pardiv {
  background: linear-gradient(1deg, #feffa299, #8fffc066);
  padding: 25px;
}

.black-bold {
  color: #000;
  font-weight: bold;
  box-shadow: 0 0 5px gray;
}

.black-bold-light {
  font-weight: bold;
  box-shadow: 0 0 5px gray;
}

.signup {
  display: block;
  border: 1px solid gray;
  width: max-content;
  margin: auto;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  color: #000000;
  box-shadow: 0 0 5px gray;
  transition: all 0.15s ease-in-out;
}

.signup:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

#anchor5 {
  margin-top: 40px;
}

.video2024 {
  margin: auto;
}

.theatrical {
  display: flex;
  height: 560px;
  overflow: hidden;
}

.theatrical video,
.theatrical img {
  width: 100%;
}

.theatrical > div:first-child {
  flex: 1.8;
}

.theatrical > div:last-child {
  flex: 1;
}

.theatrical-text {
  background: #f2f1ed;
  border-top: 1px solid #00000026;
  padding: 20px;
  text-align: left;
}

.theatrical-text p {
  margin-bottom: 11px;
}

@media (max-width: 560px) {
  .theatrical {
    flex-direction: column;
    height: auto;
  }
  .video-logo {
    width: 25px;
  }
}

.video-logo {
  width: 50px !important;
  position: absolute;
  left: 25px;
  top: 25px;
}

.d08-24 {
  position: relative;
}

@media (max-width: 560px) {
  .video-logo {
    width: 25px !important;
  }
}

.events {
  font-size: 50px;
  color: #a5a5a5;
}
.p-r167 {
    padding: 10px 167px 32px 10px !important
}

.direction-button {
    padding-top: 15px;
}

.direction-button>a{
    padding: 10px 24px;
    border-radius: 9px;
    color: #fff;
    background: #157347;
}

.direction-button>a:hover{
    box-shadow: 0 0 7px #157347;
}

.disabled-button {
    opacity: 0.5;
    cursor: not-allowed;
}

.enabled-button {
    opacity: 1;
    cursor: pointer;
}