

/*===================== 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. Why Us
17. About
18. How It Works
19. Boxes
20. Banner
21. Footer
22. Animations
23. FAQ
24. Contact



=============================================================*/
/* ================================================================================== 
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;
}
.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: "Mulish", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  
}
main{
  position: relative;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #b23925;  color: #fff; }  
::selection { background-color: #b23925; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 148rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
.container-sm{
  max-width: 80rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 600;line-height:1.4; font-family: 'Manrope',sans-serif;}
h2{
  font-size: 2.6rem;
}
h3{
  font-size: 2.1rem;
}
.title h1, .title h2, h1{ font-size: 3.1rem; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:5rem; }
.title-center{text-align: center;}
.subtitle{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  h2{
    font-size: 3rem;
  }
  .title h1, .title h2, h1{ font-size: 3.6rem; }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  h2{
    font-size: 3.6rem;
  }
  .title h1, .title h2, h1{ font-size: 4rem; }
  h3{
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  h2{
    font-size: 3.7rem;
  }
  .title h1, .title h2, h1{ font-size: 5rem; }
}


/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
	display: inline-block;
	padding: 1rem 3rem;
	font-weight: 600;
  border-radius: 10rem;
  border:1px solid transparent;
  margin-top: 3rem;
}
.btn-primary{
  background-color: #b23925;
  color: #fff;

}
.btn-secondary{
  background-color: transparent;
  color: #000;
  border-color: #000;
}
.btn-primary:hover{
  background-color: #f89822;
  color: #fff;
}
.btn-secondary:hover{
  background-color: #000;
  color: #fff;
}
.btn-tertiary{
  background-color: #b23925;
  color: #000;
  border-color: #b23925;
}
.btn-tertiary:hover{
  background-color: transparent;
  color: #b23925;

}
.btn-phone {
	background-image: url(images/phone.svg);
	background-repeat: no-repeat;
	background-position: left 3rem center;
	background-size: 3rem;
	background-color: #fff;
	color: #b23925;
	padding-left: 8rem;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .btn {

    padding: 1.2rem 5rem;
  }
  .btn-phone {
    padding-left: 8rem;
  }
}
/* ================================================================================== 
7. Form
===================================================================================== */
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid transparent;
	padding: 1.4rem 3rem;
	outline: none;
	background-color: rgba(255,255,255,0.8);
	border-radius: 10rem;
	font-size: 1.6rem;
}
textarea{
  resize: vertical;
  height: 19rem;
  border-radius: 1rem;
}
input[type="button"]{
  width: auto;
  transition: all .4s ease-in-out;
}
input.btn{
  margin-top: 1rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #b23925;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
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: rgba(226, 237, 218, .4);
	padding: 1rem 2rem;
	font-size: 1.4rem;
	border-radius: 10rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: auto;
	margin-bottom: 3rem;
}
.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
===================================================================================== */
.slick-dots{
  position: absolute;
  left: 0;
  bottom: 3rem;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.slick-dots li button{
  font-size: 0;
  width: 2.6rem;
  height: 2.6rem;
  background-color: #f9f3eb;
  border-radius: 50%;
  position: relative;
}
.slick-dots li button::after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-color: #b44f1b;
  border-radius: 50%;
  transition: all .4s ease-in-out;
  opacity: 0;
}
.slick-dots li.slick-active button::after{
  opacity: 1;
}
.slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.5rem;
  filter: brightness(0) invert(100);
  width: 4rem;
  height: 5.5rem;
  z-index: 1;
  cursor: pointer;
  font-size: 0;
}

.slick-prev{
  left: 0;
  background-image: url(images/prev.svg);
}
.slick-next{
  right: 0;
  background-image: url(images/next.svg);
}
/* ================================================================================== 
14. Header
===================================================================================== */

/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 4rem;
  height: auto;
}
/*---------*/
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
  margin-left: auto;
  order: 3;
}
.toggle2{
  width: auto;
  height: auto;
}
.toggle2 img{
  width: 4rem;
  height: auto;
  display: block;
}
.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #30373e;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
}

