@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
select,
.btn,
textarea {
  -webkit-transition: 400ms all ease-in-out;
  -o-transition: 400ms all ease-in-out;
  transition: 400ms all ease-in-out;
  text-decoration: none;
  font-style: normal;
}

button {
  border: none;
}

a:hover,
a:focus,
button:focus,
input:focus,
input[type="buttton"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none !important;
  text-decoration: none;
}

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

a,
label,
span {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
  color: inherit;
}

figure {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0;
  font-size: 0;
  line-height: 100%;
}

figure img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}



:root {
  --primary_font: "Inter", sans-serif;
  --table_font: "Roboto", sans-serif;
  --secondary_font: "Poppins", sans-serif;
  --faq_font: "Urbanist", sans-serif;
  --transtn: 400ms all ease-in-out;
  --white: #fff;
  --green: #1DB6A1;
  --text_black: #05090C;
  --black: #000000;
  --light_black: #63676A;
  --light_gray: #858585;
  --tbl_txt_color: #B2B2C2;
  --sec_gap: 100px 0px;
  --bg_color: #05090C;
}

/* global */

body {
  margin: 0;
  padding: 0;
  font-family: var(--primary_font);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.3px;
  text-align: left;
  color: var(--white);
  background-color: var(--bg_color);
}

p {
  font-size: 16px;
  line-height: 28px;
  color: var(--white);
  font-family: var(--primary_font);
  font-weight: 400;
}


h1.small_hdng {
  color: var(--white);
  font-size: 50px;
  line-height: 56px;
  font-weight: 300;
  letter-spacing: -0.5px;
  text-align: left;
}


h2 {
  font-size: 50px;
  line-height: 52px;
  letter-spacing: -0.7px;
  text-align: left;
  color: var(--white);
  font-weight: 300;
}

h2.sub_hdng {
  line-height: 55px;
  letter-spacing: -1px;
}

h2.sub_hdng span {
  color: var(--light_black);
  font-weight: 300;
}

h3 {

  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.3px;
  text-align: left;
}

h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
  text-transform: capitalize;
}

h4 span {
  background: linear-gradient(180deg, rgba(28, 221, 194, 1) 100%, rgba(60, 192, 174, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--light_gray);
  transition: var(--transtn);
}

h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: var(--green);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tag {
  border: 1px solid #00787e;
  border-radius: 32px;
  box-shadow: inset 0px -7px 11px 0px rgba(164, 143, 255, 0.12);
  background: transparent;
  padding: 5px 15px;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tag span {
    width: 30px;
    height: 20px;
}


.tag span img {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--primary_font);
}

/* --- Button Styles --- */
/* button============style */

.primary_btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.2px;
  color: var(--text_black);
  background-color: var(--white);
  border-radius: 50px;
  padding: 15px 25px;
  transition: var(--transtn);
  border: 1px solid transparent;
}

.primary_btn:hover {
  color: var(--white);
  background-color: transparent;
  border: 1px solid var(--white);
}

.secondary_btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.2px;
  color: var(--text_black);
  background-color: var(--white);
  border-radius: 50px;
  padding: 15px 25px;
  transition: var(--transtn);
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.secondary_btn span {
  width: 18px;
  height: 18px;
  position: relative;
}

.secondary_btn span img {
  width: 100%;
  height: 100%;
  transition: var(--transtn);
  position: absolute;
  left: 0;
}

.secondary_btn span img.white_img {
  /* display: none; */
  opacity: 0;
}

.secondary_btn:hover {
  color: var(--white);
  border: 1px solid var(--white);
  background-color: transparent;
}

.secondary_btn:hover span img.white_img {
  /* display: block; */
  opacity: 1;
}

.secondary_btn:hover span img.black_img {
  /* display: none; */
  opacity: 0;
}

.green_btn {
  background-color: var(--green);
  color: var(--white);
}

/* button============style */

/* button */
a,
label,
span {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
  color: inherit;
}


/* --- Button Styles --- */


/* header */
.main-header {
  position: relative;
  background-color: #fff;
  transition: all 0.8s ease;
}

.main-header .offcanvas-body {
  justify-content: center;
}

.main-header .nav-item {
  margin-left: 20px;
  position: relative;
}

.main-header .nav-item:first-child {
  margin-left: 0;
}



/* .main-header .nav-link:hover {
  color: #0044ff;
}

.main-header .offcanvas-body ul li.active>a {
  color: #0044ff;
} */

.main-header .navbar-brand {
  max-width: 80px;
}

.main-header .nav-item .nav-link span {
  font-size: 14px;
}

.search-icon {
  cursor: pointer;
}

.search-tab {
  display: none;
  position: absolute;
  top: 52px;
  right: -10px;
}

.search-tab input {
  padding: 5px;
  margin-right: 5px;
}

.search-tab button {
  padding: 5px;
  cursor: pointer;
}

.search-tab button.btnn.btnn-blue {
  min-width: 100px;
  border-radius: 0;
}

/* header */

/* headrer-fixed */
/* header.fixed.main-header {
  z-index: 99;
  width: 100%;
} */

.logo-item a img {
  width: 140px;
  height: 65px;
  object-fit: contain;
}




.child-sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
  background: #fff;
  position: absolute;
  left: 100%;
  top: 0px;
  width: 200px
}

.child-sub-next-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  width: 190px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
}

.child-sub-menu li:hover .child-sub-next-menu {
  opacity: 1;
  visibility: visible;
}

li.has-children {
  position: relative;
}

.sub-menu li:hover .child-sub-menu {
  opacity: 1;
  visibility: visible;
}

li.nav-item.has-children {
  position: relative;
}


.sub-menu li.has-children>a::after {
  transform: rotate(0deg);
  right: 10px;
  transition: 0.4s all;
}



