@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a, button, i {
  transition: all 0.4s linear;
}

a, a:hover {
  text-decoration: none !important;
}

input:focus,
textarea:focus {
  outline: none;
  box-shadow: none !important;
}

button {
  border: none;
}

button:focus {
  outline: none;
}

section {
  padding-bottom: 100px;
}
section p {
  margin-bottom: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

h1, h2, h3, h4, h5, h6, span, p, a, button, input, textarea, label {
  font-family: "Poppins", sans-serif;
}

.title {
  color: #864509;
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  margin-bottom: 40px;
  text-align: center;
}

section a, footer a, header a {
  display: inline-block;
}
section p, footer p, header p {
  margin-bottom: 0;
}
section ul, footer ul, header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 0px;
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #4D2603;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: #4D2603;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

header {
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  z-index: 1000;
  position: relative;
}
header .menu-btn-div {
  position: relative;
  cursor: pointer;
  z-index: 10000;
  overflow: hidden;
  width: 25px;
  height: 50px;
  display: none;
  margin-left: 15px;
}
header .menu-btn-div.open .menu-btn {
  transform: translate(100px, 25px);
  opacity: 0;
}
header .menu-btn-div.open::after {
  transform: translateY(20px) rotate(135deg);
}
header .menu-btn-div.open::before {
  transform: translateY(22px) rotate(45deg);
}
header .menu-btn-div:before {
  content: "";
  background: #864509;
  width: 25px;
  height: 2px;
  transition: all 0.4s linear;
  cursor: pointer;
  position: absolute;
  transform: translateY(17px);
}
header .menu-btn-div:after {
  content: "";
  background: #864509;
  width: 25px;
  height: 2px;
  transition: all 0.4s linear;
  cursor: pointer;
  position: absolute;
  transform: translateY(29px);
}
header .menu-btn-div .menu-btn {
  background: #864509;
  width: 25px;
  height: 2px;
  transition: all 0.4s linear;
  transform: translate(0px, 24px);
}
header .logo {
  max-width: 140px;
  width: 100%;
  padding: 24px 0;
  z-index: 1001;
}
header .logo img {
  width: 100%;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav {
  display: flex;
  max-width: 1000px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
header .button {
  background: #864509;
  color: white;
  padding-top: 9px;
  padding-bottom: 9px;
}
header .button:hover {
  background: white;
  color: #864509;
}
header .header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 545px;
  width: 100%;
}
header .header-menu a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #864509;
}
header .header-menu a:hover {
  color: #3D1D01;
}
header .lang-block {
  padding: 24px 0;
  position: relative;
  cursor: pointer;
  margin-left: 115px;
}
header .lang-block p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #3D1D01;
  text-transform: uppercase;
}
header .lang-block a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #F8D998;
  text-transform: uppercase;
}
header .lang-block img {
  width: 20px;
  transition: all 0.4s linear;
}
header .lang-block ul {
  position: absolute;
  bottom: -67px;
  background: #864509;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  border-radius: 5px;
  padding: 10px 15px;
  left: -3px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear;
}
header .lang-block ul li:first-child {
  padding-bottom: 5px;
}
header .lang-block:hover ul {
  opacity: 1;
  visibility: visible;
}
header .lang-block:hover img {
  transform: rotate(180deg);
}
header.show {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.button {
  border: 1.5px solid #864509;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #864509;
  padding: 14px 44px;
}
.button:hover, .button.active {
  background: #864509;
  color: white;
  text-decoration: none;
}

.btn-block {
  text-align: center;
  margin-top: 35px;
}

#benefit .card-block {
  display: flex;
  justify-content: space-between;
}
#benefit .card {
  min-height: 305px;
  max-width: 314px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #BBBBBB;
  border-radius: 8px;
  padding: 20px;
}
#benefit .card-img {
  padding: 0;
  margin-bottom: 20px;
}
#benefit .card-img img {
  width: 66px;
  height: 76px;
}
#benefit .card-body {
  padding: 0;
  background: transparent;
}
#benefit .card-title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  font-feature-settings: "liga" off;
  color: #272727;
}
#benefit .card-subtitle {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  font-family: "Montserrat", sans-serif;
  color: #202020;
}

