:root {
  --color-bg-001: #111111;
  --color-bg-002: #0C0D14;
  --color-bg-003: #F7F7F7;
  --color-bg-004: #131128;
  --lilas: #7B61CD;
  --rosa: #f732b6;
  --white: #fff;
  --lilas-rgba: rgba(123, 97, 205, 0.8);
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  background-color: #221F23;
}

a {
  text-decoration: none;
  color: var(--lilas);
}

a:hover {
  color: var(--white);
  text-decoration: none;
}

::selection {
  background-color: var(--lilas);
  color: var(--white);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: var(--color-bg-002);
}

::-webkit-scrollbar-thumb {
  background-color: var(--lilas);
  border-radius: 8px;
}

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


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background: transparent;
}

#header.header-scrolled, #header.header-inner-pages {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

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

@media (max-width: 992px) {
  #header {
    padding: 12px 0;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  background-image: url('../img/background/bg1.webp');
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#hero .logo img {
  max-height: 45px;
  margin: 0 0 40px -10px;
}

#hero .container {
  padding-top: 80px;
}

#hero h1 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 45px;
  line-height: 50px;
  color: var(--white);
}

#hero span {
  color: var(--lilas);
}

#hero p {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: var(--white);
}

.btn-get-started,
.btn-get-quote {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 17px;
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 15px;
  border-radius: 5px;
  transition: 0.5s;
}

.btn-get-started>i {
  font-weight: 400;
  padding-right: 5px;
  vertical-align: middle;
  font-size: 20px;
}

.btn-get-started {
  color: var(--white);
  background-color: var(--lilas);
  box-shadow: 5px 5px 0 0 var(--lilas-rgba);
  border-radius: 1px;
}

.btn-get-started:hover {
  color: var(--white);
  background-color: var(--lilas-rgba);
  box-shadow: 5px 5px 0 0 var(--lilas);
}

.btn-get-quote {
  color: #5a5af3;
  border: 2px solid #5a5af3;
}

.btn-get-quote:hover {
  background: #5a5af3;
  color: var(--white);
}

@media (max-width: 768px) {
  section#hero {
    padding: 0;
  }

  #hero {
    background-position: center left;
    height: 100%;
  }

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

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  #hero {
    text-align: center;
  }
}

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

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

.section-title h2 {
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
  color: var(--white);
}

.section-title span {
  color: var(--lilas);
}

.section-title p {
  font-size: 17px;
  color: var(--white);
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .swiper-portfolio {
  padding: 40px 0;
}

.portfolio .swiper-slide {
  margin-bottom: 25px;
}

.portfolio .swiper-slide img {
  border-top: 2px solid var(--lilas);
  border-bottom: 2px solid var(--lilas);
  border-radius: 10px;
}

.portfolio .swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #707070);
}

.portfolio .swiper-pagination-bullet-active {
  background: var(--lilas);
}

@media (max-width: 768px) {
  .portfolio .swiper-slide {
    text-align: center;
  }

  .portfolio .swiper-slide img {
    width: 70%;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features h2 {
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  color: var(--white);
}

.features span {
  color: var(--lilas);
}

.features p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background-color: var(--color-bg-003);
}

.counts .count-box {
  padding: 25px;
  width: 70%;
  position: relative;
  text-align: center;
  border-radius: 100%;
  border: 3px solid #00CC66;
  background: #E5FAEF;
}

.counts .count-box span {
  font-size: 76px;
  display: block;
  font-weight: 700;
  color: #00CC66;
}

.counts .count-text h3 {
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 20px;
}

.counts .count-text h3>span {
  color: #00CC66;
}

.counts .count-text p {
  font-size: 16px;
}

.counts .btn-get-started {
  color: var(--white);
  border-radius: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  background-color: #00CC66;
  box-shadow: 5px 5px 0 0 #01e070;
}

@media (max-width: 768px) {
  .counts {
    text-align: center;
  }

  .counts .count-box {
    width: 50%;
    margin: 0 auto;
  }

  .counts .count-text h3 {
    font-size: 35px;
    line-height: 40px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .card {
  position: relative;
  height: 400px;
  padding: 30px;
  background-color: #1E1C1E;
  border: none;
  overflow: hidden;
  border-radius: 10px;
}

.about .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  height: 100%;
}

.about .card::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  border-radius: 10px;

  background: linear-gradient(45deg, var(--lilas), #1E1C1E, #1E1C1E, var(--white));
  -webkit-mask: linear-gradient(var(--white) 0 0) content-box, linear-gradient(var(--white) 0 0);
  mask: linear-gradient(var(--white) 0 0) content-box, linear-gradient(var(--white)0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.about .card h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 23px;
  color: var(--lilas);
}

.about .card span {
  font-size: 16px;
  color: var(--white);
}

.about .card img {
  width: 55px;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .card {
  position: relative;
  height: 99%;
  padding: 30px;
  border-radius: 10px;
  background-color: var(--lilas);
  border: none;
  overflow: hidden;
  text-align: center;
  color: var(--white);
}

.why-us .card {
  background: url('../img/background/bg-card.webp') no-repeat;
  background-position: center center;
  background-size: cover;
}

.why-us .card::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  border-radius: 10px;
  background: linear-gradient(45deg, var(--white), var(--lilas), var(--lilas), var(--white));
  -webkit-mask: linear-gradient(var(--white) 0 0) content-box, linear-gradient(var(--white) 0 0);
  mask: linear-gradient(var(--white) 0 0) content-box, linear-gradient(var(--white)0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.why-us .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  height: 100%;
}

.why-us .card .card-body h4 {
  margin-bottom: 15px;
  font-size: 23px;
}

.why-us .card .card-body p>strong {
  font-weight: 600;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .card {
  position: relative;
  height: 99%;
  padding: 30px;
  border-radius: 10px;
  background-color: #1E1C1E;
  border: none;
  border-left: 4px solid var(--lilas);
  overflow: hidden;
  text-align: center;
  color: var(--white);
}

.services .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.services .card .card-body h4 {
  margin-bottom: 15px;
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .section-title h2 {
  z-index: 2;
  line-height: 35px;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid var(--white);
  padding: 20px 10px 20px 10px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  padding-right: 15px;
  font-weight: 500;
  cursor: pointer;
  color: var(--lilas);
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: -2px;
  color: var(--lilas);
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  color: var(--white);
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: var(--white);
}

.faq .faq-list .collapsed:hover {
  color: var(--lilas);
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

@media (max-width: 768px) {
  .faq {
    padding: 40px 0;
    background-image: none;
  }

  .faq .faq-list .question {
    font-size: 16px;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: var(--white);
  font-size: 14px;
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
}

#footer .footer-top {
  padding: 60px 0 10px 0;
}

#footer .footer-top .row {
  padding: 30px;
  border-bottom: 1px solid var(--lilas);
}

#footer .footer-top .footer-contact img {
  margin-left: -8px;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}

#footer .copyright {
  font-size: 14px;
  font-weight: 300;
}

#footer .credits {
  font-size: 14px;
  font-weight: 300;
}

#footer .credits a {
  transition: 0.3s;
}

#footer .social-links a {
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  color: var(--white);
  border: 1px solid var(--lilas);
  border-radius: 50px;
  padding: 10px;
}

#footer .social-links a:hover {
  color: var(--white);
  background-color: var(--lilas);
  text-decoration: none;
}

@media (max-width: 768px) {
  #footer {
    padding: 0;
  }

  #footer .footer-top {
    padding: 20px 0 10px 0;
  }

  #footer .footer-top .row {
    padding: 30px 0 30px 7px;
  }
}