/*!
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. Logos
17. Home Section
18. Home Section 2
19. Results
20. Steps
21. Home Section 3
22. Reviews
23. Services
24. About
25. Blog
26. FAQ
27. Contact
28. Footer
29. Animations
30. Home Section 4
=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }  a, a:active, a:hover, a:focus { outline: none;text-decoration: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } 
 strong { font-weight: 600; color: #c53234; }

.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
input[type="button"], input[type="submit"]{
  width: auto;
  transition: all .4s ease-in-out;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem;margin: 2rem 0; }
a{
  text-decoration: underline;
  color: inherit;
}
header a{
  text-decoration: none;
}
.image-404 img{
  display: block;
  width: 100;
  max-width: 80rem;
  height: auto;
  margin: 0 auto;

}
.image-404{
  margin-bottom: 5rem;
}

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
    scroll-behavior: smooth;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  
}
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: #c53234;  color: #fff; }  
::selection { background-color: #c53234; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .container {
    max-width: 120rem;
  }
}
@media only screen and (min-width: 96.875em) {
  /*1550x*/
  .container {
    max-width: 146rem;
  }
  .steps3  .container{
    max-width: 155rem;
  }
}
.container-lg{
  max-width: 180rem;
}
.container-2xl{
  max-width: 192rem;
  padding: 0;
}
.container-fluid{
  max-width: 100%;
}
.container-md{
  max-width: 120rem
}
.container-sm{
  max-width: 100rem;
}
.container-xl{
  max-width: 160rem;
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 600;margin-top:1rem;}
h1 { font-size: 3.4rem; line-height: 1.35; }
h2 { font-size: 3.6rem; line-height: 1.3; }
h3 { font-size: 2.2rem; line-height: 1.4; }
h1 {
  font-size: clamp(2.8rem, 3.4vw + 1rem, 4rem); 
  line-height: clamp(1.2, 1.3 + 0.3vw, 1.35);
}

.title h1, .title h2{
  font-size: clamp(2.8rem, 3.4vw + 1rem, 4rem);
  margin-top: 0;margin-bottom: 0; }
p {   margin-bottom: 1.6rem; }
.title{ margin-bottom:3.5rem; }
.title-center{text-align: center;}