.navbar-nav>li:hover .sub-menu {
  /* display: block; */
  opacity: 1;
  visibility: visible;
  top: 40px;
}

.sub-menu .has-children:hover>a::after {
  transform: rotate(270deg);
  transition: 0.8s all;
}

.has-children:hover a::after {
  transform: rotate(179deg);
  transition: 0.8s all;
}

.child-sub-menu li.has-children>a::after {
  transform: rotate(0deg);
  right: 10px;
  transition: 0.4s all;
}


.has-children:hover a::after .sub-menu li a {
  padding: 10px 23px;

}

/* .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding-right: 16px;
  padding-left: 0;
  position: relative;
  transition: 0.4s all;
  font-size: 14px;
} */

/* 18-03-24{fixing} */
/* header.fixed {
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  top: 0;
} */



/* header--------------------end */

/* modify Heder Start */
.main-header {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 20px;
  z-index: 99;
}

.main-header .container {
  justify-content: space-between;
  gap: 6px;
  position: relative;
}


.hdr_prt {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  max-width: 1315px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(52, 56, 59, 0.4);
  padding: 5px 10px 4px 18px;
  border-radius: 80px;
  backdrop-filter: blur(5px);
  background: rgba(15, 19, 22, 0.53);
  position: relative;
  /* z-index: 1; */
}

.main-header .container .hdr_prt::before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 1px;
  filter: blur(37px);
  background: linear-gradient(180.00deg, rgba(29, 182, 161, 1), rgba(29, 182, 161, 1) 100%);
  width: 45px;
  height: 45px;
  z-index: 1;
}

.main-header .container .hdr_prt::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 11px;
  filter: blur(40px);
  background: linear-gradient(180.00deg, rgba(29, 182, 161, 1), rgba(29, 182, 161, 1) 100%);
  width: 45px;
  height: 45px;
  z-index: 1;
}

.main-header .navbar-brand {
  max-width: 225px;
  position: relative;
  z-index: 2;
}

.main-header .offcanvas-body {
  justify-content: space-between;
  margin-left: 200px;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  position: relative;
  transition: 0.4s all;
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
  line-height: 24px;
  /* padding: 0; */
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
  color: var(--green);
  font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
  color: var(--green);
}

.main-header .nav-item {
  margin-left: 0;
  position: relative;
  margin-right: 45px;
}

.main-header .nav-item:last-child {
  margin-right: 0;
}

/* modify Heder End */

/* Home Page Start */

/* Banner Section Start */
.banner_sec {
  position: relative;
  /* background: url("../images/home_bnnr_img.png") no-repeat center;
  background-size: cover; */
}

.bnnr_img img {
  width: 100%;
  height: 100%;
}

.banner_sec .bnnr_txt {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 180px;
}

.banner_sec .bnnr_txt .bnne_txt_wrap {
  max-width: 607px;
  position: relative;
  z-index: 2;
}

.bnnr_txt .bnne_txt_wrap h6 {
  margin-bottom: 16px;
}

.bnnr_txt .bnne_txt_wrap h1 {
  margin-bottom: 16px;
}

.bnnr_txt .bnne_txt_wrap p {
  margin-bottom: 26px;
  color: #ffffffbf;
}

/* Banner Section End */
.soluction_sec {
  position: relative;
  /* overflow: hidden; */
  padding-bottom: 250px;
  margin-top: -770px;
}

.soluction_sec .container {
  position: relative;
  z-index: 2;

}

.soluction_sec::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/soluction_blur_shadow.png") no-repeat center;
  height: 594px;
  width: 526px;
  bottom: -270px;
  z-index: 1;
  filter: blur(77px);
}

.soluction_sec .hdng {
  max-width: 798px;
  margin: 0 auto;
  text-align: center;
}

.soluction_sec .hdng h2 {
  text-align: center;
  margin-top: 18px;
}

.bttm_hdng {
  max-width: 1029px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}

.bttm_hdng h2 {
  text-align: center;
  font-weight: 600;
}

.bttm_hdng h2 span {
  display: inline;
}

.download_btn {
  text-align: center;
  margin-top: 70px;
}

.howwrk_sec {
  padding: var(--sec_gap);
  background: rgba(23, 25, 27, 0.85);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.howwrk_sec::before {
  content: "";
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  width: 100%;
  background: url("../images/line_drw.png") no-repeat center;
  height: 587px;
  z-index: 1;
}

.howwrk_sec .container {
  position: relative;
  z-index: 2;
}

.howwrk_sec .hdng {
  max-width: 870px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 27px;
}

.howwrk_sec .hdng h2 {
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 18px;
}


.how_work_slide_crd {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 30px;
  position: relative;

}

.how_work_slide_crd::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  background: url("../images/slider_white_ellips.png") no-repeat;
  width: 200px;
  height: 174px;
  filter: blur(0px);
  transition: var(--transtn);
}

.how_wrk_slide:hover .how_work_slide_crd::after {
  background: url("../images/slider_round_ellipse.png") no-repeat;
  height: 218px;
  width: 236px;
}

.slider_hdng {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.slider_hdng h3 {
  width: 77%;
}

.slider_hdng .slide_img {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: inset 19px 20px 8px 0px rgba(14, 3, 28, 0), inset 12px 13px 7px 0px rgba(14, 3, 28, 0.03), inset 7px 7px 6px 0px rgba(14, 3, 28, 0.1), inset 3px 3px 4px 0px rgba(14, 3, 28, 0.17), inset 1px 1px 2px 0px rgba(14, 3, 28, 0.2);
  background-color: var(--green);
  transition: var(--transtn);
  position: relative;
  flex: 0 0 auto;
}

.slider_hdng .slide_img img {
    width: 48px;
    height: 48px;
    transition: var(--transtn);
    position: absolute;
}

.slider_hdng .slide_img img.green_img {
  opacity: 0;
}

.how_wrk_slide:hover .slider_hdng .slide_img {
  box-shadow: none;
  background-color: var(--white);
}

.how_wrk_slide:hover .slider_hdng .slide_img img.green_img {
  opacity: 1;
}

.how_wrk_slide:hover .slider_hdng .slide_img img.white_img {
  opacity: 0;
}

.slider_data {
  margin-top: auto;
  max-width: 95%;
  position: relative;
  z-index: 2;
}

.slider_data p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.4px;
  margin-top: 8px;
}