#home .homepage-slider {
  overflow: hidden;
  position: relative;
  height: 645px;
}
#home .slider-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
#home .slider-text {
  background: linear-gradient(90deg, rgba(43, 43, 43, 0.55) 4.91%, rgba(45, 45, 45, 0) 54.16%, rgba(45, 45, 45, 0.4125) 99.79%);
  border-radius: 12px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 114px;
  padding-top: 130px;
}
#home .title {
  color: #EABC62;
  max-width: 370px;
  text-align: left;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 60px;
}
#home .subtitle {
  max-width: 410px;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #F8F8F8;
}
#home .button {
  margin-top: 55px;
  border: 1.5px solid #EABC62;
  color: #F8D998;
}
#home .button img {
  transform: none;
  transition: all 0.2s linear;
}
#home .button:hover {
  background: transparent;
}
#home .button:hover img {
  transform: rotate(-34deg) translate(15px, 7px);
}
#home .swiper-button-prev, #home .swiper-button-next {
  background: url("../images/icon/gold-left.svg");
  background-repeat: no-repeat;
}
#home .swiper-button-prev {
  height: 27px;
  left: 40px;
}
#home .swiper-button-next {
  height: 27px;
  transform: rotate(180deg);
  right: 40px;
}
#home .swiper-pagination {
  padding-left: 114px;
  text-align: left;
  padding-bottom: 30px;
}
#home .swiper-pagination-bullet {
  width: 12.31px;
  height: 12.31px;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  border: 1px solid #EABC62;
  transform: matrix(-0.71, -0.69, 0.72, -0.71, 0, 0);
  transition: all 0.4s linear;
  margin-right: 20px;
}
#home .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  width: 12px;
  background: #F3F3F3;
  height: 1px;
  left: -14px;
  top: 17px;
  transform: rotate(-45deg);
  transition: all 0.4s linear;
}
#home .swiper-pagination-bullet:last-child::after {
  display: none !important;
}
#home .swiper-pagination-bullet-active {
  width: 15.73px;
  height: 15.73px;
  background: #EABC62;
  transform: matrix(-0.71, -0.69, 0.72, -0.71, 0, 0);
  border-radius: 0;
  margin-right: 30px;
}
#home .swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  width: 20px;
  background: #F3F3F3;
  height: 1px;
  left: -21px;
  top: 23px;
}

#projects .project-card {
  display: flex;
  align-items: center;
  position: relative;
}
#projects .project-card:not(:last-child) {
  margin-bottom: 50px;
}
#projects .project-card:nth-child(even) {
  flex-direction: row-reverse;
}
#projects .project-card:nth-child(even) .project-card-body {
  right: inherit;
  left: 0;
}
#projects .project-card-btn {
  z-index: 2;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #864509;
  display: block;
  text-align: right;
}
#projects .project-card-btn img {
  margin-left: 20px;
}
#projects .project-card-subtitle {
  color: #3D1D01;
  font-weight: 400;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  line-height: 21px;
  margin-bottom: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s linear;
}
#projects .project-card-title {
  max-width: 100% !important;
  color: #864509;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 24px;
  transition: all 0.4s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s linear;
}
#projects .project-card-body {
  background: #E8E8E8;
  border-radius: 8px;
  max-width: 430px;
  width: 100%;
  height: 235px;
  padding: 20px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  z-index: 1;
  transition: all 0.4s linear;
}
#projects .project-card-body:hover {
  background: #864509;
}
#projects .project-card-body:hover .project-card-title, #projects .project-card-body:hover .project-card-btn {
  color: #F8D998;
}
#projects .project-card-body:hover .project-card-subtitle {
  color: #F2F2F2;
}
#projects .project-card-img {
  max-width: 990px;
  width: 100%;
  height: 335px;
}
#projects .project-card-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 8px;
}
#projects .card-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#projects.projects-page {
  padding-top: 35px;
}
#projects.projects-page .nav-tabs {
  border: none;
}
#projects.projects-page .project-filter {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: nowrap;
  overflow: auto;
  max-width: 100%;
}
#projects.projects-page .project-filter a {
  padding: 10px 23px;
  font-size: 14px;
  line-height: 20px;
}
#projects.projects-page .project-filter li:not(:last-child) {
  margin-right: 20px;
}
#projects.projects-page .project-filter::-webkit-scrollbar {
  width: 0px;
  height: 0;
}
#projects.projects-page .project-filter::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 0px;
  background: transparent;
}
#projects.projects-page .project-filter::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 8px;
}
#projects.projects-page .project-card-img img {
  filter: grayscale(1);
  transition: all 0.4s linear;
}
#projects.projects-page .project-card:hover img {
  filter: grayscale(0);
}
#projects.projects-page .fade.show.active {
  opacity: 1 !important;
}
#projects.projects-page .project-card-body {
  z-index: 0;
}
#projects.projects-page .project-card-body:hover {
  background: #E8E8E8;
}
#projects.projects-page .project-card-body:hover .project-card-title, #projects.projects-page .project-card-body:hover .project-card-btn {
  color: #864509;
}
#projects.projects-page .project-card-body:hover .project-card-subtitle {
  color: #3D1D01;
}

