/*! 
    Created on : Apr 13, 2023, 5:51:35 PM
    Author     : Mohammad Hadi Behgam
    Email      : h.behgam@gmail.com
    Tel        : 09379874085
*/
@font-face {
  font-family: Nominee;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Nominee-Light.ttf") format("truetype");
  src: url("../fonts/Nominee-Light.otf");
}
@font-face {
  font-family: Nominee;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Nominee-ExtraLight.ttf") format("truetype");
  src: url("../fonts/Nominee-ExtraLight.otf");
}
@font-face {
  font-family: Nominee;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Nominee-UltraLight.ttf") format("truetype");
  src: url("../fonts/Nominee-UltraLight.otf");
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: Nominee !important;
  font-size: 12px;
  font-weight: 200;
  direction: ltr;
  height: 100vh;
  /* cursor: url("../images/svg/cursor.svg"), auto; */
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
ul {
  list-style: none;
}
:root {
  --whith: #fff;
  --black: #000;
  --gray: #888;
  --links: #c84d00;
}
header {
  /* padding-top: 30px; */
  position: fixed;
  width: 100%;
  background-color: var(--whith);
  padding-top: 30px;
  height: 146px;
  z-index: 3;
}
footer {
  /* position: relative; */
  height: 104px;
  /* position: fixed; */
  bottom: 0px;
}
nav#main-menu {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -0%);
  padding: 35px 10px;
  /* border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px; */
  background-color: var(--whith);
  z-index: 10;
  max-width: 1360px;
  width: 100%;
}
nav#main-menu ul.main-nav {
  display: flex;
  justify-content: center;
}
nav#main-menu ul.main-nav li {
  margin-left: 10px;
}
nav#main-menu ul.main-nav li a {
  padding: 10px 10px;
  display: block;
  color: var(--black);
}
ul.ltr-effect li {
  position: relative;
  width: fit-content;
  /* display: inline-block; */
}
ul.ltr-effect li:after {
  content: "";
  display: block;
}
ul.ltr-effect li:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: var(--black);
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
ul.ltr-effect li:hover:after {
  width: 100%;
}
div.logo a.logo {
  max-width: 555px;
  max-height: 248px;
  display: flex;
  flex-direction: row-reverse;
  /* justify-content: space-between; */
  justify-content: flex-end;
  align-items: center;
  color: var(--black);
  /* margin: 30px auto 30px 43%; */
  margin: 0 auto 30px auto;
  transform: translate(29%, 0%);
}
/* div.logo img#first-logo {
  width: 69%;
} */
div.logo img#second-logo {
  width: 40px;
  height: 53px;
}
div.right-box {
  display: flex;
  flex-direction: column;
  height: 64px;
  justify-content: flex-end;
  margin-left: 1.5rem;
}
/* *,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;}
  a,a:hover,a:visited{color:var(--c_main);text-decoration:none;white-space:nowrap;}
  a:before,a:hover:before,a:visited:before{background:#fff;content:"";display:inline-block;height:.7em;margin-right:.25em;-webkit-mask:url(https://architektgruber.com/wp-content/themes/gruber/dist/graphics.19ed617c.svg);mask:url(https://architektgruber.com/wp-content/themes/gruber/dist/graphics.19ed617c.svg);-webkit-mask-position:0 20%;mask-position:0 20%;-webkit-mask-position:0 21%;mask-position:0 21%;-webkit-mask-size:400%;mask-size:400%;mix-blend-mode:difference;-webkit-transform:translateY(-.05em);-ms-transform:translateY(-.05em);transform:translateY(-.05em);width:1.5em;}
  a:hover{font-style:italic;} */
