/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Header
    - Side Menu
    - Slider
    - About
    - Counters
    - Portfolio
    - Quotes
    - Pricing
    - Map
    - Contact
    - Footer
    - Scroll Top
    - Rev-Slider Before After
    - Loader
    - StandAlone
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("../fonts/akrobak-fonts.css");

.main-font {
  font-family: "Akrobat Regular", sans-serif;
}
.alt-font {
  font-family: "Akrobat Regular", sans-serif;
}

/* ===================================
    Image Hover
====================================== */

.hover-effect::before,
.hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1s !important;
  -o-transition-duration: 1s;
  transition-duration: 1s !important;
}
.hover-effect::before {
  right: 0;
  opacity: 1;
  top: 0;
}
.hover-effect::after {
  top: 0;
  opacity: 0.7;
  left: 0;
}
.hover-effect:hover::after,
.hover-effect:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}
/* Use in BLog */
.image {
  overflow: hidden;
}
a.image {
  display: block;
}
.image img {
  width: 100%;
  height: 100%;
  display: block;
}
.image,
.image img {
  position: relative;
}

/* ===================================
    General
====================================== */

body {
  font-family: "Akrobat Regular", sans-serif;
  font-size: 18px;
  color: #ffffff !important;
  font-weight: normal;
  line-height: 25px;
  width: 100%;
  overflow-x: hidden !important;
}
a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}
section,
.section-padding {
  position: relative;
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
p:last-child {
  margin-bottom: 0 !important;
  font-family: "Akrobat Regular", sans-serif;
}
.fa,
.far,
.fas {
  display: inline;
}
li {
  list-style: none;
  text-decoration: none;
}
blockquote {
  border-left: 2px solid;
  padding: 10px 15px 10px 35px;
  margin: 25px 0;
  font-size: 18px;
  line-height: 28px;
}
blockquote > cite {
  font-weight: 400;
  font-size: 14px;
  display: block;
}
.hidden {
  display: none;
}
section {
  padding: 7.5rem 0;
}
.padding-top {
  padding-top: 7.5rem;
}
.padding-bottom {
  padding-bottom: 7.5rem;
}
section {
  width: 95% !important;
  margin-left: 5% !important;
}
section.section-custom.slide2 {
  padding: 3.5rem 0;
}
section.section-custom.slide2.bottom {
  padding: 0;
  padding-top: 3.5rem;
}
section.section-custom.slide3 {
  padding: 3.5rem 0;
}

/* transition none */
.no-transition * {
  transition-timing-function: initial;
  -moz-transition-timing-function: initial;
  -webkit-transition-timing-function: initial;
  -o-transition-timing-function: initial;
  -ms-transition-timing-function: initial;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
}

/* overlay */
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* opacity */
.opacity-full {
  opacity: 1;
}
.opacity-1 {
  opacity: 0.1;
}
.opacity-2 {
  opacity: 0.2;
}
.opacity-3 {
  opacity: 0.3;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-6 {
  opacity: 0.6;
}
.opacity-7 {
  opacity: 0.7;
}
.opacity-8 {
  opacity: 0.8;
}
.opacity-9 {
  opacity: 0.9;
}

/*font-weight*/
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}

/* button */
.btn {
  -webkit-appearance: initial;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  display: inline-block;
  font-size: 20px;
  border: 2px solid transparent;
  letter-spacing: 0.5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: capitalize;
  width: auto;
  font-family: "Akrobat Regular", sans-serif;
  font-weight: normal;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
/* Transparent button */
.btn.btn-trans {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
}
.btn.btn-trans:hover {
  background: #ffffff !important;
  border-color: #ffffff;
  color: #232728 !important;
}
/* White button */
.btn.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #232728;
  text-decoration: none;
}
.btn.btn-white:hover {
  background: transparent !important;
  border-color: #ffffff;
  color: #232728 !important;
}
/* Pink button */
.btn.btn-pink {
  background: #ff0078;
  border-color: #ff0078;
  color: #ffffff;
  text-decoration: none;
  font-family: "Akrobat Bold", sans-serif;
  font-size: 20px;
}
.btn.btn-pink:hover {
  background: #f0316a !important;
  border-color: #f0316a;
  color: #ffffff !important;
  font-family: "Akrobat Bold", sans-serif;
  font-size: 20px;
}

/* button size */
.btn.btn-small {
  font-size: 12px;
  padding: 4px 1.8em;
}
.btn.btn-medium {
  font-size: 16px;
  padding: 10px 48px;
  line-height: 1.8em;
}
.btn.btn-large {
  font-size: 20px;
  padding: 12px 48px;
  line-height: 1.8em;
}
.btn.btn-rounded {
  border-radius: 50px;
}

/* Text color */
.text-white {
  color: #ffffff;
}
.text-pink {
  color: #f0316a;
}
.text-black {
  color: #202020;
}
.text-purple {
  color: #6c30eb;
}
.text-green {
  color: #05c38a;
}
.text-blue {
  color: #0c95f8;
}

/* Background color */
.bg-transparent {
  background: transparent;
}
.bg-pink {
  background: #f0316a;
}
.bg-purple-light {
  background: #6304ac;
}
.bg-purple {
  background: #3e1e6f;
}
.bg-green {
  background: #05c38a;
}
.bg-blue {
  background: #0c95f8;
}

/*Social Icon Hover Text Hover */
.facebook-text-hvr:hover {
  color: #4267b2 !important;
}
.twitter-text-hvr:hover {
  color: #1da1f2 !important;
}
.instagram-text-hvr:hover {
  color: #c32aa3 !important;
}
.linkedin-text-hvr:hover {
  color: #0077b5 !important;
}
.pinterest-text-hvr:hover {
  color: #bd081c !important;
}
.google-text-hvr:hover {
  color: #db4437 !important;
}

/*Social Icon Hover Bg Hover */
.facebook_bg_hvr2:hover {
  color: #ffffff !important;
  background: #4267b2 !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.twitter_bg_hvr2:hover {
  color: #ffffff !important;
  background: #00a7e6;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.linkdin_bg_hvr2:hover {
  color: #ffffff !important;
  background: #1682ab;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.googleplus_bg_hvr2:hover {
  color: #ffffff !important;
  background: #d5463a;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pintrest_bg_hvr2:hover {
  color: #ffffff !important;
  background: #c8232c;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.instagram_bg_hvr2:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
  opacity: 0;
  visibility: hidden;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  ) !important;
  border-radius: inherit;
  z-index: -1;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.instagram_bg_hvr2:hover {
  color: #ffffff !important;
  z-index: 999;
}
.instagram_bg_hvr2:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* ===================================
    Sidebar Toggle Btn
====================================== */

.my_tog {
  padding: 18px 24px;
  margin-top: 15px;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.8s ease;
  display: inline-block;
  float: right;
}

.my_tog:hover span:first-child {
  width: 16px;
}

.my_tog:hover span:last-child {
  width: 16px;
}

.my_tog span {
  display: block;
  height: 2px;
  width: 25px;
  background-color: white;
  opacity: 90%;
  margin-bottom: 4px;
  transition: 0.7s ease;
}

/* ===================================
    SideNav
====================================== */
.side_nav {
  display: block;
  background-color: #ffffff;
  width: 25%;
  float: left;
  height: auto;
  box-shadow: 0 10px 30px 0 rgba(20, 44, 56, 0.25);
  transition: 0.5s ease;
  position: relative;
  background-color: #3e1e6f;
  color: white;
}

.side_nav {
  position: fixed;
  top: 0;
  left: -20%;
  z-index: 11;
  bottom: 0;
}

.brand-logo {
  color: black;
  text-decoration: none;
  font-family: "Akrobat Regular", sans-serif;
  display: inline-block;
  padding-top: 13px;
  margin-top: 20px;
  padding-left: 30px;
  font-size: 30px;
  transition: 0.6s ease;
}

.side_nav.expand_nav .sticky-icons {
  opacity: 0;
  transition: 0.5s ease;
}

.sticky-icons {
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: 99;
}

.rites-res {
  opacity: 0;
  transition: 0.5s ease;
}
.side_nav.expand_nav .rites-res {
  opacity: 1;
}

.sticky-icons.social-icons-simple li {
  display: inline-block;
  padding-left: 8px;
}

.sticky-icons.social-icons-simple li a {
  display: block;
  font-size: 18px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  border: 1px solid transparent;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  color: white;
  opacity: 90%;
}

.overlay-body {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 25%;
  right: 0;
  background-color: transparent;
  z-index: 111;
  display: none;
}
.show_body_overlay {
  display: block !important;
}

.brand-logo span {
  font-family: "Akrobat Regular", sans-serif;
  font-weight: bolder;
}

.my_nav_tog span {
  display: block;
  margin-bottom: 3px;
  height: 2px;
  background-color: white;
  opacity: 80%;
  width: 20px;
}

.side-nav-menu .nav-menu {
  font-family: "Akrobat Regular", sans-serif;
  padding-left: 35px;
  padding-top: 120px;
}

.broad .side-nav-menu ul {
  padding-top: 130px;
}

.side-nav-menu .nav-menu li,
.broad .side-nav-menu ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  transition: 1s ease;
  overflow: hidden;
  box-sizing: border-box;
  text-align: left !important;
}

