html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

figure, 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;
}

button, input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}



* {
  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, h5, h6 {
  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;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

figure {
  margin: 0 0 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.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-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
  margin-top: 20px;
}

.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;
  }
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext ul {
  overflow: hidden;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.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-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

@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;
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide {
  display: none !important;
}

:root {
  --text: #606060;
  --grey: #242424;
  --orange: #ffbe40;
  --primary: #204e51;
  --white: white;
  --dark-grey: #959595;
  --black: black;
  --white-50: #ffffff80;
}

.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;
}

body {
  color: var(--text);
  font-family: RobotoSlab, sans-serif;
  font-size: 16px;
  line-height: 1.73em;
}

h1 {
  color: var(--grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: RobotoSlab, sans-serif;
  font-size: 76px;
  line-height: 1.2em;
}

h2 {
  color: var(--grey);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: RobotoSlab, sans-serif;
  font-size: 45px;
  line-height: 1.2em;
}

h3 {
  color: var(--grey);
  margin-top: 10px;
  font-family: RobotoSlab, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
}

h4 {
  color: var(--grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: RobotoSlab, sans-serif;
  font-size: 25px;
  line-height: 1.2em;
}

h5 {
  color: var(--grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: RobotoSlab, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

h6 {
  color: var(--grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: RobotoSlab, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

p {
  color: var(--text);
  margin-top: 15px;
  margin-bottom: 15px;
}

a {
  color: var(--text);
  align-items: center;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--orange);
}

ul {
  margin-top: 10px;
  padding-left: 0;
}

li {
  color: var(--text);
  align-items: center;
  margin-bottom: 15px;

}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.contacts-2-banner {
  background-image: linear-gradient(#00000040, #0000008d), url("../images/photo-61.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.about-us-banner {
  background-image: linear-gradient(#00000040, #00000040), url("../images/photo-15.jpg");
  background-position: 0 0, 50%;
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 440px;
  padding-top: 110px;
  display: flex;
}

.section.about-us-banner-services {
  background-image: linear-gradient(#00000040, #00000040), url("../images/photo-26.jpg");
  background-position: 0 0, 50%;
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.about-us-banner-gallery {
  background-image: linear-gradient(#00000040, #00000040), url("../images/photo-37.jpg");
  background-position: 0 0, 50%;
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.green-background {
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.none-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.spacing-image-block {
  padding-top: 0;
  padding-bottom: 0;
}

.section.relative {
  position: relative;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.image-callery-1 {
grid-column: 1/3;
}

.primary-button {
  background-color: var(--primary);
  color: var(--white);
  text-transform: capitalize;
  border-radius: 50px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--orange);
  color: var(--primary);
}

.primary-button.margin-top {
  margin-top: 40px;
}

.primary-button.margin-top-50px {
  margin-top: 50px;
}

.blog-post-title {
  color: var(--primary);
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--orange);
}

.footer {
  text-align: center;
  background-color: #184044;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-rights-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-copyright {
  color: #ffffffb3;
  width: 100%;
  margin-bottom: 10px;
  font-family: RobotoSlab, sans-serif;
  font-size: 14px;
  display: inline;
}

.section-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1037px;
  display: flex;
}

.section-title-wrapper.max-w-730px {
  max-width: 730px;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
}

.team-card {
  background-color: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 -10px 40px #0000000d;
}

.team-card-image {
  color: var(--primary);
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  min-width: 100%;
  height: 310px;
}

.team-card-content-wrapper {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.team-member-position {
  text-transform: capitalize;
  margin-bottom: 20px;
}

.paragraph-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.73em;
}

.paragraph-large.max-w {
  max-width: 896px;
}

.paragraph-large.margin-top {
  margin-top: 20px;
}

.paragraph-large.margin-top-bottom {
  text-align: center;
  max-width: 780px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.text-white {
  color: var(--white);
  max-width: 540px;
}

.text-white.mb-30 {
  color: var(--white);
  max-width: 600px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.services-wrapper {
  width: 100%;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.services-item {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
  padding: 20px 30px 30px;
  display: flex;
}

.services-item.last-child {
  margin-right: 0;
}

.services-item-description {
  margin-bottom: 20px;
}

.flex-vertical-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mb-30 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.pricing-3-plans-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing-3-plan-item {
  background-color: var(--white);
  border-radius: 10px;
  width: 33.33%;
  padding: 50px;
  box-shadow: 0 -10px 40px #0000001a;
}

.pricing-3-plan-item.background {
  background-color: var(--primary);
}

.pricing-3-plan-title-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.pricing-3-plan-content-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing-3-plan-content-wrapper.align-start {
  align-items: flex-start;
}

.pricing-3-plan-list {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.pricing-3-plan-list.home-2 {
  align-items: flex-start;
}

.pricing-3-plan-list-item {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 2.3em;
  list-style-type: none;
}

.pricing-3-plan-list-item.last-child {
  border-bottom-style: none;
}

.pricing-3-plan-list-item.white-text {
  margin-bottom: 5px;
}

.pricing-features-icon {
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  padding-right: 15px;
  font-family: RobotoSlab, sans-serif;
  font-size: 18px;
  max-width: 50px;
}

.paragraph {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 0;
}

.contacts-3-form-wrapper {
  width: 100%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.w-checkbox {
  a {
    color: #0055d4;
  }

  input {
    margin-right: 10px;
  }
}

.contact-3-inputs-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 15px;
  display: grid;
}

.contacts-3-form {
  text-align: center;
}

.footer-link {
  color: #b7b7b7;
  padding-bottom: 15px;
  font-size: 18px;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--orange);
}

.footer-link.none-padding {
  color: var(--white);
  padding-bottom: 0;
}

.footer-link.none-padding:hover {
  color: var(--orange);
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
  display: flex;
}

.white-text {
  color: #fff;
  margin-bottom: 30px;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 36%;
  display: flex;
}

.footer-brand {
  margin-bottom: 10px;
  display: flex;
  max-width: 200px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: RobotoSlab, sans-serif;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  width: 100%;
  height: 100%;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 300px;
  display: flex;
}

.footer-brand-description {
  color: var(--white);
  text-align: left;
  margin-top: 50px;
  margin-bottom: 0;
}

.service-details-content {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.about-3-tabs-content {
  display: flex;
}

.about-3-tab-image-wrap {
  border-radius: 10px;
  width: 470px;
  height: 400px;
  overflow: hidden;
}

.about-3-tab-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.about-3-tab-pane-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  align-items: stretch;
  display: flex;
}

.about-3-tab-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio-grid-image {
  object-fit: cover;

  width: 100%;
  height: 100%;
}

.portfolio-grid-title-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 30px 40px;
  display: flex;
  position: absolute;
  box-shadow: 0 10px 20px #0000000d;
}

.portfolio-grid-title-wrapper.case-studies {
  box-shadow: none;
  border-radius: 0;
  width: 50%;
  padding-left: 50px;
  padding-right: 50px;
  position: static;
}

.portfolio-grad-title {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.portfolio-grid-category.case-studies {
  color: var(--grey);
  font-weight: 700;
}

.portfolio-grid-category.case-studies:hover {
  color: var(--orange);
}

.project-template-images-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-template-image {
  object-fit: cover;
  width: 100%;
  height: 420px;
}

.project-template-empty-state {
  background-color: #0000;
  height: 0;
  padding: 0;
}

.tabs-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.tabs-slider-mask {
  position: relative;
}

.banner-slider-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;

  img {
    max-width: 250px;
  }
}

.image-1 {
  grid-column: 1/4;
}


.image-6 {
  grid-column: 3/6;
}

.home-banner-section {
  width: 100%;
height: 1000px;
}

.secondary-button {
  background-color: var(--white);
  color: var(--primary);
  text-transform: capitalize;
  border-radius: 50px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: block;
}

.secondary-button:hover {
  background-color: var(--orange);
  color: var(--primary);
  transition: all .3s;
}

.home-banner-title {
  color: var(--white);
  line-height: 1.2em;
  text-align: center;
  max-width: 1000px;
}

.home-blog-wrapper {
  margin-top: 100px;
}

.home-blog-collection-item {
  width: 47.9%;
}

.home-blog-collection-list-wrapper {
  width: 100%;
}

.home-blog-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.portfolio-grid-image-link {
  width: 100%;

  overflow: hidden;
}

.portfolio-grid-image-link.case-studies {
  width: 50%;
}

.logo-menu {
  flex: 1;
  justify-content: flex-start;
  max-width: 100%;
  display: flex;
  max-width: 150px;
  margin-right: auto;
}

.header-link {
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 5px;
  display: flex;
  position: relative;
}

.header-link.last {
  margin-right: 0;
}

.header-container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
}

.nav-menu-content {
  width: 100%;
  display: flex;
  max-width: fit-content;
}

.navbar-2 {
  background-color: #26492e;
  width: 100%;
  display: block;

}

.text-menu-header {
  color: var(--white);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  transition: all .3s;
}

.navigation-link {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.heading-text-span {
  font-family: RobotoSlab, sans-serif;
}

.heading-text-span.color-green {
  color: var(--primary);
}

.heading-span.white-color {
  color: var(--white);
}

.heading-span.margin-bottom-heading {
  margin-bottom: 30px;
}

.large-container {
  justify-content: center;
  max-width: 1700px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.large-container.display-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.image-callery {
  border-radius: 10px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.image-callery.height {
  height: 100%;
}

.image-hover {
  background-color: #204e514d;
  position: absolute;
  inset: 0%;
}

.grid-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 70px;
}

.section-images {
  padding-bottom: 80px;
  padding-top: 10px;
}
.content-block {
  padding: 10px;
  display: flex;
}

.image-block-content {
  background-color: var(--orange);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -10px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.title-subtitle-content {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.heading-grid-content {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 20px;
}

.data-categories-blog-post {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: RobotoSlab, sans-serif;
  font-size: 14px;
  display: flex;
}

.text-in {
  margin-left: 5px;
  margin-right: 5px;
}

.author-block {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.author-name {
  color: #223645;
  font-family: RobotoSlab, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.image-absolute {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-slide {
  color: var(--white);
  letter-spacing: -.9px;
  margin-bottom: 30px;
  line-height: 1.2em;
}

.text-slide {
  color: var(--white);
  max-width: 550px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.slide-content-wrapper {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-block {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
}

.slide-content-block {
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}

.image-slider {
  border-radius: 10px;
  width: 40%;
  height: 500px;
  margin-right: 50px;
  overflow: hidden;
}

.slider-block-content {
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  max-width: 100%;
  padding-left: 30px;
}

.price-plane {
  color: var(--primary);
  font-family: RobotoSlab, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1em;
}

.price-plane.white-text {
  color: var(--white);
  margin-bottom: 0;
}

.price-plane.widht-100 {
  text-align: center;
  width: 100%;
}

.subtext-plan-content {
  color: var(--primary);
  font-weight: 700;
}

.subtext-plan-content.text-white {
  color: var(--white);
}

.subtext-plan-content.width-100 {
  text-align: center;
  width: 100%;
}

.heading-section-banner {
  color: var(--white);
  margin-bottom: 40px;
}

.section.section-work {
  padding-bottom: 0;

  & .w-richtext {
    margin-bottom: 50px;
  }
}

.link-underline {
  border-bottom: 1px solid var(--primary);
  color: var(--primary);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  transition: border-color .3s, color .3s;
}

.link-underline:hover {
  border-bottom-color: var(--orange);
}

.link-underline.white-color {
  border-bottom-color: var(--white);
  color: var(--white);
}

.link-underline.white-color:hover {
  border-bottom-color: var(--orange);
  color: var(--orange);
}

.form-field {
  background-color: #204e511a;
  border: 1px solid #0000;
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 18px;
}

.form-field:focus {
  border-color: var(--primary);
}

.form-field.height {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 200px;
}

.image-block-services {
  grid-column-gap: 25px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
}

.image-01, .image-02, .image-03 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-block {
  width: 100%;
  height: 250px;
}

.image-block.centered-block {
  height: 520px;
  transform: scale(1.1);
}

.rich-text-services h4 {
  margin-top: 25px;
}

.section-heading {
  align-items: center;
  min-height: 440px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-heading.customers {
  background-image: linear-gradient(#00000040, #000000a8), url("../images/photo-10.jpg");
  background-position: 0 0, 100% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.centered-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-item {
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-icon {
  color: var(--primary);
}

.block-link-adress {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 30px;
}

.number-content-block {
  color: var(--primary);
  font-family: RobotoSlab, sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
}

.background-section {
  position: absolute;
  inset: 13% 0% 0% -412px;
}

.background-slider {
  background-color: var(--primary);
  position: absolute;
  height: 100%;
  inset: 50% 0% 0%;
  transform: translate(0, -50%);
}

.section.spacing-image-block-about {
  padding-bottom: 80px;
}
.section-about {
 & .large-container.display-flex {
  padding: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
 }
}

.customers-about {
  & .heading-section-banner {
    text-align: center;
  }
}

.lightbox-link-gallery {
  width: 100%;
  height: 100%;
}

.image-lightbox {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.name-pricing-plan.white-text {
  margin-bottom: 0;
}

.footer-social-wrapper {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  padding-left: 60px;
  display: flex;
}

.footer-content {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.background-home-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.425), rgba(0, 0, 0, 0.595)), url("../images/photo-1.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.heading-banner {
  color: var(--white);
}

.section-title-right {
  width: 50%;
  position: relative;
}

.section-image-left {
  border-radius: 10px;
  width: 50%;
  min-height: 590px;
  padding-bottom: 30px;
  position: relative;
}

.section-content {
  grid-column-gap: 70px;
  display: flex;
}

.image-section-left {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.border-button {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #0000;
  border-radius: 50px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  transition: background-color .3s, border-color .3s, color .3s;
}

.border-button:hover, .border-button.home-1 {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--primary);
}

.border-button.home-1:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.heading-pricing {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing-list-content {
  width: 100%;
  display: flex;
}

.button-block-pricing {
  justify-content: center;
  width: 100%;
  display: flex;
}

.button-block-banner-home-2 {
  grid-column-gap: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.heading-cart-team {
  color: var(--primary);
  margin-bottom: 0;
}

.gallery-grid-home-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.case-studies-collection-item {
  background-color: var(--white);

  flex-direction: row;
  display: flex;
}

.description-case-studies {
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.about-us-banner {
    min-height: 580px;
    padding-top: 130px;
  }

  .section.green-background {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-rights-wrapper {
    margin-top: 30px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .pricing-3-plan-item {
    padding-left: 81px;
    padding-right: 81px;
  }

  .footer-brand-wrapper {
    width: 32%;
  }

  .secondary-button {
    display: block;
  }

  .home-banner-title {
    font-size: 90px;
  }

  .home-blog-wrapper {
    margin-top: 150px;
  }

  .home-blog-collection-list {
    flex-wrap: nowrap;
  }

  .nav-menu-content {
    justify-content: space-between;
    align-items: stretch;
  }

  .heading-span {
    text-transform: none;
  }

  .gallery-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

 

  .grid-content {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    margin-top: 90px;
  }

  .content-block {
    padding: 0;
  }

  .heading-grid-content {
    margin-bottom: 32px;
  }

  .heading-slide {
    margin-bottom: 30px;
  }

  .text-slide {
    line-height: 1.73em;
  }

  .slide-content-block {
    width: 60%;
  }

  .image-slider {
    height: 590px;
    margin-right: 100px;
  }

  .slider-block-content {
    max-width: 1200px;
    padding-left: 0;
  }

  .image-block-services {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-heading {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .block-link-adress {
    grid-column-gap: 40px;
  }

  .background-section {
    top: 14%;
  }

  .image-section-left {
    object-fit: cover;
  }

  .gallery-grid-home-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-areas: "Area Area"
                         "Area Area";
  }

  .case-studies-collection-item {
    overflow: hidden;
    box-shadow: 0 -10px 20px #0000000d;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .footer-brand-wrapper {
    width: 32%;
  }

  .tabs-slider-mask {
    width: 100%;
  }

  .image-callery.home-1 {
    height: 360px;
  }

  .footer-social-wrapper {
    padding-left: 80px;
  }

  .footer-content {
    padding-left: 80px;
    padding-right: 80px;
  }

  .button-block-banner-home-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1920px) {

  .image-callery.home-1 {
    height: 414px;
  }
}

@media screen and (max-width: 991px) {
  
.image-1 {
  grid-column: 1;
}


.image-6 {
  grid-column: 2;
}

  .nav-menu-content{
    max-width: none;
  }
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h4 {
    font-size: 22px;
  }

  .section.about-us-banner {
    padding-top: 120px;
  }

  .section-title-wrapper.max-w-730px {
    max-width: 100%;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large.max-w {
    max-width: 100%;
  }

  .text-white {
    max-width: 100%;
  }

  .text-white.mb-30 {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .services-item {
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-3-plans-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .pricing-3-plan-item {
    width: 48%;
  }


  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-logo-wrapper {
    width: 50%;
  }

  .service-details-content-wrapper {
    margin-right: 20px;
  }

  .about-3-tabs-content {
    justify-content: center;
    width: 100%;
  }

  .about-3-tab-image-wrap {
    width: 100%;
    height: 350px;
  }

  .about-3-tab-content-wrap {
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
  }

  .about-3-tab-pane-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .portfolio-grid-title-wrapper {
    justify-content: center;
    padding: 20px 30px;
    inset: auto 0% 0%;
  }

  .portfolio-grid-title-wrapper.case-studies {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .portfolio-grad-title {
    font-size: 22px;
  }

  .portfolio-grid-category {
    font-size: 16px;
  }

  .project-template-image {
    height: 360px;
  }

  .banner-slider-container {
    text-align: center;
  }

  .home-banner-title {
    font-size: 56px;
  }

  .home-blog-wrapper {
    margin-top: 80px;
  }

  .home-blog-collection-item {
    width: 47%;
  }

  .home-blog-collection-list {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .portfolio-grid-image-link.case-studies {
    width: 100%;
  }

  .header-link {
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .logo-menu {
    margin-right: auto;
  }

  .header-container {
    justify-content: space-between;
    max-width: 100%;
    display: flex;
    align-items: center;
  }

  .nav-menu-content {
    z-index: 3;
    background-color: var(--primary);
    align-items: center;
    width: 320px;
    height: 100vh;
    inset: 0%;
  }

  .navbar-2 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-menu-header {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    display: flex;
  }

  .navigation-link {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 35px;
  }

  .large-container.display-flex {
    max-width: 100%;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .text-slide {
    margin-bottom: 35px;
  }

  .slide-content-wrapper {
    flex-direction: column;
  }

  .slide-content-block {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-slider {
    width: 100%;
    height: 350px;
    margin-right: 0;
  }

  .slider-block-content {
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
  }

  .image-block-services {
    grid-column-gap: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-block.centered-block {
    height: 350px;
  }

  .block-link-adress {
    justify-content: space-between;
    align-items: flex-start;
  }

  .background-section {
    top: 8%;
  }

  .background-slider {
    width: 100%;
    height: 100%;
    inset: 0%;
    transform: none;
  }

  .footer-social-wrapper {
    grid-row-gap: 30px;
    text-align: left;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tab-pane-1981 {
    flex: 1;
  }

  .section-title-right {
    width: 100%;
  }

  .section-image-left {
    width: 100%;
    height: 450px;
    min-height: auto;
    padding-bottom: 0;
    overflow: hidden;
  }

  .section-content {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .case-studies-collection-item {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  
  .w-richtext figure {
    max-width: 100%;
    margin-left: 0;
  }
  .image-1 {
    grid-column: 1;
  }
  
  
  .image-6 {
    grid-column: 1;
  }
  
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 26px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.about-us-banner {
    min-height: 370px;
  }

  .section.green-background {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .primary-button.margin-top-50px {
    margin-top: 30px;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }


  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .services-item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .services-item.last-child {
    margin-bottom: 0;
  }

  .pricing-3-plans-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .pricing-3-plan-item {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .pricing-3-plan-content-wrapper.center-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contacts-3-form-wrapper {
    padding: 20px;
  }

  .contact-3-inputs-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-link.none-padding {
    width: 45%;
  }

  .footer-wrapper {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 25px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-brand-description {
    text-align: center;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .about-3-tab-image-wrap {
    width: 100%;
    height: 260px;
  }

  .about-3-tab-pane-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .portfolio-grid-title-wrapper.case-studies {
    padding: 30px 0;
  }

  .portfolio-grad-title {
    font-size: 20px;
  }

  .project-template-images-list {
    grid-template-columns: 1fr;
  }

  .tabs-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-slider-container.none-padding-bottom {
    padding-bottom: 0;
  }

  .home-banner-title {
    font-size: 48px;
  }

  .home-blog-collection-item {
    width: 100%;
  }

  .home-blog-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gallery-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .image-callery.height {
    height: 250px;
  }

  .grid-content {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .slider-block-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-section-banner {
    font-size: 32px;
  }

  .image-block-services {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .image-block.centered-block {
    height: 250px;
    transform: none;
  }

  .section-heading {
    min-height: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block-link-adress {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .background-section {
    top: 5.5%;
  }

  .footer-social-wrapper, .footer-content {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-grid-home-2 {
    grid-template-columns: 1fr 1fr;
  }

  .case-studies-collection-item {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {

  .footer {
    text-align: left;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .pricing-3-plan-content-wrapper, .pricing-3-plan-content-wrapper.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-features-icon {
    margin-right: 15px;
  }

  .footer-link.none-padding {
    width: auto;
  }

  .footer-wrapper {
    margin-bottom: 10px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-links-wrapper {
    grid-row-gap: 5px;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .portfolio-grid-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-blog-wrapper {
    margin-top: 60px;
  }

  .portfolio-grid-image-link {
    height: 280px;
  }

  .image-slider {
    height: 350px;
  }

  .image-block-services {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .block-link-adress {
    justify-content: center;
  }

  .background-section {
    top: 4.5%;
  }

  .footer-social-wrapper, .section-title-right {
    text-align: center;
  }

  .section-image-left {
    height: 350px;
  }

  .section-content {
    grid-row-gap: 20px;
  }

  .button-block-banner-home-2 {
    grid-column-gap: 15px;
    text-align: center;
    margin-top: 30px;
  }
}


@font-face {
  font-family: RobotoSlab;
  src: url("../fonts/RobotoSlab-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: RobotoSlab;
  src: url("../fonts/RobotoSlab-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: RobotoSlab;
  src: url("../fonts/RobotoSlab-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.work-steps-section {
  background: var(--primary);
  padding: 60px 20px;

  color: var(--white);
}

.container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: 2.8rem;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--white);
}

.section-subtitle {
  font-size: 1.1rem;
  margin-bottom: 40px;
  color: #ffffff;
}

.steps-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.step {
  background: white;
  border-radius: 10px;
  padding: 30px 25px;
  flex: 1 1 40%;
  box-shadow: 0 8px 20px rgb(42 77 58 / 0.15);
  text-align: left;
  transition: transform 0.3s ease;
}

.step:hover {
  transform: translateY(-8px);
}

.step-number {
  background: var(--orange);
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 15px;
}

.step-title {
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.step-description {
  font-size: 1rem;
  line-height: 1.5;
  color: #3b5c43;
}

@media (max-width: 768px) {
  .steps-wrapper {
    flex-direction: column;
  }
  .step {
    flex: 1 1 100%;
  }
}

.burger-btn {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.burger-line {
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .burger-btn {
    display: flex;
  }

  .nav-menu-content {
    position: absolute;
    top: 90px;
    right: 0;
    width: 250px;
    height: calc(100vh - 60px);
    background: #204e51;
    box-shadow: -2px 0 8px rgba(0,0,0,0.1);
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    overflow-y: auto;
    align-items: start;
    z-index: 1000;
  }

  .nav-menu-content.open {
    transform: translateX(0);
  }

  .navigation-link {
    flex-direction: column;
    padding: 40px 20px;

  }

  .header-link {
    margin-bottom: 15px;
  }
}


.section-form {


  & .section-title {
    color: var(--primary);
  }
}

.landscape-tabs {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.landscape-tabs .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #2a2a2a;
}

.tabs {
  margin-bottom: 30px;
}

.tab-button {
  background-color: #fff;
  border: 2px solid #ccc;
  padding: 10px 20px;
  margin: 0 5px;
  font-size: 1rem;
  cursor: pointer;

  transition: 0.3s;
}

.tab-button.active,
.tab-button:hover {
  background-color: var(--primary);
  color: #fff;

}

.tab-content {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}

.tab-content.active {
  display: block;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.portfolio-grid-image-1 {
  grid-column: 1/3;
}


.portfolio-grid-image-7 {
  grid-column: 2/4;
}

.gallery img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
  max-height: 500px;
}

.gallery img:hover {
  transform: scale(1.02);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  animation: fadeIn 0.3s ease;
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80vh;
  border-radius: 8px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

.image-modal .close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.image-modal .close:hover {
  color: #ff5c5c;
}

@keyframes fadeIn {
  from { opacity: 0 }
  to { opacity: 1 }
}

.author-avatar {
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
}

.work-steps-section-home {
  & .section-title {
    color: #fff;
  }
}

.dop-style {
  padding: 150px 80px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;

  h1 {
      margin-bottom: 30px;
      line-height: 150%;
      font-size: 50px;
      color: #333;
      font-weight: 600;
  }

  h2 {
      margin-bottom: 40px;
      line-height: 150%;
      font-size: 25px;
      color: #333;
  }

  p {
      max-width: 1000px;
      line-height: 150%;
      color: #333;
  }

  div {
      margin-bottom: 50px;
  }

  a {
      color: #141414;
      padding: 20px;
      border: 1px solid #333;

  }

  & .button.primary-button {
      margin-top: 40px;
      animation: none;
      width: 300px;
      justify-content: center;

      &:hover {
        color: #000;
      }
  }

  @media screen and (max-width: 479px) {

      padding: 150px 30px;

      h1 {
          font-size: 30px;
      }

      h2 {
          font-size: 20px;
      }
  }
  
}

.thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .services-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .tabs {
    row-gap: 20px;
    display: flex;
    flex-direction: column;
  }
  .gallery {
    grid-template-columns: 1fr ;
  }
  .portfolio-grid-image-1,
  .portfolio-grid-image-7 {
    grid-column: 1;
  }
  .home-blog-collection-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .author-avatar {
    max-width: 300px;
    max-height: 300px;
    height: 500px;

    margin: 0 auto;
  }
  .w-richtext figure {
    max-width: 100%;
    margin-left: 0;
  }

  .w-richtext figure.w-richtext-align-floatright {
    margin-left: 0;
    width: 100%;

    div {
      width: 100%;
   
    }
  }

  .w-richtext figure img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
  }
}

@media screen and (max-width: 479px) {
  .team-grid {
    grid-template-columns: 1fr ;
  }

  .home-blog-collection-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .author-avatar {
    max-width: 100%;
    max-height: 300px;


    margin: 0 auto;
  }

  .services-wrapper {
    grid-template-columns: 1fr;
  }
}

.legal {
  h1 {
    font-size: 45px;
  }
}

.top-banner {
  background: linear-gradient(90deg, #58a978 0%, #386744 100%);
  text-align: center;
  padding: 60px 20px;
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;


  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top-banner p {
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 100%;
}

.top-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}




@media (max-width: 767px) {
  .top-banner {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    font-size: 24px;
    padding: 0 30px;

    p {
      font-size: 35px;
    }
  }


}

@media (max-width: 479px) {
  .top-banner {



    p {
      font-size: 30px;
    }
  }

}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

