/*!
Theme Name: vdtheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
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

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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* ================================================================================== 
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; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: 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; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } 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;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }

/* ================================================================================== 
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.6;
  color:rgba(0,0,0,.60);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  
  
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  body {
    font-size: 2rem;
  }
}
main{
  position: relative;
}
/* ================================================================================== 
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: #48484a;  color: #fff; }  
::selection { background-color: #48484a; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 148rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
.container-sm{
  max-width: 120rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 300;line-height:1.4;color: #000;}
.title h1, .title h2{ font-size: 3.2rem; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 4rem; }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 5rem; }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 6rem; }
}
h3{font-size: 2.1rem;}

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


.btn {
	display: inline-block;
	padding: 1rem 5rem;
	font-weight: 400;
	position: relative;
	text-align: center;
	margin-top: 3rem;
}
.btn-primary{
  background-color: transparent;
  color: #000;
  border:1px solid #000;
}


@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .btn {
    padding: 2rem 6rem;

  }
}
.btn-primary::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6.7rem;
  height: 1px;
  background-color: #000;
  right: -3.7rem;
  transition: all .4s ease-in-out;
}
.btn-primary:hover::before{
  right: -6.7rem;
}
.btn-arrow{
  display: inline-block;
  font-weight: 600;
  color: #000;
  background-image: url(images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: right center;
  padding-right: 4rem;

}
.btn-arrow:hover{
  padding-right: 5rem;
}
.btn-white{
  border-color: #fff;
  color: #fff;
}
.btn-white::before{
  background-color: #fff;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	padding: 1.8rem 2.1rem;
	outline: none;
	background-color: #ffffff;
  font-size: 1.6rem;
}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #000;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  color: #000;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
fieldset p br {
	display:none;
}
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;
  }
}
.pt-sm{
  padding-top: 5rem  !important;
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #f4f4f4;
  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-radius: 50%;
  border:1px solid #000;
  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;
  }
  
}
/* ================================================================================== 
14. Header
===================================================================================== */

/*--------*/
.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 .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: .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: .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: .1s;
}
/*-----------*/
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  padding: 1.5rem 0;
}
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: 6.5rem;
}
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 0;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;

}

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



.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;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  .header-logo img{
    width: 9.3rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle{
    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;

  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .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*/
}
/*-------*/

.search-modal{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  min-height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  padding: 0 2rem;
}
.search-modal.open{
  opacity: 1;
  visibility: visible;
}
.search-inner{
  max-width: 80rem;
  width: 100%;
}
.search-inner form{
  width: 100%;
}
.search-inner input{
  width: 100%;
  background-color: rgba(255,255,255,.4);
  color: #fff;
  padding: 2rem;
  font-size:1.6rem;
}
.search-inner input.search-btn{
  background-color: #fff;
  color: #000;
  padding-left: 6rem;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 2rem;
  text-align: left;
}
.search-inner input.search-btn:hover{
  opacity: 0.6;
}
.close-search{
  position: absolute;
  top: 3rem;
  right: 3rem;
  cursor: pointer;
  font-size: 5rem;
  color: #fff;
  line-height: 1;
}
.search-toggle img{
  display: block;
  width: 2.4rem;
  height: auto;
}
.search-toggle {
  margin-left: auto;
  cursor: pointer;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .search-inner form{
    display: flex;
    flex-direction: row;
  }
  .search-inner input.search-btn{
    width: auto;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .search-toggle {
    margin-left: 5rem;
  }
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  position: relative;
}
.intro img{
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.swiper-fade .swiper-slide {
  transition: opacity 3s ease-in-out !important;
  opacity: 0;
}

.swiper-fade .swiper-slide-active {
  opacity: 1;
}
/* ================================================================================== 
16. Legacy
===================================================================================== */

.legacy-text{
  width: 100%;
  margin-bottom: 5rem;
}
.legacy-image{
  width: 100%;
}
.legacy-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/16;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .legacy-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  
  
  }
  .legacy-text{
    width: 54.7rem;
  }
  .legacy-image{
    width: 43%;
  }
} 
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .legacy-text{
    margin-left: 10rem;
  }
}
/*-------------------*/
.text-center{
  text-align: center;
  max-width:120rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.legacy-page-text{
  width: 100%;
  margin-bottom: 5rem;
}
.legacy-page-image{
  width: 100%;
}
.legacy-page-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/13;

}
@media only screen and (max-width: 50em) {
  /*800px*/
  .legacy-page .text-center{
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  .legacy-page .title{
    text-align: left;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .legacy-page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .legacy-page-text{
    width: 48%;
    margin-bottom: 0;
  }
  .legacy-page-image{
    width: 48%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .text-center{

    margin-bottom: 10rem;
  }

}
/* ================================================================================== 
17. Management
===================================================================================== */


.management-text{
  width:100%;
  margin-bottom: 5rem;
  padding: 0 2rem;
}
.management-image{
  width: 100%;
}
.management-image img{
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .management-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: flex-start;
  
  }
  .management-image img{
    height: 100%;
  }
  .management-text{
    padding: 0;
    width: 55%;
    margin-left: auto;
  }
  .management-image{
    width: 40%;
  }

} 

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .management{
    padding-top: 0;
  }
  .management-text{
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .management-text{
    width: 70rem;
    margin-left: 15rem;
    margin-right: auto;
  }
}
/*-------*/
.image{
  margin-top: 5rem;
}
.image img{
  display: block;
  height: auto;
  width: 100%;
}
/* ================================================================================== 
18. Services
===================================================================================== */
.services .title{

  margin-bottom: 8rem;
}
.services h3{
  color: #fff;
}

.services-box{
  display: block;
  position: relative;
  overflow: hidden;
}
.services-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%);
}
.services-box img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.services-box:hover img{
  transform: scale(1.1);
}
.services-text{
  padding: 3rem 3rem;
  color: #fff;
}
.services-box:nth-child(1) .services-text{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}