.side-nav-menu .nav-menu li a,
.broad .side-nav-menu ul li a {
  display: inline-block;
  font-family: "Akrobat Regular", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #232728;
  transition: 0.1s ease;
  overflow: hidden;
  position: relative;
  width: 70%;
  top: 7px;
  padding: 0;
  text-align: left;
  color: white;
  opacity: 90%;
}

.line:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 2px solid rgba(255, 255, 255, 0);
  bottom: 0;
  content: " ";
  display: block;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
}

.line:hover:after,
.line.active:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 100%;
}

/* Different Underline Colors */
.nav-item:nth-child(1) .line:hover:after,
.nav-item:nth-child(1) .line.active:after {
  border-color: #f0316a;
}

.nav-item:nth-child(2) .line:hover:after,
.nav-item:nth-child(2) .line.active:after {
  border-color: #05c38a;
}

.nav-item:nth-child(3) .line:hover:after,
.nav-item:nth-child(3) .line.active:after {
  border-color: #6c30eb;
}

.nav-item:nth-child(4) .line:hover:after,
.nav-item:nth-child(4) .line.active:after {
  border-color: #0c95f8;
}

.nav-item:nth-child(5) .line:hover:after,
.nav-item:nth-child(5) .line.active:after {
  border-color: #202020;
}

.nav-item:nth-child(6) .line:hover:after,
.nav-item:nth-child(6) .line.active:after {
  border-color: #f0316a;
}

.nav-item:nth-child(7) .line:hover:after,
.nav-item:nth-child(7) .line.active:after {
  border-color: #05c38a;
}

.side-nav-menu .nav-menu li a {
  font-family: "Akrobat Regular", sans-serif;
  text-decoration: none;
  color: white;
  opacity: 90%;
  transition: 0.5s ease;
  width: auto;
  font-size: 24px;
}

/*broad nav*/
.side-nav-menu .side-icons ul {
  padding-top: 0 !important;
  padding-left: 21px !important;
}

.side-nav-menu .side-icons ul li {
  margin-bottom: 0 !important;
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}

.side-nav-menu .side-icons ul li a {
  color: #000000;
}

.side_nav .nav-item {
  display: block;
  margin: 20px 0;
  padding: 0 !important;
  opacity: 0;
  -webkit-transition: all 0.8s ease 500ms;
  -o-transition: all 0.8s ease 500ms;
  transition: all 0.8s ease 500ms;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}

.side_nav.expand_nav .nav-item:first-child {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.side_nav.expand_nav .nav-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.side_nav.expand_nav .nav-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.side_nav.expand_nav .nav-item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.side_nav.expand_nav .nav-item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.side_nav.expand_nav .nav-item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.side_nav.expand_nav .nav-item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.side_nav.expand_nav .nav-item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.side_nav.expand_nav .nav-item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.side_nav.expand_nav .nav-item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* ===================================
    Nav-Bar css
====================================== */

.navbar {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3e1e6f !important;
}

.navbar-brand {
  text-decoration: none;
  font-family: "Akrobat Regular", sans-serif;
  font-weight: normal;
  font-size: 30px;
}

.navbar-brand span {
  font-weight: bolder;
}

.side-nav-menu .social-icons span:hover i {
  cursor: pointer;
}

.social-icons span a {
  color: #202020;
}

.social-icons span i {
  font-size: 13px;
  margin-left: 0;
  background-color: transparent;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  padding-top: 8px;
  transition: 0.5s ease;
  color: white;
  opacity: 90%;
}

/* ===================================
    Broad Nav-bar css
====================================== */

.broad {
  visibility: hidden;
  opacity: 0;
  transform: rotate(0deg);
}

.broad .side-nav-menu {
  display: none;
}

.broad-nav {
  transition: 0.5s ease-in-out;
  background-color: #3e1e6f;
  display: block;
  visibility: visible;
  position: fixed;
  overflow: hidden;
  z-index: 111111;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
}

.margin-manage {
  margin-top: 100px;
}

.broad-nav .side-nav-menu {
  display: block;
}

.broad-nav .side-nav-menu ul {
  position: relative;
  left: 0;
  transform: translate(-20px, 0);
}

.broad-nav .side-nav-menu .social-icons span {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  position: relative;
}

.broad-nav .side-nav-menu .nav-menu li a span,
.broad .side-nav-menu ul li a span {
  display: inline-block;
  height: 2px;
  width: 0;
  transition: 0.8s ease;
  position: absolute;
  top: 13px;
}

.broad-nav .side-nav-menu ul li a.active span {
  width: 75%;
  display: inline-block;
  transition: 0.5s ease;
}

.fix-top {
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-o-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.broad-nav .side-nav-menu .social-icons span i {
  position: absolute;
  bottom: 0;
  left: -5px;
  transition: 0.8s ease;
}

.broad-nav .side-nav-menu .social-icons span .fa-facebook-f {
  left: -5px;
}

.broad-nav .side-nav-menu .social-icons {
  transition: all 1s ease 500ms;
  animation-duration: 2s;
  font-size: 14px;
  animation-name: myan;
  animation-delay: 0.7s;
  animation-fill-mode: both;
  color: #d6d6d6;
}

.broad-nav .side-nav-menu ul {
  position: relative;
  transform: translate(-25px, -91px);
}

.broad .side-nav-menu ul li {
  transition: all 2s ease 500ms;
  animation-duration: 1s;
}

/*side close btn*/
.broad .btn-close {
  height: 33px;
  width: 33px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 4px;
  cursor: pointer;
  color: #444444;
  z-index: 111;
  transition: 0.5s ease;
}

.broad.before-side .btn-close {
  display: none;
}

.broad .btn-close::before,
.broad .btn-close::after {
  position: absolute;
  left: 16px;
  content: " ";
  height: 24px;
  width: 2px;
  background: black;
  top: 5px;
  transition: 0.5s ease;
  background-color: white;
  opacity: 90%;
}

.broad .btn-close:hover::before,
.broad .btn-close:hover::after {
  height: 28px;
}

.broad .btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: white;
  opacity: 90%;
}

.broad .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: white;
  opacity: 90%;
}

