@font-face {
  font-family: "SF PRO";
  src: url(/assets/font/SF-Pro.ttf);
}
.triangle {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 50px solid #000000;
  border-bottom: 25px solid transparent;
}

body {
  background-color: rgb(13, 13, 13);
  color: #fff9f4;
}

.heading-section {
  padding: 0px;
  margin: 0px;
  position: relative;
  z-index: 1;
  width: 100vw;
  color: #fff9f4;
}
@media screen and (max-width: 768px) {
  .heading-section {
    height: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .heading-section {
    height: 100svh;
  }
}
.heading-section .triangle-white {
  width: 0;
  height: 0;
  border-top: 50vh solid transparent;
  border-left: 50vw solid transparent;
  border-bottom: 50vh solid #fff9f4;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 0;
  padding: 0px;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .heading-section .triangle-white {
    border-top: 90svh solid transparent;
    border-left: 20vw solid transparent;
    border-right: red;
    border-bottom: 12svh solid #fff9f4;
  }
}
@media screen and (min-width: 768px) {
  .heading-section .triangle-white {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .logoImg {
    height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .logoImg {
    height: 120px;
    margin-left: -20px;
  }
}

.heading-text h5 {
  letter-spacing: 2.1px;
}
@media screen and (max-width: 600px) {
  .heading-text h5 {
    font-size: 15px;
  }
}
@media screen and (min-width: 600px) {
  .heading-text h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .heading-text h5 {
    padding-top: 50px;
  }
}
.heading-text h1 {
  padding-top: 30px;
  font-weight: 600;
  letter-spacing: 2.45px;
}
@media screen and (max-width: 600px) {
  .heading-text h1 {
    font-size: 25px;
  }
}
@media screen and (min-width: 600px) {
  .heading-text h1 {
    font-size: 35px;
  }
}
.heading-text p {
  letter-spacing: 1.75px;
  padding-top: 30px;
  font-weight: 600;
  letter-spacing: 2.1px;
}
@media screen and (max-width: 600px) {
  .heading-text p {
    font-size: 15px;
  }
}
@media screen and (min-width: 600px) {
  .heading-text p {
    font-size: 20px;
  }
}

.leading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .leading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    text-align: center;
  }
}
.leading .cta {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 768px) {
  .leading .cta {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.cta {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 768px) {
  .cta {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.mockup {
  height: 500px;
  justify-content: right;
  display: flex;
}
@media screen and (max-width: 800px) {
  .mockup {
    justify-content: center;
    display: flex;
    height: 350px;
  }
}

.underline {
  background: linear-gradient(to right, #d7d7d7, #474747);
  height: 1px;
  width: 100%;
}

.section-1 {
  height: 100svh;
  width: 100svw;
  background-color: #fff9f4;
  color: #fff9f4;
  position: relative;
  letter-spacing: 1.5px;
}
.section-1 .triangle-black-left-top {
  width: 0;
  height: 0;
  border-top: 0svh solid transparent;
  border-left: 50vw solid rgb(13, 13, 13);
  border-bottom: 50vh solid transparent;
  z-index: 0;
  position: relative;
  top: 0px;
}
@media screen and (max-width: 768px) {
  .section-1 .triangle-black-left-top {
    border-top: 0svh solid transparent;
    border-left: 80vw solid rgb(13, 13, 13);
    border-bottom: 50svh solid transparent;
  }
}
@media screen and (min-width: 768px) {
  .section-1 .triangle-black-left-top {
    display: block;
  }
}
.section-1 .triangle-black-left-top h1 {
  position: absolute;
  top: 0px;
  font-size: 46;
  font-weight: bold;
  color: #fff9f4;
  z-index: 1;
}
.section-1 .triangle-black-left-top p {
  position: absolute;
  top: 50px;
  color: #fff9f4;
  z-index: 1;
}
.section-1 .triangle-black-left-bottom {
  width: 0;
  height: 0;
  border-top: 0svh solid transparent;
  border-right: 50vw solid transparent;
  border-bottom: 50vh solid rgb(13, 13, 13);
  z-index: 0;
  position: absolute;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  .section-1 .triangle-black-left-bottom {
    border-top: 0svh solid transparent;
    border-right: 80vw solid transparent;
    border-bottom: 50svh solid rgb(13, 13, 13);
  }
}
@media screen and (min-width: 768px) {
  .section-1 .triangle-black-left-bottom {
    display: block;
  }
}
.section-1 .triangle-black-right {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50svh solid transparent;
  border-right: 50vw solid rgb(13, 13, 13);
  border-bottom: 50vh solid transparent;
  z-index: 0;
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  .section-1 .triangle-black-right {
    border-top: 50svh solid transparent;
    border-right: 80vw solid rgb(13, 13, 13);
    border-left: 0px solid transparent;
    border-bottom: 50svh solid transparent;
  }
}
@media screen and (min-width: 768px) {
  .section-1 .triangle-black-right {
    display: block;
  }
}
.section-1 .triangle-black-right h1 {
  font-size: 46;
  font-weight: bold;
  color: #fff9f4;
  z-index: 1;
}
.section-1 .triangle-black-right p {
  color: #fff9f4;
  z-index: 1;
}
.section-1 .title {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 60vw;
}
@media screen and (max-width: 768px) {
  .section-1 .title {
    width: 60vw;
    left: 10px;
  }
}
.section-1 .title h1 {
  position: relative;
  font-size: 45px;
  font-weight: bold;
  color: #fff9f4;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-1 .title h1 {
    font-size: 30px;
  }
}
.section-1 .title p {
  position: relative;
  color: #fff9f4;
  z-index: 1;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .section-1 .title p {
    font-size: 15px;
  }
}
.section-1 .step1 {
  position: absolute;
  top: 50%;
  letter-spacing: 1.5px;
  right: 20px;
  height: 100vh;
  transform: translate(0, -50%);
  width: 30vw;
  z-index: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .section-1 .step1 {
    width: 50vw;
    padding-right: 0px;
    letter-spacing: 1px;
  }
}
.section-1 .step1 h1 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: normal;
  color: #fff9f4;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-1 .step1 h1 {
    font-size: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.section-1 .step1 h2 {
  font-size: 25px;
  font-weight: normal;
  color: #fff9f4;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-1 .step1 h2 {
    font-size: 20px;
  }
}
.section-1 .threeDicon {
  position: absolute;
  top: 42svh;
  left: 30svw;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 768px) {
  .section-1 .threeDicon {
    left: 10svw;
  }
}

.cta-scroll {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  align-items: end;
  justify-content: end;
}

.circle-number {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-color: #fff9f4;
  border-style: solid;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0px 10px 0px 10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .circle-number {
    width: 50px;
    height: 50px;
  }
}
.circle-number p {
  font-size: 35px;
  font-weight: bold;
  color: white;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .circle-number p {
    font-size: 25px;
  }
}

.section-2 {
  height: 100svh;
  width: 100svw;
  background-color: #fff9f4;
  color: #fff9f4;
  position: relative;
  letter-spacing: 1.5px;
}
.section-2 .triangle-black-left-top {
  width: 0;
  height: 0;
  border-top: 0svh solid transparent;
  border-left: 50vw solid rgb(13, 13, 13);
  border-right: 0vw solid transparent;
  border-bottom: 50vh solid transparent;
  z-index: 0;
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 768px) {
  .section-2 .triangle-black-left-top {
    border-top: 0svh solid transparent;
    border-left: 80vw solid rgb(13, 13, 13);
    border-bottom: 50svh solid transparent;
  }
}
@media screen and (min-width: 768px) {
  .section-2 .triangle-black-left-top {
    display: block;
  }
}
.section-2 .triangle-black-left-top h1 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: normal;
  color: #fff9f4;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-2 .triangle-black-left-top h1 {
    font-size: 30px;
  }
}
.section-2 .triangle-black-left-top p {
  position: absolute;
  top: 50px;
  color: #fff9f4;
  z-index: 1;
}
.section-2 .triangle-black-left-bottom {
  width: 0;
  height: 0;
  border-top: 0svh solid transparent;
  border-right: 50vw solid transparent;
  border-bottom: 50vh solid rgb(13, 13, 13);
  z-index: 0;
  position: absolute;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  .section-2 .triangle-black-left-bottom {
    border-top: 0svh solid transparent;
    border-right: 80vw solid transparent;
    border-bottom: 50svh solid rgb(13, 13, 13);
  }
}
@media screen and (min-width: 768px) {
  .section-2 .triangle-black-left-bottom {
    display: block;
  }
}
.section-2 .triangle-black-right {
  width: 0;
  height: 0;
  border-top: 50svh solid transparent;
  border-right: 50vw solid rgb(13, 13, 13);
  border-bottom: 50vh solid transparent;
  z-index: 0;
  top: 0px;
  position: absolute;
  right: 0px;
}
@media screen and (max-width: 768px) {
  .section-2 .triangle-black-right {
    border-right: 80vw solid rgb(13, 13, 13);
    border-left: 0px solid transparent;
    border-bottom: 50svh solid transparent;
  }
}
@media screen and (min-width: 768px) {
  .section-2 .triangle-black-right {
    display: block;
  }
}
.section-2 .triangle-black-right h1 {
  font-size: 45px;
  font-weight: bold;
  color: #fff9f4;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .section-2 .triangle-black-right h1 {
    font-size: 46px;
  }
}
.section-2 .triangle-black-right h2 {
  color: #fff9f4;
  z-index: 1;
}
.section-2 .step2 {
  position: absolute;
  left: 20px;
  top: 0%;
  height: 100svh;
  transform: translate(0, -50%);
  width: 30vw;
  z-index: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .section-2 .step2 {
    width: 50vw;
    padding-left: 0px;
    letter-spacing: 1px;
  }
}
.section-2 .step2 h1 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: normal;
  color: #fff9f4;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-2 .step2 h1 {
    font-size: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.section-2 .step2 h2 {
  font-size: 25px;
  font-weight: normal;
  color: #fff9f4;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-2 .step2 h2 {
    font-size: 20px;
  }
}
.section-2 .threeDiconDesign {
  position: absolute;
  top: -10svh;
  right: 30svw;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 768px) {
  .section-2 .threeDiconDesign {
    right: 10svw;
  }
}
.section-2 .step3 {
  position: absolute;
  right: 20px;
  top: 50%;
  height: 100svh;
  transform: translate(0, -50%);
  width: 30vw;
  z-index: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 768px) {
  .section-2 .step3 {
    width: 50vw;
    padding-right: 0px;
    letter-spacing: 1px;
  }
}
.section-2 .step3 h1 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: normal;
  color: #fff9f4;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-2 .step3 h1 {
    font-size: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.section-2 .step3 h2 {
  font-size: 25px;
  font-weight: normal;
  color: #fff9f4;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-2 .step3 h2 {
    font-size: 20px;
  }
}
.section-2 .threeDiconValidate {
  position: absolute;
  top: 42svh;
  left: 30svw;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 768px) {
  .section-2 .threeDiconValidate {
    left: 10svw;
  }
}