#single-project .project-text {
  display: flex;
}
#single-project .project-text:nth-child(3) {
  margin-top: 32px;
}
#single-project .project-text span {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #F2F2F2;
  display: inline-block;
  max-width: 160px;
  width: 100%;
  white-space: nowrap;
}
#single-project .project-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #F1F1F1;
}
#single-project .project-info-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 40px;
  color: #F8D998;
}
#single-project .project-info-block {
  border-radius: 8px;
  background: #864509;
  padding: 32px 28px;
  max-width: 49%;
  width: 100%;
}
#single-project .title {
  margin-top: 40px;
}
#single-project .project-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start !important;
}
#single-project .project-img-card {
  max-width: 49%;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 500px;
}
#single-project .swiper-button-prev, #single-project .swiper-button-next {
  background: url("../images/icon/gold-left.svg");
  background-repeat: no-repeat;
}
#single-project .swiper-button-prev {
  height: 27px;
}
#single-project .swiper-button-next {
  height: 27px;
  transform: rotate(180deg);
}
#single-project .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#single-project .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
#single-project .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
#single-project .swiper-slide {
  background-size: cover;
  background-position: center;
}
#single-project .mySwiper2 {
  height: 75%;
  width: 100%;
}
#single-project .mySwiper {
  height: 25%;
  box-sizing: border-box;
  padding: 10px 0 0;
}
#single-project .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
}
#single-project .mySwiper .swiper-slide img {
  filter: grayscale(1);
  transition: all 0.4s linear;
  border-radius: 8px;
}
#single-project .mySwiper .swiper-slide-thumb-active img {
  filter: grayscale(0);
}
#single-project .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.related-project {
  padding-bottom: 70px;
}
.related-project .title {
  font-size: 40px;
}
.related-project .swiper-button-prev, .related-project .swiper-button-next {
  background: url("../images/icon/Down.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  top: 62%;
}
.related-project .swiper-button-prev {
  transform: rotate(90deg);
  left: -60px;
}
.related-project .swiper-button-next {
  transform: rotate(270deg);
  right: -60px;
}
.related-project .container {
  position: relative;
}
.related-project .swiper {
  padding-bottom: 52px;
}
.related-project .project-card {
  margin-bottom: 0 !important;
}
.related-project .swiper-pagination-bullet {
  background: #864509;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.related-project .swiper-pagination-bullet-active {
  background-color: #F8D998;
}

#about .about-card-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
#about .about-card-text {
  margin-left: 28px;
  width: 100%;
  max-width: 540px;
}
#about .about-card-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #3D1D01;
  font-family: "Montserrat", sans-serif;
}
#about .about-card-text p:not(:last-child) {
  margin-bottom: 10px;
}
#about .about-card-title {
  max-width: 100%;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #864509;
  margin-bottom: 24px;
  position: relative;
  padding-left: 114px;
}
#about .about-card-title::before {
  content: "";
  position: absolute;
  width: 86px;
  background: #4D2603;
  height: 2px;
  left: 0px;
  top: 14px;
}
#about .about-card-img {
  border-radius: 8px;
  max-width: calc(100% - 570px);
  width: 100%;
  min-height: 480px;
}
#about .about-card-img img {
  border-radius: 8px;
  width: 100%;
}
#about .btn-block {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
#about.about-page {
  padding-top: 75px;
  padding-bottom: 150px;
}
#about.about-page .about-card-block {
  margin-bottom: 100px;
}
#about.about-page .about-card-block:nth-child(even) {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
#about.about-page .about-card-block:nth-child(even) .about-card-text {
  margin-left: 0;
  margin-right: 24px;
}
#about.about-page .about-card-text .about-card-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