.broad.right-btn .btn-close {
  right: 47px;
  left: auto;
}

.broad .side-nav-menu ul li span {
  font-size: 30px;
  color: #d9d9d9;
}

.broad .social-icons i {
  font-size: 16px;
}

.broad .brand-logo {
  padding-top: 0;
  padding-left: 72%;
  position: relative;
  z-index: 99;
}

.rites-res {
  position: absolute;
  bottom: 30px;
  padding-left: 30px;
  font-size: 16px;
}

.broad .rites-res {
  margin-top: 28px;
  width: 95%;
  margin-left: 49px;
}

/* ===================================
    Expand Nav bar & body Shrink
====================================== */

.expand_nav {
  left: 0;
}

.close_nav {
  padding-top: 25px;
}

.close_nav span:nth-child(2) {
  display: none;
}

.close_nav span:first-child {
  margin-left: auto;
  transform: rotate(45deg);
  margin-bottom: -2px;
}

.close_nav span:last-child {
  margin-top: 0;
  transform: rotate(130deg);
}

.close_nav:hover span:first-child,
.close_nav:hover span:last-child {
  width: 25px;
}

/* ===================================
    About Section
====================================== */

.heading-area .heading {
  font-size: 40px;
  color: #202020;
  font-weight: 600;
  margin-bottom: 30px;
  display: inline-block;
  border: 3px solid #202020;
  padding: 15px 30px;
  font-family: "Akrobat Regular", sans-serif;
}

.heading-area .text {
  font-family: "Akrobat Regular", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6b6b6b;
  margin-bottom: 40px;
  width: 95%;
}

.heading-area .sub-heading {
  font-size: 18px;
  font-weight: 400;
  color: #202020;
  font-family: "Akrobat Regular", sans-serif;
}

.about-sec .our-about-sec {
  padding-top: 70px;
  overflow: hidden;
  padding-bottom: 10px;
}

.about-sec .our-about-sec .about-card {
  transition: 0.3s ease;
  padding: 70px 35px;
  cursor: pointer;
  overflow: hidden;
}

.about-sec .our-about-sec .about-card .image-holder {
  margin-bottom: 25px;
}

.about-sec .our-about-sec .about-card .image-holder i {
  font-size: 50px;
  font-weight: 300;
  transition: 0.8s ease;
}

.about-sec .our-about-sec .about-card .about-card-heading {
  font-size: 18px;
  font-family: "Akrobat Regular", sans-serif;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 25px;
  transition: 0.3s ease;
}

.about-sec .our-about-sec .about-card .about-card-detail {
  font-family: "Akrobat Regular", sans-serif;
  font-weight: normal;
  opacity: 0.8;
  font-size: 16px;
  color: #202020;
}

.about-sec .our-about-sec a {
  text-decoration: none;
  color: #202020;
}

.about-card.active:nth-child(1) {
  background: #05c38a;
}

.about-card.active:nth-child(2) {
  background: #0c95f8;
}

.about-card.active:nth-child(3) {
  background: #6c30eb;
}

