@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
body.framed, body.framed header, body.framed .header-wrapper, body.boxed, body.boxed header, body.boxed .header-wrapper, body.boxed .is-sticky-section {
  max-width: 1024px !important;
}

@font-face {
  font-family: "Rantera-Regular";
  src: url("/wp-content/themes/matbaows/assets/fonts/rantera.otf") format("truetype");
  font-display: swap;
}
body {
  overflow: hidden !important;
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.2 !important;
  font-weight: 300 !important;
}

.montserrat-heading-font h1, .montserrat-heading-font h2, .montserrat-heading-font h3, .montserrat-heading-font h4, .montserrat-heading-font h5, .montserrat-heading-font h6 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
}

h1, h2, h3, h4, h5, h6, .heading-font {
  font-family: "Rantera-Regular", sans-serif !important;
  font-weight: 400 !important;
}

.nav > li > a {
  font-family: "Rantera-Regular", sans-serif !important;
}

li.has-dropdown .nav-dropdown {
  z-index: 99;
  font-family: "Rantera-Regular", sans-serif !important;
}

.header, .header-wrapper {
  z-index: 2 !important;
}

.flex-right > .header-nav-main > li {
  margin: 0 42px;
}
.flex-right > .header-nav-main > li.has-dropdown:hover .nav-dropdown {
  left: 0;
  z-index: 90 !important;
}

.flex-right > .header-nav-main {
  z-index: 10;
}
.flex-right > .header-nav-main::before {
  content: "";
  width: 999%;
  height: 1px;
  background-color: #ADACAC;
  position: absolute;
  top: 3px;
  right: -99%;
  z-index: -1;
  opacity: 0.6;
}
.flex-right > .header-nav-main::after {
  content: "";
  width: 999%;
  height: 1px;
  background-color: #ADACAC;
  position: absolute;
  bottom: 7px;
  right: -99%;
  z-index: -1;
  opacity: 0.6;
}

.flex-right > .header-nav-main > li::before {
  content: "";
  width: 1px;
  height: 99999%;
  background-color: #ADACAC;
  position: absolute;
  left: 0;
  top: -50px;
  z-index: -1;
  opacity: 0.6;
}
.flex-right > .header-nav-main > li::after {
  content: "";
  opacity: 1;
  display: block !important;
  width: 1px;
  height: 99999%;
  background-color: #ADACAC;
  position: absolute;
  right: 0;
  top: -50px;
  z-index: -1;
  opacity: 0.6;
}
.flex-right > .header-nav-main > li > a {
  padding: 0;
  position: relative;
  font-weight: 400 !important;
  font-size: 22px;
  color: #000;
}

#logo {
  position: relative;
  z-index: 11;
}
#logo::before {
  content: "";
  width: 1px;
  height: 9999%;
  background-color: #ADACAC;
  position: absolute;
  left: 0;
  top: -200px;
  z-index: -1;
  opacity: 0.6;
}
#logo::after {
  content: "";
  opacity: 1;
  display: block !important;
  width: 1px;
  height: 9999%;
  background-color: #ADACAC;
  position: absolute;
  right: 0;
  top: -200px;
  z-index: -1;
  opacity: 0.6;
}
#logo a {
  transform: translateY(15px);
}
#logo a::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: url(../img/plus.svg) no-repeat center center/contain;
  position: absolute;
  top: -4px;
  right: -4px;
}

@media (max-width: 1024px) {
  #header::before {
    z-index: -2;
  }
}
@media (max-width: 767px) {
  #header::before {
    z-index: -2 !important;
  }
}

.nav-column li > a, .nav-dropdown > li > a {
  font-size: 20px;
}

.off-canvas-center .nav-vertical > li > a {
  font-size: 2.2rem;
  color: #000;
}

body {
  background-color: #e0e0e0;
}

.page-title {
  z-index: 1;
}
@media (max-width: 767px) {
  .page-title {
    padding-top: 30px;
  }
}

#header::before,
.ss-decor-right::before,
.ss-decor-left::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: 4;
  background: url(../img/star.svg) no-repeat center center/contain;
}
@media (max-width: 1024px) {
  #header::before,
  .ss-decor-right::before,
  .ss-decor-left::before {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  #header::before,
  .ss-decor-right::before,
  .ss-decor-left::before {
    width: 100px;
    height: 100px;
  }
}

#main {
  z-index: 12;
}

.ss-decor-left::before {
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}

#header::before,
.ss-decor-right::before {
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}

.text-no-margin p {
  margin-bottom: 0;
}

