@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

body {
  font-family: "Roboto", sans-serif;
}

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

p {
  font-family: "Roboto", sans-serif;
  color: #4f4f4f;
}

a {
  text-decoration: none;
}

section {
  padding: 100px 0;
}

/***Main Title***/
.sec-title {
  /* position: relative; */
  z-index: 2;
  margin-bottom: 40px;
}

.sec-title_title {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 3px;
  color: #3A59D1;
  display: inline-block;
  text-transform: uppercase;
}

.sec-title_heading {
  color: #000;
  font-size: 40px;
  text-transform: capitalize;
  line-height: 60px;
}

.sec-title_heading span {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
}
.sec-title_heading span::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -12px;
  right: 0px;
  z-index: -1;
  height: 4px;
  border-radius: 50px;
  background: #3A59D1;
}

.sec-title_text {
  line-height: 30px;
  font-size: 17px;
  margin-top: 20px;
  color: #000;
}

.sec-title.light .sec-title_title {
  color: #000;
}

/***Main Title***/

/***Slider Section Start***/
.slider-one {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../img/banner-bg.jpg');
  background-position: center;
}



.slider-one .swiper-slide {
  position: relative;
  overflow: hidden;
}

.slider-one_pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-position: bottom center;
}

.slider-one_pattern-two {
  position: absolute;
  left: 0px;
  z-index: 1;
  bottom: -550px;
  width: 848px;
  height: 1088px;
  background-position: bottom center;
}

.slider-one_pattern-three {
  position: absolute;
  left: -200px;
  top: 0px;
  width: 909px;
  height: 640px;
  background-position: bottom center;
}

.slider-one_pattern-four {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 709px;
  height: 752px;
  background-repeat: no-repeat;
}

.slider-one_author {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}

.slider-one_author i {
  position: relative;
  display: block;
}

.slider-one_author-name {
  position: relative;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
}

.slider-one_author-text {
  position: relative;
  font-size: 16px;
  margin-top: 2px;
  font-weight: 400;
}

.slider-one_icon {
  position: absolute;
  left: 5%;
  top: 42%;
  width: 36px;
  height: 37px;
}

.slider-one_icon-two {
  position: absolute;
  right: 7%;
  bottom: 30%;
  width: 36px;
  height: 37px;
}

.slider-one_content {
  position: relative;
  z-index: 2;
}

.slider-one_content-inner {
  position: relative;
  padding-top: 60px;
}

.slider-one_title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 15px;
  border-radius: 5px;
  color: #3A59D1;
  display: inline-block;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.slider-one_title i {
  position: relative;
  margin-right: 10px;
}

