html {
  position: relative;
  font-family: Montserrat;
  background-color: #eee;
}
header {
  left: 0;
  z-index: 10;
  top: 0;
  position: sticky;
  box-shadow: 0 0 6px 1px black;
  padding-inline: 15px;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  color: #fff;
  background-color: #000;
}
.first-half {
  flex-grow: 0.5;
  gap: 10px;
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.second-half {
  flex-grow: 0.5;
  gap: 10px;
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
.middle-half {
  width: fit-content;
  position: relative;
}
.header-logo {
  flex-grow: 0.5;
  gap: 10px;
  max-width: 43px;
  height: 40px;
}
.header-items {
  gap: 7px;
  align-items: center;
  display: flex;
  cursor: pointer;
  border: none;
  font-size: 12px;
  color: #fff;
  background-color: transparent;
}
i {
  font-size: 20px;
}
.header-item-text {
  transition: 0.3s;
  overflow: hidden;
  max-width: 0px;
}
.title-desc {
  gap: 0px;
  flex-direction: column;
  display: flex;
}
#info {
  margin-top: -3px;
  font-size: 9px;
}
.search-inp {
  border: none;
  border-radius: 50%;
  transition: 0.4s;
  outline: none;
  padding-left: 35px;
  width: 35px;
  font-size: 11px;
  height: 35px;
}
.search-btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 40px;
  width: 40px;
  background-color: transparent;
  color: #000;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}
.hero-page {
  padding: 25px;
  justify-content: space-evenly;
  align-items: center;
  display: flex;
  min-height: calc(100vh - 60px);
}
.big-title {
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.hidden-word {
  display: inline-block;
  transition: 0.4s;
  max-width: 0px;
  overflow: hidden;
}
#big-hero-title {
  cursor: pointer;
  font-size: 30px;
}
.hero-logos {
  width: 300px;
}
.hero-logo {
  width: 0px;
}
.first-part {
  gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.second-part {
  max-width: 650px;
  font-size: 15px;
  color: #333;
  padding: 10px;
  flex-grow: 1;
}
.intro-title {
  font-size: 150px;
}
.intro {
  font-size: 16px;
  text-indent: 15px;
  padding: 40px;
  padding-top: 0;
  padding-left: 15px;
}
.get-started {
  cursor: pointer;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-inline: 10px;
  font-size: 15px;
  width: 130px;
  height: 45px;
  border: none;
  color: #fff;
  background-color: #333;
}
.btn-wrapper {
  padding-right: 90px;
  gap: 25px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.learn-more {
  cursor: pointer;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-inline: 10px;
  font-size: 15px;
  width: 130px;
  height: 45px;
  border: none;
  color: #fff;
  background-color: #333;
}
.get-started:hover {
  transition: 0.2s;
  background-color: #000;
}
.learn-more:hover {
  transition: 0.2s;
  transform: translateY(-2.5px);
  box-shadow: 0 2.5px 0px 2px #000;
  box-shadow: "[object Object]";
}
#modalStart {
  transition: 0.2s;
  display: none;
  padding: 15px;
  box-shadow: 0 0 8px 1px #00000020;
  padding-bottom: 30px;
  z-index: 5;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: fixed;
  width: 80%;
  border-radius: 15px;
  background-color: #fff;
}
.choices {
  gap: 15px;
  justify-content: space-evenly;
  align-items: center;
  display: flex;
}
.choice1 {
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: flex;
  height: 240px;
  width: 50%;
  flex-grow: 1;
}
.choice2 {
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: flex;
  height: 240px;
  width: 50%;
  flex-grow: 1;
}
.modal-header {
  position: relative;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
}
.modal-title {
  text-align: center;
  margin: 15px;
}
.modal-content {
  display: contents;
  height: 240px;
}
.modal-desc {
  padding: 15px;
}
.modal-btn {
  cursor: pointer;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-inline: 10px;
  font-size: 15px;
  width: 100%;
  height: 45px;
  border: none;
  color: #fff;
  background-color: #333;
}
.modal-btn:hover {
  transition: 0.2s;
  background-color: #000;
}
#closeModal {
  cursor: pointer;
  color: #000;
  font-size: 30px;
  right: 10px;
  top: 10px;
  position: absolute;
}
.hero2-title {
  padding: 20px;
  padding-inline: 40px;
  color: #333;
  font-size: 40px;
}
.intro2 {
  max-width: 70%;
  text-indent: 15px;
  padding: 20px;
  padding-inline: 40px;
  color: #333;
}
.part2-body {
  padding: 25px;
  gap: 10px;
  justify-content: space-evenly;
  align-items: center;
  display: flex;
}
.code-img {
  border-radius: 5px;
  width: 100%;
}
.part2-header {
  text-indent: 15px;
  width: 100%;
  color: #333;
  font-size: 20px;
}
.step {
  width: 50%;
  align-items: center;
  flex-direction: column;
  display: flex;
  flex-grow: 0.5;
}
iframe {
  flex-grow: 1;
  height: 300px;
  min-width: 100%;
  max-width: 100%;
}
.undertitle {
  margin-bottom: 15px;
  margin-top: -20px;
  color: #333;
  font-size: 12px;
}
.section- {
  margin-bottom: 50px;
}
.img-title {
  min-height: 50px;
  width: 90%;
  margin-top: 5px;
  text-align: center;
  color: #333;
  font-size: 12px;
}
.line {
  box-shadow: 0 0 5px 1px #00000010;
  margin-bottom: 7px;
  padding: 15px;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  background-color: #eee;
  width: 90%;
}
.step2 {
  width: 50%;
  align-items: center;
  flex-direction: column;
  display: flex;
  flex-grow: 1;
}
.flex {
  gap: 25px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.illu2 {
  width: 200px;
}
.img-wrapper {
  width: 30%;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}
.installation {
  margin-top: 25px;
  padding: 40px;
}
.chapter {
  padding: 15px;
}
.top-space {
  margin-top: 50px;
  margin-top: 50px;
}
.installation-title {
  margin-bottom: 20px;
  padding-inline: 40px;
  color: #333;
  font-size: 40px;
}
.chapter-title {
  margin-bottom: 20px;
  padding-inline: 40px;
  color: #333;
  font-size: 30px;
}
.chapter-desc {
  text-indent: 15px;
}
.soon-feature {
  padding: 15px;
}
.code {
  position: relative;
  margin: 15px;
  align-items: center;
  display: flex;
  padding: 15px;
  padding-top: 34px;
  padding-left: 30px;
  min-height: 65px;
  border-radius: 7px;
  position: relative;
  color: #fff;
  background-color: #1e1e1e;
}
.circles {
  gap: 7px;
  align-items: center;
  display: flex;
  left: 10px;
  top: 10px;
  position: absolute;
}
.circle {
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.circle1 {
  background-color: #ff5f56;
}
.circle2 {
  background-color: #ffbd2e;
}
.circle3 {
  background-color: #27c93f;
}
li {
  margin-left: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}
ul {
  margin-left: 15px;
}
.code-copy {
  border: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 25px;
  height: 25px;
  color: #888;
  background-color: #ffffff09;
  cursor: pointer;
  top: 10px;
  right: 10px;
  position: absolute;
}
.code-copy:hover {
  transition: 0.2s;
  color: #aaa;
  background-color: #ffffff19;
}
.choices-wrapper {
  margin-top: 25px;
  width: 100%;
  gap: 15px;
  justify-content: space-evenly;
  align-items: center;
  display: flex;
}
.choice-doc {
  padding: 15px;
  gap: 15px;
  text-align: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  height: 500px;
  width: 50%;
}
.choice-doc-desc {
  margin-bottom: 15px;
}
.choice-doc-title {
  margin-bottom: 20px;
  padding-inline: 40px;
  color: #333;
  font-size: 20px;
}
choice-doc-title2 {
  color: #333;
  font-size: 20px;
}
a {
  text-decoration: none;
}
.choice-btn {
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-inline: 10px;
  font-size: 15px;
  width: 230px;
  height: 45px;
  border-radius: 500px;
  border: none;
  color: #fff;
  background-color: #000;
}
.footer-social {
  margin-top: 0px;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  display: flex;
}
.soon {
  padding: 50px;
}
.social {
  width: 40px;
  height: 40px;
  transition: 0.2s;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 10px;
  border-radius: 50%;
  color: #000;
  background-color: #fff;
}
.social-name {
  font-size: 11px;
  transition: 0.2s;
  opacity: 0;
  color: #fff;
}
.social-wrapper {
  margin-top: 20px;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
footer {
  padding: 50px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.footer-col {
  width: 100%;
  height: fit-content;
  min-height: 200px;
}
.pdf-file {
  margin-bottom: -40px;
  width: 150px;
}
.documents {
  height: 100%;
  justify-content: space-evenly;
  align-items: center;
  display: flex;
}
.doc-type {
  gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.footer-desc {
  width: 100%;
  font-size: 15px;
}
.by-me {
  text-indent: 15px;
  color: #ddd;
  font-size: 12px;
}
.version {
  margin-bottom: 10px;
  font-size: 20px;
}
.contact-title {
  margin-top: 20px;
  font-size: 20px;
}
.mobile {
  display: none;
}
