/**
* Template Name: Sailor - v4.7.0
* Template URL: https://bootstrapmade.com/sailor-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Lexend", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #e03a1c;
}

a:hover {
  color: #ff4d2e;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff4d2e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #243044;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #ffffff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  border-bottom: 2px solid #ff4d2e;
}
#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
  padding: 12px 0;
}
#header.header-inner-pages {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 800;
  text-transform: none;
}
#header .logo a {
  color: #ff4d2e;
}
#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Lexend", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #5a6475;
  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 .active, .navbar .active:focus, .navbar li:hover > a {
  color: #ff4d2e;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #ff4d2e;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 20px;
  font-weight: 400;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #e03a1c;
}
.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: 15px;
  text-transform: none;
  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 {
  color: #243044;
}
.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%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #ff4d2e;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.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(63, 73, 83, 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: #5a6475;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #ff4d2e;
}
.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;
}
.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 {
  color: #243044;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(30, 35, 40, 0.6);
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}
#hero .container {
  text-align: center;
}
#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}
#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: #243044;
}
#hero .btn-get-started {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #243044;
}
#hero .btn-get-started:hover {
  background: #243044;
}
@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    top: 8px;
  }
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg, .services .icon-box {
  background-color: #f8f9fa;
}

.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: "Lexend", sans-serif;
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ff4d2e;
  margin: 4px 10px;
}
.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Lexend", sans-serif;
  color: #5a6475;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 18px 0;
  background: #f8f9fa;
  min-height: 40px;
  margin-top: 80px;
}
.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 300;
  margin: 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6b7b8d;
  content: "/";
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs h2 {
    margin-bottom: 10px;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}
.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #ff4d2e;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}
.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}
.clients img:hover {
  filter: none;
  transform: scale(1.15);
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 16px;
  border-left: none;
  border-top: 4px solid #ff4d2e;
  box-shadow: 0 8px 24px rgba(255, 77, 46, 0.08);
}
.services .icon-box i {
  float: left;
  color: #ff4d2e;
  font-size: 40px;
}
.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .icon-box h4 a {
  color: #5a6475;
  transition: 0.3s;
}
.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}
.services .icon-box:hover h4 a {
  color: #ff4d2e;
}

/*--------------------------------------------------------------
# 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: #fff;
  background: #d9232d;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(85, 98, 112, 0.6);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(85, 98, 112, 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: rgba(255, 255, 255, 0.6);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: white;
}
.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 #d9232d;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d9232d;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(85, 98, 112, 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;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
  padding: 30px;
  border-radius: 4px;
  background: white;
}
.team .member .pic {
  overflow: hidden;
  width: 140px;
  border-radius: 4px;
}
.team .member .pic img {
  transition: ease-in-out 0.3s;
}
.team .member:hover img {
  transform: scale(1.1);
}
.team .member .member-info {
  padding-left: 30px;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #5a6475;
}
.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #dee2e6;
  bottom: 0;
  left: 0;
}
.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  background: #8795a4;
}
.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}
.team .member .social a:hover {
  background: #d9232d;
}
.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Lexend", sans-serif;
  color: #5a6475;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
}
.skills .progress-bar-wrap {
  background: #edeff1;
}
.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #6b7b8d;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  overflow: hidden;
}
.features .nav-tabs {
  border: 0;
}
.features .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #5a6475;
  border-radius: 0;
  border-right: 2px solid white;
  font-weight: 600;
  font-size: 15px;
}
.features .nav-link:hover {
  color: #d9232d;
}
.features .nav-link.active {
  color: #d9232d;
  border-color: #d9232d;
}
.features .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.features .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #5a6475;
}
.features .details p {
  color: #777777;
}
.features .details p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .features .nav-link {
    border: 0;
    padding: 15px;
  }
  .features .nav-link.active {
    color: #fff;
    background: #d9232d;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}
.pricing h4 {
  font-size: 36px;
  color: #d9232d;
  font-weight: 600;
  font-family: "Lexend", sans-serif;
  margin-bottom: 20px;
}
.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}
.pricing ul i {
  color: #d9232d;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
  background: #d9232d;
  display: inline-block;
  padding: 8px 35px 9px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  background: #e1444d;
}
.pricing .featured h3 {
  color: #fff;
  background: #d9232d;
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #d9232d;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid white;
}
.faq .faq-item i {
  color: #dee2e6;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}
.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "Lexend", sans-serif;
}
.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #f8d1d3;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color: #5a6475;
  float: left;
  width: 44px;
  height: 44px;
  background: #edeff1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  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: #5a6475;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #8795a4;
}
.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #5a6475;
  color: #fff;
}
.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;
  -webkit-animation: animate-loading 1s linear infinite;
  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: #d9232d;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #d9232d;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #e24d55;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}
.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}
.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}
.blog .entry .entry-title a {
  color: #5a6475;
  transition: 0.3s;
}
.blog .entry .entry-title a:hover {
  color: #d9232d;
}
.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #c1c8d0;
}
.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}
.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}
.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.blog .entry .entry-content p {
  line-height: 24px;
}
.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}
.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #d9232d;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}
.blog .entry .entry-content .read-more a:hover {
  background: #df3740;
}
.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #5a6475;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
  color: #a4afba;
  display: inline;
}
.blog .entry .entry-footer a {
  color: #606f7e;
  transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
  color: #d9232d;
}
.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.blog .entry .entry-footer .cats li {
  display: inline-block;
}
.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.blog .entry .entry-footer .tags li {
  display: inline-block;
}
.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}
.blog .entry .entry-footer .share {
  font-size: 16px;
}
.blog .entry .entry-footer .share i {
  padding-left: 5px;
}
.blog .entry-single {
  margin-bottom: 30px;
}
.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}
.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #5a6475;
}
.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}
.blog .blog-author .social-links a {
  color: rgba(85, 98, 112, 0.5);
  margin-right: 5px;
}
.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}
.blog .blog-comments {
  margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
  font-weight: bold;
}
.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}
.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}
.blog .blog-comments .comment .comment-img img {
  width: 60px;
}
.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}
.blog .blog-comments .comment h5 a:hover {
  color: #d9232d;
}
.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #5a6475;
}
.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}
.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #6b7b8d;
  margin-bottom: 5px;
}
.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.blog .blog-comments .reply-form p {
  font-size: 14px;
}
.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #e9797f;
}
.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #e9797f;
}
.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #5a6475;
}
.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #606f7e;
}
.blog .blog-pagination {
  color: #8795a4;
}
.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}
.blog .blog-pagination li a {
  color: #5a6475;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #d9232d;
}
.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}
.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #5a6475;
  position: relative;
}
.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}
.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}
.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #d9232d;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.blog .sidebar .search-form form button i {
  line-height: 0;
}
.blog .sidebar .search-form form button:hover {
  background: #de323c;
}
.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}
.blog .sidebar .categories ul a {
  color: #5a6475;
  transition: 0.3s;
}
.blog .sidebar .categories ul a:hover {
  color: #d9232d;
}
.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}
.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}
.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}
.blog .sidebar .recent-posts h4 a {
  color: #5a6475;
  transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
  color: #d9232d;
}
.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}
.blog .sidebar .tags {
  margin-bottom: -10px;
}
.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .tags ul li {
  display: inline-block;
}
.blog .sidebar .tags ul a {
  color: #96a2af;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #d9232d;
  background: #d9232d;
}
.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #fbfbfc;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #243044;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  background: #243044;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #d9232d;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: white;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #d9232d;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #df3740;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
#footer .credits a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  font-weight: 600;
}
#footer .credits a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Home Hero
--------------------------------------------------------------*/
#hero.home-hero {
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 77, 46, 0.18), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(255, 107, 74, 0.16), transparent 40%),
    linear-gradient(180deg, #fff7f4 0%, #ffe8e0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
}
#hero.home-hero .home-hero-inner {
  width: 100%;
  text-align: center;
  padding: 140px 20px 100px;
}
#hero.home-hero .hero-kicker {
  display: none;
}
#hero.home-hero h2 {
  color: #1a2332;
  margin-bottom: 18px;
  font-size: 64px;
  font-weight: 800;
  text-transform: none;
  letter-spacing: -1px;
  line-height: 1.05;
}
#hero.home-hero p {
  margin: 0 auto 32px;
  color: #5a6475;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.6;
}
#hero.home-hero .btn-get-started {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 15px 34px;
  border-radius: 30px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background: #ff4d2e;
  text-transform: none;
  box-shadow: 0 10px 24px rgba(255, 77, 46, 0.35);
}
#hero.home-hero .btn-get-started:hover {
  background: #e03a1c;
  color: #fff;
}
@media (max-width: 768px) {
  #hero.home-hero h2 {
    font-size: 40px;
  }
  #hero.home-hero p {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Previous site identity base
