/**
* Template Name: Gp
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #ffc451;
  text-decoration: none;
}

a:hover {
  color: #ffd584;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Grotesk", sans-serif;
}

/*--------------------------------------------------------------
# Palette

Secondary Purple - #643AC9
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffc451;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #151515;
  line-height: 0;
}

.back-to-top:hover {
  background: #151515;
}

.back-to-top:hover i {
  color: #ffc451;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #834FFF;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Do not download video on mobile
--------------------------------------------------------------*/
#hero-video-section {
  margin-bottom: -66px;
}

.wrapper {
  display: table;
  position: relative;
  margin-top: 42px;
}

.play-button {
  background-image: url("../img/icons/play.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: -120px;
  bottom: 0;
  margin: auto;
  background-size: 42px;
  background-position: center;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  color: #160D2B;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-inner-pages {

}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #ffc451;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
#  Components
--------------------------------------------------------------*/
.card-shadow {
  filter: drop-shadow(-1px 2px 6px rgba(0, 0, 0, 0.15));
}

/*--------------------------------------------------------------
#  Get Started Button
--------------------------------------------------------------*/
.get-started-btn {
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  background: #834fff;
  font-family: "Space Grotesk", sans-serif;
}

.get-started-btn:hover {
  color: #fff;
  background: #643AC9;
}

@media (max-width: 992px) {
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  font-family: "Space Grotesk", sans-serif;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 600;
  color: #160D2B;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar li:hover > a {
  color: #643AC9;
}

.navbar .active,
.navbar .active:focus {
  color: #834FFF;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #151515;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  background-color: #834fff;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

#language {
  font-family: "Space Grotesk", sans-serif;
  margin-right: 10px;
  padding: 7px 10px 8px 25px;
  border: 0;
  border-radius: 4px;
  background: #F3F3F3;
  color: #8D80A6;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515;
  font-family: "Space Grotesk", sans-serif;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #151515;
  background-color: #834fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  background-color: #834fff;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

#header get-started-btn {
  font-family: "Space Grotesk", sans-serif;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/bglq.jpg") top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

#hero h1 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 100%;
  color: #160D2B;
  font-family: "Space Grotesk", sans-serif;
}

#hero h1 span {
  color: #834fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
  font-family: "Space Grotesk", sans-serif;
}

.highlight {
  margin: 28px 0px;
  color: #160D2B;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: #834fff;
  text-underline-offset: 10px;
}

@media (max-width: 768px) {
  .white-bg {
    background: #fff;
    display: inline-block;
  }
}

#hero .row {
  text-align: left;
}

#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #834fff;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #834fff;
}

#hero .icon-box:hover {
  border-color: #834fff;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

#hero .seal {
  padding: 8px 12px 0 12px;
  margin-top: 24px;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  background: #F9BB6E;
  color: #160D2B;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  transition: 0.3s;
}

#hero .seal:hover {
  background: #160D2B;
  color: #F9BB6E;
  transition: 0.3s;
}

#hero .seal p {
  margin-bottom: 0.5rem;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #151515;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 0;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .about .background {
    display: none;
  }
}

.about .background {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../img/about/bg.svg");
}

.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  color: #160D2B;
}

.about .content h3 span {
  color: #834fff;
}

.about .content h5 {
  color: #160D2B;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  text-transform: uppercase;
}

.about .content p {
  color: #160D2B;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #834fff;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .about-section {
  padding: 10px;
}

@media (min-width: 768px) {
  .about .about-section {
    padding: 200px;
  }
}

@media (max-width: 768px) {
  .about .about-left {
    padding: 60px;
  }

  .about .about-right {
    padding: 60px;
  }
}

.about .about-left p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding-top: 20px;
  font-family: "Space Grotesk", sans-serif;
}

.about .about-right {
  background: #f2f2f2;
}

.about .about-right p {
  color: #8D80A6;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
  padding: 10px 0;
}