#main_circle {
  width: 600px;
  height: 600px;
  background: rgb(219, 70, 74);
  background: radial-gradient(circle, rgb(219, 70, 74) 10%, rgb(221, 109, 112) 29%, rgba(219, 70, 74, 0) 68%);
  position: absolute;
  top: 6%;
  left: 15%;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  transition: width 0.1s ease-out, height 0.1s ease-out;
}
#main_circle.moving {
  transform: translateY(-15%);
}
@media (max-width: 1024px) {
  #main_circle {
    width: 600px;
    height: 600px;
    top: -50px;
    left: 0;
  }
}
@media (max-width: 767px) {
  #main_circle {
    width: 400px;
    height: 400px;
    top: 0;
    left: -10%;
  }
}

.section-title {
  line-height: 1;
  align-items: flex-end !important;
  z-index: 1;
}
.section-title .section-title-main {
  margin-bottom: -8px;
}
.section-title b {
  color: #C44044;
  opacity: 1 !important;
  height: 1px !important;
}

form {
  margin-bottom: 0 !important;
}

.row-bg {
  position: relative;
}
.row-bg .image-col {
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .row-bg .image-col {
    top: -5rem;
  }
}

.text-decor {
  position: absolute !important;
  z-index: -1 !important;
}

.vector-5 {
  right: -6rem;
  bottom: -2rem;
}

.vector-3 {
  right: -3rem;
  bottom: -5rem;
}

.vector-2 {
  top: -8rem;
  left: -4rem;
}

@media (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .home-banner .container {
    overflow: hidden;
  }
}
.home-banner .container .text-box {
  z-index: 16;
}
.home-banner .container .text-box::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 99px;
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 15px 50px;
  background-position: center center;
  background-color: rgba(204, 204, 204, 0.63);
  position: absolute;
  right: -14%;
  top: -16%;
  z-index: 9;
}
@media (max-width: 1024px) {
  .home-banner .container .text-box::before {
    display: none;
  }
}
.home-banner .container .text-box::after {
  content: "";
  width: 999%;
  height: 1px;
  background-color: #ADACAC;
  position: absolute;
  top: 106px;
  right: -99%;
  z-index: -1;
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .home-banner .container .text-box::after {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .home-banner .container .text-box::after {
    top: 32px;
  }
}

.banner-star {
  transform: translateX(34%) translateY(1px);
}
@media (max-width: 1024px) {
  .banner-star {
    transform: translateX(50%);
  }
}

.home-title {
  z-index: 12;
  position: relative;
}
@media (max-width: 420px) {
  .home-title {
    font-size: 12px !important;
  }
}
.home-title::after {
  content: "";
  width: 999%;
  height: 1px;
  background-color: #ADACAC;
  position: absolute;
  bottom: 23px;
  right: -99%;
  z-index: -1;
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .home-title::after {
    bottom: 16px;
  }
}
@media (max-width: 767px) {
  .home-title::after {
    bottom: 9px;
  }
}

.home-ss-2::before {
  top: 143px;
}
@media (max-width: 767px) {
  .home-ss-2::before {
    top: 129px;
  }
}

.ss-quotes-logo::before {
  top: -76px;
}

.project-cats-bg {
  background: url(../img/project-bg.svg);
  background-repeat: repeat-x;
}

.mbws-portfolio-cats.row {
  max-width: 1080px !important;
}

.portfolio-cat-box .col-inner {
  background-color: #CCCCCC;
  border-radius: 20px;
  min-height: 430px;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative !important;
  padding: 45px;
}
@media (max-width: 1024px) {
  .portfolio-cat-box .col-inner {
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .portfolio-cat-box .col-inner {
    min-height: 300px;
    padding: 20px;
  }
}
.portfolio-cat-box .portfolio-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-cat-box .portfolio-title {
  font-size: 27px;
  transition: all 0.3s;
}
.portfolio-cat-box .button {
  line-height: 1;
  padding: 0;
  min-height: unset;
  margin-right: 0;
  margin-bottom: 40px;
  opacity: 0;
}
.portfolio-cat-box .button::before {
  content: "";
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background-color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .portfolio-cat-box .button {
    margin-bottom: 10px;
  }
}
.portfolio-cat-box:hover, .portfolio-cat-box.active {
  z-index: 5;
}
.portfolio-cat-box:hover .col-inner, .portfolio-cat-box.active .col-inner {
  transform: scale(1.2);
  background-color: var(--fs-color-primary) !important;
}
@media (max-width: 1024px) {
  .portfolio-cat-box:hover .col-inner, .portfolio-cat-box.active .col-inner {
    transform: scale(1.1);
  }
}
.portfolio-cat-box:hover .portfolio-title,
.portfolio-cat-box:hover .button, .portfolio-cat-box.active .portfolio-title,
.portfolio-cat-box.active .button {
  color: white;
  opacity: 1;
}
.portfolio-cat-box:first-child::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/plus.svg) no-repeat center center/contain;
  position: absolute;
  top: -49.5px;
  left: -34.5px;
}
@media (max-width: 767px) {
  .portfolio-cat-box:first-child::before {
    display: none;
  }
}
.portfolio-cat-box:last-child::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/plus.svg) no-repeat center center/contain;
  position: absolute;
  top: -5px;
  left: -5px;
}