.how_wrk_slide {
  box-sizing: border-box;
  border: 1px solid rgba(39, 40, 44, 0.6);
  border-radius: 20px;
  backdrop-filter: blur(15px);
  /* background: rgba(19, 20, 24, 0.6); */
  overflow: hidden;
  height: auto;
  margin: 0 20px;
  transition: var(--transtn);
  cursor: pointer;
}

.how_wrk_slide .how_work_slide_crd {
  width: 100%;
  height: 100%;
  /* filter: blur(4px); */
  background: rgba(27, 28, 29, 1);
  transition: var(--transtn);
  box-shadow: transparent;
}

.how_wrk_slide:hover {
  transform: rotate(-8.18deg);
}

.how_wrk_slide:hover .how_work_slide_crd {
  background: linear-gradient(138.04deg, rgba(29, 182, 161, 1), rgba(0, 120, 126, 1) 100%);
  box-shadow: 0px 0px 0px 0px rgba(116, 60, 190, 0.35);
  backdrop-filter: blur(15px);
}

.slider_data h4 {
  letter-spacing: -0.9px;
  text-transform: none;
}

.howwrk_slider .slick-track {
  display: flex;
}

.howwrk_slider.slick-initialized.slick-slider {
  width: 100vw;
  height: 100%;
}

.howwrk_slider .slick-list.draggable {
  padding: 30px 13px;
}

/*  */
.why_us_sec {
  padding: var(--sec_gap);

}

.why_us_sec .hdng {
  max-width: 709px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 45px;
}

.why_us_sec .hdng h2 {
  text-align: center;
  margin-top: 18px;
}

.why_us_wrap {
  display: flex;
  justify-content: space-between;
}

.why_us_wrap .why_us_crd {
  width: 33.33%;
  padding: 5px 7px 23px;
}

/* .why_us_wrap .why_us_crd+.why_us_crd {
  border-left: 1px solid #2A2F32;
} */

.why_us_wrap .why_us_crd .why_us_crd_wrap {
  border-radius: 20px;
  background: rgba(5, 9, 12, 1);
  overflow: hidden;
  height: 100%;
}

.why_us_wrap .why_us_crd .why_us_crd_wrap .inner_crd {
  height: 100%;
  padding: 21px 0px 21px 27px;
  display: flex;
  flex-direction: column;
}

.why_us_wrap .why_us_crd .why_us_crd_wrap .inner_crd_one {
  padding: 21px 0px 21px 27px;
  background: rgba(39, 43, 47, 1);
  position: relative;
}

.why_us_wrap .why_us_crd .why_us_crd_wrap .inner_crd_one::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -66px;
  background: url("../images/inner_crd_one_glow.png") no-repeat;
  width: 244px;
  height: 100%;
}

.why_us_wrap .why_us_crd .why_us_crd_wrap .inner_crd p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.4px;
  margin-top: 8px;
  margin-bottom: 28px;
}

.why_us_wrap .why_us_crd .why_us_crd_wrap .inner_crd a {
  position: relative;
  z-index: 2;
}

.why_us_wrap .why_us_crd .why_us_crd_wrap .inner_crd a::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 0;
  bottom: -5px;
  background-color: var(--white);
  height: 1px;
  transition: var(--transtn);
}

.why_us_wrap .why_us_crd .why_us_crd_wrap .inner_crd a:hover {
  color: var(--white);
}

.why_us_wrap .why_us_crd .why_us_crd_wrap .inner_crd a:hover:after {
  width: 100%;
}

/* .why_us_wrap .why_us_crd .why_us_crd_wrap .inner_crd_one .crd_img{
  margin-top: 45px;
} */

.why_us_wrap .why_us_crd .why_us_crd_wrap .inner_crd_two {
  background: url("../images/why_us_crd_bg_img.png") no-repeat center;
  background-size: 100% 100%;
}

/* .why_us_wrap .why_us_crd .why_us_crd_wrap .inner_crd_two .crd_img{
  margin-top: 29px;
} */
.why_us_wrap .why_us_crd .why_us_crd_wrap .inner_crd_two {
  padding-right: 14px;
}

.why_us_wrap .why_us_crd .why_us_crd_wrap .inner_crd_three {
  background: url("../images/card_three_bg.png") no-repeat center;
  background-size: 100% 100%;
}

.why_us_wrap .why_us_crd .why_us_crd_wrap .inner_crd_three .crd_img {
  margin-left: 50px;
}

.crd_img {
  margin-top: auto;
}

.why_us_wrap.scnd_whyus_wrap .why_us_crd .why_us_crd_wrap .inner_crd_four {
  background: url("../images/crd_four_bg.png") no-repeat center;
  background-size: cover;
}

.why_us_wrap.scnd_whyus_wrap .why_us_crd .why_us_crd_wrap .inner_crd_four .crd_img {
  max-width: 422px;
  margin: auto auto 0;
}

.why_us_wrap.scnd_whyus_wrap .why_us_crd {
  width: 50%;
  padding-top: 12px;
  padding-bottom: 0;
}

.why_us_wrap.scnd_whyus_wrap .why_us_crd .why_us_crd_wrap .inner_crd_five {
  background: url("../images/crd_five_bg_img.png") no-repeat center;
  background-size: cover;
}

.why_us_wrap.scnd_whyus_wrap .why_us_crd .why_us_crd_wrap .inner_crd_five .crd_img {
  max-width: 455px;
  margin: auto auto 0;
}

