@font-face {
  font-family: Readexpro Variablefont Hexp Wght;
  src: url('../images/') format("truetype");
  font-weight: 160 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --colors--background-clr: #fffdf7;
  --sizes--side-margins: 60px;
  --colors--dark-primary: #2d2d34;
  --sizes--max-width: 1440px;
  --border-radiuses--rounded: 1rem;
  --border-radiuses--circular: 250px;
  --fonts--secondary: "Readexpro Variablefont Hexp Wght", Impact, sans-serif;
  --colors--yellow-primary: #f6d672;
  --fonts--primary: Neuemontreal, Arial, sans-serif;
  --colors--dark-secondary: #0f1c2e;
  --colors--black: black;
  --colors--white: white;
  --colors--yellow-secondary: #706549;
  --colors--transparent: transparent;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body-wrapper {
  background-color: var(--colors--background-clr);
  width: 100vw;
  min-height: 100vh;
  position: relative;
}

.section {
  padding: 80px var(--sizes--side-margins);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.section-header {
  padding-top: 180px;
}

.section.section-perks, .section.section-reviews {
  background-color: var(--colors--dark-primary);
}

.section.section-faqs {
  padding-bottom: 200px;
}

.section.section-footer {
  background-color: var(--colors--dark-primary);
  padding-bottom: 12px;
}

.container {
  z-index: 3;
  max-width: var(--sizes--max-width);
  flex-flow: column;
  width: 100%;
  position: relative;
}

.container.container-header {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.temp {
  border-radius: var(--border-radiuses--rounded);
  background-color: #c3c3c3;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.container.container-perks {
  grid-column-gap: 170px;
  grid-row-gap: 170px;
  display: flex;
}

.container.container-work {
  grid-column-gap: 220px;
  grid-row-gap: 220px;
  display: flex;
}

.container.container-reviews {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  display: flex;
}

.container.container-footer {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.navbar-container {
  margin-left: auto;
  margin-right: auto;
}

.header-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.header-written-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-trust-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.header-btn-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header-text-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.header-heading-img-wrapper {
  width: 27px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%, -20%);
}

.header-heading-img-wrapper.mob-hidden {
  transition: all .2s;
}

.header-heading-img-wrapper.mob-hidden:hover {
  transform: rotate(-10deg)translate(-100%, -20%);
}

.header-heading-img-wrapper.mob-visible {
  display: none;
}

.header-trust-design-img-div {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.header-trust-design-img {
  width: 122px;
  transition: all .2s;
}

.header-trust-design-img:hover {
  transform: skew(10deg);
}

.header-trust-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--border-radiuses--rounded);
  background-color: var(--colors--dark-primary);
  cursor: default;
  justify-content: space-between;
  align-items: stretch;
  width: 250px;
  padding: 30px 15px;
  display: flex;
  position: relative;
}

.company-name-heading {
  font-family: var(--fonts--secondary);
  color: var(--colors--yellow-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
}

.main-heading {
  font-family: var(--fonts--primary);
  color: var(--colors--dark-secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 57px;
  line-height: 63px;
}

.main-paragraph {
  font-family: var(--fonts--primary);
  color: var(--colors--black);
  font-size: 18px;
  line-height: 24px;
}

.header-trust-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-trust-img-div {
  position: absolute;
  inset: 20px 15px auto auto;
}

.header-trust-img {
  transition: all .2s;
}

.header-trust-img:hover {
  transform: rotate(45deg);
}

.header-trust-text {
  font-family: var(--fonts--primary);
  color: var(--colors--white);
  font-size: 17px;
}

.header-trust-text.medium {
  font-weight: 500;
}

.header-trust-people-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-trust-people-img {
  width: 100px;
}

.header-copy-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 680px;
  display: flex;
  position: relative;
}

.header-btn-text-div {
  background-color: var(--colors--yellow-primary);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 230px;
  padding: 20px;
  display: flex;
}

.header-btn-arrow-div {
  background-color: var(--colors--yellow-primary);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.header-btn-arrow-img {
  color: var(--colors--dark-secondary);
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.header-btn-text {
  font-family: var(--fonts--primary);
  color: var(--colors--dark-secondary);
  font-size: 20px;
}

.header-progress-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-progress-image {
  max-width: 110%;
}

.clients-logos-wrapper {
  width: 100%;
}

.navbar-main {
  z-index: 1000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: fixed;
  inset: 1rem 0% auto;
}

.carousel-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-radius: var(--border-radiuses--rounded);
  outline-color: var(--colors--yellow-secondary);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.carousel-container {
  justify-content: space-around;
  align-items: stretch;
  min-width: 100%;
  display: flex;
}

.carousel-container._2 {
  margin-left: -.1%;
}

.carousel-img {
  object-fit: cover;
  height: 50px;
  margin-right: 60px;
}

.carousel-img.no-margin {
  margin-right: 0;
}

.perks-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.perk-box-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: var(--border-radiuses--rounded);
  background-color: var(--colors--yellow-primary);
  cursor: default;
  flex-flow: column;
  width: 48%;
  padding: 40px;
  display: flex;
}

.perk-box-content-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.per-box-perk-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.perk-box-svg-img {
  width: 30px;
  margin-top: 5px;
  transition: all .2s;
}

.perk-box-svg-img:hover {
  transform: rotate(45deg);
}

.perk-box-text-div {
  width: 100%;
}

.primary-heading {
  font-family: var(--fonts--primary);
  color: var(--colors--dark-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 50px;
}

.primary-heading.yellow {
  color: var(--colors--yellow-primary);
}

.primary-heading.yellow.align-center {
  text-align: center;
}

.perks-section-heading {
  width: 480px;
  position: relative;
}

.perks-section-heading-svg {
  transition: all .2s;
  position: absolute;
  inset: auto 0% -20px;
  transform: scale(1.1);
}

.perks-section-heading-svg:hover {
  transform: skew(45deg)scale(1.1);
}

.secondary-heading {
  font-family: var(--fonts--primary);
  color: var(--colors--dark-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 37px;
  font-weight: 500;
  line-height: 42px;
}

.primary-paragraph {
  font-family: var(--fonts--primary);
  color: var(--colors--black);
  font-size: 20px;
  line-height: 28px;
}

.perks-contact-btn-div {
  align-self: flex-end;
}

.button-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--border-radiuses--circular);
  background-color: var(--colors--yellow-secondary);
  justify-content: center;
  align-items: center;
  width: 340px;
  padding: 12px 40px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-contact.yellow {
  background-color: var(--colors--yellow-primary);
}

.button-contact.black {
  border: 1px solid var(--colors--transparent);
  background-color: var(--colors--dark-primary);
  font-family: var(--fonts--primary);
  color: var(--colors--yellow-primary);
  height: 65px;
  font-size: 21px;
}

.button-contact.black:hover {
  border: 1px solid var(--colors--dark-primary);
  background-color: var(--colors--transparent);
  color: var(--colors--dark-primary);
}

.button-contact-img {
  border-radius: var(--border-radiuses--circular);
  width: 50px;
}

.button-contact-text {
  font-family: var(--fonts--primary);
  color: var(--colors--dark-primary);
  font-size: 21px;
  line-height: 25px;
}

.button-contact-text.white {
  color: var(--colors--white);
}

.perks-design-element-img {
  transition: all .2s;
  position: absolute;
  inset: -50px -60px auto auto;
}

.perks-design-element-img:hover {
  transform: rotate(10deg);
}

.perks-progress-img-right {
  width: 750px;
  position: absolute;
  inset: auto auto 180px 0%;
}

.perks-progress-img-left {
  width: 750px;
  position: absolute;
  inset: 190px 0% auto auto;
}

.work-section-heading-div {
  width: 510px;
  position: relative;
}

.work-section-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.our-work-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.our-work-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 420px;
  display: flex;
}

.our-work-design-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.our-work-written-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.our-work-img-div {
  border-radius: var(--border-radiuses--rounded);
  background-color: var(--colors--yellow-primary);
  padding: 10px;
}

.our-work-tags-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.our-work-tag-div {
  border-radius: var(--border-radiuses--circular);
  background-color: var(--colors--yellow-primary);
  cursor: default;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  transition: all .2s;
  display: flex;
}

.our-work-tag-div:hover {
  background-color: #f6d672b3;
}

.tag-text {
  font-family: var(--fonts--primary);
  color: var(--colors--dark-secondary);
}

.work-section-arrow-design-img {
  width: 220px;
  transition: all .2s;
  position: absolute;
  inset: auto -100px -180px auto;
}

.work-section-arrow-design-img:hover {
  transform: skew(0deg, -10deg);
}

.work-section-design-element {
  z-index: 10;
  margin-top: 20px;
  margin-right: 80px;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.work-section-design-element:hover {
  transform: skew(-10deg);
}

.reviews-section-heading-div {
  width: 546px;
  position: relative;
}

.reviews-section-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.review-div {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  border-radius: var(--border-radiuses--rounded);
  background-color: var(--colors--background-clr);
  cursor: default;
  flex-flow: column;
  padding: 70px 35px 35px;
  display: flex;
  position: relative;
}

.reviews-section-heading-img {
  transition: all .2s;
  position: absolute;
  inset: auto 0% -30px;
  transform: scale(1.1);
}

.reviews-section-heading-img:hover {
  transform: skew(45deg)scale(1.1);
}

.reviews-div-design-img {
  transition: all .2s;
  position: absolute;
  inset: -26px auto auto -26px;
}

.reviews-div-design-img:hover {
  transform: rotate(-10deg);
}

.reviews-section-logo-design-img {
  transition: all .3s;
  position: absolute;
  inset: 30px 30px auto auto;
}

.reviews-section-logo-design-img:hover {
  transform: rotate(90deg);
}

.section-reviews-design-element-img {
  z-index: 10;
  transition: all .2s;
  position: absolute;
  inset: 50px 20% auto auto;
}

.section-reviews-design-element-img:hover {
  transform: skew(10deg, 10deg);
}

.review-text-div {
  position: relative;
}

.review-author-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-author-img {
  width: 45px;
}

.review-author-details-div {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.review-author-name {
  font-family: var(--fonts--primary);
  color: var(--colors--dark-primary);
  font-size: 16px;
}

.review-author-description {
  font-family: var(--fonts--primary);
  color: #2d2d3499;
  font-size: 15px;
}

.review-div-start-design-img {
  width: 40px;
  transition: all .2s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.review-div-start-design-img:hover {
  transform: rotate(45deg);
}

.review-div-bottom-design-img {
  width: 220px;
  transition: all .2s;
  position: absolute;
  inset: auto 20px 35px auto;
}

.review-div-bottom-design-img:hover {
  transform: skew(20deg);
}

.review-quote-img {
  width: 42px;
  transition: all .2s;
  position: absolute;
  inset: -48px auto auto -20px;
}

.review-quote-img:hover {
  transform: rotate(10deg);
}

.faqs-content-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  display: flex;
}

.faqs-heading-div {
  position: relative;
}

.faqs-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-answer {
  font-family: var(--fonts--primary);
  color: #0009;
  padding-top: 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.faq {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--colors--yellow-primary);
  cursor: pointer;
  border-radius: 11px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
}

.faq-text {
  font-family: var(--fonts--primary);
  color: var(--colors--black);
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.faq-question-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_answer {
  padding-right: 40px;
}

.faqs-progress-right-img {
  position: absolute;
  inset: 160px 0% auto auto;
}

.faqs-progress-left-img {
  position: absolute;
  inset: auto auto 80px 0%;
}

.faqs-heading-design-img {
  transition: all .2s;
  position: absolute;
  inset: -30px auto auto -30px;
}

.faqs-heading-design-img:hover {
  transform: rotate(45deg);
}

.footer-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.copyright-text {
  font-family: var(--fonts--primary);
  color: var(--colors--white);
  align-self: flex-start;
  font-size: 14px;
}

.footer-heading-div {
  width: 600px;
  position: relative;
}

.footer-heading-sign-img {
  height: 50px;
  position: absolute;
  inset: auto 145px -7px auto;
}

.perks-main-wrapper {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  display: flex;
}

.navbar-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 3px solid var(--colors--transparent);
  border-radius: var(--border-radiuses--circular);
  background-color: var(--colors--background-clr);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  display: flex;
}

.navbar-menu-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: var(--border-radiuses--circular);
  background-color: var(--colors--dark-primary);
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.navbar-logo-wrap {
  z-index: 999;
  text-decoration: none;
}

.navbar-logo-img {
  width: 60px;
}

.navbar-btn-img {
  width: 25px;
  position: absolute;
  inset: 0%;
}

.navbar-btn-img._2 {
  transform: translate(-100%);
}

.navbar-btn-text {
  font-family: var(--fonts--primary);
  color: var(--colors--dark-primary);
  font-size: 21px;
  line-height: 25px;
}

.navbar-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--border-radiuses--circular);
  background-color: var(--colors--yellow-primary);
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 12px 40px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navbar-btn-img-wrap {
  width: 25px;
  height: 25px;
  position: relative;
  overflow: hidden;
}

.navbar-menu-div {
  justify-content: center;
  align-items: center;
  height: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-link-text {
  font-family: var(--fonts--primary);
  color: var(--colors--white);
  font-size: 20px;
  line-height: 28px;
  transition: all .2s;
}

.navbar-link-text:hover {
  color: var(--colors--yellow-primary);
}

.navbar-link-img {
  width: 100%;
  height: 15px;
  position: absolute;
  inset: auto 0% -3px;
}

.navbar-link-img._2, .navbar-link-img._3 {
  display: none;
  transform: translate(0, 100%);
}

.navbar-menu-btn-div {
  display: none;
}

.body {
  overflow-x: hidden;
}

.hidden {
  display: none;
}

.work-slider {
  background-color: var(--colors--transparent);
  align-self: stretch;
  height: 570px;
}

.dots-nav {
  display: none;
}

.slider-container {
  overflow: visible;
}

.slider-left-arrow {
  border-radius: var(--border-radiuses--circular);
  background-color: var(--colors--yellow-primary);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -90px;
  transition: all .2s;
  display: flex;
  inset: 0% 70px auto auto;
}

.slider-left-arrow:hover {
  filter: brightness(80%);
}

.slider-right-arrow {
  border-radius: var(--border-radiuses--circular);
  background-color: var(--colors--yellow-primary);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -90px;
  transition: all .2s;
  display: flex;
  inset: 0% 0% auto auto;
}

.slider-right-arrow:hover {
  filter: brightness(80%);
}

.slider-icon, .icon {
  color: var(--colors--dark-primary);
}

.slide {
  width: 420px;
  margin-right: 40px;
}

.slider-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--colors--transparent);
  border-radius: var(--border-radiuses--circular);
  background-color: var(--colors--yellow-primary);
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 60px;
  padding: 12px 40px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-btn:hover {
  border-color: var(--colors--dark-primary);
  background-color: var(--colors--transparent);
}

.work-slider-btn-img._2 {
  transform: translate(-100%);
}

.work-img {
  filter: grayscale();
  transition: all .4s;
}

.work-img:hover {
  filter: grayscale(0%);
}

.work-slider-hover-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -60px auto auto 0%;
}

.faq-link {
  color: #0009;
}

@media screen and (min-width: 1280px) {
  body {
    --colors--background-clr: #fffdf7;
    --sizes--side-margins: 80px;
    --colors--dark-primary: #2d2d34;
    --sizes--max-width: 1440px;
    --border-radiuses--rounded: 1rem;
    --border-radiuses--circular: 250px;
    --fonts--secondary: "Readexpro Variablefont Hexp Wght", Impact, sans-serif;
    --colors--yellow-primary: #f6d672;
    --fonts--primary: Neuemontreal, Arial, sans-serif;
    --colors--dark-secondary: #0f1c2e;
    --colors--black: black;
    --colors--white: white;
    --colors--yellow-secondary: #706549;
    --colors--transparent: transparent;
  }

  .section.section-header {
    padding-top: 200px;
  }

  .header-trust-div {
    width: 320px;
    padding: 30px 20px;
  }

  .company-name-heading {
    font-size: 41px;
  }

  .main-heading {
    font-size: 67px;
    line-height: 70px;
  }

  .main-paragraph {
    font-size: 22px;
    line-height: 30px;
  }

  .header-trust-content-wrapper {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .header-trust-img-div {
    top: 30px;
    right: 20px;
  }

  .header-trust-text {
    font-size: 22px;
  }

  .header-trust-people-img {
    width: 110px;
  }

  .header-copy-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 770px;
  }

  .header-btn-text-div {
    width: 260px;
  }

  .header-btn-text {
    font-size: 24px;
  }

  .primary-heading.yellow {
    font-size: 54px;
  }

  .primary-heading.yellow.align-center {
    line-height: 60px;
  }

  .perks-section-heading {
    width: 590px;
  }

  .perks-section-heading-svg {
    bottom: -30px;
  }

  .button-contact {
    width: 350px;
  }

  .perks-progress-img-right {
    bottom: 80px;
  }

  .our-work-img-div {
    justify-content: center;
    align-items: center;
    width: 420px;
    height: auto;
    display: flex;
  }

  .reviews-section-heading-div {
    width: 670px;
  }

  .reviews-section-heading-img {
    bottom: -40px;
  }

  .faqs-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .faqs-wrapper {
    padding-top: 20px;
  }

  .faq {
    cursor: pointer;
    padding: 40px 30px;
  }

  .faq-sign {
    height: 100%;
  }

  .faqs-progress-right-img {
    top: 80px;
  }

  .footer-heading-div {
    width: 630px;
  }

  .footer-heading-sign-img {
    height: 56px;
    bottom: -5px;
    right: 125px;
  }

  .perks-main-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .navbar-content-wrapper {
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  .section.section-header {
    padding-top: 220px;
  }

  .header-written-content {
    font-size: 69px;
  }

  .main-heading {
    font-size: 72px;
    line-height: 78px;
  }

  .header-copy-wrapper {
    max-width: 840px;
  }

  .button-contact.black, .button-contact-text, .navbar-btn-text {
    font-size: 23px;
  }
}

@media screen and (max-width: 991px) {
  body {
    --colors--background-clr: #fffdf7;
    --sizes--side-margins: 40px;
    --colors--dark-primary: #2d2d34;
    --sizes--max-width: 1440px;
    --border-radiuses--rounded: 1rem;
    --border-radiuses--circular: 250px;
    --fonts--secondary: "Readexpro Variablefont Hexp Wght", Impact, sans-serif;
    --colors--yellow-primary: #f6d672;
    --fonts--primary: Neuemontreal, Arial, sans-serif;
    --colors--dark-secondary: #0f1c2e;
    --colors--black: black;
    --colors--white: white;
    --colors--yellow-secondary: #706549;
    --colors--transparent: transparent;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.section-reviews {
    padding-top: 80px;
  }

  .container.container-reviews {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .container.navbar-container {
    border-radius: var(--border-radiuses--circular);
    background-color: var(--colors--background-clr);
    border: 3px solid #ececec;
    padding: 5px;
  }

  .main-heading {
    font-size: 47px;
    line-height: 51px;
  }

  .header-copy-wrapper {
    max-width: 538px;
  }

  .header-btn-text-div {
    width: 210px;
    padding: 15px;
  }

  .header-btn-arrow-div {
    padding: 15px;
  }

  .navbar-main {
    padding-left: 30px;
    padding-right: 30px;
  }

  .carousel-container {
    min-width: 147%;
  }

  .perk-box-div {
    padding: 30px 20px;
  }

  .perk-box-svg-img {
    width: 25px;
    margin-top: 6px;
  }

  .secondary-heading {
    font-size: 30px;
    line-height: 35px;
  }

  .primary-paragraph {
    font-size: 18px;
    line-height: 25px;
  }

  .button-contact {
    width: 300px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-contact.black, .button-contact-text {
    font-size: 19px;
  }

  .perks-progress-img-right {
    bottom: 170px;
  }

  .work-section-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .our-work-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
  }

  .tag-text {
    font-size: 12px;
  }

  .work-section-design-element {
    display: none;
  }

  .reviews-section-heading-img {
    bottom: -27px;
  }

  .section-reviews-design-element-img, .review-div-bottom-design-img {
    display: none;
  }

  .faqs-content-wrapper {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
  }

  .faqs-progress-right-img {
    top: 160px;
  }

  .copyright-text {
    align-self: center;
  }

  .perks-main-wrapper {
    grid-column-gap: 170px;
    grid-row-gap: 170px;
  }

  .navbar-content-wrapper {
    border-style: none;
    padding: 0;
  }

  .navbar-btn-text {
    font-size: 19px;
  }

  .navbar-btn {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-link-text {
    font-size: 18px;
    line-height: 25px;
  }

  .work-slider {
    height: 560px;
  }

  .slider-btn {
    padding-left: 30px;
    padding-right: 30px;
  }

  .work-slider-hover-div {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    --colors--background-clr: #fffdf7;
    --sizes--side-margins: 10px;
    --colors--dark-primary: #2d2d34;
    --sizes--max-width: 1440px;
    --border-radiuses--rounded: 1rem;
    --border-radiuses--circular: 250px;
    --fonts--secondary: "Readexpro Variablefont Hexp Wght", Impact, sans-serif;
    --colors--yellow-primary: #f6d672;
    --fonts--primary: Neuemontreal, Arial, sans-serif;
    --colors--dark-secondary: #0f1c2e;
    --colors--black: black;
    --colors--white: white;
    --colors--yellow-secondary: #706549;
    --colors--transparent: transparent;
  }

  .body-wrapper {
    overflow: hidden;
  }

  .section.section-reviews {
    padding-top: 120px;
  }

  .container.container-perks {
    justify-content: flex-start;
    align-items: center;
    max-width: 640px;
  }

  .container.navbar-container {
    padding-left: 10px;
  }

  .header-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .header-written-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: center;
  }

  .header-text-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .header-company-name-wrapper {
    position: relative;
  }

  .header-heading-img-wrapper.mob-hidden {
    display: none;
  }

  .header-heading-img-wrapper.mob-visible {
    display: inline-block;
    transform: translate(-100%, -60%);
  }

  .header-trust-design-img-div {
    display: none;
  }

  .company-name-heading.mob-center {
    text-align: center;
  }

  .main-heading {
    font-size: 43px;
  }

  .main-heading.mob-center {
    text-align: center;
  }

  .main-paragraph {
    font-size: 17px;
  }

  .main-paragraph.mob-center {
    text-align: center;
  }

  .header-copy-wrapper {
    justify-content: flex-start;
    align-items: center;
    max-width: 500px;
  }

  .navbar-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .carousel-container {
    min-width: 180%;
  }

  .carousel-img {
    height: 40px;
  }

  .perks-content-wrapper {
    flex-flow: column;
    margin-left: 30px;
    margin-right: 30px;
  }

  .perk-box-div {
    width: 100%;
  }

  .primary-heading {
    font-size: 35px;
  }

  .perks-section-heading {
    width: 380px;
  }

  .perks-section-heading-svg {
    bottom: -11px;
  }

  .perks-contact-btn-div {
    align-self: center;
  }

  .button-contact {
    padding: 10px 20px;
  }

  .perks-design-element-img {
    width: 50px;
    top: -40px;
    right: -40px;
  }

  .perks-progress-img-right, .perks-progress-img-left {
    width: 95%;
  }

  .work-section-heading-div {
    width: 410px;
  }

  .work-section-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .our-work-wrapper {
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .our-work-div {
    max-width: 515px;
  }

  .work-section-design-element {
    display: none;
  }

  .reviews-section-heading-div {
    width: 435px;
  }

  .reviews-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .review-div {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .reviews-section-heading-img {
    bottom: -18px;
  }

  .reviews-div-design-img {
    width: 50px;
    top: -40px;
    left: -28px;
  }

  .review-quote-img {
    width: 36px;
    top: -43px;
    left: -10px;
  }

  .faqs-heading-div {
    margin-left: 30px;
  }

  .faq-answer {
    font-size: 19px;
    line-height: 27px;
  }

  .faq {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-question-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .faqs-progress-right-img, .faqs-progress-left-img {
    width: 95%;
  }

  .footer-heading-div {
    width: 420px;
  }

  .footer-heading-sign-img {
    height: 40px;
    bottom: 1px;
    right: 86px;
  }

  .navbar-menu-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    outline-color: var(--colors--background-clr);
    outline-offset: 0px;
    outline-width: 2px;
    outline-style: solid;
    flex-flow: column;
    padding: 40px 0;
    position: absolute;
    inset: auto auto -30px 0%;
    transform: translate(0, 100%);
  }

  .navbar-logo-img {
    width: 50px;
  }

  .navbar-btn {
    padding: 10px 20px;
  }

  .navbar-menu-div {
    width: 110px;
    height: 60px;
    overflow: visible;
  }

  .navbar-link-img {
    display: none;
    inset: 0% 0% 0% auto;
    transform: rotate(-90deg);
  }

  .navbar-menu-btn-div {
    border: 1px solid var(--colors--black);
    border-radius: var(--border-radiuses--circular);
    background-color: var(--colors--white);
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .navbar-menu-btn-img {
    width: 36px;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }

  .navbar-menu-btn-img._2 {
    transform: translate(-100%)translate(-50%, -50%);
  }

  .slider-left-arrow, .slider-right-arrow {
    width: 50px;
    height: 50px;
    margin-top: -80px;
  }

  .slide._1 {
    margin-left: 30px;
  }

  .slider-btn {
    min-width: 120px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 479px) {
  .container.navbar-container {
    padding-left: 5px;
  }

  .header-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .header-written-content {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .header-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .header-heading-img-wrapper.mob-visible {
    width: 22px;
    transform: translate(-90%, -40%);
  }

  .company-name-heading {
    font-size: 30px;
  }

  .main-heading {
    font-size: 46px;
    line-height: 52px;
  }

  .header-copy-wrapper {
    max-width: none;
  }

  .header-btn-text-div {
    width: 200px;
  }

  .navbar-main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-container {
    min-width: 240%;
  }

  .primary-heading {
    line-height: 46px;
  }

  .primary-heading.yellow.align-center {
    line-height: 41px;
  }

  .primary-heading.mob-small-center {
    text-align: center;
  }

  .perks-section-heading {
    width: 100%;
    max-width: 380px;
  }

  .perks-section-heading-svg {
    display: none;
  }

  .button-contact {
    width: 280px;
    padding: 8px 15px;
  }

  .work-section-heading-div {
    width: 100%;
    max-width: 410px;
  }

  .work-section-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .our-work-div {
    width: 100%;
  }

  .work-section-arrow-design-img {
    inset: auto 0% -200px 50%;
    transform: translate(-50%);
  }

  .reviews-section-heading-div {
    width: 100%;
  }

  .reviews-section-heading-img {
    display: none;
  }

  .reviews-div-design-img {
    top: -40px;
  }

  .faq-answer, .faq-text {
    font-size: 18px;
    line-height: 25px;
  }

  .faq-question-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .faqs-progress-right-img {
    top: 200px;
  }

  .footer-heading-div {
    width: auto;
    max-width: 420px;
  }

  .footer-heading-sign-img {
    display: none;
  }

  .navbar-menu-wrap {
    bottom: -22px;
  }

  .navbar-btn-img {
    inset: 0%;
  }

  .navbar-btn-text {
    font-size: 16px;
  }

  .navbar-btn {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    height: 50px;
    padding: 5px 10px 5px 15px;
  }

  .navbar-btn-img-wrap {
    width: 16px;
    height: 16px;
  }

  .work-slider {
    height: 560px;
  }

  .slide {
    width: 100%;
    margin-left: 0;
  }

  .slide._1 {
    margin-left: 0;
  }

  .slider-btn {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    height: 50px;
    padding: 5px 10px 5px 15px;
  }

  .work-slider-btn-img {
    inset: 0%;
  }
}


@font-face {
  font-family: 'Readexpro Variablefont Hexp Wght';
  src: url('../images/') format('truetype');
  font-weight: 160 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}