.portfolio-cat-box + .portfolio-cat-box:not(.active) > .col-inner::before {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background-color: #ACACAC;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.portfolio-cat-box + .portfolio-cat-box > .col-inner:hover::before {
  display: none;
}

.home-quotes-row::after {
  content: "";
  display: block;
  width: 171px;
  height: 392px;
  background: url(../img/home-quotes-decor.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -6px;
  bottom: -34px;
  z-index: -1;
}
@media (max-width: 767px) {
  .home-quotes-row::after {
    display: none !important;
  }
}

.text-quotes::after, .text-quotes::before,
.home-quotes::after,
.home-quotes::before {
  content: "“";
  font-family: "Rantera-Regular", sans-serif !important;
  color: var(--fs-color-primary);
  font-size: 15rem;
  position: absolute;
  right: 100%;
  top: -30px;
  line-height: 1;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: 1;
}
.text-quotes::after,
.home-quotes::after {
  left: 100%;
  right: auto;
  top: 68%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.home-logo-slider {
  margin-top: -30px;
}
.home-logo-slider .flickity-viewport .gallery-col {
  z-index: 1;
  margin: 50px 0 !important;
}
.home-logo-slider .flickity-viewport .gallery-col .box {
  border-radius: 20px;
  background-color: #E8E8E8;
  padding: 35px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: all 0.4s;
}
.home-logo-slider .flickity-viewport .gallery-col .box:hover {
  transform: scale(1.4);
  background-color: var(--fs-color-primary);
}
.home-logo-slider .flickity-viewport .gallery-col .box:hover img {
  filter: brightness(0) invert(1);
}
.home-logo-slider .flickity-viewport .gallery-col .box img {
  object-fit: contain;
}
@media (max-width: 767px) {
  .home-logo-slider .flickity-viewport .gallery-col .box {
    padding: 15px;
  }
}
.home-logo-slider .flickity-viewport .gallery-col:hover {
  z-index: 9;
}

.home .vector-5 {
  bottom: -4rem;
  right: -13rem;
}

.home .vector-footer {
  display: none;
}

.home-projects {
  position: relative;
}
.home-projects::before {
  content: "";
  width: 999%;
  height: 1px;
  background-color: #ADACAC;
  position: absolute;
  top: -45px;
  right: -99%;
  z-index: -1;
  opacity: 0.6;
}
.home-projects::after {
  content: "";
  width: 999%;
  height: 1px;
  background-color: #ADACAC;
  position: absolute;
  bottom: -45px;
  right: -99%;
  z-index: -1;
  opacity: 0.6;
}

.about-quotes::before {
  right: 95%;
  font-size: 18rem;
}
@media (max-width: 767px) {
  .about-quotes::before {
    right: 82%;
    top: -3rem;
    font-size: 14rem;
  }
}
.about-quotes::after {
  font-size: 18rem;
  left: 85%;
  top: 30px;
}
@media (max-width: 767px) {
  .about-quotes::after {
    left: 78%;
    top: 40px;
    font-size: 14rem;
  }
}

.footer-first-ss::after {
  bottom: 63%;
}

.about-logo {
  position: relative;
}
.about-logo .box {
  border-radius: 15px;
  background-color: #E8E8E8;
  padding: 18px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: all 0.4s;
}
.about-logo .box:hover {
  transform: scale(1.2);
  z-index: 3;
  background-color: var(--fs-color-primary);
}
.about-logo .box:hover img {
  filter: brightness(0) invert(1);
}

.vector-4 {
  left: -16rem;
  bottom: -7rem;
}

.page-template-page-about .vector-footer {
  display: none;
}

.portfolio-slider .portfolio-item {
  background-color: rgba(255, 255, 255, 0.3294117647);
  border-radius: 30px;
}
.portfolio-slider .portfolio-item .thumbnail-col .col-inner {
  padding: 20px;
}
.portfolio-slider .portfolio-item .thumbnail-col .col-inner .portfolio-thumbnail .image-cover {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .portfolio-slider .portfolio-item .thumbnail-col .col-inner {
    padding: 15px;
  }
}
.portfolio-slider .portfolio-item .text-col .col-inner {
  padding: 30px;
}
@media (max-width: 767px) {
  .portfolio-slider .portfolio-item .text-col .col-inner {
    padding: 15px 15px 50px 15px;
  }
}
.portfolio-slider .portfolio-item .portfolio-cat-name {
  color: var(--fs-color-primary);
  font-size: 20px;
  margin-bottom: 12px;
}
.portfolio-slider .portfolio-item .portfolio-name {
  font-size: 24px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 800 !important;
  margin-bottom: 12px;
}
.portfolio-slider .portfolio-item .portfolio-name a {
  color: #1d1d1b;
}
.portfolio-slider .portfolio-item .portfolio-excerpt {
  text-align: justify;
}
.portfolio-slider .portfolio-item .portfolio-link {
  font-weight: 300;
}

.portfolio-title.page-title {
  padding: 50px 0 30px;
}
.portfolio-title.page-title .section-title-container {
  margin-bottom: 0;
}
.portfolio-title.page-title .section-title-main {
  margin-bottom: -6px;
}

.project-cat-title .section-title-main {
  margin: 0;
  display: flex;
}
.project-cat-title .cat-name {
  color: #1d1d1b;
  position: relative;
  margin: 0 30px;
  padding: 0;
}
.project-cat-title .cat-name:not(:first-child)::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: -30px;
  z-index: 4;
  background: url(../img/star.svg) no-repeat center center/contain;
}
.project-cat-title .cat-name:hover, .project-cat-title .cat-name.active {
  color: var(--fs-color-primary);
}
@media (max-width: 1024px) {
  .project-cat-title b {
    opacity: 0 !important;
  }
}
@media (max-width: 767px) {
  .project-cat-title .section-title-main {
    flex-wrap: wrap;
    justify-content: center;
  }
  .project-cat-title .section-title-main a {
    margin-bottom: 15px;
  }
  .project-cat-title .section-title-main a:first-child {
    margin-left: 0;
  }
}

.project-nav .nav-button a {
  top: -60px;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-nav .nav-button a:hover {
  border-color: var(--fs-color-primary);
}
.project-nav .nav-button a:hover .nav-icon::before {
  background-color: var(--fs-color-primary);
}
.project-nav .nav-button a .nav-icon::before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: auto;
  background-color: #000;
}
.project-nav .nav-next a {
  right: 25px;
}
.project-nav .nav-next a .nav-icon::before {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.project-nav .nav-prev a {
  right: 85px;
}
.project-nav .nav-prev a .nav-icon::before {
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.project-nav .nav-dots {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 20px;
  position: absolute;
  top: 20px;
  right: 0;
}
.project-nav .nav-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background-color: rgba(255, 255, 255, 0.3294117647);
}
.project-nav .nav-dots .dot.current {
  background-color: var(--fs-color-primary);
}

.portfolio-search {
  position: relative;
}
.portfolio-search input[type=search] {
  padding: 0 220px 0 30px;
  height: 55px;
  font-size: 16px;
  border: 2px solid rgba(196, 64, 69, 0.3137254902);
  border-radius: 99px;
  background-color: rgba(255, 255, 255, 0.4588235294);
}
@media (max-width: 767px) {
  .portfolio-search input[type=search] {
    padding: 0 46px 0 15px;
  }
}
.portfolio-search .button {
  height: 51px;
  position: absolute;
  right: 2px;
  top: 2px;
  border-radius: 99px;
  width: 200px;
  text-align: center;
  font-weight: 300;
}
.portfolio-search .button::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/search-button-star.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .portfolio-search .button::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .portfolio-search .button {
    width: unset;
    padding: 0 20px;
  }
}

.portfolio-element-wrapper {
  position: relative;
}
.portfolio-element-wrapper::before {
  content: "";
  display: block;
  width: 999%;
  height: 1px;
  background-color: #D5D5D5;
  position: absolute;
  top: -1px;
  right: -99%;
  z-index: -1;
  opacity: 0.6;
}
.portfolio-element-wrapper::after {
  content: "";
  display: block;
  width: 999%;
  height: 1px;
  background-color: #D5D5D5;
  position: absolute;
  top: 32em;
  right: -99%;
  z-index: -1;
  opacity: 0.6;
}

.project-line-wrapper .line {
  position: absolute;
  max-width: unset;
  width: 999% !important;
  height: 1px;
  background-color: #D5D5D5;
  left: -99%;
  z-index: -1;
  opacity: 0.6;
}
.project-line-wrapper .line.line-1 {
  top: 40px;
}
.project-line-wrapper .line.line-2 {
  top: 470px;
}

.portfolio-list {
  margin-left: -7.5px !important;
  margin-right: -7.5px !important;
  position: relative;
}
.portfolio-list .col {
  padding: 0 7.5px 15px !important;
}
.portfolio-list .col:first-child > .col-inner:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/plus.svg) no-repeat center center/contain;
  position: absolute;
  left: -5px;
  top: -5px;
}
.portfolio-list::before {
  content: "";
  width: 99%;
  height: 430px;
  display: block;
  background: url(../img/project-bg.svg) repeat-x;
  position: absolute;
  right: calc(100% - 2rem);
  top: 40px;
  z-index: 0;
}
.portfolio-list::after {
  content: "";
  width: 99%;
  height: 430px;
  display: block;
  background: url(../img/project-bg.svg) repeat-x;
  position: absolute;
  left: calc(100% - 2rem);
  top: 40px;
  z-index: -1;
}