nav .toggle{
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.line-toggle:first-child {
transform: translateY(-10px) translateX(0);
transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}

.line-toggle:last-child {
    transform: translateY(10px) translateX(0);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {

	transform: translateY(0) translateX(0) rotate(45deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {

	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
/*-----------*/
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 2rem 0;
    background-color: #fff;
  transition: all .4s ease-in-out;
}
header.scrolled{

}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: block;
}
.header-logo img{
  display: block;
  width: 13rem;
}
.nav-overlay{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: rgba(0,0,0,.2);
  transition: all .3s ease-in;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  cursor: pointer;
}
.open-nav .nav-overlay{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);

}
nav{
  position: fixed;
  left: 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;
}
.open-nav nav{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 0;
  font-weight: 500;
}

nav li a:hover, nav li a.active{
  color: #b23925;
}

.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.menu-item-has-children{
  position: relative;
}
.sub-menu{

  display: none;
  padding-left: 3rem;
}

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
nav .header-logo{
  margin-bottom: 3rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .header-logo img{
    width: 18rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  nav .header-logo{
    display: none;
  }
  nav .toggle{
    display: none;
  }
  .toggle{
    display: none;
  }
  nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-left: auto;

  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a{
    padding: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  position: relative;
  overflow: hidden;
        clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}
 .intro .title{
  margin-bottom: 4rem;
 }
.intro img{
  display: block;
  width: 100%;
  height:80rem;
  object-fit: cover;
  position: relative;
  -webkit-animation: introAnimation 5s ease-out infinite alternate-reverse both;
        animation: introAnimation 5s ease-out infinite alternate-reverse both;
   
}

.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
  text-align: center;
}

.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-inner{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  font-size: 2rem;
  padding-bottom: 5rem;
}

.btns-wrap .btn{
  margin-top: 0;
}

.btns-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
}
.top-box {
	background-color: #f6eceb;
	color: #000;
	display: inline-block;
	padding: 2rem;
	border-radius: 1rem;
	margin-bottom: 3rem;

}
.top-box strong{
  color: #b23925;
}
.top-box  h2{
  margin: 0;
    font-size: 2.7rem;
}
@-webkit-keyframes introAnimation {
  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.1) translateY(-15px);
            transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes introAnimation {
  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.1) translateY(-15px);
            transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/

}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .intro img{
  height:100vh;
  }

}
@media only screen and (max-width: 900px) and (orientation: landscape) {
  .intro img{
    height: 80rem;
  }

}
/* ================================================================================== 
16. Why Us
===================================================================================== */
.whyus-image img {
	width: 100%;
	position: relative;
	height: auto;
	aspect-ratio: 16/5;
	object-fit: cover;
	object-position: top;
  display: block;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
}
.why-us .container {
	margin-top: -26rem;
	background-color: #fff;
	z-index: 5;
	padding-top: 10rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;

}

.text-center{
  max-width: 58rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.why-us .title{
  margin-bottom: 2rem;
}
.why-wrapper{
  margin-top: 5rem;
}
.why-box{
  text-align: center;
}

.why-icon{
  margin-bottom: 2rem;
}
.why-icon img{
  width: 10rem;
    height: 7rem;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/

}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .why-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap:3%;
  }
  .why-box{
    width: 31.3%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
 
}
/* ================================================================================== 
17. About
===================================================================================== */
.about{
  position: relative;
  overflow: hidden;
  background-color: #f8f8f8;
}

.about-wrapper{
  z-index: 1;
}

.about-text{
  padding: 5rem  0;
  margin-bottom: 5rem;
}
.about-image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/12;
}

@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .about{
    background-color: transparent;
  }
  .circle1{
    display: block;
  }
  .about-wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .about-text{
    width: 50%;
    margin-bottom: 0;
   
  }
  .about-image{
    width: 45%;
  }
  

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/



}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .triangle{
    bottom: 15rem;
  }
  .about-text{
    width: 49%;
  }
}
/* ================================================================================== 
18. How It Works
===================================================================================== */

.how-content{
  width: 100%;
  counter-reset: number-counter;
  padding: 0 1rem;
  margin-top: 8rem;

}
.how-box{
  width: 100%;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-increment: number-counter;
  position: relative;
  text-align: center;
  padding: 0 3rem;

}
.how-box:last-child{
  margin-bottom: 0;
}
.how-box::before {
	content: counter(number-counter)'.';
	width: 7rem;
	height: 7rem;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #b23925;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -4rem;
	left: 50%;
	font-weight: 600;
	background: #b23925;
	color: #fff;
	font-size: 2.9rem;
}
.how-box h3{
  font-size: 2.6rem;
}
.how-box p{
  margin-top: auto;
}

