body {
  font-family: "Roboto", "Arial", sans-serif;
  width: 100%;
  height: 100%;
  background: #131919;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
}
@media (max-width: 769px) {
  body {
    font-size: 15px;
    line-height: 20px;
  }
}

h1 {
  color: #dfae3d;
  font-size: 64px;
  line-height: 70px;
  font-weight: 700;
}
@media (max-width: 769px) {
  h1 {
    font-size: 40px;
    line-height: 47px;
  }
}

h2 {
  color: #dfae3d;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 769px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  color: #9ccbcb;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 769px) {
  h3 {
    font-size: 24px;
  }
}

header {
  width: 100%;
  background: #364848;
  height: 60px;
  box-shadow: 0px 1px 0px 0px rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-wrap {
  height: 100%;
  width: 100%;
  max-width: 1180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 769px) {
  header .header-wrap {
    max-width: 100%;
    padding: 0 20px;
    width: calc(100% - 40px);
  }
}
header .header-wrap .logo {
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 769px) {
  header .header-wrap .logo {
    height: 41px;
  }
}
header .header-wrap .menu {
  height: 100%;
}
header .header-wrap .menu ul {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
}
header .header-wrap .menu ul li {
  height: 100%;
  display: flex;
  align-items: center;
}
header .header-wrap .menu ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
@media (max-width: 769px) {
  header .header-wrap .menu ul li a {
    padding: 0 9px;
  }
}
header .header-wrap .menu ul li a.login-btn {
  margin-left: 10px;
  background: #dfae3d;
  border-radius: 5px;
  min-width: 100px;
  padding: 0;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-wrap .menu ul li a.login-btn.on {
  background: #dfae3d;
}
header .header-wrap .menu ul li a,
header .header-wrap .menu ul li a:visited {
  color: #fff;
}
header .header-wrap .menu ul li a:hover,
header .header-wrap .menu ul li a.on {
  background: #2a3838;
}

main {
  margin: 0 auto;
}

section {
  display: flex;
  justify-content: center;
}
section.section-banner {
  width: 100%;
  min-height: 500px;
  background: url("../img/section-banner.png") no-repeat center/cover;
}
@media (max-width: 769px) {
  section.section-banner {
    background: url("../img/section-banner-m.png") no-repeat center bottom/100% auto;
  }
}
section.section-excellence {
  width: 100%;
  min-height: 435px;
  background: #242e2f;
}
section.section-app {
  padding: 50px 0;
}
@media (max-width: 769px) {
  section.section-app {
    padding: 40px 0;
  }
}
section.section4 {
  background: #2b3030;
}
section.section-feature {
  padding: 50px 0;
}
@media (max-width: 769px) {
  section.section-feature {
    padding: 40px 0;
  }
}
section.section5 {
  background: linear-gradient(180deg, #131919 0%, #242e2f 100%);
}
section.app-section-banner {
  background: linear-gradient(180deg, #131919 0%, #242e2f 100%);
}
section.app-section-info {
  padding: 50px 0;
}
@media (max-width: 769px) {
  section.app-section-info {
    padding: 40px 0;
  }
}
section.app-feature-wrapper {
  background: #2b3030;
  padding: 75px 0;
}
@media (max-width: 769px) {
  section.app-feature-wrapper {
    padding: 40px 0;
  }
}
section .container {
  width: 100%;
  max-width: 1180px;
}
@media (max-width: 769px) {
  section .container {
    max-width: 100%;
    padding: 0 20px;
    width: calc(100% - 40px);
  }
}

.banner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 769px) {
  .banner-wrapper {
    justify-content: flex-start;
  }
}
.banner-wrapper h1 {
  width: 40%;
  max-width: 480px;
  position: relative;
}
@media (max-width: 769px) {
  .banner-wrapper h1 {
    margin-top: 28px;
    width: 100%;
    max-width: initial;
  }
}
.banner-wrapper h1::after {
  content: "";
  display: flex;
  margin-top: 20px;
  width: 366px;
  height: 1px;
  background: #dfae3d;
}
@media (max-width: 769px) {
  .banner-wrapper h1::after {
    width: 100%;
  }
}
.banner-wrapper .banner-info {
  margin-top: 10px;
  width: 40%;
  max-width: 480px;
  font-size: 24px;
  line-height: 35px;
}
@media (max-width: 769px) {
  .banner-wrapper .banner-info {
    width: 100%;
    max-width: initial;
    font-size: 16px;
    line-height: 25px;
  }
}

.excellence-wrapper {
  display: flex;
  gap: 19px;
  position: relative;
  z-index: 1;
}
@media (max-width: 769px) {
  .excellence-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.excellence-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -150px;
  background: #242e2f url("../img/section2-bg.svg") no-repeat left bottom/cover;
  z-index: 0;
}
@media (max-width: 769px) {
  .excellence-wrapper::before {
    background: #242e2f url("../img/section2-bg-m.png") no-repeat center bottom/cover;
    left: 0;
  }
}
.excellence-wrapper .item-img {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 769px) {
  .excellence-wrapper .item-img {
    order: 1;
    justify-content: center;
    margin-bottom: 33px;
  }
}
.excellence-wrapper .item-img img {
  width: 263px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 769px) {
  .excellence-wrapper .item-img img {
    width: 50%;
    max-width: 263px;
  }
}
.excellence-wrapper .item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  gap: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 769px) {
  .excellence-wrapper .item-info {
    width: 100%;
  }
}
.excellence-wrapper .item-info h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.excellence-wrapper .item-info h2::after {
  content: "";
  display: flex;
  margin-top: 10px;
  width: 390px;
  height: 1px;
  background: #dfae3d;
}
@media (max-width: 769px) {
  .excellence-wrapper .item-info h2::after {
    width: 195px;
  }
}
.excellence-wrapper .item-info p {
  text-align: left;
}

.app-wrapper {
  background: #131919;
  border-radius: 30px;
  border: 2px solid #dfae3d;
  min-height: 375px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px 18px 42px;
}
@media (max-width: 769px) {
  .app-wrapper {
    padding: 30px 15px 40px !important;
    width: calc(100% - 80px) !important;
  }
}
.app-wrapper h3 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app-wrapper h3::after {
  content: "";
  display: flex;
  margin: 10px auto 17px;
  width: 195px;
  height: 1px;
  background: #9ccbcb;
}
.app-wrapper .app-wrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 769px) {
  .app-wrapper .app-wrap {
    gap: 41px 8px;
    flex-wrap: wrap;
  }
}
.app-wrapper .app-wrap .app-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #2b3030;
  border-radius: 7px;
  gap: 8px;
  text-align: center;
  padding: 0 10px 10px;
}
@media (max-width: 769px) {
  .app-wrapper .app-wrap .app-item {
    flex-wrap: wrap;
    flex: 0 0 calc(50% - 24px);
  }
}
.app-wrapper .app-wrap .app-item .item-title {
  color: #9ccbcb;
  font-weight: 700;
}
.app-wrapper .app-wrap .app-item img {
  max-width: 153px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -33px;
}
@media (max-width: 769px) {
  .app-wrapper .app-wrap .app-item img {
    width: 50%;
  }
}
.app-wrapper .app-wrap .app-item p {
  font-size: 15px;
  line-height: normal;
}
@media (max-width: 769px) {
  .app-wrapper .app-wrap .app-item p {
    font-size: 13px;
  }
}