.why_us_wrap.scnd_whyus_wrap {
  /* padding-top: 17px; */
  border-top: 1px solid #2A2F32;
}

.why_us_sec .container {
  position: relative;
  z-index: 3;
}

/*  */
.roadmap_sec {
    position: relative;
    background-color: #090D10;
    overflow: hidden;
    padding: var(--sec_gap);
    margin: 0;
}

.roadmap_sec::before {
  content: "";
  position: absolute;
  top: -79px;
  left: -54px;
  width: 240px;
  height: 100%;
  bottom: 0;
  background-color: var(--bg_color);
  filter: blur(24px);
  z-index: 4;
  display: none;
}

.roadmap_sec::after {
  content: "";
  position: absolute;
  top: -79px;
  right: -54px;
  width: 240px;
  height: 100%;
  bottom: 0;
  background-color: var(--bg_color);
  filter: blur(24px);
  z-index: 4;
  display: none;
}

.roadmap_sec .hdng {
  text-align: center;
  margin-bottom: 45px;
}

.roadmap_sec .hdng h2 {
  margin-top: 18px;
  text-align: center;
}

.roadmap_crd {
  padding: 33px 33px 16px 33px;
  border-radius: 16px;
  background: url("../images/roadmap_slider_bg_img.png") no-repeat center;
  background-size: cover;
  transition: var(--transtn);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.road_map_crd_wrap .roadmap_crd:hover {
  background: url(../images/active_bg_slider.png) no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}

.road_map_crd_wrap .roadmap_crd:hover .network_img img.white_img {
  opacity: 1;
}

.road_map_crd_wrap .roadmap_crd:hover .network_img img.black_img {
  opacity: 0;
}

.roadmap_crd .network_img {
  width: 56px;
  height: 56px;
  position: relative;
  margin-bottom: 18px;
}

.roadmap_crd .network_img img {
  position: absolute;
  transition: var(--transtn);
}

.roadmap_crd .network_img img.white_img {
  opacity: 0;
}

.roadmap_crd p {
  font-family: var(--table_font);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.36px;
  margin-bottom: 20px;
}

.roadmap_crd p span {
  color: #2D3042;
  font-weight: 200;
  display: inline;
  color: #afb1bb;
}

.road_map_crd_wrap {
  margin: 0 12px;
}

.road_map_crd_wrap.slick-current .roadmap_crd {
  background: url("../images/active_bg_slider.png") no-repeat center;
  background-size: 100% 100%;
}

.road_map_crd_wrap.slick-current .roadmap_crd .network_img img.white_img {
  opacity: 1;
}

.road_map_crd_wrap.slick-current .roadmap_crd .network_img img.black_img {
  opacity: 0;
}

.road_map_crd_wrap.slick-current .roadmap_crd p span {
  color: #afb1bb;
}

.roadmap_slider .slick-track {
  display: flex;
}

.roadmap_slider .slick-track .road_map_crd_wrap {
  height: auto;
}

.roadmap_slider .slick-track .road_map_crd_wrap .roadmap_crd {
  height: 100%;
}

.slide_gost {
  margin-top: auto;
}

.roadmap_sec .map_para {
  text-align: center;
  margin-top: 30px;
}

.nxt_step {
    padding: var(--sec_gap);
    background: rgba(23, 25, 27, 0.85);
    position: relative;
    /* overflow: hidden; */
    margin-top: -600px;
}

.nxt_step::before {
    content: "";
    position: absolute;
    filter: blur(35px);
    transform: rotate(-7deg);
    top: -138px;
    left: 0;
    right: 0;
    width: 90%;
    height: 330px;
    z-index: 1;
    background: rgba(6, 10, 13, 1);
    background: rgba(0, 120, 126,);
}

.nxt_step .container {
  position: relative;
  z-index: 3;
}

.nxt_step::after {
  content: "";
  position: absolute;
  right: 0;
  background: url("../images/next_step_right_ellips.png") no-repeat;
  width: 802px;
  height: 1124px;
  z-index: 1;
  bottom: -390px;
}

/* .nxt_step::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../images/next_step_left_ellips.png") no-repeat;
  width: 802px;
  height: 1124px;
  z-index: 1;
  bottom: -390px;
} */

.nxt_step .hdng {
  text-align: center;
  margin-bottom: 39px;
}

.step_list_wrap {
  max-width: 1101px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.step_list_wrap .step_crd {
  width: calc(33.33% - 15px);
  background: url("../images/step_crd_bg.png") no-repeat center;
  background-size: 100% 100%;
  transition: var(--transtn);
  padding: 47px 29px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step_list_wrap .step_crd .crd_img {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 48px;
  margin-top: 0;
}

.step_list_wrap .step_crd .crd_img img {
  position: absolute;
  transition: var(--transtn);
}

.step_list_wrap .step_crd .crd_img img.white_img {
  opacity: 0;
}

.step_list_wrap .step_crd h5 {
  max-width: 195px;
  margin: 0 auto;
  margin-bottom: 45px;
  text-align: center;
  transition: var(--transtn);
}

.step_list_wrap .step_crd p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.5px;
  text-align: center;
  margin-top: auto;
}

.step_list_wrap .step_crd:hover {
  background: url("../images/step_crd_bg_hover.png") no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}

.step_list_wrap .step_crd:hover .crd_img img.white_img {
  opacity: 1;
}

.step_list_wrap .step_crd:hover .crd_img img.black_img {
  opacity: 0;
}

.step_list_wrap .step_crd:hover h5 {
  color: var(--white);
}

.persent_val {
  position: relative;
  max-width: 908px;
  margin: 50px auto auto;
}

.persent_val img {}

.nxt_step .btm_para {
  max-width: 555px;
  margin: 0 auto;
  margin-top: -37px;
  position: relative;
  z-index: 2;
}

.nxt_step .btm_para h4 {
  text-align: center;
}


/* result Section 10:45 */
.result_Sec {
  padding: var(--sec_gap);
  position: relative;
  background: url("../images/result_sec_bg_img.png") no-repeat center;
  background-size: 100% 100%;
}

.result_Sec .hdng {
  text-align: center;

}

.result_Sec .hdng h2 {
  margin-top: 18px;
  text-align: center;
}

.result_Sec .table_wrap {
  max-width: 1215px;
  margin: 40px auto auto auto;
  border-radius: 13px;
  box-shadow: inset 0px 0px 0px 1.61px rgba(255, 255, 255, 0.08);
  background: linear-gradient(180.00deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 58%);
  overflow: hidden;
  padding-right: 14px;
}

.table_wrap ul li {
  display: flex;
  position: relative;
}

.table_wrap ul li+li {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
}

.table_wrap ul li div {
  border-right: 2px solid rgba(255, 255, 255, 0.08);
}

.table_wrap ul li div:last-child {
  border-right: none;
}

.table_wrap ul li .frst_hdng {
  width: 60%;
  padding: 16px 20px 16px;
}

.table_wrap ul li .sec_hdng {
  width: 40%;
  padding: 16px 14px 16px;
  text-align: right;
}

.table_wrap ul li .trd_hdng {
  width: 14%;
  padding: 16px 14px 16px;
  text-align: right;
}

.table_wrap ul li .frth_hdng {
  width: 12%;
  padding: 16px 14px 16px;
  text-align: right;
}

.table_wrap ul li .hedng {
  color: rgba(233, 233, 244, 1);
  font-family: var(--table_font);
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.14px;
}

.table_wrap ul li .frst_data {
  width: 60%;
  padding: 16px 20px 16px;
  font-weight: 400;
  color: var(--white);
  font-size: 22px;
  line-height: 28px;
  font-family: var(--table_font);
  letter-spacing: -0.14px;
}

.table_wrap ul li .sec_data {
  width: 40%;
  padding: 16px 14px 16px;
  text-align: right;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.12px;
  font-family: var(--table_font);
  color: rgba(178, 178, 194, 1);
}

.table_wrap ul li .trd_data {
  width: 14%;
  padding: 16px 14px 16px;
  text-align: right;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.12px;
  font-family: var(--table_font);
  color: rgba(178, 178, 194, 1);
}

.table_wrap ul li .frth_data {
  width: 12%;
  padding: 16px 14px 16px;
  text-align: right;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.12px;
  font-family: var(--table_font);
  color: rgba(178, 178, 194, 1);

}

.table_wrap ul li:last-child .last {
  width: 100%;
  padding: 30px 20px 30px;
  color: rgba(178, 178, 194, 1);
  font-family: var(--table_font);
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.12px;
}

.casestudy {
  position: relative;
  overflow: hidden;
  padding: var(--sec_gap);
}


.casestudy .hdng {
  text-align: center;
  margin-bottom: 20px;
}

.casestudy .hdng h2 {
  text-align: center;
  margin-top: 18px;
}

.casestudy .casestudyslider {
  max-width: 1198px;
  margin: 0 auto;
}

/* .casestudy_slider_wrap { padding: 0 120px; box-sizing: border-box; } */
/* .casestudy_slider_wrap { padding: 0 200px; box-sizing: border-box; overflow: visible; } */
.casestudy_slider_wrap {
  overflow: hidden;
  padding: 50px 0 100px;
}

.casestudy_slider_wrap .swiper-slide {
  opacity: 0;
  /* hide all slides */
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.casestudy_slider_wrap .swiper-slide-active,
.casestudy_slider_wrap .swiper-slide-prev,
.casestudy_slider_wrap .swiper-slide-next {
  opacity: 1;
  /* only show these 3 */
  pointer-events: auto;
}

.casestudy_slider_wrap .study_crd {
  padding: 37px 33px 39px;
  border: 1.22px solid rgba(33, 37, 40, 1);
  border-radius: 34px;
  /* filter: blur(8px); backdrop-filter: blur(77px); */
  background: rgba(45, 48, 66, 1);
  transition: var(--transtn);
}

.casestudy_slider_wrap .study_crd .chlg_solut {
  display: flex;
  justify-content: space-between;
}

.casestudy_slider_wrap .study_crd .chlg_solut .clng_wrap {
  width: 100%;
}

.casestudy_slider_wrap .study_crd .chlg_solut .clng_wrap:first-child {
  padding-right: 12px;
}

.casestudy_slider_wrap .study_crd .chlg_solut .clng_wrap+.clng_wrap {
  border-left: 1px solid rgba(114, 121, 166, 1);
  padding-left: 40px;
}

.athr_dtls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 39px;
}

.athr_dtls .user_img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
}

.athr_dtls .user_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abt_athr {
  display: flex;
  align-items: center;
  gap: 22px;
}

.athr_data h5 {
  color: var(--white);
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.3px;
}

.athr_data p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.3px;
}

