@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&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');

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
  overflow-x: hidden;
  font-size: 62.5%;
}


:root {
  --font-regular: "Poppins", sans-serif;
  --font-heading: "Chakra Petch", sans-serif;
  --site-color: #15164c;
  --site-color1:#363883;
  --site-color2:#e02425;
}


body {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  background: #fff;
  overflow-x: hidden
}

.mt30 {
  margin-top: 30px;
}

.margin-none {
  margin-bottom: 0 !important;
}

p a {
  color: var(--green-color);
  font-weight: 600;
}

.p-10 {
  padding: 1rem;
}

.p-20 {
  padding: 2rem;
}

.p-30 {
  padding: 3rem;
}

.p-40 {
  padding: 4rem;
}

.padt-10 {
  padding-top: 1rem;
}

.padt-20 {
  padding-top: 2rem;
}

.padt-30 {
  padding-top: 3rem;
}

.padt-40 {
  padding-top: 4rem;
}

.padt-50 {
  padding-top: 5rem;
}

.padt-60 {
  padding-top: 6rem;
}

.padt-70 {
  padding-top: 7rem;
}

.padb-10 {
  padding-bottom: 1rem;
}

.padb-20 {
  padding-bottom: 2rem;
}

.padb-30 {
  padding-bottom: 3rem;
}

.padb-40 {
  padding-bottom: 4rem;
}

.padb-50 {
  padding-bottom: 5rem;
}

.padb-50 {
  padding-bottom: 6rem;
}

.padb-70 {
  padding-bottom: 7rem;
}

.pady-70 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.mart-10 {
  margin-top: 1rem;
}

.mart-20 {
  margin-top: 2rem;
}

.mart-30 {
  margin-top: 3rem;
}

.mart-40 {
  margin-top: 4rem;
}

.mart-50 {
  margin-top: 5rem;
}

.mart-60 {
  margin-top: 6rem;
}

.mart-70 {
  margin-top: 7rem;
}

.marb-10 {
  margin-bottom: 1rem;
}

.marb-20 {
  margin-bottom: 2rem;
}

.marb-30 {
  margin-bottom: 3rem;
}

.marb-40 {
  margin-bottom: 4rem;
}

.marb-50 {
  margin-bottom: 5rem;
}

.marb-50 {
  margin-bottom: 6rem;
}

.marb-70 {
  margin-bottom: 7rem;
}

.mary-7 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.relative {
  position: relative;
}

.container {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

hr {
  border: none;
  height: 1px;
  background-color: #1f1f1f;
}

img {
  max-width: 100%;
}

.d-flex {
  display: flex;
}

.align-item-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 1rem;
}

.gap-20 {
  gap: 2rem;
}

.gap-30 {
  gap: 3rem;
}

.site-color {
  color: var(--site-color);
}

.blue-color {
  color: var(--blue-color);
}

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

.text-left {
  text-align: left;
}

.site-title {
  font-size: 50px;
  line-height: 1.2;
  font-family: var(--font-heading);
  font-weight: 800;
  margin: 0 0 30px 0;
  text-transform:uppercase;
}

.sub-title {
  font-size: 36px;
  line-height: 1.2;
  font-family: var(--font-heading);
  font-weight: 700;
  margin: 0 0 20px 0;
}


.col-shadow {
  border-radius: 10px;
  box-shadow: 0 -5px 20px rgba(16, 24, 40, .08)
}

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

.two-grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

ul.item-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

ul.item-list li {
  display: flex;
  gap: 15px;
}

ul.item-list li span.material-symbols-outlined {
  margin-top: 3px;
  font-size: 3rem;
  color: var(--green-color)
}



h2 {
  font-size: 4.7rem;
  font-family: var(--font-heading);
  padding: 0;
  margin-top: 0;
  line-height: normal;
}

h3 {
  font-size: 4rem;
  font-family: var(--font-heading);
  padding: 0;
  margin-top: 0;
  line-height: normal;
}

h4 {
  font-size: 3rem;
  font-family: var(--font-heading);
  padding: 0;
  margin-top: 0;
  line-height: normal;
}

h5 {
  font-size: 2rem;
  font-family: var(--font-heading);
  padding: 0;
  margin-top: 0;
  line-height: normal;
}

h6 {
  font-size: 18px;
  font-family: var(--font-heading);
  padding: 0;
  margin-top: 0;
  line-height: normal;
}


ul.list-style {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

ul.list-style li {
  display: flex;
  gap: 15px;
}

ul.list-style li span.material-symbols-outlined {
  margin-top: 3px;
  color: var(--blue-color);
}

.footnote {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  opacity: 0.7;
}

#footnote {
  margin: 0 0;
  font-size: 14px;
  word-wrap: break-word;
}

