@charset "UTF-8";
* {
  font-family: Montserrat;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 380px;
  width: 100%;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  height: 8vh;
  position: fixed;
  width: 100%;
  z-index: 10000;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
}

.header-right-items {
  padding-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.header-right-items > * {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  padding: 1rem;
}

.header-right-items * {
  transition: 0.2s ease-out;
}

.header-right-items > *:not(.menu, .menu-opened):hover {
  background-color: #FF4C01;
}

.header-right-items > *:not(.menu, .menu-opened):hover > *:hover {
  color: white;
}

.header-right-items > * > * {
  font-size: small;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  justify-self: stretch;
  color: black;
  cursor: pointer;
}

.menu {
  cursor: pointer;
  width: 8vh;
}

.menu > * {
  width: 2rem;
}

.menu-opened {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  position: absolute;
  height: 92vh;
  right: -100%;
  margin-top: 8vh;
  background-color: white;
  box-shadow: -7px 23px 56px -1px rgba(0, 0, 0, 0.19);
  transition: right 0.5s;
}

.menu-opened > * {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  padding: 1rem 4rem 1rem 4rem;
}

@media (min-width: 521px) {
  .menu {
    display: none; /* Hide the menu */
  }
  .header-right-items > *:not(.menu, .menu-opened) {
    display: flex; /* Ensure other items are shown */
  }
}
/* Hide other items and show only .menu when the viewport width is 520px or less */
@media (max-width: 520px) {
  .header-right-items > *:not(.menu, .menu-opened) {
    display: none; /* Hide other items */
  }
  .menu {
    display: flex; /* Ensure menu is shown */
  }
}
.welcome-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.soon {
  width: 100vh; /* Ширина div */
  overflow: hidden; /* Скрываем содержимое за пределами div */
  font-size: 8rem; /* Размер шрифта */
  font-weight: 800; /* Жирность шрифта */
  white-space: nowrap; /* Убедитесь, что текст находится в одной строке */
  position: absolute; /* Для позиционирования анимированного текста */
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding-left: 3rem;
  /* Остальные стили */
  color: transparent; /* Делаем текст прозрачным */
  background-image: linear-gradient(90deg, rgb(255, 76, 1) 0%, rgba(255, 123, 1, 0.5) 100%);
  -webkit-background-clip: text; /* Для Safari */
  background-clip: text;
  display: inline-block; /* или другое блочное отображение, если нужно */
}

@media (max-width: 1636px) {
  .soon {
    padding-left: 0rem;
  }
}
@media (max-width: 920px) {
  .soon {
    width: 0px;
    height: 0;
    overflow: hidden;
  }
}
.left-text-box {
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-self: stretch;
  align-items: start;
  max-width: 450px;
  padding-left: 4rem;
  padding-right: 4rem;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  gap: 1rem;
}

.ecampa-academy {
  display: flex;
  justify-self: stretch;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  color: #FF4C01;
}

.ecampa-academy * {
  display: flex;
}

.left-text-box > *:nth-child(1) {
  font-size: 2.5rem;
  font-weight: 800;
}

.left-text-box > *:nth-child(2) {
  display: inline-block;
  overflow-wrap: break-word;
  font-size: 2.1rem;
}

.left-text-box > *:nth-child(3) {
  display: inline-block;
  overflow-wrap: break-word;
  font-size: 1.8rem;
  font-weight: 800;
  color: #FF4C01;
}

.directions {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  max-height: 250px;
  overflow: scroll;
}

.directions > * {
  display: flex;
  justify-content: start;
  align-items: start;
  padding: 0.5rem;
  background-color: white;
  border-radius: 24px;
  border: solid 2px rgb(208, 208, 208);
}

.welcome-screen-imagebox {
  display: flex;
  justify-content: center;
  justify-self: stretch;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}

.image {
  height: 100vh;
}

.shape1 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50%;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media (max-width: 1130px) {
  .welcome-screen {
    margin-top: 8vh;
    flex-wrap: wrap;
  }
  .left-text-box {
    margin: 1rem;
    z-index: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .welcome-screen-imagebox {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
}
@media (max-width: 740px) {
  .left-text-box > *:nth-child(1) {
    font-size: 2.5rem;
  }
  .left-text-box > *:nth-child(2) {
    font-size: 1.8rem;
  }
  .left-text-box > *:nth-child(3) {
    font-size: 1.7rem;
  }
}
@media (max-width: 430px) {
  .left-text-box {
    padding: 2.5rem;
  }
  .ecampa-academy {
    font-size: 4rem;
  }
  .directions {
    font-size: 1rem;
    display: flex;
  }
  .menu {
    display: flex;
    justify-content: end;
    align-items: flex-end;
  }
  .left-text-box {
    margin: 1rem;
    margin-bottom: 4rem;
  }
  .left-text-box > *:nth-child(1) {
    font-size: 3rem;
    font-weight: 800;
  }
  .left-text-box > *:nth-child(2) {
    display: inline-block;
    overflow-wrap: break-word;
    font-size: 2.5rem;
  }
  .left-text-box > *:nth-child(3) {
    display: inline-block;
    overflow-wrap: break-word;
    font-size: 1.5rem;
    font-weight: 800;
  }
}
.platform-structure-screen {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.s2-left-box {
  max-width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 0 4rem 0 4rem;
  gap: 1rem;
}

.section-title {
  display: flex;
  flex-direction: column;
  font-size: 3rem;
  font-weight: 900;
  justify-content: center;
  justify-self: stretch;
  align-self: center;
  align-items: center;
  padding-bottom: 2rem;
}

.section-title > :nth-child(2) {
  color: #FF4C01;
}

.info-box {
  display: flex;
  flex-direction: column;
}

.info-box > :nth-child(1) {
  font-weight: 600;
}

.info-box > :nth-child(2) {
  display: inline-block;
  overflow-wrap: break-word;
}

.right-scheme {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  height: 100%;
  width: 100%;
}

@media (max-width: 1540px) {
  .platform-structure-screen {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 2rem;
  }
  .right-scheme {
    margin-top: 3rem;
    justify-content: start;
    align-items: center;
  }
  .s2-left-box {
    margin-top: 2rem;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 4rem 0 4rem;
    gap: 1rem;
  }
}
@media (max-width: 930px) {
  .right-scheme {
    width: 0%;
    overflow: hidden;
  }
  .s2-left-box {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 1rem 4rem 1rem;
    gap: 1rem;
  }
}
.s2-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30rem;
}

.countdown {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.title1 {
  font-size: 3rem;
  font-weight: 900;
  color: #FF4C01;
}

.map-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF4C01;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .map-section {
    visibility: hidden;
    height: 0px;
    width: 0px;
  }
}
.img-box {
  display: flex;
  align-items: center;
  z-index: 15;
  overflow: hidden;
}

.iphone {
  display: flex;
  position: absolute;
  top: 225vh;
  right: -45px;
  z-index: 5;
}

.iphone > * {
  height: 600px;
}

.ipad {
  display: flex;
  position: absolute;
  top: 210vh;
  left: -60px;
  margin-left: -15rem;
  z-index: 5;
}

.ipad > * {
  height: 800px;
}

@media (max-width: 1620px) {
  .iphone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0rem;
    overflow: hidden;
    width: 20%;
  }
  .iphone > * {
    display: block;
    right: 20px;
  }
  .ipad {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 4rem;
    margin-top: 3rem;
    width: 20%;
  }
  .ipad * {
    height: 700px;
    width: auto;
  }
}
@media (max-width: 1540px) {
  .iphone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0rem;
    margin-top: 8rem;
    overflow: hidden;
    width: 20%;
  }
  .iphone > * {
    display: block;
    right: 20px;
  }
  .ipad {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0rem;
    margin-top: 10rem;
    width: 20%;
  }
  .ipad * {
    height: 700px;
    width: auto;
  }
}
@media (max-width: 1200px) {
  .iphone {
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0rem;
    margin-top: 8rem;
    overflow: hidden;
    width: 20%;
  }
  .iphone > * {
    display: block;
    right: 20px;
  }
  .ipad {
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0rem;
    margin-top: 10rem;
    width: 20%;
  }
  .ipad * {
    height: 700px;
    width: auto;
  }
}
.counter {
  display: flex;
  width: auto;
  flex-wrap: wrap;
  justify-content: center;
}

.time-box {
  padding: 20px;
  background-color: #FF4C01;
  color: white;
  margin: 10px;
  text-align: center;
  border-radius: 5px;
}

.time-box span {
  font-size: 2em;
  display: block;
}

.label {
  font-size: 1em;
}

#particles-js1 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.object3d {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  overflow: hidden;
  z-index: 3;
}

.spline-3dimage {
  display: flex;
  width: 100vh;
  padding-bottom: 100%;
}/*# sourceMappingURL=stile.css.map */