.how-icon{
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background-color: #f6eceb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.how-icon img {
	display: block;
	width: 8rem;
	height: 5rem;
	object-fit: contain;
}
.how-it-works{

  position: relative;
}
.bg-icon{
  background-image: url(images/bg-icon.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 20rem;
  width: 20rem;
  height: 20rem;
  position: absolute;
  left: 0;
  bottom: 5rem;
  display: none;

}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .how-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  
  }
  .how-box{
    width: 31.3%;
  }
  .how-box:last-child{
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/

  .bg-icon{
    display: block;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .bg-icon{
    background-size: 34rem;
    width: 40rem;
    height: 40rem;
    bottom: -20rem;
  }
}
/*------------*/
.top-section{
  background-color: #f6eceb;
  text-align: center;
  padding: 5rem 0;
  padding-top: 8rem;
}
.top-section  h2{
  margin: 0;
}
.top-section strong{
  color: #b23925;
}
/* ================================================================================== 
19. Boxes
===================================================================================== */
.box h3{
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 3rem;
  padding-left: 4rem;

}
.box{
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3rem;
}
/* ================================================================================== 
20. Banner
===================================================================================== */
.banner{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  padding-bottom: 20rem;
}
.banner h2{
  color: #fff;
}
.banner-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.banner-text{
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.banner-text .btn{
  margin-top: 3rem;
}
.tel{
  background-image: url(images/phone.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 4rem;
  display: inline-block;
  padding: 1rem 0;
  padding-left: 7rem;
}
.whatsapp{
  background-image: url(images/whatsapp.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 4rem;
  display: inline-block;
  padding: 1rem 0;
  padding-left: 7rem;
}
.viber{
  background-image: url(images/viber.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 4rem;
  display: inline-block;
  padding: 1rem 0;
  padding-left: 7rem;
}
.banner-btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:1rem
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .banner-btn{
  flex-direction: row;
    gap:2rem
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner{
    background-attachment: fixed;
  }
}
.mobile-info .banner-btn{
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
/* ================================================================================== 
22. Footer
===================================================================================== */
footer{
  padding: 5rem 0;
  font-size: 1.8rem;
}

.footer-logo img{
  display: block;
  width: 15rem;
  margin: 0 auto;
  height: auto;
}
.footer-social{
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem;
  margin-top: 3rem;
}
footer h3{
  margin: 0;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .social{
  justify-content: center;
}
.copyright{
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #fff;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.fixed-btns{
  position: fixed;
  bottom: 5rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap:1rem;
  z-index: 10;
}
.fixed-btns a{
  display: block;
  width: 4rem;
  height: 4rem;
}
.fixed-btns a img{
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/

  .footer-logo img{
    width: 20rem;
    margin: 0 auto;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
 
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .footer-logo img{
    width: 27rem;
  }
}
/* ================================================================================== 
23. Animations
===================================================================================== */
@media only screen and (min-width: 64.0625em) {
  /*1025px*/

  @-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
  }

  @keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
  }
  .hidden{
    opacity: 0;
  }
  .visible{
    opacity: 1;
  }
  .animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
  }
  .animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
  }
  @keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
  }

  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
  }
}
/* ================================================================================== 
24. About Page
===================================================================================== */
.page-intro {
	position: relative;
	background-image: url(images/top-intro.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 15rem 0 10rem 0;
  height: 77rem;
}
.page-intro .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.about-page-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-page-image img{
  display: block;
  width: 100%;
  height: auto;
}

.about-page-text2{
  margin-top: 5rem;
}
.bg{
  background-color: rgb(248, 248, 248);
}
.bg-transparent{
  background-color: #fff;
}
.relative{
  position: relative;
  overflow: hidden;
}
.gallery-slide img{
  display: block;
  width: 100%;
  height: 40rem;
  object-fit: cover;
}

@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .about-page-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-page-text{
    width: 50%;
    margin-bottom: 0;
  }
  .about-page-image{
    width: 40%;
  }
  .about-page-text2{
    column-count: 2;
    column-gap: 4rem;
  }

}
/* ================================================================================== 
25. How It Works Page
===================================================================================== */
.how-content-pages{
  width: 100%;
  margin-top: 7rem;
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .how-content-pages .how-box{
    width: 31.3%;
  }
}

/* ================================================================================== 
26. Contact
===================================================================================== */
.contact-text{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10rem;
  text-align: center;
}
.location-box{
  text-align: left;
}
.contact-form form br{
  display: none;
}
.contact-form p{
  margin: 0;
}
.contact-form{
  max-width: 70rem;
  margin: 0 auto;
  width: 100%;
  border-radius: 2rem;
  padding: 2rem;
  background-color: #e2edda;
  position: relative;
}
.contact-form::before {
	content: '';
	position: absolute;
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	background-color: #e2edda;
	left: 50%;
	transform: translateX(-50%);
	top: -5rem;
}
.contact-form::after {
	content: '';
	position: absolute;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background-image: url(images/mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4rem;
	left: 50%;
	transform: translateX(-50%);
	top: -2.5rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .contact-form{
    padding: 5rem;
  }
}

/* ================================================================================== 
27. FAQ
===================================================================================== */
.accordion-wrapper {
  counter-reset: accordion-counter;
  width: 100%;
  margin: 0 auto;
  max-width: 110rem;
}


.accordion {
  padding: 2rem 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  counter-increment: accordion-counter;
  border-bottom: 1px solid #e7e7e7;
}
.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;
  padding-left: 5rem;
  margin-bottom: 0;
  font-weight: 500;
  width: 80%;
}
.accordion__head_text:before {
  content: counter(accordion-counter);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
 background-color: #b23925;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
}
.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_text:before {
  background-color: #b23925;
  -webkit-transform: translateY(-50%) rotate(360deg);
      -ms-transform: translateY(-50%) rotate(360deg);
          transform: translateY(-50%) rotate(360deg);
  color: #fff;
        }
.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--active .accordion__body {
   margin-top: 3rem;
}