/* .clng_wrap h4 {
  color: var(--white);
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.3px;
  margin-bottom: 18px;
} */
 .clng_wrap h4 {
    color: var(--white);
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.3px;
    margin-bottom: 18px;
}

/* .clng_wrap ul li {
  position: relative;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.3px;
} */
 .clng_wrap ul li {
    position: relative;
    padding-left: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.3px;
}

.clng_wrap ul li+li {
  margin-top: 20px;
}

.clng_wrap ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #D9D9D9;
  border-radius: 50%;
  left: 0;
  top: 15px;
}

/* swiper code */
/* Make slides auto-size like cards */
.casestudy_slider_wrap .swiper-slide {
  /* width: 65%; */
  /* make main slide smaller */
  max-width: 800px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

/* Active slide (center card) */
.casestudy_slider_wrap .swiper-slide-active {
  /* transform: scale(1) !important; */
  /* keep size */
  z-index: 2;
  /* scale: 1; */
}

/* Left/right cards */
.casestudy_slider_wrap .swiper-slide-prev,
.casestudy_slider_wrap .swiper-slide-next {
  opacity: 0.4;
  transform: scale(0.9);
  /* slightly smaller */
}

.casestudy_slider_wrap .swiper-slide {
  filter: blur(2px);
}

.casestudy_slider_wrap .swiper-slide-active {
  filter: blur(0);
  opacity: 1;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 5px !important;
  border-radius: 50%;
  transition: all 0.3s ease;
  background: rgba(28, 34, 38, 1);
}

/* Active dot */
.swiper-pagination-bullet-active {
  background: rgba(116, 123, 128, 1);
  /* bright white */
  width: 10px;
  height: 10px;
}

.casestudy_slider_wrap .swiper-pagination {
    bottom: calc(100% - 96%);
    top: unset !important;
}

/* arrow button */
/* Hide default arrow icons */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}

