/*!
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. Intro
17. About
18. Models
19. Banner
20. Blog
21. Footer
22. About Page
23. Materials Page
24. Models Page
25. References Page
26. 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 .4s ease-in-out;
  font-size: inherit;
  font-family: inherit;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }
a{
  text-decoration: underline;
  color: inherit;
}
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;
}
/* FLEX GRID */
/* === Base Wrapper === */
.box-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}

/* === Base Box === */
.box {
  margin-bottom: 3rem;
}

/* === Default Desktop Widths === */
.box-2 { width: 48.5%; }
.box-3 { width: 31.3%; }
.box-4 { width: 22.4%; }
.box-5 { width: 17.6%; }
.box-6 { width: 14.17%; }

/* === Mobile Adjustment === */
@media only screen and (min-width: 0em) {
  .box { width: 100%; margin-bottom: 3rem; }
}

/* === Progressive Media Queries === */
@media only screen and (min-width: 48.0625em) { /* 769px */
  .box-2 { width: 48.5%; }
  .box-3 { width: 48.5%; }
  .box-4 { width: 48.5%; }
  .box-5 { width: 31.3%; }
  .box-6 { width: 31.3%; }
}

@media only screen and (min-width: 50.0625em) { /* 801px */
  .box-4 { width: 31.3%; }
  .box-5 { width: 22.4%; }
  .box-6 { width: 22.4%; }
}

@media only screen and (min-width: 56.3125em) { /* 901px */
  .box-4 { width: 22.4%; }
  .box-5 { width: 17.6%; }
  .box-6 { width: 14.17%; }
}

@media only screen and (min-width: 61.3125em) { /* 981px */
    .box-3 { width: 31.3%; }
  .box-4 { width: 22.4%; }
  .box-5 { width: 17.6%; }
  .box-6 { width: 14.17%; }
}

@media only screen and (min-width: 64.0625em) { /* 1025px */
  .box-5 { width: 17.6%; }
  .box-6 { width: 14.17%; }
}

@media only screen and (min-width: 68.75em) { /* 1100px */
  .box-6 { width: 14.17%; }
}

/* ================================================================================== 
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: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  
}
main{
  position: relative;
}
/*----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: #007000;  color: #fff; }  
::selection { background-color: #007000; 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;
}
.container-fluid{
  max-width: 100%;
}
.container-md{
  max-width: calc(102.4rem - 4rem);
}
.container-sm{
  max-width: 76rem;
}
.container-sm2{
  max-width: 110rem;
}
.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.1; }
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, 3vw + 1rem, 5.6rem);
  line-height: 1.1;
}

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, 3vw + 1rem, 4.6rem); font-weight: 400;}
p {   margin-bottom: 1.6rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}


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

.btn {
	display: inline-block;
	padding: 1.4rem 4rem;
	font-weight: 400;
  border-radius: 10rem;
  padding-left: 8rem;
  text-decoration: none;
  transition: background-color .4s ease-in-out;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 3rem;
  background-image: url(images/arrow-right.svg);
  background-position: left 3rem center;
}
.btn-primary{
  background-color: #ffd84c;
  color: #000;
}
.btn-secondary{
  background-color: #43515a;
  color: #fff;
}
.btn-primary:hover{
  background-color: #007000;
  color: #fff;
  background-image: url(images/arrow-right-white.svg);

}

/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 1.8rem 2rem;
  outline: none;
  background-color: #f3f3f3;
  font-size: 1.6rem;
  font-family: inherit;
  border-radius: 1rem;
  font-weight: 300;

}
button{
   font-size: inherit;
  font-family: inherit;
}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #007000;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
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: .75rem 1.25rem;
	margin-top: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: .25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;

}
.wpcf7 form .wpcf7-response-output {
	position: relative !important;
	padding: .75rem 1.25rem !important;
	margin-top: 1rem !important;
	border: 1px solid transparent !important;
	border-radius: .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;
}
@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: #f3f3f3;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.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: 6rem;
  height: 6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.6rem;
  cursor: pointer;
  background-color: transparent;
  z-index: 2;
}
.custom-next{
  background-image: url(images/next.svg);

}
.custom-prev{
  background-image: url(images/prev.svg);

}
.custom-pagination{
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem;
}
.swiper-pagination-bullet{
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: transparent;
  border:1px solid transparent;
  position: relative;
  cursor: pointer;
  transition: all .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;

}

@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .custom-arrows{
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
  }
  
}
/* ================================================================================== 
14. Header
===================================================================================== */
.lang{
  color: #497ca9;
  z-index: 3;
  margin-left: auto;
}
.wpml-ls-legacy-dropdown{
  width: auto;
}
.wpml-ls-legacy-dropdown a{
  border: 0;
  color: #497ca9;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: 1px solid transparent;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	display: inline-block;
	border: 0.25em solid transparent;
	border-top: 0.3em solid;
	right: 0;
	top: 50%;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	position: relative;
	padding-right: 16px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
	visibility: visible;
  opacity: 1;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
	color: #0d3e66;
	background: transparent;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 5px 6px 6px;

}
.wpml-ls-legacy-list-horizontal li:last-child a{
  padding-right: 0;
}
.wpml-ls-legacy-list-horizontal{
  padding: 0;
}
/*--------*/
.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;
}
/*---------*/
.menu-icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	border-radius: 16px;
	transition: 0.3s ease;
	z-index: 4;
  order: 3;
}