.section-3 {
  height: 100svh;
  width: 100svw;
  background-color: #fff9f4;
  color: #fff9f4;
  position: relative;
  letter-spacing: 1.5px;
}
.section-3 .triangle-black-left-top {
  width: 0;
  height: 0;
  border-top: 0svh solid transparent;
  border-left: 50vw solid rgb(13, 13, 13);
  border-bottom: 50vh solid transparent;
  z-index: 0;
  position: relative;
  top: 0px;
}
@media screen and (max-width: 768px) {
  .section-3 .triangle-black-left-top {
    border-top: 0svh solid transparent;
    border-left: 80vw solid rgb(13, 13, 13);
    border-bottom: 50svh solid transparent;
  }
}
@media screen and (min-width: 768px) {
  .section-3 .triangle-black-left-top {
    display: block;
  }
}
.section-3 .triangle-black-left-top h1 {
  position: absolute;
  top: 0px;
  font-size: 45px;
  font-weight: bold;
  color: #fff9f4;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-3 .triangle-black-left-top h1 {
    font-size: 30px;
  }
}
.section-3 .triangle-black-left-top p {
  position: absolute;
  top: 50px;
  color: #fff9f4;
  z-index: 1;
}
.section-3 .triangle-black-left-bottom {
  width: 0;
  height: 0;
  border-top: 0svh solid transparent;
  border-right: 50vw solid transparent;
  border-bottom: 50vh solid rgb(13, 13, 13);
  z-index: 0;
  position: absolute;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  .section-3 .triangle-black-left-bottom {
    border-top: 0svh solid transparent;
    border-right: 80vw solid transparent;
    border-bottom: 50svh solid rgb(13, 13, 13);
  }
}
@media screen and (min-width: 768px) {
  .section-3 .triangle-black-left-bottom {
    display: block;
  }
}
.section-3 .triangle-black-right {
  width: 0;
  height: 0;
  border-top: 50svh solid transparent;
  border-right: 50vw solid rgb(13, 13, 13);
  border-bottom: 50vh solid transparent;
  z-index: 0;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  .section-3 .triangle-black-right {
    border-top: 50svh solid transparent;
    border-right: 80vw solid rgb(13, 13, 13);
    border-left: 0px solid transparent;
    border-bottom: 50svh solid transparent;
  }
}
@media screen and (min-width: 768px) {
  .section-3 .triangle-black-right {
    display: block;
  }
}
.section-3 .step4 {
  position: absolute;
  left: 20px;
  top: 0%;
  height: 100svh;
  transform: translate(0, -50%);
  width: 30vw;
  z-index: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .section-3 .step4 {
    width: 50vw;
    padding-left: 0px;
    letter-spacing: 1px;
  }
}
.section-3 .step4 h1 {
  font-size: 40px;
  font-weight: normal;
  color: #fff9f4;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .section-3 .step4 h1 {
    font-size: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.section-3 .step4 h2 {
  font-size: 25px;
  font-weight: normal;
  color: #fff9f4;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-3 .step4 h2 {
    font-size: 20px;
  }
}
.section-3 .step5 {
  position: absolute;
  right: 20px;
  top: 50%;
  height: 100svh;
  transform: translate(0, -50%);
  width: 30vw;
  z-index: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .section-3 .step5 {
    width: 50vw;
    padding-right: 0px;
    letter-spacing: 1px;
  }
}
.section-3 .step5 h1 {
  font-size: 45px;
  font-weight: normal;
  color: #fff9f4;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .section-3 .step5 h1 {
    font-size: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.section-3 .step5 h2 {
  font-size: 25px;
  font-weight: normal;
  color: #fff9f4;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-3 .step5 h2 {
    font-size: 20px;
  }
}
.section-3 .threeDiconMvp {
  position: absolute;
  top: -8svh;
  right: 30svw;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 768px) {
  .section-3 .threeDiconMvp {
    right: 10svw;
  }
}
.section-3 .threeDiconDev {
  position: absolute;
  top: 42svh;
  left: 30svw;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 768px) {
  .section-3 .threeDiconDev {
    left: 10svw;
  }
}