/* Custom round buttons */
.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(25, 28, 31, 1);
    bottom: calc(100% - 98%);
    top: unset !important;
}

.swiper-button-next {
  right: 38% !important;
}

.swiper-button-prev {
  left: 38% !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: var(--white);
}

/* Use icons or arrows */


.swiper-button-next::before {
  content: "\f061";
  font-family: FontAwesome;
  color: var(--white);
  font-size: 18px;
  transition: var(--transtn);
}

.swiper-button-prev::before {
  content: "\f060";
  font-family: FontAwesome;
  color: var(--white);
  font-size: 18px;
  transition: var(--transtn);
}

.swiper-button-next:hover::before,
.swiper-button-prev:hover::before {
  color: #383F43;
}


.swiper-slide.study_slider_crd.swiper-slide-visible.swiper-slide-prev {
  scale: 0.8;
}

.swiper-slide.study_slider_crd.swiper-slide-visible.swiper-slide-next {
  scale: 0.8;
}

/* swiper code */




/* toggle mode button */
.mode_toggle_btn {
  width: 64px;
  height: 26px;
  margin-right: 13px;
  position: relative;
}

.mode_toggle_btn::before {
  position: absolute;
  content: "";
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(90deg, rgba(6, 215, 160, 0.12) 0%, rgba(6, 215, 160, 0.33) 100%);
  border-radius: 33px;
}

.mode_toggle_btn::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #111015;
  border-radius: 33px;
}

.mode_toggle_btn .innr_icns {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 5px;
}

.mode_toggle_btn .innr_icns i {
  position: relative;
  color: #5f5f5f;
  font-size: var(--font-fourteen);
}

.mode_toggle_btn .innr_icns i.fa-moon {
  color: #fff;
}

.mode_toggle_btn .innr_icns i.fa-sun {
  margin-right: -2px;
}

.mode_toggle_btn .innr_icns::before {
  position: absolute;
  content: "";
  box-shadow: 0px 4px 13.2px 0px rgba(0, 0, 0, 0.08);
  background-color: #2b2c30;
  width: 27px;
  height: 27px;
  top: 0;
  left: -2px;
  border-radius: 50%;
  transition: var(--transtn);
}



/*  */
.btn_hdng_wrap {
  display: flex;
  align-items: center;
  /* padding: 100px 0 0; */
}

.btn_hdng_wrap .btn_hdng {
  max-width: 890px;

}

.btn_hdng_wrap .btn_hdng h2 {
  font-size: 70px;
  font-weight: 400;
  line-height: 72px;
  text-transform: capitalize;
  letter-spacing: -0.6px;
}

.btn_hdng_wrap .btn_txt {
  text-align: right;
  max-width: 30%;
  margin-left: auto;
}

/*  */
/* footer part */
.footer_sec {
  background-color: #05090C;
  padding: 69px 0 260px;
  overflow: hidden;
  position: relative;
}