.about .about-right .icon-row {
  padding: 20px 0;
}

.video-container {
  width: 480px;
  height: 270px;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Methods
--------------------------------------------------------------*/

#methods {
  background: #160D2B;
}

#methods h2 {
  padding-top: 120px;
  padding-bottom: 40px;
  font-size: 44px;
  color: #fff;
  text-transform: uppercase;
}

#methods .process {
  margin: 60px 0;
  overflow-x: scroll;
  white-space: nowrap;
}

#methods .row {
  text-align: center;
}

.methods-highlight {
  color: #f9bb6e;
  font-size: 33px;
  text-transform: uppercase;
  margin-top: 28px;
}

#methods .logo {
  margin-top: 48px;
}

/*--------------------------------------------------------------
# Segments
--------------------------------------------------------------*/

#segments {
  background-image: url("../img/exp/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  font-family: "Space Grotesk", sans-serif;
}

#segments .row {
  text-align: center;
  align-items: stretch;
}

.segments-section {
  padding-bottom: 200px;
}

#segments h2 {
  padding: 130px 0;
  color: #fff;
  font-size: 33px;
  text-transform: uppercase;
}

.segment-box {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  padding-top: 30px;
  color: #fff;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
}

.segment-box .number {
  width: 46px;
  background: #F9BB6E;
  padding: 16px 14px;
}

.segment-box .text {
  flex: 1;
  background: #160D2B;
  padding: 16px 14px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
#clients {
  background: #160D2B;
}

#clients h2 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  margin: 30px;
}

.clients-section {
  text-align: center;
}

.clients {
  padding-top: 20px;
}

#clients .row .icon {
  padding: 40px 0;
  max-height: 120px;
}

#clients .icon img {
  scale: 0.7;
  margin: 0 auto;
}

.clients-highlight {
  color: #f9bb6e;
  font-size: 33px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: #3b3545;
  text-underline-offset: 28px;
  margin-top: -32px;
  margin-bottom: 32px;
}

.clients-footer {
  padding: 30px 0;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
}

#clients p {
  color: #8D80A6;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #834fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;
  background: #F3F3F3;
}

@media (min-width: 768px) {
  .features {
    background-image: linear-gradient(90deg,
    #F3F3F3 90%,
    #643AC9 90%, #643AC9 95%,
    #834FFF 95%);
  }
}

.features .row {
  text-align: center;
  text-transform: uppercase;
}

.features h2 {
  color: #8D80A6;
  padding: 80px;
}

.feature-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  gap: 18px;
  margin-bottom: 36px;

  background: rgba(131, 79, 255, 0.01);
  box-shadow: inset 6px 7px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  font-family: "Space Grotesk", sans-serif;
}

.feature-box .number {
  font-style: normal;
  font-weight: 500;
  font-size: 58px;
  line-height: 100%;

  /* identical to box height, or 58px */
  text-transform: uppercase;

  color: #8D80A6;

  flex-grow: 0;
}

.feature-box .text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;

  /* or 19px */
  text-transform: uppercase;

  /* Primary/DarkPurple - 500 */
  color: #8D80A6;


  /* Inside auto layout */
  order: 1;
  flex-grow: 1;
  align-self: center;
}

.features .icon-box {
  padding-left: 15px;
}

.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #834fff;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Assurance
--------------------------------------------------------------*/
.assurance {
  background: #160D2B;
  font-family: "Space Grotesk", sans-serif;
}

.assurance-section {
  flex-direction: column;
}

.assurance .seal {
  margin: 12px;
  text-align: center;
  text-transform: uppercase;
  background: #F9BB6E;
  color: #160D2B;
  padding: 8px;
  font-weight: 600;
  font-size: 18px;
}

#assurance h2 {
  padding: 0;
  text-transform: uppercase;
  color: #F9BB6E;
!important;
  font-size: 48px;
}

