/*!
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. Offer
17. About
18. Projects
19. Blog
20. Banners
21. Banner 2
22. Footer
23. Animations
24. Page
25. Project Page
26. Blog Page
27. Contact Page
28. Projects Page
29. About Page
30. Webshop 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; } 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: 20px;
	margin-bottom: 20px;
	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: "Cambay", sans-serif;
	font-weight: 300;
	line-height: 1.6;
	color: #000;
	font-size: 1.7rem;
	letter-spacing: 0px;
}
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: #000;  color: #fff; }  
::selection { background-color: #000; 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;
}

/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 600;line-height:1.4; letter-spacing: 0;}
.title h1, .title h2{ font-size: 3.2rem;font-weight: 400; }
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: 3.6rem; }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 4rem; }
}


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

.btn {
 text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
}

.btn:hover{
  text-decoration: none;
  opacity: 0.6;
}

body #place_order {
	font-size: 1.6rem;
	display: inline-block;
	width: auto;
	background-color: #000;
	color: #ffff;
	padding: 0.7rem 2rem;
	text-transform: uppercase;
	min-height: auto !important;
	display: flex !important;
	align-items: center !important;
	border: 1px solid #000;
	font-weight: 600;
	transition: all .4s ease-in-out !important;
	height: 4rem;
	border-radius: 0 !important;
	margin-top: 2rem;
	width: 20rem !important;
	text-align: center;
	justify-content: center;
}
body #place_order:hover {
	background-color: #fff;
	color: #000;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
  width: 100%;
  border:1px solid #f9f9f9;
  border-bottom: 1px solid #ccc;
  padding: 1rem 2rem;
  outline: none;
  background-color: transparent;

}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-bottom-color: #000;

}
label {
  display: block;
  margin-bottom: 0.5rem;
}
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;

}
/*---------------*/
.woocommerce form .form-row textarea{
  height: 15rem !important;
}
.woocommerce form .form-row .input-checkbox {
	width: auto;
}
/* .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: #e1e1e1;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #050517;
  color: #ffff00;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current, .page-numbers:hover{

  background-color: #ffff00;
  color: #050517;
}
.page-numbers.current{
  cursor:text;
}
.page-numbers.next, .page-numbers.prev{
  width: 10rem;
}
/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrows{
  display: flex;
  flex-direction: column;
  gap:1rem;
}
.custom-arrow{
  width: 5rem;
  height: 5rem;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.2rem;
  cursor: pointer;
  z-index: 2;
}
.custom-next{
  background-image: url(images/next.svg);

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

}
.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;

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .custom-arrow{
    width: 7rem;
    height: 7rem;
  }
}
/* ================================================================================== 
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: #fff;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}
header.scrolled .line-toggle, header.scrolled .toggle.activate .line-toggle, .toggle.activate .line-toggle{
  background-color: #000;
}
.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: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 2rem 0;
  transition: all .4s ease-in-out;

}
header.scrolled{
  background-color: #fff;
  color: #000;
}
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:7rem;
  height: auto;
  transition: all .4s ease-in-out;
  filter: brightness(0)  invert(100);
}
header.scrolled .header-logo img{
  filter: none;
}
header 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: translateY(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
header nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header nav li{
  display: block;
}
header nav li a{
  display: block;
  padding: 1rem 0;
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
  position: relative;
}
header nav li a::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all .4s ease-in-out;
}

header nav li a:hover::before, header nav li.current_page_item a::before{
  width: 100%;
  opacity: 1;
}



.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;
}
header .btn{
  color: #fff;
  margin-left: auto;
}
header.scrolled .btn{
  color: #000;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
 
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle{
    display: none;
  }
  header .btn{
    margin-left: 0;
  }
  .header-logo img{
    width:11rem;
  }
  header.scrolled .header-logo img{
    width: 7rem;
  }
  header 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-right: auto;
    margin-left: auto;

  }
  header nav li{
    display: inline-block;
  }
  header nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
    color: #fff;
  }
  .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;
  }
  header.scrolled nav li a{
  color: #000;
  }
  header.scrolled nav li a::before{
    background-color: #000;
}
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  header nav li a{
    padding: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  position: relative;
}
.intro-slider{
  overflow: hidden;
}
.intro-slider .swiper-slide img{
  display: block;
  width: 100%;
  height:100vh;
  object-fit: cover;
  object-position: top;
}

.swiper-slide{
  box-sizing: border-box;
  position: relative;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);

}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
}
.intro-inner{
  max-width: 60rem;
  width: 100%;
}
.intro-btns{
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:2rem
}
.intro-inner h2{
  font-size: 3.2rem;
  text-transform: uppercase;
  letter-spacing: 1.4;
}
.intro-inner .title{
  margin-bottom: 2rem;
}
.intro-inner p{
  padding-left: 8rem;
  position: relative;
  font-weight: 600;
}
.intro-inner p::before{
  content: '';
  position: absolute;
  left: 0;
  top: 1rem;
  width: 5rem;
  height: 2px;
  background-color: #fff;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .intro-inner h2{
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
 .intro-inner h2{
    font-size:4rem;
  }
}
@media only screen and (min-width: 75.0625em) {
/*1201px*/
  .intro-inner h2{
    font-size: 5rem;
  }
}
@media only screen and (max-width: 900px) and (orientation: landscape) {
  .intro img{
    height: 80rem;
  }

}
/* ================================================================================== 
16. Offer
===================================================================================== */
.offer, .bg1{
  background-image: url(images/bg2.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 80%;
}
.text-center{
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
}

.offer-box{
  width: 100%;
  margin-bottom: 5rem;
  text-align: center;
  padding: 0 2rem;
}
.offer-box:last-child{
  margin-bottom: 0;
}
.offer-icon{
  width: 12rem;
  height: 12rem;
  border:1px solid #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 3rem;
  position: relative;
  
}
.offer-icon::before {
	content: '';
	position: absolute;
	left: 1.6rem;
	top: -1rem;
	width: 4.5rem;
	height: 2.7rem;
	background-color: #fff;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.9rem;
  transition: all .4s ease-in-out;
}
.offer-icon::after {
	content: '';
	position: absolute;
	right: -1rem;
	bottom: 1.6rem;
	width: 1.7rem;
	height: 4.5rem;
	background-color: #fff;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.9rem;
	line-height: 0;
	padding-top: 7px;
  transition: all .4s ease-in-out;
}
.offer-icon img{
  display: block;
  width: 6rem;
  height: 4rem;
  object-fit: contain;
}
.offer-box h3{
  font-size: 2.1rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.offer-box:nth-child(odd) .offer-icon::before{
  content: '+';
}
.offer-box:nth-child(even) .offer-icon::after{
  content: '+';
}


.offer-box:nth-child(odd):hover .offer-icon::before{
  left: 3rem;
}
.offer-box:nth-child(even):hover .offer-icon::after{
  bottom: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .offer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .offer-box{
    width: 31.3%;
    margin-bottom: 3rem;
  }
  .offer-box:last-child{
    margin-bottom: 3rem;
  }
  .offer, .bg1{
    background-size: 40%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .offer-box h3{
    font-size: 2.4rem;
  }
} 
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .offer-icon{
    width: 14.5rem;
    height: 14.5rem;
  }
  .offer-icon img{
    width: 8rem;
    height: 6rem;
  }
  .offer-box h3{
    font-size: 2.7rem;
  }
}

/* ================================================================================== 
17. About
===================================================================================== */

.about-text{
  width: 100%;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem;
  text-align: center;

}
.about-inner{
  max-width: 50rem;
  width: 100%;
}
.about-image{
  width: 100%;
  position: relative;
}
.about-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.about-image-text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.about-image-text h3{
  font-size: 4rem;
  font-weight: 900;
  margin: 0;
  color: #fff;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  text-transform: uppercase;
  line-height: 1;
  opacity: 0.8;
}
.about-image-text h3 span {
	display: block;
	font-size: 15rem;
	line-height: 0.7;
}
.about-text .btn{
  margin-top: 3rem
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .abouts .about-wrapper:nth-child(2n+2){
    flex-direction: row;
  }
  .abouts .about-wrapper:nth-child(2n+2) .about-text{
    background-color: #fff;
  }
  .about-text{
    width: 42%;
    padding: 0;
    padding-left: 5rem;
    text-align: left;
    justify-content: flex-start;
  }
  .about-image{
    width: 58%;
  }
  .about-image img{
    height: 100%;
  }
  .about-image-text{
    right: 2rem;
    left: auto;
    transform: translateY(-50%);
    text-align: right;
  }
  .about-image-text h3{
    opacity: 0.6;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
    .about-image-text h3{
      font-size: 6rem;
    }
    .about-image-text h3 span {
      font-size: 20rem;
  }
}
@media only screen and (min-width: 100em) {
  /*1600px*/
  .about-text{
    padding-left: 10rem;
  }

}
/* ================================================================================== 
18. Projects
===================================================================================== */
.projects{
  background-image: url(images/bg3.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 80%;
}
.project-box{
  display: block;
  width: 100%;
  margin-bottom: 4rem;
  position: relative;
  overflow: hidden;
}
.project-overlay{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  transition: all .4s ease-in-out;
}
.project-box img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/14;
  object-fit: cover;
}

.project-text{
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .4s ease-in-out;
}
.project-text h3{
  color: #fff;
  font-size: 2.4rem;
}
.plus{
  width: 5rem;
  height: 5rem;
  border:1px solid #fff;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 0;
  padding-top: 5px;
  display: none;
}

.btns-bottom{
  margin-top:0;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .projects-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:8%;
    align-items: flex-start;
    margin-top: 14rem;
  }
  .project-box{
    width: 46%;
    margin-bottom: 7rem;
  }
  .project-box:nth-child(2){
    margin-top: -7rem;
  }
  .project-box:nth-child(4){
    margin-top: -15rem;
  }
  .project-box:nth-child(1) img, .project-box:nth-child(4) img{
    aspect-ratio: 16/17;
  }
  .project-text{
    opacity: 0;
    visibility: hidden;
  }
  .project-box:hover .project-text{
    opacity: 1;
    visibility: visible;
  }
  .project-overlay{
    height: 0;
    opacity: 0;
  }
  .project-box:hover .project-overlay{
    opacity: 1;
    height: 100%;
  }
  .plus{
    display: flex;
  }
}

@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .project-box{
    margin-bottom: 10rem;
  }
  .projects-wrapper{
    margin-top: 17rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .project-text h3{
    font-size: 3rem;
  }
  .project-box:nth-child(4){
    margin-top: -19rem;
  }
  .projects{
    background-size: 40%;
  }

}
/* ================================================================================== 
19. Blog
===================================================================================== */
.blog{
  position: relative;
}
.blog .container-xl{
  padding-left: 2rem;
  padding-right: 2rem;
}
.title-wrapper{
  width: 100%;
  padding: 0;
  margin-bottom: 5rem;
}
.title-wrapper .title{
  margin-bottom: 0;
}
.title-wrapper  p{
  margin-bottom: 0;
}
.title-wrapper .btn{
  margin-top: 3rem;
}
.blog-slider{
  overflow: hidden;
  width: 100%;
}
.blog-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.blog-bg .container{
  padding: 0;
}
.blog-bg-content{
  background-color: #f9f9f9;
  width: 100%;
  height: 40rem;
}
.blog-box h3{
  position: relative;
  padding-left: 7rem;
  font-size: 2.4rem;
  max-width: 50rem;
  width: 100%;
}
.blog-box h3::before{
  content: '';
  position: absolute;
  left: 0;
  top: 1rem;
  width: 4rem;
  height: 3px;
  background-color: #000;
}
.blog-box p{
  max-width: 80rem;
  width: 100%;
}
.blog-image{
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
  position: relative;
}
.swiper-slide.blog-box .blog-image::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  transition: all .4s ease-in-out;

}
.swiper-slide-active.blog-box .blog-image::before{
  opacity: 0;
}
.blog-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
}
.blog-box h4{
  text-transform: uppercase;
  font-size: 1.4rem;
  opacity: 0.6;
  letter-spacing: 1px;
  padding-left: 7rem;
}
.blog .custom-arrows{
  max-width: 120rem;
  margin-left: auto;
  flex-direction: row;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .blog .container-xl{
    padding-right: 0;
  }
  .title-wrapper{
    padding: 0 2rem 0 0;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .title-wrapper .btn{
    margin-top: 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .blog-box h3{
    font-size: 2.6rem;
  }
  .blog-bg .container{
    padding: 0 2rem;
  }
  .title-wrapper{
    max-width: 120rem;
    padding: 0;
    padding-right: 20rem;
  }
  .blog-slider{
    max-width: 120rem;
    margin-left: auto;
  }

}
@media only screen and (min-width: 83.125em) {
  /*1330px*/
  .blog .custom-arrows{
    position: absolute;
    left: 2rem;
    bottom: 26rem;
    max-width: 100%;
    margin-left: 0;
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 100em) {
  /*1600px*/
  .title-wrapper{
    max-width: 140rem;
  }
  .blog-slider{
    max-width: 140rem;
  }
  .blog .custom-arrows{
    bottom: 26rem;
  }
}
@media only screen and (min-width: 114.375em) {
  /*1830px*/
  .blog .custom-arrows{
    left: 30rem;
}
}
/* ================================================================================== 
20. Banners
===================================================================================== */
.banners{
  position: relative;
}
.banner-row{
  width: 100%;
  height:60vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-plus {
	position: absolute;
	left: 50%;
	top: 50.2%;
	transform: translate(-50%, -50%);
	width: 10rem;
	height: 10rem;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 5rem;
  cursor: pointer;
  z-index: 1;
  background-color: transparent;
}
.banner-plus:hover{
 opacity: 0.4;
}
.banner-images{
  display: none;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .banner-plus {
    width: 15rem;
    height: 15rem;
    top: 49.5%;
    font-size: 7rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner-row{
    background-attachment: fixed;
  }
}
/* ================================================================================== 
21. Banner 2
===================================================================================== */
.banner2{
  background-color: #070707;
  color: #fff;

} 
.banner2 .text-center{
  margin-bottom: 0;
}
/* ================================================================================== 
22. Footer
===================================================================================== */
.bg3{
  background-image: url(images/bg4.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 80%;
}

.footer-logo img{
  display: block;
  width: 13rem;
  height: auto;
  margin: 0 auto;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
footer ul li a:hover{
  opacity: 0.3;
}
footer h3{
  font-size: 2.4rem;
}
.footer-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.footer-box:last-child{
  margin-bottom: 0;
}
.copyright .container{
  border-top: 1px solid #ccc;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
footer .social{
  justify-content: center;
}
.eu-wrapper{
  margin-bottom: 5rem;padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #c9c9c9;
   display: flex;
  align-items: center;
  justify-content: center;
}
.eu-wrapper img{
  width: 20rem;
  height: auto;
  display: block;
 

}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-box{
    width: auto;
    margin: 0;
    text-align: left;
  }
  .footer-logo img{
    margin: 0;
  }
  footer .social{
    justify-content: flex-start;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  footer ul{
    column-count: 2;
    column-gap: 3rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  footer h3{
    font-size: 2.8rem;
  }
  .bg3{
    background-size: 30%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .footer-logo img{
    width: 17rem;
  }
}
 /* ================================================================================== 
23. Animations
===================================================================================== */
@media only screen and (min-width: 48.0625em) {
  /*769px*/
.hidden{
  opacity: 0;
}
.visible{
  opacity: 1;
}
.animate__animated {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -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
}
}
/* ================================================================================== 
24. Page
===================================================================================== */
.top-image img {
	height: 50rem;
  width: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
.top-image{
  overflow: hidden;
}
.text{
  max-width: 120rem;
  width: 100%;
}
.text a{
  text-decoration: underline;
}
.text a:hover{
  text-decoration: none;
}
.bg-grey{
  background-color: #f9f9f9;
}
.text-center2{
  margin-bottom: 0;
}
/* ================================================================================== 
25. Project Page
===================================================================================== */
.project-page-wrapper{
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  position: relative;
}
.project-page-image{
  width: 100%;
}
.project-page-image a{
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
}
.project-page-image img{
  display: block;
  width: 100%;
  height: auto;
  transition: all .4s ease-in-out;
}
.project-page-image a:hover img{
  transform: scale(1.05);
}
.project-page-text{
  width: 100%;
  margin-bottom: 5rem;
}
.project-table {
  width: 100%;
  border-collapse: collapse;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
}
.project-table caption {
  text-align: left;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.project-table th,
.project-table td {
  padding: 0.75rem 0;
  vertical-align: top;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.project-table thead th {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-bottom: 2px solid #dcdcdc;
}
.project-table tbody th {
  width: 28%;
  font-weight: 500;
}
 .project-table  td:first-child{
  font-weight: 600;
 }
@media (max-width: 640px) {

  .project-table tr {
    display: block;
    padding: 0.5rem 0;
  }
  .project-table tbody th,
  .project-table tbody td {
    display: block;
    padding: 0.35rem 0;
    border-bottom: none;
  }
  .project-table tbody tr + tr {
    border-top: 1px solid #eee;
  }
  .project-table tbody th {
    color: #555;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .project-page-wrapper{
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
  .project-page-text{
    width: 55%;
    position: sticky;
    top: 11rem;
    right: 0;
    margin-bottom: 0;
  }
  .project-page-image{
    width: 40%;

  }

}
/* ================================================================================== 
26. Blog Page
===================================================================================== */

.blog-wrapper .blog-box{
  width: 100%;
  margin-bottom: 3rem;
}
.blog-nav {
  margin-bottom: 5rem;
}
.blog-nav ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap:1rem;
}
.blog-nav li a{
  padding: 1rem 2rem;
  border: 1px solid #ccc;
  text-align: center;
  display: block;

}
.blog-nav li a:hover{
  border-color: #000;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .blog-nav ul{
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .blog-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .blog-wrapper .blog-box{
    width: 48.5%;
  }
}
/*--------------*/

.blog-single-content{
  width: 100%;
}
.blog-single-aside{
  width: 100%;
  margin-top: 5rem;
}
.blog-single-box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;

}
.blog-single-box img{
  display: block;
  width: 13rem;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.blog-single-box h3 {
	width: calc(100% - 15rem);
	font-size: 1.6rem;
	margin-bottom: 0;
	font-weight: 400;
}
.blog-single-image{
  display: block;
  margin: 5rem 0;
}
.blog-image img{
  display: block;
  width: 100%;
  height: auto;
  
}
.gallery-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
  margin-top: 5rem;
}
.gallery-wrapper  a{
  display: block;
  width: 48.5%;
  margin-bottom: 3rem;
  overflow: hidden;
}
.gallery-wrapper a img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit:cover;
  transition: all .4s ease-in-out;
}
.gallery-wrapper a:hover img{
  transform: scale(1.05);
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .blog-single-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blog-single-content{
    width: calc(100% - 45rem);
  }
  .blog-single-aside{
    width: 40rem;
    margin-top: 0;
  }

} 
/*-------*/
.similar-wrapper{
  margin-top: 5rem;
}
.similar-box{
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
}
.similar-image{
  width: 100%;
  display: block;
  margin-bottom: 2rem;

}
.similar-image img{
  display: block;
  width: 100%;
  height: auto;
}
.text-projects-2{
  margin-bottom: 5rem;
  max-width: 120rem;
  width: 100%;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .similar-box{
  width: 48.5%;
  }
  .similar-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
  }
}
/* ================================================================================== 
27. Contact Page
===================================================================================== */
.contact-text{
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form{
  width: 100%;
}
.contact-form .btn{
  background-color: transparent;
}
.map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-text{
    width: 43%;
    margin-bottom: 0;
  }
  .contact-form{
    width: 48%;
  }
}
/* ================================================================================== 
28. Projects Page
===================================================================================== */
.projects-nav {
  margin-bottom: 5rem;
}
.projects-nav ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap:1rem;
}
.projects-nav li a{
  padding: 1rem 2rem;
  border: 1px solid #ccc;
  text-align: center;
  display: block;

}
.projects-nav li a:hover{
  border-color: #000;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .projects-nav ul{
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/

}
/* ================================================================================== 
29. About Page
===================================================================================== */
.about-page .text-center{
  margin-bottom: 0;
}
/* ================================================================================== 
30. Webshop Page
===================================================================================== */
.webshop-wrapper  .project-box img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16/14;
	object-fit: cover;
}
.webshop-wrapper{
  margin-top: 0;
}
.webshop-wrapper  .project-box{
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
}
.webshop-wrapper .project-overlay{
  display: none;
}
.webshop-wrapper .project-text {
	text-align: center;
	width: 100%;
	height: auto;
	position: static;
	left: a;
	top: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all .4s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.webshop-wrapper  h3{
  color: #000;
  margin-top: 2rem;
  font-size: 2.1rem;
  margin-bottom: 0;
}
.webshop-image{
  overflow: hidden;
  display: block;
}
.webshop-image img{
  transition: all .4s ease-in-out;
}
.webshop-image:hover img{
  transform: scale(1.1);
}
.product-bottom{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.price-bottom {
	font-size: 2.4rem;
  margin-bottom: 2rem;
}
.btn-cart {
	display: flex;
  align-items: center;
  justify-content: center;
	width: 4rem;
	height: 4rem;
	background: #f9f9f9;
}
.webshop-wrapper .project-box .btn-cart > img {
	width: 2.3rem;
	height: auto;
	display: block;
	aspect-ratio: none;
	object-fit: contain;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .webshop-wrapper{
    gap:3%;
  }
  .webshop-wrapper  .project-box{
    width: 31.3%;
    margin-top: 0;
  }
}
/*--------*/
.product-single-wrapper{
  display: flex;
  flex-direction: column-reverse;

}
.product-single-image{
  width: 100%;
}
.product-single-text{
  width: 100%;
  margin-bottom: 5rem;
}
.product-single-image a:not(:first-child){
  display: none;
}
.product-single-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16/12;
	object-fit: cover;
}
.single-quantity {
	position: relative;
	padding-right: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.single-btns {
	display: flex;
	flex-direction: column;
	margin-top: 3rem;
	gap: 2.2rem;
	align-items: flex-start;
}
.single-quantity input {
	width: 4.7rem;
	height: 4.7rem;
	border: 1px solid #c9c9c9;
	padding: 0;
	text-align: center;

}
.plus, .minus {
	width: 4.7rem;
	height: 4.7rem;
	background-color: #f9f9f9;
	display: flex;
	align-items: center;
	justify-content: center;
  border:1px solid #ccc;
	cursor: pointer;
	color: #000;

  opacity: 0.5;
}
.btn-cart2 {
	background-image: url(images/cart.svg);
	background-repeat: no-repeat;
	background-position: top left 2rem;
	background-size: 1.9rem;
	padding-left: 6rem;
	display: flex;
	text-decoration: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .single-btns{
    flex-direction: row;
    align-items: center;
    gap:1rem;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .product-single-wrapper{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-single-image{
    width: 48%;
  }
  .product-single-text{
    width: 48%;
    margin-bottom: 0;
  }
}

/*-----------------*/
body .wc-block-components-button {
	font-size: 1.6rem;
	display: inline-block;
	width: auto;
	background-color: #000;
	color: #ffff;
	padding: 0.7rem 2rem;
	text-transform: uppercase;
	min-height: auto !important;
	display: flex !important;
	align-items: center !important;
  border:1px solid #000;
  font-weight: 600;
  transition: all .4s ease-in-out !important;
}
body .wc-block-components-button:hover{
  background-color: #fff;
  color: #000;
}
.wc-block-components-sidebar {
	box-sizing: border-box;
	padding-left: 2.2641509434%;
	width: 35%;
}
@media only screen and (min-width: 700px) {
  .wc-block-checkout__sidebar {
    top: 15rem !important;
  }
}
/*-----------*/

.woocommerce-MyAccount-navigation ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation{
  padding: 3rem;
  border-radius: 1rem;
  background-color: #f9f9f9;
  margin-bottom: 3rem;
}
.woocommerce-MyAccount-navigation ul li{
  margin-bottom: 2rem;
}
.woocommerce-MyAccount-navigation ul li a{
  padding-left: 5rem;
  position: relative;

}
.woocommerce-MyAccount-navigation ul li a::before{
  content: '';
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before{
  background-image: url(images/home.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before{
  background-image: url(images/orders.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before{
  background-image: url(images/downloads.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before{
  background-image: url(images/address.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before{
  background-image: url(images/payment.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before{
  background-image: url(images/details.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before{
  background-image: url(images/logout.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.woocommerce-MyAccount-navigation ul li a:hover,  .woocommerce-MyAccount-navigation ul li.is-active a{
  opacity: 0.5;
}
.woocommerce-MyAccount-content .edit{
  display: inline-block;
  padding: 1rem 3.6rem;
  font-weight: 400;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  float: none !important;
}
header.woocommerce-Address-title{
  position: static;
  margin: 0;
  padding: 0;
  background-color: transparent !important;
  font-size: 1.7rem;


}
.woocommerce-Address-title h2{
  font-size: 2rem;
  color: #000;
}
.woocommerce-Address-title .edit{
    margin-bottom: 2rem;
}
.woocommerce-MyAccount-content .woocommerce-Addresses{
  border-radius: 1rem;
  padding: 2rem;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  background-color: #f9f9f9;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
  background-color:#ccc;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {

	border-color:#ccc;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;

}
.woocommerce-MyAccount-content em{
  font-size: 1.4rem;
  opacity: 0.8;
}
body .woocommerce table.shop_table th {
	font-weight: 400;
	line-height: 1.5em;
	font-size: 1.6rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .woocommerce-MyAccount-navigation{
    margin-bottom: 0;
  }
}
.woocommerce div.product .product_title {
	margin: 3rem 0;

}
.woocommerce-product-details__short-description p{
  margin-bottom: 2rem !important;
}
/*---- start info messages---*/
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	width: 100%;
    border-color: transparent;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #f6f5f84d;
}
.woocommerce-info::before {
	color: #000;
}
/*---- end info messages---*/
.woocommerce-Button.wc-forward.button, .button.wc-forward,  .woocommerce-Button.button{
  border-radius: 0 !important;
  background-color: #000  !important;
  color: #fff  !important;
  border:1px solid #000 !important;
  transition: all .4s ease-in-out;
}
.woocommerce-Button.wc-forward.button:hover, .button.wc-forward:hover,.woocommerce-Button.button:hover{
  background-color: #fff  !important;
  color: #000  !important;
}
/*--------------*/

.bg{
  background-color: #f9f9f9;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .text-box{
  width: 48%;
}
.product-bottom-section-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
  .text-box:first-child{
    width: 100%;
    margin-bottom: 5rem;
  }
}
 /*----------*/

 .team-box{
  width: 100%;
  margin-bottom: 3rem;
 }
 .team-image{
  width: 100%;
  display: block;
  margin-bottom: 2rem;
 }
.team-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16/18;
	object-fit: contain;
}
@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%;
  margin-bottom: 3rem;
 }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
   .team-box{
  width: 31.3%;
 }

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .team-box{
    width: 17.6%;
  }
 
}
.woocommerce ul.order_details{
  margin-left: 0 !important;
  padding-left: 0 ;
}
.woocommerce ul.order_details li strong {
	display: block;
	font-size: 1.6rem;
	text-transform: none;
	line-height: 1.5;
}
.woocommerce ul.order_details li {

	margin-bottom: 2rem;
}
@media only screen and (max-width: 30em) {
  /*480px*/
  .woocommerce ul.order_details li{
  width: 100%;
    border: 0  !important;
}
}