.footer_sec .ftr_wrap {
 display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.footer_sec .ftr_wrap .privacy_lists {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer_sec .ftr_wrap .privacy_lists li+li {
  padding-left: 15px;
  position: relative;
}

.footer_sec .ftr_wrap .privacy_lists li+li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 70%;
  background-color: var(--white);
}

.footer_sec .ftr_wrap .privacy_lists li a {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.3px;
  transition: var(--transtn);

}

.footer_sec .ftr_wrap .privacy_lists li a:hover {
  color: var(--green);
}

.footer_sec .ftr_wrap p {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.3px;
  text-align: center;
}

.footer_sec .ftr_wrap .social_list {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer_sec .ftr_wrap .social_list li a {
  width: 46px;
  height: 46px;
  background: rgba(19, 23, 26, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: var(--green); */
  transition: var(--transtn);
  border-radius: 50%;

}

.footer_sec .ftr_wrap .social_list li a i {
  color: var(--green);
  font-size: 16px;
  transition: var(--transtn);
}

.footer_sec .ftr_wrap .social_list li a:hover i {
  color: var(--white);
}

.footer_sec .container {
  position: relative;
}

.footer_sec .big_ftr_txt {
    position: absolute;
    text-align: center;
    bottom: unset;
    width: 100%;
    z-index: 1;
}



.footer_sec .big_ftr_txt span {
  color: rgba(23, 26, 28, 1);
  font-size: 347px;
  font-weight: 500;
  line-height: 420px;
  letter-spacing: -0.4px;
  text-align: left;
  text-transform: lowercase;
  text-align: center;
}

/* Home Page Start */


/* Approach Page Start */
/*  */
.approach_bnr .bnnr_txt {
  top: 20%;
}

.approach_bnr .bnnr_txt .bnne_txt_wrap {
  text-align: center;
  max-width: 930px;
  margin-inline: auto;
}

.approach_bnr .bnnr_txt .bnne_txt_wrap h1 {
  text-align: center;
  width: 100%;
  font-weight: 200;
}

.approach_bnr .bnnr_txt .bnne_txt_wrap h1 span {
  font-weight: 500;
}

.approach_bnr .bnnr_txt .bnne_txt_wrap p {
  margin-bottom: 0;
}

/*  */

/* start sucess_stories */

.sucess_stories .hdng {
  text-align: center;
  max-width: 770px;
  margin-inline: auto;
  margin-bottom: 50px;
}

.sucess_stories .hdng h2 span {
  color: #586176;
  font-weight: 300;
  display: inline;
}

.sucess_stories .hdng h2 {
  font-weight: 500;
  color: #ffffff;
  margin-top: 17px;
  text-align: center;
}

.sucess_stories .site_btn {
  min-width: 223px;
}

.sucess_stories {
  width: 100%;
  position: relative;
  background: var(--bg-color);
  z-index: 1;
  margin-bottom: 20px;
  margin-top: -280px;
  position: relative;
}

.flexrow_wrp {
  padding-block: 80px;
}

.flexrow {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  position: relative;
  z-index: 7;
}

.flexrow.active .srviceimg,
.flexrow.active .srvicecontent {
  opacity: 1;
}

.flexrow:not(:last-child) {
  padding-bottom: 180px;
}

.srvicecount {
  width: 74px;
  height: 74px;
  border-radius: 100%;
  background-color: var(--green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;

  color: rgba(16, 15, 15, 1);
  font-size: 24px;
  font-weight: 500;
  line-height: 27px;
}

.srviceimg,
.srvicecontent {
  width: calc(50% - 87px);
  position: relative;
  opacity: 0.5;
}

.srvicecontent {
  max-width: 450px;
  margin-left: auto;
}

.srvicecontent .icon {
  width: 65px;
  height: 65px;
  border-radius: 5px;
  background: var(--green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-bottom: 20px;
}

.srvicecontent .icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0px 10px 12px rgba(0, 0, 0, 0.5));
}

.srvicecontent h4 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
}

.srvicecontent h5 {
  color: var(--white);
  font-family: var(--secondary_font);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.18px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.srvicecontent p {
  color: rgba(197, 216, 229, 1);
  font-family: var(--secondary_font);
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.3px;
  margin-bottom: 20px;
}

.srvicecontent li {
  color: rgba(197, 216, 229, 1);
  font-family: var(--primary_font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 25px;
  margin-bottom: 0;
  position: relative;
}

.srvicecontent li::before {
  position: absolute;
  top: 4px;
  left: 0;
  background: url(../images/list_bfr.png) no-repeat center;
  background-size: 18px 18px;
  content: "";
  width: 18px;
  height: 18px;
}

.srvicecontent li+li {
  margin-top: 10px;
}

.srviceimg {
  flex: 0 0 auto;
  padding-left: 50px;
}

.srviceimg img {
  width: 100%;
  height: 100%;
  max-width: 420px;
  object-fit: contain;
}

.getbtnmargin {
  margin-top: 140px;
  margin-bottom: -140px;
}

.featureslist {
  width: 100%;
  position: relative;
}

.bluedot {
  width: 14px;
  height: 14px;
  background-color: var(--green);
  display: block;
  position: relative;
  z-index: 5;
  margin-left: -1px;
}

.rounddevide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.featureslist::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 5px dashed #d3dcfc;
  top: 0;
  opacity: 0.5;
}

.featureslist::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: -1px;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background-color: var(--green);
  z-index: 5;
}

#iline {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 5px;
  background: var(--white);
  height: 10px;
  transition: var(--transtn);
  z-index: 3;
}

/* end sucess_stories */

.why_sec {
  padding: var(--sec_gap);
  background: url(../images/why_approch_bg.png) no-repeat center / cover;
  text-align: center;
}

.why_sec .tag_wra {
  margin-bottom: 20px;
}

.why_sec .hdng {
  margin-bottom: 60px;
}

.why_crd {
  height: 100%;
  padding: 40px 40px 45px;
  border-radius: 10px;
  background: rgb(137 137 137 / 5%);
  border: 1px solid rgb(255 255 255 / 10%);
  backdrop-filter: blur(130px);
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
}

.why_crd::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/whybx_hvr_img.png) no-repeat center / cover;
  opacity: 0;
  z-index: -1;
  transition: var(--transtn);
}

.why_crd:hover::before {
  opacity: 1;
}

.why_crd .why_crd_img {
  width: 72px;
  margin: 0 auto 40px;
}