--------------------------------------------------------------*/
:root {
  --zan-ink: #100d2f;
  --zan-violet: #5b45f5;
  --zan-lime: #c8ff48;
  --zan-coral: #ff6d74;
  --zan-paper: #f7f6ff;
  --zan-muted: #716d8f;
}

html { scroll-behavior: smooth; }
body { font-family: "DM Sans", sans-serif; color: var(--zan-ink); background: var(--zan-paper); }
h1, h2, h3, h4, h5, h6 { font-family: "Space Grotesk", sans-serif; }
a { color: var(--zan-violet); }
a:hover { color: #3f2dd1; }

#header {
  background: rgba(247, 246, 255, .9);
  border: 0;
  padding: 18px 0;
  backdrop-filter: blur(16px);
}
#header.header-scrolled { box-shadow: 0 8px 35px rgba(28, 19, 83, .08); padding: 12px 0; }
#header .logo { font-family: "Space Grotesk", sans-serif; font-size: 21px; letter-spacing: -.5px; }
#header .logo a { color: var(--zan-ink); display: flex; align-items: center; gap: 10px; }
#header .logo b { color: var(--zan-violet); font-weight: 600; }
.logo-mark {
  display: grid; place-items: center; width: 38px; height: 38px;
  color: var(--zan-ink); background: var(--zan-lime); border-radius: 12px 4px 12px 4px;
  font-size: 23px; font-weight: 700; transform: rotate(-3deg);
}
.navbar a, .navbar a:focus { font-family: "DM Sans", sans-serif; color: #625e7c; font-weight: 600; }
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a { color: var(--zan-violet); }
.mobile-nav-toggle { color: var(--zan-violet); }
.navbar-mobile { background: rgba(16, 13, 47, .96); }
.navbar-mobile ul { border-radius: 18px; }

#hero.home-hero {
  min-height: 720px;
  background: var(--zan-ink);
  position: relative; overflow: hidden;
}
#hero.home-hero::before {
  content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%;
  right: -150px; top: -180px; background: var(--zan-violet); filter: blur(1px); opacity: .35;
}
#hero.home-hero::after {
  content: ""; position: absolute; inset: 0; opacity: .08;
  background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}
