/*!
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
16. About
17. Services
18. Banner
19. About 2
21. Blog
22. Footer
23. About Page
24. Contact Page
25. Services 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;
}
.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;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 2;
  color:#7d7d7d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
 
  
}
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: #a09d7e;  color: #fff; }  
::selection { background-color: #a09d7e; 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: 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: 400;margin-top:1rem;color: #000;}
h1 { font-size: 5rem; line-height: 1.4; }
h2 { font-size: 3.4rem; line-height: 1.2; }
h3 { font-size: 2rem; 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, 5rem);
  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, 2rem);
  line-height: 1.5;
}
.title h1, .title h2{  font-size: clamp(3.2rem, 4vw + 1rem, 5rem); }
p {   margin-bottom: 1.6rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}
.intro .title h1{
  font-size: clamp(3.2rem, 4vw + 1rem, 4.6rem);
}
.title span{
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a09d7e;
  font-weight: 500;
}

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

.btn {
	display: inline-block;
	padding: 1.2rem 4.5rem;
	font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 10rem;
   text-decoration: none;
   transition: all .4s ease-in-out;
}
.btn:hover {
  cursor: pointer;
}
.btn-primary{
  background-color: #a09d7e;
  color: #000;
}
.btn-secondary{
  background-color: transparent;
  color: #000;
  border:1px solid #000
}
.btn-secondary:hover{
  background-color: #a09d7e;
    color: #000;
    border-color: #a09d7e;
}
.btn-primary:hover{
  background-color: #2d3b48;
  color: #fff;
}
.btn-sm{
  display: inline-block;
  color: #a09d7e;
  font-weight: 500;
  transition: all .4s ease-in-out;
  text-decoration: none;
}
.btn-sm:hover{
  color: #2d3b48;
}
.services .btn-sm:hover{
  color: #fff;
}
.btn-white{
  background-color: transparent;
  color: #fff;
  border:1px solid #fff
}
.btn-white:hover{
  background-color: #fff;
  color:#2d3b48;
}
/* ================================================================================== 
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;
}
textarea{
  resize: vertical;
  height: 19rem;
  border-radius: 2rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #a09d7e;

}
input[type="button"]{
  width: auto;
}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #000;
}
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;
}
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{
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #fff;
}
.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: 1rem;
}
.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: #A09D7E !important;
	border: 2px solid #A09D7E !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #A09D7E !important;
	border: 2px solid #A09D7E !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #A09D7E !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #A09D7E !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;
  }
  .gallery-prev{
    left: 1rem;
  }
  .gallery-next{
    right: 1rem;
  }
  
}
/* 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 .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
===================================================================================== */
/*--------*/
.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;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
  margin-left: 3rem;
  order: 3;
  gap:1rem;
  color: #fff;
}
.toggle  img{
  width: 2.5rem;
  height: auto;
  display: block;
  filter: brightness(0) invert(100);
  transition: all .4s ease-in-out;
}
.close-nav{
  position: absolute;
  top: 3rem;
  right: 3rem;
  color: #fff;
  font-size: 4rem;
  cursor: pointer;
}
/*-----------*/
header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  transition: all .4s ease-in-out;
  z-index: 10;
  padding: 1.5rem 0;

}
header.scrolled{
 background-color: #2d3b48;
 
}
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: 13rem;
  height: auto;
  transition: all .4s ease-in-out;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