.assurance-section p {
  text-transform: uppercase;
  color: #F9BB6E;
!important;
}

.assurance-section p {
  text-transform: uppercase;
  color: #F9BB6E;
!important;
  font-size: 18px;
}

.assurance-sub-section p {
  margin-top: 40px;
  margin-bottom: 0;
  color: #DDDDDD;
!important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

/*--------------------------------------------------------------
# TCE
--------------------------------------------------------------*/
.tce {
  background: #fff;
  font-family: "Space Grotesk", sans-serif;
}

#tce h2 {
  padding: 0;
  margin: 32px 0;
  text-transform: uppercase;
  color: #643AC9;
  font-size: 44px;
  line-height: 44px;
}

#tce .description {
  color: #3E3455;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;

  opacity: 0.6;
}

#tce .description span {
  color: #643AC9;
}

.tce-row {
  padding: 0 12px;
}

.tce-box {
  margin-top: 50px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  background: #F3F3F3;
}

.tce-box .icon {
  width: 42px;
}

.tce-box .title {
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;

  /* or 19px */
  text-transform: uppercase;

  /* Primary/DarkPurple - 500 */
  color: #643AC9;

  /* Inside auto layout */
  flex-grow: 1;
}

.tce-box hr {
  border: 1px solid #DDDDDD;
  width: 80%;
}

.tce-box .item {
  margin: 6px 0;
  display: flex;
  align-items: center;
}

.tce-box .bullet {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;

  /* Primary/DarkPurple - 500 */
  color: #8D80A6;
  flex: 1 1;
}

.tce-section .disclaimer {
  margin-top: 10px;
  margin-left: -20px;
}

.tce-section .disclaimer p {
  margin-top: 10px;
  margin-bottom: 0;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;

  color: #3E3455;

  opacity: 0.6;
}

.tce-section .disclaimer p span {
  font-weight: bold;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #834fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 a:hover {
  color: #834fff;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta .panel {
  padding: 90px;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #834fff;
  border-color: #834fff;
  color: #151515;
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
#banner {
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 540px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background: #834fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #834fff;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #834fff;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #834fff;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Functionality
--------------------------------------------------------------*/
.functionality {
  margin-top: 60px;
  background: #fff;
  font-family: "Space Grotesk", sans-serif;
}

.functionality-section {
  flex-direction: column;
}

.functionality .seal {
  margin: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #F9BB6E;
  padding: 8px;
  font-weight: 600;
  font-size: 18px;
  border: 1px solid #F9BB6E;
}

/* Used by Segments */
#functionality h2 {
  margin-top: 20px;
  font-style: normal;
  font-weight: 600; /*500*/
  font-size: 44px;
  line-height: 100%;

  /* or 44px */
  text-transform: uppercase;

  /* Primary/DarkPurple */
  color: #160D2B;
}

#functionality h3 {
  padding-top: 16px;
  text-transform: uppercase;
  font-size: 20px;
}

.functionality-section p {
  margin-top: 30px;
  margin-bottom: 0;
  color: #3E3455;
!important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

/*--------------------------------------------------------------
# Process (Test Page)
--------------------------------------------------------------*/

#process {
  background: #160D2B;
  font-family: "Space Grotesk", sans-serif;
}

#process .top {
  margin: 58px auto;
}

#process h2 {
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}

#process h2 span {
  color: #f9bb6e;
}

#process .process {
  padding: 60px 0;
}

#process .row {
  text-align: center;
}

.process-box {
  margin: 0 40px;
  padding: 26px;
  text-align: left;
  display: flex;
  flex-direction: column;

  background: #FFFFFF;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.process-box .icon {
  width: 50px;
}

.process-box .title {
  margin-top: 20px;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;

  /* or 19px */
  text-transform: uppercase;

  /* Primary/DarkPurple - 500 */
  color: #643AC9;

  /* Inside auto layout */
  flex-grow: 1;
  font-family: "Space Grotesk", sans-serif;
}