.slider-one .swiper-slide-active .slider-one_title {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.slider-one_heading {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #3A59D1;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  text-transform: capitalize;
  line-height: 55px;
}

.slider-one_heading span {
  position: relative;
  font-weight: 600;
  font-style: italic;
}

.slider-one_heading span::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 12px;
  right: 0px;
  z-index: -1;
  height: 12px;
  border-radius: 50px;
  background: #3A59D1;
  background: linear-gradient(to top, #3A59D1 0%, var(--color-two) 100%);
}

.slider-one .swiper-slide-active .slider-one_heading {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-one_text {
  position: relative;
  font-size: 18px;
  max-width: 1200px;
  line-height: 32px;
  margin-bottom: 35px;
  color: #000;
}

.slider-one .swiper-slide-active .slider-one_text {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-one .slider-one_button {
  position: relative;
  gap: 25px;
  display: inline-block;
}

.slider-one .swiper-slide-active .slider-one_button {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-one_video {
  position: relative;
}

.slider-one_video .play-box {
  position: relative;
}

.slider-one_video .play-box:hover .fa {
  color: #3A59D1;
  background-color: #000;
}

.slider-one_image-column {
  position: relative;
}

.slider-one_image-outer {
  position: relative;
}

.slider-one_image {
  position: relative;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
}


.slider-one .swiper-slide-active .slider-one_image {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-one_graph {
  position: absolute;
  left: -100px;
  z-index: 1;
  bottom: 0px;
}

.slider-one_graph-title {
  position: absolute;
  left: 25px;
  top: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #3A59D1;
}

.slider-one_graph-title span {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 17px;
}

.slider-one_graph-title sup {
  position: relative;
  display: inline-block;
}

.slider-one_graph-title i {
  position: relative;
  font-size: 12px;
}

.slider-one_percentage {
  position: absolute;
  right: -35px;
  top: 40px;
  z-index: 1;
  width: 145px;
  overflow: hidden;
  border-radius: 8px;
  padding: 10px 35px;
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
  animation: icon-bounce 0.8s ease-out infinite;
}

.slider-one_percentage i {
  position: absolute;
  left: 10px;
  top: 30px;
  font-size: 20px;
  color: #3A59D1;
}

.slider-one_percentage::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: url(../images/main-slider/percentage-bg.png);
  background-size: cover;
}

.slider-one_percentage .slider-one_percent {
  position: relative;
  font-weight: 700;
  font-size: 50px;
  line-height: 1em;
  color: #3A59D1;
  background-image: var(--base-gradient);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  --base-gradient: linear-gradient(
    to right,
    #3A59D1 0%,
    var(--color-five) 100%
  );
}

.slider-one_percentage .slider-one_percent sub {
  position: relative;
  font-size: 20px;
  bottom: 5px;
  background-image: var(--base-gradient);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  --base-gradient: linear-gradient(
    to right,
    var(--color-five) 0%,
    var(--color-five) 100%
  );
}

.slider-one_percentage-text {
  position: relative;
  font-size: 16px;
  display: inline-block;
  background-image: var(--base-gradient);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  --base-gradient: linear-gradient(
    to right,
    #3A59D1 0%,
    var(--color-five) 100%
  );
}

/***Slider Section Start***/

/***Service Section***/
.services-one {
  position: relative;
  z-index: 1;
}

.service-block_one {
  position: relative;
  margin-bottom: 30px;
}

.service-block_one-inner {
  position: relative;
  padding: 30px 30px;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  min-height: 100%;
  transition: all .3s;
}

.service-block_one-inner:hover { 
  transform: translateY(-5px);
}


.service-block_one-icon {
  width: 70px;
  height: 70px;
  font-size: 32px;
  line-height: 76px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  transition: all 500ms ease;
}


.service-block_one-heading {
  position: relative;
  margin-top: 12px;
}

.service-block_one-heading a {
  position: relative;
  color: #000;
}

.service-block_one-heading a:hover {
  color: #3A59D1;
}

.service-block_one-text {
  position: relative;
  margin-top: 15px;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 10px;
}

.service-block_one-text span {
  position: relative;
  color: #3A59D1;
}

.service-block_one-number {
  position: relative;
  font-size: 30px;
  opacity: 0.2;
  font-weight: 600;
  color: #000;
}

.service-block_one-join {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #3A59D1;
}

.service-block_one-join i {
  position: relative;
  font-size: 12px;
}

.service-block_one-join:hover {
  color: #3A59D1;
}

.wht-btn {
  padding: 12px 28px;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  background: #3A59D1;
  border: 1px solid #fff;
  transition: all 0.5s ease-in-out;
}

.gradiant-btn {
  background: linear-gradient(to right, #d093e8 0%, #3A59D1 110%);
  padding: 12px 28px;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #fff;
  transition: all 0.5s ease-in-out;
}

.gradiant-btn:hover {
  background: linear-gradient(to right, #3A59D1 0%, #d093e8 110%);
}

.wht-btn:hover {
  background: #1b2f7e;
  color: #fff;
}

.translateY-50 {
  transform: translateY(50px);
}


/***Empowering Feature***/
.statistics_section {
  background: #3A59D1;
  padding: 110px 0;
  overflow: hidden;
}
.statistics_section .statistics_content {
  padding-top: 28px;
  position: relative;
  z-index: 1;
}

.statistics_section .statistics_content h3 {
  color: #fff;
}

.statistics_section .statistics_box {
    background: rgb(255 255 255 / 10%);
    padding: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    box-shadow: none;
    text-align: center;
    border: 1px solid #fff;
}

.statistics_section .statistics_box .span_wrapper {
  margin-bottom: 10px;
}

.statistics_section .statistics_box .span_wrapper span {
  font-size: 34px;
  line-height: 38px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  color: #298dff;
}
.statistics_section .statistics_box .span_wrapper .plus {
  margin-left: -2px;
}

.statistics_section .statistics_box .pp {
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 24px;
  font-size: 20px;
  margin-bottom: 0;
}

.statistics_section .statistics_box .text {
  color: var(--e-global-color-light-grayish-blue);
  transition: all 0.3s ease-in-out;
}

.statistics_section .statistics_box:hover .text {
  color: var(--e-global-color-white);
}

.left_shape {
  left: 0;
  top: -50px;
  opacity: 0.2;
}

.right_shape {
  right: 0;
  bottom: -50px;
  opacity: 0.2;
}

.statistics_section .statistics_left_shape {
  top: -245px;
  left: 0;
}

.statistics_section .statistics_left_shape img {
  opacity: 0.2;
}

.statistics_section .statistics_right_shape {
  bottom: -235px;
  right: 0;
}

.statistics_section .statistics_right_shape img {
  opacity: 0.2;
}

/***Feature Section***/
.feature-section .content {
  text-align: center;
}

.content h2 {
  font-weight: 600;
  color: var(--e-global-color-white);
  padding: 0 200px;
  margin-bottom: 92px;
}

.box-top {
  padding-top: 40px;
}

.feature-box {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  padding: 38px 30px 35px;
  z-index: 1;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  height: 325px;
}

.feature-box figure {
  margin-bottom: 25px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}


.feature-box span {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  display: block;
  margin-bottom: 27px;
  color: #000;
}

.feature-box p {
  color: #4f4f4f;
  line-height: 26px;
}

.feature-box:hover {
  background: #3A59D1;
  transform: translateY(-5px);
}

.feature-box figure:hover {
  transform: translateY(-5px);
}

.feature-box:hover img {
  filter: brightness(100);
}

.circle-image .feature-circleimage {
  position: absolute;
  bottom: -26px;
  right: -4px;
}

.feature-box:hover p,
.feature-box:hover h4 {
  color: #fff;
}

.box-top {
  padding-top: 40px;
}

.feature-sec {
  background: #fcfcfc;
}

/*
How It Works Area CSS
===================================================*/
.works-btn .nav-tabs {
  display: block;
  border: none;
}

.works-btn .nav-tabs .nav-item {
  border: none;
  margin-bottom: 30px;
}

.works-btn .nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}

.works-btn .nav-tabs .nav-link {
    border: none;
    width: 100%;
    text-align: start;
    border-radius: 10px;
    background: #3a59d13d;
    font-size: 16px;
    font-weight: 700;
    color: #3A59D1;
    padding: 25px 20px;
    transition: all ease 0.5s;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.works-btn .nav-tabs .nav-link i {
  top: 50%;
  right: 25px;
  position: absolute;
  transform: translateY(-50%);
  color: #3A59D1;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 18px;
}

.works-btn .nav-tabs .nav-link.active,
.works-btn .nav-tabs .nav-link:hover {
  color: #fff;
  background: #3A59D1;
}

.single-works-card {
  padding: 55px 38px 55px 0;
}

.single-works-card .method {
  display: inline-block;
  font-size: 40px;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 82px;
  border-radius: 20px;
  background: #3A59D1;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-align: center;
  margin-bottom: 35px;
}

.single-works-card h3,
.single-works-card .h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
}

.single-works-card p {
  margin-bottom: 30px;
}

.how-it-works-area {
  background: rgb(116 217 111 / 5%);
}

.single-works-image {
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
}

.single-works-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-section-area {
  position: relative;
  background: #3A59D1;
}

.cta-section-area .cta-bg-area .cta-content-area h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

.cta-section-area .cta-bg-area .cta-content-area p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.cta-section-area .cta-img img {
  width: 70%;
}

.cta-img {
  text-align: center;
}

.box-list {
  border-radius: 0;
  padding: 30px 20px;
  margin-bottom: 25px;
  transition: 0.5s;
  height: calc(100% - 25px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.box-list p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #474747;
}

.box-list_1:hover {
  background-color: #5c55c9;
}


.box-list_2:hover {
  background-color: #ffb85f;
}

.box-list_3:hover {
  background-color: #1dc7d4;
}


.box-list_4:hover {
  background-color: #4a978a;
}


.box-list_5:hover {
  background-color: #f32c5c;
}

.box-list_6:hover {
  background-color: #298dff;
}

.box-inr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding-bottom: 15px;
}

.box-inr h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.box-list .box_dv {
  height: 56px;
  width: 56px;
  border-radius: 4px;
  margin-left: 10px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-weight: 400;
  font-size: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.box_dv_1 {
  background-color: #3A59D1;
}

.box-list:hover .box_dv.box_dv_1 {
  -webkit-text-stroke: 1px #3A59D1;
}

.box_dv_2 {
  background-color: #ffb85f;
}

.box-list:hover .box_dv.box_dv_2 {
  -webkit-text-stroke: 1px #ffb85f;
}

.box_dv_3 {
  background-color: #1dc7d4;
}

.box-list:hover .box_dv.box_dv_3 {
  -webkit-text-stroke: 1px #1dc7d4;
}

.box_dv_4 {
  background-color: #4a978a;
}

.box-list:hover .box_dv.box_dv_4 {
  -webkit-text-stroke: 1px #4a978a;
}

.box_dv_5 {
  background-color: #f32c5c;
}

.box-list:hover .box_dv.box_dv_5 {
  -webkit-text-stroke: 1px #f32c5c;
}

.box_dv_6 {
  background-color: #298dff;
}

.box-list:hover .box_dv.box_dv_6 {
  -webkit-text-stroke: 1px #298dff;
}

.box-list:hover .box_dv {
  background: #fff;
}

.box-list:hover h3,
.box-list:hover p {
  color: #fff;
}