.services-text h3{
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.services-box:nth-child(3){
  background-color: #1c1c1c;
}
.services-box:nth-child(1) h3{
  font-size: 3rem;
}
.services-box:nth-child(4){
  background-color: #1c1c1c;
}
.btn-sm{
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 2rem;
}

@media only screen and (max-width: 75em) {
  /*1200px*/
  .services-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  
  }
  .services-box{
    width: 50%;
  }
  .services-box:first-child{
    width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
  /*600px*/
  .services-box{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .services-box:nth-last-child(3){
    order: 4;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .services-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .services-box:nth-child(1){ grid-area: 1 / 1 / 3 / 3; }
  .services-box:nth-child(2) { grid-area: 1 / 3 / 2 / 4; }
  .services-box:nth-child(3) { grid-area: 1 / 4 / 2 / 5; }
  .services-box:nth-child(4) { grid-area: 2 / 3 / 3 / 4; }
  .services-box:nth-child(5) { grid-area: 2 / 4 / 3 / 5; }
  .services-box:nth-child(1) .services-text{
    padding: 5rem 5rem 5rem 5rem;
  }
}
@media only screen and (min-width: 100em) {
  /*1600px*/
  .services-box:nth-child(1) img{
    height: 88rem;
  }
  .services-box:nth-child(1) .services-text{
    padding: 10rem 15rem 10rem 10rem;
  }
  .services-text{
    padding: 6rem 5rem;
    color: #fff;
  }
  .services-text h3{
    font-size: 3.6rem;
  }

}
/*---------*/
.service-single-row{
  background-color: #f4f4f4;
  padding: 2.5rem;
  margin-bottom: 5rem;
}  
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .service-single-row{
    padding: 5rem;
  }  
}
 
/* ================================================================================== 
19. Projects
===================================================================================== */
.projects-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:4%;
  margin-top: 5rem;
}
.projects-box{
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
}
.projects-box:last-child{
  margin-bottom: 0;
}
.projects-box h3{
  font-size: 2.4rem;
}
.projects-image{
  display: block;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
}
.projects-image::after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}