h1 {
  font-size: 1rem;
  font-weight: 400;
}
#logo {
  mix-blend-mode: difference;
}
#logo * {
  color: var(--black);
}
#logo a:before {
  display: none;
}
#logo {
  left: 4rem;
  margin: 0;
  mix-blend-mode: difference;
  position: fixed;
  top: -0.5rem;
  z-index: 1000;
  font-size: 27px;
  font-weight: 300;
  /* word-spacing: 26px; */
}
.studio {
  font-size: 27px;
  font-weight: 300;
}
.full-name {
  font-weight: 100;
  font-size: 7px;
}
#logo span {
  /* -webkit-animation: logo 0.5s cubic-bezier(0.83, 0, 0.17, 1) 2s; */
  /* animation: logo 0.5s cubic-bezier(0.83, 0, 0.17, 1) 2s; */
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.3rem;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.5s cubic-bezier(0.83, 0, 0.17, 1), margin 0.5s cubic-bezier(0.83, 0, 0.17, 1);
  -o-transition: max-width 0.5s cubic-bezier(0.83, 0, 0.17, 1), margin 0.5s cubic-bezier(0.83, 0, 0.17, 1);
  transition: max-width 0.5s cubic-bezier(0.83, 0, 0.17, 1), margin 0.5s cubic-bezier(0.83, 0, 0.17, 1);
  white-space: nowrap;
  margin-right: 24px;
}
div.logo a.logo {
  cursor: auto;
}
div.right-box {
  cursor: pointer;
}
div.right-box:hover a.logo {
  max-width: 555px;
}
#logo a:hover {
  font-style: normal;
}
div.right-box:hover #logo span {
  margin-right: 0;
  max-width: 100%;
  opacity: 1;
}
#logo:hover {
  word-spacing: unset;
}

/*! CSS Used keyframes */
@-webkit-keyframes logo {
  0% {
    margin-right: 0;
    max-width: 100%;
  }
  to {
    margin-right: 0.3rem;
    max-width: 0;
  }
}
@keyframes logo {
  0% {
    margin-right: 0;
    max-width: 100%;
  }
  to {
    margin-right: 0.3rem;
    max-width: 0;
  }
}

body main {
  /* margin: 100px 0; */
}
main img#main-image {
  /* margin: 200px auto 0; */
  /* display: block; */
  width: 160px;
  /* margin-top: 100px; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#insta {
  width: 50px;
  margin: 230px auto 0;
  display: block;
}
main.main-projects {
  display: flex;
  max-height: 600px;
  max-width: 1360px;
  /* padding-top: 255px; */
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.main-projects div.list {
  display: none;
  width: 480px;
  text-align: center;
  /* height: calc(100vh - 299px); */
  overflow-y: auto;
  margin: 0 auto;
}
main.main-projects div.list p:first-child {
}
main.main-projects div.map {
  display: none;
  margin: 0 auto;
  /* min-height: 600px; */
  max-width: 1000px;
  width: 80%;
}
main.main-projects div.map img {
  width: 100%;
}
main.main-projects div.list h3 {
  font-weight: 200;
  word-spacing: 2px;
}
main.main-projects div.list h3.year {
  color: var(--gray);
}
main.main-projects div.list a {
  color: var(--black);
}
main.main-projects div.projects-list {
  max-width: 200px;
  width: 20%;
  height: 600px;
  /* margin-left: 280px; */
  position: fixed;
}
main.main-projects div.projects-list ul {
  list-style: none;
  width: fit-content;
  line-height: 1.5;
}
main.main-projects div.projects-list ul li {
  /* font-weight: 100; */
  cursor: pointer;
}
main.main-projects div.projects {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  max-height: 600px;
  margin: 0 auto;
  /* overflow-y: auto; */
  overflow-y: hidden;
}
#mCSB_2_container {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  row-gap: 20px;
  column-gap: 20px;
}
.mCSB_container_wrapper {
  position: static !important;
  margin-right: unset;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -15px;
}
/* div.projects {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
div.projects::-webkit-scrollbar {
  width: 0;
  height: 0;
} */
main.main-projects div.projects a {
  width: 186px;
  height: 186px;
  display: inline-block;
  /* margin-bottom: 20px; */
}
main.main-projects div.projects img {
  width: 100%;
  height: 100%;
}
main.single-project.photo {
  padding-top: 154px;
  height: 637px;
}
main.single-project {
  padding-top: 146px;
  max-width: 1360px;
  margin: 0 auto;
  min-height: 648px;
}
main.single-project div.wrapper {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0px;
}
main.single-project div.wrapper.multi-gallery {
  max-width: 1360px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.single-project div.wrapper.gallery-wrapper {
  /* padding-top: 50px; */
}
main.single-project div.creator {
  display: flex;
  align-items: center;
  position: fixed;
  top: 36px;
  width: 370px;
  height: 51px;
  z-index: 4;
}
main.single-project div.creator div.details {
  height: 51px;
  display: block;
}
main.single-project div.creator div.details p {
  text-transform: uppercase;
}
main.single-project div.creator div.image img {
  margin-right: 10px;
  width: 52px;
  height: 52px;
  display: block;
}
main.single-project div.wrapper div.left {
  max-width: 600px;
  max-height: 600px;
  width: 50%;
  position: relative;
}
.p-name-l {
  position: relative;
  top: -14px;
  left: calc(50% - 50px);
  display: inline;
}
.p-name-r {
  position: relative;
  top: -14px;
  left: calc(50% - 50px);
  display: inline;
}
main.single-project div.wrapper div.right {
  max-width: 600px;
  max-height: 600px;
  width: 50%;
  position: relative;
}
main.single-project div.wrapper div.project {
  display: flex;
  gap: 160px;
  margin: 0 auto;
  /* width: 1300px; */
  width: 100%;
  justify-content: space-between;
}
main.single-project.photo div.wrapper div.project {
  /* min-height: 690px; */
}
.swiper-slide,
swiper-slide {
  cursor: pointer;
}
/* .swiper {
  height: 100%;
} */
.swiper-wrapper {
  /* height: 600px; */
}
.swiper-slide {
  height: auto !important;
}
.swiper-content {
  height: 100% !important;
}
div.swiper-slide img {
  /* width: 600px;
  height: 600px; */
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}
/* main.single-project div.wrapper div.project div.left */
a.prev {
  color: var(--black);
  display: block;
  position: absolute;
  left: 0px;
  bottom: 45px;
  z-index: 2;
}
/* main.single-project div.wrapper div.project div.right  */
a.next {
  color: var(--black);
  display: block;
  text-align: end;
  position: absolute;
  bottom: 45px;
  right: -0px;
  z-index: 2;
}
.swiper-pagination.left-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
  margin: 20px 0 0 0px;
  text-align: left;
  position: unset;
}
.swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
  margin: 20px 0px 0px 0px;
  text-align: right;
  position: unset;
}
main.single-project div.wrapper div.text {
  /* margin-top: 40px; */
  z-index: 2;
}
.swiper-pagination-current {
  /* width: 8px; */
  width: 10px;
  display: inline-block;
}
.swiper-pagination-total {
  padding-left: 3px;
}
div.right div.swiper-pagination span.swiper-pagination-current {
  padding-right: 5px;
}
/* .content-wrapper {
  position: absolute;
  top: 48px;
  left: -2px;
  width: calc(100% - 756px);
  height: calc(100% - 100px);
  z-index: 1;
  display: flex;
} */
.content-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  z-index: 1;
  display: flex;
}

