/*!
Theme Name: vdtheme
Theme URI: https://virtus-dizajn.com/
Author: Virtus dizajn
Author URI: https://virtus-dizajn.com/
Description: Design theme for Virtus dizajn.
Version: 1.0.0
Tested up to: 6.8.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Screenshot: https://virtus-dizajn.com/wp-content/themes/vdtheme/screenshot.png

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@import url("fonts/fonts.css");
/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Pagination
13. Slider
14. Header
15. Projects
16. Single Projects
17. News Page
18. About Page
19. Contact Page
=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a,
a:active,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 30px;
  margin-bottom: 35px;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
strong {
  font-weight: 700;
}

.fancybox__button--zoo,
.fancybox__button--slideshow,
.fancybox__button--fullscreen,
.fancybox__button--thumbs,
.fancybox__button--zoom {
  display: none;
}
input[type="button"],
input[type="submit"] {
  width: auto;
  transition: all 0.4s ease-in-out;
}
.none {
  display: none;
}
ul,
ol {
  padding-left: 4rem;
  margin: 2rem 0;
}
a {
  text-decoration: underline;
  color: inherit;
}
.go-back {
  position: fixed;
  right: 2rem;
  bottom: 5rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #0cc0df;
  background-image: url(images/arrow-up-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  z-index: 10;
  display: none;
  cursor: pointer;
}
header a {
  text-decoration: none;
}
.image-404 img {
  display: block;
  width: 100;
  max-width: 80rem;
  height: auto;
  margin: 0 auto;
}
.image-404 {
  margin-bottom: 5rem;
}

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}

@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "n27medium", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2.3rem;
  text-transform: uppercase;
}

main {
  position: relative;
}
@media only screen and (min-width: 120.0625em) {
  /*1921px*/
  body {
    font-size: 1.1vw;
  }
}
/*----cookie----*/
.cky-btn-revisit-wrapper,
.grecaptcha-badge {
  display: none !important;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1 !important;
}
:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
}
::-moz-selection {
  background-color: #000;
  color: #fff;
}
::selection {
  background-color: #000;
  color: #fff;
}
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg {
  max-width: 180rem;
}
.container-2xl {
  max-width: 192rem;
  padding: 0 2rem;
}
.container-fluid {
  max-width: 100%;
  padding: 0 2rem;
}
.container-md {
  max-width: 120rem;
}
.container-sm {
  max-width: 100rem;
}
.container-xl {
  max-width: 160rem;
  padding: 0;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 2rem;
  font-weight: 600;
  margin-top: 1rem;
}
h1 {
  font-size: 4.8rem;
  line-height: 1.4;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.2;
}
h3 {
  font-size: 2.8rem;
  line-height: 1.3;
}
h4 {
  font-size: 2.2rem;
  line-height: 1.4;
}
h5 {
  font-size: 1.8rem;
  line-height: 1.5;
}
h6 {
  font-size: 1.6rem;
  line-height: 1.5;
}
h1 {
  font-size: clamp(3.2rem, 4vw + 1rem, 4.8rem);
  line-height: 1.4;
}

h2 {
  font-size: clamp(2.4rem, 3vw + 0.8rem, 4rem);
  line-height: 1.2;
}

h3 {
  font-size: clamp(2rem, 2vw + 0.5rem, 3.2rem);
  line-height: 1.3;
}
.title h1,
.title h2 {
  font-size: clamp(3.2rem, 4vw + 1rem, 4.8rem);
}
p {
  margin-bottom: 1.6rem;
}
.title {
  margin-bottom: 4rem;
}
.title-center {
  text-align: center;
}

/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
  display: inline-block;
  padding: 1rem 2.6rem;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