.portfolio-box {
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
}
.portfolio-box .overlay {
  display: none;
}
.portfolio-box .box-text {
  height: 100%;
  bottom: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  background-color: var(--fs-color-primary);
  padding: 15px !important;
}
.portfolio-box .box-text .portfolio-box-title {
  font-size: 22px;
  color: #fff;
  text-shadow: none;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif !important;
}
.portfolio-box .box-text .portfolio-box-category {
  display: none;
}
.portfolio-box:hover .box-text {
  opacity: 1;
}

.portfolio-page-wrapper .vector-4 {
  bottom: -14rem;
}

#content {
  position: relative;
  z-index: 3;
}

.single-featured_item .section-title {
  margin-bottom: 50px !important;
}
.single-featured_item #main_circle {
  display: none !important;
}

.portfolio-single-main {
  background-color: #2631CD;
  z-index: 1;
  position: relative;
  margin-bottom: 10px;
}
.portfolio-single-main .portfolio-info > .col-inner {
  padding: 30px 30px 100px;
  position: relative;
}
@media (max-width: 767px) {
  .portfolio-single-main .portfolio-info > .col-inner {
    padding: 30px 15px 100px;
  }
}
.portfolio-single-main .portfolio-title {
  font-size: 20px;
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 12px;
  font-weight: 800 !important;
}
.portfolio-single-main .portfolio-excerpt {
  text-align: justify;
  font-size: 14px;
}
.portfolio-single-main .portfolio-info .portfolio-meta {
  position: absolute;
  bottom: 20px;
  left: 24px;
  list-style: none;
  margin-bottom: 0;
}
.portfolio-single-main .portfolio-info .portfolio-meta li {
  margin-left: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: phne) {
  .portfolio-single-main .portfolio-info .portfolio-meta {
    left: 15px;
  }
}