.why_crd h5 {
  color: var(--white, #fff);
  margin-bottom: 20px;
}

.why_crd p {
  color: #a8b0d2;
  line-height: 1.4;
}


.why_sec .hdng h2 span {
  color: #586176;
  font-weight: 300;
  display: inline;
}

.why_sec .hdng h2 {
  font-weight: 500;
  color: #ffffff;
  margin-top: 17px;
  text-align: center;
}

/* try_it_now */
.try_it_now {
  background-position: top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-block: 100px;
  text-align: center;
}

.try_it_now .hdng {
  max-width: 665px;
  margin-inline: auto;
  margin-bottom: 50px;
}

.try_it_now .hdng h2 span {
  font-weight: 300;
  display: inline;
}

.try_it_now .hdng h2 {
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 20px;
  text-align: center;
}

.try_it_now .btn_wrp {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

/* try_it_now */


/* Approach Page end */

/* sedule sec */
.sedule_sec {
  padding: var(--sec_gap);
  position: relative;
  overflow: hidden;
}

.sedule_sec::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -400px;
  width: 445px;
  height: 445px;
  filter: blur(154px);
  background: rgba(10, 58, 51, 1);
  z-index: 1;
}

.sedule_sec .container {
  position: relative;
  z-index: 2;
}

/* 13-09-25 */
.navbar-nav {
  align-items: center;
}

/* language toggler */

.switch {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.switch>span {
  position: absolute;
  top: 19px;
  pointer-events: none;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked~.off {
  color: #080B0E;
}

input.check-toggle-round-flat:checked~.on {
  color: #fff;
}

.switch>span.on {
  left: 5px;
  padding-left: 2px;
  color: #080B0E;
}

.switch>span.off {
  right: 0;
  padding-right: 4px;
  color: #fff;
}

.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.check-toggle+label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.check-toggle-round-flat+label {
  padding: 12px 13px;
  width: 105px;
  height: 64px;
  background-color: rgb(39, 42, 44, 6);
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 40px;
  border: 1px solid #34383bb5;
}

input.check-toggle-round-flat+label:before,
input.check-toggle-round-flat+label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat+label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #272A2C;
  -webkit-moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 40px;
  background-color: rgb(39, 42, 44, 6);
  /* border: 1px solid #34383bb5; */
}

input.check-toggle-round-flat+label:after {
  top: 12px;
  left: 12px;
  bottom: 12px;
  width: 40px;
  background-color: #fff;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

input.check-toggle-round-flat:checked+label {}

input.check-toggle-round-flat:checked+label:after {
  margin-left: 44px;
}

.tgl_img {
  height: 56px;
  width: 115px;
}

.lang-toggle {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(39, 42, 44, 6);
  border-radius: 30px;
  gap: 10px;
  padding: 5px 10px;
  transition: var(--transtn);
}

a.lang-btn {
  transition: var(--transtn);
  width: 50%;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.lang-btn.active {
  padding: 6px;
  background-color: #fff;
  border-radius: 100%;
  color: #080B0E;
}

/* 15-09-25 */
.howprocesswrk_sec {
    padding: var(--sec_gap);
    position: relative;
    padding-bottom: 0;
}
.howprocesswrk_sec .prcswrk_wrap {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.prcswrk_wrap .prcs_txt {
    max-width: 385px;
    margin-left: auto;
    flex: 0 0 auto;
}
.prcs_txt .hdng{
      margin-bottom: 25px;
}
.prcs_txt .hdng h2{
  margin-top: 6px;
}
.prcswrk_wrap .prcs_txt ul li {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    padding-left: 35px;
}
.prcswrk_wrap .prcs_txt ul li + li{
  margin-top: 20px;
}

.prcswrk_wrap .prcs_txt ul li::before{
  content: "";
  position: absolute;
  background: url("../images/list_tick.png") no-repeat center;
  width: 22px;
  height: 26px;
  left: 0;
}
.prcswrk_img img{
  width: 100%;
  height: 100%;
}

/* FAQ Sec Start */
.faq_sec .accordion-item {
  border-radius: 15px !important;
  background: rgba(7, 12, 25, 1);
  overflow: hidden;
  border: solid 1px #18655a;
}

.faq_sec .accordion-item + .accordion-item {
  margin-top: 10px;
}

.faq_sec .accordion-item:not(:first-of-type) {
  border: solid 1px #18655a;
}

.faq_sec .accordion-header {
  background-color: transparent;
}

.faq_sec .accordion-button {
  color: var(--white);
  background: rgba(7, 12, 25, 1);
  padding: 30px;
  padding-right: 75px;
  font-family: var(--faq_font);
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  border-bottom: none;
}

.faq_sec .accordion-button:not(.collapsed) {
  color: var(--white);
  border-radius: 15px;
  background: rgba(25, 27, 36, 1);
}

.faq_sec .accordion-button::after {
  content: "";
  border: 1px solid rgba(24, 101, 90, 1);
  border-radius: 32px;
  box-shadow: inset 0px -7px 11px 0px rgba(164, 143, 255, 0.12);
  background: rgba(255, 255, 255, 0);
  color: white;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 17px;
  /* transform: translateY(-50%); */
  transition: var(--transtn);
  background-image: url(../images/Vector-2.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.faq_sec .accordion-button:not(.collapsed)::after {
  background-image: url(../images/Vector.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.faq_sec .accordion-body {
  background: rgba(25, 27, 36, 1);
  color: rgba(189, 193, 208, 1);
  border: none;
  font-family: var(--secondary_font);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-transform: capitalize;
  padding-top: 0;
  margin-top: -5px;
  position: relative;
  padding: 30px;
  padding-top: 0px;
}

.faq_sec .accordion-button:focus {
  box-shadow: none;
}

.faq_sec .hdng {
  text-align: center;
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 50px;
}

.faq_sec .hdng h2 {
  font-weight: 500;
  color: #ffffff;
  margin-top: 17px;
  text-align: center;
}

.faq_sec .hdng h2 span {
  color: #586176;
  font-weight: 300;
  display: inline;
}

.faq_sec {
  padding: var(--sec_gap);
}
/* FAQ Sec End */

/* Logo slider Start */
.logo_slide_sec {
    text-align: center;
    padding: 300px 0 100px;
    background-color: #090D10;
    margin-top: -210px;
}
.logo_slide_sec .tag_wra {
  margin-bottom: 25px;
}

.logo-slider .slick-slide {
  text-align: center;
  display: flex;
  height: auto;
  justify-content: center;
  margin-inline: 25px;
}

.logo-slider .slick-slide img {
  width: 100%;
  max-width: 225px;
  max-height: 55px;
  object-fit: contain;
}

.logo-slider.slick-slider .slick-track {
  display: flex;
}

/* Logo slider End */

/* FAQ Sec Start */
/* FAQ Sec End */

/* 15-09-25 */
.bnnr_btn {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.why_us_wrap .why_us_crd .why_us_crd_wrap .inner_crd_one{
  background: url("../ideal_project_img1_bg.png") no-repeat center;
  background-size: 100% 100%;
}