.about-card.active .image-holder,
.about-card.active .about-card-heading,
.about-card.active .about-card-detail {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* ===================================
   SLIDE 1 - RESPONSIVO COMPLETO
====================================== */

/* Container principal */
.soul-slide1-container {
  width: 100%;
  margin-left: 0;
  position: relative;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.slide1-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 1;
}

/* Mascote responsivo */
.slide1-mascot {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: clamp(300px, 30vw, 600px);
  height: auto;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.8s ease 0.3s;
  animation: float-gentle 3s ease-in-out infinite;
  filter: drop-shadow(0 10px 20px rgba(131, 56, 236, 0.3));
}

/* Texto principal responsivo */
.content-overlay {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 3;
  color: white;
  max-width: 50%;
  opacity: 1;
}

.content-overlay h1 {
  font-family: "Akrobat Bold", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.content-overlay h2 {
  font-family: "Akrobat Regular", sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  line-height: 1.4;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* Animação do mascote */
@keyframes float-gentle {
  0%,
  100% {
    transform: translateY(-50%) translateX(0px);
  }
  50% {
    transform: translateY(-50%) translateX(-10px);
  }
}

/* ===================================
   SLIDE 1 - TABLET (768px - 1024px)
====================================== */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .slide1-mascot {
    width: clamp(250px, 35vw, 400px);
    right: 3%;
  }

  .content-overlay {
    max-width: 55%;
    left: 10%;
  }

  .content-overlay h1 {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  }

  .content-overlay h2 {
    font-size: clamp(1rem, 2vw, 1.5rem);
  }
}

/* ===================================
   SLIDE 1A - CONTINUAÇÃO
====================================== */

.soul-slide1a-container {
  width: 100% !important;
  margin-left: 0 !important;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
}

.slide1a-background {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 1 !important;
  opacity: 1 !important;
}

.slide1a-content {
  position: relative;
  z-index: 3;
  color: white;
  text-align: center;
  padding: 4rem 2rem;
  max-width: 1200px;
  width: 100%;
}

.slide1a-content .main-text {
  font-family: "Akrobat Bold", sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.3;
  margin-bottom: 3rem;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slide1a-content .sub-text {
  font-family: "Akrobat Regular", sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  margin-bottom: 4rem;
  color: white;
  opacity: 0.9;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.feature-item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 2rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  text-align: center;
}

.feature-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 25px rgba(131, 56, 236, 0.3);
}

.feature-item p {
  font-family: "Akrobat Regular", sans-serif;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  line-height: 1.4;
  color: white;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* ===================================
   RESPONSIVIDADE SLIDE 1A
====================================== */

@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .feature-item {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 768px) {
  .slide1-arrow {
    height: 60px;
  }

  .arrow-down {
    width: 40px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .feature-item {
    padding: 1.5rem;
  }

  .slide1a-content {
    padding: 2rem 1rem;
  }

  .slide1a-content .main-text {
    margin-bottom: 2rem;
  }

  .slide1a-content .sub-text {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 480px) {
  .feature-item {
    padding: 1rem;
  }

  .feature-item p {
    font-size: 0.9rem;
  }
}
/* ===================================
   SLIDE 2 - DESKTOP
====================================== */

.slide2.top .slide2-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slide2.top img {
  max-height: 50px;
}

.slide2.top h3 {
  font-family: "Akrobat Bold", sans-serif;
  font-size: 40px;
  letter-spacing: 1.25px;
  color: #ffffff;
  line-height: 1.5;
}

.slide2.bottom .left-col {
  padding-left: 0;
}

.slide2.bottom .left-col img {
  max-height: 40px;
  margin-bottom: 40px;
}

.slide2.bottom .slide2-text {
  margin-bottom: 32px;
}

.slide2.bottom .left-col h3.primary-text {
  color: #3e1e6f;
  font-family: "Akrobat Bold", sans-serif;
  font-size: 60px;
  margin: 0;
}

.slide2.bottom .left-col h3.green-text {
  color: #04f46c;
  font-family: "Akrobat ExtraBold", sans-serif;
  font-size: 60px;
  margin: 0;
  line-height: 0.8;
}

.slide2.bottom .seconday-text p {
  font-family: "Akrobat Regular", sans-serif;
  font-size: 20px;
  color: #3e1e6f;
  width: 75%;
  line-height: 1.2;
}

.slide2.bottom .right-col img {
  max-width: 110%;
}

/* ===================================
   SLIDE 3 - DESKTOP
====================================== */

section.section-custom.slide3 {
  padding: 5.5rem 0;
}

.slide3 {
  position: relative;
}

.slide3-container {
  padding: 0;
}

.slide3 .white-text-color {
  color: white;
  font-family: "Akrobat Bold", sans-serif;
}

.slide3 .green-text-color {
  color: #04f46c;
}

.slide3 .white-text-color.item {
  font-size: 20px;
  font-family: "Akrobat Regular", sans-serif;
}

.slide3 .top-text {
  font-family: "Akrobat Regular", sans-serif;
  font-size: 60px;
}

.slide3 .top-text.first-line {
  margin-top: 10px;
  margin-bottom: 0;
}

.slide3 .top-text.second-line {
  margin: 0;
}

.slide3 .middle-text {
  font-family: "Akrobat Regular", sans-serif;
  font-size: 30px;
}

.slide3 .middle-text.first-line {
  margin-top: 60px;
  margin-bottom: 0;
}

.slide3 .middle-text.second-line {
  margin: 0;
}

.slide3 .green-text-color.middle-text {
  font-family: "Akrobat Bold", sans-serif;
}

.slide3 img.image-desktop {
  position: absolute;
  display: block;
}

.slide3 img.image-mobile {
  display: none;
}

.slide3 img {
  right: 0;
  max-width: 35%;
}

.slide3 img.image-journey {
  max-width: 100px;
}

.slide3 img.image-conector {
  display: block;
  max-width: 100%;
}

.slide3 .slide3-items {
  display: flex;
  justify-content: space-between;
  max-width: 65%;
  align-items: center;
  text-align: center;
  margin-top: 90px;
}

/* ===================================
   SLIDE 4 - DESKTOP
====================================== */

.slide4 .desktop {
  display: block;
}

.slide4 .mobile {
  display: none;
}

section.section-custom.slide4 {
  padding: 3.5rem 0;
}

.slide4 h3.main-text {
  font-size: 50px;
}

.slide4 h3.secondary-text {
  font-size: 20px;
}

.slide4 h3.primary-color {
  color: #3e1e6f;
}

.slide4 h3.first-line,
.slide4 h3.seconday-text {
  font-family: "Akrobat Regular", sans-serif;
  margin-bottom: 0;
}

.slide4 h3.second-line {
  font-family: "Akrobat Bold", sans-serif;
  margin-bottom: 0;
}

.slide4 h3.secondary-text {
  margin-top: 40px;
}

.slide4 a.btn-custom {
  text-transform: lowercase;
  padding: 0.375rem 1rem !important;
  margin: 20px 0;
  max-width: 50%;
}

/* ===================================
   SLIDE 5 - DESKTOP
====================================== */

.slide5 .desktop {
  display: block !important;
}

section.section-custom.slide5 {
  padding: 3.5rem 0;
}

.slide5 {
  background-color: #6835f7;
}

.slide5 h3.primary-text {
  font-family: "Akrobat Regular", sans-serif;
  font-size: 30px;
  color: #ffffff;
}

.slide5 img.connector {
  max-width: 32px;
  height: auto;
  display: block;
}

.slide5 .container-social {
  display: flex;
  justify-content: space-between;
}

.slide5 .social {
  max-width: 70px;
}

/* ===================================
   SLIDE 6 - DESKTOP
====================================== */

.slide6 .desktop {
  display: block;
}

.slide6 .mobile {
  display: none;
}

section.section-custom.slide6 {
  padding: 3.5rem 0 0 0;
}

.slide6 h3.main-text {
  font-size: 55px;
  line-height: 1;
}

.slide6 h3.secondary-text {
  font-family: "Akrobat Regular", sans-serif;
  color: #3e1e6f;
  font-size: 20px;
  margin-top: 40px;
  line-height: 1.2;
}

.slide6 h3.primary-color {
  color: #3e1e6f;
}

.slide6 h3 span.primary-color {
  color: #3e1e6f;
}

.slide6 h3.secondary-color {
  color: #6835f7;
}

.slide6 h3.first-line {
  font-family: "Akrobat Regular", sans-serif;
}

.slide6 h3 span.second-line {
  font-family: "Akrobat Bold", sans-serif;
}

/* ===================================
   SLIDE 7 - DESKTOP
====================================== */

section.section-custom.slide7 {
  padding: 2.5rem 0;
}

.slide7 {
  background-color: #04f46c;
}

.slide7 img {
  margin: 8px 0;
}

/* ===================================
   SLIDE 8 - DESKTOP
====================================== */

.slide8 .desktop {
  display: block;
}

.slide8 .mobile {
  display: none;
}

section.section-custom.slide8 {
  padding: 0.5rem 0;
}

.slide8 {
  background-color: #5b10a5;
}

.slide8 h3 {
  font-family: "Akrobat Bold", sans-serif;
  color: #ffffff;
  font-size: 30px;
}

.slide8 img.connector {
  max-width: 50px;
}

/* ===================================
   SLIDE 9 - DESKTOP
====================================== */

.slide9 .desktop {
  display: block;
}

.slide9 .mobile {
  display: none;
}

section.section-custom.slide9 {
  padding-top: 3.5rem;
  padding-bottom: 4.8rem;
}

.slide9 h3 {
  font-family: "Akrobat Bold", sans-serif;
  color: #07aefe;
  font-size: 40px;
  text-align: center;
  margin: 0 160px 10px;
}

.slide9 h3.bottom {
  margin-bottom: 16px;
}

.slide9 .image-container {
  position: relative;
}

.slide9 img.image {
  max-width: 90%;
}

.slide9 img.background {
  position: absolute;
  max-width: 100%;
  top: 100px;
  right: 0;
  z-index: -1;
}

/* ===================================
   SLIDE 10 - DESKTOP
====================================== */

.slide10 .desktop {
  display: block;
}

.slide10 .mobile {
  display: none;
}

section.section-custom.slide10 {
  padding-top: 0;
  padding-bottom: 1.5rem;
}

.slide10 h3 {
  font-family: "Akrobat Regular", sans-serif;
  color: #3e1e6f;
  font-size: 30px;
  text-align: left;
  margin: 0 0 30px 65px;
}

.slide10 h3 span.text-bold {
  font-family: "Akrobat Bold", sans-serif;
}

.slide10 .container-topic {
  position: absolute;
  right: 0;
}

.slide10 .topic {
  align-items: center;
  margin-top: 16px;
  margin-left: 60px;
}

.slide10 p.text-topic {
  position: relative;
  background: #3e1e6f;
  padding: 24px;
  font-family: "Akrobat ExtraBold", sans-serif;
  color: #ffffff;
  font-size: 20px;
  text-align: left;
  margin-left: 44px;
  border-radius: 16px 16px 0;
  width: 30vw;
  max-width: 376px;
  z-index: 2;
}

.slide10 img.conector {
  max-width: 7%;
  position: absolute;
  left: -18px;
  top: 18px;
}

.slide10 .image-container {
  position: relative;
}

.slide10 img.image {
  max-width: 90%;
}

.slide10 img.background {
  position: absolute;
  max-width: 100%;
  top: -138px;
  right: 0;
  z-index: -2;
}

.slide10 .container-image-topic {
  text-align: center;
  align-items: center;
  position: relative;
  margin-top: 436px;
  border: 4px solid #04f46c;
  left: 15px;
  padding-top: 64px;
  border-radius: 0 0 0 250px;
  padding-bottom: 67px;
  border-top: none;
  border-right: none;
}

.slide10 img.image-topic {
  max-width: 72%;
  position: relative;
  text-align: center;
}

.slide10 p.image-topic {
  color: #3e1e6f;
  text-align: center;
  margin-top: 40px;
  font-size: 32px;
  font-weight: 700;
  padding: 0 100px;
  line-height: 1;
}

/* ===================================
     SLIDE 10 - DESKTOP - MOBILE
     =================================== */

.slide10-mobile.desktop {
  display: block;
}

.slide10-mobile.mobile {
  display: none;
}

/* ===================================
   SLIDE 11 - DESKTOP
====================================== */

.slide11 .desktop {
  display: block;
}

.slide11 .mobile {
  display: none;
}

section.section-custom.slide11 {
  padding: 2.5rem 0;
}

.slide11 h3 {
  font-family: "Akrobat Bold", sans-serif;
  color: #6835f7;
  font-size: 45px;
  margin-left: 30px;
}

.slide11 img.connector {
  max-width: 50px;
}

.slide11 img.image {
  max-width: 80%;
  text-align: center;
}

.slide11 img.conector-bottom {
  position: absolute;
  bottom: -40px;
  width: 5%;
}

.slide11 a.btn-custom {
  width: 14%;
  margin: 30px 0 20px 0;
  margin-left: 45%;
}

/* ===================================
   SLIDE 12 - DESKTOP
====================================== */

section.section-custom.slide12 {
  padding: 3.5rem 0;
}

.slide12 {
  background: #6835f7;
}

.slide12 img {
  max-width: 60%;
}

.slide12 img.conector {
  position: absolute;
  top: -56px;
  width: 5%;
}

/* ===================================
   SLIDE 13 - DESKTOP
====================================== */

.slide13 .desktop {
  display: block;
}

.slide13 .mobile {
  display: none !important;
}

section.section-custom.slide13 {
  padding: 2.5rem 0 0 0;
}

.slide13 h3 {
  font-family: "Akrobat Bold", sans-serif;
  color: #3e1e6f;
  font-size: 60px;
  margin-left: 60px;
  max-width: 60%;
  text-align: left;
}

.slide13 img.image {
  max-width: 100%;
  text-align: right;
}

.slide13 .container-image {
  display: flex;
  justify-content: space-between;
  margin: 50px 0px;
}

.slide13 .container-topic {
  border: 1px solid #3e1e6f;
  padding: 20px;
  min-height: 400px;
  width: 30%;
}

.slide13 .container-image img.topic {
  width: 68%;
  text-align: center;
}

.slide13 .container-image h3 {
  font-size: 30px;
}

.slide13 .container-image h3.topic-title {
  font-family: "Akrobat Bold", sans-serif;
  margin-top: 27px;
  text-align: center;
}

.slide13 .container-image h3.topic-text {
  font-family: "Akrobat Regular", sans-serif;
  text-align: center;
  font-size: 24px;
}

/* ===================================
      Contact Section - DESKTOP
====================================== */

section.section-custom.contact-sec {
  padding: 2.5rem 0;
}

.contact-sec .contact-heading {
  font-family: "Akrobat Regular", sans-serif;
  font-weight: 500;
  font-size: 50px;
  margin-bottom: 40px;
}

.contact-sec .contact-form {
  font-family: "Akrobat Regular", sans-serif;
  width: 95%;
}

.contact-sec .contact-form input {
  color: #202020;
  font-size: 16px;
  height: 50px;
  padding: 25px;
}

.contact-sec .contact-form .form-control {
  border-radius: 0;
  border: solid 2px #eceef2;
}

.contact-sec .contact-form input::placeholder {
  color: #8799a3;
  font-size: 16px;
}

.contact-sec .contact-form textarea {
  padding: 13px;
  padding-left: 25px;
  height: 202px;
  color: #202020;
  font-size: 16px;
}

.contact-sec .contact-form .btn-pink {
  margin-top: 20px;
}

/*contact details*/
.contact-sec .contact-background {
  position: absolute;
  right: 0;
  top: -35px;
  z-index: -1;
}

.contact-sec .contact-details {
  font-family: "Akrobat Regular", sans-serif;
  width: 90%;
  margin-left: 20px;
}

.contact-sec .contact-details .heading {
  margin-bottom: 35px;
}

.contact-sec .contact-details .text {
  color: #202020;
  opacity: 0.8;
  font-size: 17px;
  font-weight: normal;
}

.contact-sec .contact-details ul {
  border: 1px solid #07aefe;
  border-radius: 16px 16px 0;
  padding: 32px;
  margin: 0;
  width: 80%;
}
.contact-sec .contact-details ul li {
  font-family: "Akrobat Bold", sans-serif;
  font-size: 16px;
  color: #07aefe;
  opacity: 0.8;
  list-style: none;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}
.contact-sec .contact-details ul li span {
  display: inline-block;
  padding-right: 30px;
}
.contact-sec .contact-details ul li span:last-child {
  padding-right: 0;
}
.contact-sec .contact-details ul li i {
  font-size: 35px;
  margin-right: 20px;
  margin-bottom: 8px;
  color: #92d3d2;
}

.contact-sec .contact-details ul li img.topic {
  max-width: 24px;
}

.contact-sec .contact-details ul li.no-margin-bottom {
  margin-bottom: 0;
}

.contact-sec .contact-details ul li.no-image {
  margin-left: 40px;
}

.contact-sec .contact-details ul li span {
  margin-left: 16px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #464646 !important;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #464646 !important;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #464646 !important;
}

/* ===================================
   Footer
====================================== */

.footer-style-1 {
  padding: 3.5rem 0;
  width: 95%;
  margin-left: 5%;
}

.footer-social ul {
  margin: 0;
  padding: 0;
}

.footer-social li {
  display: inline-block;
}

.footer-social a {
  color: white;
  display: block;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 50px;
  font-size: 17px;
  margin: 0 10px 0 0;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.footer-social li:nth-last-child(1) a {
  margin-right: 0;
}

.footer-social li a:hover {
  background: #ffffff;
}

.footer-style-1 p.copyright {
  font-family: "Akrobat Bold", sans-serif;
  font-size: 20px;
  margin-left: 16px;
  font-weight: 600;
}

/* ===================================
   Scroll Top
====================================== */

.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 150px;
  right: 30px;
  color: #ffffff;
  background-color: #3e1e6f;
  border-radius: 50%;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  -webkit-transform: translateX(150px);
  -ms-transform: translateX(150px);
  transform: translateX(150px);
}

.go-top.active {
  -webkit-animation: slideInRight 1s;
  animation: slideInRight 1s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #202020;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}

.go-top:hover,
.go-top:focus {
  color: #ffffff;
}

.go-top:hover::before,
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

/* ===================================
    Rev-Slider Before After
====================================== */

.rs-before-after-addon {
  overflow: hidden !important;
}

.rs-before-after-addon .tparrows {
  z-index: 1000 !important;
}

.rs-addon-beforeafter-btn {
  position: absolute;
  display: table;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  z-index: 102;
}

.rs-addon-beforeafter-btn i {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.rs-beforeafter-shift-arrows .rs-addon-beforeafter-btn i {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.rs-addon-beforeafter-btn-vertical,
.rs-addon-beforeafter-btn-vertical i {
  display: block;
}

.rs-addon-beforeafter-line {
  display: block;
  position: absolute;
  z-index: 102;
}

.rs-addon-beforeafter-line.rs-beforeafter-horizontal {
  top: 0;
  height: 100%;
}

.rs-addon-beforeafter-line.rs-beforeafter-vertical {
  left: 0;
  width: 100%;
}

.rs-before-after-element {
  opacity: 0;
  visibility: hidden;
  background: transparent !important;
}

.rs-before-after-element,
.rs-before-after-element:before {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.rs-addon-beforeafter-bg {
  opacity: 0;
  z-index: 999;
}

.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-revealer,
.rs-addon-beforeafter-revealer .tp-loop-wrap {
  width: 100%;
  height: 100%;
}

.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-revealer {
  position: absolute;
  overflow: hidden;
}

.rs-addon-beforeafter-before {
  top: 0;
  left: 0;
}

.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-bg,
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-after {
  top: 0;
  right: 0;
}

.rs-addon-beforeafter-vertical .rs-addon-beforeafter-bg,
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-after {
  bottom: 0;
  left: 0;
}

.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-after {
  opacity: 0;
}

.rs-addon-beforeafter-inner,
.rs-addon-beforeafter-bg-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-inner,
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-bg-inner {
  right: 0;
  top: 0;
}

.rs-addon-beforeafter-vertical .rs-addon-beforeafter-inner,
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-bg-inner {
  left: 0;
  bottom: 0;
}

.rs-video-beforeafter,
.rs-video-beforeafter .tp-mask-wrap {
  width: 100% !important;
  height: 100% !important;
}

.rs-before-after-addon:not(.before-after-carousel).dragging,
.rs-before-after-addon:not(.before-after-carousel).dragging *,
.rs-before-after-addon:not(.before-after-carousel).dragging
  .rs-addon-beforeafter-btn
  i:before {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.rs-beforeafter-pointers,
.rs-beforeafter-pointers .rs-addon-beforeafter-inner {
  pointer-events: none;
}

.rs-beforeafter-pointers *:not(.rs-addon-beforeafter-inner) {
  pointer-events: auto;
}

.rs-beforeafter-pointers .rs-video-beforeafter,
.rs-beforeafter-pointers .rs-video-beforeafter * {
  pointer-events: none;
}

.tparrows.tp-leftarrow:before {
  content: "\f104" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.tparrows.tp-rightarrow:before {
  content: "\f105" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

/* ===================================
    Start Loader
====================================== */

/* ===================================
   Loader
====================================== */

.loader-bg {
  position: fixed;
  z-index: 99999;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}

.square {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
}
.square > span {
  width: 30px;
  height: 30px;
  background-color: #f0316a;
  margin: 1px;
  animation: square 0.3s infinite alternate;
}
.square > span:nth-child(2) {
  background-color: #05c38a;
  animation-delay: 0.2s;
}
.square > span:nth-child(3) {
  background-color: #f0316a;
  animation-delay: 0.3s;
}
.square > span:nth-child(4) {
  background-color: #6c30eb;
  animation-delay: 0.2s;
}
.square > span:nth-child(5) {
  background-color: #f0316a;
  animation-delay: 0.3s;
}
.square > span:nth-child(6) {
  background-color: #6c30eb;
  animation-delay: 0.4s;
}
.square > span:nth-child(7) {
  background-color: #f0316a;
  animation-delay: 0.3s;
}
.square > span:nth-child(8) {
  background-color: #05c38a;
  animation-delay: 0.4s;
}
.square > span:nth-child(9) {
  animation-delay: 0.5s;
}
@keyframes square {
  100% {
    transform: scale(0.4);
  }
}

/* ===================================
   Media Queries
====================================== */

@media (max-width: 1600px) and (min-width: 1300px) {
  /* Side Nav */
  .my_tog {
    margin-right: 6px;
  }
  .sticky-icons {
    position: absolute;
    right: 20px;
  }
}

@media (max-width: 1280px) and (min-width: 1210px) {
  .my_tog {
    margin-right: 0;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  /* Side Nav */
  .my_tog {
    padding: 20px 5px;
  }
  .side-nav-menu .nav-menu {
    padding-left: 35px;
    padding-top: 350px;
  }
  .rites-res {
    bottom: 0;
  }
  .sticky-icons {
    right: 5px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  section {
    padding: 1.5rem 0;
  }
  section,
  .footer-style-1 {
    width: 95% !important;
    margin-left: 5% !important;
  }
  .heading-area .heading {
    font-size: 34px;
  }
  .heading-area .sub-heading {
    font-size: 16px;
  }
  .padding-bottom {
    padding-bottom: 5.5rem;
  }

  /* Side Nav */
  .my_tog {
    padding: 20px 0;
    margin-right: 8px;
  }
  .side-nav-menu .nav-menu {
    padding-left: 35px;
    padding-top: 220px;
  }
  .sticky-icons {
    right: 0;
  }
  .expand_nav {
    width: 40%;
  }

  /* Contact
  .contact-sec .contact-form {
    width: 100%;
    margin-left: 0;
  }
  .contact-sec .contact-details {
    width: 100%;
    margin-left: 0;
    margin-top: 80px;
  }
  .contact-sec .contact-details ul li:first-child {
    width: 100%;
  }
  .contact-sec .contact-details ul li {
    display: block;
    margin-bottom: 30px;
  }
  .contact-sec .contact-details ul li i {
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
  } */

  /* Standalone */
  .standalone-detail {
    padding-bottom: 70px;
  }
  .standalone-area .gradient-text1 {
    font-size: 30px;
  }
  .standalone-detail .heading {
    font-size: 30px;
  }
  .standalone-area .sub-heading {
    margin-top: 3rem;
  }
  .standalone-row .stand-img-des {
    padding-left: 0;
    padding-right: 0;
  }
  .standalone-row:nth-child(2) .stand-img-des {
    padding-left: 0;
    padding-right: 0;
  }
  .standalone-row:nth-child(2) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .para_text {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  body {
    text-align: center;
  }
  section {
    padding: 1.5rem 0;
  }
  section,
  .footer-style-1 {
    width: 100% !important;
    margin: auto !important;
  }
  .heading-area .sub-heading {
    font-size: 14px;
  }
  .heading-area .heading {
    font-size: 26px;
  }
  .heading-area .text {
    font-size: 14px;
  }
  .btn.btn-medium {
    font-size: 14px;
  }
  .padding-bottom {
    padding-bottom: 4.5rem;
  }

  /* Side Nav */
  .side_nav {
    display: none;
  }
  .navbar-brand {
    margin-right: 0;
    text-align: end;
  }
  .navbar-brand img {
    max-width: 85%;
  }
  .my_nav_tog span {
    height: 3px;
    width: 25px;
  }
  .side-nav-menu .nav-menu li a,
  .broad .side-nav-menu ul li a {
    text-align: center;
    width: auto;
  }
  .side-nav-menu .nav-menu li,
  .broad .side-nav-menu ul li {
    text-align: center !important;
  }
  .broad-nav .side-nav-menu .social-icons {
    position: absolute;
    left: 50%;
    bottom: 2%;
    transform: translateX(-50%);
  }
  .broad-nav .side-nav-menu {
    position: relative;
    height: 100%;
  }
  .broad .side-nav-menu ul {
    padding-top: 160px;
  }

  /* Nav-Bar */
  .navbar {
    padding: 8px 10px;
  }

  /* Contact */
  /* .contact-sec .contact-form {
    width: 100%;
    margin-left: 0;
  }
  .contact-sec .contact-details {
    width: 100%;
    margin-left: 0;
    margin-top: 80px;
  }
  .contact-sec .contact-details ul li:first-child {
    width: 100%;
  }
  .contact-sec .contact-details ul li {
    display: block;
    margin-bottom: 30px;
  }
  .contact-sec .contact-details ul li i {
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
  } */

  /* Footer */
  .company-about {
    margin-top: 15px;
  }
  .footer-social a {
    margin: 0;
    margin-bottom: 16px;
  }

  /* Standalone */
  .standalone-detail {
    padding-bottom: 70px;
  }
  .standalone-detail .heading {
    font-size: 36px;
  }
  .standalone-area .sub-heading {
    margin-top: 3rem;
    font-size: 16px;
  }
  .standalone-row .stand-img-des {
    padding-left: 0;
    padding-right: 0;
  }
  .standalone-row:nth-child(2) .stand-img-des {
    padding-left: 0;
    padding-right: 0;
  }
  .standalone-row:nth-child(2) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .page-title {
    padding: 200px 0;
  }
  .page-title h2 {
    font-size: 2.5rem;
  }
  .standalone-area .heading-text {
    font-size: 30px;
  }

  section.section-custom.counter {
    padding-top: 16px;
  }

  .counter-content h3.counter-custom {
    font-size: 36px;
  }

  img.counter-custom {
    max-width: 100%;
    padding-top: 16px;
  }

  /*
  ===================================
     SLIDE 1 - MOBILE 
  ====================================== */
  .soul-slide1-container {
    height: 100vh;
    padding: 2rem 1rem;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .slide1-background {
    background-image: url("../images/soulplus-bg-mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  /* Mobile: Layout em coluna */
  .content-overlay {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    max-width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }

  .content-overlay h1 {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin-bottom: 1rem;
  }

  .content-overlay h2 {
    font-size: clamp(1rem, 3.5vw, 1.3rem);
    margin-bottom: 2rem;
  }

  /* Mobile: Mascote menor e centralizado */
  .slide1-mascot {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: clamp(200px, 60vw, 300px);
    margin: 0 auto;
    animation: none;
  }

  /* ===================================
   SLIDE 1 - MOBILE PEQUENO (max-width: 480px)
====================================== */
  @media screen and (max-width: 480px) {
    .soul-slide1-container {
      padding: 1rem 0.5rem;
    }

    .content-overlay h1 {
      font-size: 1.3rem;
      line-height: 1.3;
    }

    .content-overlay h2 {
      font-size: 0.9rem;
      line-height: 1.4;
    }

    .slide1-mascot {
      width: clamp(150px, 50vw, 250px);
    }
  }

  /* ===================================
   SLIDE 1 - LANDSCAPE MOBILE
====================================== */
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .soul-slide1-container {
      flex-direction: row;
      align-items: center;
      padding: 1rem;
    }

    .content-overlay {
      max-width: 50%;
      margin-bottom: 0;
      margin-right: 2rem;
      text-align: left;
    }

    .slide1-mascot {
      position: relative;
      width: clamp(200px, 40vw, 300px);
      margin: 0;
    }
  }

  /* ===================================
     SLIDE 2 - MOBILE
     =================================== */

  section.section-custom.slide2 {
    padding: 3rem 0;
  }

  section.section-custom.slide2.bottom {
    padding: 0;
  }

  .slide2.top .slide2-container {
    flex-wrap: inherit;
  }

  .slide2.top img {
    max-height: 30px;
    margin: 0 16px;
  }

  .slide2.top h3 {
    font-size: 20px;
    margin: 0 8px;
    text-align: center;
  }

  .slide2.bottom .mobile {
    margin: 0;
  }

  .slide2.bottom .left-col {
    padding: 0;
    text-align: center;
  }

  .slide2.bottom .left-col h3.primary-text {
    font-size: 40px;
  }

  .slide2.bottom .left-col img {
    max-height: 30px;
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .slide2.bottom .slide2-text {
    margin-bottom: 16px;
  }

  .slide2.bottom .left-col h3.green-text {
    font-size: 40px;
  }

  .slide2.bottom .seconday-text p {
    width: 100%;
  }

  .slide2.bottom .right-col img {
    max-width: 100%;
    margin-top: 32px;
  }

  /* ===================================
     SLIDE 3 - MOBILE
     =================================== */

  section.section-custom.slide3 {
    padding: 3.5rem 0;
  }

  .slide3-container {
    padding: 0 16px;
    text-align: initial;
  }

  .slide3 .top-text {
    font-size: 40px;
    margin: 0;
  }

  .slide3 .top-text.first-line {
    margin: 0;
  }

  .slide3 .middle-text {
    font-size: 20px;
  }

  .slide3 .top-text.second-line {
    margin: 0;
  }

  .slide3 img.image-desktop {
    display: none;
  }

  .slide3 img.image-mobile {
    position: absolute;
    display: block;
    max-width: 150px;
    top: 130px;
  }

  .slide3 img.image-journey {
    max-width: 18vw;
  }

  .slide3 img.image-conector {
    display: none;
  }

  .slide3 .slide3-items {
    max-width: 100%;
    margin-left: 2px;
    margin-top: 90px;
  }

  .slide3 .white-text-color.item {
    margin-top: 24px;
    font-size: 16px;
  }

  /* ===================================
     SLIDE 4 - MOBILE
     =================================== */

  .slide4 .desktop {
    display: none;
  }

  .slide4 .mobile {
    display: block;
  }

  section.section-custom.slide4 {
    padding: 3.5rem 0;
  }

  .slide4 .left-col {
    text-align: center;
  }

  .slide4 h3.main-text {
    font-size: 30px;
  }

  .slide4 h3.secondary-text {
    margin-top: 24px;
    margin-bottom: 24px;
    font-family: "Akrobat Regular", sans-serif;
  }

  .slide4 a.btn-custom {
    max-width: 50%;
    margin: 30px 0 0 0;
    margin-left: 25%;
  }

  /* ===================================
     SLIDE 5 - MOBILE
     =================================== */

  .slide5 .desktop {
    display: none !important;
  }

  section.section-custom.slide5 {
    padding: 3.5rem 0;
  }

  .slide6 h3.main-text {
    font-size: 55px;
    line-height: 1;
  }

  .slide5 h3.primary-text {
    margin-bottom: 24px;
    text-align: center;
  }

  .slide5 img.connector {
    margin-top: 24px;
  }

  .slide5 .container-social {
    margin: 0 8px;
  }

  .slide5 .social {
    max-width: 50px;
  }

  /* ===================================
   SLIDE 6 - MOBILE
====================================== */

  .slide6 .desktop {
    display: none;
  }

  .slide6 .mobile {
    display: block;
  }

  .slide6 .left-col {
    text-align: center;
  }

  .slide6 h3.main-text {
    font-size: 30px;
    line-height: 1;
  }

  .slide6 h3.secondary-text {
    margin-bottom: 32px;
    font-family: "Akrobat Regular", sans-serif;
  }

  .slide6 img {
    max-width: 80%;
  }

  /* ===================================
   SLIDE 7 - MOBILE
====================================== */
  .slide7 .container-images {
    margin: 0;
  }

  .slide7 img {
    max-width: 110%;
  }

  /* ===================================
     SLIDE 8 - MOBILE
     =================================== */

  .slide8 .desktop {
    display: none;
  }

  .slide8 .mobile {
    display: block;
  }

  section.section-custom.slide8 {
    padding: 2.5rem 0;
  }

  .slide8 h3 {
    font-size: 20px;
    text-align: center;
  }

  .slide8 img.connector {
    margin: 8px 0;
    max-width: 30px;
    transform: rotate(90deg);
  }

  .slide8 img.image {
    max-width: 100%;
  }

  /* ===================================
     SLIDE 9 - MOBILE
     =================================== */

  .slide9 .desktop {
    display: none;
  }

  .slide9 .mobile {
    display: block;
  }

  section.section-custom.slide9 {
    padding-top: 1.5rem;
    height: 100vw;
    background: linear-gradient(135deg, #ffffff 50%, #04f46c 50%);
  }

  .slide9 h3 {
    font-size: 5vw;
    text-align: center;
    margin: 0px 0px 10px;
  }

  .slide9 h3.mobile {
    font-family: "Akrobat Regular", sans-serif;
    color: #3e1e6f;
    font-size: 4vw;
    text-align: center;
    margin: 24px 32px 10px;
  }

  .slide9 h3.mobile span.text-bold {
    font-family: "Akrobat Bold", sans-serif;
  }

  .slide9 img.image {
    max-width: 100%;
  }

  /* ===================================
     SLIDE 10 - MOBILE
     =================================== */

  .slide10 .desktop {
    display: none;
  }

  .slide10 .mobile {
    display: block;
  }

  .slide10 {
    background: #04f46c;
  }

  section.section-custom.slide10 {
    padding-top: 0;
    padding-bottom: 4.5rem;
    border-radius: 0 0 0 90px;
  }

  .slide10 .mobile.image-container {
    margin-bottom: 32px;
  }

  .slide10 .mobile.image-container img {
    height: 110%;
  }

  .slide10 .mobile.image-container h3 {
    font-family: "Akrobat Bold", sans-serif;
    font-size: 20px;
    text-align: center;
    color: #3e1e6f;
  }

  .slide10 .container-topic {
    position: relative;
    right: 0;
  }

  .slide10 .topic {
    align-items: center;
    margin-top: 16px;
    margin-left: 0px;
  }

  .slide10 p.text-topic {
    width: 80vw;
    max-width: unset;
  }

  /* ===================================
     SLIDE 10 - MOBILE - MOBILE
     =================================== */

  .slide10-mobile.desktop {
    display: none;
  }

  .slide10-mobile.mobile {
    display: block;
  }

  .slide10-mobile {
    background: #ffffff;
  }

  section.section-custom.slide10-mobile {
    padding-top: 0;
    padding-bottom: 2.5rem;
    border-radius: 0 0 0 90px;
    border: 2px solid #04f46c;
    border-top: 0;
    border-right: 0;
  }

  .slide10-mobile .image-container {
    margin-top: 16px;
    margin-bottom: 32px;
  }

  .slide10-mobile .image-container img {
    height: 100%;
    margin-bottom: 16px;
  }

  .slide10-mobile .image-container h3 {
    font-family: "Akrobat Bold", sans-serif;
    font-size: 20px;
    text-align: center;
    color: #3e1e6f;
  }

  /* ===================================
   SLIDE 11 - MOBILE
====================================== */

  .slide11 .desktop {
    display: none;
  }

  .slide11 .mobile {
    display: block;
  }

  .slide11 h3 {
    font-family: "Akrobat Bold", sans-serif;
    color: #6835f7;
    font-size: 30px;
    margin: 0 72px;
  }

  .slide11 img.connector {
    max-width: 70px;
    margin: 32px 0;
  }

  .slide11 img.image {
    max-width: 70%;
    text-align: center;
  }

  .slide11 img.conector-bottom {
    position: absolute;
    bottom: -40px;
    width: 5%;
  }

  .slide11 a.btn-custom {
    width: 40%;
    margin-left: 32%;
  }

  /* ===================================
   SLIDE 12 - MOBILE
====================================== */

  .slide12 img {
    max-width: 100%;
  }

  /* ===================================
   SLIDE 13 - MOBILE
====================================== */

  .slide13 .desktop {
    display: none !important;
  }

  .slide13 .mobile {
    display: block !important;
  }

  .slide13 h3 {
    font-size: 26px;
    margin: 0 60px 24px;
    text-align: center;
  }

  .slide13 img.image {
    max-width: 70%;
    text-align: center;
  }

  .slide13 .container-topic {
    padding: 10px;
    width: 80%;
    margin-bottom: 32px;
    margin-left: 10%;
    min-height: unset;
  }

  .slide13 .container-image h3 {
    font-size: 20px;
  }

  .slide13 .container-image h3.topic-title {
    font-size: 24px;
    margin-bottom: 0;
  }

  .slide13 .container-image h3.topic-text {
    font-size: 18px;
  }

  /* ===================================
      Contact Section - MOBILE
====================================== */

  .contact-sec .contact-container {
    margin-bottom: 32px;
  }

  .contact-sec .contact-form {
    width: 100%;
  }

  .contact-sec .contact-heading {
    font-size: 30px;
  }

  .contact-sec .contact-details ul {
    width: 100%;
  }

  .footer-style-1 p.copyright {
    text-align: center;
  }
}