#hero.home-hero .home-hero-inner { padding: 155px 20px 85px; position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; text-align: left; }
.hero-copy { position: relative; z-index: 3; }
#hero.home-hero .hero-kicker, .eyebrow {
  display: inline-block; color: var(--zan-lime); font-size: 12px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px;
}
#hero.home-hero h2 { color: #fff; font-size: clamp(58px, 7vw, 94px); line-height: .91; letter-spacing: -5px; margin-bottom: 28px; }
#hero.home-hero h2 em { color: var(--zan-lime); font-style: normal; }
#hero.home-hero p { color: #bbb7d4; max-width: 555px; margin: 0 0 34px; font-size: 19px; }
#hero.home-hero .btn-get-started {
  font-family: "DM Sans", sans-serif; background: var(--zan-lime); color: var(--zan-ink);
  border-radius: 14px; padding: 17px 24px; box-shadow: none; letter-spacing: 0;
}
#hero.home-hero .btn-get-started i { margin-left: 10px; }
#hero.home-hero .btn-get-started:hover { background: #fff; color: var(--zan-ink); transform: translateY(-3px); }
.hero-art { position: relative; height: 440px; }
.hero-z {
  position: absolute; inset: 30px 40px 20px 60px; display: grid; place-items: center;
  font-family: "Space Grotesk", sans-serif; font-size: 260px; font-weight: 700; color: var(--zan-ink);
  background: var(--zan-lime); border-radius: 44% 56% 58% 42% / 38% 38% 62% 62%; transform: rotate(8deg);
  box-shadow: 24px 24px 0 var(--zan-violet);
}
.orbit { position: absolute; border: 2px solid rgba(255,255,255,.2); border-radius: 50%; }
.orbit-one { width: 430px; height: 170px; top: 140px; left: 0; transform: rotate(-18deg); }
.orbit-two { width: 360px; height: 360px; top: 35px; left: 65px; }
.game-tile { position: absolute; z-index: 2; display: grid; place-items: center; border-radius: 20px; font-size: 30px; box-shadow: 0 18px 45px rgba(0,0,0,.25); }
.tile-one { width: 78px; height: 78px; background: var(--zan-coral); color: #fff; left: 12px; top: 70px; transform: rotate(-12deg); }
.tile-two { width: 94px; height: 94px; background: #fff; color: var(--zan-violet); right: 5px; bottom: 38px; transform: rotate(10deg); }
.spark { position: absolute; z-index: 3; color: #fff; font-size: 35px; }
.spark-one { top: 5px; right: 55px; }.spark-two { bottom: 15px; left: 40px; color: var(--zan-coral); }

section { padding: 90px 0; }
.about { background: var(--zan-paper); }
.about .content { align-items: center; }
.about .content h2 { color: var(--zan-ink); font-size: clamp(40px, 5vw, 64px); line-height: 1; letter-spacing: -3px; text-transform: none; }
.about .content h3 { color: var(--zan-muted); font-family: "DM Sans", sans-serif; font-size: 18px; line-height: 1.6; font-weight: 500; }
.about .content p { color: #55516f; font-size: 16px; line-height: 1.8; }
.about .content ul i { color: var(--zan-violet); }
.about .eyebrow { color: var(--zan-violet); }

.services { background: #eeecff; }
.section-title h2 { color: var(--zan-violet); }
.section-title h2::after { background: var(--zan-lime); }
.section-title p { color: var(--zan-ink); text-transform: none; letter-spacing: -2px; }
.services .icon-box {
  background: #fff; border: 1px solid rgba(91,69,245,.1); border-radius: 20px; padding: 32px;
  height: 100%; transition: transform .25s ease, box-shadow .25s ease;
}
.services .icon-box:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(53,42,132,.12); }
.services .icon-box i { color: var(--zan-violet); font-size: 38px; }
.services .icon-box h4 { color: var(--zan-ink); }
.services .icon-box p { color: var(--zan-muted); }

.breadcrumbs { margin-top: 74px; padding: 72px 0 38px; background: var(--zan-ink); color: #fff; }
.breadcrumbs h2 { color: #fff; font-size: 42px; }
.breadcrumbs a { color: var(--zan-lime); }
main > .services .container { max-width: 960px; }
main > .services h4 { color: var(--zan-ink); margin-top: 12px; }
main > .services p, main > .services li { color: #55516f; line-height: 1.8; }

#footer { background: var(--zan-ink); border-top: 4px solid var(--zan-lime); padding: 20px 0 28px; }
.back-to-top { background: var(--zan-violet); border-radius: 12px; }
.back-to-top:hover { background: var(--zan-lime); color: var(--zan-ink); }

@media (max-width: 991px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; gap: 20px; }
  #hero.home-hero p { margin-left: auto; margin-right: auto; }
  .hero-art { height: 330px; max-width: 430px; width: 100%; margin: 10px auto 0; }
  .hero-z { font-size: 190px; inset: 20px 50px 15px; }
  .orbit-one { width: 100%; }.orbit-two { width: 300px; height: 300px; }
}
@media (max-width: 576px) {
  #header .logo b { display: none; }
  #hero.home-hero .home-hero-inner { padding: 135px 12px 70px; }
  #hero.home-hero h2 { font-size: 55px; letter-spacing: -3px; }
  .hero-art { transform: scale(.82); margin-top: -15px; }
  .about .content h2 { letter-spacing: -2px; }
  .breadcrumbs { margin-top: 70px; }
}

/*--------------------------------------------------------------
# Games Soft identity
--------------------------------------------------------------*/
:root {
  --soft-ink: #17243d;
  --soft-blue: #2155e6;
  --soft-red: #ff5b4a;
  --soft-yellow: #ffc83d;
  --soft-cream: #fff9ec;
  --soft-sky: #dce9ff;
  --soft-muted: #62708a;
}

body { font-family: "Manrope", sans-serif; color: var(--soft-ink); background: var(--soft-cream); }
h1, h2, h3, h4, h5, h6 { font-family: "Syne", sans-serif; }
a { color: var(--soft-blue); }
a:hover { color: #163dae; }

#header { background: rgba(255, 249, 236, .94); border-bottom: 1px solid rgba(23,36,61,.1); backdrop-filter: blur(12px); }
#header.header-scrolled { box-shadow: 0 5px 0 rgba(23,36,61,.06); }
#header .logo { font-family: "Syne", sans-serif; font-size: 22px; letter-spacing: -1px; }
#header .logo a { color: var(--soft-ink); gap: 11px; }
#header .logo b { color: var(--soft-blue); }
.logo-mark {
  width: 41px; height: 41px; border-radius: 50%; transform: none;
  background: var(--soft-red); color: #fff; border: 2px solid var(--soft-ink);
  box-shadow: 3px 3px 0 var(--soft-ink); font-size: 20px;
}
.navbar a, .navbar a:focus { font-family: "Manrope", sans-serif; color: var(--soft-muted); font-weight: 700; }
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a { color: var(--soft-blue); }
.mobile-nav-toggle { color: var(--soft-blue); }
.navbar-mobile { background: rgba(23,36,61,.97); }

#hero.home-hero {
  min-height: 735px; background: var(--soft-cream); color: var(--soft-ink);
  border-bottom: 2px solid var(--soft-ink);
}
#hero.home-hero::before {
  width: 440px; height: 440px; right: -80px; top: 80px; opacity: 1; filter: none;
  border-radius: 50%; background: var(--soft-yellow); border: 2px solid var(--soft-ink);
}
#hero.home-hero::after {
  opacity: .26; background-image: radial-gradient(var(--soft-blue) 1.2px, transparent 1.2px);
  background-size: 22px 22px; mask-image: linear-gradient(90deg, #000, transparent 68%);
}
#hero.home-hero .home-hero-inner { padding: 160px 20px 80px; }
.hero-grid { grid-template-columns: .95fr 1.05fr; gap: 65px; }
#hero.home-hero .hero-kicker {
  color: var(--soft-blue); background: var(--soft-sky); border: 1px solid var(--soft-blue);
  border-radius: 99px; padding: 8px 13px; letter-spacing: .7px; font-size: 11px; margin-bottom: 25px;
}
#hero.home-hero .hero-kicker i { margin-right: 5px; }
#hero.home-hero h2 { color: var(--soft-ink); font-size: clamp(58px, 7vw, 92px); line-height: .95; letter-spacing: -5px; }
#hero.home-hero h2 em { color: var(--soft-blue); font-style: normal; text-decoration: underline; text-decoration-color: var(--soft-red); text-decoration-thickness: 7px; text-underline-offset: 9px; }
#hero.home-hero p { color: var(--soft-muted); font-size: 18px; }
#hero.home-hero .btn-get-started {
  font-family: "Manrope", sans-serif; background: var(--soft-blue); color: #fff;
  border: 2px solid var(--soft-ink); border-radius: 9px; box-shadow: 5px 5px 0 var(--soft-ink);
  padding: 16px 23px; text-transform: none;
}
#hero.home-hero .btn-get-started:hover { background: var(--soft-red); color: #fff; transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--soft-ink); }

.hero-art { height: 445px; }
.soft-window {
  position: absolute; z-index: 2; inset: 30px 20px 25px 30px; overflow: hidden;
  background: #fff; border: 3px solid var(--soft-ink); border-radius: 14px;
  box-shadow: 14px 14px 0 var(--soft-blue); transform: rotate(2deg);
}
.window-bar {
  height: 49px; display: flex; align-items: center; gap: 7px; padding: 0 14px;
  background: var(--soft-sky); border-bottom: 3px solid var(--soft-ink); color: var(--soft-ink);
}
.window-bar span { width: 12px; height: 12px; border: 1.5px solid var(--soft-ink); border-radius: 50%; background: var(--soft-red); }
.window-bar span:nth-child(2) { background: var(--soft-yellow); }
.window-bar span:nth-child(3) { background: #5ed994; }
.window-bar b { margin-left: auto; font: 700 11px "Manrope", sans-serif; letter-spacing: 1px; }
.pixel-scene {
  height: calc(100% - 49px); display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: #fff; background: linear-gradient(135deg, #193784 0 49%, #2155e6 49% 100%);
  position: relative;
}
.pixel-scene::after { content: ""; position: absolute; inset: 18px; border: 2px dashed rgba(255,255,255,.35); border-radius: 8px; }
.pixel-scene i { font-size: 96px; color: var(--soft-yellow); filter: drop-shadow(6px 6px 0 #17243d); z-index: 1; }
.pixel-scene strong { font: 800 37px "Syne", sans-serif; margin-top: 18px; z-index: 1; }
.pixel-scene small { color: #cbd8ff; letter-spacing: 3px; margin-top: 5px; z-index: 1; }
.game-tile { font-family: "Syne", sans-serif; border: 2px solid var(--soft-ink); box-shadow: 5px 5px 0 var(--soft-ink); }
.tile-one { z-index: 4; width: 70px; height: 70px; left: -2px; top: 45px; background: var(--soft-yellow); color: var(--soft-ink); transform: rotate(-9deg); }
.tile-two { z-index: 4; width: 76px; height: 76px; right: -5px; bottom: 2px; background: var(--soft-red); color: #fff; transform: rotate(8deg); }
.spark { color: var(--soft-red); }.spark-one { font-size: 22px; top: 7px; right: 15px; }.spark-two { color: var(--soft-blue); bottom: -8px; left: 2px; }

section { padding: 95px 0; }
.about { background: #fff; }
.about .eyebrow { color: var(--soft-red); }
.about .content h2 { color: var(--soft-ink); font-size: clamp(42px, 5vw, 65px); letter-spacing: -3px; }
.about .content h3 { color: var(--soft-muted); font-family: "Manrope", sans-serif; }
.about .content p { color: var(--soft-muted); }
.about .content ul i { color: var(--soft-red); }

.services { background: var(--soft-sky); border-top: 2px solid var(--soft-ink); }
.section-title h2 { color: var(--soft-blue); }
.section-title h2::after { background: var(--soft-red); }
.section-title p { color: var(--soft-ink); font-family: "Syne", sans-serif; letter-spacing: -2px; }
.services .icon-box {
  border: 2px solid var(--soft-ink); border-radius: 10px; padding: 31px;
  box-shadow: 6px 6px 0 var(--soft-ink); background: var(--soft-cream);
}
.services .icon-box:hover { transform: translate(3px, 3px); box-shadow: 3px 3px 0 var(--soft-ink); }
.services .icon-box i { color: var(--soft-blue); }
.services .icon-box h4 { color: var(--soft-ink); }
.services .icon-box p { color: var(--soft-muted); }

.breadcrumbs { background: var(--soft-blue); border-bottom: 3px solid var(--soft-ink); }
.breadcrumbs a { color: var(--soft-yellow); }
main > .services h4 { color: var(--soft-ink); }
main > .services p, main > .services li { color: #46536b; }
#footer { background: var(--soft-ink); border-top: 5px solid var(--soft-red); }
.back-to-top { background: var(--soft-blue); border-radius: 50%; border: 2px solid #fff; }
.back-to-top:hover { background: var(--soft-red); color: #fff; }

@media (max-width: 991px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { height: 365px; max-width: 520px; }
  .soft-window { inset: 20px 24px 25px; }
}
@media (max-width: 576px) {
  #header .logo b { display: inline; }
  #hero.home-hero h2 { font-size: 52px; letter-spacing: -3px; }
  .hero-art { transform: none; height: 295px; margin-top: 0; }
  .soft-window { inset: 15px 10px 20px; box-shadow: 8px 8px 0 var(--soft-blue); }
  .pixel-scene i { font-size: 65px; }.pixel-scene strong { font-size: 28px; }
  .tile-one { width: 55px; height: 55px; }.tile-two { width: 58px; height: 58px; }
}
