/*!
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. Offer
18. Gallery
19. Banner
20. Footer
21. Gallery Page
22. Contact Page
23. Product Page
24. Animations
=============================================================*/
/* ================================================================================== 
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: "Manrope", sans-serif;
  font-weight: 300;
  line-height: 1.8;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  
}
main{
  position: relative;
}
/*----cookie----*/
.cky-btn-revisit-wrapper,
.grecaptcha-badge {
	display: none !important;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #f38f07;  color: #fff; }  
::selection { background-color: #f38f07; 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: 400;line-height:1.4; font-family: 'IBM Plex Sans',sans-serif; letter-spacing: 1.5px;}
.title h1, .title h2{ font-size: 3.2rem; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}
.title h3{
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #f38f07;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 3.6rem; }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 4rem; }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 4.6rem; }
}


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

.btn {
	display: inline-block;
	padding: 1rem 2.6rem;
	font-weight: 600;
  font-family: 'IBM Plex Sans',sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  border:1px solid transparent;
}
.btn-primary{
  background-color: #fff;
  color: #000;
  border:1px solid #000
}
.btn-secondary{
  background-color: #f38f07;
  color: #000;
  border:1px solid #f38f07;
}
.btn-primary:hover{
  background-color: #f38f07;
  color: #000;
  border-color: #f38f07;
}
.btn-secondary:hover{
  background-color: transparent;
   color: #f38f07;
}
.btn-white{
  border:1px solid #fff;
}
.btn-white:hover{
  background-color: #fff;
  color: #000;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid #43515a;
	padding: 1.8rem 3rem;
	outline: none;
	background-color: #ffffff;
  color:#43515a;
}
input:focus::placeholder, textarea:focus::placeholder{
  opacity: 0;
}

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

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

}
/*---------------*/
.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-arrow{
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
  cursor: pointer;
  background-color: transparent;
  z-index: 2;
}
.custom-arrows{
  display: flex;
  flex-direction: row;
  gap:1rem
}
.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: 100.0625em) {
  /*1601px*/

  
}
/* ================================================================================== 
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, .toggle.activate .line-toggle, header.scrolled .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%;
  background-color: transparent;
  z-index: 10;
  padding: 1.6rem 0;
  transition: all .4s ease-in-out;
}
header.scrolled{
  background-color: #fff;
}
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: 10rem;
  height: auto;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 1.6rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'IBM Plex Sans',sans-serif;
  color: #fff;
  transition: none;
}
@media only screen and (max-width: 64em) {
  /*1024px*/
  nav li a{
    color: #000;
  }
}
header.scrolled nav li a{
  color: #000;
  transition: none;
}
nav li a:hover, nav li.current_page_item a, header.scrolled nav li a:hover, header.scrolled nav li.current_page_item a, header.scrolled nav li.current_page_item , header.scrolled nav li:hover {
  background-color: #f38f07;
  color: #000;
}



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

  display: none;
  background-color: #f38f07;
}

.sub-menu li{
  display: block;
}