.explore-btn {
  display: inline-block;
  background-color: var(--green-color);
  padding: 6px 16px;
  color: white;
  text-decoration: none;
  font-weight: 200;
  font-size: 18px;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.explore-btn:hover {
  background-color: #000;
}

.footnote {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

a {
  text-decoration: none;
}

h2 strong {
  font-size: 23px;
}

h2 strong a {
  color: #000;
}


/* ------------------------------------------------------------------------------------------------- */

.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem
}

.three-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.four-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}




.z-index{z-index:1;}

.overlay:before{
  content:'';
  background:#000;
  opacity:0.6;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width:100%;
  height:100%;
}


.header .top-header {
  width: 100%;
  z-index: 2;
  padding: 1rem 0;
  position: absolute;
  left:0;
  right:0;
  top:0;
}



.header div.text h1{
  font-family: var(--font-heading);
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  line-height: 80px;
  text-align: center;
  max-width:1000px;
  margin:0 auto;
}
.header div.text span {
  background: var(--site-color);
  display: inline;

  
}



.header div.text a{color:#fff;}


.shadow-ul li {
  list-style: none;
  display: flex;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  gap: 15px;
  background: #fff;
  box-shadow: 0 5px 20px #cfcfcf;
  padding: 10px;
  border-radius: 6px;
}

.shadow-ul li .icon-p img {
  max-width: 25px;
  height: auto;
}

.sec-one-box {
  background: #cafaff;
  color: #061547;
  padding: 30px;
  border-bottom: 5px solid #00b4e0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}


.section-two {
  background: #d7e3e8;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

.section-two .shadow-ul li {
  box-shadow: 0 5px 20px #acc5d1;
}

.section-two .col img {
  border-radius: 200px;
}

.section-three img {
  border-radius: 50%;
}

.section-three1 {
  background: url(../images/service-bg-1.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 80px;
  clip-path: polygon(0 0, 94% 6%, 100% 78%, 0% 100%);
}

.section-three1 img {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  border: 4px solid #fff;
}


.section-four {
  text-align: center;
  animation: slide 4s infinite;
}

@keyframes slide {
  0% {
    background-color: rgb(229, 250, 245);
  }

  10% {
    background-color: rgb(246, 249, 228);
  }

  25% {
    background-color: rgb(234, 229, 251);
  }

  50% {
    background-color: rgb(250, 229, 236);
  }

  75% {
    background-color: rgb(220, 229, 235);
  }

  100% {
    background-color: #cad4f8;
  }

}



.investors {
  background: #fff;
  border: 10px solid var(--site-color2);

  padding: 40px;
}

.investors h2 {
  color:var(--site-color)
}

.note {
font-weight:600;
font-size:14px;
}





.highlight-white {
  background: var(--site-color2);
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 50px;
  color:#fff;
}
.section-eight {
  position: relative;
  overflow: hidden;
}

.section-eight h2 {
  color: #fff
}

.section-eight h6 {
  font-weight: 400;
  color: #666;
  padding-top: 10px;
  margin-bottom:0;
}


.team1 {
  background: #f6f9e4;
  border:8px solid var(--site-color);
  box-shadow: 0px 8px 15px #616c20;
  border-radius: 40px;
  padding: 40px;
}

.team1 h3 {
  color: var(--site-color);
  margin: 0;
  padding: 0
}

.team2 {
  background: #eae5fb;
  border: 8px solid #7162a7;
  box-shadow: 0px 8px 15px #2f2359;
  border-radius: 40px;
  padding: 40px;
}

.team2 h3 {
  color: #2f2359;
  margin: 0;
  padding: 0
}

.latest-news .col {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  border-radius: 10px;
  padding: 20px;
}

.latest-news .col h3 {
  color:var(--site-color);
  font-size: 18px;
}

.latest-news .col time {
  color: #666;
  font-size: 13px;
  display: block;
  padding-bottom: 10px;
}

.latest-news .col button {
  border: 1px solid #666;
  background: transparent;
  color: #666;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
  display: block;
  width: 100%;
  cursor: pointer;
}


.section-ten {
  background: #0891ad;
  color: #fff;
  text-shadow: 0 1px 0 #004d5d
}

.copyright {
  font-size: 14px;

  background:var(--site-color2);
  color:#fff;
  padding:10px;
}

.copyright a {
  color: var(--blue-color);
}

.discalaimber p {
  font-size: 13px;
  opacity: 0.7;
  line-height: normal;
}

.chartone {
  width: 100%;
  margin-bottom: 30px;
}

.two-chart-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 3rem;
}

.chart.charttwo iframe {
  height: 500px !important;
  width: 100% !important;
}


.highlight-text {
  background:var(--site-color);
  padding: 50px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  color:#fff;
}
.highlight-text .sub-title{margin-bottom:0;}




.col-img img{display: block;}

.yellow-bg {
  background: var(--site-color);
  padding: 30px;
  border-radius: 30px;
}


.market-fixed-img{background:url(../images/market.png) no-repeat center; position:fixed; top:0; bottom:0; left:0; right:0; width:100%; height:100%; background-size: cover;}

.white-bg{background:#fff;}



/* new css */

.header {
  height: 100vh;
  position: relative;
background:url(../images/main-banner.jpg) no-repeat center;
  overflow: hidden;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:1;
}

.banner-text-left {
  max-width: 640px;
}

.banner-text-left .site-title {
  color: #fff;
  font-size: 54px;
  margin-top:30px;
  font-style: italic;
}

.banner-text-left  a{color:#fff;}

.banner-text-left .site-title span{color:#ee5657;}

.banner-right-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width:47%;
}

.symbol span {
  background-color: var(--site-color2);
  padding: 3px 20px;
  font-size: 50px;
  display: inline-block;
  margin-top: 5px;
  border-radius: 15px;
  color: #fff;
}

.logo img {
  border-radius: 10px;
}

.line-animation{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background-repeat: repeat-x;
  opacity: 0.1;
  animation: slide-2 60s linear infinite;
  -webkit-animation: slide-2 60s linear infinite;
}

@keyframes slide-2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px 0;
  }
}

.dark-bg{background:#0f1011;}

.bg-light-dark{
  background:#212325;
  color:#fff;
}

.bg-light-dark .left-text-col {
  padding: 15px;

}
.bg-light-dark .left-text-col p{  margin: 0;}

.challanges-block {
  border: 2px solid #373a3c;
  padding: 15px;
  background: #212325;
  color: #fff;
}

.col-video video {
  width: 100%;
  border: 2px solid var(--site-color2);
  padding: 15px;
}

.site-title span{color:var(--site-color2);}

.icon-points li {
  display: grid;
  grid-template-columns: 1fr 90%;
  background: #eee;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 11px;
}
.icon-points li .ip-icon {
  font-size: 36px;
}

.global-adoption{background:url(../images/globa-adoption.jpg) no-repeat center; background-size: cover; color:#fff;}
.global-adoption.overlay:before{opacity:0.5;}

.ga-text {
  max-width: 600px;
}


.quote-block {
  background: #fff;
  padding: 35px;
  border: 5px solid var(--site-color2);
}
.quote-block img {
  max-width: 70px;
  display: block;

}
.quote-name {
  font-weight: 600;
}

.quote-icon {
  position: absolute;
  left: -51px;
  top: -30px;
  background: #fff;
  padding: 10px;
}

.market-size {
  background: #000b15;
}


.market-size img{display: block;}

.mt-size {
  color: #fff;
  padding: 50px;
}


.top-reasons {
  background: url(../images/main-banner-v1.jpg) repeat;
  position: relative;

}



.top-reasons h2 {
  color: #fff;
  text-shadow: 0 1px 0px #ffffff;
  text-align: center;
  font-weight: 800;
}

.top-reasons h2 span {
  color:var(--site-color2);
  text-shadow: 1px 2px #000;
  text-align: center;
}

.ul-points {
  margin: 0;
  padding: 0;
}

.ul-points li {
  list-style: none;
  display: flex;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  gap: 15px;
}

.top-reasons .ul-points li {
  justify-content: space-between;
  gap: 0;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  color: var(--color-white);
  box-shadow: 0px 2px 2px #29708a;
}

.top-reasons .ul-points li .icon-p {
  font-size: 50px;
  font-weight: 900;
  min-width: 80px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--site-color2);

}

.top-reasons .ul-points li .li-content {
  width: 94%;
}

.top-reasons .note{color:#fff;}



.overview .abt-c-logo img {
 border:2px solid var(--site-color2);
 width:100%;
 padding:10px;
}

.overview h6 {
  display: inline-block;
  background:var(--site-color2);
  color: #fff;
  padding: 15px 20px;
  border-radius: 15px;
}


.vision {
  border: 5px solid var(--site-color1);
  text-align: center;
  padding: 20px;
  box-shadow: 10px 10px 0 #363883;
}

.sub-title.tile-bg span {
  background: var(--site-color1);
  color: #fff;
  padding: 3px 15px;
  border-radius: 6px;
}

.dark-bg.text-white{color:#fff;}

.color-bg{color:var(--site-color2);}

.csu-list, .scu-text{
  border: 2px solid #373a3c;
  padding: 15px;
  background: #212325;
  color: #fff;
}
.csu-list ul{padding-left:30px;}
.csu-list li {
  list-style: conic-gradient;
  text-align: left;
  font-size: 15px;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap:15px;
}

.service-list li {
  border-radius: 30px;
  border: 2px solid var(--site-color2);
  text-align: center;
  font-weight: 600;
  padding:10px;
  box-shadow:0 5px 0 var(--site-color2);
}

.key-highlights {
  border: 2px solid var(--site-color2);
  padding: 20px;
  box-shadow: 10px 10px 0 var(--site-color2);
}

.key-highlights .icon-points li {
  grid-template-columns: 1fr 95%;
}