.feature-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
@media (max-width: 769px) {
  .feature-wrapper {
    flex-direction: column;
    background: url("../img/section5-bg-m.png") no-repeat center/contain;
  }
  .feature-wrapper.section6 {
    background: url("../img/section6-bg-m.png") no-repeat center/contain;
  }
}
.feature-wrapper .feature-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 769px) {
  .feature-wrapper .feature-info {
    text-align: center;
  }
}
.feature-wrapper .feature-info h3 {
  color: #dfae3d;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 769px) {
  .feature-wrapper .feature-info h3 {
    text-align: center;
    align-items: center;
  }
}
.feature-wrapper .feature-info h3::after {
  content: "";
  display: flex;
  margin: 10px 0 17px;
  width: 195px;
  height: 1px;
  background: #dfae3d;
}
.feature-wrapper .feature-info .feature-list {
  margin: 45px 0 0 46px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 769px) {
  .feature-wrapper .feature-info .feature-list {
    margin: 37px 0 0;
  }
}
.feature-wrapper .feature-info .feature-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 70px;
  font-size: 16px;
  line-height: normal;
  text-align: left;
}
@media (max-width: 769px) {
  .feature-wrapper .feature-info .feature-list li {
    font-size: 14px;
    padding-left: 64px;
  }
}
.feature-wrapper .feature-info .feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background: url("../img/check-mark.png") no-repeat center/cover;
}
@media (max-width: 769px) {
  .feature-wrapper .feature-info .feature-list li::before {
    width: 47px;
    height: 47px;
  }
}
.feature-wrapper .feature-info .feature-list li .item-title {
  color: #9ccbcb;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 769px) {
  .feature-wrapper .feature-info .feature-list li .item-title {
    font-size: 16px;
  }
}
.feature-wrapper .feature-img {
  max-width: 430px;
}
@media (max-width: 769px) {
  .feature-wrapper .feature-img {
    display: none;
  }
}