.sub-menu li a{
  display: block;
  padding: 1rem;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
  background-repeat: no-repeat;
  background-position: left 1rem center;
  background-size: 1rem;
  transition: none;
}
.sub-menu li a:hover{
  color: #000 !important;
  padding-left: 3rem;
  background-image: url(images/arrow-right2.svg);

 
}
.color{
  background-color: #f38f07;
}
.sub-menu li img{
  display: none;
}
.header-mail {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-right: 0.1rem;
	margin-left: 1rem;
}
.header-mail img{
  display: block;
  width: 2.5rem;
  height: 2rem;
  object-fit: contain;
  filter: brightness(0) invert(100);
  transition: all .4s ease-in-out;
}
.header-phone{
  display: flex;
  align-items: center;
  gap:1rem
}
.header-phone img{
  display: block;
  width: 3rem;
  height: 2rem;
  object-fit: contain;
  filter: brightness(0) invert(100);
  transition: all .4s ease-in-out;
}
header.scrolled .header-phone img, header.scrolled .header-mail img, header.scrolled .header-home img{
  filter: none;
}
.header-home{
  display: flex;
  align-items: center;
  gap:1rem;
  margin-left: 2rem;
  order: 2;
  display: none;
}
.header-home img{
  display: block;
  width: 3rem;
  height: 2.5rem;
  object-fit: contain;
  filter: brightness(0) invert(100);
  transition: all .4s ease-in-out;
}

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

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  header{
    padding: 2rem 0;
  }
  header ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
    .header-logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
  }
  .header-home{
    order: 0;
    margin-left: 0;
  }
  .header-mail{
    margin-left: 2rem;
  }
  .header-logo img{
    width: 18rem;
  }
  .toggle{
    display: none;
  }
  nav{
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    padding-left: 7rem;

  }
  nav li{
    display: inline-block;
  }
    nav li:nth-child(2){
      margin-right: 40rem;
    }
  nav li a{
    display: inline-block;
    padding: 1.6rem 1.6rem;

  }

  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 85rem;
    padding: 5rem;
    opacity: 0;
    visibility: hidden;
    display: none;

    background-color: #f38f07;
  }
 
   .sub-menu li img{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    display: none;
   }
   .sub-menu li:hover img{
    opacity: 1;
    visibility: visible;
    display: block;
   }
      .sub-menu li:first-child img{
        opacity: 1;
        visibility: visible;
        display: block;
        
      }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    display: block;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a{
    padding: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/*------*/
.lang{
  color: #fff;
  font-weight: 400;
  margin-left: auto;
}
header.scrolled .lang{
  color: #000;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .lang{
    margin-left: 0;
  }
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro-slider{
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.intro img{
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: relative;
  object-position: center;
  
}
.intro{
  position: relative;
  overflow: hidden;

}
.intro-slider .swiper-slide{
  overflow: hidden;
}
.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;
  text-align: center;
  z-index: 5;
}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-inner{
  max-width: 60rem;
  width: 100%;
  font-weight: 400;
    opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;

}
.intro-inner .btn{
  margin-top: 3rem;
}
.intro .title h1{
  font-size: 3.4rem;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.intro .swiper-slide{
    transition-property: opacity;
  transition-timing-function: ease-in-out;
}
.intro img {
	-webkit-animation: kenburns-top 10s ease-out infinite alternate both;
	        animation: kenburns-top 10s ease-out infinite alternate both;
}
.swiper-slide-active .intro-inner {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .intro .title h1{
    font-size: 4rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro .title h1{
    font-size: 4.6rem;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .intro-inner{
    max-width: 57rem;
  }
}
@media only screen and (max-width: 900px) and (orientation: landscape) {
  .intro img{
    height: 80rem;
  }

}
/* ================================================================================== 
16. About
===================================================================================== */
.bg{
  background-color: #171717;
  color: #fff;
}
.top-image img{
  height: 60rem;
}
.about-text{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem;
}
.about2 .about-text{
  padding: 5rem 0;
}
.about-text p a{
  text-decoration: underline;
}
.about-image{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.about-image:hover img{
  transform: scale(1.05) !important;
}
.about-text h2{
  font-size: 3.4rem;
}
.about-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/13;
  object-fit: cover;
  transition: all .4s ease-in-out;
  position: relative;
}
.about-inner{
  width: 100%;
}
.about-text .btn {
	margin-top: 1rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .reverse .about-wrapper{
    flex-direction: row-reverse;
  }
  .about-text{
    width: 50%;
    padding: 5rem;
  }
  .about2 .about-text{
    padding: 5rem;
  }
  .about-image{
    width: 50%;
  }
  .about-image img{
    height: 100%;
  }
  .about-inner{
    max-width: 60rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-text h2{
    font-size: 4rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .about-text{
    padding: 0;
  }
  .about2 .about-text{
    padding: 0;
  }
}
/* ================================================================================== 
17. Offer
===================================================================================== */
.offer{
  background-color: #171717;
  color: #fff;
  position: relative;
  padding-bottom: 10rem;
}
.offer .text-center, .offer .title{
  z-index: 2;
  position: relative;
}
.text-center{
  max-width: 48rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
}
.text-center-lg{
  max-width: 60rem;
}
.offer-slider{
  overflow: hidden;
    z-index: 2;
    position: relative;
}
.offer-slider .swiper-slide{
  box-sizing: border-box;
}
.slide-image{
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  position: relative;
}
.slide-image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.image-wrap{
  position: relative;

}
.image-wrap .image-hover{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  transform: translateX(-5rem);
}
.image-wrap:hover img.image-hover{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.slide-image img.image-hover{
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  z-index: 1;
}
.slide-image:hover img.image-hover{
  opacity: 1;
  visibility: visible;
}
.slide-text{
  width: 100%;
  padding: 5rem 0;
  text-align: center;
  position: relative;
}
.slide-text .btn{
  margin-top: 3rem;
}
.offer .custom-arrows{
  filter: brightness(0) invert(100);
  justify-content: center;
  z-index: 2;

}
.offer-bg {
	position: absolute;
	top: 56%;
	left: 0;
	transform: translateY(-50%);
	width: 30rem;
    z-index: 2;
}
.offer-bg2 {
	position: absolute;
	top: -4%;
	right: 0;
	transform: translateY(-50%) rotate(180deg);
	width: 22rem;
  z-index: 2;
}
.offer-bg  svg {
  width: 100%;
}
.st0 { fill: none; stroke: #3F3F3F; stroke-width: 10; }
.st1 { fill: #F38F07; }
.numb{
  font-size: 14rem;
  font-weight: 700;
  position: absolute;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  top: -10rem;
  z-index: -1;
  opacity: 0.1;
   -webkit-text-stroke: 2px #fff;
   color: transparent;
   display: none;
}
.offer .container-xl .container{
  max-width: 160rem;
}
.slide-text h2{
  font-size: 3.4rem;
  color: #F38F07;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .offer-bg {
    width: 44rem;
  }
  .slide-image{
    width: 50rem;
    height: 50rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .offer-slider .swiper-slide{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .slide-image{
    margin: 0;
  }
  .slide-text{
    padding: 0;
    width: calc(100% - 50rem);
    padding-left: 5rem;
    text-align: left;
    position: relative;
  }
  .numb{
    left: 5rem;
    transform: none;
    text-align: left;
    display: block;
  } 
  .offer .custom-arrows{
    filter: brightness(0) invert(100);
    position: absolute;
    right: 2rem;
    bottom: 0;
    
    justify-content: flex-start;
  }
  .offer{
    padding-bottom: 20rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .slide-text{
    width: calc(100% - 65rem);
  }
  .text-center{
    margin-bottom: 10rem;
  }
  .slide-text h2{
    font-size: 4rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .slide-image{
    width: 60rem;
    height: 60rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .slide-text{
    padding-left: 15rem;
  }
}
@media only screen and (min-width: 100em) {
  /*1600px*/
  .slide-text{
    width: calc(100% - 90rem);
  }
}

/* ================================================================================== 
18. Gallery
===================================================================================== */
.gallery-slider{
  overflow: hidden;
}
.gallery-slider img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
}
/* ================================================================================== 
19. Banner
===================================================================================== */
.banner{
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  position: relative;
  padding: 10rem 0;
}

.banner-text{
  width: 100%;
  text-align: center;
}
.banner-text h2{
  color: #fff;
  font-size: 4rem;
}
.banner-text h2 strong{
  color: #F38F07;
  font-weight: 400;
}
.banner-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}
.banner-text .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .banner{
    padding: 15rem 0;
  }
  .banner-text{
    max-width: 47rem;
    margin-left:auto;
    margin-right: 10rem;
    text-align: left;
  }
}

/* ================================================================================== 
20. Footer
===================================================================================== */
.newsletter{
  padding: 5rem 0;
}
.newsletter .container{
  border-bottom: 1px solid #ccc;
  padding-bottom: 5rem;
}
.newsletter-logo img{
  display: block;
  width: 20rem;
  height: auto;
  margin: 0 auto;
}
.newsletter-content{
  width: 100%;
  margin-top: 5rem;
}
.newsletter-content h2{
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
}
.newsletter-content form{
  width: 100%;
  position: relative;
}
.btn-newsletter {
	padding: 0;
	border: 0;
	width: 9rem !important;
	height: 4rem;
	background-image: url(images/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2.1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .newsletter-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .newsletter-logo img{
    margin: 0;
  }
  .newsletter-content{
    max-width: 50rem;
    margin-top: 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .newsletter-logo img{
    width: 25rem;
  }
  .newsletter-content{
    max-width: 70rem;
  }
}
/*------------*/
footer{
  background-color: #fff;
  padding-bottom: 5rem;
}
footer a{
  text-decoration: none;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .social{
  justify-content: center;
}
.footer-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.footer-box:last-child{
  margin-bottom: 0;
}
footer ul li{
  line-height: 2.3;
}
footer ul li a:hover{
  color: #F38F07;
}
footer h3{
  font-size: 2.4rem;
  letter-spacing: 0;
}
.footer-logo{
  display: flex;
  justify-content: center;
}
.copyright{
  padding: 2rem;
  display: flex;
  text-align: center;
  background-color: #f38f07;
}
.copyright .container{
    display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.v{
  filter: brightness(0);
}
.cards{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap:2rem;
  margin: 1rem 0;
}
.cards img{
  width: 5rem;
  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-bottom: 0;
    text-align: left;
  }
 
  .footer-box:last-child{
    margin-bottom: 0;
  }
  footer .social{
    justify-content: flex-start;
  }
  .copyright .container{
    justify-content: space-between;
    text-align: left;
    flex-direction: row;
  }
  .footer-logo{
    display: block;
    justify-content: flex-start;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/

 
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
 
}
 /* ================================================================================== 
21. Gallery Page
===================================================================================== */
.top-image  img{
  height: 50rem;
}
.gallery-wrapper3{
  margin-top: 5rem;
}
.gallery-wrapper3 a img{
  object-fit: contain;
}
.gallery-wrapper{
  padding-top: 5rem;
}
.gallery-wrapper{
  column-count: 2;
  column-gap: 1rem;
}
.gallery-wrapper a{
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
}
.gallery-wrapper  a img{
  display: block;
  width: 100%;
  height: auto;
  transition: all .4s ease-in-out;
}
.gallery-wrapper a:hover  img{
  transform: scale(1.02);
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .gallery-wrapper{
   column-count: 3;
    column-gap: 3rem;
  }
  .gallery-wrapper a{
     margin-bottom: 3rem;
  }

}
 /* ================================================================================== 
22. Contact Page
===================================================================================== */

.contact-text{
  width: 100%;

}
.contact-text h3{
  font-size: 2.4rem;
}
.contact-form{
  width: 100%;
  padding: 5rem 2rem;
  border-radius: 2rem;
  overflow: hidden;
}
.contact-form-page.contact-form{
  margin: 0;
  max-width: 100%;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.contact-form-page.contact-form form{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.contact-map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
.contact-form .wpcf7-list-item label {
	display: flex;
	flex-direction: revert;
	align-items: flex-start;
	gap: 1rem;
	line-height: 1.5;
}
.contact-form .wpcf7-list-item label input {
	width: auto;
	margin: 0;
	margin-top: 0.5rem;
}
.contact-form2{
  margin: 0 auto;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
}

@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  
  }
  .contact-text{
    padding: 5rem;
    width: 50%;
  
  }
  .contact-form{
    width: 50%;
    padding: 5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .contact-text h3{
  font-size: 3rem;
    }
}
 /* ================================================================================== 
23. Product Page
===================================================================================== */
.top-image2 img{
  height: 68rem;
  object-position: center;
}
.buttons-wrap{
  display: flex;
  flex-direction: column;
  gap:1rem;
  flex-wrap: wrap;
  text-align: center;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .buttons-wrap{  flex-direction: row;}

}
/*-------------*/
.tabs {
  width: 100%;
  display: flex;
  flex-direction: column;
   border-bottom: 1px solid #ccc;
}
.tabs a {
  padding: 1rem 0;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0;
    border-bottom: 1px solid #ccc;

}
.tabs a:hover,
.tabs a.active-tab {
color: #f38f07;
 border-bottom: 1px solid #f38f07;
}
.tabs-container {
  width: 100%;
  display: none;
  padding: 2rem 0;
  margin-top: 1rem;
}
.tabs-container.active-tab {
  display: block;
}
.tabs-container h3, .tabs-container h2, .tabs-container h4{
  letter-spacing: 0;
}
.tabs-container img{
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  height: auto;

}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .tabs {
    flex-direction: row;
     justify-content: center;
  }
  .tabs-container {
    padding: 4rem;
  }
  .tabs a {
    padding: 2rem 2rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .tabs a {
    padding: 2rem 4rem;
  }
}
/*------*/
.table-container {
	overflow-x: auto;
  width: 100%;
}
.table-container table {
  width: 80rem;
  border-collapse: collapse;
  border:1px solid #ecf0f1
}
.table-container table th {
  background: #F38F07;
  color: #fff;
  text-align: left;
  padding: 14px;
}
.table-container table td {
  padding: 14px;
  border-bottom: 1px solid #ecf0f1;
  vertical-align: top;
}
.table-container table tr:nth-child(even) {
  background-color: #f9fafa;
}
.table-container table tr:hover {
  background-color: #f0f9f7;
  transition: 0.3s;
}


@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .table-container table {
    width: 100%;
  }
}
/*---------*/
.video video {
	width: 100%;
	aspect-ratio: 16/10;
	object-fit: cover;
	height: auto;
}
.video{
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
.responsive-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* ================================================================================== 
24. Animations
===================================================================================== */
.hidden{
  opacity: 0;
}
.visible{
  opacity: 1;
}
.animate__animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -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;
-webkit-animation-duration: 1s;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}
@keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInX {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}
.slide-in-fwd-center {
	-webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
            transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
            transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

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

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate(-120deg);
        transform: translate3d(100%,0,0) rotate(-120deg)
    }

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

.animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
  opacity: 0.4;
	top: 0;
	left: 0;
	z-index: 1;
  object-fit: cover;

}
.about-sticky{
  position: sticky;
  top: 0;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

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

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

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

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

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

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

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

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-duration: 2s;
}
/*--------cursor dot----------*/
.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 9999999;
}

.cursor-dot {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #F38F07;
}

/* .cursor-dot-outline {
  width: 40px;
  height: 40px;
  background-color: rgba(229, 128, 128, 0.5);
} */

/* .wpcf7-response-output {
	display: none !important;
} */