#breadcrumbs {
  padding-bottom: 25px;
}
#breadcrumbs .breadcrumb-img {
  max-width: 1340px;
  width: 100%;
  background-position: center;
  background-size: cover;
  height: 325px;
  display: flex;
  align-items: center;
  border-radius: 12px;
}
#breadcrumbs .breadcrumb-img h2 {
  padding-left: 125px;
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  margin-bottom: 0;
  color: #FFFFFF;
  text-transform: uppercase;
}

.breadcrumb-link {
  display: flex;
  margin-top: 20px;
}
.breadcrumb-link a {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: "Montserrat", sans-serif;
  color: #424242;
}
.breadcrumb-link a:hover {
  color: #864509;
}
.breadcrumb-link p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  font-family: "Montserrat", sans-serif;
  margin-left: 4px;
  color: #a2a2a2;
}

footer {
  background: #864509;
}
footer > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .logo {
  max-width: 200px;
  width: 100%;
  padding: 50px 0;
}
footer .logo img {
  width: 100%;
}
footer ul {
  display: flex;
  justify-content: space-between;
  max-width: 640px;
  width: 100%;
}
footer ul a {
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
footer ul a:hover {
  color: #F8D998;
}
footer .social-media {
  display: flex;
}
footer .social-media a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
}
footer .social-media a:not(:last-child) {
  margin-right: 19px;
}
footer .copyright {
  background: #4D2603;
}
footer .copyright p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #E0E0E0;
  padding: 20px 0;
}

#contact {
  padding-top: 0;
}
#contact .contact-container {
  display: flex;
  justify-content: space-between;
}
#contact .contact-info-block {
  border: 3px solid #864509;
  border-radius: 12px;
  background: #F5F5F5;
  padding: 40px;
  max-width: 49%;
  width: 100%;
  min-height: 480px;
}
#contact .contact-map {
  max-width: 49%;
  width: 100%;
}
#contact .contact-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
#contact .contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
#contact .contact-info img {
  margin-right: 12px;
}
#contact .contact-info a {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #3D1D01;
  font-family: "Montserrat", sans-serif;
}
#contact .contact-info-header {
  margin-bottom: 58px;
}
#contact .contact-info-header h5 {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #864509;
  margin-bottom: 0;
}
#contact .contact-info-header p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #3D1D01;
}

#contact.contact-page .title {
  margin-top: 40px;
}
#contact.contact-page .contact-container {
  flex-wrap: wrap;
  justify-content: center;
}
#contact.contact-page .contact-map {
  max-width: 100%;
  width: 100%;
  min-height: 550px;
}
#contact.contact-page .contact-info-block {
  background: #864509;
  border-radius: 0px 12px 12px 0px;
  margin-top: -40px;
  max-width: 540px;
  width: 100%;
}
#contact.contact-page .contact-info-block h5 {
  color: #F8D998;
}
#contact.contact-page .contact-info-block p, #contact.contact-page .contact-info-block a {
  color: white;
}
#contact.contact-page .contact-form {
  background: #FBF6EE;
  border-radius: 12px 0px 0px 12px;
  margin-top: -40px;
  max-width: 570px;
  width: 100%;
  padding: 32px;
}
#contact.contact-page input, #contact.contact-page textarea {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  color: #3D1D01;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(134, 69, 9, 0.81);
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 29px;
}
#contact.contact-page input *::-moz-placeholder, #contact.contact-page textarea *::-moz-placeholder {
  color: #A2A2A2;
}
#contact.contact-page input *:-ms-input-placeholder, #contact.contact-page textarea *:-ms-input-placeholder {
  color: #A2A2A2;
}
#contact.contact-page input *::placeholder, #contact.contact-page textarea *::placeholder {
  color: #A2A2A2;
}
#contact.contact-page textarea {
  min-height: 90px;
}
#contact.contact-page button {
  padding: 9px 0;
  width: 100%;
  background: transparent;
  border: 1.5px solid #864509;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  display: block;
  color: #864509;
}
#contact.contact-page button:hover {
  color: white;
  background: #864509;
}
#contact.contact-page .form-group {
  margin-bottom: 0;
}

