/* main {
  padding: 0px 5rem;
} */

.primary-theme {
  color: #de6834;
}

.button-filled {
  display: inline-block;
  padding: 0.8em 2.4em;
  font-size: calc(24px / var(--base-font));
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background-color: #de6834;
  border: none;
  border-radius: 0.25rem;
}
.button-filled:hover {
  color: #fff;
  text-decoration: none;
}
.button-filled.white {
  color: #de6834;
  background-color: #fff;
}

main {
  margin: auto;
  max-width: 1920px;
}

/* main section {
  padding: 3rem 6rem;
} */

main section h2 {
  font-size: calc(46px / var(--base-font));
  font-weight: 900;
  color: #000;
}
main section h3 {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
}
main section h4 {
  font-size: 1.45rem;
  font-weight: 600;
}
main section h5 {
  font-size: 1.35rem;
  font-weight: 500;
}

main section.first {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  overflow: hidden;
  padding: unset;
}
main section.first .grid-view .top-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 120px; 
  margin-left: 6rem;
}

main section.first h1 {
    font-size: calc(50px / var(--base-font));
    font-family: "Avenir";
    font-weight: 900;
    line-height: 1.25em;
    color: #000;
}
main section.first p {
  font-size: calc(27px / var(--base-font));
  font-weight: 500;
  line-height: 1.65em;
}
main section.first .bg-shape {
  position: absolute;
  width: 50vw;
  height: 60vh;
  transform: rotate(45deg);
  background: #E2E2E2 0% 0% no-repeat padding-box;
  opacity: 0.35;
  z-index: -1;
}
main section.first .bg-shape.shape-1 {
  bottom: 10vh;
  left: -30vw;
}
main section.first .bg-shape.shape-2 {
  top: 10vh;
  right: -30vw;
}
main section.first .grid-view {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
main section.first .grid-view img {
  grid-row: span 2;
}
main section.first .grid-view .bottom-text {
  grid-column: span 2;
}

main section.how-it-started,
main section.what-do-we-do {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: linear-gradient(180deg, #f8f9fa 0%, #FFFFFF 100%);
}
main section.how-it-started .row {
  align-items: center;
  margin: 2rem 0px;
}
main section.how-it-started .row.seperator {
  margin: 2rem 0px;
  height: 4rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/images/arrow-curved-right.svg");
}
main section.how-it-started .row.seperator.left {
  background-image: url("/images/arrow-curved-left.svg");
}
main section.how-it-started .row .col {
  font-size: 1.25rem;
  line-height: 2.25rem;
  color: #333;
}
main section.how-it-started .row .col h5 {
  margin-bottom: 1rem;
}
main section.how-it-started .row .col p {
  width: 100%;
}
main section.how-it-started .row .col ul {
  padding: 0.5rem 0px;
  list-style-type: square;
  list-style-position: inside;
}
main section.how-it-started .row .col ul li::marker {
  color: #de6834;
}
main section.how-it-started .row .col img, 
main section.first .grid-view img {
  display: block;
  margin-left: auto;
  max-width: 100%;
  max-height: 480px;
}
main section.first .grid-view img {
  max-height: 96vh;
  border-radius: 40px;
  margin-right: -2.5rem;
}
main section.how-it-started .row:nth-child(4n - 3) .col img {
  margin: unset;
}

main section.what-do-we-do .container .row .col {
  padding: 1.5rem 3rem;
  font-size: 1.25rem;
  line-height: 1.75em;
}
main section.what-do-we-do .container .row .col h4 {
  position: relative;
  margin-bottom: 1rem;
}
main section.what-do-we-do .container .row .col h4::before {
  content: "";
  position: absolute;
  top: calc(50% - 1rem);
  left: -3rem;
  width: 2rem;
  height: 2rem;
  background-image: url("/images/yellow-tick.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

main section.for-whom {
  padding: 5rem 8rem;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #fff;
  background-color: #de6834;
}
main section.for-whom h2 {
  color: inherit;
}
main section.for-whom ul {
  list-style: square;
  padding-inline-start: 0px;
}
main section.for-whom ul li:not(:first-of-type) {
  /* margin-top: 1rem; */
}
main section.for-whom img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 420px;
  border-radius: 20px;
}

.know-more-button {
  display: block;
  width: fit-content;
}

@media screen and (max-width: 480px) {
  .know-more-button {
    margin: auto;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .know-more-button {
    margin: auto;
  }
  main section.first .grid-view .top-text {
    padding-top: 60px;
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  main section.first .grid-view {
    grid-template-columns: 1fr;
  }
  main section.first .grid-view .top-text {
    padding-top: 60px;
    margin-left: 6rem;
    margin-right: 6rem;
  }
  main section.first .grid-view img {
    display: none;
  }
  main section.first .grid-view {
    padding: 4rem 1.5rem;
  }
}
@media screen and (max-width: 1600px) {
  main section.how-it-started .row .col img,
  main section.first .grid-view img {
    max-height: 380px;
  }

  main section.first .grid-view img {
    max-height: 96vh;
    border-radius: 40px;
  }
}

@media screen and (max-width: 1200px) {
  main section.how-it-started .row .col img,
  main section.first .grid-view img {
    max-height: 360px;
  }
  main section.first .grid-view img {
    max-height: 96vh;
    border-radius: 40px;
    margin-right: -0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .button-filled {
    --base-font: 1.75;
    margin-top: 1rem;
  }
  /* main section {
    padding: 4rem 1.5rem;
  } */
  main section.first {
    margin-top: 50px;
    min-height: unset;
  }
  main section.first .grid-view {
    padding: 4rem 1.5rem;
  }
  main section.first .grid-view .top-text {
    padding-top: 0px; 
    margin-left: unset;
    margin-right: unset;
  }
  main section.first h1 {
    font-size: 1.8rem;
  }
  main section h2 {
    font-size: 1.65rem;
    color: #000;
  }
  main section h3 {
    font-size: 1.4rem;
    color: #333;
    font-weight: 700;
  }
  main section h4 {
    font-size: 1.25rem;
    font-weight: 600;
  }
  main section h5 {
    font-size: 1.15rem;
    font-weight: 500;
  }
  main section.first p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2em;
  }
  main section.first .bg-shape.shape-1 {
    bottom: -15%;
    left: -50%;
  }
  main section.first .bg-shape.shape-2 {
    top: -15%;
    right: -50%;
  }
  main section .text-center {
    text-align: left !important;
  }
  main section .row {
    flex-direction: column;
  }
  main section .col {
    padding-left: 0px;
    padding-right: 0px;
  }
  main section.how-it-started,
  main section.what-do-we-do {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  main section.how-it-started .row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  main section.how-it-started .row:nth-child(4n - 2) {
    flex-direction: column-reverse;
  }
  main section.how-it-started .row.seperator {
    margin: 1rem 0px;
    height: 0px;
    background-image: unset;
  }
  main section.how-it-started .row .col,
  main section.what-do-we-do .container .row .col {
    font-size: 1rem;
    line-height: 1.5em;
  }
  main section.how-it-started .row .col h5,
  main section.what-do-we-do .container .row .col h4 {
    margin-bottom: 0.5rem;
  }
  main section.how-it-started .row img,
  main section.how-it-started .row:nth-child(4n - 3) .col img {
    margin-top: 1rem;
  }
  main section.first br,
  main section.what-do-we-do br,
  main section.for-whom br {
    display: none;
  }
  main section.what-do-we-do .container .row {
    padding: 0.5rem 0px;
  }
  main section.what-do-we-do .container .row .col {
    padding: 0.5rem 0px;
  }
  main section.what-do-we-do .container .row .col h4::before {
    content: unset;
  }
  main section.for-whom {
    padding: 2rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5em;
  }
  main section.for-whom .row {
    flex-direction: column-reverse;
    margin: 0px;
  }
  main section.for-whom .row .col ul {
    padding-left: 1.5rem;
  }
  main section.for-whom .row .col img {
    margin: 1rem 0px;
  }
  main section.for-whom .row .col img,
  main section.how-it-started .row img {
    border-radius: 0.5rem;
  }
  main section.for-whom .button-filled {
    width: 100%;
    text-align: center;
  }
  main section.first .grid-view {
    grid-template-columns: 1fr;
  }
  main section.first .grid-view img {
    grid-row: span 1;
  }
  main section.first .grid-view .bottom-text {
    grid-column: span 1;
  }
  .secondary-theme {
    font-size: 1.55rem;
    font-weight: 600;
    color: #000000 !important;
  }
  main section.first .grid-view p {
    font-size: 1.25rem;
    color: #333333;
    margin-top: 1rem;
  }
  main section.first .grid-view .bottom-text p span {
    margin-bottom: 1rem;
    display: block;
  }
}

.how-it-started .we-offer-container .col{
  padding-left: 0px !important;
}

.how-it-started .we-offer {
  display: flex;
  gap: 1rem;
  width: 90%;
}

.how-it-started .we-offer:first-child {
  margin-top: 2rem;
}
.how-it-started .we-offer .we-offer-text {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.9rem;
}
.how-it-started .we-offer p span {
  font-size: 1.5rem;
  font-weight: 600;
}
.how-it-started .we-offer img {
  margin-top: 0 !important;
  width: 49px;
  height: 56px;
}
.how-it-started .we-offer .we-offer-seprator {
  width: 90%;
  border: 2px dashed #FFEFE6;
  margin: 1rem 0;
}

.cqst-talent p{
  font-size: 1.25rem !important;
  line-height: 2.25rem !important;
}

.cqst-talent h5 {
  font-size: calc(28px / var(--base-font));
}
@media screen and (min-width: 426px) {
  .not-for-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 426px) {
  .not-for-mobile {
    display: none !important;
  }
  /* main section {
    padding: 2rem 1.5rem;
  } */
  main section h3 {
    font-size: 1.1rem;
  }
  main section.first .bg-shape.shape-2 {
    top: -15%;
    right: -55%;
  }
  main section.first .bg-shape.shape-1 {
    bottom: 35%;
    left: -55%;
  }
  main section.how-it-started,
  section.what-do-we-do {
    padding: 2rem 1.5rem !important;
  }
  /* main section.first {
    padding-top: 70px;
  } */
  main section.first h1 {
    font-size: 2.5rem;
  }
  main section.first p {
    font-size: 1.25rem;
    line-height: 1.75rem !important;
  }
  main section h4 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  main section.first .grid-view p {
    display: inline;
    font-size: 1.25rem;
    color: #333333;
  }
  main section.first .grid-view .top-text {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    display: block;
    margin-left: unset;
  }
  main section.first .grid-view {
    padding: 2rem 1.5rem;
  }
  main section.first .grid-view img {
    width: 100vw;
  }
  
  main section.first .grid-view .bottom-text {
    margin-top: 1.75rem;
    display: block;
    position: relative;
  }
  main section.first .grid-view .bottom-text img {
    position: absolute;
    top:0;
    right: -2.5rem;
  }
  .button-filled {
    --base-font: 2;
    margin-top: 1.5rem;
  }
  main section.how-it-started .row .col p {
    font-size: 1.25rem;
    line-height: 1.8rem;
    color: #333333;
  }
  main section.how-it-started .row .solution-bottom-text {
    margin-top: 1.5rem;
  }
  main section.how-it-started .row .solution-top-text {
    margin-bottom: 1.5rem;
  }
  .how-it-started-header {
    display: flex;
    gap: 0.75rem;
    align-items: center;
  }
  .how-it-started-header h2 {
    font-size: 1.31rem;
    font-weight: 500;
  }
  .how-it-started-header .line {
    height: 0.325rem;
    width: 3.188rem;
    margin-top: -0.475rem;
    background-color: #de6834;
  }
  .line-seprator {
    margin-bottom: 1.2rem;
  }
  .the-challenge .image-area {
    position: relative;
    float: right;
    right: -1.5rem;
    width: 130px;
    height: 360px;
    shape-outside: url("/images/Group381.png");
    overflow: hidden;
  }
  .the-challenge .image-area img.image {
    margin-top: unset;
    max-width: unset !important;
    height: 100%;
  }
  .dashed-line {
    margin-left: 1.5rem;
    width: 2px;
    height: 8px;
    margin-bottom: 6px;
    background-color: #de6834;
  }
  .how-it-started .we-offer {
    display: flex;
    gap: 1rem;
    width: 100%;
  }
  .how-it-started .we-offer:first-child {
    margin-top: 2rem;
  }
  .how-it-started .we-offer .we-offer-text {
    margin-top: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.9rem;
  }
  .how-it-started .we-offer p span {
    font-weight: 600;
  }
  .how-it-started .we-offer img {
    margin-top: 0 !important;
    width: 49px;
    height: 56px;
  }
  .how-it-started .we-offer .we-offer-seprator {
    width: 100%;
    border: 2px dashed #FFE3E2;
    margin: 1.5rem 0;
  }
  main section.how-it-started .row img {
    border-radius: unset;
  }
}