.subtitle{
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.title strong{
  color: #c53234;
  font-weight: 600;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  h1 { font-size: 4rem; line-height: 1.35; }
  h3 { font-size: 2.5rem; line-height: 1.4; }

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

.btn {
	display: inline-block;
	padding: 1.4rem 3rem;
	font-weight: 600;
  border:1px solid transparent;
  transition: all .4s ease-in-out;
  text-decoration: none;
  border-radius: 10rem;
}
.btn-primary{
  background-color: #c53234;
  border-color: #c53234;
  color: #fff;
  background-image: url(images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: left 3rem center;
  background-size: 2.2rem;
  padding-left: 6rem;
  text-align: center;
}
.btn-secondary{
 background-color: transparent;
  border-color: #c53234;
  color: #c53234;
  background-image: url(images/arrow-right-red.svg);
  background-repeat: no-repeat;
  background-position: left 3rem center;
  background-size: 2.2rem;
  padding-left: 8rem;
  text-align: center;
}
.btn-primary:hover{
  background-color: transparent;
  background-image: url(images/arrow-right-red.svg);
  color: #c53234;

}
.btn-secondary:hover{
   background-color: #c53234;
  background-image: url(images/arrow-right-white.svg);
  color: #fff;

}
.btn-contact{
  background-color: #c53234;
  border-color: #c53234;
  color: #fff;
  padding: 1.2rem 2rem;
}
.btn-contact:hover{
  background-color: transparent;
  color: #c53234;
  border-color: #c53234;
}


@media only screen and (min-width: 48.0625em) {
  /*769px*/
   .btn {
      padding: 1.4rem 4rem;
  }
   .btn-primary{
    padding-left: 8rem;
  }
  
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .btn {
      padding: 1.4rem 6rem;
  }
  .btn-primary{
    padding-left: 8rem;
  }
  .btn-contact{

    padding: 1.2rem 3rem;
  }
}
@media only screen and (min-width: 96.875em) {
  /*1550x*/
   .btn-contact{

    padding: 1.2rem 6rem;
  }
   .btn-primary,.btn-secondary{
    padding-left: 8rem;
  }
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #f4eaea;
  padding: 1.8rem 4rem;
  outline: none;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1.6rem;
  border-radius: 10rem;
  background-color: #fff;

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

}
fieldset .btn{
  transition: none;
}
.btn input{
  border: 0;
  background-color: transparent;
  width: auto;
  text-align: center;
  padding: 0;
  color: #fff;
  font-weight: 500;
  cursor: pointer;

}
.btn:hover input{
  color: #c53234;
}
input[type="button"]{
  width: auto;
}
label {
  display: block;
  margin-bottom: 0.5rem;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
  font-family: inherit;
  font-size: 1.6rem;
  width: auto;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap:1rem;
}
.wpcf7-list-item label input{
  width: auto;
  margin: 0;
}
.wpcf7-list-item{
  margin-left: 0;
}
.wpcf7-not-valid-tip{
	position: relative;
	padding: .75rem 1.25rem;
	margin-top: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: .25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;

}
.wpcf7 form .wpcf7-response-output {
	position: relative !important;
	padding: .75rem 1.25rem !important;
	margin-top: 1rem !important;
	border: 1px solid transparent !important;
	border-radius: .25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;

}
/*---------------*/
.select2-container .select2-selection--single {
	height: 4rem !important;
	display: flex !important;
	align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 1.5rem !important;

}
.select2-container{
  font-size: 1.6rem;
  color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: translateY(-50%)  !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
	background-color: #f2d8c3  !important;
	border: 1px solid #f2d8c3!important;
	color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-dropdown {
	background-color: #f2d8c3 !important;
	border: 1px solid #f2d8c3 !important;

}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
 
	background-color: #9c4126 !important;
	color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
    padding: 5rem 0;
  }
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
 .space {
    padding: 5rem 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:1rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
.list-numb ul{
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: numb;
}
.list-numb ul li{
  position: relative;
  padding-left:6rem;
  margin-bottom:3rem;
}
.list-numb ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 4.2rem;
	height: 4.2rem;
	font-size: 1.5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #c53234;
	counter-increment: numb;
	content: counter(numb)'.';
	font-weight: 600;
	transform: translateY(-50%);
}
/* ================================================================================== 
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: 5rem;
  height: 5rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9rem;
  cursor: pointer;
  background-color: #fff;
  z-index: 2;
}
.custom-next{
  background-image: url(images/next.svg);
  right: 1rem;
}
.custom-prev{
  background-image: url(images/prev.svg);
  left: 1rem;
}

@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .custom-next{
    right: -4rem;
  }
  .custom-prev{
    left: -4rem;
  }
  
}
/* pagination custom 1 */
.custom-pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem;
  margin-top: 3rem
}
.swiper-pagination-bullet{
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: transparent;
  border:1px solid transparent;
  position: relative;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.swiper-pagination-bullet::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  border-color: #fff;

}
/* pagination custom 2 */
.custom-pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem;
  margin-top: 3rem
}
.swiper-pagination-bullet{
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background-color: #000;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #001bcb;

}
/* ================================================================================== 
14. Header
===================================================================================== */
.lang {
	z-index: 3;
	font-weight: 500;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-left: auto;
	width: 2rem;
	height: 2rem;
	background-image: url(images/lang.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	cursor: pointer;
	padding-left: 1rem;
  position: relative;
}
.lang >.wpml-ls-statics-shortcode_actions{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top:2rem;
  background-color: #fff;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;

}
.lang:hover >.wpml-ls-statics-shortcode_actions{
  opacity: 1;
  visibility: visible;

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

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
    .lang{
    margin-left: 0;
  }
}
/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
.menu-icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	border-radius: 0;
	transition: 0.3s ease;
	z-index: 4;
	order: 3;
	background: #fff5f5;
	border-radius: 1rem;
	margin-left: 2rem;
}


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

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

.menu-icon.active span {
  width: 4px;
  height: 24px;
  border-radius: 3px;
  background: #c53234;
}

.menu-icon.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.menu-icon.active span:nth-child(2) {
  transform: rotate(-45deg);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.menu-icon.active span:nth-child(3),
.menu-icon.active span:nth-child(4) {
  opacity: 0;
  transform: scale(0.5);
}

/*-----------*/
header {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	padding: 1.5rem 0;
	box-shadow: 0 0 12px 4px rgba(0,0,0,.08);
  font-size: 1.6rem;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: block;
}
.header-logo img{
  display: block;
  width: 10rem;
  height: auto;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 2rem;
  padding-top: 10rem;

  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
  filter: blur(10px);

  transition:
    opacity .35s ease,
    transform .45s cubic-bezier(0.22, 1, 0.36, 1),
    filter .35s ease;

  z-index: 2;
  overflow-y: auto;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  filter: blur(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 1.6rem;
  font-weight: 400;
  transition: all .4s ease-in-out;
  font-weight: 700;
}

nav li a:hover, nav li.current_page_item:last-child a, nav li a.active{
  color: #c53234;
}



.mobile-info{

  padding-top: 3rem;

}
.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-contact{
  margin-right: 2rem;
   margin-left: auto;
   display: none;
}
.mobile-info .btn{
  display: block;
  width: 100;
  text-align: center;
  margin: 0;
  margin-bottom: 2rem;
}
nav li{
  opacity: 0;
  transform: translateY(20px);
  transition: all .4s ease;
}

nav.open li{
  opacity: 1;
  transform: translateY(0);
}

nav.open li:nth-child(1){ transition-delay: .1s; }
nav.open li:nth-child(2){ transition-delay: .2s; }
nav.open li:nth-child(3){ transition-delay: .3s; }
nav.open li:nth-child(4){ transition-delay: .4s; }
nav.open li:nth-child(5){ transition-delay: .5s; }
@media only screen and (min-width: 30.0625em) {
  /*481px*/

}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  header .btn-contact{
    display: inline-block;
  }
  .header-logo img{
    width: 18rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  nav li{
    opacity: 1;
    transform: none;
  }
  header .btn-contact{
  margin-right: 3rem;
   margin-left: 0;
}
  .menu-icon{
    display: none;
  }
  nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-right: auto;
    margin-left: auto;
    opacity: 1;
    visibility: visible;
    filter: none;
    transform: none;

  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
  header .btn{
    margin-left: 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a{
    padding: 2rem 1.8rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  nav li a{
    padding: 2rem 1.7rem;
  }
}
@media only screen and (min-width: 96.875em) {
  /*1550x*/
    nav li a{
    padding: 2rem 2.7rem;
  }
   .header-logo img{
    width: 22.5rem;
  }

}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  background-color: #f9f8f8;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.intro-text{
  width: 100%;
  margin-top: 5rem;
}
.intro-text .btn{
  margin-top: 3rem;
}
.intro-image{
  width: 100%;
}
.intro-image img{
  display: block;
  width: 100%;
  height: auto;
}

.bg1 {
	position: absolute;
	top: -8rem;
	right: 0;
	width: 27.8rem;
	height: 31.4rem;
	background-image: url(images/bg1.png);
	background-repeat: no-repeat;
	background-size: 100%;
}


.bg2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 11.3rem;
	height: 11.7rem;
	background-image: url(images/bg2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: none;
}
.bg1, .bg2 {
  will-change: transform;
}
.bg{
  background-color: #f9f8f8;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .bg1 {
    width: 47.8rem;
    height: 31.4rem;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .bg1 {
    width: 67.8rem;
    height: 51.4rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .intro-text{
    width: 48.5%;
    margin-top: 0;
  }
  .intro-image{
    width: 33%;
  }
  }
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .bg1{
    width: 81.8rem;
    height: 67.4rem;

  }
  .bg2 {
    display: block;
  }
}



@media only screen and (min-width: 111.25em) {
  /*1780px*/
  .bg2 {
    width: 20.3rem;
    height: 22.7rem;
  }
}
@media only screen and (min-width: 118.75em) {
  /*1900px*/
  .bg2{
    width: 27.3rem;
    height: 30.7rem;
  }
}
/* ================================================================================== 
16. Logos
===================================================================================== */
.logos{
  position: relative;
  
}
.logos-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
  pointer-events: none;
  z-index: 2;
}
.logos-slider{
  overflow: hidden;
}
.logos-slider-wrapper {
	border-radius: 1rem;
	box-shadow: 0 0 10px 4px rgba(0,0,0,.05);
	padding: 5rem 2rem;
	box-sizing: border-box;
}
.logos-slider img{
  display: block;
  width: 90%;
  margin: 0 auto;
  height: auto;
  /* aspect-ratio: 16/4;
  object-fit: contain;
  filter: grayscale(100); */
}
.logos-slider .swiper-slide{
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
 
}
/* ================================================================================== 
17. Home Section
===================================================================================== */

.home-section-text{
  padding: 5rem 2rem;
}
.home-section-image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section-text strong{
  font-weight: 500;
}
.home-section-text ul{
  margin-top: 5rem;
}
.home-section-new .home-section-text{
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-section-new-inner {
	max-width: 100rem;
	width: 100%;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .home-section-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;


  }
  .home-section-text{
    width: 60%;
    margin-bottom: 0;
    padding: 5rem;
  }
  .home-section-image{
    width: 40%;
  }
}
/*--------*/
.new-icons-image {
	max-width: 100rem;
	width: 100%;
	border-radius: 2rem;
	overflow: hidden;
	margin: 0 auto;
	margin-top: -10rem;
	position: relative;
	z-index: 0;
}
.new-icons-image img{
  display: block;
  width: 100%;
  height: auto;
}
.new-icons-wrapper {
	max-width: 80rem;
	width: 100%;
	margin: 0 auto;
	padding: 5rem 2rem;
	border-radius: 2rem;
	box-shadow: 0 0 10px 4px rgba(0,0,0,.05);
	background: #fff;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.new-icons-box{
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.new-icons-box:last-child{
  margin-bottom: 0;
}
.new-icons-box img {
	margin: 0 auto;
	display: block;
	width: 5rem;
	height: 3.7rem;
	object-fit: contain;
	margin-bottom: 2rem;
}
.new-icons-box h3{
  font-size: 1.8rem;
  margin-bottom: 0;

}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .new-icons-box{
    width: 31.3%;
    margin-bottom: 0;
  }
  .new-icons-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3rem 3rem;
  }
}
/* ================================================================================== 
18. Home Section 2
===================================================================================== */
.home-section2{
  background-color: #f9f8f8;
  overflow: hidden;
}
section{
  overflow: hidden;
}
.home-section{
  overflow: hidden;
}
.text-center{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.home-section2-wrapper{
  margin-top: 5rem;
}
.home-box2 {
	width: 100%;
	margin-bottom: 3rem;
	background-color: #f4cdce;
	padding: 3rem;
	text-align: center;
	border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.home-box2 h3{
  font-size: 2.6rem;
}
.home-box2-image {
	margin: 0 auto;
	margin-bottom: 2rem;
	width: 80%;
	margin: 0 auto;
	height: 4rem;
	margin-top: auto;
}
.home-box2-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;

}
.btn-wrap{
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .home-section2-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .home-box2{
    width: 48.5%;
  }
  .home-box2-image{
    margin: 0 auto;
    margin-bottom: 2rem;
    margin-top: auto;
  }

}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .home-box2 h3{
    font-size: 3rem;
  }
  .home-box2-image {
	  height: 9rem;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .home-box2-image {
	height: 18rem;
  }
}
/*------------*/
/* ================================================================================== 
19. Results
===================================================================================== */

.results-box {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-width: 40rem;
	margin: 0 auto;
	margin-bottom: 3rem;
	padding: 2rem;
	box-shadow: 0 0 28px 3px rgba(0,0,0,0.07);
	border-radius: 1rem;
}
.results-box:last-child{
  margin-bottom: 0;
}
.results-image{
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background-color: #f9f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.results-image img{
  display: block;
  width: 4rem;
  height: 3rem;
  object-fit: contain;
}
.results-text{
  width: calc(100% - 11rem);
}
.results-text p{
  margin-bottom: 1rem;
}
.results-text h3{
  margin-bottom: 0;
  margin-top: 0;
   font-size: 3rem;
   color: #c53234;

}
  .results-wrapper{
    margin-top: 5rem;
  }
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .results-text h3{
    font-size: 3.5rem;
  }
  .results-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
    max-width: 122rem;
    width: 100%;
    margin: 0 auto;
  }
  .results-box{
    width: 31.3%;
    max-width: 100%;
    margin: 0;
  }
}

  @media only screen and (min-width: 64.0625em) {
  /*1025px*/
   .results-text h3{
    font-size: 5.5rem;
  }
  

}
/* ================================================================================== 
20. Steps
===================================================================================== */
.steps{
  background-color: #fff;
  background-image: url(images/bg3.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 42.5rem;
}
.steps-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
  gap:3%;
  counter-reset: steps;
}

.steps-box {
	position: relative;
	width: 100%;
	margin-bottom: 6rem;
	padding-bottom: 5rem;
	padding: 5rem 2rem;
	background-color: #c53234;
	border-radius: 5px;
	color: #fff;
  padding-top: 7rem;
  text-align: center;
}
.steps-box h3 {
	position: relative;
	margin-top: 0;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: center;
}

.steps-box h3::before {
	counter-increment: steps;
	content: counter(steps)'.';
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #c53234;
	font-size: 1.7rem;
	background-color: #fff;

}



.steps-image{
  width: 100%;
  max-width: 30rem;
  position: relative;
  margin: 0 auto;
  margin-top: 5rem;
}
.steps-image img{
  display: block;
  width: 100%;
  height: 30rem;
  object-fit: cover;
  object-position: top;
  margin: 0 auto;
}
.steps-image2 {
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f4cdce;
	position: absolute;
	top: -4rem;
	right: 3rem;
}
.steps-image2 img{
  display: block;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
.steps-text{
  width: 100%;
  text-align: center;
}
.steps-text p{
  font-size: 2.1rem;
}
.steps-text .btn{
  margin-top: 3rem;
}
.steps-list-box {
	padding: 1.6rem 7rem;
	border-radius: 10rem;
	background-color: #fff;
	background-image: url(images/list.svg);
	background-repeat: no-repeat;
	background-position: left 2rem center;
	background-size: 1.7rem;
	padding-left: 6rem;
	position: absolute;
	box-shadow: 0 0 28px 3px rgba(0,0,0,.1);
	text-align: center;
}
.steps-list-box:nth-child(1) {
	left: -5rem;
	top: 16rem;
}
.steps-list-box:nth-child(2) {
	right: -5rem;
	top: 8rem;
}
.steps-list-box:nth-child(3) {
	right: -5rem;
	bottom: 5rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .steps-image{
    max-width: 48rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .steps-wrapper2{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 5rem;
  }
  .steps-image{
    width: 25%;
    margin: 0;
    margin-left: 5rem;
    
  }
  .steps-text{
    width: 60%;
    padding-left: 20rem;
  }
    .steps-box{
    width: 31.3%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .steps-wrapper{
    margin-bottom: 8rem;
  }
  .steps-box {
	  margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1150px*/


}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
 
}
/*------*/

.steps-box3 {
	width:100%;
	text-align: center;
	border-radius: 2rem;
	background-color: #fff;
	box-shadow: 0 0 28px 3px rgba(0,0,0,.1);
	padding: 3rem 2rem;
  margin-bottom: 3rem;

}
.steps-box3 p{
  margin-bottom: 0;
}
.steps-box3  strong{
  color: #000;
}
.steps-box3 h3 {
	color: #c53234;
	font-size: 1.8rem;
	position: relative;
	text-align: left;
	margin: 0;
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: center;
}
.steps-image3 {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;

}
.steps-image3 img {
	display: block;
	width: 14rem;
	height: auto;
	aspect-ratio: 16/10;
	object-fit: contain;
  margin-bottom: 2rem;

}
.steps-wrapper3{  counter-reset: steps2;}

.steps-box3 h3::before {
	counter-increment: steps2;
	content: counter(steps2)'.';
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #c53234;
	font-size: 1.2rem;
	color: #fff;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
.steps-wrapper3{
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  gap:2%;
}
.steps-box3 {
	width: 48.5%;
}
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .steps-box3 {
    width: 31.3%;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .steps-box3 {
	  width: 18.4%;
      margin-bottom: 0;
  }
}

@media only screen and (min-width: 96.875em) {
  /*1550x*/
  .steps-box3 h3::before {
    width: 4rem;
    height: 4rem;
    font-size: 1.7rem;
  }
  .steps-box3 h3 {
	font-size: 1.9rem;
  }
}
/* ================================================================================== 
21. Home Section 3
===================================================================================== */

.title-text{
  width: 100%;
}
.title-text2{
  width: 100%;
}
.tabs-wrapper{
  margin-top: 5rem;
}
.tabs{
  width: 100%;
}
.tabs-containers-wrap{
  width: 100%;
  position: relative;
}
.tabs a{
  display: block;
  width: 100%;
  padding: 3rem;
  background-color: #f9f8f8;
  text-decoration: none;
  margin-bottom: 2rem;
  transition: all .4s ease-in-out;
  position: relative;
}
.tabs a span{
  font-size: 2.2rem;
  font-weight: 500;
}
.tabs a p{
  margin-top: 1.5rem;
  margin-bottom: 0;
  display: block;
}
.tabs a:hover,.tabs a.active-tab{
  background-color: #faf2f2;
  color: #c53234;
  padding-left: 6rem;
}
.tabs a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #c53234;
  transition: all .4s ease-in-out;
  opacity: 0;
}
.tabs a:hover::before, .tabs a.active-tab::before{
  width: 2rem;
  opacity: 1;
}


.tabs-container{
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all .4s ease-in-out;
}
.tabs-container.active-tab{
  opacity: 1;
  visibility: visible;
}
.home-section3{
  overflow: hidden;
}
.home-section3-wrapper{
  position: relative;
}
.tabs-container img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.tabs-container img:last-child{
  height: auto;
  width: 40rem;
  position: absolute;
  bottom: -8rem;
  left: 4rem;

}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .title-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .title-text{
    width: 35%;
  }
  .title-text2{
    width: 35%;
  }
  .tabs-wrapper{
    margin-top: 6rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

  }
  .tabs{
    width: 46%;
  }
  .tabs-containers-wrap{
    width: 50%;
  }
  .tabs a span{
    font-size: 2.5rem;
  }
  .tabs-container{
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    display: block;
  }
  .tabs a p{
    display: none;
  }
  .tabs a.active-tab p{
    display: block;
  }
  .home-section3{
    margin-bottom: 6rem;
  }

}  
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .tabs{
    width: 40%;
  }

}
/* ================================================================================== 
22. Reviews
===================================================================================== */

.reviews-main{
  width: 100%;
  padding: 3rem;
  background-color: #f9f8f8;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}
.reviews-image{
  position: relative;
}

.reviews-image img{
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.reviews-image-icon{
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background-color: #c53234;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.reviews-image-icon img{
  display: block;
  width: 2rem;
  height: auto;

}
.reviews-text{
  width: 100%;
  margin-top: 2rem;
}
.reviews-subtitle {
	border-radius: 10rem;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0.6rem 4rem;
	font-size: 1.4rem;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left 3rem center;
	background-size: 1rem;
	padding-left: 5.7rem;
	display: inline-block;
	margin-bottom: 2rem;
}
.reviews-text span, .reviews-slider span{
  font-weight: 600;
  font-style: italic;
}
.reviews-slider-wrap{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.reviews-slider{
  overflow: hidden;
}
.reviews-arrows{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap:1rem;
  margin-top: 3rem;
}
.reviews-slider .swiper-slide{
  box-sizing: border-box;
  padding: 3rem;
  border:1px solid #ccc;
  border-radius: 5px;
  font-size: 1.6rem;
  font-style: italic;
}
.review-top{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.review-top-image{
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
}
.review-top-image img{
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.review-top-text{
  display: flex;
  flex-direction: column;
  width: calc(100% - 6rem);
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .reviews-text{
    width: calc(100% - 16rem);
    margin-top: 0;
  }
  .reviews-arrows{
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
  }
  .reviews-slider-wrap{
    padding-left: 10rem;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .reviews-image-icon{
    width: 8.4rem;
    height: 8.4rem;
  }
  .reviews-image-icon img{
    width: 4rem;
  }
  .reviews-image img{
    width: 20rem;
    height: 20rem;
  }
  .reviews-text{
    width: calc(100% - 24rem);
  }

}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .reviews-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .reviews-main{
    width: 60%;
    padding: 5rem;
    margin-bottom: 0;
  }
  .reviews-slider-wrap{
    width: 35%;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .reviews-image img{
    width: 28rem;
    height: 28rem;
  }
  .reviews-text{
    width: calc(100% - 35rem);
  }

}
/* ================================================================================== 
23. Services
===================================================================================== */


.services-top-steps{
  max-width: 28rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5rem auto;
  position: relative;
}
.services-top-steps::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fbf1f1;
}
.services-top-steps a{
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #f9f8f8;
  border:1px solid #fbf1f1;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  position: relative;
}
.services-top-steps a.active-step{
  transform: scale(1.8);
  background-color: #c53234;
  border-color: #c53234;
  color: #fff;
}
.services-steps-text{
  max-width: 46rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;

}
.services-steps-text h2{
  font-size: 3rem;
  margin: 0;
}
.services-steps-text h2 strong{
  font-weight: 600;
  color: #c53234;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .services{
    background-image: url(images/bg4.png), url(images/bg5.png);
    background-repeat: no-repeat;
    background-position: right top, left top 25rem;
    background-size: 11.6rem, 12rem;
  }
  .services-top-steps{
    max-width: 40rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .services{
    background-size: 16.6rem, 19rem;
  }
}

/*----------*/
.services-boxes-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 6rem;
}
.services-box{
  width: calc((100% - 23%) / 3);
   text-align: center;
   background-color: #f9f8f8;
  
}
.first-box{
  width: 23%;
  background-color: #c53234;
  color: #fff;
  font-weight: 500;
 
}
.services-box h3{
  padding: 2rem;
  padding-bottom: 0;
  padding-top: 2rem;
}
.services-item {
	height: 4.5rem;
	padding: 0rem;
}
.services-item img{
  display: block;
  width: 3rem;
  height: auto;
  margin: 0 auto;


}
.services-price{
  padding: 0 2rem 2rem 2rem;
}
.services-box.recommended{
  background-color: #f0dadb;
  position: relative;
}
.recommended-tag {
	background-color: #c53234;
	color: #fff;
	position: absolute;
	top: -2.3rem;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 10rem;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 2.1rem;
	padding: 0.7rem 2rem;
}
.services-item-wrapper{
  border-top: 1px solid #c53234;
  border-bottom: 1px solid #c53234;

}
.services-box:last-child .services-item-wrapper{
  border-right: 1px solid #c53234;
}
.services-btn{
  background-color: #fff;
  padding: 2rem;
  /* height: 11.2rem; */
}
.services-item-wrapper{
  padding: 2rem 0;
}
.service-cat{
  background-color: #c53234;
  border-radius: 10rem;
  padding: 1rem 2rem;
  max-width: 20rem;
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  border:1px solid #c53234;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;

}
.services-price strong{
  color: #000;
  font-size: 2.6rem;
}
/*----------*/
.services-banner{
  margin-top: 0;
}
.services-banner .btn{
  margin-top: 0;
}
.services-banner-new{
  background-color: #f9f8f8;
}
.services-banner-text{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;

}
.services-banner-text .title{
  margin: 0;
}
.services-banner-text .title h2{
  margin: 0;
}
.services-banner-text .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .services-banner{
    margin-top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }


}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
.services-banner-text{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: left;

}
    .services-banner-text .btn{
  margin-top: 0;
}
} 
 /*--------------*/
 .services-boxes2-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  gap:3%;
  margin-top: 5rem;
 }
 .services-box2{
  width: 48.5%;
  text-align: center;
  background-color: #f9f8f8;
  padding: 5rem;
  display: flex;
  flex-direction: column;

 }
 .services-box2 h3 {
	padding: 3rem;
	padding-bottom: 0;
	padding-top: 4rem;
}
.services-image{
  margin-bottom: 3rem;
}
.services-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.services-box2 ul {
  text-align: left;
}
.services-box2 .services-btn {
  background-color: transparent;
  padding: 0;
  height: auto;

  margin-top: auto;
}
.services-desc{
  text-align: left;
   margin-bottom: 3rem;
}
/*-------*/
.services-contact-form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 100rem;
	width: 100%;
	margin: 0 auto;
	gap: 3%;
	margin-top: 5rem;
  padding: 5rem;
  background-color: #f9f8f8;
}
.services-contact-form form{
  width: 100%;
}
@media only screen and (max-width: 75em) {
  /*1200px*/
  .services-steps-content.step1 {
    width: 120rem;
    overflow-x: auto;
  }
  .services-steps {
    overflow-x: auto;
  }
}
/*----------*/
.services-new-wrapper{
  margin-top: 7rem;
}
.services-new-box{
  width: 100%;
  margin-bottom: 3rem;
  background-color: #f9f8f8;
  border-radius: 5px;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid transparent;
}
.services-new-tag {
	position: absolute;
	top: -2rem;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 10rem;
	background-color: #c53234;
	text-transform: uppercase;
	padding: 1rem 2rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
}
.services-new-box ul{
    font-size: 1.6rem;
    margin-bottom: 3rem;
}
.services-new-box h4{
  font-size: 2.3rem;
  text-align: center;
}
.services-new-box h3{
  font-size: 2.6rem;
  text-align: center;
}
.services-subtitle{
  text-align: center;
}
.services-new-price{
  font-size:2.1rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin: 5rem 0;
  
}
.services-new-price span:first-child{
  font-weight: 600;
}
.services-new-images{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
  margin-top: auto;
}
.services-new-images-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.services-new-images-wrapper img {
	display: block;
	width: 7rem;
	height: auto;
	aspect-ratio: 16/14;
	object-fit: contain;
}
.services-new-box .btn{
  margin-top: 5rem;
}
.plus{
  font-size: 4rem;
}
.services-new-box:nth-child(2){
  border-color: #c53234;
}
.services-new-box:nth-child(2) h3{
  color: #c53234;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .services-new-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }

  .services-new-box{
    width: 31.3%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .services-new-box{
    padding: 4rem;
  }
  .services-new-price{
    font-size:2.6rem;
  }
  .services-new-box h3{
    font-size: 3rem;
  }
  .services-new-images-wrapper img {
	  width: 10rem;
  }
}
/*--*/
.pricing-mobile{
display:none;
}

@media (max-width:768px){

.pricing-desktop{
display:none;
}

.pricing-mobile{
display:block;
}

.mobile-plan{
background:#f9f8f8;
padding:30px;
margin-bottom:25px;
border-radius:8px;
text-align:center;
position:relative;
}

.mobile-plan h3{
font-size:20px;
margin:10px 0 20px 0;
}

.mobile-price{
font-size:26px;
margin-bottom:25px;
}

.mobile-features{
list-style:none;
padding:0;
margin:0;
}

.mobile-features li{
display:flex;
justify-content:space-between;
align-items:center;
padding:12px 0;
border-bottom:1px solid #eee;
font-size:15px;
}

.mobile-features img{
width:20px;
}

.mobile-features span{
font-weight:500;
}

.mobile-plan.recommended{
border:2px solid #c53234;
}

.recommended-tag{
position:absolute;
top:-12px;
left:50%;
transform:translateX(-50%);
background:#c53234;
color:#fff;
padding:6px 16px;
border-radius:20px;
font-size:12px;
font-weight:600;
}

}
/*---------------*/
.text-center2{
  max-width: 100%;
  margin-bottom: 4rem;
}
.steps-title {
	padding: 1rem;
	box-shadow: 0 0 10px 4px rgba(0,0,0,.08);
	margin-top: 0;
	max-width: 100rem;
	border-radius: 1rem;
	background-color: #c53234;
	text-transform: uppercase;
	color: #fff;
}
.pricing-mobile .steps-title{
  margin-bottom: 3rem;
}
/*---------*/

.oprema-wrapper {
	margin-top: 2.8rem;
}
.oprema-box{
  width: 100%;
  padding: 3rem;
  background-color: #f9f8f8;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  border-radius: 1rem;
  box-shadow: 0 0 10px 4px rgba(0,0,0,.08);
}
.all-box{
   box-shadow: 19px 10px 10px 4px rgba(0,0,0,.08);
}
.oprema-box h3{
  color: #c53234;
  margin-bottom: 0;
}
.oprema-image{
  margin-top: auto;

}
.oprema-image img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 35rem;
	margin: 0 auto;
}

.step3 {
	margin-top: 3rem;
}
.all-box{
  border: 1px solid #c53234;
  position: relative;
 
  
}
.all-box:first-child{
 margin-bottom: 5rem;
}
.all-box h3{
  color: #000;
}
.all-txt{
  color: #c53234;
  margin-top: 2rem;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
.oprema-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
  margin-top: 5rem;
}
.all-box-wrapper{
  justify-content: center;
}
.step3{
  margin-top: 1rem;
}
.oprema-box{
    width: 48.5%
  }
  .all-box{
    width: 31.3%;
    margin-bottom: 3rem;
}
.all-box:first-child{
 margin-bottom: 3rem;
}
.oprema-wrapper{
  margin-top: 4rem;
}
.all-box-wrapper{
  margin-top: 6rem;
}
}
/* ================================================================================== 
24. About
===================================================================================== */
.about{
  overflow: hidden;
}
.about-wrapper{
  background-color: #f9f8f8;
}
.about-text{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
 
}
.about-image{
  width: 100%;
}
.about-image img{
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/14;
  object-fit: cover;
  
}

.about-text .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .about-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .about-text{
    width: 50%;
  }
  .about-image{
    width: 50%;
  }
  .about-inner{
    max-width: 41rem;
    width: 100%;
  }
}
/*------------*/