@media only screen and (min-width: 1440px) {
  body .container,
body .container-lg,
body .container-md,
body .container-sm,
body .container-xl {
    max-width: 1344px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1440px) {
  #about .about-card-img {
    min-height: initial;
  }
}
@media only screen and (max-width: 1200px) {
  header .button {
    display: none;
  }
  header .menu-btn-div {
    display: block;
  }
  header nav {
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    background: white;
    flex-direction: column;
    height: 100vh;
    z-index: 1000;
    align-items: flex-start;
    justify-content: flex-start;
    transition: all 0.4s linear;
  }
  header nav.show-menu {
    left: 0;
  }
  header .header-menu {
    flex-direction: column;
    max-width: 720px;
    margin: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 130px;
  }
  header .header-menu li {
    margin-bottom: 20px;
  }
  header .lang-block {
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
    display: flex;
  }
  header .lang-block img {
    display: none;
  }
  header .lang-block ul {
    position: static;
    opacity: 1;
    visibility: visible;
    background: transparent;
    padding: 0;
    display: flex;
  }
  header .lang-block ul li:first-child {
    padding-bottom: 0px;
  }
  header .lang-block p, header .lang-block li {
    margin-right: 20px;
  }
  header .lang-block li a {
    color: #F8D998;
  }
  #about .about-card-img {
    max-width: 49%;
  }
  #about .about-card-text {
    max-width: 47%;
  }
  #contact.contact-page .contact-form,
#contact.contact-page .contact-info-block {
    max-width: 50%;
  }
  #contact .contact-map {
    max-width: 50%;
  }
  footer .logo {
    max-width: 110px;
    padding: 30px 0;
  }
  footer ul {
    max-width: 450px;
  }
  footer .copyright p {
    font-size: 13px;
  }
  #benefit {
    padding-bottom: 80px;
  }
  #benefit .card-block {
    flex-wrap: wrap;
    justify-content: center;
  }
  #benefit .card {
    margin: 0 20px 20px;
  }
}
@media only screen and (max-width: 991px) {
  section {
    padding-bottom: 80px;
  }
  #single-project .project-block {
    flex-direction: column;
  }
  #single-project .project-img-card, #single-project .project-info-block {
    max-width: 100%;
  }
  #single-project .project-info-block {
    margin-top: 30px;
  }
  #about .btn-block {
    position: static;
  }
  #about .about-card-text {
    margin-top: 30px;
  }
  #about.about-page .about-card-block {
    flex-direction: column-reverse !important;
  }
  #about.about-page .about-card-text {
    margin-bottom: 30px;
    margin-top: 0;
  }
  #about .about-card-text,
#about .about-card-img {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0 !important;
  }
  #about.about-page {
    padding-bottom: 80px;
  }
  #about.about-page .about-card-block {
    margin-bottom: 70px;
  }
  #about.about-page .about-card-block:nth-child(even) {
    margin-bottom: 0;
  }
  #contact .contact-map {
    max-width: 100%;
  }
  #contact .contact-container {
    flex-direction: column;
  }
  #contact .contact-info-block {
    max-width: 100%;
    margin-top: 0px;
    border-radius: 12px;
  }
  #contact .contact-map {
    height: 400px;
    min-height: initial;
    margin-top: 30px;
    order: 2;
  }
  #contact.contact-page .contact-form,
