@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.woff2") format("woff2"), url("../fonts/Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight.woff2") format("woff2"), url("../fonts/Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Hairline";
  src: url("../fonts/Lato-Hairline.woff2") format("woff2"), url("../fonts/Lato-Hairline.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  color: #000;
  position: relative;
}

.page-width {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1600px) {
  .page-width {
    max-width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  .page-width {
    max-width: 90%;
  }
}

.page-padding {
  padding: 100px 0;
}
@media screen and (max-width: 1399px) {
  .page-padding {
    padding: 70px 0;
  }
}
@media screen and (max-width: 575px) {
  .page-padding {
    padding: 50px 0;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  /* opacity: 0.2; */
  opacity: 0.4;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

.d-none {
  display: none !important;
}

.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.mt {
  margin-top: 90px;
}
@media screen and (max-width: 1299px) {
  .mt {
    margin-top: 70px;
  }
}
@media screen and (max-width: 575px) {
  .mt {
    margin-top: 60px;
  }
}

h1,
h2 {
  font-size: 45px;
  color: #0a2441;
  letter-spacing: 8px;
  line-height: 125%;
  font-weight: 400;
}
@media screen and (max-width: 1399px) {
  h1,
  h2 {
    font-size: 40px;
    letter-spacing: 7px;
  }
}
@media screen and (max-width: 575px) {
  h1,
  h2 {
    font-size: 30px;
    letter-spacing: 4px;
  }
}

.page-top {
  position: relative;
}
.page-top .title h1,
.page-top .title span {
  color: #fff;
}
.page-top .title h1 {
  font-size: 64px;
  font-weight: 300;
  letter-spacing: 10px;
}
.page-top .title span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 10px;
  text-transform: uppercase;
}

p {
  font-size: 18px;
  line-height: 190%;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1600px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  p {
    letter-spacing: 1px;
    line-height: 150%;
  }
}

.title span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 8px;
}
@media screen and (max-width: 1399px) {
  .title span {
    font-size: 14px;
    letter-spacing: 6px;
  }
}
@media screen and (max-width: 575px) {
  .title span {
    letter-spacing: 4px;
  }
}

.center-title h1,
.center-title h2,
.center-title span {
  text-align: center;
}
.center-title span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.center-title span::before, .center-title span::after {
  width: 50px;
  height: 1px;
  content: "";
  background-color: #000;
}
.center-title span::before {
  margin-right: 25px;
}
.center-title span::after {
  margin-left: 25px;
}

.dark-text h1,
.dark-text h2,
.dark-text span,
.dark-text p {
  color: #222222;
}
.dark-text span::before, .dark-text span::after {
  background-color: #222222;
}

.blueBtn {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 5px;
  background-color: #0c2d51;
  border: none;
  padding: 10px 30px;
  display: inline-block;
}

.nextBtn {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.nextBtn::before {
  content: "";
  width: 60px;
  height: 20px;
  background-image: url("../images/long-arrow-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
}
@media screen and (max-width: 575px) {
  .nextBtn {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  .nextBtn::before {
    width: 50px;
    margin-right: 10px;
  }
}

.beige-background {
  background-color: #faf8f7;
}

.blue-background {
  background-color: rgba(12, 45, 81, 0.1);
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 90px;
  background-color: #0c2d51;
  transition: all 0.5s;
}
header .page-width {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1299px) {
  header {
    height: 70px;
  }
}
@media screen and (max-width: 575px) {
  header {
    height: 60px;
  }
}

@media screen and (min-width: 1300px) {
  header.small-header {
    height: 70px;
  }
}

.logo {
  width: 220px;
  height: 65%;
  display: flex;
  align-items: center;
  margin-right: auto;
}
.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
@media screen and (max-width: 575px) {
  .logo {
    width: 120px;
  }
}

.nav {
  display: flex;
  align-items: center;
  list-style: none;
}
.nav li {
  margin-left: 35px;
}
.nav li a {
  font-size: 14px;
  letter-spacing: 5px;
  color: #fff;
  text-transform: uppercase;
}
.nav li .active {
  font-weight: bold;
  position: relative;
}
.nav li .active::before {
  position: absolute;
  content: "";
  height: 1px;
  width: calc(100% - 5px);
  background-color: #fff;
  left: 0;
  bottom: -4px;
}
@media screen and (max-width: 1600px) {
  .nav li {
    margin-left: 20px;
  }
  .nav li a {
    letter-spacing: 4px;
  }
  .nav li .active::before {
    width: calc(100% - 4px);
  }
}
@media screen and (max-width: 1299px) {
  .nav {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .nav li {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .nav li a {
    color: #0c2d51;
    font-size: 22px;
  }
  .nav li .active::before {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .nav li a {
    font-size: 18px;
    letter-spacing: 2px;
  }
}

.hamb1, .hamb2 {
  width: 100px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .hamb1, .hamb2 {
    width: 60px;
  }
}

.hamb1 {
  background-image: url("../images/hamb-white.png");
  margin-left: 35px;
}

.hamb2 {
  background-image: url("../images/hamb-blue.png");
  position: absolute;
  top: 30px;
  left: 35px;
}
@media screen and (max-width: 575px) {
  .hamb2 {
    top: 10px;
    left: 25px;
  }
}

.side-wrap, .side-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.side-wrap {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: -10;
  visibility: hidden;
}

.side-wrap.opened {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.side-menu {
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  max-width: 750px;
  overflow-y: scroll;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(100%);
}
.side-menu .side-section {
  margin-bottom: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.side-menu .side-section p {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 5px;
  text-align: center;
  color: #0c2d51;
  margin-bottom: 30px;
}
.side-menu .side-section a {
  font-size: 24px;
  font-weight: 400;
  color: #0c2d51;
  letter-spacing: 3px;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-menu .side-section .active, .side-menu .side-section a:hover {
  color: #b79e7a;
}
.side-menu .side-section .active {
  font-weight: 600;
}
.side-menu .side-section > a + a {
  margin-top: 15px;
}
.side-menu .logo2 {
  display: block;
  width: 76px;
  height: 78px;
}
.side-menu .logo2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 1600px) {
  .side-menu .side-section {
    margin-bottom: 50px;
  }
  .side-menu .side-section p, .side-menu .side-section a {
    font-size: 22px;
    letter-spacing: 2.5px;
  }
  .side-menu .side-section p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1299px) {
  .side-menu .side-section p {
    display: none;
  }
  .side-menu .side-section a {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 575px) {
  .side-menu {
    padding: 60px 25px;
  }
  .side-menu .side-section {
    margin-bottom: 40px;
  }
  .side-menu .side-section a {
    font-size: 17px;
    letter-spacing: 1.5px;
  }
  .side-menu .side-section > a + a {
    margin-top: 10px;
  }
}

.side-menu.opened {
  transform: translateX(0);
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social a + a {
  margin-left: 35px;
}
.social a svg path {
  transition: all 0.5s;
}
.social a:hover svg path {
  fill: #b79e7a;
}
@media screen and (max-width: 575px) {
  .social {
    flex-wrap: wrap;
  }
  .social a {
    width: 30px;
    height: 25px;
    margin: 10px !important;
  }
  .social a svg {
    width: 100%;
    height: 100%;
  }
}

footer {
  background-color: #0c2d51;
}
footer * {
  color: #fff;
}

.foot2 {
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.foot2 ul {
  list-style: none;
}
.foot2 ul li + li {
  margin-left: 5px;
}
.foot2 ul li + li::before {
  content: "/";
  margin-right: 5px;
}
.foot2, .foot2 ul {
  display: flex;
  align-items: center;
}
.foot2 p, .foot2 a, .foot2 li {
  font-size: 12px;
  letter-spacing: 2.5px;
  transition: all 0.5s;
  line-height: 120%;
}
.foot2 a:hover {
  color: #b79e7a;
}
@media screen and (max-width: 767px) {
  .foot2 {
    flex-direction: column-reverse;
  }
  .foot2 p {
    text-align: center;
    margin-top: 10px;
  }
}

.foot1 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 80px 0 20px;
}
.foot1 .social {
  grid-column: span 3;
}
.foot1 .social a svg path {
  fill: #fff;
}
.foot1 .social a:hover svg path {
  fill: #b79e7a;
}
.foot1 ul {
  list-style: none;
}
.foot1 a {
  transition: all 0.5s;
}
.foot1 a:hover {
  color: #b79e7a;
}
.foot1 .foot-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
.foot1 .foot-section div {
  width: -moz-fit-content;
  width: fit-content;
}
.foot1 .foot-section p {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 5px;
  margin-bottom: 40px;
}
.foot1 .foot-section a {
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: 400;
}
.foot1 .foot-section .foot-nav li + li, .foot1 .foot-section .foot-projects li + li {
  margin-top: 20px;
}
.foot1 .foot-section .foot-nav li a {
  display: flex;
  align-items: center;
}
.foot1 .foot-section .foot-nav li a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  margin-right: 0;
  transition: all 0.5s;
}
.foot1 .foot-section .foot-nav li a:hover {
  font-weight: 800;
}
.foot1 .foot-section .foot-nav li a:hover::before {
  width: 25px;
  margin-right: 10px;
}
.foot1 .foot-center {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
}
.foot1 .foot-center .logo3 {
  width: 155px;
  height: auto;
  margin-bottom: 15px;
}
.foot1 .foot-center .logo3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.foot1 .foot-center a {
  font-weight: 600;
  text-align: center;
}
.foot1 .foot-center a + a {
  margin-top: 25px;
}
@media screen and (max-width: 1399px) {
  .foot1 .foot-section p {
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 30px;
  }
  .foot1 .foot-section a {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .foot1 .foot-section .foot-nav li + li, .foot1 .foot-section .foot-projects li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .foot1 {
    grid-template-columns: 1fr 1fr;
  }
  .foot1 .foot-section {
    padding: 0;
  }
  .foot1 .social, .foot1 .foot-center {
    grid-column: span 2;
  }
  .foot1 .foot-center {
    order: 1;
    padding-bottom: 0;
    border: none;
  }
  .foot1 .foot-left {
    order: 2;
    align-items: end;
    padding-right: 30px;
  }
  .foot1 .foot-left p {
    text-align: right;
  }
  .foot1 .foot-left .foot-nav li a {
    text-align: right;
    justify-content: end;
  }
  .foot1 .foot-left .foot-nav li a::before {
    display: none;
  }
  .foot1 .foot-right {
    order: 3;
    align-items: start;
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .foot1 .foot-left, .foot1 .foot-right {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .foot1 .social {
    order: 4;
  }
}
@media screen and (max-width: 575px) {
  .foot1 {
    padding-top: 50px;
  }
  .foot1 .foot-section p {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .foot1 .foot-left {
    padding-right: 15px;
  }
  .foot1 .foot-right {
    padding-left: 15px;
  }
  .foot1 .foot-right, .foot1 .foot-left {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .foot1 .foot-right a, .foot1 .foot-left a {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .foot1 .foot-center .logo3 {
    width: 120px;
    margin-bottom: 0;
  }
}

.main-top {
  position: relative;
  height: calc(100vh - 90px);
  height: calc(100svh - 90px);
  max-height: 800px;
  min-height: 320px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1299px) {
  .main-top {
    height: calc(100vh - 70px);
    height: calc(100svh - 70px);
  }
}
@media screen and (max-width: 575px) {
  .main-top {
    height: calc(100vh - 60px);
    height: calc(100svh - 60px);
    max-height: 450px;
  }
}
.main-top .slideshow {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.main-top .slideshow .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.main-top .overlay {
  z-index: 1;
}
.main-top .page-width {
  position: relative;
  z-index: 2;
  padding: 100px 0;
}
.main-top .slideshow-pagination-navigation-wrap {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  left: calc(50% - 700px);
}
.main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation {
  position: relative;
  padding: 0 109px 0 115px;
}
.main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation .slideshow-pagination {
  display: flex;
  align-items: center;
  position: static;
}
.main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation .slideshow-pagination span {
  background-color: transparent;
  font-size: 18px;
  color: #fff;
  opacity: 1;
  font-weight: 300;
  letter-spacing: 6px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
}
.main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation .slideshow-pagination span + span {
  margin-left: 45px;
}
.main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation .slideshow-pagination .swiper-pagination-bullet-active {
  font-weight: 900;
}
.main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation .slideshow-next, .main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation .slideshow-prev {
  width: 70px;
  height: 20px;
  top: 50%;
  margin: 0;
}
.main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation .slideshow-next::after, .main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation .slideshow-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/long-arrow-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation .slideshow-next {
  right: 0;
  transform: translateY(-55%);
}
.main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation .slideshow-prev {
  left: 0;
  transform: translateY(-55%) rotate(180deg);
}
@media only screen and (max-width: 1600px) {
  .main-top .slideshow-pagination-navigation-wrap {
    left: 10%;
  }
}
@media only screen and (max-width: 900px) {
  .main-top .slideshow-pagination-navigation-wrap {
    left: 5%;
  }
  .main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation {
    padding: 0 84px 0 90px;
  }
  .main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation .slideshow-next, .main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation .slideshow-prev {
    width: 70px;
  }
  .main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation .slideshow-pagination span + span {
    margin-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .main-top .slideshow-pagination-navigation-wrap {
    right: 5%;
    bottom: 20px;
  }
  .main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation {
    padding: 0 60px;
  }
  .main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation .slideshow-next, .main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation .slideshow-prev {
    width: 30px;
    height: 15px;
  }
  .main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation .slideshow-next::after, .main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation .slideshow-prev::after {
    background-position: right;
    background-size: cover;
  }
  .main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation .slideshow-pagination {
    justify-content: space-between;
  }
  .main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation .slideshow-pagination span + span {
    margin-left: 0;
  }
  .main-top .slideshow-pagination-navigation-wrap .slideshow-pagination-navigation .slideshow-pagination span {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.main-top .main-top-social {
  position: absolute;
  z-index: 3;
  right: 5%;
  bottom: 60px;
}
.main-top .main-top-social, .main-top .main-top-social .social, .main-top .main-top-social p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-top .main-top-social p {
  color: #fff;
  letter-spacing: 6px;
  font-weight: 500;
  line-height: 100%;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  transform: rotate(180deg);
  flex-direction: row;
}
.main-top .main-top-social p::before {
  content: "";
  height: 35px;
  width: 1px;
  background-color: #fff;
  margin: 25px 0;
}
@media screen and (max-height: 720px) {
  .main-top .main-top-social p {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .main-top .main-top-social p {
    display: none;
  }
}
.main-top .main-top-social .social a + a {
  margin-left: 0;
  margin-top: 25px;
}
.main-top .main-top-social .social a svg path {
  fill: #fff;
}
.main-top .main-top-social .social a:hover svg path {
  fill: #b79e7a;
}
.main-top .main-top-social .social a {
  width: 19px;
  height: 19px;
}
.main-top .main-top-social .social a svg {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .main-top .main-top-social {
    bottom: unset;
    top: 20px;
  }
  .main-top .main-top-social .social {
    flex-direction: row;
    justify-content: end;
    flex-wrap: wrap;
  }
  .main-top .main-top-social .social a {
    margin: 10px !important;
  }
}

.main-top .title h1, .main-top .title h2, .main-top .title span, .page-top .title h1, .page-top .title h2, .page-top .title span, .md-bg .title h1, .md-bg .title h2, .md-bg .title span {
  color: #fff;
  letter-spacing: 10px;
}
.main-top .title h1, .main-top .title h2, .page-top .title h1, .page-top .title h2, .md-bg .title h1, .md-bg .title h2 {
  font-size: 64px;
  font-weight: 300;
}
.main-top .title span, .page-top .title span, .md-bg .title span {
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 1600px) {
  .main-top .title h1, .main-top .title h2, .page-top .title h1, .page-top .title h2, .md-bg .title h1, .md-bg .title h2 {
    font-size: 54px;
  }
  .main-top .title span, .page-top .title span, .md-bg .title span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1399px) {
  .main-top .title h1, .main-top .title h2, .page-top .title h1, .page-top .title h2, .md-bg .title h1, .md-bg .title h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .main-top .title h1, .main-top .title h2, .page-top .title h1, .page-top .title h2, .md-bg .title h1, .md-bg .title h2 {
    font-size: 44px;
  }
  .main-top .title span, .page-top .title span, .md-bg .title span {
    font-size: 12px;
  }
  .main-top .title h1, .main-top .title span, .page-top .title h1, .page-top .title span, .md-bg .title h1, .md-bg .title span {
    letter-spacing: 8px;
  }
}
@media screen and (max-width: 575px) {
  .main-top .title h1, .main-top .title h2, .main-top .title span, .page-top .title h1, .page-top .title h2, .page-top .title span, .md-bg .title h1, .md-bg .title h2, .md-bg .title span {
    letter-spacing: 5px;
  }
  .main-top .title h1, .main-top .title h2, .page-top .title h1, .page-top .title h2, .md-bg .title h1, .md-bg .title h2 {
    /* font-size: 35px; */
    font-size: 32px;
  }
}

.md-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 120px 0;
}
.md-bg .overlay {
  z-index: 1;
}
.md-bg .page-width {
  position: relative;
  z-index: 2;
}
.md-bg .title span {
  font-weight: 400;
}
.md-bg .title h2 {
  font-size: 45px;
  letter-spacing: 8px;
}
@media screen and (max-width: 1399px) {
  .md-bg .title h2 {
    font-size: 40px;
    letter-spacing: 7px;
  }
}
@media screen and (max-width: 575px) {
  .md-bg .title h2 {
    font-size: 35px;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 575px) {
  .md-bg {
    padding: 80px 0;
  }
}

.our-results {
  background-color: #faf8f7;
  padding: 100px 0;
}
.our-results .numbers-wrap {
  display: flex;
  align-items: start;
}
.our-results .numbers-wrap .number {
  width: 100%;
}
.our-results .numbers-wrap .number .counter-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-results .numbers-wrap .number .counter-wrap .counter, .our-results .numbers-wrap .number .counter-wrap span {
  font-size: 64px;
  font-weight: bold;
  color: #0c2d51;
  letter-spacing: 5px;
  line-height: 100%;
}
.our-results .numbers-wrap .number p {
  text-align: center;
  line-height: 120%;
  font-size: 16px;
  letter-spacing: 5px;
  color: #0c2d51;
  margin-top: 15px;
  text-transform: uppercase;
}
.our-results .numbers-wrap .number + .number {
  border-left: 1px solid #0c2d51;
}
@media screen and (max-width: 1399px) {
  .our-results .numbers-wrap .number .counter-wrap .counter, .our-results .numbers-wrap .number .counter-wrap span {
    font-size: 54px;
  }
}
@media screen and (max-width: 991px) {
  .our-results .numbers-wrap .number .counter-wrap .counter, .our-results .numbers-wrap .number .counter-wrap span {
    font-size: 44px;
    letter-spacing: 3px;
  }
  .our-results .numbers-wrap .number p {
    font-size: 14px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  .our-results {
    padding: 80px 0;
  }
  .our-results .numbers-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 40px;
  }
  .our-results .numbers-wrap .number + .number {
    border-left: none;
  }
}
@media screen and (max-width: 575px) {
  .our-results {
    padding: 50px 0;
  }
  .our-results .numbers-wrap .number .counter-wrap .counter, .our-results .numbers-wrap .number .counter-wrap span {
    font-size: 34px;
    letter-spacing: 2px;
  }
  .our-results .numbers-wrap .number p {
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 10px;
  }
}

.servicesSwiper {
  margin-top: 50px;
  overflow-y: visible;
  padding-bottom: 100px;
}
.servicesSwiper .service-card {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  display: flex;
  transition: all 0.5s;
}
.servicesSwiper .service-card .overlay {
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 68.06%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  transition: all 0.5s;
}
.servicesSwiper .service-card img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.servicesSwiper .service-card .service-text {
  position: relative;
  z-index: 2;
  padding: 20px;
  margin-top: auto;
  transform: translateY(calc(100% - 96px));
  transition: all 0.5s;
}
.servicesSwiper .service-card .service-text * {
  color: #fff;
  transition: all 0.5s;
}
.servicesSwiper .service-card .service-text p, .servicesSwiper .service-card .service-text span {
  opacity: 0;
}
.servicesSwiper .service-card .service-text p {
  font-size: 16px;
  line-height: 160%;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.servicesSwiper .service-card .service-text span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  display: block;
  margin-top: 10px;
}
.servicesSwiper .service-card .service-text h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 28px;
  position: relative;
  padding-left: 65px;
  margin-bottom: 10px;
}
.servicesSwiper .service-card .service-text h3::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
  left: 0;
  top: 12px;
}
.servicesSwiper .service-card:hover {
  transform: translateY(70px);
}
.servicesSwiper .service-card:hover .overlay {
  opacity: 0;
}
.servicesSwiper .service-card:hover .service-text {
  background-color: rgba(250, 248, 247, 0.8);
  transform: translateY(0);
}
.servicesSwiper .service-card:hover .service-text * {
  color: #222222;
}
.servicesSwiper .service-card:hover .service-text h3::before {
  background-color: #222222;
}
.servicesSwiper .service-card:hover .service-text p, .servicesSwiper .service-card:hover .service-text span {
  opacity: 1;
}
.servicesSwiper .services-pagination {
  top: unset;
  bottom: 0;
}
.servicesSwiper .services-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  opacity: 1;
  border: 1px solid #0c2d51;
  background-color: transparent;
  margin: 0;
}
.servicesSwiper .services-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 50px;
}
.servicesSwiper .services-pagination .swiper-pagination-bullet-active {
  background-color: #0c2d51;
}
@media screen and (max-width: 1399px) {
  .servicesSwiper {
    padding-bottom: 100px;
  }
  .servicesSwiper .service-card {
    min-height: 450px;
  }
  .servicesSwiper .service-card .service-text {
    transform: translateY(calc(100% - 88px));
  }
  .servicesSwiper .service-card .service-text p, .servicesSwiper .service-card .service-text span {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .servicesSwiper .service-card .service-text p {
    line-height: 130%;
  }
  .servicesSwiper .service-card .service-text h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .servicesSwiper .service-card:hover {
    transform: translateY(50px);
  }
  .servicesSwiper .services-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  .servicesSwiper .services-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1299px) {
  .servicesSwiper .service-card .service-text {
    transform: none;
    background-color: rgba(250, 248, 247, 0.7);
    height: 50%;
  }
  .servicesSwiper .service-card .service-text p, .servicesSwiper .service-card .service-text span {
    opacity: 1;
  }
  .servicesSwiper .service-card .service-text p {
    -webkit-line-clamp: 5;
  }
  .servicesSwiper .service-card .service-text * {
    color: #222222;
  }
  .servicesSwiper .service-card .service-text h3::before {
    background-color: #222222;
  }
}
@media screen and (max-width: 575px) {
  .servicesSwiper {
    padding-bottom: 50px;
  }
  .servicesSwiper .service-card {
    min-height: 400px;
  }
  .servicesSwiper .service-card:hover {
    transform: none;
  }
}

.videobg {
  height: 50vh;
  max-height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videobg .play {
  width: 240px;
  height: 240px;
  background-image: url("../images/play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25%;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media screen and (max-width: 575px) {
  .videobg .play {
    width: 200px;
    height: 200px;
  }
}

.video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -10;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.video-wrap .video {
  background-color: transparent;
  padding: 10px;
  width: 90%;
  height: 80%;
  max-width: 800px;
  max-height: 500px;
  position: relative;
  border: 2px solid #fff;
}
.video-wrap .video .videoPlaceholder {
  height: 100%;
  width: 100%;
}
.video-wrap .video iframe {
  height: 100%;
  width: 100%;
}
.video-wrap .video .closeVideo {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  top: -25px;
  right: -25px;
  cursor: pointer;
  background-image: url("../images/close.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}
@media screen and (max-width: 575px) {
  .video-wrap .video {
    width: 90%;
    height: 50%;
    max-height: 500px;
    padding: 10px;
  }
  .video-wrap .video .closeVideo {
    width: 36px;
    height: 36px;
    top: -18px;
    right: -18px;
  }
}

.video-wrap.open-video {
  z-index: 105;
  opacity: 1;
}

.home-page {
  position: relative;
  padding: 50px calc(25% + 50px);
}
.home-page img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 25%;
  height: 80%;
}
.home-page img.first{
  bottom: 0;
  left: 0;
}
.home-page img.last {
  top: 0;
  right: 0;
}
.home-page .blueBtn {
  margin-top: 50px;
}
.home-page p {
  margin-top: 20px;
}
@media screen and (max-width: 1299px) {
  .home-page {
    padding: 0;
  }
  .home-page img {
    display: none;
  }
}

.portfolio-item {
  position: relative;
  height: 100%;
  padding: 25px;
}
.portfolio-item img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.portfolio-item .overlay {
  z-index: 1;
}
.portfolio-item .item-details {
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
.portfolio-item .item-details .item-title, .portfolio-item .item-details .year {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 5px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.portfolio-item .item-details .year {
  margin: 10px 0;
}
.portfolio-item .item-details, .portfolio-item .overlay {
  transition: all 0.5s;
  opacity: 0;
}
@media screen and (max-width: 1600px) {
  .portfolio-item {
    padding: 20px;
  }
  .portfolio-item .item-details .item-title, .portfolio-item .item-details .year {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .portfolio-item .item-details .blueBtn {
    font-size: 12px;
    letter-spacing: 3px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1399px) {
  .portfolio-item {
    padding: 15px;
  }
  .portfolio-item .item-details .item-title, .portfolio-item .item-details .year {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1299px) {
  .portfolio-item .item-details {
    opacity: 1;
  }
  .portfolio-item .overlay {
    opacity: 0.2;
  }
}
@media screen and (max-width: 575px) {
  .portfolio-item .item-details .year, .portfolio-item .item-details .blueBtn {
    display: none;
  }
  .portfolio-item .item-details .item-title {
    padding-right: 60px;
    position: relative;
  }
  .portfolio-item .item-details .item-title::after {
    content: "";
    width: 50px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../images/long-arrow-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.portfolio-item:hover .item-details {
  opacity: 1;
}
.portfolio-item:hover .overlay {
  opacity: 0.4;
}

.portfolio {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  grid-auto-rows: 180px;
  margin-bottom: 30px;
}
.portfolio a:nth-child(9n+1), .portfolio a:nth-child(9n+5), .portfolio a:nth-child(9n+6), .portfolio a:nth-child(9n+8) {
  grid-row: span 2;
}
.portfolio a:nth-child(9n+3) {
  grid-column: span 2;
  grid-row: span 2;
}
@media screen and (max-width: 1600px) {
  .portfolio {
    gap: 10px;
  }
}
@media screen and (max-width: 1399px) {
  .portfolio {
    gap: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .portfolio a:nth-child(9n+1),
  .portfolio a:nth-child(9n+3),
  .portfolio a:nth-child(9n+5),
  .portfolio a:nth-child(9n+6),
  .portfolio a:nth-child(9n+7),
  .portfolio a:nth-child(9n+9) {
    grid-column: span 2;
    grid-row: span 1;
  }
  .portfolio a:nth-child(9n+2),
  .portfolio a:nth-child(9n+4),
  .portfolio a:nth-child(9n+8) {
    grid-column: span 2;
    grid-row: span 2;
  }
}
@media screen and (max-width: 575px) {
  .portfolio {
    grid-template-columns: 1fr;
  }
  .portfolio a {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
}

.smaller-background {
  max-height: 550px;
}
@media screen and (max-width: 575px) {
  .smaller-background {
    max-height: 350px;
  }
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 50px;
}
.blog-grid .blog-post .blog-image {
  height: 520px;
  position: relative;
  margin-bottom: 20px;
}
.blog-grid .blog-post .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog-grid .blog-post .blog-image .overlay {
  z-index: 1;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80.4%, rgba(0, 0, 0, 0.26998) 89.99%, rgba(0, 0, 0, 0.3) 100%);
}
.blog-grid .blog-post .blog-image .blog-date {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.blog-grid .blog-post .blog-image .blog-date::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 15px;
}
.blog-grid .blog-post .blog-title {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 5px;
  color: #0a2441;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-grid .blog-post:hover .blog-title {
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  .blog-grid .blog-post .blog-image {
    height: 400px;
  }
  .blog-grid .blog-post .blog-title {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 1399px) {
  .blog-grid .blog-post .blog-image {
    height: 350px;
  }
  .blog-grid .blog-post .blog-title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 1199px) {
  .blog-grid {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-grid .blog-post .blog-image {
    height: 250px;
    margin-bottom: 10px;
  }
  .blog-grid .blog-post .blog-image .blog-date {
    font-size: 14px;
  }
  .blog-grid .blog-post .blog-image .blog-date::before {
    margin-right: 10px;
    width: 8px;
    height: 8px;
  }
  .blog-grid .blog-post .blog-title {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
  }
}

.home-blog {
  margin-top: 70px;
}
.home-blog .blog-post .blog-title {
  color: #222222;
}
@media screen and (max-width: 575px) {
  .home-blog {
    margin-top: 50px;
  }
}

.other-news {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 90px;
  position: relative;
}
.other-news .blogSwiper {
  height: 90px;
  padding: 15px 0%;
}
.other-news .blogSwiper .swiper-slide {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .other-news .blogSwiper .swiper-slide {
    width: 100% !important;
    text-align: center;
    padding: 0 10px;
  }
}
.other-news .blogSwiper .swiper-slide a {
  font-size: 16px;
  color: #0c2d51;
  letter-spacing: 2px;
  width: 100%;
}
/* .other-news .blogSwiper .swiper-slide.swiper-slide-next {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.other-news .blogSwiper .swiper-slide.swiper-slide-next + .swiper-slide {
  text-align: end;
}
.other-news .blogSwiper .swiper-slide.swiper-slide-active {
  text-align: left;
} */
.other-news .blogSwiper .swiper-slide.swiper-slide-active {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.other-news .blogSwiper .swiper-slide.swiper-slide-active + .swiper-slide {
  text-align: end;
}
.other-news .blogSwiper .swiper-slide.swiper-slide-next {
  text-align: left;
}
.other-news .swiper-button-next-blog,
.other-news .swiper-button-prev-blog {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.other-news .swiper-button-next-blog {
  right: 2%;
}
.other-news .swiper-button-prev-blog {
  left: 2%;
}

.blog-details-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .blog-details-cont {
    flex-direction: column;
  }
}
.blog-details-cont .share-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .blog-details-cont .share-socials {
    flex-direction: row;
    margin-bottom: 30px;
  }
}
.blog-details-cont .share-socials p {
  letter-spacing: 5px;
  font-weight: 600;
  line-height: 100%;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .blog-details-cont .share-socials p {
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 575px) {
  .blog-details-cont .share-socials p {
    letter-spacing: 2px;
  }
}
.blog-details-cont .share-socials .social {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .blog-details-cont .share-socials .social {
    flex-direction: row;
  }
}
.blog-details-cont .share-socials .social a {
  margin-left: 0;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .blog-details-cont .share-socials .social a {
    margin-top: 0;
    margin-left: 25px;
  }
}
@media screen and (max-width: 575px) {
  .blog-details-cont .share-socials .social a {
    margin-left: 10px !important;
    margin-right: 0 !important;
  }
}

.blog-details-wrapper {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .blog-details-wrapper {
    width: 100%;
  }
}
.blog-details-wrapper h1 {
  font-weight: 600;
}
.blog-details-wrapper .date {
  font-size: 18px;
  color: #0c2d51;
  padding: 10px 0;
}
.blog-details-wrapper .blog-cover {
  width: 100%;
  height: 740px;
}
@media screen and (max-width: 1199px) {
  .blog-details-wrapper .blog-cover {
    height: 500px;
  }
}
.blog-details-wrapper .blog-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-details-wrapper .blog-text {
  padding-top: 30px;
}
.blog-details-wrapper .blog-text h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 5px;
}
@media screen and (max-width: 575px) {
  .blog-details-wrapper .blog-text h2 {
    font-size: 25px;
  }
}
.blog-details-wrapper .blog-text p {
  margin-bottom: 10px;
}
.blog-details-wrapper .blog-text ol,
.blog-details-wrapper .blog-text ul {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .blog-details-wrapper .blog-text ol,
  .blog-details-wrapper .blog-text ul {
    padding-left: 20px;
  }
}
.blog-details-wrapper .blog-text ol li,
.blog-details-wrapper .blog-text ul li {
  color: #0a2441;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Inter";
  line-height: 27px;
  letter-spacing: 2px;
}
@media screen and (max-width: 575px) {
  .blog-details-wrapper .blog-text ol li,
  .blog-details-wrapper .blog-text ul li {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
.blog-details-wrapper .blog-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 15px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 575px) {
  .blog-details-wrapper .blog-gallery {
    grid-template-columns: 1fr;
  }
}
.blog-details-wrapper .blog-gallery a {
  width: 100%;
  height: 253px;
}
@media screen and (max-width: 575px) {
  .blog-details-wrapper .blog-gallery a {
    height: 200px;
  }
}
.blog-details-wrapper .blog-gallery a:nth-child(2n) {
  grid-row: span 2;
  height: 521px;
}
@media screen and (max-width: 575px) {
  .blog-details-wrapper .blog-gallery a:nth-child(2n) {
    height: 200px;
  }
}
.blog-details-wrapper .blog-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-details-wrapper hr {
  width: 100%;
  height: 1px;
  background-color: #0a2441;
  margin-top: 40px;
}

.main-background {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.main-background .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.about-wrapper {
  padding-right: calc(50% + 50px);
  position: relative;
}
@media screen and (max-width: 1199px) {
  .about-wrapper {
    padding-right: 0;
  }
}

.about-wrapper img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: 0;
     object-fit: 0;
}
@media screen and (max-width: 1199px) {
  .about-wrapper img {
    display: none;
  }
}

.about-wrapper img.first {
  top: 0;
  right: 20%;
  width: 30%;
  height: 90%;
}
 
.about-wrapper img.last {
  bottom: -10%;
  right: 0%;
  width: 30%;
  height: 80%;
}

.about-wrapper h2 {
  margin-bottom: 30px;
  font-weight: 600;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 380px;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .project-gallery {
    grid-auto-rows: 250px;
  }
}
@media screen and (max-width: 767px) {
  .project-gallery {
    gap: 5px;
    grid-auto-rows: 180px;
  }
}
@media screen and (max-width: 767px) {
  .project-gallery .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .project-gallery .title h2 {
    font-size: 25px;
  }
}

.project-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.project-gallery a:nth-child(2) {
  height: 380px;
}
@media screen and (max-width: 991px) {
  .project-gallery a:nth-child(2) {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .project-gallery a:nth-child(2) {
    height: 180px;
  }
}

.project-gallery a:nth-child(3) {
  margin-top: -235px;
  height: 508px;
}
@media screen and (max-width: 991px) {
  .project-gallery a:nth-child(3) {
    margin-top: 0;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .project-gallery a:nth-child(3) {
    height: 180px;
  }
}

.project-gallery a:nth-child(4) {
  height: 275px;
}
@media screen and (max-width: 991px) {
  .project-gallery a:nth-child(4) {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .project-gallery a:nth-child(4) {
    height: 180px;
  }
}

.project-gallery a:nth-child(5),
.project-gallery a:nth-child(7) {
  height: 275px;
}
@media screen and (max-width: 1199px) {
  .project-gallery a:nth-child(5),
  .project-gallery a:nth-child(7) {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .project-gallery a:nth-child(5),
  .project-gallery a:nth-child(7) {
    height: 180px;
  }
}

.project-gallery a:nth-child(5) {
  margin-top: -110px;
}
@media screen and (max-width: 991px) {
  .project-gallery a:nth-child(5) {
    margin-top: 0;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .project-gallery a:nth-child(5) {
    height: 180px;
  }
}

.project-gallery a:nth-child(7) {
  margin-top: -215px;
}
@media screen and (max-width: 991px) {
  .project-gallery a:nth-child(7) {
    margin-top: 0;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .project-gallery a:nth-child(7) {
    height: 180px;
  }
}

.project-gallery a:nth-child(6) {
  grid-row: span 2;
  height: 570px;
  margin-top: -110px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .project-gallery a:nth-child(6) {
    margin-top: 0;
    height: 100%;
  }
}
.project-gallery a:nth-child(6) .image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  transition: all 0.5s ease-in-out;
}
.project-gallery a:nth-child(6) .image-overlay:hover {
  background-color: rgba(10, 36, 65, 0.6);
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .project-gallery a:nth-child(6) .image-overlay {
    width: 100%;
  }
}
.project-gallery a:nth-child(6) .image-overlay p {
  font-size: 32px;
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
}
@media screen and (max-width: 575px) {
  .project-gallery a:nth-child(6) .image-overlay p {
    font-size: 20px;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 575px) {
  .project-gallery a:nth-child(6) .image-overlay svg {
    width: 145px;
  }
}

.video-about {
  margin-top: -290px;
}
@media screen and (max-width: 991px) {
  .video-about {
    margin-top: 0;
  }
}

.reference-cont {
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 575px) {
  .reference-cont {
    padding: 40px 0;
  }
}
.reference-cont::before {
  content: "";
  position: absolute;
  left: 0%;
  width: 80px;
  height: 1px;
  background-color: #0a2441;
  top: 38%;
}
@media screen and (max-width: 1199px) {
  .reference-cont::before {
    display: none;
  }
}
.reference-cont h3 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 5px;
  color: #0a2441;
}
@media screen and (max-width: 575px) {
  .reference-cont h3 {
    font-size: 23px;
  }
}
.reference-cont .year {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 8px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .reference-cont .year {
    font-size: 20px;
  }
}

.pagination {
  list-style: none;
  width: 100%;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 30px;
  height: -moz-max-content;
  height: max-content;
  grid-column: span 3;
}

.pagination li a {
  color: #0a2441;
  font-size: 32px;
  font-weight: 400;
  font-family: "Lato";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 40px;
  height: 30px;
}

.pagination li a.active {
  color: #b79e7a;
}

.pagination-ref {
  padding: 100px 0 100px 0;
}

.line-title {
  position: relative;
  padding-left: 10px;
}
.line-title h1 {
  font-weight: 600;
}
.line-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100%;
  width: 100%;
  height: 1px;
  background-color: #0c2d51;
}
@media screen and (max-width: 991px) {
  .line-title::before {
    display: none;
  }
}

.contact-form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contact-form form {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  .contact-form form {
    row-gap: 20px;
  }
}
.contact-form form input,
.contact-form form select,
.contact-form form textarea {
  border: none;
  padding: 15px 15px;
  background-color: #faf8f7;
  color: #0a2441;
  width: 100%;
}
.contact-form form input:focus,
.contact-form form select:focus,
.contact-form form textarea:focus {
  outline: 1px solid #b79e7a;
}
.contact-form form input::-moz-placeholder {
  font-family: "Inter";
  color: rgba(12, 45, 81, 0.5);
}
.contact-form form input::placeholder {
  font-family: "Inter";
  color: rgba(12, 45, 81, 0.5);
}
.contact-form form textarea {
  grid-column: span 2;
  height: 300px;
  resize: none;
}
@media screen and (max-width: 767px) {
  .contact-form form textarea {
    grid-column: span 1;
  }
}
.contact-form form textarea::-moz-placeholder {
  font-family: "Inter";
  color: rgba(12, 45, 81, 0.5);
}
.contact-form form textarea::placeholder {
  font-family: "Inter";
  color: rgba(12, 45, 81, 0.5);
}
.contact-form form button {
  grid-column: span 2;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .contact-form form button {
    grid-column: span 1;
  }
}

.contact-info-wrapper {
  padding: 80px 0;
}
.contact-info-wrapper .contact-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .contact-info-wrapper .contact-cont {
    flex-direction: column;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .contact-info-wrapper .contact-cont {
    width: 90%;
  }
}
.contact-info-wrapper .contact-cont hr {
  width: 1px;
  height: 156px;
  background-color: #0c2d51;
}
@media screen and (max-width: 1199px) {
  .contact-info-wrapper .contact-cont hr {
    width: 100%;
    height: 1px;
    margin: 50px 0;
  }
}
.contact-info-wrapper .contact-cont .contact-info h3,
.contact-info-wrapper .contact-cont .socials-cont h3 {
  font-weight: 500;
  color: #0c2d51;
  font-size: 32px;
  letter-spacing: 5px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-info-wrapper .contact-cont .contact-info h3,
  .contact-info-wrapper .contact-cont .socials-cont h3 {
    font-size: 25px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info-wrapper .contact-cont .contact-info {
    width: 100%;
  }
}
.contact-info-wrapper .contact-cont .contact-info a {
  display: block;
  font-weight: 600;
  font-size: 24px;
  color: #0c2d51;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-info-wrapper .contact-cont .contact-info a {
    font-size: 18px;
  }
}
.contact-info-wrapper .contact-cont .contact-info a:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contact-info-wrapper .contact-cont .socials-cont {
    width: 100%;
  }
}
.contact-info-wrapper .contact-cont .socials-cont .socials {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info-wrapper .contact-cont .socials-cont .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.contact-info-wrapper .contact-cont .socials-cont .socials a:last-child {
  margin-right: 0;
}
.contact-info-wrapper .contact-cont .socials-cont .socials a svg path {
  transition: all 0.5s ease-in-out;
}
.contact-info-wrapper .contact-cont .socials-cont .socials a svg:hover path {
  fill: #b79e7a;
}

.contact-map {
  width: 100%;
  height: 690px;
}
@media screen and (max-width: 767px) {
  .contact-map {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .contact-map {
    height: 350px;
  }
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}

.privacy-text h2 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 5px;
  padding: 40px 0;
}
.privacy-text h2:first-child {
  padding-top: 0;
}
@media screen and (max-width: 575px) {
  .privacy-text h2 {
    font-size: 25px;
    padding: 30px 0;
    letter-spacing: 2px;
  }
}
.privacy-text p + p {
  margin-top: 20px;
}

.template-text h2 {
  font-weight: 600;
  letter-spacing: 5px;
  padding: 40px 0;
}
@media screen and (max-width: 575px) {
  .template-text h2 {
    padding: 30px 0;
  }
}
.template-text h2:first-child {
  padding-top: 0;
}
.template-text p + p {
  margin-top: 20px;
}
.template-text h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 5px;
  padding: 30px 0;
}
@media screen and (max-width: 575px) {
  .template-text h3 {
    font-size: 25px;
    letter-spacing: 3px;
  }
}
.template-text ol li {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.template-text ol li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .template-text ol {
    padding-left: 30px;
  }
}
.template-text ul li {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.template-text ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .template-text ul {
    padding-left: 30px;
  }
}
.template-text a {
  color: #b79e7a;
  font-weight: 600;
  letter-spacing: 2.5px;
  transition: all 0.5s ease-in-out;
}
.template-text .template-links a {
  display: flex;
  align-items: center;
  color: #0c2d51;
  font-weight: 600;
  letter-spacing: 2.5px;
  transition: all 0.5s ease-in-out;
}
.template-text .template-links a svg {
  padding-right: 15px;
}
.template-text .template-links a svg path {
  transition: all 0.5s ease-in-out;
}
.template-text .template-links a:hover {
  color: #b79e7a;
}
.template-text .template-links a:hover svg path {
  fill: #b79e7a;
}
.template-text .gallery-p {
  padding: 40px 0;
}
.template-text .template-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 15px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 575px) {
  .template-text .template-gallery {
    grid-template-columns: 1fr;
  }
}
.template-text .template-gallery a {
  width: 100%;
  height: 253px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .template-text .template-gallery a {
    height: 200px;
  }
}
.template-text .template-gallery a:nth-child(2n) {
  grid-row: span 2;
  height: 521px;
}
@media screen and (max-width: 575px) {
  .template-text .template-gallery a:nth-child(2n) {
    height: 200px;
  }
}
/* .template-text .template-gallery a:last-child .image-overlay {
  display: none;
}
@media screen and (max-width: 575px) {
  .template-text .template-gallery a:last-child .image-overlay {
    display: flex;
  }
} */
.template-text .template-gallery a:nth-child(3) .image-overlay {
  display: none;
}
@media screen and (max-width: 575px) {
  .template-text .template-gallery a:nth-child(2) .image-overlay {
    display: none;
  }
  .template-text .template-gallery a:nth-child(3) .image-overlay {
    display: flex;
  }
}
@media screen and (max-width: 575px) {
  .template-text .template-gallery a:nth-last-child(2) .image-overlay {
    display: none;
  }
}
.template-text .template-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.template-text .template-gallery .image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  transition: all 0.5s ease-in-out;
}
.template-text .template-gallery .image-overlay:hover {
  background-color: rgba(10, 36, 65, 0.6);
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .template-text .template-gallery .image-overlay {
    width: 100%;
  }
}
.template-text .template-gallery .image-overlay p {
  font-size: 32px;
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
}
@media screen and (max-width: 575px) {
  .template-text .template-gallery .image-overlay p {
    font-size: 20px;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 575px) {
  .template-text .template-gallery .image-overlay svg {
    width: 145px;
  }
}

.project-wrapper {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 575px) {
  .project-wrapper {
    padding-bottom: 20px;
  }
}
.project-wrapper .project {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .project-wrapper .project {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .project-wrapper .project {
    margin-top: 50px;
  }
}
.project-wrapper .project:first-child {
  margin-top: 0;
}
.project-wrapper .project .project-image {
  width: 50%;
  height: 560px;
}
@media screen and (max-width: 1199px) {
  .project-wrapper .project .project-image {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .project-wrapper .project .project-image {
    height: 350px;
  }
}
.project-wrapper .project .project-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.project-wrapper .project .project-text {
  width: 35%;
}
@media screen and (max-width: 1399px) {
  .project-wrapper .project .project-text {
    width: 42%;
  }
}
@media screen and (max-width: 1199px) {
  .project-wrapper .project .project-text {
    width: 100%;
    padding-top: 70px;
  }
}
.project-wrapper .project .project-text h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 8px;
  color: #0a2441;
  position: relative;
}
@media screen and (max-width: 575px) {
  .project-wrapper .project .project-text h3 {
    letter-spacing: 2px;
    font-size: 25px;
  }
}
.project-wrapper .project .project-text .project-title {
  position: relative;
}
.project-wrapper .project .project-text .project-title .project-year {
  position: absolute;
  left: -60%;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 1px;
  color: #0a2441;
  top: -10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.project-wrapper .project .project-text .project-title .project-year::after {
  content: "";
  position: relative;
  display: block;
  width: 240px;
  height: 1px;
  background-color: #0a2441;
}
@media screen and (max-width: 1199px) {
  .project-wrapper .project .project-text .project-title .project-year {
    left: 0;
    top: -40px;
  }
}
@media screen and (max-width: 575px) {
  .project-wrapper .project .project-text .project-title .project-year {
    font-size: 20px;
  }
}
.project-wrapper .project .project-text p {
  margin: 30px 0;
}
.project-wrapper .project .project-text a {
  color: #0a2441;
  font-weight: 900;
  letter-spacing: 3.5px;
  display: flex;
  align-items: center;
}
.project-wrapper .project .project-text a::after {
  content: "";
  position: relative;
  display: block;
  width: 50px;
  height: 1px;
  background-color: #0a2441;
  margin-left: 15px;
}
.project-wrapper .reverse-project {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .project-wrapper .reverse-project {
    flex-direction: column;
  }
}
@media screen and (max-width: 1199px) {
  .project-wrapper .reverse-project .project-text h3 {
    text-align: end;
  }
  .project-wrapper .reverse-project .project-text p {
    text-align: end;
  }
  .project-wrapper .reverse-project .project-text a {
    justify-content: flex-end;
  }
}
.project-wrapper .reverse-project .project-text .project-title .project-year {
  left: auto;
  right: -60%;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .project-wrapper .reverse-project .project-text .project-title .project-year {
    right: 0;
  }
}

.filter-projects {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.filter-projects::after {
  content: "";
  position: absolute;
  width: 270px;
  height: 1px;
  right: -270px;
  background-color: #0c2d51;
}

@media screen and (max-width: 576px) {
  .filter-projects::after{
    display: none;
  }
}

.filter-projects select {
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  border: 1px solid #0c2d51;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #0c2d51;
}
.filter-projects select:focus {
  outline: none;
}
.filter-projects select option {
  background-color: #faf8f7;
}

.project-details-text {
  text-align: center;
}
.project-details-text h2 {
  font-weight: 600;
  letter-spacing: 5px;
}
@media screen and (max-width: 575px) {
  .project-details-text h2 {
    letter-spacing: 3px;
  }
}
.project-details-text p {
  margin-top: 30px;
}

.object-list-cont {
  background-image: url("../images/object-list.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 320px;
  display: flex;
  align-items: center;
}
.object-list-cont span {
  color: #fff;
  font-size: 16px;
  letter-spacing: 5px;
}
.object-list-cont h2 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 15px;
  margin-top: 10px;
}

.objects-grid {
  display: grid;
  /* grid-template-columns: repeat(6, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .objects-grid {
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .objects-grid {
    gap: 5px;
  }
}
.objects-grid a {
  width: 100%;
  height: 550px;
  grid-column: span 2;
  position: relative;
}
@media screen and (max-width: 991px) {
  .objects-grid a {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .objects-grid a {
    grid-column: span 3;
  }
}
@media screen and (max-width: 575px) {
  .objects-grid a {
    height: 250px !important;
  }
}
.objects-grid a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.objects-grid a .object-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.objects-grid a .object-overlay::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  display: block;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.objects-grid a .object-overlay h3,
.objects-grid a .object-overlay span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.objects-grid a .object-overlay span {
  display: block;
  margin: 10px 0;
}
.objects-grid a:hover .object-overlay {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.objects-grid a:nth-child(4),
.objects-grid a:nth-child(5) {
  grid-column: span 3;
  height: 470px;
}
@media screen and (max-width: 991px) {
  .objects-grid a:nth-child(4),
  .objects-grid a:nth-child(5) {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .objects-grid a:nth-child(4) {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .objects-grid a:nth-child(5) {
    grid-column: span 6;
    width: 100%;
  }
}

.project-details-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .project-details-gallery {
    gap: 5px;
  }
}
.project-details-gallery .title {
  position: absolute;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .project-details-gallery .title {
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .project-details-gallery .title h2 {
    font-size: 25px;
    letter-spacing: 2px;
  }
}
.project-details-gallery a {
  position: relative;
  width: 100%;
  height: 275px;
}
@media screen and (max-width: 767px) {
  .project-details-gallery a {
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .project-details-gallery a {
    height: 180px;
  }
}
.project-details-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.project-details-gallery a:nth-of-type(1) {
  grid-row: span 2;
  height: 75%;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .project-details-gallery a:nth-of-type(1) {
    height: 250px;
    grid-row: span 1;
  }
}
@media screen and (max-width: 575px) {
  .project-details-gallery a:nth-of-type(1) {
    height: 180px;
  }
}
.project-details-gallery a:nth-of-type(2) {
  height: 380px;
}
@media screen and (max-width: 767px) {
  .project-details-gallery a:nth-of-type(2) {
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .project-details-gallery a:nth-of-type(2) {
    height: 180px;
  }
}
.project-details-gallery a:nth-of-type(5) {
  grid-row: span 2;
  height: 100%;
}
.project-details-gallery a .image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  transition: all 0.5s ease-in-out;
}
.project-details-gallery a .image-overlay:hover {
  background-color: rgba(10, 36, 65, 0.6);
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .project-details-gallery a .image-overlay {
    width: 100%;
  }
}
.project-details-gallery a .image-overlay p {
  font-size: 32px;
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
}
@media screen and (max-width: 575px) {
  .project-details-gallery a .image-overlay p {
    font-size: 20px;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 575px) {
  .project-details-gallery a .image-overlay svg {
    width: 145px;
  }
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .catalog-grid {
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .catalog-grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.catalog-grid a.catalog {
  width: 100%;
  height: 390px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .catalog-grid a.catalog {
    height: 250px;
  }
}
.catalog-grid a.catalog picture {
  width: 100%;
}
.catalog-grid a.catalog img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.catalog-grid a.catalog .text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.catalog-grid a.catalog h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.catalog-grid a.catalog .blueBtn {
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.catalog-grid a.catalog .unit-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.catalog-grid a.catalog .unit-overlay::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  display: block;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.catalog-grid a.catalog:hover .blueBtn {
  height: auto;
  opacity: 1;
  margin-top: 15px;
  padding: 10px 30px;
  transition: all 0.5s ease-in-out;
}
.catalog-grid a.catalog:hover .unit-overlay::before {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.unit-gallery {
  margin-top: 100px;
}

.object-map {
  width: 100%;
  height: 690px;
}
@media screen and (max-width: 575px) {
  .object-map {
    height: 350px;
  }
}
.object-map iframe {
  width: 100%;
  height: 100%;
}

.unit-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .unit-wrapper {
    flex-direction: column;
  }
}
.unit-wrapper .unit-slider {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .unit-wrapper .unit-slider {
    width: 100%;
  }
}
.unit-wrapper .unit-slider .bigSwiper2,
.unit-wrapper .unit-slider .bigSwiper3 {
  width: 100%;
  height: 460px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .unit-wrapper .unit-slider .bigSwiper2,
  .unit-wrapper .unit-slider .bigSwiper3 {
    height: 300px;
  }
}
.unit-wrapper .unit-slider .bigSwiper2 .swiper-slide,
.unit-wrapper .unit-slider .bigSwiper3 .swiper-slide {
  width: 100%;
  height: 100%;
}
.unit-wrapper .unit-slider .bigSwiper2 .swiper-slide img,
.unit-wrapper .unit-slider .bigSwiper3 .swiper-slide img {
  width: 100%;
  height: 100%;
  /* -o-object-fit: contain;
     object-fit: contain; */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.unit-wrapper .unit-slider .swiper-button-next-unit,
.unit-wrapper .unit-slider .swiper-button-prev-unit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0c2d51;
  border-radius: 50%;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.unit-wrapper .unit-slider .swiper-button-next-unit {
  right: 20px;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .unit-wrapper .unit-slider .swiper-button-next-unit {
    right: 10px;
  }
}
.unit-wrapper .unit-slider .swiper-button-prev-unit {
  left: 20px;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .unit-wrapper .unit-slider .swiper-button-prev-unit {
    left: 10px;
  }
}
.unit-wrapper .unit-slider .thumbSwiper,
.unit-wrapper .unit-slider .thumbSwiper2 {
  width: 100%;
  height: 155px;
}
@media screen and (max-width: 575px) {
  .unit-wrapper .unit-slider .thumbSwiper,
  .unit-wrapper .unit-slider .thumbSwiper2 {
    display: none;
  }
}
.unit-wrapper .unit-slider .thumbSwiper .swiper-slide,
.unit-wrapper .unit-slider .thumbSwiper2 .swiper-slide {
  height: 100%;
}
.unit-wrapper .unit-slider .thumbSwiper .swiper-slide img {
  cursor: pointer;
}
.unit-wrapper .unit-slider .thumbSwiper .swiper-slide img,
.unit-wrapper .unit-slider .thumbSwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.unit-wrapper .unit-details {
  width: 45%;
}
@media screen and (max-width: 991px) {
  .unit-wrapper .unit-details {
    width: 100%;
    margin-top: 25px;
  }
}
.unit-wrapper .unit-details .unit-title {
  margin-bottom: 20px;
  padding-top: 50px;
  position: relative;
}
.unit-wrapper .unit-details .unit-title h2 {
  font-size: 24px;
  font-weight: 500;
}
.unit-wrapper .unit-details .unit-title .unit-area {
  position: absolute;
  left: -25%;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 2px;
  color: #0a2441;
  top: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .unit-wrapper .unit-details .unit-title .unit-area {
    left: 0;
  }
}
.unit-wrapper .unit-details .unit-title .unit-area::after {
  content: "";
  position: relative;
  display: block;
  width: 200px;
  height: 1px;
  background-color: #0a2441;
}
.unit-wrapper .unit-details p {
  line-height: 37px;
}
@media screen and (max-width: 575px) {
  .unit-wrapper .unit-details p {
    line-height: 25px;
  }
}
.unit-wrapper .unit-details .catalog {
  margin: 40px 0;
}
.unit-wrapper .unit-details .catalog a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2.5px;
  color: #0c2d51;
}
@media screen and (max-width: 575px) {
  .unit-wrapper .unit-details .catalog a {
    font-size: 14px;
  }
}
.unit-wrapper .unit-details .catalog a svg {
  margin-right: 15px;
}
@media screen and (max-width: 575px) {
  .unit-wrapper .unit-details .catalog a svg {
    width: 30px;
    height: 36px;
  }
}
.unit-wrapper .unit-details .contact-link {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 3.5px;
  color: #0a2441;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.unit-wrapper .unit-details .contact-link::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #0a2441;
  margin-left: 15px;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9998;
  justify-content: center;
  align-items: center;
}
.popup .popup-content {
  background-color: #faf8f7;
  padding: 50px;
  border-radius: 0;
  width: 1170px;
  max-width: 90%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  position: relative;
}
@media screen and (max-width: 575px) {
  .popup .popup-content {
    padding: 30px;
  }
}
.popup .popup-content form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 25px;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .popup .popup-content form {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  .popup .popup-content form {
    row-gap: 20px;
    margin-top: 30px;
  }
}
.popup .popup-content form input,
.popup .popup-content form select,
.popup .popup-content form textarea {
  border: none;
  padding: 15px 15px;
  background-color: #fff;
  color: #0a2441;
  font-size: 18px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .popup .popup-content form input,
  .popup .popup-content form select,
  .popup .popup-content form textarea {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.popup .popup-content form input:focus,
.popup .popup-content form select:focus,
.popup .popup-content form textarea:focus {
  outline: 1px solid #b79e7a;
}
.popup .popup-content form input::-moz-placeholder {
  font-family: "Inter";
  color: rgba(12, 45, 81, 0.7);
  font-size: 18px;
}
.popup .popup-content form input::placeholder {
  font-family: "Inter";
  color: rgba(12, 45, 81, 0.7);
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .popup .popup-content form input::-moz-placeholder {
    font-size: 14px;
  }
  .popup .popup-content form input::placeholder {
    font-size: 14px;
  }
}
.popup .popup-content form textarea {
  grid-column: span 2;
  height: 200px;
  resize: none;
}
@media screen and (max-width: 767px) {
  .popup .popup-content form textarea {
    grid-column: span 1;
  }
}
@media screen and (max-width: 575px) {
  .popup .popup-content form textarea {
    height: 170px;
  }
}
.popup .popup-content form textarea::-moz-placeholder {
  font-family: "Inter";
  color: rgb(12, 45, 81);
  font-size: 18px;
}
.popup .popup-content form textarea::placeholder {
  font-family: "Inter";
  color: rgb(12, 45, 81);
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .popup .popup-content form textarea::-moz-placeholder {
    font-size: 14px;
  }
  .popup .popup-content form textarea::placeholder {
    font-size: 14px;
  }
}
.popup .popup-content form button {
  grid-column: span 2;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .popup .popup-content form button {
    grid-column: span 1;
  }
}
.popup .popup-content .close {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 44px;
  color: #0c2d51;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .popup .popup-content .close {
    top: 5px;
    right: 15px;
    font-size: 35px;
  }
}
.popup .popup-content .popup-header {
  position: relative;
  padding-top: 40px;
}
.popup .popup-content .popup-header h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 8px;
  color: #0a2441;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .popup .popup-content .popup-header h3 {
    font-size: 25px;
    letter-spacing: 3px;
    margin-top: 15px;
  }
}
.popup .popup-content .popup-header h4 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 8px;
  color: rgba(10, 36, 65, 0.7);
}
@media screen and (max-width: 575px) {
  .popup .popup-content .popup-header h4 {
    font-size: 22px;
    letter-spacing: 3px;
  }
}
.popup .popup-content .popup-header .unit-area {
  position: absolute;
  left: -5%;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 2px;
  color: rgba(10, 36, 65, 0.7);
  top: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .popup .popup-content .popup-header .unit-area {
    font-size: 16px;
  }
}
.popup .popup-content .popup-header .unit-area::after {
  content: "";
  position: relative;
  display: block;
  width: 140px;
  height: 1px;
  background-color: #0a2441;
}/*# sourceMappingURL=main.css.map */

.object-title span::after, .object-title span::before{
  display: none;
}

.popup-content .dark-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 45, 81, 0.05);
}

.blue-background2{
  background-color: rgba(12, 45, 81, 0.02);
}

@media only screen and (max-width: 991px){
  .blue-background2 .page-padding{
    padding:  0;
  }

  .pagination-ref{
    padding: 50px 0;
  }
  .main-background .title {
    width: 90%;
  }
  .unit-wrapper {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 575px){
  .unit-wrapper .unit-details .unit-title {
    padding-top: 35px;
  }
  .unit-wrapper .unit-details .unit-title .unit-area {
    align-items: flex-start;
  }
}
.template-text h3,
.template-text p {
  position: relative;
}

.template-text h3:nth-of-type(2n)::before {
  content: '';
  background-color: #faf8f7;
  position: absolute;
  width: 200%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.template-text p:nth-of-type(2n)::before {
  content: '';
  background-color: #faf8f7;
  position: absolute;
  width: 200%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.template-text h3:nth-of-type(2n) {
  margin-top: 30px;
}
.template-text p:nth-of-type(2n) {
  padding-bottom: 30px;
}