@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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&display=swap');



:root {
  --primary-color: #050023;
  --secondary-color: #385ED9;
  --secondary-color2: #3771FE;
  --secondary-color3: #D9DDEE;
  --secondary-color4: #1D1D1D;
  --secondary-color5: #242424;
  --secondary-color6: #1E2233;
  --bs-white: #FFFFFF;
  --bs-dark: #12111C;
  --bodyFont: 'Open Sans', sans-serif;
  --secondaryFont: 'Poppins', sans-serif;
  --headingFont: 'Actay Wide';
}

@font-face {
  font-family: 'Actay Wide';
  src: url('../font/ActayWide-Bold.woff2') format('woff2'),
    url('../font/ActayWide-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Actay Wide';
  src: url('../font/ActayWide-BoldItalic.woff2') format('woff2'),
    url('../font/ActayWide-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}


.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-weight: normal;
  line-height: 1.6 !important;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--bodyFont);
  color: var(--secondary-color6);
  background: var(--bs-white);
  position: relative;
  z-index: 0;
  /* overflow-y: hidden;
  overflow-x: hidden; */
  min-height: 100%;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
a,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

.btn {
  width: auto;
  text-align: center;
  text-transform: uppercase;
  padding: 0 25px;
  font-size: 16px;
  border-radius: 30px;
  display: block;
  line-height: 55px;
  height: 55px;
  font-family: var(--secondaryFont);
  font-weight: 500;
  border-width: 2px;
  background: var(--secondary-color);
  color: var(--bs-white);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.btn:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: var(--bs-white);
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: var(--headingFont);
  font-weight: bold;
}

h1 {
  font-size: 44px;
  color: var(--bs-dark);
}

h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
}

h6 {
  font-size: 18px;
}

.heading {
  font-family: var(--headingFont);
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  margin-top: 9px;
}

.subhead {
  font-family: var(--headingFont);
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: var(--secondary-color2);
  position: relative;
  z-index: 1;
  padding-left: 175px;
}

.subhead::after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 172px;
  height: 1px;
  background-color: #385ED9;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 9;
  padding: 40px 0;
}




