/**
* Template Name: FlexStart
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@600&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;600&amp;display=swap");
:root {
  scroll-behavior: smooth;
}
body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: "Lexend", sans-serif;
  color: #444444;
}
a {
  color: #4154f1;
  text-decoration: none;
}
a:hover {
  color: #717ff5;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Nunito", sans-serif; */
  font-family: "Lexend", sans-serif;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 40px 0 20px 0;
  overflow: hidden;
}
.section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #000;
}
.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #492080;
}
@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #012970;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}
.breadcrumbs ol a:hover {
  text-decoration: underline;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #e42367;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  transition: all 0.4s;
  border-radius: 25px;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.theme-fluid {
  max-width: 50%;
  height: auto;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
/* my features */
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}
.features .feature-box h3 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
}
.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}
.features .feature-box:hover i {
  background: #4154f1;
  color: #fff;
}
.features .feture-tabs h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}
/* .features .feture-tabs .nav-pills {
    border-bottom: 1px solid #eee;
  } */
.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}
.features .feture-tabs .nav-link.active {
  color: #e42367;
  font-weight: bolder;
  border-bottom: 3px solid #e42367;
}
.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #000000;
}
.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #4154f1;
}
.features .feature-icons {
  margin-top: 20px;
}
.features .feature-icons h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}
.features .feature-icons .content .icon-box {
  display: flex;
}
.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #492080;
}
.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
}
.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .features img {
    display: none !important;
  }
}
/* Button css */
.btn-get-started {
  margin-top: 20px;
  line-height: 20px;
  font-size: 15px;
  padding: 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  color: #e42367;
  background: #fff;
  font-weight: bold;
  font-family: "Lexend", sans-serif;
  /* box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4); */
  border: 1px solid #e42367;
}
.btn-get-started:hover {
  background: #e42367;
  font-family: "Lexend", sans-serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btn-get-started {
    margin-bottom: 40px;
  }
  .row {
    margin-left: 0px;
  }
}
.button-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
  left: 15px;
  bottom: 5px;
  background: rgb(228, 35, 103);
  width: 95%;
  height: 35px;
  border-radius: 4px;
  transition: all 0.4s;
}
.button-to-top span {
  font-size: 22px;
  color: #fff;
  line-height: 0;
}
.button-to-top:hover {
  background: #6776f4;
  color: #fff;
}
.button-to-top.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 768px) {
  .button-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    left: 11px;
    bottom: 5px;
    background: rgb(228, 35, 103);
    width: 80%;
    height: 35px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  .button-to-top span {
    font-size: 17px;
    color: #fff;
    line-height: 0;
  }
  .button-to-top:hover {
    background: #6776f4;
    color: #fff;
  }
  .button-to-top.active {
    visibility: visible;
    opacity: 1;
  }
}