.about-home-section-image{
  width: 100%;
}
.about-home-section-image img{
  display: block;
  width: 100%;
  height: auto;
}
.about-home-section-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-home-box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.about-home-box:last-child{
  margin-bottom: 0;
}
.about-home-box img {
	display: block;
	width: 3.3rem;
	height: 4rem;
	object-fit: contain;
}
.about-home-box p{
  margin: 0;
  width: calc(100% - 6rem);
}
.about-home-section-inner{
  padding: 2rem 2rem;
  border-radius: 2rem;
  margin-top: 5rem;
  background-color: #f9f8f8;
  box-shadow: 0 0 10px 4px rgba(0,0,0,.08);
}
.about-home-section-inner h3{
  margin-bottom: 3rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .about-home-section-inner{
    padding: 2rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .about-home-section-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .about-home-section-image{
    width: 45%;
  }
  .about-home-section-text{
    width: 50%;
    margin-bottom: 0;
  }
}
/* ================================================================================== 
25. Blog
===================================================================================== */

.blog-box{
  width: 100%;
  margin-bottom: 3rem;
}
.blog-image{
  display: block;
  position: relative;
  margin-bottom: 2rem;
  overflow: hidden;
}
.blog-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover; 
}
.blog-box a{
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.blog-box  a:hover{
  color: #c53234;
}
.btn-sm{
  display: inline-block;
  font-weight: 600;
}
.btn-sm:hover {
  color: #c53234;
}
.blog-image::after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}
.blog-image:hover::after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .blog-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .blog-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .blog-box{
    width: 31.3%;
  }
}
/*---------*/
.article-image{
  margin: 5rem 0;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
/* ================================================================================== 
26. FAQ
===================================================================================== */
.faq-desktop{
  display: none;
}
.faq{
  background-color: #f9f8f8;
}

.faq-wrapper{
 display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto); /* broj redova */
  gap: 3rem;
  counter-reset: faqNumb;
  margin-top: 5rem;
}
.faq-box{
  position: relative;
  padding-left: 4rem;
}
.faq-box::before{
  counter-increment: faqNumb;
  content: counter(faqNumb)'.';
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #c53234;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 11px;
  font-weight: 400;
  font-size: 1.4rem;
}
.faq-desktop{
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .faq-desktop{
    display: grid;
  }
  .faq-mobile{
    display: none;
  }
}
/*--------*/
.accordion-wrapper {
  width: 100%;
  margin-top: 5rem;
}
.accordion__body_text{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.accordion {
	padding: 1.5rem 3rem;
  padding-left: 1rem;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-bottom: 1rem;
   counter-increment: accordion-counter;
   border-bottom: 1px solid #ccc;
 


}
.accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.accordion__head_text {
  position: relative;
  margin-bottom: 0;
  font-weight: 500;
  width: 80%;
  color: #000;
  font-size: 2rem;
  padding-left: 5rem;
}
.accordion__head_btn {
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
  background-color: transparent;
  }
  .accordion__head_btn:before, .accordion__head_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion--active .accordion__head_btn {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion--active .accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body_text .btn{
  margin-top: 3rem;
}
.accordion__head_text:before {
  content: counter(accordion-counter)'.';
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 35px;
  width: 35px;
  height: 35px;
  background-color: #c53234;

  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion--active .accordion__head_text:before {
  background-color: #050517;
  color: #fff;

}
/* ================================================================================== 
27. Contact
===================================================================================== */
.contact-section{
  overflow: hidden;
}
.contact-text{
  width: 100%;


}
  .contact-wrapper{
    margin-top: 0;
  }
.contact-form{
  width: 100%;
  background-color: #f9f8f8;
  padding: 3rem;
  border-radius: 1rem;
  box-shadow: 0 0 12px 4px rgba(0,0,0,.08);
}

.contact-form textarea{
  height: 13rem;
}
.contact-form h3{
  text-align: center;
  font-weight: 400;
}
.contact-box{
  width: 100%;
  border-radius: 1rem;
  padding: 3rem;
  	box-shadow: 0 0 12px 4px rgba(0,0,0,.08);
  margin-bottom: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .contact-box{
    width: 45%;
    margin-bottom: 0;
  }
  .contact-form{
   width: 50%;
  
  }
  .contact-section{
    background-image: url(images/bg6.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 56.9rem;
  }


}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .contact-form{
    padding: 3rem;
  }

}
.contact-form2{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
}
/* ================================================================================== 
28. Footer
===================================================================================== */
footer{
  background-color: #f9f8f8;
  line-height: 1.8;
  position: relative;
  z-index: 6;
}

.footer-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
footer a{
  text-decoration: none;
  transition: all .4s ease-in-out;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-logo img{
  display: block;
  width: 24rem;
  height: auto;
  margin: 0 auto;
}
footer .btn{
  margin-top: 5rem;
}
footer .social{
  justify-content: center;
}
.go-top{
  display: block;
  background-color: #c53234;
  background-image: url(images/arrow-up-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  transition: all .4s ease-in-out;
  z-index: 20;
  width: 4.3rem;
  height: 4.3rem;
  cursor: pointer;
  border-radius: 50%;
}
.go-top:hover{
  background-color: #000;
}
.fixed-btns{
  position: fixed;
  right: 2rem;
  bottom: 5%;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap:1rem;
}
.fixed-btns a{
  display: flex;
  width: 4.3rem;
  height: 4.3rem;
  align-items: center;
  justify-content: center;
  background-color: #c53234;
  transition: all .4s ease-in-out;
  border-radius: 50%;
}

.fixed-btns a:hover{
  opacity: 0.5;
}
.fixed-btns a img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  filter: brightness(0) invert(100);
}
.fixed-btns a:first-child{

  animation: bgColorChange 1s infinite alternate;
}
.fixed-btns a:first-child img{
  filter: none;
}
.demo-btn {
	position: fixed;
	left: 2rem;
	z-index: 5;
	bottom: 1rem;
}
.copyright{
  font-size: 1.4rem;
  padding: 2rem 0;
  background-color: #ffff;
  z-index: 6;
  position: relative;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content:center;
  text-align: center;
}

  .footer-logo{
    margin-bottom: 3rem;
  }
  .text-footer {
	margin-top: 5rem;
	font-size: 1.6rem;
	max-width: 120rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  footer,.copyright{
    z-index: 1;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .demo-btn {
    left: 2rem;
    bottom: 5rem;
    transform: rotate(-90deg);
    transform-origin: 0 0;
  }
 
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .fixed-btns a{
    width: 4.3rem;
    height: 4.3rem;
  }
 
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
    .text-footer {
	margin-top: 10rem;
    }
  .footer-box{
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  footer .social{
    justify-content: flex-start;
  }
  .footer-logo img{
    margin: 0;
  }

  
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .footer-logo img{
    width: 32rem;
  }
}
/* ================================================================================== 
29. 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
}

@-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;
}
/* ================================================================================== 
30. Home Section 4
===================================================================================== */
.home-section4-wrapper{
  margin: 0 auto;
  margin-top: 0;
}
.home-section4-box{
  background-color: #fdf2f2;
  border-radius: 5px;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  min-height: 50rem;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  margin-bottom: 5rem;
}

.home-section4-box h3{
  font-size: 2.8rem;
  margin-bottom: 3rem;
}
.home-section4-box:nth-child(2){
    background-color: #f4cdce;
}
.home-section4-box:nth-child(3){
    background-color: #c53234;
    color:#fff;
}

.home-section4-box.active .home-section4-text{
  opacity: 1;
  max-height: 40rem;
  margin-top: 2rem;
}
.home-section4-icon{
  width: 12rem;
  margin-top: auto;
  transition: transform 0.4s ease, opacity 0.4s ease;
}


.home-section4-icon img{
  width: 100%;
  height: 10rem;
  object-fit: contain;
  display: block;
}
.home-section4-box:nth-child(3) .home-section4-icon img{
  filter:brightness(0) invert(100);
}
@media (min-width: 768px){

  .home-section4-wrapper{
    /* display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3%; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
    margin-top: 0;
  }
  .home-section4-box{
    width: 31.3%;
    margin-bottom: 0;
  }
  /* .home-section4-text{
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
  } */
  /* .home-section4-box{
    grid-column: span 1;
    transition: all 0.4s ease;
    margin-bottom: 0;
  }
  
  .home-section4-box.active{
    grid-column: span 2;
  } */
/* 
  .home-section4-text{
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  } */

  /* .home-section4-box.active .home-section4-text{
    opacity: 1;
    transform: translateY(0);
  } */
  .home-section4-box h3{
    font-size: 2.6rem;
  }
    /* .home-section4-box{
    transition: 
      transform 0.35s ease,
      box-shadow 0.35s ease,
      background-color 0.35s ease;
  } */


  /* .home-section4-box:not(.active):hover{
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  } */

}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .home-section4-box h3{
    font-size: 3rem;
    height:12rem;
  }
  .home-section4-box{
    padding: 5rem;
  }
  .home-section4-box{
    min-height: 70rem;
  }

}  
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
    .home-section4-box h3{
    height:8rem;
  }
    .home-section4-box{
    min-height: 60rem;
  }
}