.project-video .wp-video,
.project-video p {
  width: 100% !important;
  margin-bottom: 0;
  line-height: 0;
  position: relative;
  padding-top: 55%;
}
.project-video .wp-video-shortcode,
.project-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.project-gallery.row {
  max-width: 1150px !important;
}
.project-gallery.row .gallery-col {
  padding: 0 5px 10px !important;
}
.project-gallery.row .gallery-col.gallery-col:nth-child(6), .project-gallery.row .gallery-col.gallery-col:nth-child(7), .project-gallery.row .gallery-col.gallery-col:nth-child(8) {
  max-width: 33.33%;
  flex-basis: 33.33%;
}
.project-gallery.row .gallery-col.gallery-col:nth-child(5), .project-gallery.row .gallery-col.gallery-col:nth-child(11) {
  max-width: 100%;
  flex-basis: 100%;
}
.project-gallery.row .gallery-col img {
  width: 100%;
}
@media (max-width: 1024px) {
  .project-gallery.row .gallery-col {
    max-width: 50% !important;
    flex-basis: 50% !important;
  }
}
@media (max-width: 767px) {
  .project-gallery.row .gallery-col {
    max-width: 100% !important;
    flex-basis: 100% !important;
    padding: 0 15px 10px !important;
  }
}

.mbws-navigation-post {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.mbws-navigation-post a {
  color: var(--fs-color-primary);
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mbws-navigation-post a i {
  border-radius: 99px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/nav-left-icon.svg);
}
.mbws-navigation-post a i.icon-next {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.wpcf7-form {
  margin-bottom: 0;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=search],
.wpcf7-form textarea {
  height: 47px;
  background-color: rgba(151, 151, 151, 0.43);
  border: 1px solid #B8B8B8;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-family: "Rantera-Regular", sans-serif !important;
  color: #fff;
}
.wpcf7-form input[type=text]:focus, .wpcf7-form input[type=email]:focus, .wpcf7-form input[type=search]:focus,
.wpcf7-form textarea:focus {
  background-color: rgba(151, 151, 151, 0.43);
  border-color: var(--fs-color-primary);
  box-shadow: none;
}
.wpcf7-form input[type=text]::placeholder, .wpcf7-form input[type=email]::placeholder, .wpcf7-form input[type=search]::placeholder,
.wpcf7-form textarea::placeholder {
  color: #fff;
}
.wpcf7-form .wpcf7-submit.button {
  height: 47px;
  border-radius: 99px;
  width: 200px;
  text-align: center;
  font-weight: 300;
  margin: 0;
}
.wpcf7-form .wpcf7-submit.button::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/search-button-star.svg) no-repeat center center/contain;
}