#contact.contact-page .contact-info-block {
    max-width: 100%;
    margin-top: 0px;
    border-radius: 12px;
  }
  #contact.contact-page .contact-form {
    margin-bottom: 30px;
  }
  footer ul {
    flex-direction: column;
    padding-top: 20px;
  }
  footer ul li {
    margin-bottom: 15px;
  }
  footer .social-media {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  footer > .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  #home .slider-text {
    padding-left: 30px;
    padding-top: 80px;
  }
  #home .swiper-button-next, #home .swiper-button-prev {
    display: none;
  }
  #home .title {
    font-size: 30px;
    line-height: 39px;
  }
  #home .button {
    padding: 9px 25px;
  }
  #home .swiper-pagination {
    padding-left: 30px;
  }
  #home .homepage-slider {
    height: 500px;
  }
  #projects .project-card {
    flex-direction: column !important;
  }
  #projects .project-card-body {
    position: static;
    transform: none;
  }
  #projects .project-card-img {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumb-link {
    overflow: auto;
  }
  .breadcrumb-link::-webkit-scrollbar {
    width: 0px;
    height: 0;
  }
  .breadcrumb-link::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 0px;
    background: transparent;
  }
  .breadcrumb-link::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 8px;
  }
  .breadcrumb-link p, .breadcrumb-link a {
    white-space: nowrap;
  }
  #single-project .project-info-block {
    padding: 20px;
  }
  #single-project .project-info-title {
    font-size: 22px;
    line-height: 30px;
  }
  #single-project .project-text {
    flex-direction: column;
  }
  #single-project .project-text span {
    white-space: nowrap;
    margin-bottom: 8px;
  }
  #single-project .project-text span, #single-project .project-text p {
    font-size: 16px;
    line-height: 20px;
  }
  .related-project .title {
    font-size: 27px;
    line-height: 30px;
  }
  #single-project .title {
    font-size: 30px;
    line-height: 35px;
  }
  header .logo {
    max-width: 100px;
  }
  header .header-menu {
    padding-top: 115px;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .lang-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .button {
    padding-left: 25px;
    padding-right: 25px;
  }
  #benefit {
    overflow: hidden;
  }
  #benefit .card {
    margin-left: 0;
    margin-right: 0;
  }
  #benefit .card-title {
    font-size: 20px;
    line-height: 28px;
  }
  #projects .project-card-body {
    height: 205px;
  }
  #projects .project-card-title {
    max-width: 100%;
    font-size: 20px;
    line-height: 27px;
  }
  #projects .project-filter {
    justify-content: flex-start;
  }
  #projects .project-filter li a {
    white-space: nowrap;
  }
  .title {
    font-size: 33px;
    line-height: 45px;
  }
  #breadcrumbs .breadcrumb-img {
    height: 200px;
  }
  #breadcrumbs .breadcrumb-img h2 {
    font-size: 30px;
    line-height: 40px;
    padding-left: 24px;
  }
  #about .about-card-title {
    padding-left: 60px;
    font-size: 19px;
    line-height: 24px;
  }
  #about .about-card-title::before {
    width: 45px;
  }
  #about.about-page {
    padding-top: 50px;
  }
  #about.about-page .about-card-text .about-card-title {
    padding-left: 60px;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  #about .about-card-img img {
    height: 250px;
  }
  #about .button {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  #contact .contact-info-header p {
    font-size: 15px;
    line-height: 23px;
  }
  #contact .contact-info-header h5 {
    font-size: 20px;
    line-height: 30px;
  }
  #contact .contact-info a {
    font-size: 18px;
    line-height: 23px;
  }
  #contact .contact-info img {
    width: 22px;
    height: 22px;
  }
  #contact .contact-info-block {
    padding: 25px;
    overflow: hidden;
    min-height: 400px;
  }
  #contact.contact-page .contact-form {
    padding: 25px;
  }
}/*# sourceMappingURL=main.css.map */