/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";
@font-face {
  font-family: "SegoeUI";
  src: local("Segoe UI Semilight"),
    url(../fonts/SegoeUI-SemiLight.woff2) format("woff2");
  font-weight: 100;
}
@font-face {
  font-family: "SegoeUI";
  src: local("Segoe UI Light"),
    url(../fonts/SegoeUI-Light.woff2) format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "SegoeUI";
  src: local("Segoe UI"), url(../fonts/SegoeUI-Regular.woff2) format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "SegoeUI";
  src: local("Segoe UI Semibold"),
    url(../fonts/SegoeUI-SemiBold.woff2) format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "SegoeUI";
  src: local("Segoe UI Bold"), url(../fonts/SegoeUI-Bold.woff2) format("woff2");
  font-weight: 700;
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(127, 130, 67);
  text-decoration: none !important;
}
a:hover {
  color: rgb(198, 184, 158);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SegoeUI", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}
html {
  background: rgb(198, 184, 158);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
  position: relative;
}
body {
  font-family: "SegoeUI", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  direction: ltr;
  background: rgb(255, 255, 255);
  color: rgb(77, 77, 77);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.overlay-link {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.body-overlay {
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(127, 130, 67, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 100;
  cursor: pointer;
}
.body-overflow {
  overflow: hidden;
}
.btn,
.custom-file-input,
.custom-select,
.form-control {
  border-radius: 0;
  box-shadow: none !important;
}
.btn,
label,
th,
.control-label {
  font-family: "SegoeUI", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: decimal;
}
.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.v-gutters > div {
  padding: 15px;
}
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}
.row.sm-gutters.v-gutters > div {
  padding: 5px;
}
.lg-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.lg-gutters > .col,
.lg-gutters > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row.lg-gutters.v-gutters {
  margin-top: -30px;
  margin-bottom: -30px;
}
.row.lg-gutters.v-gutters > div {
  padding: 30px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.page-navigation {
  margin: 50px 0 0;
  text-align: center;
  background: rgb(242, 242, 242);
  padding: 40px;
}
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination > li {
  padding: 0 10px;
}
.pagination > li > a,
.pagination > li > .page-link.current {
  color: rgba(51, 51, 51, 0.5);
  line-height: 1;
  text-align: center;
  font-weight: 700;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.pagination > li > a.page-link:hover,
.pagination > li > .page-link.current {
  color: rgb(51, 51, 51);
}
/*Custom*/
.container-fluid {
  max-width: 1630px;
}
.section {
  position: relative;
  z-index: 1;
}
.section-wrapper {
  padding: 100px 0;
}
.section-cover {
  position: relative;
}
.section-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 30px;
}
.section-title {
  font-size: 67px;
  font-size: 46px;
  color: rgb(51, 51, 51);
  margin: 0;
}
.section-subtitle {
  font-size: 24px;
  color: rgb(128, 128, 128);
  margin: 0;
}
#page-body {
  padding: 100px 0;
}
#header + #page-body {
  padding-top: 150px;
}
#page-footer {
  background: rgb(226, 222, 213);
  padding: 60px 0;
  margin-top: auto;
}
#page-footer + #footer {
  margin-top: 0;
}
#page-header {
  padding-top: 240px;
  padding-bottom: 110px;
  text-align: center;
}
#page-title {
  font-size: 46px;
  color: rgb(51, 51, 51);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0;
}
#page-subtitle {
  font-size: 24px;
  color: rgb(128, 128, 128);
  margin: 0;
}
#page-cover > img {
  width: 100%;
  object-fit: cover;
}
.subsection {
  padding: 40px 0;
}
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .subsection-footer {
  margin-top: 20px;
}
.subsection-header {
  overflow: hidden;
}
.subsection-title {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  position: relative;
  padding: 0 0 15px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.subsection-title::after {
  background: rgba(255, 255, 216, 0.3);
  width: 100%;
  margin-left: 15px;
  height: 1px;
  display: block;
  content: "";
}
.subsection-cover {
  position: relative;
}
.subsection-cover > img {
  width: 100%;
}
.tbutton {
  height: 35px;
  padding: 0 30px;
  font-weight: 400;
  font-size: 15px;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-block + .tbutton-block {
  margin-top: 15px;
}
.tbutton-primary-fill {
  background: rgb(127, 130, 67);
  color: rgb(255, 255, 255);
}
.tbutton-primary-fill:hover {
  background: rgb(255, 255, 255);
  color: rgb(127, 130, 67);
}
.tbutton-primary-outline {
  background: none;
  border-color: rgb(127, 130, 67);
  color: rgb(127, 130, 67);
}
.tbutton-primary-outline:hover {
  background: rgb(127, 130, 67);
  border-color: rgb(127, 130, 67);
  color: rgb(255, 255, 255);
}
.tbutton-dark-fill {
  background: rgb(64, 66, 56);
  color: rgb(255, 255, 255);
}
.tbutton-dark-fill:hover {
  background: rgb(255, 255, 255);
  color: rgb(64, 66, 56);
}
.tbutton-dark-outline {
  background: none;
  border-color: rgb(64, 66, 56);
  color: rgb(64, 66, 56);
}
.tbutton-dark-outline:hover {
  background: rgb(64, 66, 56);
  border-color: rgb(64, 66, 56);
  color: rgb(255, 255, 255);
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s linear;
}
#header.sticky {
  background: rgb(64, 66, 56);
}
.logo > img {
  height: 30px;
}
.lang-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.lang-nav > li > a {
  color: rgb(64, 66, 56);
}
.lang-nav > li.active > a {
  font-weight: bold;
  pointer-events: none;
  cursor: default;
}
.lang-nav > li:not(:last-child)::after {
  content: "/";
  color: rgb(64, 66, 56);
  margin: 0 5px;
  display: inline;
}
body.home #header .lang-nav > li > a,
body:not(.home) #header.sticky .lang-nav > li > a {
  color: rgb(237, 237, 237);
}
body.home #header .lang-nav > li:not(:last-child)::after,
body:not(.home) #header.sticky .lang-nav > li:not(:last-child)::after {
  color: rgb(237, 237, 237);
}
.nav-toggle {
  border: 2px solid rgb(64, 66, 56);
  margin-left: 30px;
  width: 36px;
  height: 28px;
  border-left: none;
  border-right: none;
  background: none;
  padding: 0;
  position: relative;
}
.nav-toggle::before {
  border: 1px solid rgb(64, 66, 56);
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
body.home #header .nav-toggle,
body:not(.home) #header.sticky .nav-toggle,
body.home #header .nav-toggle::before,
body:not(.home) #header.sticky .nav-toggle::before {
  border-color: rgb(237, 237, 237);
}
.nav-toggle > span {
  display: none;
}
#footer {
  background: rgb(64, 66, 56);
  color: rgb(244, 244, 244);
  padding: 80px 0;
  margin-top: auto;
}
.fblock-header {
  margin-bottom: 10px;
}
.fblock-title {
  font-size: 16px;
  margin: 0;
}
.footer-logo > img {
  height: 40px;
}
.social-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  display: flex;
  align-items: center;
}
.social-nav > li:not(:last-child) {
  margin-right: 20px;
}
.social-nav img {
  height: 38px;
}
.social-nav > li > a:hover {
  opacity: 0.6;
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style-type: square;
  list-style-position: inside;
}
.slide-card {
  width: 100vw;
}
.slide-card-img {
  width: 100vw;
}
.section-slideshow::after {
  width: 32px;
  height: 70px;
  background: url(../img/icon-scroll.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: 55px;
  left: 50%;
  margin-left: -17px;
  z-index: 1;
  animation: ScrollDown 1s infinite alternate;
  content: "";
}
@keyframes ScrollDown {
  to {
    transform: translate(0, 30px) scale(1, 0.8);
  }
}
.project-card {
  position: relative;
}
.project-card-header {
  position: relative;
}
.project-card-header::before {
  padding-top: 114.738806%;
  display: block;
  content: "";
}
.project-carousel .project-card-header::before {
  padding-top: 52.1877679%;
}
.project-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
  position: absolute;
  top: 0;
  left: 0;
}
.project-card-body {
  background: rgba(0, 0, 0, 0.2);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.project-card-title {
  font-size: 30px;
  color: rgb(255, 255, 255);
  margin: 0;
}
.project-card:hover .project-card-body {
  opacity: 1;
  visibility: visible;
}
.section-intro {
  background: rgb(226, 222, 213);
  overflow: hidden;
}
.section-intro .section-wrapper {
  padding: 0;
}
.section-intro .section-cover::after {
  background: rgb(64, 66, 56);
  width: 100vw;
  height: 100%;
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  content: "";
}
.section-intro .section-inner {
  padding: 60px 0;
}
.product-cat-card {
  position: relative;
}
.product-cat-card-header {
  position: relative;
}
.product-cat-card-header::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.product-cat-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
  position: absolute;
  top: 0;
  left: 0;
}
.product-cat-card-body {
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-cat-card:hover .product-cat-card-body {
  background: rgba(0, 0, 0, 0.4);
}
.product-cat-card-title {
  font-size: 36px;
  color: rgb(255, 255, 255);
  margin: 0;
  word-spacing: 1000px;
}
.section-shop {
  background: rgb(226, 222, 213);
  border-top: 42px solid rgb(64, 66, 56);
}
.section-shop .section-wrapper {
  padding-top: 0;
}
.contact-col {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.contact-col::before {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.contact-grid > div:first-child > .contact-col {
  padding-left: 194px;
}
.contact-grid > div:first-child > .contact-col::before {
  width: 138px;
  border: 38px solid rgb(127, 130, 67);
  background: rgb(255, 255, 255);
}
.contact-grid > div:last-child > .contact-col {
  padding-left: 118px;
}
.contact-grid > div:last-child > .contact-col::before {
  width: 62px;
  background: rgb(198, 184, 158);
}
.contact-col > li:not(:last-child) {
  margin-bottom: 95px;
}
.contact-col > li > strong {
  color: rgb(128, 128, 128);
}
.contact-col > li > div {
  margin-top: 20px;
}
.form-job-body {
  margin-bottom: 100px;
}
.product-gallery-card {
  position: relative;
  height: 100%;
  display: block;
}
.product-gallery-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}
.blog-card {
  position: relative;
}
.blog-card-header {
  position: relative;
}
.blog-card-header::before {
  padding-top: 78.1716418%;
  display: block;
  content: "";
}
.page-slider .blog-card-header::before {
  padding-top: 36.1458333%;
}
.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-card-body {
  background: rgba(0, 0, 0, 0.2);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.blog-card-title {
  font-size: 30px;
  color: rgb(255, 255, 255);
  margin: 0;
}
.page-slider .blog-card .blog-card-body,
.blog-card:hover .blog-card-body {
  opacity: 1;
  visibility: visible;
}
.page-slider .owl-dots {
  color: rgb(255, 255, 255);
  position: absolute;
  bottom: 30px;
  right: 100px;
}
.page-slider .owl-dots > button.active::after {
  background: rgb(255, 255, 255);
}
.page-divider > img {
  width: 100%;
}
.blog-related-carousel .owl-dots {
  justify-content: center;
}
#page-intro {
  padding-top: 240px;
  padding-bottom: 110px;
}
.page-intro-gallery-card {
  position: relative;
}
.page-intro-gallery-card::before {
  padding-top: 86.5763547%;
  display: block;
  content: "";
}
.page-intro-gallery-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
  position: absolute;
  top: 0;
  left: 0;
}
.page-intro-title {
  font-size: 46px;
  color: rgb(51, 51, 51);
  margin: 0;
}
.page-intro-subtitle {
  font-size: 24px;
  color: rgb(128, 128, 128);
  margin: 0;
}
.page-intro-desc {
  margin-top: 30px;
}
.entry-meta div > ul,
.entry-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-meta > li:not(:last-child) {
  margin-bottom: 10px;
}
.entry-meta > li > strong {
  text-transform: uppercase;
}
.entry-meta > li > div {
  display: inline-flex;
}
.entry-meta div > ul {
  display: inline-flex;
  align-items: center;
}
.entry-meta div > ul > li:not(:last-child)::after {
  content: ",";
  display: inline;
  margin-right: 5px;
}
.section-slogan {
  background: rgb(198, 184, 158);
}
.section-slogan .section-wrapper {
  padding: 0;
}
.section-slogan .section-inner {
  padding: 60px 0;
}
.section-slogan .section-body {
  color: rgb(255, 255, 255);
  font-size: 30px;
}
.section-slogan .section-cover {
  background: rgb(255, 255, 255);
}
.entry-imgbar {
  position: relative;
}
.entry-imgbar::before {
  padding-top: 32.7083333%;
  display: block;
  content: "";
}
.entry-imgbar {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.section-entry .section-title {
  font-weight: 600;
}
.section.bg-dark {
  background: rgba(64, 66, 56, 0.09) !important;
}
body.post-type-archive-project #page-header,
body.single-product #page-header {
  background: rgb(226, 222, 213);
}
.project-presentation-cover {
  position: relative;
  height: 100%;
}
.project-presentation-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}
/*Plugins*/
.owl-dots {
  padding-top: 40px;
  color: rgb(77, 77, 77);
  counter-reset: slider 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.owl-dots > button {
  counter-increment: slider 1;
  display: flex;
  align-items: center;
}
.owl-dots > button::before {
  content: counter(slider, decimal);
}
.owl-dots > button::after {
  width: 0;
  height: 1px;
  background: rgb(77, 77, 77);
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  content: "";
}
.owl-dots > button.active::after {
  width: 80px;
}
.owl-dots > button:not(:last-child) {
  margin-right: 10px;
}
form legend {
  color: rgb(128, 128, 128);
}
.form-control {
  border-top: none;
  border-left: none;
  border-right: none;
}
.form-control:focus {
  border-color: rgb(127, 130, 67);
}
body.lg-on {
  overflow: hidden;
}
.lg-inner {
  direction: ltr;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: rgb(127, 130, 67);
}
.lg-backdrop {
  z-index: 10400;
}
.lg-outer {
  z-index: 10500;
}
/*CMS*/
.entry-content {
  font-size: 16px;
}
.entry-content h6 {
  font-size: 16px;
}
.entry-content h5 {
  font-size: 18px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h3 {
  font-size: 22px;
}
.entry-content h2 {
  font-size: 24px;
}
.entry-content h1 {
  font-size: 26px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content iframe {
  border: none;
}
.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.entry-content video {
  width: 100%;
}
.entry-content iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  border: none;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/*Responsive*/

@media (max-width: 767.98px) {
  #navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2002;
    overflow-y: scroll;
    width: 250px;
    padding: 15px 0;
    background: rgb(64, 66, 56);
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
  #navigation.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation li > a {
    white-space: nowrap;
    height: 40px;
    font-size: 14px;
    padding: 0 10px 0 20px;
    color: rgb(250, 250, 250);
    position: relative;
    display: flex;
    align-items: center;
  }
  #navigation > ul > li > a {
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  #navigation > ul > li a:hover,
  #navigation > ul > li a:focus {
    background: rgba(255, 255, 255, 0.1);
  }
  #navigation > ul > li a:before,
  #navigation li.submenu > a:after {
    width: 6px;
    height: 6px;
    border: 1px solid rgb(224, 224, 224);
    transform: rotate(45deg) translateY(-50%);
    transform-origin: 0 0;
    position: absolute;
    content: "";
  }
  #navigation > ul > li a:before {
    border-left: none;
    border-bottom: none;
    left: 8px;
  }
  #navigation li.submenu:not(.active) > a:after {
    border-top: none;
    border-left: none;
    right: 8px;
  }
  #navigation li.submenu.active > a:after {
    border-bottom: none;
    border-right: none;
    right: 8px;
  }
  .logo {
    margin-right: auto;
  }
  .logo > img:nth-child(1),
  .logo > img:nth-child(2) {
    display: none;
  }
  body.home #header .logo > img:nth-child(4),
  body:not(.home) #header.sticky .logo > img:nth-child(4),
  body:not(.home) #header:not(.sticky) .logo > img:nth-child(3) {
    display: none;
  }
  .section-intro .section-cover::before {
    background: rgb(64, 66, 56);
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
    content: "";
  }
  .section-slideshow::after {
    width: 16px;
    height: 35px;
  }
}
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
  #navigation {
    margin: 0 auto;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  #navigation > ul {
    align-items: center;
    flex-wrap: wrap;
    margin: 0 40px;
  }
  #navigation > ul > li:not(:last-child) {
    margin-right: 50px;
  }
  #navigation > ul > li > a {
    color: rgb(64, 66, 56);
    text-transform: uppercase;
    position: relative;
    line-height: 1;
  }
  #navigation > ul > li:hover > a::after,
  #navigation > ul > li.current-menu-item > a::after {
    width: 100%;
    height: 3px;
    background: rgb(128, 129, 75);
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
  }
  body.home #header #navigation > ul > li > a,
  body:not(.home) #header.sticky #navigation > ul > li > a {
    color: rgb(237, 237, 237);
  }
  body.home #header #navigation > ul > li:hover > a::after,
  body:not(.home) #header.sticky #navigation > ul > li:hover > a::after,
  body.home #header #navigation > ul > li.current-menu-item > a::after,
  body:not(.home)
    #header.sticky
    #navigation
    > ul
    > li.current-menu-item
    > a::after {
    background: rgb(237, 237, 237);
  }
  .logo > img:nth-child(3),
  .logo > img:nth-child(4) {
    display: none;
  }
  body.home #header .logo > img:nth-child(2),
  body:not(.home) #header.sticky .logo > img:nth-child(2),
  body:not(.home) #header:not(.sticky) .logo > img:nth-child(1) {
    display: none;
  }
  .slide-card {
    height: 100vh;
  }
  .slide-card-img {
    height: 100vh;
    object-fit: cover;
  }
  .project-carousel .owl-dots {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 100px;
    padding-top: 0;
  }
  .section-project .section-inner {
    padding-left: 100px;
  }
  .section-intro .section-inner {
    padding-right: 100px;
  }
  .section-shop .section-header {
    width: 60%;
  }
  .project-related-carousel .owl-dots {
    position: absolute;
    right: 0;
    bottom: 100%;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .section-slogan .section-inner {
    padding-right: 100px;
  }
  body.single-project #page-intro .container-fluid {
    position: relative;
  }
  body.single-project #page-intro .container-fluid::after {
    width: 32px;
    height: 70px;
    background: url(../img/icon-scroll.svg) no-repeat center;
    filter: brightness(1) invert(1);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    margin-right: -32px;
    z-index: 1;
    animation: ScrollDown 1s infinite alternate;
    z-index: 1;
    content: "";
  }
}