.menu-icon:hover {
  background: rgba(255, 255, 255, 0.05);
}

.menu-icon span {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

/* Dots layout */
.menu-icon span:nth-child(1) {
  top: 18px;
  left: 18px;
}
.menu-icon span:nth-child(2) {
  top: 18px;
  right: 18px;
}
.menu-icon span:nth-child(3) {
  bottom: 18px;
  left: 18px;
}
.menu-icon span:nth-child(4) {
  bottom: 18px;
  right: 18px;
}

.menu-icon.active span {
  width: 4px;
  height: 24px;
  border-radius: 3px;
  background: linear-gradient(135deg, #000, #000);
}

.menu-icon.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.menu-icon.active span:nth-child(2) {
  transform: rotate(-45deg);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.menu-icon.active span:nth-child(3),
.menu-icon.active span:nth-child(4) {
  opacity: 0;
  transform: scale(0.5);
}
/*-----------*/
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: 21rem;
  height: auto;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}


nav li{
  display: block;
}

nav li a{
  display: block;
  padding: 1rem 1.6rem;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.6rem;
  transition: all.4s ease-in-out;

}

nav li a:hover, nav li.current_page_item a{
  color: #007000;
}



.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.menu-item-has-children{
  position: relative;
}
.sub-menu{

  display: none;
  padding-left: 3rem;
}

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
.gtranslate_wrapper {
	margin-left: auto;
}
@media only screen and (max-width: 30em) {
  /*488px*/
  .gtranslate_wrapper a {
	font-size: 13px !important;
}
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  .header-logo img{
    width: 25rem;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .menu-icon{
    display: none;
  }
  nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-left: auto;
    margin-right: auto;

  }
  .header-logo{
    display: block;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
    z-index: 10;
  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  nav ul{
    width: 100%;
    display: flex;
    flex-direction: row;
  }
.gtranslate_wrapper {
	margin-left: 0;
}

  /* nav li:nth-child(4){
    margin-left: auto;
} */
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a{
    padding: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
 .header-logo img{
    width: 37rem;
  }
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  position: relative;
  overflow: hidden;
}


.intro-slider{
  overflow: hidden;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
}
.intro-slider .swiper-slide img{
  display: block;
  width: 100%;
  height:87rem;
  object-fit: cover;
  object-position: top;
}

.swiper-slide{
  box-sizing: border-box;
  position: relative;
}

.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.intro-text h3 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.6rem;
	letter-spacing: 2px;
}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
}
.intro-inner{
  max-width: 73rem;
  width: 100%;
}
.intro-inner .btn{
  margin-top: 3rem;
}

.intro-inner .title{
  margin-bottom: 2rem;
}

.intro p{
  font-size: 2rem;
}
.intro-wraps{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 2rem;
  bottom: 5rem;
  z-index: 5;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.intro-arrows{
  display: flex;
  flex-direction: row;
  align-items: center;
  filter: brightness(0) invert(100);
}
.intro-btn .container{
  position: relative;
  z-index: 1;
  margin-top: -12rem;
  display: flex;
  justify-content: flex-end;

}
.intro-btn a {
	width: 100%;
	max-width: 40rem;
	background-color: #2a5283;
	color: #fff;
	padding: 1rem 2rem;
	text-decoration: none;
	text-align: right;
	height: 12rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
  transition: all .4s ease-in-out;
}
.intro-btn a:hover{
  background-color: #000;
}
.intro-btn a span{
  font-weight: 500;
  text-transform: uppercase;
  background-image: url(images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: left center;
  padding-left: 3rem;
  display: inline-block;
}
.intro-btn h3{
  font-weight: 400;
  margin: 0;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.intro-btn{
  display: none;
}
.intro .title h2 {
	font-size: clamp(3.2rem, 3vw + 1rem, 4rem);
	font-weight: 400;
}
.intro-text p{
  margin-bottom: 0;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
.intro-btn{
  display: block;
}
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .intro::before {
    content: '';
    position: absolute;
    width: 65rem;
    height: 65rem;
    background-color: rgba(255,255,255,0.45);
    right: -25rem;
    bottom: -40rem;
    z-index: 1;
    transform: rotate(127deg);
  }
  .intro::after {
    content: '';
    position: absolute;
    width: 75rem;
    height: 75rem;
    background-color: transparent;
    border: 30px solid #ffd84c;
    right: -29.7rem;
    bottom: -43rem;
    z-index: 1;
    transform: rotate(127deg);
  }
  .intro-wraps{
    position: absolute;
    right: 2rem;
    left: auto;
    width: auto;
    padding: 0;

  }
  .intro-slider .swiper-slide img{
  height:90vh;
  }

}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .intro::before {
    width: 85rem;
    height: 85rem;
    right: -36rem;
    bottom: -40rem;

  }
  .intro::after {
    width: 95rem;
    height: 95rem;
    right: -41rem;
    bottom: -40rem;
  } 
  .intro-wraps{
   right: 20rem;
  }
}
@media only screen and (max-width: 900px) and (orientation: landscape) {
  .intro img{
    height: 80rem;
  }

}
/* ================================================================================== 
17. About
===================================================================================== */
.about-wrapper{
  align-items: center;
  flex-direction: row-reverse;
}


.about-text{
 padding: 0 2rem 5rem 2rem;
 margin-bottom: 0;
  
}
.about-image{
  margin-bottom: 0;
}
.about-text .btn{
  margin-top: 3rem;
}
.about-image img{
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .about-inner{
  max-width: 50rem;
  width: 100%;
}
}
 
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .about-image{
  width: 55%;
}
.about-text{
  width: 41%;
  padding: 0;
  
}
}
/*------------*/
.about2{
  overflow: hidden;
  position: relative;
}
.about2-wrapper {
  margin-top: 5rem;
}
.about2-image {
	position: absolute;
	top: -5rem;
	width: 47%;
	right: -15rem;
  display: none;
}
.about2-image img{
  display: block;
  width: 100%;
  height: auto;
}

.box-title{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2rem;
}
.box-title img{
  display: block;
  width: 3.3rem;
  height: 2.5rem;
  object-fit: contain;
}
.box-title h4 {
	width: calc(100% - 6rem);
	margin: 0;
	padding-left: 1rem;
}
.about-box p{
  padding-left: 3.5rem;
}



@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .text-top{
    width: calc(100% - 50rem);
  }
  .about2::before {
    content: '';
    position: absolute;
    width: 25rem;
    height: 25rem;
    background-color: rgba(255,216,76,0.15);
    left: -15rem;
    top: 10rem;
    z-index: -1;
    transform: rotate(127deg);
  }
  .about2::after {
    content: '';
    position: absolute;
    width: 40rem;
    height: 40rem;
    background-color: transparent;
    border: 30px solid #ffd84c;
    left: -25.1rem;
    top: 3rem;
    z-index: -1;
    transform: rotate(127deg);
  }
  .about2-image {
    display: block;
  }
  .text-top p {
    max-width: 74rem;
    width: 100%;
  }
  .about2-wrapper {
    margin-top: 27rem;
    max-width: 130rem;
    width: 100%;
  }
  .about2-wrapper .about-box:nth-child(2), .about2-wrapper .about-box:nth-child(5), .about2-wrapper .about-box:nth-child(8){
  margin-top: -14.5rem;
}
}
/* ================================================================================== 
18. Models
===================================================================================== */
.models{
  background-color: #f3f3f3;
}
.text-center{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.text-center img{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5rem;
}
.models-title{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.models-prev, .models-next{
  border:1px solid #000;
}
.models-slider{
  overflow: hidden;
  margin-top: 5rem;
}
.models-box a{
  position: relative;
  display: block;
}
.models-box img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/16;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.models-box:hover img{
  transform: scale(1.05);
}
.models-box{
  position: relative;
  overflow: hidden;
}
.models-box a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  z-index: 1;
}
.models-box h3{
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 3rem;
  color: #fff;
  z-index: 2;
}
.models-box a{
  display: block;
  position: relative;
  
}
@media only screen and (max-width: 42.5em) {
  /*680px*/
  .models-prev{
      position: absolute;
      left: 2rem;
      filter: brightness(0) invert(100);
      bottom: 25%;
      transform: scale(0.9);
  }
  .models-next{
      position: absolute;
      right: 2rem;
      filter: brightness(0) invert(100);
      bottom: 25%;
       transform: scale(0.9);
  }
}

/* ================================================================================== 
19. Banner
===================================================================================== */
.banner{
  background-size: cover;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.banner-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
    background: linear-gradient(to left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}
.banner-text{
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.banner-text .btn{
  margin-top: 3rem;
}
.banner-text .title{
  margin-bottom: 3rem;
}
.banner2{
  background-color: #f3f3f3;
  color: #000;
}
.banner2 .banner-text{
  margin: 0;
  text-align:left;

}
.banner2 .banner-overlay{
    background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .banner::before {
    content: '';
    position: absolute;
    width: 60rem;
    height: 60rem;
    background-color: rgba(255,255,255,0.45);
    right: -21rem;
    bottom: -41rem;
    z-index: 0;
    transform: rotate(127deg);
  }
  .banner::after {
    content: '';
    position: absolute;
    width: 60rem;
    height: 60rem;
    background-color: transparent;
    border: 30px solid #ffd84c;
    right: -19.6rem;
    bottom: -32rem;
    z-index: 0;
    transform: rotate(127deg);
  }
}
/* ================================================================================== 
20. News
===================================================================================== */
.news-image{
  overflow: hidden;
  margin-bottom: 3rem;
  display: block;
}
.news-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/16;
  object-fit: cover;
}
.news-box a{
    text-decoration: none;
}
.btn-sm{
  font-weight: 600;
  margin-top: 2rem;
  transition: all .4s ease-in-out;
}
.btn-sm:hover{
  color: #007000;
}
.news-box h4{
  font-weight: 400;
}
.news-wrapper{
  margin-top: 5rem;
}
.article-image{
  margin: 5rem 0;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
}
/* ================================================================================== 
21. Footer
===================================================================================== */
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer{
  font-size: 1.6rem;
  background-color: #f3f3f3;
}

footer a{
  text-decoration: none;
}
.footer-logo img{
  display: block;
  width: 24rem;
  height: auto;
  margin: 0 auto;
}
footer h4{
  text-transform: uppercase;
  font-weight: 400;
}
.copyright{
  padding: 2rem 0;
  background-color: #ffd84c;
  font-size: 1.6rem;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.go-back{
  position: fixed;
  right: 2rem;
  bottom: 5rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #ffd84c;
  background-image: url(images/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  z-index: 10;
  display: none;
  cursor: pointer;

}

.footer-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
footer .social{
  justify-content: center;
}
.footer-box:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .footer-box{
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  footer .social{
    justify-content: flex-start;
  }
  .footer-logo img{
    margin: 0;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
} 
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .footer-logo img{
  width: 30rem;
  } 
}
/*-----------*/
.partners{
  padding-bottom: 5rem;
}
.partners-slider{
  overflow: hidden;
}
.partners-slider img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/4.3;
  object-fit: contain;
}
.partners-slider .swiper-slide{
  height: auto;
}
.partners-prev, .partners-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.partners-prev{
  left: 0;
}
.partners-next{
  right: 0;
}
/* ================================================================================== 
22. About Page
===================================================================================== */
.gallery-slider{
  overflow: hidden;
}
.gallery-slider a{
  display: block;
  overflow: hidden;
}
.gallery-slider a img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.gallery-slider a:hover img{
  transform: scale(1.05);
}
.gallery-slider a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 1;
  transition: all .4s ease-in-out;
  opacity: 0;
}
.gallery-slider a:hover::before{
  opacity: 1;
}
.gallery-prev, .gallery-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border:1px solid #000;
  filter: brightness(0) invert(100);
}
.gallery-prev{
  left: 2rem;
}
.gallery-next{
  right: 2rem;
}
/* ================================================================================== 
23. Materials Page
===================================================================================== */
.materials-wrapper{
  margin-top: 5rem;
}
.materials-image{
  display: block;
  margin-bottom: 3rem;
  overflow: hidden;
}
.materials-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.materials-image:hover img{
  transform: scale(1.05);
}
.materials-box h4{
  font-weight: 400;
  text-align: center;
}
/*------*/
.material-single-image img{
  display: block;
  width: 100%;
  height: auto;
}
.material-single-image{
  margin-bottom: 5rem;
}
.material-single-text ol li{
  margin-bottom: 2rem;
}
/* ================================================================================== 
24. Models Page
===================================================================================== */
.models-wrapper{
  margin-top: 5rem;
}
.top-image{
  position: relative;
}
.top-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/4.5;
  object-fit: cover;
}
.top-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}
.model-single-text .btn{
  margin-top: 3rem;
	margin-bottom:5rem;
}
.top-text{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 4rem;
  color: #fff;
}
 table {
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
}

th, td {
  border: 1px solid #ccc;
  padding: 6px 10px;
  text-align: left;
}

th {
  background-color: #f2f2f2;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

tr:last-child td,
tr:nth-last-child(3) td {
  font-weight: bold;
  border-top: 2px solid #000;
}
/* ================================================================================== 
25. References Page
===================================================================================== */
.references-wrapper{
  margin-top: 5rem;
}
.reference-box{
  position: relative;
  display: block;
  text-align: center;
}
.reference-box img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/16;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.reference-box:hover img{
  transform: scale(1.05);
}
.reference-box{
  position: relative;
  overflow: hidden;
  margin-bottom: 4rem !important;
}
.reference-box::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  z-index: 1;
}
.reference-box h3{
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 3rem;
  color: #fff;
  z-index: 2;
}
/*--------*/
.single-reference-text{
  width: 100%;
  margin-bottom: 5rem;
}
.single-reference-text strong{
  color: #fff;
}
.single-reference-image{
  width: 100%;
}
.single-reference-image a{
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
}
.single-reference-image img{
  display: block;
  width: 100%;
  height: auto;
  transition: all .4s ease-in-out;
}
.single-reference-image a:hover img{
  transform: scale(1.05);
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .single-reference{
    align-items: flex-start;
  }
  .single-reference-image{
    width: 48%;
  }
  .single-reference-text{
    width: 48%;
    position: sticky;
    top: 15rem;
    right: 0;
    margin-bottom: 0;
  }
} 
/* ================================================================================== 
26. Contact Page
===================================================================================== */
.contact-text{
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form{
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}

.maps-box iframe{
  width: 100%;
  height: 40rem;
  display: block;
}


.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 omjer */
    height: 0;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-file {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.gtranslate_wrapper a {
    font-size: 17px !important;
}
.gtranslate_wrapper {
    margin-top: -1px !important;
}
@media only screen and (max-width: 30em) {
  /*488px*/
  .gtranslate_wrapper a {
	font-size: 13px !important;
}
}