background-color: #2d3b48;
  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;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .4s ease-in-out;
   letter-spacing: 1px;
   font-size: 1.8rem;
}
header.scrolled  nav li a{
    color: #fff;
}
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;
}
.nav-desktop{
  display: none;
}
.btn-header{
  margin-left: auto;
  display: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  .btn-header{
    display: inline-block;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .nav-mobile{
  opacity: 0;
  visibility: hidden;

}
.header-logo img{
  width: 20rem;
}
header.scrolled .header-logo img{
  width: 14rem;
}
 .btn-header{
  margin-left: 0;
}
  nav.nav-desktop{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    display: block;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin: 0 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*/
}
.nav-mobile li{
    display: block;
}
.nav-mobile li a{
  padding: 1rem;
}
.nav-mobile .mobile-info{
  display: block;
  color: #fff;
  border-color: #ffff;
}
.nav-mobile .mobile-info h3{
  color: #fff;
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  position: relative;
  overflow: hidden;
}
 
.intro img{
  display: block;
  width: 100%;
  height:100vh;
  object-fit: cover;
  position: relative;

}

.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.intro-text h1{
  color: #fff;
}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-inner {
	max-width: 100rem;
	width: 100%;
	margin: 0 auto;
}

.intro-text .btn{
  margin-top: 3rem;
}

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

}
@media only screen and (max-width: 900px) and (orientation: landscape) {
  .intro img{
    height: 80rem;
  }

}
/* ================================================================================== 
16. About
===================================================================================== */

.about-image{
  width: 100%;

  position: relative;
  margin-top: 5rem;
}

.about-text{
  width: 100%;
}
.about-image img{
  display: block;
  width: 100%;
  height: auto;
}
.about-inner-wrapper{
  margin-top: 5rem;
}
.about-inner-box{
  width: 100%;
}
.about-icon{
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 50%;
  background-color: #a09d7e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.about-icon img{
  display: block;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}

.about-text .btn{
  margin-top: 3rem;
}


@media only screen and (min-width: 30.0625em) {
  /*481px*/
.about-inner-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:9%;
}
.about-inner-box{
  width: 45.5%;
}
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/

.about-wrapper{
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
  .about-image{
    width: 40%;
    padding-left: 1rem;
    margin-top: 3rem;
  }
  .about-image::before{
  content: '';
  position: absolute;
  top: -3rem;
  left: -3rem;
  width: 100%;
  height: 100%;
    background-color: #a09d7e;
    z-index: -1;
}
.about-text{
  width: 55%;
}
.about-image-home{
  max-width: 30rem;
  margin: auto;
}
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .about-image{
    width: 40%;
  }
  .about-text{
    width: 50%;
  }
}
/* ================================================================================== 
17. Services
===================================================================================== */
.services{
  background-color: #2d3b48;
  color: #fff;
}
.text-center{
  max-width: 60rem;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.services h2, .services h3{
  color: #fff;
}

.services-box{
  width: 100%;
  margin-bottom: 5rem;
  text-align: center;
}

.services-box a{
  text-decoration: none;
}
.services-image{
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border:1px solid #fff;
  margin: 0 auto;
  margin-bottom: 2rem;
  transition: all .4s ease-in-out;
}
.services-image:hover{
  border-color: #a09d7e;
}
.services-image  img{
  display: block;
  width: 7.4rem;
  height: 5rem;
  object-fit: contain;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .services-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .services-box{
    width: 48.5%;
    margin-bottom: 6rem;

  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
.services-box{
  width: 31.3%;
} 
}  


@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .text-center{
    margin-bottom: 10rem;
  }
}
/* ================================================================================== 
18. Banner
===================================================================================== */
.banner{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
   color: #fff;
}
.banner .intro-overlay{
  background: linear-gradient(to left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}
.banner h2{
  color: #fff;
}
.banner  .container{
  z-index: 2;
}
.banner .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner{
    background-attachment: fixed;
  }
}
/* ================================================================================== 
19. About 2
===================================================================================== */

.about2-text{
  width: 100%;
  margin-bottom: 5rem;
}

.about2-inner h2{
  font-size: 3.2rem;
}
.about2-image{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap:1rem
}
.about2-box{
  width: calc(50% - 0.5rem);
  position: relative;
}
.about2-box::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 10rem;
  background-color: #a09d7e;
  left: 0;
}
.about2-box:first-child::before{
  bottom: -12rem;
}
.about2-box:last-child::before{
  top: -12rem;
}
.about2-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/17;
  object-fit: cover;
}
.about2-box:last-child {
	margin-top: 20rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .about2-box:last-child{
    margin-top: 30rem;
  }
  .about2-box:first-child::before{
    bottom: -18rem;
  }
  .about2-box:last-child::before{
    top: -18rem;
  }
  .about2-box::before{
    height: 17rem;
  }

}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .about2-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

  }
  .about2-text{
    width: 40%;
    margin-bottom: 0;
  }
  .about2-inner{
    max-width: 50rem;
    width: 100%;
  }
  .about2-image{
    width: 50%;
}

}
/* ================================================================================== 
20. Banner 2
===================================================================================== */
.banner2{
    background-color: #2d3b48;
  color: #fff;
}
.banner2 h2{
  color: #fff;
  font-size: 3.6rem;
}
.banner2 .text-center{
  margin-bottom: 0;
}
/* ================================================================================== 
21. Blog
===================================================================================== */
.article-image{
  margin-bottom: 5rem;
  margin-top: 5rem;
}
.article-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16/10;
}
.blog-wrapper{
  margin-top: 7rem;
}
.blog-box{
  width: 100%;
  padding: 0 1rem;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  color: #000;
  position: relative;
}
.blog-image::before{
  content: '';
  position: absolute;
  left: -1.5rem;
  top: -1.5rem;
  width: 100%;
  height: 100%;
  background-color: #a09d7e;
  z-index: -1;
  transition: all  .4s ease-in-out;

}