.projects-image:hover::after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.projects-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/16;
}
.projects-box .btn-arrow{
  align-self: flex-start;
  margin-top: auto;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .projects-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:4%;
  }
  .projects-box{
    width: 48%;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .projects-box{
    width: 30.6%;
  } 
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .projects-wrapper{
    margin-top: 7rem;
  }
}
/*---------------*/
.projects-page-box{
  margin-bottom: 5rem;
}
.projects-page-box .projects-image{
  width: 100%;
}
.projects-text{
  width: 100%;
}
.projects-page-box h3{
  font-size: 2.4rem;
}

.projects-page-wrapper{
  margin-top: 5rem;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .projects-page-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .projects-page-box:nth-child(2n+2){
    flex-direction: row-reverse;
  }
  .projects-page-box .projects-image{
    width: 48%;
  }
  .projects-text{
    width: 48%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .projects-page-wrapper{
    margin-top: 10rem;
  }
  .projects-page-box h3{
    font-size: 3rem;
  }

}
/*-------------*/
.project-single-text{
  width: 100%;
  margin-bottom: 5rem;
}
.project-single-images{
  width: 100%;
}
.project-single-images img{
  display: block;
  width: 100%;
  height: auto;

}

.project-single-images a{
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
}
.project-single-images a::after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}

.project-single-images a:hover::after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .project-single-wrapper {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .project-single-text{
    position: sticky;
    top: 15rem;
    right: 0;
    width: 48%;
    margin-bottom: 0;
  }
  .project-single-images{
    width: 48%;
  }
}  
/* ================================================================================== 
20. Banner
===================================================================================== */
.banner{
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
.banner-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);

}
.banner .container{
  z-index: 1;
  text-align: center;
}
.banner  h2{
  font-size: 4rem;
  color: #fff;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner{
    background-attachment: fixed;
  }
  .banner  h2{
    font-size: 3.2rem;
  }
}
/* ================================================================================== 
21. Footer
===================================================================================== */
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer{
  background-color: #1c1c1c;
  color: rgba(255,255,255,.5);
  font-size: 1.6rem;
}
footer .container{
  max-width: 130rem;
}
footer h3{
  color: #fff;
  text-transform: uppercase;
}
.footer-logo img{
  display: block;
  width: 12rem;
  filter: brightness(0) invert(100);
  margin: 0 auto;
}

.copyright{
  background-color: #515151;
  font-size: 1.4rem;
  color: #fff;
  padding: 2rem 0;
}
.footer-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.footer-box:last-child{
  margin-bottom: 0;
}
.copyright .container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align:center;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-box{
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  .footer-logo img{
    margin: 0;
  }
  .copyright .container{
    justify-content: space-between;
    flex-direction: row;
    text-align:left;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .footer-logo img{
    width: 16.5rem;
  }
}
/* ================================================================================== 
22. Animations
===================================================================================== */
.hidden{
  opacity: 0;
}
.visible{
  opacity: 1;
}
.animate__animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
@-webkit-keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
}

@keyframes fadeInDown {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
}

.animate__fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown
}
@-webkit-keyframes fadeInUp {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
}

@keyframes fadeInUp {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
}

.animate__fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp
}
/* ================================================================================== 
23. Team Page
===================================================================================== */
.team-wrapper{
  margin-top: 5rem;
}
.team-box{
  width: 100%;
  margin-bottom: 3rem;
}
.team-box img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9/14;
  object-fit: cover;
  margin-bottom: 2rem;
}
.team-box h3{
  margin-bottom: 1rem;
  font-size: 2.4rem;
}
 
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .team-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .team-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/

  .team-box{
    width: 22.7%;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .team-box{
    width: 17.6%;
  }
}
/* ================================================================================== 
24. Contact Page
===================================================================================== */
.form-wrapper{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 3rem;
  background-color: #f4f4f4;

  position: relative;
  margin-top: 10rem;
}
.form-wrapper::before{
  content: '';
  position: absolute;
  left: 50%;
  top: -5rem;
  transform: translateX(-50%);
  width: 10rem;
  height: 10rem;
  background-color: #f4f4f4;
  border-radius: 50%;
  background-image: url(images/send-mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3rem;

}
.form-wrapper .btn{
  width: auto;
  transition: all.4s ease-in-out;
}


@media only screen and (min-width: 48.0625em) {
  /*769px*/

  .form-wrapper{
    padding: 5rem;

  }
}
 