.with-description .content-wrapper {
  /* z-index: 3; */
  background-color: #ffffff;
}
/* @media (max-width: 799px) {
  .content-wrapper {
    position: static;
  }
} */
.description__content {
  max-width: 600px;
  width: 100%;
  max-height: calc(100vh - 260px);
  overflow: hidden;
  padding: 15px;
  overflow-y: auto;
}
.description__title {
  font-weight: 800;
  font-size: 17px;
}
.description__subtitle {
  text-transform: none;
  margin-bottom: 0.5em;
}
.description__parts {
  display: flex;
  flex-direction: column;
}
.description-row {
  display: flex;
  flex-direction: row;
  column-gap: 50px;
}
.description-right {
  flex-basis: 165px;
  flex-shrink: 0;
}

.gallery-wrapper:not(.with-description) .content-wrapper {
  display: none;
}

div.text a.title {
  position: relative;
  left: 70px;
  bottom: 13px;
  z-index: 2;
  cursor: pointer;
}
div.main-about {
  max-width: 1366px;
  width: 1366px;
  display: flex;
  margin: 0 auto;
  line-height: 1.5;
  padding: 146px 10px 0 10px;
  padding-bottom: 60px;
}
div.main-about.news {
  display: flex;
  justify-content: center;
}
div.main-about.news div.col-sm-6.about-left.news {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
div.main-about div.col-sm-3 {
  width: 32%;
}
div.main-about div.col-sm-6 {
  width: 60%;
}
div.main-about div.col-sm-6.about-left.news {
  /* margin-top: 70px; */
}
div.main-about div.about-right a {
  color: var(--black);
  display: block;
  padding: 1px 0;
}
div.main-about div.about-right aside.about-aside {
  position: relative;
  display: block;
}
div.main-about div.about-right aside.about-aside nav#about-nav.about-nav {
  position: fixed;
}
div.main-about div.about-right aside.about-aside nav#about-nav.about-nav ul.nav-tabs {
  margin-top: 5px;
  text-transform: uppercase;
}
div.main-about div.about-left {
}
div.main-about div.about-left article.about {
  width: 490px;
  /* margin-bottom: 2em; */
}
div.main-about div.about-left article div.strategy {
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* height: 197px; */
  flex-wrap: wrap;
}
div.main-about div.about-left article div.about__content img {
  width: 100%;
  height: auto;
}
div.main-about div.about-left article div.strategy div img {
  width: 143px;
  height: 143px;
}
div.main-about div.about-left article div.strategy div.strategy1 p,
div.main-about div.about-left article div.strategy div.strategy2 p,
div.main-about div.about-left article div.strategy div.strategy3 p {
  text-align: center;
}
div.main-about div.about-left article .exhi-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.main-about div.about-left article .exhi-box figure {
  width: 230px !important;
}
div.main-about div.about-left article .exhi-box figure img {
  width: 100%;
  height: auto;
}
div.main-about div.about-left article .exhi-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.main-about div.about-left article .exhi-details p {
  max-width: 230px;
}
article.about {
  /* margin-bottom: 30px; */
}
ul.about{
  list-style: disc;
  margin-left: 25px;
}
ul.about li{
  margin-bottom: 15px;
  text-align: justify;
}
div.main-about div.about-left article h2 {
  text-indent: 30px;
  font-weight: 200;
}
div.main-about div.about-left article h2.about__title {
  font-size: 12px;
}
div.main-about div.about-left article div.about__content h3.ARTITECTURE-mb {
  margin-bottom: 18px;
}
div.main-about div.about-left article.justify p {
  text-align: justify;
}
div.main-about div.about-left article p a {
  color: var(--links);
}
div.main-about div.col-sm-6.about-left article#PUBLICATIONS.about div.about__content p.mb-55 a {
  /* border-right: 1px solid var(--black); */
  /* padding-right: 7px; */
  color: var(--links);
}
div.main-about div.col-sm-6.about-left article#PUBLICATIONS.about div.about__content p.mb-55 span.i-space {
  padding: 0 5px 0 9px;
}
div.main-about div.col-sm-6.about-left article#PUBLICATIONS.about div.about__content p.mb-55 a:last-child {
  border: none;
}
div.main-about div.about-left article.about div.about__content figure.image {
  /* margin: 0px 0 30px; */
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* height: 230px; */
  flex-wrap: wrap;
}
div.main-about div.about-left article.about div.about__content figure.image img {
  width: 230px;
  height: 230px;
}
div.main-about div.about-right aside.about-aside div.about-contact {
  position: fixed;
  bottom: 110px;
}
div.social {
  display: flex;
  margin-top: 10px;
}
div.social img {
  width: 30px;
  height: 30px;
  /* border: 1px solid #000; */
  border-radius: 50%;
  margin-right: 10px;
}
h3.contact {
  font-weight: 200;
  letter-spacing: 8px;
  margin-bottom: 5px;
  font-size: 12px;
}
article h3,
article h2 {
  font-weight: 200;
  font-size: 12px;
}
p.p1 {
  margin-bottom: 15px;
}
p.p2 {
  margin-bottom: 30px;
}
p.p3 {
  margin-bottom: 55px;
}
article h3 {
  /* margin-bottom: 1em; */
  margin-bottom: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-55 {
  margin-bottom: 55px;
}
.align-senter {
  text-align: center;
}
.last-p {
  height: 70vh;
}
span.i-space-2 {
  padding: 0 7px 0 7px;
}
.scroll-pane {
  overflow: auto;
}

.jspVerticalBar {
  left: 0;
}
@media screen and (max-width: 1366px) {
  main.single-project div.wrapper div.project {
    gap: 0px;
  }
}
@media screen and (max-width: 1280px) {
  main.main-projects {
    /* display: flex; */
    max-height: none;
    max-width: 1360px;
    padding-top: 146px;
    padding: 146px 10px 0 10px;
    position: relative;
    top: 0%;
    left: 0%;
    transform: none;
  }
  main.single-project div.wrapper.multi-gallery {
    /* display: flex; */
    max-height: none;
    max-width: 1360px;
    padding: 0px 10px 0 10px;
    position: static;
    top: 0%;
    left: 0%;
    transform: none;
  }
  div.main-about {
    width: auto;
  }
  .description__content {
    padding: 15px 15px 50px 15px;
  }
}
@media screen and (max-width: 1024px) {
  main.single-project {
    min-height: auto;
  }
  main.single-project div.wrapper div.text {
    margin-top: 0px;
  }
  div.text a.title {
    bottom: 13px;
  }
}
@media screen and (max-width: 900px) {
  main.single-project.photo div.wrapper div.project {
    flex-direction: column;
  }
  main.single-project.photo div.wrapper.gallery-wrapper2.multi-gallery div.project div.left,
  main.single-project.photo div.wrapper.gallery-wrapper2.multi-gallery div.project div.right {
    width: 100%;
    margin-bottom: 20px;
  }
  main.single-project.photo {
    height: auto;
  }
  main.single-project div.wrapper div.project {
    flex-direction: column;
    align-items: center;
  }
  main.single-project div.wrapper div.left,
  main.single-project div.wrapper div.right {
    width: 100%;
    margin-bottom: 20px;
    max-height: fit-content;
  }
  main.single-project div.wrapper.with-description div.project div.left div.text div.description div.content-wrapper {
    position: static;
  }
  a.next {
    bottom: 80px;
    right: 10px;
  }
  a.prev {
    bottom: 80px;
    left: 10px;
  }
  main.single-project div.creator {
    width: 98%;
    align-items: center;
    position: static;
    z-index: 2;
    justify-content: center;
    margin-bottom: 10px;
  }
  nav#main-menu {
    padding: 15px 10px 12px;
  }
  .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
    text-align: left;
  }
  a.next {
    bottom: 46px;
  }
  a.prev {
    bottom: 46px;
  }
}

@media screen and (max-width: 768px) {
  header {
    height: auto;
  }
  #logo {
    position: fixed;
  }
  div.logo a.logo {
    justify-content: center;
    transform: translate(-16%, 0%);
    max-width: min-content;
  }
  a.logo:hover #logo span {
    margin-right: 24px;
    max-width: 0%;
    opacity: 1;
  }
  main.main-projects {
    flex-direction: column;
  }
  main.main-projects div.projects-list {
    max-width: none;
    width: 100%;
    height: fit-content;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  main.main-projects div.projects-list ul {
    display: flex;
    gap: 20px;
  }
  div.main-about {
    flex-direction: column;
    padding-top: 123px;
  }
  div.main-about div.col-sm-3 {
    width: 100%;
  }
  div.main-about div.about-right aside.about-aside nav#about-nav.about-nav {
    background-color: var(--whith);
    z-index: 2;
    /* position: relative; */
  }
  div.main-about div.about-right aside.about-aside div.about-contact {
    position: relative;
    bottom: 0%;
    padding-top: 120px;
    /* width: 100%; */
    width: 490px;
    margin-bottom: 20px;
  }
  div.main-about div.about-right aside.about-aside nav#about-nav.about-nav ul.nav-tabs {
    max-width: 100%;
    display: flex;
    column-gap: 26px;
    flex-wrap: wrap;
    justify-content: center;
    /* margin-bottom: 20px; */
  }
  div.main-about div.col-sm-6 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  div.main-about div.about-right aside.about-aside {
    display: flex;
    justify-content: center;
  }
  main.main-projects div.projects-list{
    position: fixed;
    background-color: #fff;
    top: 103px;
    padding: 7px;
    z-index: 3;
  }
}

@media screen and (max-width: 560px) {
  main.main-projects div.projects {
    justify-content: space-around;
    overflow-y: auto;
  }
  main.main-projects div.projects a {
    margin-bottom: 20px;
  }
  div.main-about div.about-left article.about {
    width: 100%;
    padding: 5px;
  }
  div.main-about div.about-left article.about div.about__content figure.image {
    justify-content: center;
  }
  div.main-about div.about-left article.about div.about__content figure.image img {
    margin-bottom: 20px;
  }
  div.main-about div.about-right aside.about-aside div.about-contact {
    /* padding-top: 135px; */
  }
  main.main-projects div.list {
    width: 100%;
  }
  div.main-about div.about-left article .exhi-box {
    justify-content: center;
  }
  div.main-about div.about-left article.justify p {
    text-align: left;
  }
  .strategy2 {
    order: 3;
  }
  div.main-about div.about-left article div.strategy {
    justify-content: center;
    column-gap: 50px;
    row-gap: 10px;
  }
  .description-row {
    flex-direction: column;
    column-gap: 0px;
    row-gap: 2px;
    margin-bottom: 10px;
  }
  .description-right {
    flex-basis: 0px;
  }
  div.description__parts.mb-55 div.description-row div.description-right h4.mb-15,
  div.description__parts.mb-55 div.description-row div.description-left p.mb-15 {
    margin-bottom: 0px;
  }
  main.main-projects div.projects {
    max-height: unset;
  }

}