.section-4 {
  height: 50svh;
  width: 100svw;
  background-color: #fff9f4;
  color: #fff9f4;
  position: relative;
}
.section-4 .triangle-black-left-top {
  width: 0;
  height: 0;
  border-top: 0svh solid transparent;
  border-left: 50vw solid rgb(13, 13, 13);
  border-bottom: 50vh solid transparent;
  z-index: 0;
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 768px) {
  .section-4 .triangle-black-left-top {
    border-top: 0svh solid transparent;
    border-left: 80vw solid rgb(13, 13, 13);
    border-bottom: 50svh solid transparent;
  }
}
@media screen and (min-width: 768px) {
  .section-4 .triangle-black-left-top {
    display: block;
  }
}
.section-4 .triangle-black-left-top h1 {
  position: absolute;
  top: 0px;
  font-size: 46;
  font-weight: bold;
  color: #fff9f4;
  z-index: 1;
}
.section-4 .triangle-black-left-top p {
  position: absolute;
  top: 50px;
  color: #fff9f4;
  z-index: 1;
}
.section-4 .triangle-black-left-bottom {
  width: 0;
  height: 0;
  border-top: 0svh solid transparent;
  border-right: 50vw solid transparent;
  border-bottom: 50vh solid rgb(13, 13, 13);
  z-index: 0;
  position: absolute;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  .section-4 .triangle-black-left-bottom {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .section-4 .triangle-black-left-bottom {
    display: block;
  }
}
.section-4 .triangle-black-right {
  width: 0;
  height: 0;
  border-top: 50svh solid transparent;
  border-right: 50vw solid rgb(13, 13, 13);
  border-bottom: 0vh solid transparent;
  z-index: 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  .section-4 .triangle-black-right {
    border-top: 50svh solid transparent;
    border-right: 80vw solid rgb(13, 13, 13);
    border-left: 0px solid transparent;
    border-bottom: 0vh solid transparent;
  }
}
@media screen and (min-width: 768px) {
  .section-4 .triangle-black-right {
    display: block;
  }
}
.section-4 .step6 {
  position: absolute;
  left: 20px;
  top: 0%;
  height: 100svh;
  transform: translate(0, -50%);
  width: 30%;
  z-index: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 768px) {
  .section-4 .step6 {
    width: 50vw;
    padding-left: 0px;
    letter-spacing: 1px;
  }
}
.section-4 .step6 h1 {
  font-size: 45px;
  font-weight: normal;
  color: #fff9f4;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .section-4 .step6 h1 {
    font-size: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.section-4 .step6 h2 {
  font-size: 25px;
  font-weight: normal;
  color: #fff9f4;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-4 .step6 h2 {
    font-size: 20px;
  }
}
.section-4 .threeDiconMaintain {
  position: absolute;
  top: -8svh;
  right: 30svw;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 768px) {
  .section-4 .threeDiconMaintain {
    right: 10svw;
  }
}
.section-4 .finish-line {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 5px;
  width: 50.4vw;
  display: flex;
  background: linear-gradient(45deg, #000000, #ff0000, #ffc900);
  z-index: 1;
  transform: skew(-45deg);
}
@media screen and (max-width: 768px) {
  .section-4 .finish-line {
    width: 20.5svw;
  }
}
.section-4 .finish-text {
  position: absolute;
  bottom: -50px;
  right: 25vw;
}
@media screen and (max-width: 768px) {
  .section-4 .finish-text {
    right: 30vw;
  }
}
.section-4 .finish-text h1 {
  font-size: 35px;
  font-weight: semi-bold;
  color: #fff9f4;
  z-index: 1;
}

.section-5 {
  background-color: rgb(13, 13, 13);
  height: 100%;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .section-5 .first {
    order: 1;
  }
  .section-5 .second {
    order: 2;
  }
}
.section-5 .leftText-rightImg {
  padding-top: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .section-5 .leftText-rightImg {
    text-align: center;
  }
}
.section-5 .appIconImg {
  width: 100%;
}
.section-5 .rightImg-leftText {
  padding-top: 50px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-5 .rightImg-leftText {
    text-align: center;
  }
}
.section-5 .appIconCol {
  text-align: center;
}

.section-6 {
  background-color: #fff9f4;
  height: 100%;
  width: 100%;
  padding-bottom: 100px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-6 .first {
    order: 1;
  }
  .section-6 .second {
    order: 2;
  }
}
.section-6 .triangle-black-top {
  width: 0;
  height: 0;
  border-top: 30vh solid rgb(13, 13, 13);
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-bottom: 20vh solid transparent;
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.section-6 .title {
  position: relative;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 95vw;
}
@media screen and (max-width: 768px) {
  .section-6 .title {
    padding-top: 0px;
    padding-bottom: 100px;
  }
}
.section-6 .title h1 {
  font-size: 40px;
  font-weight: bold;
  color: #fff9f4;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-6 .title h1 {
    font-size: 30px;
  }
}
.section-6 h3 {
  font-size: 35;
  color: rgb(13, 13, 13);
}
@media screen and (max-width: 768px) {
  .section-6 h3 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.section-6 p {
  color: rgb(13, 13, 13);
}
@media screen and (max-width: 768px) {
  .section-6 p {
    text-align: center;
  }
}

.end-section {
  background-color: rgb(13, 13, 13);
  height: 100%;
  width: 100%;
  padding-bottom: 100px;
  z-index: 0;
  position: relative;
}
.end-section .triangle-white-top {
  width: 0;
  height: 0;
  border-top: 30vh solid #fff9f4;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-bottom: 0vh solid transparent;
  z-index: 0;
  position: absolute;
  top: 0px;
}
.end-section .title {
  position: relative;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.end-section .title h1 {
  font-size: 40px;
  font-weight: bold;
  color: #fff9f4;
  z-index: 1;
}
.end-section h3 {
  font-size: 35;
  color: rgb(13, 13, 13);
}
.end-section p {
  color: rgb(13, 13, 13);
}
.end-section .whiteBorderContainer {
  height: 100px;
  width: 200px;
  border-width: 3px;
  border-color: #fff9f4;
  border-radius: 10px;
  border: solid;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0px;
}
.end-section .start {
  justify-content: start;
  align-items: start;
  display: flex;
}
@media screen and (max-width: 768px) {
  .end-section .start {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }
}
.end-section .middle {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .end-section .middle {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }
}
.end-section .end {
  display: flex;
  text-align: end;
  justify-content: end;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .end-section .end {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }
}

footer {
  justify-content: end;
}
@media screen and (max-width: 768px) {
  footer {
    text-align: center;
    align-items: start;
    justify-content: start;
  }
}
footer .logo {
  display: flex;
  justify-content: start;
  align-items: start;
  text-align: start;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .logo {
    text-align: center;
    padding-bottom: 20px;
  }
}
footer .footer-nav-item {
  color: #cfcfcf;
  text-align: center;
  justify-content: end;
  display: flex;
  flex-direction: column;
}
footer .footer-nav-item a {
  text-decoration-line: none;
}

.copyrightEnd {
  padding: 0px, 0px, 0px, 0px;
}

.form-label {
  color: #fff9f4;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.form-control {
  background-color: #fff9f4;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.2px;
  border-radius: 20px;
  border: none;
  width: 100%;
  height: 50px;
}

#messageFormControlTextarea {
  height: 200px;
}

.btn {
  text-align: center;
  justify-content: center;
  background-color: #fff9f4;
  border-radius: 30px;
  border-color: #fff9f4;
  border-width: 2px;
}

nav {
  color: #cfcfcf;
}
nav .nav-item {
  color: #cfcfcf;
}
nav .nav-link {
  color: #cfcfcf;
}
nav .nav-link:active {
  color: #fff9f4;
}
nav .nav-link:hover {
  color: #fff9f4;
}

a {
  color: #cfcfcf;
}
a .nav-link {
  color: #cfcfcf;
}

a:active {
  color: #fff9f4;
}

a:hover {
  color: #fff9f4;
}

/* body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
} *//*# sourceMappingURL=style.css.map */