.btn-primary {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
.btn-primary:hover {
  background-color: transparent;
  color: #000;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p {
  margin-bottom: 0;
}
input,
textarea,
select {
  display: block;
  width: 100%;
  border: 1px solid #43515a;
  padding: 1.8rem 2rem;
  outline: none;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
}
textarea {
  resize: vertical;
  height: 20rem;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #6b8653;
}
input[type="button"] {
  width: auto;
}
label {
  display: block;
  margin-bottom: 0.5rem;
}
button {
  transition: all 0.4s ease-in-out;
  border: 0;
  font-family: inherit;
  font-size: 1.6rem;
  width: auto;
}
fieldset {
  border: 0;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  fieldset {
    margin-bottom: 1vw;
  }
  textarea {
    height: 10vw;
  }
  input,
  textarea,
  select {
    font-size: 1vw;
  }
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1rem;
}
.wpcf7-list-item label input {
  width: auto;
  margin: 0;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-not-valid-tip {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-top: 1rem;
  border: 1px solid #f5c6cb;
  border-radius: 0.25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;
}
.wpcf7 form .wpcf7-response-output {
  position: relative !important;
  padding: 0.75rem 1.25rem !important;
  margin-top: 1rem !important;
  border: 1px solid transparent !important;
  border-radius: 0.25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;
}
/*---------------*/
.select2-container .select2-selection--single {
  height: 4rem !important;
  display: flex !important;
  align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1.5rem !important;
}
.select2-container {
  font-size: 1.6rem;
  color: #9c4126 !important;
  font-weight: 400 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  transform: translateY(-50%) !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
  background-color: #f2d8c3 !important;
  border: 1px solid #f2d8c3 !important;
  color: #9c4126 !important;
  font-weight: 400 !important;
}
.select2-dropdown {
  background-color: #f2d8c3 !important;
  border: 1px solid #f2d8c3 !important;
}
.select2-results__option {
  padding: 0.5rem 1.5rem !important;
  font-size: 1.6rem !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  background-color: #9c4126 !important;
  color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5 {
  margin-top: 5rem;
}
.no-pt {
  padding-top: 0 !important;
}
.no-pb {
  padding-bottom: 0 !important;
}
.space-sm {
  padding-top: 5rem;
}
.project-space {
  padding-top: 5rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs {
  background-color: #e1e1e1;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  display: inline-block;
  font-weight: 600;
}
.breadcrumbs ul li::after {
  content: "|";
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a {
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after {
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
  background: #000 !important;
  border: 2px solid #000 !important;
}
.cky-btn-reject,
.cky-btn-customize,
.cky-btn-preferences {
  color: #000 !important;
  border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active) {
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper {
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #050517;
  color: #ffff00;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current,
.page-numbers:hover {
  background-color: #ffff00;
  color: #050517;
}
.page-numbers.current {
  cursor: text;
}
.page-numbers.next,
.page-numbers.prev {
  width: 10rem;
}

/* ================================================================================== 
13. Slider
================================*/
.custom-arrow {
  width: 4rem;
  height: 4rem;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 2;
}
.custom-next {
  background-image: url(images/next.svg);
  right: 1rem;
}
.custom-prev {
  background-image: url(images/prev.svg);
  left: 1rem;
}

@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .custom-next {
    right: -4rem;
  }
  .custom-prev {
    left: -4rem;
  }
}
/* pagination custom 1 */
.custom-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
.swiper-pagination-bullet {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #fff;
}
/* pagination custom 2 */
.custom-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
.swiper-pagination-bullet {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background-color: #000;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #001bcb;
}
/* ================================================================================== 
14. Header
===================================================================================== */
.lang {
  margin-left: 2rem;
  font-size: 1.6rem;
}
.wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
}
.lang a {
  display: inline-block;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
.lang a:hover {
  opacity: 0.4;
}
@media only screen and (min-width: 120.0625em) {
  /*1921px*/
  .lang {
    font-size: 0.9vw;
  }
}
/*--------*/
.social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.social a {
  display: block;
}
.social a img {
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
.toggle {
  cursor: pointer;
  overflow: hidden;
  width: 36px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
  margin-left: 3rem;
  order: 3;
}

.line-toggle {
  position: absolute;
  display: block;
  width: 36px;
  height: 2px;
  background: #30373e;
  border-radius: 20px;
  transition: all 0.6s;
  right: 0;
  z-index: 11;
}

.line-toggle:first-child {
  transform: translateY(-10px) translateX(0);
  transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
  transition-delay: 0.12s;
}

.line-toggle:last-child {
  transform: translateY(10px) translateX(0);
  transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {
  transform: translateY(0) translateX(0) rotate(45deg);
  width: 30px;
  height: 2px;
  transition-delay: 0.1s;
}

.toggle.activate .line-toggle:nth-child(2) {
  transform: translateX(110px);
  transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {
  transform: translateY(0) translateX(0) rotate(314deg);
  width: 30px;
  height: 2px;
  transition-delay: 0.1s;
}
/*-----------*/
header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  padding: 1.5rem 0;
  font-size: 1.6rem;
}
header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo {
  display: block;
}
.header-logo img {
  display: block;
  width: 7.3rem;
  height: auto;
}

nav li {
  display: inline-block;
}
nav li a {
  display: inline-block;
  padding: 1rem 1.6rem;
  text-transform: uppercase;
}
.filter-view {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.filter-view img {
  width: 2rem;
  height: auto;
  display: block;
}
.info-toggle img {
  width: 2rem;
  height: auto;
  display: block;
}
.info-links {
  position: relative;
  margin-right: 1rem;
  margin-left: auto;
}
.info-sub {
  position: absolute;
  left: 0;
  top: 2.3rem;
  background-color: #fff;
  padding: 5px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.info-sub ul li {
  display: inline-block;
}
.info-links:hover .info-sub {
  opacity: 1;
  visibility: visible;
}
.info-sub a {
  display: inline-block;
  padding: 2px 1rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
}
.filter-view a {
  transition: all 0.4s ease-in-out;
}
.filter-view a.active,
.filter-view a:hover {
  opacity: 0.6;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .filter-view {
    gap: 2rem;
  }
  .info-links {
    margin-right: 2rem;
  }
  .info-sub {
    right: 2rem;
    top: 0;
    padding: 0;
    left: auto;
    width: 30rem;
    text-align: right;
  }
  .header-logo img {
    width: 11.4rem;
  }
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle {
    display: none;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a {
    padding: 2rem;
  }
  .filter-view img {
    width: 0.9vw;
  }
  .info-toggle img {
    width: 0.9vw;
  }
  header {
    font-size: 0.9vw;
  }
  .info-sub a {
    font-size: 0.8vw;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
@media only screen and (min-width: 120.0625em) {
  /*1921px*/

  .list-view-toggle,
  nav li a {
    font-size: 0.8vw;
  }
  .header-logo img {
    width: 5vw;
  }
}
/* ================================================================================== 
15. Projects
===================================================================================== */
.project-title {
  margin-right: auto;
  margin-left: 3rem;
  font-size: 1.8rem;
}
.projects-wrapper {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.grid-view {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
.project-box {
  aspect-ratio: 16/9;
  display: block;
  position: relative;
  text-decoration: none;
}
.list-view .project-box {
  width: 100%;
  aspect-ratio: unset;
  margin-bottom: 0;
  transition: background-color 0.2s ease-in-out;
}
.list-view .project-box:hover {
  background-color: #eee;
}
/* .grid-view .project-box{
    border:1px solid #ccc;
} */
.project-box img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.project-box img:first-of-type {
  object-fit: contain;
  padding: 1.4vw;
}
.project-box img:last-of-type {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.project-box:hover img:last-of-type {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.grid-view .project-name {
  display: none;
}
.list-view-toggle {
  text-transform: uppercase;
}
.list-header {
  display: none;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  position: sticky;
  top: 6.09rem;
  background-color: #fff;
  z-index: 5;
}
.project-meta {
  display: none;
}
.projects-wrapper.list-view {
  display: block;
  font-family: "n27light", sans-serif;
}
.projects-wrapper.list-view .project-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 4px 0;
  border-bottom: 1px solid #ccc;
  align-items: center;
  font-weight: 300;
}
.projects-wrapper.list-view .project-box img {
  display: none;
}

.projects-wrapper.list-view .project-meta {
  display: contents;
}

.projects-wrapper.list-view + .list-header,
.list-header.active {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
}
.list-header a {
  text-decoration: none;
  font-weight: 700;
  font-size: 1.6rem;
}
@media only screen and (max-width: 48em) {
  /*768px*/
  .projects-wrapper.list-view .project-box,
  .list-header a {
    font-size: 0.9rem;
    text-align: center;
  }
  .list-header a:first-child {
    text-align: left;
  }
  .projects-wrapper.list-view .project-box .project-name {
    text-align: left;
  }

  .projects-wrapper.list-view .project-box,
  .list-header {
    gap: 1rem;
  }
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .grid-view {
    grid-template-columns: repeat(5, 1fr);
  }
  .project-title {
    font-size: 1.5vw;
  }
  .projects-wrapper {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .grid-view {
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 0.5vw;
  }
}
/* ================================================================================== 
16. Single Projects
===================================================================================== */

.title-pages h1 {
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.title-pages span {
  display: block;
  font-size: 1.6rem;
}
.single-wrapper {
  padding-top: 5rem;
}

.single-wrapper h3 {
  font-size: 0.9vw;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.single-box:not(:last-child) {
  text-transform: uppercase;
}
.single-box p:last-child{
  margin-bottom: 0;
}
.single-image img {
  display: block;
  width: 100%;
  height: auto;
}
.single-image {
  margin-top: 5rem;
}
/* .single-gallery{
 column-count: 2;
} */
.single-gallery {
  position: relative;
  padding-top: 5rem !important;
}
.gallery-box img {
  display: block;
  width: 100%;
  height: auto;
}
.table-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 4px 0;
  border-bottom: 1px solid #ccc;
}
.description {
  margin: 5rem 0;
  font-size: 1.6rem;
}
.description h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
}

.gallery-slider {
  overflow: hidden;
}
.gallery-slider a {
  display: block;
  overflow: hidden;
}
.gallery-slider a img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/13;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.gallery-slider a:hover img {
  transform: scale(1.05);
}
.gallery-prev,
.gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-prev {
  left: 3rem;
}
.gallery-next {
  right: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .single-wrapper {
    padding-top: 5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5rem;
  }
  .single-box {
    width: 24%;
  }
  .single-box:last-child {
    width: 100%;
  }
  .single-image {
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  /*1921px*/
  .description h3 {
    font-size: 1.7vw;
  }
  .title-pages h1 {
    font-size: 1.5vw;
  }
  .title-pages span {
    font-size: 1.3vw;
  }
  .description {
    font-size: 0.9vw;
  }
}
/* ================================================================================== 
17. News Page
===================================================================================== */
.news-wrapper {
  margin-bottom: 3rem;
}
.top-margin {
  margin-top: 5rem;
}
.news-box {
  margin-bottom: 2rem;
  display: block;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  position: relative;
}
.news-box img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/15;
  transition: all 0.4s ease-in-out;
}
.news-box h3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 2vw;
  font-size: 2.4rem;
  color: #fff;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}

.news-box:hover img {
  transform: scale(1.05);
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .news-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1vw;
  }
  .news-box {
    margin-bottom: 0.3vw;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .news-box h3 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100px);
  }
  .news-box:hover h3 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .top-margin {
    margin-top: 3vw;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .news-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .news-box h3 {
    font-size: 1.6vw;
  }
}
/*--------*/
.article-text {
  width: 100%;
  margin: 0 auto;
}
.article-image {
  width: 100%;
  margin: 5rem auto;
}
.article-image img {
  display: block;
  width: 100%;
  height: auto;
}
.title-custom h1 {
  font-size: 3.2rem;
}
main {
  padding-bottom: 3rem;
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .article-image {
    width: 50%;
    margin: 2vw auto;
  }
  .article-text {
    width: 50%;
  }
  .title-custom h1 {
    font-size: 2.4vw;
  }
}
/* ================================================================================== 
18. About Page
===================================================================================== */
.about-images {
  margin-top: 3vw;
}
.about-images img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/12;
}

.about-text2 {
  width: 100%;
  margin-top: 5rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .about-text {
    width: 70%;
    /* margin-top: 5rem; */
  }
  .about-text2 {
    width: 40%;
    margin-top: -9vw;
  }
  .about-images img:last-child {
    aspect-ratio: 16/17;
  }
  .about-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2%;
    align-items: flex-start;
  }
  .about-images img {
    display: block;
    width: 49%;
  }
}
/* ================================================================================== 
19. Contact Page
===================================================================================== */

@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .container-contact {
    width: 50%;
  }
}

.page-table {
  font-family: "n27light", sans-serif;
  font-size: 1.3rem;
  border-top: 1px solid #000;
}

.no-mg {
  margin-bottom: 0;
}