footer {
  padding: 28px 0;
}
footer .footer-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  font-size: 13px;
  line-height: normal;
}
@media (max-width: 769px) {
  footer .footer-wrap {
    gap: 13px;
    font-size: 11px;
  }
}

.app-banner-wrapper {
  padding: 63px 0;
  text-align: center;
}
@media (max-width: 769px) {
  .app-banner-wrapper {
    padding: 40px 0 !important;
  }
}
.app-banner-wrapper h1 {
  font-size: 48px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 769px) {
  .app-banner-wrapper h1 {
    font-size: 36px;
    line-height: normal;
  }
}
.app-banner-wrapper h1::after {
  content: "";
  display: flex;
  margin: 20px auto 28px;
  width: 366px;
  height: 1px;
  background: #dfae3d;
}
@media (max-width: 769px) {
  .app-banner-wrapper h1::after {
    width: 274px;
  }
}

.info-wrapper {
  border-radius: 30px;
  border: 2px solid #dfae3d;
  padding: 50px 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 769px) {
  .info-wrapper {
    flex-direction: column;
    padding: 40px 15px 33px !important;
    width: calc(100% - 80px) !important;
  }
}
.info-wrapper .info-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.info-wrapper .info-img {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 769px) {
  .info-wrapper .info-img {
    justify-content: center;
  }
}
.info-wrapper .info-img img {
  width: 100%;
  max-width: 325px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 769px) {
  .info-wrapper .info-img img {
    width: 65%;
    max-width: 215px;
  }
}
.info-wrapper h2 {
  color: #9ccbcb;
  text-align: left;
  position: relative;
}
.info-wrapper h2::after {
  content: "";
  display: flex;
  margin: 20px 0 28px;
  width: 195px;
  height: 1px;
  background: #9ccbcb;
}

.app-feature-wrap {
  display: flex;
  flex-direction: column;
}
.app-feature-wrap h3 {
  color: #dfae3d;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app-feature-wrap h3::after {
  content: "";
  display: flex;
  margin: 20px 0 28px;
  width: 195px;
  height: 1px;
  background: #dfae3d;
}
.app-feature-wrap .app-feature-list {
  margin: 64px auto 0;
  display: flex;
  flex-direction: column;
  gap: 52px;
  width: 75%;
}
@media (max-width: 769px) {
  .app-feature-wrap .app-feature-list {
    width: 100%;
    gap: 15px;
  }
}
.app-feature-wrap .app-feature-list li {
  display: flex;
  align-items: center;
  border-radius: 7px;
  background: #131919;
  padding: 0px 30px 14px;
  font-size: 16px;
  line-height: normal;
  gap: 25px;
}
@media (max-width: 769px) {
  .app-feature-wrap .app-feature-list li {
    font-size: 13px;
    padding: 15px;
    gap: 11px;
  }
}
.app-feature-wrap .app-feature-list li .item-img {
  margin-top: -30px;
}
@media (max-width: 769px) {
  .app-feature-wrap .app-feature-list li .item-img {
    margin: 0;
    max-width: 80px;
  }
}
.app-feature-wrap .app-feature-list li .item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.app-feature-wrap .app-feature-list li .item-info .item-title {
  color: #9ccbcb;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 769px) {
  .app-feature-wrap .app-feature-list li .item-info .item-title {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */