/* 
Theme Name:   Szaft Designe
Template:     generatepress
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup {
  vertical-align: super; 
}

sub { 
  vertical-align: bottom; 
  font-size: small;
}

b, strong {
  font-weight: 700;
}

html {
  -webkit-text-size-adjust: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

body {
  background-color: #fff;
  font-family: 'Open Sans', Arial;
	font-size: 14px;
  font-weight: 400;
	color: #333;
	line-height: normal;
}

body:not(.home):not(.page-template-page-abous-us) {
  padding-top: 125px;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  font-family: 'Open Sans', Arial;
  font-size: 16px;
  color: #333;
  border-radius: 20px;
  width: calc(100% - 42px);
}

input[type="text"],
input[type="email"],
input[type="password"],
select {
  height: 48px;
  padding: 0 20px;
}

input[type="submit"] {
  border: 0;
}

input[type="checkbox"] {
  margin: 0 5px 0 0;
}

textarea {
  padding: 10px 20px;
  margin: 0;
  height: 238px;
  resize: none;
}

::placeholder {
  opacity: 1 !important;
  color: #333;
}

::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #333;
}

:-moz-placeholder {
  opacity: 1 !important;
  color: #333;
}

::-moz-placeholder {
  opacity: 1 !important;
  color: #333;
}

:-ms-input-placeholder {
  opacity: 1 !important;
  color: #333;
}

input,
textarea {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}

a,
a:visited {
  color: #969696;
  text-decoration: none;
  outline: none;
	transition: color ease 0.3s;
}

a:hover,
a.active {
  color: #333;
}

.btn,
.btn:visited {
  background-color: #fff;
  display: inline-block;
  font-family: 'Oswald', Arial;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  color: #333;
  border: 1px solid #dbdbdb;
  border-radius: 30px;
  padding: 10px 30px 15px 30px;
  text-align: center;
  transition: all ease 0.3s;
}

.btn:hover,
.btn.active {
  background-color: #dbdbdb;
}

.btn.btn-transparent,
.btn.btn-transparent:visited {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.btn.btn-transparent:hover,
.btn.btn-transparent.active {
  background-color: #fff;
  color: #333;
}

.btn.btn-instagram {
  background-image: url('img/instagram.svg') ;
  background-position: right 25px center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding-right: 65px;
}

h1,
h2,
h3,
h4 {
  font-family: 'Oswald', Arial;
  font-weight: 700;
  line-height: 1.2em;
}

.clear:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0 !important;
  line-height: 0;
  font-size: xx-large;
  content: ".";
}

.content {
  width: calc(100% - 20px);
  max-width: 1290px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Open Sans', Arial;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #333;
  position: relative;
  z-index: 100;
}

.dynamic-content {
  line-height: 30px;
}

.header {
  position: relative;
  z-index: 100;
}

.header .title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b3b3b3;
}

.header .subtitle {
  font-family: 'Oswald', Arial;
  font-size: 60px;
  font-weight: 700;
  color: #333;
  line-height: 1.2em;
}

.header .title + .subtitle {
  margin-top: 20px;
}

.header.white-color .title,
.header.white-color .subtitle {
  color: #fff;
}

.follow-us {
  font-family: 'Oswald', Arial;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.follow-us ul {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.follow-us ul li + li {
  margin-left: 10px;
}

.follow-us ul li a,
.follow-us ul li a:visited {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  bottom: 0;
	transition: all ease 0.3s;
}

.follow-us ul li a.btn-facebook {
  background: url('img/facebook.svg') no-repeat scroll center center;
  width: 12px;
}

.follow-us ul li a.btn-instagram {
  background: url('img/instagram.svg') no-repeat scroll center center;
}

.follow-us ul li a.btn-linked-in {
  background: url('img/linked-in.svg') no-repeat scroll center center;
}

.follow-us ul li:hover a {
  bottom: 5px;
}

.follow-us.white-color {
  color: #fff;
}

.follow-us.white-color ul li a.btn-facebook {
  background-image: url('img/facebook-white.svg');
}

.follow-us.white-color ul li a.btn-instagram {
  background-image: url('img/instagram-white.svg');
}

.follow-us.white-color ul li a.btn-linked-in {
  background-image: url('img/linked-in-white.svg');
}

.grey-container {
  background-color: #f5f5f5;
  border-radius: 30px;
  padding: 130px 0;
  position: relative;
  z-index: 100;
}

.image-text {
  display: flex;
  grid-gap: 60px;
  align-items: center;
}

.image-text .photo {
  border-radius: 12px;
  overflow: hidden;
}

.image-text .photo {
  width: 47.674418604651166%;
}

.image-text .description {
  width: 47.674418604651166%;
}

.image-text .photo img {
  max-width: 100%;
  display: block;
  transition: all 0.7s ease-in-out 0s;
}

.image-text .photo:hover img {
  transform: scale(1.2);
}

.image-text-list .image-text + .image-text {
  margin-top: 60px;
}

.image-text-list .image-text:nth-child(even) {
  flex-direction: row-reverse;
}

.lines-container,
.lines-2-container {
  background: url('img/lines.png') no-repeat scroll 0 top;
  width: 100%;
  max-width: 1410px;
  margin: 0 auto;
}

.lines-2-container {
  background: url('img/lines-2.png') no-repeat scroll right bottom;
}

.loader {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.loader img {
  width: 60px;
  height: 60px;
  display: block;
}

nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 300;
  transition: all ease 0.3s;
}

nav .content {
  height: 125px;
}

nav .content .logo,
nav .content .logo:visited {
  background: url('img/logo-szaft-designe-white.svg') no-repeat scroll 0 0;
  width: 200px;
  height: 42px;
  display: block;
  position: absolute;
  left: 10px;
  top: 50px;
  z-index: 100;
}

nav .content ul.buttons {
  display: flex;
  position: absolute;
  right: 10px;
  top: 45px;
  z-index: 100;
}

nav .content ul.buttons li + li {
  margin-left: 20px;
}

nav .content ul.buttons li a,
nav .content ul.buttons li a:visited {
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
	transition: background-color ease 0.3s;
}

nav .content ul.buttons li a.btn-phone {
  background: url('img/phone-white.svg') no-repeat scroll 50% 50%;
  background-size: 18px auto;
}

nav .content ul.buttons li a.btn-phone:hover {
  background-color: #fff;
  background-image: url('img/phone.svg');
}

nav .content ul.buttons li a.btn-menu {
  background: url('img/menu-white.svg') no-repeat scroll 50% 50%;
}

nav .content ul.buttons li a.btn-menu:hover {
  background-color: #fff;
  background-image: url('img/menu.svg');
}

nav.invisible {
  top: -100%;
}

nav.sticky {
  background-color: #fff;
  position: fixed;
}

nav.sticky .content .logo,
nav.sticky .content .logo:visited,
body:not(.home) nav .content .logo,
body:not(.home) nav .content .logo:visited {
  background-image: url('img/logo-szaft-designe.svg');
}

nav.sticky .content ul.buttons li a,
nav.sticky .content ul.buttons li a:visited,
body:not(.home) nav .content ul.buttons li a,
body:not(.home) nav .content ul.buttons li a:visited {
  border-color: #393939;
}

nav.sticky .content ul.buttons li a.btn-phone,
body:not(.home) nav .content ul.buttons li a.btn-phone {
  background: url('img/phone.svg') no-repeat scroll 50% 50%;
  background-size: 18px auto;
}

nav.sticky .content ul.buttons li a.btn-phone:hover,
body:not(.home) nav .content ul.buttons li a.btn-phone:hover {
  background-color: #393939;
  background-image: url('img/phone-white.svg');
}

nav.sticky .content ul.buttons li a.btn-menu,
body:not(.home) nav .content ul.buttons li a.btn-menu {
  background: url('img/menu.svg') no-repeat scroll 50% 50%;
}

nav.sticky .content ul.buttons li a.btn-menu:hover,
body:not(.home) nav .content ul.buttons li a.btn-menu:hover {
  background-color: #393939;
  background-image: url('img/menu-white.svg');
}

#visual-box {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  border-radius: 0 0 30px 30px;
  position: relative;
  overflow: hidden;
}

#visual-box:after {
  background: rgba(51,51,51,0.3);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90;
}

#visual-box .content {
  color: #fff;
  height: calc(100% - 40px);
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  opacity: 0;
  transition: opacity 0.6s ease 0.3s;
}

#visual-box.loaded .content {
  opacity: 1;
}

#visual-box .content .header {
  max-width: 450px;
  margin: 0 auto;
}

#visual-box .content .dynamic-content {
  max-width: 615px;
}

#visual-box .content .header + .dynamic-content {
  margin-top: 40px;
}

#visual-box video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 80;
  object-fit: cover;
}

#about-box {
  padding-bottom: 150px;
}

#about-box .lines-container {
  padding-top: 100px;
}

#about-box .header {
  max-width: 600px;
  padding-left: 60px;
  opacity: 0;
  position: relative;
  top: -100px;
  transition: all 0.6s ease 0.6s;
}

#about-box.is-shown .header {
  opacity: 1;
  top: 0;
}

#about-box .header + .image-text {
  margin-top: -30px;
}

#about-box .image-text .photo {
  opacity: 0;
  position: relative;
  left: -300px;
  transition: all 0.6s ease 0.3s;
}

#about-box.is-shown .image-text .photo {
  opacity: 1;
  left: 0;
}

#about-box .image-text .description {
  opacity: 0;
  transition: all 0.6s ease 0.9s;
}

#about-box.is-shown .image-text .description {
  opacity: 1;
}

#about-box .btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#about-box .dynamic-content + .btn-wrapper {
  margin-top: 50px;
}

#about-box .btn-wrapper .btn + .follow-us {
  margin-left: 20px;
}

#about .header-main {
  max-width: 600px;
  padding-left: 60px;
  margin-bottom: -25px;    
  box-sizing: content-box;
}

 #about .lines-container {
  padding-top: 140px;
}

#about .lines-2-container {
  padding-bottom: 220px;
}

#about #process-box {
  margin-top: -250px;
}

#about #process-box .header {
  max-width: 620px;
  padding-left: 33.33333333333333%;
  box-sizing: content-box;
}

#about #process-box .header + .boxes {
  margin-top: 90px;
}

#about #process-box .boxes {
  display: flex;
  gap: 30px;
}

#about #process-box .boxes .photo-box {
  width: 31.007751937984494%;
  border-radius: 12px;
  overflow: hidden;
  max-height: fit-content;
}

#about #process-box .boxes .photo-box img {
  display: block;
  max-width: 100%;
  transition: all 0.7s ease-in-out 0s;
}

#about #process-box .boxes .photo-box:hover img {
  transform: scale(1.2);
}

#about #process-box .boxes .description-box {
  width: 66.66666666666666%;
}

#about #process-box .boxes .description-box .description-box-row {
  display: flex;
  gap: 60px;
}

#about #process-box .boxes .description-box .description-box-row + .description-box-row {
  margin-top: 50px;
}

#about #process-box .boxes .description-box .description-box-row .description-box-item {
  width: 50%;
  font-size: 16px;
}

#about #process-box .boxes .description-box .description-box-row .description-box-item h2 {
  font-size: 30px;
}

#about #process-box .boxes .description-box .description-box-row .description-box-item h2 + p {
  margin-top: 5px;
}

#works-box {
  margin-top: -210px;
  opacity: 0;
  position: relative;
  top: 100px;
  transition: all 0.6s ease 0.3s;
}

#works-box.is-shown {
  opacity: 1;
  top: 0;
}

#works-box .header {
  max-width: 470px;
  padding-left: 30px;
  margin: 0 auto;
}

#works-box .header + .works-list {
  margin-top: 90px;
}

.works-list {
  display: flex;
  align-items: center;
  grid-gap: 30px;
}

.works-list .column {
  width: 28.68217054263566%;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}

.works-list .column:nth-child(2) {
  width: 37.98449612403101%;
}

.works-list .thumb {
  border-radius: 12px;
  overflow: hidden;
}

.works-list .thumb img {
  max-width: 100%;
  display: block;
  transition: all 0.7s ease-in-out 0s;
  width : 100%;
  object-fit : cover;
}

.works-list .thumb:hover img {
  transform: scale(1.2);
}

.works-list .thumb.thumb-instagram {
  position: relative;
}

.works-list .thumb.thumb-instagram .btn {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 70%;
  z-index: 100;
  transform: translate(-50%,-70%);
}

.btn-instagram-mobile-wrapper {
  text-align: center;
  margin-top: 30px;
  display: none;
}

.rating {
  background: url('img/stars.svg') no-repeat scroll 0 0;
  background-size: auto 100%;
  width: 84px;
  height: 16px;
}

.rating .value {
  background: url('img/stars-active.svg') no-repeat scroll 0 0;
  background-size: auto 100%;
  height: 100%;
}

#works-box + #testimonials-box {
  margin-top: 100px;
}

#works {
  margin-top: 100px;
}

#works .header {
  max-width: 470px;
  padding-left: 30px;
  margin: -210px auto 0 auto;
  box-sizing: content-box;
}

#works .category-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

#works * + .category-box {
  margin-top: 50px;
}

#works .category-box .btn,
#works .category-box .btn:visited {
  font-family: 'Open Sans', Arial;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 15px;
}

#works .category-box .btn:hover,
#works .category-box .btn.active {
  background-color: #333;
  color: #fff;
}

#works * + .works-list {
  margin-top: 60px;
}

#testimonials-box .header {
  max-width: 500px;
  padding-left: 60px;
  margin-bottom: -30px;
  box-sizing: content-box;
}

#testimonials-box .boxes {
  display: flex;
  gap: 30px;
}

#testimonials-box .boxes .video-box {
  width: 31.007751937984494%;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

#testimonials-box .boxes .video-box:after {
  background: rgba(0,0,0,0.2);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 91;
}

#testimonials-box .boxes .video-box video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90;
  object-fit: cover;
}

#testimonials-box .boxes .description-box {
  width: 66.66666666666666%;
}

#testimonials-box .boxes .description-box .wrapper-rating-box {
  display: flex;
  gap: 30px;
}

#testimonials-box .boxes .description-box .wrapper-rating-box .rating-box {
  background-color: #fff;
  width: calc(50% - 60px);
  height: 240px;
  padding: 30px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#testimonials-box .boxes .description-box .wrapper-rating-box .rating-box .rating {
  width: 150px;
  height: 28px;
}

#testimonials-box .boxes .description-box .wrapper-rating-box .rating-box .grade {
  font-family: 'Oswald', Arial;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

#testimonials-box .boxes .description-box .wrapper-rating-box .rating-box .source {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b3b3b3;
}

#testimonials-box .boxes .description-box .wrapper-rating-box .rating-box .grade + .source {
  margin-top: 20px;
}

#testimonials-box .boxes .description-box .wrapper-rating-box .average-box {
  background-color: #b79b6f;
  width: calc(50% - 60px);
  height: 240px;
  padding: 30px;
  border-radius: 12px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#testimonials-box .boxes .description-box .wrapper-rating-box .average-box .grade {
  font-family: 'Oswald', Arial;
  font-size: 92px;
  font-weight: 700;
  line-height: 1.2em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#testimonials-box .boxes .description-box .wrapper-rating-box .average-box .grade span {
  position: relative;
  display: inline-block;
  padding: 0 40px;
}

#testimonials-box .boxes .description-box .wrapper-rating-box .average-box .grade span:before,
#testimonials-box .boxes .description-box .wrapper-rating-box .average-box .grade span:after {
  content: '';
  display: block;
  width: 35px;
  height: 80px;
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
}

#testimonials-box .boxes .description-box .wrapper-rating-box .average-box .grade span:before {
  background: url('img/laurel-white.svg') no-repeat scroll 0 0;
  left: 0;
}

#testimonials-box .boxes .description-box .wrapper-rating-box .average-box .grade span:after {
  background: url('img/laurel-2-white.svg') no-repeat scroll 0 0;
  right: 0;
}

#testimonials-box .boxes .description-box .wrapper-rating-box .average-box .description {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#testimonials-box .boxes .description-box .wrapper-rating-box .average-box .grade + .description {
  margin-top: 20px;
}

#testimonials-box .boxes .description-box .review-box {
  margin-top: 30px;
}

#home #testimonials-box .header {
  position: relative;
  top: -100px;
  opacity: 0;
  transition: all 0.6s ease 0.3s;
}

#home #testimonials-box.is-shown .header {
  top: 0;
  opacity: 1;
}

#home #testimonials-box .boxes {
  filter: blur(40px);
  opacity: 0;
  transition: all 0.6s ease 0.6s;
}

#home #testimonials-box.is-shown .boxes {
  filter: blur(0);
  opacity: 1;
}

.review-box {
  background-color: #333;
  padding: 40px 30px;
  color: #b3b3b3;
  border-radius: 12px;
}

.review-box .description {
  line-height: 30px;
}

.review-box .rating + .description {
  margin-top: 30px;
}

.review-box .footer {
  margin-top: 30px;
  padding-right: 45px;
  position: relative;
}

.review-box .footer:after {
  background: url('img/quotation-marks.svg') no-repeat scroll center center;
  content: '';
  display: block;
  width: 35px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
}

.review-box .footer .position {
  font-size: 12px;
  color: #b79b6f;
}

.review-list .review-list-item:nth-child(even) {
  display: flex;
  justify-content: flex-end;
}

.review-list .review-list-item + .review-list-item {
  margin-top: 30px;
}

.review-list .review-list-item .review-box {
  max-width: 860px;
}

#testimonials .grey-container {
  padding-top: 20px;
}

#testimonials #testimonials-box + .review-list {
  margin-top: 30px;
}

#contact-box {
  width: 100%;
  min-height: 700px;
  margin-top: -25px;
  position: relative;
}

#contact-box:before {
  background: rgba(0,0,0,0.3);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 91;
}

#contact-box:after {
  background: linear-gradient(0deg,rgba(17, 17, 17, 1) 0%, rgba(245, 245, 245, 0) 90%);
  content: '';
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 92;
}

#contact-box .content {
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 100;
  transform: translateX(-50%);
}

#contact-box .content .main-content {
  max-width: 430px;
}

#contact-box .content .main-content .header + .btn {
  margin-top: 40px;
}

#contact-box video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90;
  object-fit: cover;
}

#home #contact-box .content {
  opacity: 0;
  transition: all 0.6s ease 0.3s;
}

#home #contact-box.is-shown .content {
  opacity: 1;
}

#contact {
  margin-top: 100px;
  margin-bottom: -25px;
}

#contact .header {
  max-width: 430px;
  padding-left: 33.33333333333333%;
  margin-top: -210px;
  box-sizing : content-box;
}

#contact .header + .boxes {
  margin-top: 80px;
}

#contact .boxes {
  display: flex;
  gap: 60px;
}

#contact .boxes .details-box {
  width: 28.68217054263566%;
  padding-top: 25px;
}

#contact .boxes .details-box .box {
  font-family: 'Oswald', Arial;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3em;
  position: relative;
}

#contact .boxes .details-box .title + .box {
  margin-top: 20px;
}

#contact .boxes .details-box .box + .box {
  margin-top: 30px;
  padding-top: 30px;
}

#contact .boxes .details-box .box + .box:after {
  background-color: #b3b3b3;
  content: '';
  width: 100%;
  max-width: 195px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

#contact .boxes .details-box .title {
  text-transform: uppercase;
  color: #b3b3b3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

#contact .boxes .details-box .box .name {
  font-size: 30px;
  font-weight: 700;
}

#contact .boxes .details-box .box a,
#contact .boxes .details-box .box a:visited {
  color: #333;
}

#contact .boxes .details-box .box a:hover {
  color: #969696;
}

#contact .boxes .form-box {
  width: 66.66666666666666%;
}

#contact .boxes .form-box form {
  background-color: #fff;
  padding: 10px 10px 30px 10px;
  border-radius: 12px;
}

#contact .boxes .form-box form textarea {
  height: 240px;
}

#contact .boxes .form-box form label {
  font-size: 12px;
}

#contact .boxes .form-box form .row-field + .row-field {
  margin-top: 10px;
}

#contact .boxes .form-box form .row-field:has(.field) {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

#contact .boxes .form-box form .row-field .field {
  width: 50%;
}

#contact .boxes .form-box form .btn-wrapper {
  text-align: center;
  margin-top: 25px;
}

#menu-footer-box {
  background-color: #111;
  width: 100%;
  padding: 60px 0;
  border-top: 1px solid #292929;
}

body:has(#contact) #menu-footer-box {
  padding-top: 80px;
}

#menu-footer-box .content {
  color: #fff;
  display: flex;
}

#menu-footer-box .content a,
#menu-footer-box .content a:visited {
  color: #fff;
}

#menu-footer-box .content a:hover,
#menu-footer-box .content a.active {
  color: #969696;
}

#menu-footer-box .content .contact-box .title {
  text-transform: uppercase;
  color: #b3b3b3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

#menu-footer-box .content .contact-box {
  width: 66.66666666666666%;
}

#menu-footer-box .content .contact-box .wrapper-content {
  display: flex;
  margin-top: 20px;
  font-family: 'Oswald', Arial;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3em;
}

#menu-footer-box .content .contact-box .wrapper-content .left-content {
  width: 43.02325581395349%;
}

#menu-footer-box .content .contact-box .wrapper-content .left-content .name {
  font-size: 30px;
  font-weight: 700;
}

#menu-footer-box .content .contact-box .wrapper-content .right-content {
  width: 50%;
}

#menu-footer-box .content .contact-box .wrapper-content .left-content + .right-content {
  margin-left: 60px;
}

#menu-footer-box .content .menu-box {
  width: 28.68217054263566%;
  padding-top: 20px;
}

#menu-footer-box .content .contact-box + .menu-box {
  margin-left: 60px;
}

#menu-footer-box .content .menu-box ul {
  column-count: 2;
  column-gap: 130px;
}

#menu-footer-box .content .menu-box ul li {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

#menu-footer-box .content .menu-box ul li + li {
  margin-top: 20px;
}

#menu {
  background-color: #333;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 400;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
	transition: all ease 0.6s;
}

.show-menu #menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}

#menu .content {
  height: 100%;
  display: flex;
}

#menu .content .top-bar {
  width: calc(100% - 20px);
  height: 125px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 300;
  transform: translateX(-50%);
}

#menu .content .top-bar .logo,
#menu .content .top-bar .logo:visited {
  background: url('img/logo-szaft-designe-white.svg') no-repeat scroll 0 0;
  width: 200px;
  height: 42px;
  display: block;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 100;
}

#menu .content .top-bar ul {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 100;
}

#menu .content .top-bar ul li {
  color: #fff;
  font-family: 'Oswald', Arial;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2em;
}

#menu .content .top-bar ul li.phone {
  background: url('img/phone-white.svg') no-repeat scroll 0 center;
  padding-left: 40px;
}

#menu .content .top-bar ul li + li {
  margin-left: 35px;
}

#menu .content .top-bar ul li .btn-close,
#menu .content .top-bar ul li .btn-close:visited {
  background: url('img/cross-white.svg') no-repeat scroll 50% 50%;
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
	transition: all ease 0.3s;
}

#menu .content .top-bar ul li .btn-close:hover {
  background-image: url('img/cross.svg');
  background-color: #fff;
}

#menu .content .left-content {
  width: 66.66666666666666%;
  padding: 200px 0 20px 0;
  font-family: 'Oswald', Arial;
  color: #fff;
}

#menu .content .left-content .menu-box {
  max-width: 430px;
}

#menu .content .left-content .menu-box ul {
  column-count: 2;
  column-gap: 110px;
}

#menu .content .left-content .menu-box ul li {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2em;
}

#menu .content .left-content .menu-box ul li + li {
  margin-top: 30px;
}

#menu .content .left-content .menu-box ul li a,
#menu .content .left-content .menu-box ul li a:visited {
  color: #fff;
}

#menu .content .left-content .menu-box ul li a:hover,
#menu .content .left-content .menu-box ul li a.active {
  color: #969696;
}

#menu .content .left-content .menu-box + .contact-box {
  margin-top: 130px;
}

#menu .content .left-content .contact-box {
  max-width: 430px;
  display: flex;
  gap: 60px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3em;
}

#menu .content .left-content .contact-box .name {
  font-size: 30px;
  font-weight: 700;
}

#menu .content .left-content .contact-box a,
#menu .content .left-content .contact-box a:visited {
  color: #d9d9d9;
}

#menu .content .left-content .contact-box a:hover {
  color: #fff;
}

#menu .content .left-content * + .follow-us {
  margin-top: 50px;
}

#menu .content .left-content .scroll-box {
  max-height: 100%;
  overflow-y: auto;
}

#menu .content .right-content {
  width: 33.33333333333333%;
}

#menu .content .right-content .photo {
  background: url('img/menu.jpg') no-repeat scroll 0 center;
  background-size: contain;
  width: 200vw;
  height: 100%;
}

footer {
  background-color: #111;
  width: 100%;
  padding: 60px 0;
}

footer .content {
  color: #969696;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .content a,
footer .content a:visited {
  color: #969696;
}

footer .content a:hover,
footer .content a.active {
  color: #969696;
  text-decoration: underline;
}

footer .content ul.menu-list {
  display: flex;
}

footer .content * + ul.menu-list {
  margin-left: 20px;
}


footer .content ul.menu-list li + li {
  margin-left: 10px;
}

footer .content * + .created {
  margin-left: 20px;
}

footer .content .created img {
  width: 104px;
}

@media only screen and (max-width : 1200px) {
  #menu-footer-box .content .menu-box ul {
    column-gap: normal;
  }

  #testimonials-box .boxes {
    flex-wrap: wrap;
  }

  #testimonials-box .boxes .video-box {
    width: 100%;
    height: 400px;
  }

  #testimonials-box .boxes .description-box {
    width: 100%;
  }
}


@media only screen and (max-width : 900px) {
  .header {
    max-width: none !important;
    padding-left: 0 !important;
  }

  .image-text {
    flex-direction: column;
  }

  .image-text .photo,
  .image-text .description {
    width: 100%;
  }

  .image-text .photo img {
    width: 100%;
  }

  .image-text-list .image-text:nth-child(even) {
    flex-direction: column;
  }

  #visual-box .content {
    align-items: flex-start;
  }

  #visual-box .content .header {
    margin: 0;
  }

  #visual-box .content .dynamic-content {
    max-width: none;
  }

  #testimonials-box .boxes .description-box .wrapper-rating-box {
    flex-direction: column;
  }

  #testimonials-box .boxes .description-box .wrapper-rating-box .rating-box,
  #testimonials-box .boxes .description-box .wrapper-rating-box .average-box {
    width: calc(100% - 60px);
  }

  .works-list,
  .works-list .column {
    grid-gap: 15px;
  }

  .works-list .thumb.thumb-instagram .btn {
    display: none;
  }

  .btn-instagram-mobile-wrapper {
    display: block;
  }

  #works .grey-container {
    padding-bottom: 60px;
  }

  #about #process-box .boxes {
    align-items: flex-start;
  }

  #about #process-box .boxes .description-box .description-box-row {
    flex-direction: column;
  }

  #about #process-box .boxes .description-box .description-box-row .description-box-item {
    width: 100%;
  }

  #about .grey-container {
    padding-bottom: 60px;
  }

  #contact .boxes {
    flex-direction: column;
  }

  #contact .boxes .details-box {
    width: 100%;
    padding-top: 0;
  }

  #contact .boxes .form-box {
    width: 100%;
  }

  #contact .boxes .form-box form .row-field:has(.field) {
    flex-direction: column;
  }

  #contact .boxes .form-box form .row-field .field {
    width: 100%;
  }

  #contact .grey-container {
    padding-bottom: 60px;
  }

  #menu-footer-box .content {
    flex-direction: column;
  }

  #menu-footer-box .content .contact-box {
    width: 100%;
    text-align: center;
  }

  #menu-footer-box .content .menu-box {
    width: 100%;
    padding: 0;
  }

  #menu-footer-box .content .contact-box + .menu-box {
    margin: 60px 0 0 0;
  }

  #menu-footer-box .content .menu-box ul li {
    text-align: center;
  }

  #menu .content .right-content {
    display: none;
  }

  #menu .content .left-content {
    width: 100%;
  }

  footer .content ul.menu-list li + li {
    margin: 2px 0 0 0;
  }

  footer .content {
    flex-direction: column;
  }

  footer .content ul.menu-list {
    flex-direction: column;
  }

  footer .content .copyright + ul.menu-list {
    transform: none;
  }

  footer .content * + ul.menu-list {
    margin: 10px 0 0 0;
  }

  footer .content * + .created {
    margin: 20px 0 0 0;
  }
}


@media only screen and (max-width : 600px) {
  .header .subtitle {
    font-size: 50px;
  }

  nav .content {
    height: 100px;
  }

  nav .content .logo,
  nav .content .logo:visited {
    background-size: contain;
    width: 140px;
    height: 30px;
    top: 35px;
  }

  nav .content ul.buttons {
    top: 25px;
  }

  #testimonials-box .header {
    margin-bottom: -25px;
  }

  #testimonials-box .boxes .description-box .wrapper-rating-box .average-box .grade {
    font-size: 62px;
  }

  #about-box .header + .image-text {
    margin-top: -25px;
  }

  #about #process-box .boxes {
    flex-direction: column;
  }

  #about #process-box .boxes .photo-box {
    width: 100%;
  }

  #about #process-box .boxes .photo-box img {
    width: 100%;
  }

  #about #process-box .boxes .description-box {
    width: 100%;
  }

  #contact .header {
    margin-top: -200px;
  }

  #menu-footer-box {
    padding: 30px 0;
  }

  #menu-footer-box .content .contact-box .wrapper-content {
    flex-direction: column;
  }

  #menu-footer-box .content .contact-box .wrapper-content .left-content {
    width: 100%;
  }

  #menu-footer-box .content .contact-box .wrapper-content .right-content {
    width: 100%;
  }

  #menu-footer-box .content .contact-box .wrapper-content .left-content + .right-content {
    margin: 20px 0 0 0;
  }

  #menu-footer-box .content .menu-box ul {
    column-count: 1;
  }

  #menu-footer-box .content .menu-box ul li + li {
    margin-top: 10px;
  }

  #menu .content .top-bar {
    height: 100px;
  }

  #menu .content .top-bar .logo,
  #menu .content .top-bar .logo:visited {
    background-size: contain;
    width: 140px;
    height: 30px;
    top: 35px;
  }

  #menu .content .top-bar ul {
    top: 25px;
  }

  #menu .content .top-bar ul li.phone {
    display: none;
  }

  #menu .content .left-content {
    padding-top: 120px;
  }

  #menu .content .left-content .menu-box ul {
    column-count: 1;
    column-gap: normal;
  }

  #menu .content .left-content .menu-box ul li + li {
    margin-top: 10px;
  }

  #menu .content .left-content .menu-box + .contact-box {
    margin-top: 60px;
  }

  #menu .content .left-content .contact-box {
    flex-direction: column;
    gap: 30px;
  }

  footer {
    padding: 30px 0;
  }
}

.top-bar {
	background : transparent;
}

.wrapper-rating-box > * {
	flex : 1;
}