.page-template-page-contact .vector-4 {
  bottom: -19rem;
}
.page-template-page-contact #footer::before {
  display: none;
}
.page-template-page-contact .vector-footer {
  top: 15rem;
}

#footer {
  z-index: 2;
}
#footer .ss-decor-left::before {
  top: 2px;
}
@media (max-width: 767px) {
  #footer .ss-decor-left::before {
    top: 33px;
  }
}

.footer-map {
  border-radius: 30px;
  overflow: hidden;
}
.footer-map p {
  margin-bottom: 0;
  line-height: 0;
}
.footer-map iframe {
  width: 100% !important;
  height: 300px !important;
}

.footer-logo {
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-socials .img {
  max-width: 27px;
}
.footer-socials .img img {
  object-fit: contain;
}

.footer-send-mail-button.button {
  font-weight: 400;
}
.footer-send-mail-button.button i::before {
  display: inline-block;
  width: 30px;
  font-size: 30px;
  content: url(../img/email.svg);
}
.footer-send-mail-button.button span {
  vertical-align: sub;
}

@media (max-width: 767px) {
  .footer-right-col > .col-inner {
    text-align: center !important;
  }
}

.footer-ss-2 .footer-right-col::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E7545A;
  z-index: -1;
}

.absolute-footer {
  display: none;
}

@media (max-width: 767px) {
  .mobile-center .col-inner {
    text-align: center !important;
  }
}

.footer-title-bold h2 {
  font-weight: 700 !important;
}

.vector-footer {
  right: -1rem;
  top: -15rem;
  z-index: -1;
}

.footer-text {
  position: relative;
}
.footer-text::before {
  content: "";
  width: 999%;
  height: 1px;
  background-color: #ADACAC;
  position: absolute;
  top: 5px;
  right: -99%;
  z-index: -1;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .footer-text::before {
    top: -10px;
  }
}
.footer-text::after {
  content: "";
  width: 999%;
  height: 1px;
  background-color: #ADACAC;
  position: absolute;
  bottom: 10px;
  right: -99%;
  z-index: -1;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .footer-text::after {
    bottom: 5px;
  }
}
@media (max-width: 767px) {
  .footer-text h3 {
    font-size: 16px !important;
  }
}

.footer-contact {
  position: relative;
}
.footer-contact::before {
  content: "";
  width: 999%;
  height: 1px;
  background-color: #ADACAC;
  position: absolute;
  top: 3px;
  right: -99%;
  z-index: -1;
  opacity: 0.6;
}
.footer-contact > .col:last-child > .col-inner::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/plus.svg) no-repeat center center/contain;
  position: absolute;
  left: 6px;
  top: -1px;
}
@media (max-width: 767px) {
  .footer-contact > .col:last-child > .col-inner::before {
    display: none;
  }
}

.footer-text-col > .col-inner::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0.5px;
  left: -150.5px;
  background: url(../img/plus.svg) no-repeat center center/contain;
}
.footer-text-col > .col-inner::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 5px;
  right: -73px;
  background: url(../img/plus.svg) no-repeat center center/contain;
}