.blog-box:nth-child(even) .blog-image::before{
  left: auto;
  right: -1.5rem;
  bottom: -1.5rem;
  top: auto;
}
.blog-image:hover::before{
  top: 0;
  left: 0;

}
.blog-box:nth-child(even) .blog-image:hover::before{
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
}
.blog-box h3{
  font-size: 2rem;
}
.blog-box a{
  text-decoration: none;
}
.blog-image{
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
.blog-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/14;
  transition: all .4s ease-in-out;
}

.blog-box .btn-sm{
  margin-top: auto;
  align-self: flex-start;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .blog-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:5%;
  }
  .blog-box{
    width: 47.5%;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .blog-box{
    width: 30%;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .blog-box h3{
  font-size: 2.3rem;
}
}
/* ================================================================================== 
22. Footer
===================================================================================== */
footer{
  position: relative;
  background-color: #a09d7e;
  color: #000;
  padding: 5rem 0;
}
footer::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 22rem;
  background-color: #2d3b48;
}
footer a{
  text-decoration: none;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;

}

.footer-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.footer-logo{
  padding-bottom:8rem;
}
.footer-logo img{
  display: block;
  width: 15rem;
  margin: 0 auto;
}

.copyright{
  padding: 2rem 0;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 0;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
footer .social{
  justify-content: center;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
.footer-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
footer::before{

  width: 50%;
  height: 100%;

}
footer ul{
  column-count: 2;
  column-gap: 3rem;
}
.footer-box{
  width: auto;
  margin-bottom: 0;
  text-align: left;
}
footer .social{
  justify-content: flex-start;
}
.footer-logo img{
  margin: 0;
}
.footer-box:nth-child(2){
  padding-right: 5rem;
  color: #fff;
}
.footer-box:nth-child(2) h3{
  color: #fff;
}
.copyright .container{
  flex-direction: row;
   justify-content: space-between;
  text-align: left;
}
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .footer-box:nth-child(2){
    padding-right: 20rem;
  }
}

/* ================================================================================== 
23. About Page
===================================================================================== */
.top-image img{
  height: 60rem;
}
.text-main{
  font-size: 2rem;
  color: #000;
  max-width: 120rem;
  margin-bottom: 0;
}
.h-line{
  width: 5rem;
  height: 2px;
  background-color: #000;
  margin: 3rem auto;
}
.about3-text{
  width: 100%;
  margin-bottom: 5rem;
  display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 2rem;
}
.about3-images{
  width: 100%;
}
.about3-images img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/17;
  object-fit: cover;
}

.main-image {
	margin: 0 auto;
	max-width: 30rem;
	width: 100%;
	margin-bottom: 5rem;
}
.gallery-slider{
  overflow: hidden;
  position: relative;
}
.gallery-slider a{
  display: block;
  overflow: hidden;
}
.gallery-slider img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.gallery-slider a:hover img{
  transform: scale(1.05);
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .about3-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.about3-text{
  width: 45%;
margin-bottom: 0;
}
.about3-images{
  width: 45%;
}
.about3-inner {
	max-width: 65rem;
	width: 100%;
}
}
/* ================================================================================== 
24. Contact Page
===================================================================================== */
 .contact-form {
	max-width: 80rem;
	width: 100%;
	margin: 0 auto;
}
/* ================================================================================== 
25. Services Page
===================================================================================== */
.services-page{
  background-color: #fff;
  color: #000;
}
.services-page .services-image, .single-page .services-image{
background-color: #2d3b48;
}
.services-page  h3{
  color: #000;
}