body {
  box-sizing: border-box;
  margin: 0;
  padding: 48px;
  overflow-x: hidden;
  font-family: "Work Sans", sans-serif;
  background: #292524;
}

.container {
  padding: 0 80px;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  gap: 8px;
}

.col-md-6 {
  order: 0;
  flex: 1 1 50%;
  align-self: auto;
}
.col-md-4 {
  order: 0;
  flex: 1 1 33%;
  align-self: auto;
}

.header-wrp {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
}

.header-wrp .header-list {
  background: #1d1917;
  border-radius: 34px;
  display: flex;
  align-items: center;
  padding: 24px 36px;
}

.header-wrp .header-list img {
  width: 40px;
}

.header-wrp .header-list .links {
  margin-left: 24px;
  color: white;
}

.header-wrp .header-list .links a {
  margin-left: 8px;
  color: white;
  text-decoration: none;
  opacity: 0.8;
}

.header-wrp .header-list .links a:hover {
  opacity: 1;
}

.main-section {
  padding: 80px 0;
  background: #1d1917;
  background-position: right top;
  background-size: cover;
  border-radius: 34px;
  background-image: linear-gradient(
      to top,
      rgba(29, 25, 23, 0.929),
      rgba(29, 25, 23, 0.929)
    ),
    url("./assets/images/bg.svg");
}

.main-section .title {
  width: 70%;
}

.main-section .home-img img {
  width: 100%;
}

.main-section .title h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 0;
  color: white;
}

.main-section .title p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #999999;
}

.main-section .home-actions {
  margin-top: 48px;
  display: flex;
}

.main-section .home-actions a {
  background: #ffc359;
  color: white;
  padding: 16px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}

.main-section-steps {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.main-section-steps .step {
  flex: 1 1 25%;
  box-sizing: border-box;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.main-section-steps .step .number {
  background: #ffc359;
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 600;
}

.main-section .step .step-title {
  display: flex;
  align-items: center;
  color: white;
  margin: 20px;
  border-bottom: 1px solid #ffc359;
  padding-bottom: 20px;
}

.main-section .step .step-title span {
  font-size: 25px;
  margin-right: 12px;
}

.main-section .step .step-dsc {
  color: #999999;
  text-align: center;
}

.brainetic-section {
  position: relative;
  padding: 80px 0;
}

.brainetic-section .row {
  align-items: flex-start;
}

.brainetic-section .sticky-image {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 80px;
}

.brainetic-section .sticky-image img {
  width: 80%;
}

.brainetic-section .sticky-image .iphone-container {
  display: flex;
  justify-content: center;
}

.brainetic-section .item {
  border-radius: 12px;
  padding: 22px;
  background: #1d1917;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 550px;
}

.brainetic-section .item-icon {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.brainetic-section .item-icon span {
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 25px;
  background: #ffc359;
  margin-right: 12px;
}

.brainetic-section .item h2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  color: white;
}
.brainetic-section .item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  color: #999999;
}

.brainetic-section .second-block {
  padding: 100px 0;
}

.brainetic-section .harmonify-mob-col {
  display: flex;
  flex-direction: column;
}

.footer {
  padding: 40px 0;
  border-radius: 32px;
  /* background: #1d1917; */
  background-image: linear-gradient(
      to top,
      rgba(29, 25, 23, 0.929),
      rgba(29, 25, 23, 0.929)
    ),
    url("./assets/images/bg.svg");
}

.footer .container {
  height: 100%;
}

.footer .footer-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .footer-body .logo img {
  width: 50px;
}

.footer .footer-body a {
  font-size: 14px;
  color: #999999;
  text-decoration: none;
}

.rights-reserved {
  margin-top: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #5f5f5f;
  text-align: center;
}

@media (max-width: 1300px) {
  .main-section .title {
    width: 90%;
  }
}

@media (max-width: 1200px) {
  .brainetic-section .second-block {
    padding: 0;
  }
  .brainetic-section .harmonify-desktop-col {
    display: none;
  }
  .brainetic-section .item {
    min-height: 60px;
    padding: 20px;
  }
  .col-sm-6 {
    flex: 1 1 50% !important;
  }
}

@media (max-width: 1100px) {
  .main-section .title {
    width: 100%;
  }
  .main-section .title h1 {
    font-size: 30px;
  }
  .main-section-steps .step {
    flex: 1 1 50%;
    box-sizing: border-box;
  }
}

@media (max-width: 991px) {
  .container {
    padding: 0 48px;
  }
  .main-section .logo img {
    width: 214px;
    margin-bottom: 24px;
  }

  .main-section .title h1 {
    font-size: 28px;
  }

  .main-section .title p {
    font-size: 14px;
  }
  .main-section .home-actions {
    margin-top: 24px;
  }
}

@media (max-width: 768px) {
  body {
    padding: 24px;
  }
  .container {
    padding: 24px;
  }
  .row {
    flex-wrap: wrap;
  }
  .col-sm-12 {
    flex: 1 1 100% !important;
  }
  .col-xs-12 {
    flex: 1 1 100% !important;
  }

  .header-wrp .header-list {
    padding: 16px 16px;
  }

  .header-wrp .header-list .links {
    margin-left: 14px;
  }

  .header-wrp .header-list .links a {
    margin-left: 6px;
    color: white;
    text-decoration: none;
    opacity: 0.8;
    font-size: 14px;
  }

  .main-section {
    /* background: none; */
    padding: 0;
  }

  .brainetic-section-2 {
    padding-top: 0px;
  }

  .brainetic-section-2 .sticky-image {
    order: -1;
  }

  .brainetic-section .sticky-image {
    display: flex;
    justify-content: center;
    position: relative;
    top: 0;
  }

  .footer .footer-body {
    display: flex;
    flex-direction: column;
  }
  .footer .footer-body div {
    margin-bottom: 12px;
  }
  .legal {
    align-items: center;
    justify-content: center;
  }

  .footer .footer-body .logo {
    margin-bottom: 16px;
  }
}