.process-box p {
  margin: 10px 0;
}

#process-cards {
  color: #8D80A6;
  font-family: "Space Grotesk", sans-serif;
}

#process-cards .bar {
  flex-wrap: wrap;
  align-items: flex-start;
}

.process-box {
  margin-top: 30px;
}

.process-highlight {
  color: #f9bb6e;
  font-size: 33px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: #3b3545;
  text-underline-offset: 28px;
  margin-top: 28px;
  margin-bottom: 48px;
}

/*--------------------------------------------------------------
# Combo
--------------------------------------------------------------*/

#combo {
  background: url("../img/bg-tests.jpg") top center;
  background-size: cover;
}

#combo h2 {
  margin: 16px 0;
  font-size: 20px;
  text-transform: uppercase;
}

#combo .row {
  flex-direction: column;
}

#combo .segment-box {
  flex: auto;
  filter: drop-shadow(-14px 10px 63px rgba(0, 0, 0, 0.25));
}

#combo .segment-box .text {
  flex: unset;
  background: #643AC9;
  padding: 16px 14px;
  text-transform: uppercase;
}

#combo .segment-box .first,
#combo .segment-box .forth {
  padding-right: 100px;
}

#combo .segment-box .second {
  padding-right: 140px;
}

#combo .segment-box .third {
  padding-right: 140px;
}

#combo-bottom .content {
  margin: auto;
  text-align: center;
}

#combo-bottom h2 {
  margin: 100px 0;
  color: #F9BB6E;
  /* Header/Large */
  font-style: normal;
  font-weight: 500;
  font-size: 33px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Threats
--------------------------------------------------------------*/

#threats {
  color: #3E3455;
}

#threats .title {
  padding-top: 10px;
  padding-bottom: 52px;
}

#threats .top-icon {
  width: 64px;
}

#threats h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 52px;

  text-transform: uppercase;
}

#threats h3 {
  padding-top: 10px;
  padding-bottom: 24px;

  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;

  text-transform: uppercase;
}

#threats h4 {
  margin-top: 20px;

  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

#threats p,
#threats li,
#threats td {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;

  color: #8D80A6;
}

.threat-box {
  display: flex;
  align-items: flex-start;
  flex-direction: inherit;
}

.threat-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;

  color: #F9BB6E;
}

.threat-box .icon {
  margin: 0px 24px;
  width: 42px;
  transform: rotate(90deg);
  color: #8D80A6;
}

.threat-box .description {
  padding-top: 8px;
}

#threats table {
  margin: 100px;
  border-collapse: collapse;
}

#threats tr {
  color: #8D80A6;
}

#threats th,
#threats td {
  padding: 10px;
  border: 1px solid #8D80A6;
}

#threats #comparison {
  margin-top: 70px;
  margin-bottom: 120px;
}

#plus-section {
  padding: 14px 0;
  margin-bottom: 104px;
}

#plus-section .plus-icon {
  width: 36px;
}

#plus-section .text {
  text-transform: uppercase;
}

#threats .left-panel {
  flex-direction: column;
  margin-right: 52px;
}

#threats .right-panel {
  flex-direction: column;
}

#threats .seal {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 20px;

  text-align: center;
  text-transform: uppercase;
  background: #F9BB6E;
  color: #160D2B;
  padding: 8px;
  font-weight: 600;
  font-size: 18px;
}

.table-row {
  text-align: center;
}

/*--------------------------------------------------------------
# Why
--------------------------------------------------------------*/
#why h2 {
  color: #160D2B;
}

#why .why-box {
  flex-direction: column;
  font-family: "Space Grotesk", sans-serif;
  margin-top: 20px;
}

#why .why-box .number {
  padding: 16px;

  font-style: normal;
  font-weight: 600; /*500*/
  font-size: 18px;
  line-height: 22px;

  text-align: center;
  text-transform: uppercase;

  /* Tertiary/Yellow */
  color: #F9BB6E;
  background: #160D2B;
}

