/*======================
   01. Theme Base CSS
=========================*/
html,
body {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: #eaf2ff;
  font-size: 16px;
  letter-spacing: 0.26px;
  font-weight: 400;
  background: #0b46bc;
  height: unset;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

section {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.container-fluid {
  padding: 0px;
  height: 100%;
}

.container {
  max-width: 1400px;
}

* {
  box-sizing: border-box;
}

p, tr td {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.26px;
  line-height: 24px;
  color: #eaf2ff;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  color: #eaf2ff;
  font-size: 28px;
  font-weight: 600;
}

h2 {
  font-size: 35px;
}

a {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  margin: 0px;
  color: #eaf2ff;
  text-transform: capitalize;
}

a:hover {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: none !important;
}

button {
  cursor: pointer;
  background: transparent;
  border: 0px;
  outline: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

section {
  padding: 100px 0;
  position: relative;
}

dialog {
  margin: 0px;
  border: 0px;
  padding: 0px;
  position: relative;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
}

.secheadlin {
  text-align: center;
}

.section_title {
  text-align: center;
}
.section_title h2 {
  font-size: 38px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #1f342f;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
.section_title h2::before {
  position: absolute;
  content: "";
  width: 50%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #086ae2;
  top: unset;
  height: 2px;
}
.section_title p {
  font-size: 18px;
  font-weight: 500;
}

.o_zero {
  opacity: 0;
}

.d_none {
  display: none;
}

.color_one {
  color: #17B0C3;
}

.bold_p {
  font-weight: 700;
}

.fa, .fab, .fad, .fal, .far, .fas {
  line-height: 0;
  margin: 0;
}

header {
  background: linear-gradient(54deg, #2b66f2 20%, #0b46bc 50%, rgb(55, 110, 238) 100%);
  position: relative;
  z-index: 5;
}
header .menu {
  position: fixed;
  width: 100%;
  height: 90px;
  top: 0;
  left: 0;
  z-index: 99;
}
header.sticky .menu {
  animation: stickymenu 1s;
  background: linear-gradient(90deg, #a064ff 0%, rgb(95, 149, 247) 50%, rgb(160, 100, 255) 100%);
  background-size: 200%;
}
header.sticky .menu .navbar .navbar-brand {
  width: 80px;
}
@keyframes stickymenu {
  0% {
    top: -110%;
  }
  100% {
    top: 0;
  }
}
header .background_shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/banner_bg.png");
  opacity: 0.05;
  background-size: cover;
  z-index: -1;
}
header .navbar {
  padding: 0;
}
header .navbar .navbar-brand {
  width: 100px;
}
header .navbar .navbar-brand img {
  width: 100%;
}
header .navbar .collapse {
  justify-content: center;
}
header .navbar .collapse .navbar-nav {
  text-align: center;
}
header .navbar .collapse .navbar-nav .nav-link {
  color: #eaf2ff;
  margin: 0px 12px;
  font-size: 17px;
  padding: 6px 18px;
  position: relative;
  z-index: 1;
}
header .navbar .collapse .navbar-nav .nav-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #81abfa;
  z-index: -1;
  border-radius: 50px;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  opacity: 0;
  transform: scaleX(0.2);
  transition: all 0.2s ease-in-out;
}
header .navbar .collapse .navbar-nav .nav-link.active {
  font-weight: 500;
  color: #ffc100;
}
header .navbar .collapse .navbar-nav .nav-link.active::before {
  transform: scale(1);
  opacity: 0.2;
}
header .navbar .collapse .navbar-nav .nav-link:hover::before {
  opacity: 0.2;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
header .navbar .join_btn button {
  background: rgb(160, 100, 255);
  background: linear-gradient(90deg, rgb(160, 100, 255) 0%, rgb(95, 149, 247) 50%, rgb(160, 100, 255) 100%);
  padding: 10px 38px;
  background-size: 200%;
  border-radius: 50px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 0px 5px 0px #81abfa inset;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
header .navbar .join_btn button:hover {
  background-position: right;
  transition: all 0.3s ease-in-out;
}
header .header_section {
  padding: 180px 0px 200px;
}
header .header_section .banner_content {
  padding-right: 90px;
}
header .header_section .banner_content h1 {
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-size: 60px;
  line-height: 85px;
  margin-bottom: 25px;
}
header .header_section .banner_content h1 span {
  color: #ffc100;
}
header .header_section .banner_content p {
  margin-bottom: 35px;
}
header .header_section .banner_content .banner_btn {
  display: flex;
  gap: 30px;
}
header .header_section .banner_content .banner_btn button {
  background: rgb(160, 100, 255);
  background: linear-gradient(90deg, rgb(160, 100, 255) 0%, rgb(95, 149, 247) 50%, rgb(160, 100, 255) 100%);
  padding: 10px 38px;
  background-size: 200%;
  border-radius: 50px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 0px 5px 0px #81abfa inset;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  padding: 12px 35px;
}
header .header_section .banner_content .banner_btn button:hover {
  background-position: right;
  transition: all 0.3s ease-in-out;
}
header .header_section .banner_content .banner_btn button.explore {
  background: #0e4bbd;
  border: #ffc100;
  box-shadow: 0px 0px 5px 0px #81abfa inset;
}
header .hero_shape {
  width: 160px;
  margin: 0px auto;
  opacity: 0.8;
  position: absolute;
  left: 20%;
  bottom: 50px;
  animation: heroshape 10s ease-in-out infinite;
}
@keyframes heroshape {
  0% {
    left: 20%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    left: 80%;
    opacity: 0;
  }
}
header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: 80px;
  bottom: 0;
  top: unset;
  background: rgb(39, 103, 220);
  background: linear-gradient(0deg, rgb(39, 103, 220) 32%, rgba(55, 110, 238, 0) 100%);
}

.why_section {
  padding: 100px 0 100px;
  position: relative;
}
.why_section .why_candle {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
.why_section .why_content {
  padding-left: 50px;
  position: relative;
}
.why_section .why_content p.top_span {
  font-size: 14px;
  color: #ffc100;
  margin-bottom: 10px;
}
.why_section .why_content h2 {
  font-size: 42px;
  line-height: 56px;
  margin-bottom: 25px;
}
.why_section .why_content h2 span {
  color: #ffc100;
}
.why_section .why_content .about_area {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
.why_section .why_content .about_area .about_list {
  display: flex;
  gap: 25px;
}
.why_section .why_content .about_area .about_list .choose_item .item_icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: rgb(255, 255, 255);
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  z-index: 2;
}
.why_section .why_content .about_area .about_list .choose_item .item_icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #a064ff 0%, rgb(95, 149, 247) 50%, rgb(160, 100, 255) 100%);
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  opacity: 0.5;
  z-index: -1;
}
.why_section .why_content .about_area .about_list .choose_item .item_icon i {
  font-size: 30px;
  line-height: 1;
  vertical-align: middle;
}
.why_section .why_content .about_area .about_list .choose_item h3 {
  font-size: 20px;
}

.feature {
  padding: 80px 0px 100px;
  position: relative;
  z-index: 2;
}
.feature::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/feature_bg.png");
  background-size: cover;
  z-index: -1;
  opacity: 0.1;
}
.feature .feature_content {
  text-align: center;
}
.feature .feature_content p.top_span {
  font-size: 14px;
  color: #ffc100;
  margin-bottom: 10px;
}
.feature .feature_content h2 {
  font-size: 42px;
  line-height: 56px;
  margin-bottom: 25px;
  max-width: 500px;
  margin: 0px auto;
  width: 100%;
}
.feature .feature_content h2 span {
  color: #ffc100;
}
.feature .feature_content .feature_box {
  margin-top: 40px;
  padding: 35px 30px;
  display: flex;
  gap: 25px;
  justify-content: center;
  position: relative;
  z-index: 5;
  background: rgba(137, 164, 191, 0.4);
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  border-radius: 10px;
  backdrop-filter: blur(4px);
  border: 1px solid #c2c2c2;
}
.feature .feature_content .feature_box .feature_item {
  text-align: center;
}
.feature .feature_content .feature_box .feature_item .feature_img {
  width: 80px;
  margin: 0px auto 20px;
}
.feature .feature_content .feature_box .feature_item h4 {
  font-size: 18px;
}

.solution {
  padding: 80px 0;
  background: linear-gradient(54deg, #2b66f2 20%, #0b46bc 50%, rgb(55, 110, 238) 100%);
}
.solution .solution_content {
  padding-right: 80px;
}
.solution .solution_content p.top_span {
  font-size: 14px;
  color: #ffc100;
  margin-bottom: 10px;
}
.solution .solution_content h2 {
  font-size: 42px;
  line-height: 56px;
  margin-bottom: 25px;
  max-width: 500px;
  width: 100%;
}
.solution .solution_content h2 span {
  color: #ffc100;
}
.solution .solution_content p {
  margin-bottom: 15px;
}
.solution .solution_content .solution_btn {
  margin-top: 30px;
}
.solution .solution_content .solution_btn button {
  background: rgb(160, 100, 255);
  background: linear-gradient(90deg, rgb(160, 100, 255) 0%, rgb(95, 149, 247) 50%, rgb(160, 100, 255) 100%);
  padding: 10px 38px;
  background-size: 200%;
  border-radius: 50px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 0px 5px 0px #81abfa inset;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.solution .solution_content .solution_btn button:hover {
  background-position: right;
  transition: all 0.3s ease-in-out;
}
.solution .solution_img {
  width: 100%;
}

.analysis .analysis_title {
  text-align: center;
}
.analysis .analysis_title p.top_span {
  font-size: 14px;
  color: #ffc100;
  margin-bottom: 10px;
}
.analysis .analysis_title h2 {
  font-size: 42px;
  line-height: 56px;
  max-width: 500px;
  margin: 0px auto 25px;
  width: 100%;
}
.analysis .analysis_title h2 span {
  color: #ffc100;
}
.analysis .analysis_area {
  margin-top: 40px;
}
.analysis .analysis_area nav .nav {
  display: flex;
  width: 100%;
  gap: 20px;
  border-bottom: 0px;
  justify-content: space-between;
}
.analysis .analysis_area nav .nav .nav-link {
  padding: 20px;
  flex: 1;
  font-size: 18px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 500;
  background: rgb(255, 255, 255);
}
.analysis .analysis_area nav .nav .nav-link.active {
  background: linear-gradient(90deg, #a064ff 0%, rgb(95, 149, 247) 50%, rgb(160, 100, 255) 100%);
  background-size: 200%;
  color: rgb(255, 255, 255);
  transition: all 0.2s ease-in-out;
}
.analysis .analysis_area nav .nav .nav-link.active:hover {
  background-position: right;
  transition: all 0.2s ease-in-out;
}
.analysis .analysis_area nav .nav .nav-link .imgnav {
  width: 80px;
  height: 80px;
  margin: 0px auto 20px;
  line-height: 80px;
  border-radius: 50px;
  background: #0e4bbd;
  background-size: 200%;
}
.analysis .analysis_area nav .nav .nav-link .imgnav img {
  width: 50px;
}
.analysis .analysis_area .tab-content {
  border-radius: 10px;
  margin-top: 40px;
}
.analysis .analysis_area .tab-content .tab-pane {
  border-radius: 10px;
  padding: 40px 30px;
  background: rgb(255, 255, 255);
  margin-left: 70px;
  align-items: center;
  gap: 40px;
  box-shadow: 0px 0px 10px 5px #0e4bbd inset;
}
.analysis .analysis_area .tab-content .tab-pane.active {
  display: flex;
}
.analysis .analysis_area .tab-content .tab-pane .img_tab {
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  background: linear-gradient(54deg, #2b66f2 20%, #0b46bc 50%, rgb(55, 110, 238) 100%);
  max-width: 380px;
  border-radius: 10px;
  margin-left: -100px;
  border: 1px solid #c2c2c2;
}
.analysis .analysis_area .tab-content .tab-pane .tab_detail {
  flex: 1;
}
.analysis .analysis_area .tab-content .tab-pane .tab_detail h5 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #0e4bbd;
  font-weight: 600;
}
.analysis .analysis_area .tab-content .tab-pane .tab_detail p {
  margin-bottom: 20px;
  color: #0e4bbd;
}
.analysis .analysis_area .tab-content .tab-pane .tab_detail .packgage_btn button {
  background: rgb(160, 100, 255);
  background: linear-gradient(90deg, rgb(160, 100, 255) 0%, rgb(95, 149, 247) 50%, rgb(160, 100, 255) 100%);
  padding: 10px 38px;
  background-size: 200%;
  border-radius: 50px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 0px 5px 0px #81abfa inset;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.analysis .analysis_area .tab-content .tab-pane .tab_detail .packgage_btn button:hover {
  background-position: right;
  transition: all 0.3s ease-in-out;
}

.faq h2.titlefaq {
  font-size: 42px;
  line-height: 56px;
  margin: 0px auto 40px;
  text-align: center;
  width: 100%;
}
.faq h2.titlefaq span {
  color: #ffc100;
}
.faq .faq_area {
  margin-top: 50px;
}
.faq .faq_area .faq_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.faq .faq_area .faq_inner .accordion-item {
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #ffc100;
  background: linear-gradient(90deg, #a064ff 0%, rgb(95, 149, 247) 50%, rgb(160, 100, 255) 100%);
  background-size: 200%;
}
.faq .faq_area .faq_inner .accordion-item .accordion-button {
  background: transparent;
  font-size: 18px;
  color: rgb(255, 255, 255);
}
.faq .faq_area .faq_inner .accordion-item .accordion-button:focus {
  box-shadow: none;
  border-bottom: 0;
}
.faq .faq_area .faq_inner .accordion-item .accordion-collapse.collapse.show {
  border-top: 1px solid #ffc100;
}

footer {
  padding: 80px 0;
  background: linear-gradient(90deg, #a064ff 0%, rgb(95, 149, 247) 50%, rgb(160, 100, 255) 100%);
}
footer .footer_item .footer_logo {
  width: 100px;
}
footer .footer_item p {
  margin-bottom: 20px;
}
footer .footer_item ul.logo_list li {
  display: block;
  margin-bottom: 10px;
}
footer .footer_item ul.logo_list li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  background: rgb(255, 255, 255);
  color: #0e4bbd;
  text-align: center;
  border-radius: 50px;
  margin-right: 10px;
}
footer .footer_item ul.logo_list li p {
  margin-left: 10px;
  display: inline-block;
}
footer .footer_item h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
footer .footer_item .footer_link li {
  display: block;
  margin-bottom: 5px;
}
footer .footer_item .footer_link li a {
  transition: all 0.2s ease-in-out;
}
footer .footer_item .footer_link li a:hover {
  color: #ffc100;
  transition: all 0.2s ease-in-out;
}

.shape1 {
  position: absolute;
  width: 150px;
  top: 20px;
  left: 20px;
  animation: shape 5s linear infinite;
}

@keyframes shape {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.6;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    transform: rotate(380deg);
    opacity: 0;
  }
}
.shape5 {
  position: absolute;
  width: 150px;
  top: 30px;
  right: 20px;
  animation: shape5 5s linear infinite;
}

@keyframes shape5 {
  0% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  100% {
    transform: translate(0px, 200px);
    opacity: 0;
  }
}
.shape3 {
  position: absolute;
  width: 150px;
  left: 20px;
  bottom: 20px;
  animation: shape3 5s linear infinite;
}

@keyframes shape3 {
  0% {
    transform: rotate(0);
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  100% {
    transform: rotate(380deg);
    opacity: 0;
  }
}
.shape6 {
  position: absolute;
  width: 150px;
  right: 20px;
  top: 20px;
  animation: shape6 5s linear infinite;
}

@keyframes shape6 {
  0% {
    transform: rotate(0);
    opacity: 0.5;
  }
  10% {
    opacity: 0.8;
  }
  100% {
    transform: rotate(380deg);
    opacity: 0.5;
  }
}
.shape7 {
  position: absolute;
  width: 150px;
  top: 20px;
  left: 20px;
  animation: shape7 5s linear infinite;
}

@keyframes shape7 {
  0% {
    transform: rotate(0);
    opacity: 0.4;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    transform: rotate(380deg);
    opacity: 0.5;
  }
}
.shape4 {
  position: absolute;
  width: 150px;
  right: 20px;
  bottom: 20px;
  animation: shape4 5s linear infinite;
}

@keyframes shape4 {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  10% {
    opacity: 0.7;
  }
  100% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}
.scrolltop {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 40px;
  z-index: 99;
}
.scrolltop p {
  width: 35px;
  height: 50px;
  background: linear-gradient(90deg, #a064ff 0%, rgb(95, 149, 247) 50%, rgb(160, 100, 255) 100%);
  background-size: 200%;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border: 1px solid rgb(255, 255, 255);
}
.scrolltop p:hover {
  background-position: right;
  transition: all 0.2s ease-in-out;
}

.preloader_head {
  width: 100%;
  height: 100vh;
  background: linear-gradient(54deg, #2b66f2 20%, #0b46bc 50%, rgb(55, 110, 238) 100%);
  display: block;
  z-index: 999;
  position: fixed;
}

.preloader {
  width: 100px;
  height: 100px;
  perspective: 500px; /* Define perspective for 3D transformation */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.shape-container {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d; /* Maintain 3D transformation for children */
  animation: rotate 4s linear infinite; /* Rotate the shape container */
}

.pshape {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: #3498db;
  border-radius: 50%;
}

.pshape1 {
  animation: morph1 4s linear infinite; /* Morphing animation for shape 1 */
}

.pshape2 {
  animation: morph2 4s linear infinite; /* Morphing animation for shape 2 */
}

.pshape3 {
  animation: morph3 4s linear infinite; /* Morphing animation for shape 3 */
}

@keyframes rotate {
  0% {
    transform: rotateX(0deg) rotateY(0deg);
  }
  100% {
    transform: rotateX(360deg) rotateY(360deg);
  }
}
@keyframes morph1 {
  0%, 100% {
    border-radius: 50%;
    background-color: #81abfa;
  }
  50% {
    border-radius: 0;
    background-color: #ffc100;
  }
}
@keyframes morph2 {
  0%, 100% {
    border-radius: 50%;
    background-color: #3498db;
  }
  50% {
    border-radius: 0;
    background-color: #2ecc71;
  }
}
@keyframes morph3 {
  0%, 100% {
    border-radius: 50%;
    background-color: #3498db;
  }
  50% {
    border-radius: 0;
    background-color: #f1c40f;
  }
}/*# sourceMappingURL=style.css.map */