html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, header, main, nav, section {
  display: block;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}


@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h1, h2, h3, h4 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-form {
  margin: 0 0 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input {
  height: auto;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
 
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

:root {
  --font--heading: Inter, sans-serif;
  --heading: #000;
  --font--paragraph: "Inter", sans-serif;
  --paragraph: #7a7a7a;
  --primary: #d6a454;
  --heading-secondary: white;
  --tertiary: #fff7eb;
  --secondary: #9e704f;
  --white: white;
  --background: #000;
  --border-color: #ececec;
  --transparent: #fff0;
  --paragraph-secondary: #d8d8d8;
  --black: #000;
  --heading-on-hover: white;
  --box-shadow-1: #0000001a;
  --paragraph-on-hover: white;
  --box-shadow-2: white;
  --extra-color-1: white;
  --extra-color-2: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  font-family: var(--font--heading);
  color: var(--heading);
  letter-spacing: .8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

h1 {
  font-family: var(--font--heading);
  color: var(--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 54px;
  font-weight: 400;
  line-height: 76px;
}

h2 {
  font-family: var(--font--heading);
  color: var(--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 58px;
}

h3 {
  font-family: var(--font--heading);
  color: var(--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}

h4 {
  font-family: var(--font--heading);
  color: var(--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

p {
  font-family: var(--font--paragraph);
  color: #333;
  letter-spacing: .2px;
  margin-bottom: 0;
}

a {
  color: #b4842b;
  font-weight: 400;
  text-decoration: none;
}

ul {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 40px;
  display: flex;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-list {
  z-index: 2;
  flex-flow: column;
  flex: none;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.show-from-tablet {
  display: none;
}

.nav-link {
  z-index: 2;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--heading-secondary);
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 14px;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  transition: color .3s ease-out;
  display: flex;
  position: relative;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  outline: 2px solid #0050bd;
}

.nav-menu-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hamburger-menu {
  padding: 0;
  transition: transform .3s;
}

.hamburger-menu:hover {
  transform: scale(.96);
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.site-logo-wrapper {
  margin-left: 0;
}

.site-logo {
 width: 80px;
}

.navbar {
  z-index: 101;
  background-color: #000;
  border-bottom: 1px solid #fff0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 0;
}

.container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container.center-align {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-60px {
  margin-top: 60px;
  margin-bottom: 60px;
}

._1-column-grid-auto {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.footer-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.links-and-menu {
  grid-column-gap: 30px;
  justify-content: space-between;
  width: 100%;
  display: flex;
  max-width: 500px;
}

._18px-semibold-uppercase {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 130%;
}

.basic-price-wrapper {
  width: 100%;
}

.footer-wrapper {
  grid-column-gap: 46px;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 72px;
  display: flex;
}

.hero-logo {
  max-width: 70px;
  margin-bottom: 25px;
}

.contact-card-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  width: 100%;
  max-width: 325px;
  text-decoration: none;
  display: flex;
}

.contact-card-wrapper:hover {
  border-color: var(--primary);
}

.footer-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-left: 5px solid var(--transparent);
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  transition: padding .4s cubic-bezier(.23, 1, .32, 1), border-color .3s cubic-bezier(.25, .46, .45, .94), color .3s;
  display: flex;
}

.footer-links:hover {
  color: var(--primary);
}

.footer-logo {
  object-fit: contain;
  max-width: 110px;
  max-height: 110px;
}

.copyright-text {
  color: #fffc;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.list-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.copyrights {
  border-top: 1px solid #d1d1d1;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-block {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 180px;
  display: flex;
}

.footer-block.logo-block {
  width: 100%;
  max-width: 325px;
}

.footer {
  background-color: #000;
  padding-top: 100px;
}

.contact-text {
  color: var(--heading-secondary);
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 20px;
}

.footer-paragraph {
  color: var(--paragraph-secondary);
  max-width: 360px;
  line-height: 25px;
}

.button-text-wrapper {
  z-index: 2;
  white-space: nowrap;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-paragraph {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}

.contents {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--primary);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.button {
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 12px 34px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.secondary {
  background-color: var(--primary);
  color: var(--heading-secondary);
}

.title-divider {
  background-color: var(--primary);
  width: 50px;
  height: 1px;
}

.hover-text {
  color: #fff;
}

.hover-color {
  z-index: 1;
  background-color: var(--primary);
  width: 100%;
  height: 5%;
  position: absolute;
  inset: auto 0% 0%;
}

.hover-color.secondary {
  background-color: var(--secondary);
}

.hero-middle-align-contents {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2-column-block {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-title {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 0;
}

.hero-slider {
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080), url("../images/photo-1.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 700px;
  margin-top: -100px;
  padding-top: 230px;
  display: flex;
  position: relative;
}

.hero-sub-title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.mask {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.section {
  margin-top: 110px;
  margin-bottom: 110px;
  position: relative;
}

.section.with-bg {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-wrapper {
  width: 50%;
  position: relative;
}

.white-color {
  color: #fff;
}

.open-on-scroll-wrapper {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.service-heading {
  background-color: var(--secondary);
  color: var(--heading-secondary);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 10px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.horizontal-title-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}

.margin-bottom-25px {
  margin-bottom: 25px;
}

.white-heading-500px-width {
  color: #fff;
  letter-spacing: 1px;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
}

.name-pricing {
  color: #fff;
  text-align: left;
  border-bottom: 1px dashed #e7eaee;
  justify-content: space-between;
  width: 100%;
  padding: 10px 5px;
}

.basic-pricing {
  font-weight: 500;
}

.square-image {
  aspect-ratio: 1;
  max-height: 590px;
}

._3-column-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
}

.margin-bottom-40px {
  margin-bottom: 40px;
}

.middle-image {
  width: 100%;
  max-width: 420px;
  position: relative;
  overflow: hidden;
}

.feature-title {
  color: var(--heading);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.feature-svg-wrapper {
  background-color: #5d2d0f;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
}

._3-column-block {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.features-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.features-block.right-align {
  text-align: right;
  justify-content: space-between;
  align-items: flex-end;
}

.bottom-overlay {
  background-image: linear-gradient(0deg, var(--white), #ffffffb3 30%, #fff0);
  height: 40%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-50px {
  object-fit: contain;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
}

.title-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 850px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-info-block {
  border-top: 1px solid #fff3;
  width: 100%;
  margin-top: 100px;
}

._18px-primary-uppercase {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.heading-divider {
  background-color: var(--primary);
  width: 40px;
  height: 2px;
  margin-bottom: 10px;
}

.vertical-left-top-10px-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-member-image {
  aspect-ratio: auto;
  height: 440px;
}

.team-image-wrapper {
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-top-20px {
  margin-top: 20px;
}

.team-card-image-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.service-card {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 135px;
  padding: 28px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-image-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.full-image {
  height: 100%;
}

.black-overlay {
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.white-overlay {
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.faq-image-wrapper {
  z-index: 1;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.faq-title {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.faq-switch {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-faq-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.faq-image-contents {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: auto 20px 20px;
}

.image-560px-height {
  min-height: 600px;
}

._26px-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 40px;
}

.content-test {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.contact-form-banner {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-left-32px {
  margin-left: 32px;
}

.contact-info-block {
  color: var(--heading);
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.contact-info-block.last {
  margin-bottom: 0;
}

.contents-40 {
  width: 40%;
}

.cf-footer-divider {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.input-field-bottom-border {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--background);
  background-color: var(--transparent);
  color: var(--heading);
  height: 60px;
  margin-bottom: 20px;
  padding: 14px 15px 16px;
  font-size: 16px;
  line-height: 25px;
  transition: border-color .4s;
}

.input-field-bottom-border:hover, .input-field-bottom-border:focus {
  border-bottom-color: var(--primary);
}

.input-field-bottom-border.message {
  height: 120px;
  margin-bottom: 32px;
}

.contact-form {
  width: 100%;
  margin-bottom: 0;
}

.custom-button {
  z-index: 2;
  color: var(--heading);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  transition: color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.custom-button:hover {
  color: var(--heading-on-hover);
}

.contact-paragraph {
  margin-bottom: 24px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.custom-button-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.custom-button-wrapper:hover {
  color: #000;
}

.custom-button-wrapper.primary-variation {
  background-color: var(--primary);
}

.contact-info-text {
  color: var(--paragraph);
  margin-top: 6px;
  font-size: 15px;
  line-height: 25px;
}

._14px-text {
  letter-spacing: 0;
  font-size: 14px;
  line-height: 22px;
}

.margin-bottom-20px {
  margin-bottom: 20px;
}

._20px-text {
  color: var(--heading);
  font-size: 20px;
  line-height: 30px;
}

._14px-text-semibold {
  font-size: 14px;
  font-weight: 600;
}

.testimonial-tab {
  flex-flow: column-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.testimonial-client-main-image {
  border: 1px dashed var(--primary);
  border-radius: 50%;
  max-width: fit-content;
  height: 100%;
  padding: 10px;
  transform: none;
}

.testimonial-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.margin-top-30px {
  margin-top: 30px;
}

.testimonial-contents {
  overflow: visible;
}

.secondary-paragraph {
  color: var(--paragraph-secondary);
  margin-bottom: 10px;
}

.testmionial-contents {
  max-width: 900px;
}

.blog-card {
  box-shadow: 0 10px 30px 0 var(--box-shadow-1);
  width: 100%;
  height: 100%;

  & .heading {
    font-size: 20px;
  }
}

.blog-body {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding: 30px 20px 30px 30px;
}

.heading-category-wrapper {
  grid-column-gap: 15px;

  justify-content: center;
  align-items: flex-start;
  padding-left: 18px;
  position: relative;
}

._12px-text {
  letter-spacing: 0;
  font-size: 12px;
  line-height: 20px;
}

.blog-thumbnail {
  height: 100%;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
}


.summery-snippet {
 overflow: hidden;
}

.blog-divider {
  background-color: var(--secondary);
  width: 3px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.horizontal-left-center-8px-gap-wrap-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gallery-vertical, .gallery-vertical-hidden-in-mobile {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-grid-wrapper {
  position: relative;
  overflow: hidden;
}

.gallery-col {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-grid-image {
  height: 100%;
  transition: transform .35s cubic-bezier(.165, .84, .44, 1);
}

.gallery-grid-image:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 991px) {
  .faq-image-wrapper {
    max-height: 500px;
    overflow: hidden;
  }
  h1 {
    font-size: 48px;
    line-height: 62px;
  }

  .navbar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-list {
    text-align: center;
  }

  .hamburger-middle-line {
    background-color: #fff;
    width: 36px;
    height: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-bottom-line {
    background-color: #fff;
    width: 36px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .show-from-tablet {
    display: block;
  }

  .hamburger-upper-line {
    background-color: #fff;
    width: 36px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper {
   background-color: #000;
    padding: 40px 30px 50px 40px;
  }

  .hamburger-menu {
    transition: transform .3s;
  }

  .hamburger-menu:hover {
    transform: scale(.96);
  }

  .nav-menu {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .nav-menu._2nd-nav-menu {
    margin-top: 10px;
  }

  .site-logo-wrapper.hide-in-tablet {
    display: none;
  }

  .navbar {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .links-and-menu {
    border-top: 1px solid #d2d2d2;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    justify-content: start;
    column-gap: 60px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 40px;
  }

  .copyright-text {
    text-align: center;
    padding-left: 0;
  }

  .footer-block {
    grid-row-gap: 20px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-block.logo-block {
    border-right-style: none;
    max-width: none;
  }

  .footer-paragraph {
    max-width: none;
  }

  .contents, .hero-middle-align-contents {
    width: 100%;
  }


  ._2-column-block.reverse-in-tab {
    flex-flow: wrap-reverse;
  }

  .hero-title {
    font-size: 60px;
  }

  .hero-slider {
    margin-top: 0;
    padding-top: 130px;
  }

  .section {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .section.with-bg {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .image-wrapper {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
  }

  .square-image {
    aspect-ratio: 1;
  }

  ._3-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .middle-image {
    display: none;
  }

  ._3-column-block {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .dropdown-faq-wrapper {
    width: 100%;
  }

  .contact-form-banner {
    flex-direction: column;
  }

  .contents-40 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .gallery-grid-wrapper {
    border-radius: 20px;
  }

  .gallery-col {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .gallery-vertical, .gallery-vertical-hidden-in-mobile {
    grid-template-columns: 1fr 1fr;
  }
  ._2-column-block {
    flex-direction: column;
  }
  .hero-slider {
    background-attachment: inherit;
  }
  h1 {
    font-size: 40px;
    line-height: 58px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 26px;
    line-height: 38px;
  }

  .navbar {
    max-width: 100%;
  }

  .links-and-menu {
    flex-flow: wrap;
    display: flex;
  }

  .footer-logo {
    max-width: 150px;
    max-height: 150px;
  }

  ._18px-semibold-uppercase {
    margin-bottom: 4px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-block {
    flex-direction: column;
    max-width: 150px;
  }

  .contact-text {
    font-size: 16px;
    line-height: 18px;
  }

  .hero-title {
    font-size: 42px;
    line-height: 62px;
  }

  .hero-slider {
    padding-top: 100px;
  }

  .section {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .horizontal-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
  }

  ._3-column-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  ._3-column-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .features-block.right-align {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-info-block {
    margin-top: 60px;
  }

  .faq-title {
  
    font-size: 20px;
    line-height: 30px;
  }

  .faq-switch {
    padding-left: 25px;
    padding-right: 25px;
  }

  .faq-image-contents {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .content-test.reverse {
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .contact-info-text {
    font-size: 18px;
  }

  .testimonial-block {
    flex-flow: column;
  }

  .gallery-col {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 48px;
  }

  h2 {
    font-size: 28px;
    line-height: 40px;
  }

  h3 {
    font-size: 25px;
    line-height: 38px;
  }

  h4 {
    font-size: 22px;
    line-height: 34px;
  }

  .site-logo {
    max-width: 90px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .links-and-menu {
    border-top-style: none;
  }

  ._18px-semibold-uppercase {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-logo {
    max-width: 60px;
  }

  .contact-card-wrapper {
    max-width: none;
    padding-right: 20px;
  }

  .copyright-text {
    max-width: 90%;
  }

  .footer-block {
    grid-row-gap: 20px;
    border-top: 1px solid #d2d2d2;
    max-width: none;
  }

  .footer-block.logo-block {
    border-top-style: none;
  }

  

  .contact-text {
    font-size: 15px;
    line-height: 16px;
  }

  .title {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .hero-title {
    font-size: 32px;
    line-height: 45px;
  }

  .hero-slider {
    padding-bottom: 80px;
  }

  .hero-sub-title {
    font-size: 13px;
    line-height: 20px;
  }

  .section {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .section.with-bg {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .basic-service-name {
    font-size: 14px;
    line-height: 24px;
  }

  .service-heading {
    font-size: 16px;
  }

  .white-heading-500px-width {
    margin-top: 10px;
  }

  .margin-bottom-40px {
    margin-bottom: 20px;
  }

  ._3-column-block {
    margin-top: 20px;
  }

  .hero-info-block {
    display: none;
  }

  .team-member-image {
    height: auto;
  }

  .service-card {
    padding: 25px 10px;
  }

  .faq-title {
    font-size: 16px;
    line-height: 26px;
  }

  .faq-switch {
    padding: 15px;
  }

  .faq-image-contents {
    padding: 20px;
  }

  .image-560px-height {
    min-height: 420px;
  }

  ._26px-title {
    font-size: 22px;
    line-height: 38px;
  }

  .margin-left-32px {
    margin-left: 16px;
  }

  .contact-info-block {
    align-items: center;
  }

  .input-field-bottom-border {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .contact-info-text {
    font-size: 14px;
  }

  .testimonial-client-main-image {
    max-width: 250px;
    height: 250px;
  }

  .blog-body {
    padding: 22px 15px 22px 16px;
  }

  .heading-category-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 15px;
  }

  .gallery-vertical {
    grid-row-gap: 16px;
  }

  .gallery-vertical-hidden-in-mobile {
    display: none;
  }

  .gallery-grid-wrapper {
    border-radius: 16px;
  }

  .gallery-col {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-block {
    grid-template-columns: 1fr;
  }
  .navbar  {
    .container {
      padding-top: 10px;
      padding-bottom: 10px;
    }
  }
  .nav-menu-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: block;
  }
  
  .nav-menu-wrapper.active {
    max-height: 500px;
    opacity: 1;
  }
  
  .hamburger-menu.active .hamburger-upper-line {
    transform: rotate(45deg) translate(7px, 7px);
  }
  .hamburger-menu.active .hamburger-middle-line {
    opacity: 0;
  }
  .hamburger-menu.active .hamburger-bottom-line {
    transform: rotate(-45deg) translate(8px, -8px);
  }
  

  .hamburger-menu div {
    transition: all 0.3s ease;
  }

  .w-nav-button {
    display: block;
  }
}

.about-team {
  & .button {
    max-width: fit-content;
    margin: 0 auto;
    margin-top: 60px;
  }
}

.pricing-section {
  margin-top: 0;
  margin-bottom: 0;
  & .heading,
  & ._18px-primary-uppercase {
    color: #fff;
  }
}

.checkbox {
  input {
    margin-right: 10px;
  }

  a {
    color: var(--primary);
  
  }
}

.map {
  max-width: 1200px;
  margin: 0 auto;

  iframe {
    width: 100%;
    height: 600px;
  }
}

.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.faq-switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-title {
  font-weight: bold;
  font-size: 18px;
}

.faq-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  font-size: 16px;
  padding-right: 5px;
}

.faq-item.active .faq-content {
  max-height: 200px;
  opacity: 1;
  padding-top: 8px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.team-contact {
  & .contents {
    width: 100%;
  }

  & .faq-image-wrapper {
    max-height: 500px;
  }

  & .image-560px-height {
    max-height: 500px;
  }
}

.legal {
  & .contents {
    max-width: 1200px;
  }

  h3 {
    font-size: 22px;
    line-height: 38px;
    font-weight: 600;
  }

  h1 {
    font-weight: 600;
    font-size: 40px;
  }
}


.dop-style {
  padding: 150px 80px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;
  

  & .thank-you-message {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  a {
    transition: all 0.3s ease;
  }

  a:hover {
    color: #131160;
  }
}

.heading-story {
  font-size: 20px
}

.home-pricing {
  background-image: linear-gradient(#00000080, #00000080), url("../images/photo-4.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.pricing-section {
  background-image: linear-gradient(#00000080, #00000080), url("../images/photo-25.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}


@media screen and (max-width: 991px) {
  .hero-slider,
  .pricing-section {
    background-attachment: inherit;
  }
  .home-pricing {
    background-size: cover;
    background-attachment:inherit;
  }

  .testimonial-client-main-image {
    max-width: 500px;
    margin: 0 auto;
  }
}

.pricing-section.section.with-bg {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 479px) {
  ._3-column-grid {
    grid-template-columns: 1fr;
  }

  .gallery-vertical, .gallery-vertical-hidden-in-mobile {
    grid-template-columns: 1fr;
  }

  .team-card-image-wrapper {
    width: 100%;
  }
}