.hero_Sec {
  padding-top: 8.5rem;
  min-height: 80vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero_content{
  text-align: center;
}

.gradient_heading {
    background: linear-gradient(90deg, #2F3132 75%, rgba(47, 49, 50, 0.5) 85%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero-title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
  font-family: var(--headingFont);
  color: #fff;
}

.gradient-text {
  background: linear-gradient(90deg, #385ED9 10.1%, #B5BFDD 80.77%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 700;
}

.hero-subtitle {
  font-family: var(--bodyFont);
  font-size: 20px;
  line-height: 1.5;
  color: var(--bs-white);
  max-width: 700px;
  margin: 0 auto;
}

.search-bar {
  margin: 60px auto;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  margin-bottom: 170px;
  background: #FFFFFF1A;
  height: 78px;
}

.search-input {
  flex: 1;
  display: flex;
  align-items: center;
  border-radius: 40px;
  padding: 12px 18px;
}

.search-input .icon {
  color: #7c86ff;
  font-size: 16px;
  margin-right: 10px;
}

.search-input input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
}

.search-input input::placeholder {
  color: #9aa1ff;
}

.search-select select {
  background: #0f143a;
  border: none;
  color: #fff;
  padding: 12px 16px;
  border-radius: 30px;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  min-width: 215px;
  height: 55px;
}

.search-btn {
  background: #4b63ff;
  border: none;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
  min-width: 153px;
  height: 55px;
}

.search-btn:hover {
  background: #3a52e0;
}

.hero_tilted_box {
    background: #161B35;
    text-align: center;
    width: 224px;
    border-radius: 6px;
    padding: 30px;
    height: auto;
    min-height: 345px;
    overflow: hidden;
    margin-bottom: -43px;
}

.hero_tilted_box img {
  margin-bottom: 20px;
}

.hero_tilted_box h3 {
  font-family: var(--headingFont);
  color: #D7D7D7;
  font-size: 24px;
  list-style: 1.5;
  font-weight: 700;
}

.hero_tilted_box h4 {
  font-family: var(--bodyFont);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #D7D7D7;
}

.hero_tilted_box p {
  color: #7B7B7B;
  font-family: var(--bodyFont);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.hero_tilted_box.left{
  transform: rotate(-15deg);
}
.hero_tilted_box.right{
  transform: rotate(15deg);
}






.intro_fit {
  padding: 100px 0 130px;
  background-color: #F2F4FB;
  position: relative;
}

.fit_intro_box {
  max-width: 484px;
  padding: 50px 55px;
  background: #D9DDEE;
  border-radius: 8px;
  text-align: center;
}

.fit_intro_box p {
  color: var(--primary-color);
  font-size: 18px;
  line-height: 32px;
  font-family: var(--bodyFont);
  letter-spacing: 0.04em;
  font-weight: 300;
}

.fit_intro_box h5 {
  color: var(--primary-color);
  font-size: 22px;
  line-height: 1;
  font-family: var(--bodyFont);
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-bottom: 12px;
}

.center_fit_img {
  position: absolute;
  width: 504px;
  height: 487px;
  left: 50%;
  bottom: 75px;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
}

.center_fit_img img {
  width: 100%;
  max-width: 90%;
  height: auto;
  object-fit: contain;
}

.fit_intro_box.right {
  margin-top: 75px;
  padding: 46px 45px 44px 58px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}



.member_feature.database_member_feature{
  position: relative;
}
.member_feature.database_member_feature::after {
  top: auto;
  bottom: 11.5%;
  max-width: 50%;
  height: 100%;
  max-height: 18%;
}

.database_overview_container {
  background-color: #1E2233;
  border-radius: 12px 12px 0 0;
  padding: 46px 58px 74px 55px;
  position: relative;
  width: 100%;
  max-width: 837px;
}
.database_overview_circle_img {
    position: absolute;
    right: 99px;
    top: 300px;
    width: 792px;
    height: 700px;
    z-index: -1;
}

.database_overview_container p,
.database_overview_container h6,
.database_dark_container h6 {
  font-family: var(--bodyFont);
  color: var(--bs-white);
  font-size: 20px;
  line-height: 39px;
  font-weight: 400;
}

.database_overview_container h6 {
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 25px;
}

.database_icon {
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  border: 1px solid var(--secondary-color2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.database_content h5 {
  color: var(--bs-white);
  font-size: 18px;
  line-height: 30px;
  font-family: var(--bodyFont);
  letter-spacing: 0.04em;
  font-weight: 700;
}

.database_content p {
  color: #BABABA;
  font-size: 15px;
  line-height: 20px;
  font-family: var(--bodyFont);
  letter-spacing: 0.04em;
  font-weight: 400;
}

.database_list li {
  display: flex;
  gap: 27px;
  margin-bottom: 32px;
  width: 655px;
}

.database_list li:nth-child(even) {
  flex-direction: row-reverse;
  text-align: end;
}

.database_dark_container {
  background: #191825;
  border: 1px solid var(--secondary-color2);
  border-radius: 1px 8px 8px;
  padding: 32px 55px;
}

.database_dark_container h6 {
  margin-bottom: 20px;
  font-weight: 600;
}

.database_dark_container ul li {
  max-width: 1167px;
  height: 98px;
  position: relative;
  padding-left: 113px;
  margin-bottom: 32px;

}

.database_dark_container ul li:last-child {
  margin-bottom: 0;
}

.part_database {
  border: 1px solid var(--secondary-color2);
  background: #191825;
  color: var(--secondary-color2);
  font-size: 20px;
  line-height: 58px;
  font-weight: 600;
  width: 204px;
  height: 59px;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bottom_content_database {
  width: 1054px;
  height: 98px;
  background: #1E2233;
  border-radius: 8px;
  padding-left: 107px;
  padding-right: 128px;
  padding-block: 24px;
}

.mt-110 {
  margin-top: 110px;
}

.enhanced_feature .database_list li:nth-child(even) {
  flex-direction: unset;
  text-align: unset;
}

.enhanced_feature .database_list li .database_icon {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
}

.enhanced_feature .database_content h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 7px;
}

.enhanced_feature .database_list li {
  width: 611px;
  height: 86px;
  gap: 25px;
  margin-bottom: 130px;
}

.enhanced_feature .database_list li:last-child {
  margin-bottom: 0;
}

.enhanced_feature.left {
  padding-top: 160px;
  margin-left: -30px;
}

.enhanced_feature.right {
  padding-top: 30px;
  padding-left: 30px;
}

.enhanced_feature.left li {
  text-align: end;
}

.enhanced_feature.left .database_list li:nth-child(even) {
  text-align: end;
}

.center_draw {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -105px;
  content: '';
  height: 516px;
  width: 100px;
}

.center_draw img {}





.refill-station {
  padding: 75px 0 70px;
}
.work-rule {
  padding: 10px;

  span {
    font-family: var(--headingFont);
    font-size: 40px;
    color: var(--secondary-color2);
    font-weight: 700;
    line-height: 1;
    font-style: italic;
  }
}
.work-rule h4{
  font-family: var(--headingFont);
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 8px;
  color: var(--secondary2-color);
}
.refill-station .d-flex > .work-rule:nth-child(2) {
  margin-top: 64px;
}
.refill-station .d-flex > .work-rule:nth-child(3) {
  margin-top: 124px;
}
.refill-station .d-flex > .work-rule:nth-child(4) {
  margin-top: 193px;
}
.refill-station .work-rule img {
    transform: translate(35px, -35px);
}
.refill-station .d-flex > .work-rule:nth-child(2) img {
  transform: translate(40px, -15px);
}
.refill-station .d-flex > .work-rule:nth-child(3) img {
  transform: translate(35px, 20px);
}
.work_icon{
  height: 96px;
  width: 96px;
  flex: 0 0 96px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 42.91px 10.95px #3771FE40;
  margin-bottom: 20px;
}
.work_icon img{
  transform: unset !important;
}







.manual_data_update {
  position: relative;
  padding-bottom: 165px;
}

.manual_data_update .heading {
  margin-top: 10px;
}

.manual_data_box {
  background: #D9DDEE;
  border-radius: 8px;
  padding: 30px 120px 30px 35px;
  width: 536px;
}

.manual_data_box.bottom {
  padding: 42px 40px 42px 100px;
  margin-top: 158px;
  margin-left: -20px;
}

.manual_data_box p {
  color: var(--primary-color);
  font-size: 18px;
  line-height: 30px;
  font-family: var(--bodyFont);
  letter-spacing: 0.04em;
  font-weight: 300;
}

.mt-94 {
  margin-top: 94px;
}

.manual_circile_image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 583px;
  bottom: 55px;
  text-align: center;
}

.manual_circile_image img {
    width: 475px;
    /* height: 515px; */
    height: 530px;
    object-fit: contain;
}

.manual_circile_image .btn {
  width: fit-content;
  min-width: 293px;
  margin-inline: auto;
  margin-top: -60px;
  margin-bottom: 17px;
}

.manual_circile_image p {
  color: var(--primary-color);
  font-size: 18px;
  line-height: 30px;
  font-family: var(--bodyFont);
  /* letter-spacing: 0.04em; */
  font-weight: 600;
}

.manual_data_box.top {
  margin-bottom: 160px;
}







.member_feature {
  padding: 100px 0;
  background-color: var(--primary-color);
  position: relative;
  z-index: 1;
}

.member_feature::after {
  position: absolute;
  content: '';
  left: 0;
  top: 18%;
  width: 100%;
  max-width: 850px;
  height: 100%;
  max-height: 340px;
  background: url('../img/bottom-sec.png');
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;
}

.member_feature .heading {
  margin-top: 10px;
  color: #E9EBF4;
}

.mb-50 {
  margin-bottom: 50px;
}

.member_feature_box {
  padding: 30px 70px 65px;
  text-align: center;
  color: var(--bs-white);
  border: 1px solid #385ED9;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  background-color: var(--primary-color);
}
.member_feature_box.first {
    margin-bottom: 24px;
}

.member_feature_box h4 {
  font-family: var(--secondaryFont);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #E9EBF4;
  margin-bottom: 5px;
}

.member_feature_box p,
.bottom_content_database p {
  font-family: var(--bodyFont);
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #BABABA;
}

.center_border {
  background-image: url('../img/border.png');
  width: 100%;
  height: 1px;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  /* padding-top: 90px; */
}

.member_feature_box {
  position: relative;
  z-index: 1;
}

.member_feature_box::before {
  position: absolute;
  content: '';
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  height: 39px;
  width: 1px;
  background: #3771FE;
}

.member_feature_box::after {
  position: absolute;
  content: '';
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  height: 25px;
  width: 25px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background: #3771FE;
  backdrop-filter: blur(33px);
}

.member_feature_box.first::after {
  bottom: -85px;
}

.member_feature_box.first::before {
  bottom: -75px;
}

.member_feature_box.second::after,
.member_feature_box.third::after {
  top: -65px;
}

.member_feature_box.second::before,
.member_feature_box.third::before {
  top: -45px;
}

.feature_btn {
  position: absolute;
  bottom: -30px;
  width: 153px;
  left: 50%;
  transform: translateX(-50%);
}







footer {
  background-color: #212025;
  padding: 30px 0;
  color: var(--bs-white);
  font-family: var(--bodyFont);
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: center;
}

footer .bottom,
footer .bottom a {
  color: #BABABA;
}