#why .why-box .text {
  padding: 12px;

  font-style: normal;
  font-weight: 600; /*500*/
  font-size: 18px;
  line-height: 22px;

  text-align: center;
  text-transform: uppercase;

  color: #3E3455;
  background: #FFEDD9;
}

#why .card-row {
  align-items: baseline;
}

/*--------------------------------------------------------------
# Journey
--------------------------------------------------------------*/

#journey {
  background: #f3f3f3;
}

#journey h2 {
  margin-top: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 600; /*500*/
  font-size: 32px;
  line-height: 100%;

  /* or 44px */
  text-transform: uppercase;

  /* Primary/DarkPurple */
  color: #160D2B;
}

#journey h3 {
  margin-top: 80px;
  margin-bottom: 90px;

  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;

  /* identical to box height, or 22px */
  text-align: center;
  text-transform: uppercase;

  /* Primary/DarkPurple - 900 */
  color: #3E3455;
}

#journey .info {
  text-align: center;
  font-size: 14px;
}

#journey p {
  color: #8D80A6;
  font-family: "Space Grotesk", sans-serif;
}

.journey-box {
  text-align: center;
  margin: 12px;
  padding: 12px;
  /* Frame 32 */

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 196px;
  height: 160px;

  /* Primary/White - 50 */
  background: #F3F3F3;
  box-shadow: -1px 2px 20px rgba(22, 13, 43, 0.12);
  border-radius: 2px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.journey-box .info-icon {
  margin: 10px;
}

.journey-box .info-button {
  padding: 30px 0;
  /* Frame 31 */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  gap: 8px;

  background: #ECECEC;
  box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 2px;

  text-align: center;
  text-transform: uppercase;

  /* Secondary/Roxo 01 */
  color: #834FFF;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  font-family: "Space Grotesk", sans-serif;
}

.journey-box .info-button-big {
  padding: 6px 0;
!important;
}

.journey-box img {
  width: 32px;
}

/*--------------------------------------------------------------
# Test list
--------------------------------------------------------------*/
.test-box {
  padding: 20px;
  flex-direction: column;
  font-family: "Space Grotesk", sans-serif;
}

.test-box .title {
  margin-top: 18px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;

  /* or 19px */

  color: #643AC9;
}

hr {
  border: 1px solid #DDDDDD;
}

/*--------------------------------------------------------------
# Privacy Policy
--------------------------------------------------------------*/
.privacy {
  margin-top: 160px;
  margin-bottom: 80px;
}

.privacy p {
  color: #8D80A6;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .container {
  margin-top: 80px;
}

.about .card-row {
  margin-top: 40px;
  margin-left: -46px;
  margin-bottom: 50px;
  padding-left: 110px;
}

#about-text {
  text-transform: uppercase;
  background: #F5F2FB;
}

@media (min-width: 768px) {
  #about-text {
    background-image: linear-gradient(90deg,
    #643AC9 5%,
    #834FFF 5%, #834FFF 10%,
    #F5F2FB 10%);
  }
}

#about-text h4 {
  margin: 16px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 20px; /*font-size: 16px;*/
  line-height: 120%;

  /* or 19px */
  text-transform: uppercase;

  /* Primary/DarkPurple - 900 */
  color: #3E3455;
}

#about-text h3 {
  margin: 16px 0;
  font-size: 20px;
  font-weight: 600;
}

#about-text .image-container {
  margin: 30px 0;
  text-align: center;
}

#about-text .image-container img {
  width: 100%;
  padding: 12px;
}

#about-text .card-row {
  text-align: center;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
#contact-form {
  margin-top: 102px;
  background: #834fff;
}

#contact-form hr {
  width: 26px;
  margin: 0;
  border: 1px solid #F9BB6E;
  opacity: unset;
}

#contact-form h3 {
  margin: 64px 0;

  font-style: normal;
  font-weight: 500;
  font-size: 33px;
  line-height: 100%;

  /* or 33px */
  text-transform: uppercase;

  /* Primary/White */
  color: #FFFFFF;
}

#contact-form .sub-title {
  margin-top: 64px;
  margin-bottom: 12px;

  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;

  /* or 33px */
  text-transform: uppercase;

  /* Primary/White */
  color: #FFFFFF;
}

#contact-form .address {
  color: #F3F3F3;
  /* Subtitle/Regular */
  font-family: Space Grotesk;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  text-transform: uppercase;
}

#contact-form h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;

  /* identical to box height, or 22px */
  text-transform: uppercase;

  /* Primary/White - 100 */
  color: #DDDDDD;
}

.icon-row {
  margin-bottom: 6px;
}

#contact-form img {
  width: 64px;
  margin: 10px 0;
}

#contact-form .section-left p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding-top: 20px;
}

#contact-form .section {
  background: #FFFFFF;
}

#error-page {
  padding: 0;
!important;
  margin-top: 102px;
  background: #f3f3f3;
}

#error-page .section-left {
  padding: 160px 80px 160px 160px;
}

#error-page h4 {
  /* Subtitle/Regular */
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;

  /* identical to box height, or 22px */
  text-transform: uppercase;

  /* Primary/DarkPurple - 500 */
  color: #8D80A6;
}

#error-page h3 {
  margin: 40px 0;
  /* Header/XXL */
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-size: 58px;
  line-height: 100%;

  /* or 58px */
  text-transform: uppercase;

  /* Secondary/Roxo 02 */
  color: #643AC9;
}

#error-page p {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;

  /* or 29px */
  text-transform: uppercase;

  /* Primary/DarkPurple - 900 */
  color: #3E3455;
}

#error-page hr {
  width: 24px;
  opacity: 1;
  border: 1px solid #F9BB6E;
}

.error-bg {
  background: url("../img/error/bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  background: #834fff;
  color: #151515;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #834fff;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #834fff;
  border: 0;
  padding: 10px 24px;
  color: #151515;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ffcd6b;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 74px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #3E3455;
  color: #8D80A6;
  padding: 40px 0;
  font-size: 14px;
  font-family: "Space Grotesk", sans-serif;
}

#footer .bar {
  margin: 0 210px;
  padding: 30px 0;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 768px) {
  #footer .bar {
    flex: 1;
  }
}

#footer hr {
  border: 1px solid #8D80A6;
  width: 70%;
}

#footer a {
  color: #8D80A6;
}

#footer .footer-link {
  flex: content;
  white-space: nowrap;
}

@media (max-width: 768px) {
  #footer .footer-link {
    margin: 0 130px;
  }
}

#footer .social {
  width: 54px;
  margin: 12px -6px;
}

#footer .logo {
  margin-top: 26px;
  margin-bottom: 32px;
  width: 220px;
}

#footer .copyright, #footer .credits, #footer .credits a {
  color: #8D80A6;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

#cookie-box {
  padding: 16px;
  position: fixed;
  background: white;
  border: #A49EB2 solid 1px;
  border-radius: 4px;
  color: #160D2B;
  width: 405px;
  left: 80px;
  bottom: 40px;
  visibility: visible;
}

#cookie-box .reject {
  float: left;
  margin-top: 8px;
  margin-left: 8px;
  color: #160D2B;
  font-family: "Space Grotesk", sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-style: normal;
  line-height: 100%; /* 14px */
  text-transform: uppercase;
  cursor: pointer;
}

#cookie-box a {
  color: #160D2B;
  text-decoration-line: underline;
}

#cookie-box .seal {
  float: right;
  margin-top: -4px;

  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  background: #F9BB6E;
  color: #160D2B;
  padding: 8px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}