/* FONTS */
@font-face {
  font-family: InterLight;
  src: url(../font/inter/Inter-Light.ttf);
}

@font-face {
  font-family: Inter;
  src: url(../font/inter/Inter-Regular.ttf);
}

@font-face {
  font-family: InterMedium;
  src: url(../font/inter/Inter-Medium.ttf);
}

@font-face {
  font-family: DmSerifDisplay;
  src: url(../font/dm_serif_display/DMSerifDisplay-Regular.ttf);
}


/* START HEADER */
header {
  background-color: #0E1D34 !important;
  padding: 5px 5%;
  font-family: Inter;
  font-size: 20px !important;
}

.nav-link {
  color: #D1D1D6 !important;
  padding: 0px 20px !important;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500 !important;
}

.nav-link.active {
  color: #e92729 !important;
  padding: 0px 20px !important;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500 !important;
}

/* END HEADER */

/*  *************************************** */

/* START FOOTER */
footer {
  background-color: #0E1D34 !important;
  padding: 5px 5%;
  font-family: Inter;
  font-size: 18px !important;
}

footer a {
  color: #D1D1D6 !important;
  padding: 0px 20px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500 !important;
}

.text-muted {
  color: #98a2b3 !important;
  font-family: InterLight !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.footer-border-top {
  border-top: 1px solid #475467 !important;
}

/* END FOOTER */

/*  *************************************** */

/* START BACKGROUND */
.bg-darkblue {
  background-color: #0E1D34 !important;
}

/* END BACKGROUND */

/*  *************************************** */

/* START BUTTONS */

.btn-text {
  font-weight: 400;
  color: #D1D1D6 !important;
  padding: 0px 20px !important;
  border: 0px solid transparent !important;
  box-shadow: none;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.btn-text:hover {
  font-weight: 400;
  color: #D1D1D6 !important;
  padding: 0px 20px !important;
  border: 0px solid transparent !important;
  box-shadow: none;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.btn-text:active {
  font-weight: 400;
  color: #D1D1D6 !important;
  padding: 0px 20px !important;
  border: 0px solid transparent !important;
  box-shadow: none;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.btn-red {
  color: #fff;
  background-color: #e92729;
  border: 1px solid #e92729;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-family: InterMedium;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.btn-red:hover {
  color: #fff;
  background-color: #e92729;
  border: 1px solid #e92729;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-family: InterMedium;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.btn-red:active {
  color: #fff !important;
  background-color: #e92729 !important;
  border: 1px solid #e92729 !important;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-family: InterMedium;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.btn-blue {
  color: #fff;
  background-color: #006DFF;
  border: 1px solid #006DFF;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-family: InterMedium;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.btn-blue:hover {
  color: #fff;
  background-color: #006DFF;
  border: 1px solid #006DFF;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-family: InterMedium;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.btn-blue:active {
  color: #fff !important;
  background-color: #006DFF !important;
  border: 1px solid #006DFF !important;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-family: InterMedium;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

/* END BUTTONS */

/*  *************************************** */

/* GENERALS */
html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  /*default text rengi*/
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* SIGN UP FORM SECTION */

.signup-form-container {
  /* height: 92vh; */
  height: 100% !important;
  background: #fff;
  background-size: cover;
  align-items: center;
  padding: 5% 8%;
}

.signup-form-container p {
  font-family: InterLight;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #667085 !important;
}

.signup-form-container p a {
  font-family: InterLight;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #E92729;
}

.btn-submit {
  display: block;
  margin: 15px 0;
  padding: 10px;
  width: 100%;
}

.btn-connect {
  display: block;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  margin: 15px 0;
  width: 100%;
  color: #344054;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.btn-connect:hover {
  display: block;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  margin: 15px 0;
  width: 100%;
  color: #344054;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.btn-connect:active {
  display: block;
  background-color: #fff !important;
  border: 1px solid #d0d5dd !important;
  margin: 15px 0;
  width: 100%;
  color: #344054 !important;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.signup-text-container {
  /* height: 92vh; */
  height: 100% !important;
  background: linear-gradient(45deg, #101828 0%, #475467 100%);
  background-size: cover;
  align-items: center;
  padding: 5% 5%;
}

.form-title {
  font-family: InterMedium;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
}

.form-heading {
  font-size: 50px;
  background: linear-gradient(140.42deg, #FFFFFF 16.75%, #FF8B8C 89.7%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: DmSerifDisplay;
  font-weight: 400;
  line-height: 53px;
}

.form-text {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.form-label {
  font-family: Inter !important;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #344054;
}

.form-check-label {
  font-family: Inter !important;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #344054;
}

.form-control {
  font-family: Inter !important;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #344054 !important;
}

.form-control::placeholder {
  font-family: InterLight !important;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #667085;
}

.form-select{
  font-family: Inter !important;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #344054 !important;
}

.form-help-text {
  font-family: InterLight !important;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #667085 !important;
}

/* SIGN UP FORM SECTION */

/*MAIN WRAPPER*/
/* .main-wrapper {
  
} */
/*MAIN WRAPPER*/

/* SECTION ONE */
.largest-investment-container {
  background-image: url(../img/largest_investment_bg.svg);
  background-repeat: no-repeat;
  /* height: 100vh; */
  padding: 7%;
  padding-bottom: 4%;
}

.largest-investment-container h1 {
  font-size: 46px;
  background: linear-gradient(88.61deg, #2656bc 5.87%, #e92729 72.44%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: DMSerifDisplay;
  font-weight: 400;
  line-height: 53px;
}

.br-gradient-text {
  background: linear-gradient(88.61deg, #2656bc 5.87%, #e92729 72.44%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter;
  font-weight: 500;
  line-height: 30px;
  font-size: 20px;
}

.largest-investment-container p {
  color: #667085;
  font-size: 20px;
  line-height: 30px;
  font-family: Inter;
  font-weight: 500;
}

.company-card {
  background-color: #fff;
  border: 1px solid #eaecf0;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  border-radius: 16px;
  margin-top: -5%;
}

.largest-investment-container h5 {
  font-family: InterMedium;
  font-weight: 500;
  font-size: 28px;
  line-height: 22px;
  color: #000;
}

.company-container {
  height: 100%;
  background: #fff;
  background-size: cover;
  align-items: center;
  padding: 1% 8% 3% 8%;
}

.black-container{
  padding: 3% 2% 2% 3%;
  background-color: #171717;
  border-radius: 15px;
  opacity: .8;
}

.collaborate-white-title{
  font-family: Inter;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #fff; 
}

.collaborate-blue-text{
  background-color: #6394ff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-family: InterMedium;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
}

/* SECTION ONE */

/* SECTION TWO */
.lightblue-container {
  margin: 0px 2% 3% 2%;
  padding: 2% 0px 0px 5%;
  background-color: #eef3f9 !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 50px;
}

.blue-title {
  padding-top: 2%;
  background: linear-gradient(125.89deg, #133e80 29.01%, #6394ff 91.25%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 34px;
  font-family: Inter;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.02em;
}

.filtertag-card {
  background-color: #fff;
  border: 1px solid rgba(234, 236, 240, 0.05);
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  border-radius: 24px;
  margin: 3% 7% 0px 0%;
}

.filtertag-container {
  height: 100%;
  background: #fff;
  background-size: cover;
  align-items: center;
  padding: 1% 1% 3% 1%;
}

.badge-text-bg {
  border-radius: 16px;
  padding: 4px 10px;
  margin: 0px 0.5%;
  font-family: InterMedium;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  ;
  text-align: center;
  margin-bottom: 1%;
}

.text-bg-red {
  color: #e92729 !important;
  background-color: rgba(255, 69, 58, 0.1);
}

.text-bg-blue {
  color: #006dff !important;
  background-color: #e3efff;
}

.text-bg-darkblue {
  color: #134592 !important;
  background-color: rgba(43, 84, 139, 0.18);
}

.text-bg-orange {
  color: #ff9f0a !important;
  background-color: rgba(242, 201, 76, 0.25);
}

.text-bg-green {
  color: #1d8f3a !important;
  background-color: rgba(126, 233, 153, 0.15);
}

.text-bg-purple {
  color: #9b51e0 !important;
  background-color: rgba(187, 107, 217, 0.2);
}

.service-card {
  margin-bottom: 4%;
}

.service-card-text {
  font-family: InterLight;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color:#667085;
}

.lightblue-container h6 {
  font-family: InterLight;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1e !important;
  margin: 1% 0px 4% 0px;
}

/* SECTION TWO */

/*section-three*/

.service-span {
  font-family: InterLight !important;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #667085 !important;
}

/*section-three*/

/* section four */


.redirect-text {
  color: #006dff;
  text-decoration: none;
  font-family: InterLight;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

/* section four */

/* section five */
.darkblue-container {
  margin: 0px 2% 3% 2%; 
  padding: 2% 0px 3% 5%;
  background-color: #152b4b;
  border-radius: 50px;
}
.img_learningcurve {
  border-radius: 50px;
}

.lightblue-title {
  padding-top: 2%;
  background: linear-gradient(125.89deg, #bdd7ff 29.01%, #6394ff 91.25%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 34px;
  font-family: Inter;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.02em;
}

.lightblue-text {
  font-family: InterLight;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #afbfde;
}

.white-title {
  font-family: InterLight;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.gray-text {
  font-family: InterLight;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(175, 191, 222, 0.8);
}

.darkgray-text {
  font-family: InterLight;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #667085;
}

.lightblue-redirect-text {
  color: #add0ff;
  text-decoration: none;
  font-family: InterMedium;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}


/* section five */

/* section six */

/* section six */

/* section seven */
.blue-container {
  margin: 0px 2% 3% 2%;  
  background-color: #254679;
  border-radius: 50px; 
}
.learningcurve-container{
    padding: 2% 0px 3% 5%;
}
.img_learningcurve {
  border-radius: 50px;
}

/* section seven */

/* section eight */
.white-container {
  margin: 0px 2% 3% 4%;
  padding: 0px;
  background-color: #fff !important;
}

.gray-title {
  font-family: InterLight;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #667085;
}
 
.badge-text{
  color:#1c1c1e;
  font-family: Inter;
  font-weight: 400;
  font-size:16px;
  line-height: 24px;
}
.black-title {
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #101828;
}

.about-darkgray-text {
  font-family: InterLight;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #667085;
}

/* section eight */

/* paddings*/
.pr-15{
  padding-right: 15%;
}
.pr-17{
  padding-right: 17%;
}  
/* paddings*/

/*about us*/
.map-container{
  margin-top:0px;
  margin-bottom: 4%;
  margin-left: 7%;
  margin-right: 7%;
}
.about-title{
  font-family: InterMedium;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px; 
  color: #006dff;
}
.about-black-title{
  font-family: InterMedium;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px; 
  letter-spacing: -0.02em;
  color: #101828;
}

.about-black-subtitle{
  font-family: InterMedium;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px; 
  letter-spacing: -0.02em;
  color: #101828;
}

.about-gray-text{
  font-family: InterLight;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color:#667085;
}

.about-bold-text{
  font-family: InterMedium;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color:#0e1d34;
}

.card-title{
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #101828;
}
.card-text{
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #667085;
}
.card-link{
  font-family: Inter;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #006dff;
}

.app-container{
  /* margin-top: 10%; */
  margin-bottom: 6%;
  margin-left: 6%;
  margin-right: 6%;
}

.unique-application-container{
  padding: 2% 5% 3% 5%;
  background-color: #152b4b;
}

.white-text{
  font-family: InterMedium;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color:#ffffff;
}

.white-subtitle{
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color:#efefef;
}

.about-lightblue-title{
  color: #add0ff;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
}

.lightgray-text{
  font-family: InterLight;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #c7c7cc;
}

.newsletter-container{
  background-color: #f9fafb;
  padding: 5% 0px;
}

.team-container{
  margin:5% 5%;
}
.team-card{
  background-color: #EFF2F4;
  border-radius: 30px;
  padding: 2% 5%;
  margin:3% 2%;
  height: calc(100% );

}

.card-title{
  margin: 5% 0px;
  font-family: InterMedium;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #101828;
}

.member-title{
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #006DFF;
}
.team-subtitle{
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #101828;
}

.team-description{
  font-family: InterLight;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #667085;
}

.team-member-img{
  border-radius: 15px;
}
/*about us*/


/*contact*/
.contact-section{
  background-color: #efefef;
  border-radius: 30px;
  padding: 4%;
}
/*contact*/

.policy-link{
  padding: 0px 0px !important;
  margin: 0px 0px;
}


@media(max-width: 576px) {
  .img_trendingnews {
    width: 100%;
  }

  .img_watchlist {
    width: 100%;
  }

  .img_report {
    width: 80%;
    margin: 20px 0px;
  }

  .img_search {
    width: 100%;
  }

  .img_learningcurve {
    width: 100%;
  }

  .img_collectdata {
    width: 100%;
  }

  .learningcurve-container{
    padding: 10% 5%;
  }

  .img_analysisphone{
    width:100%;
  }
  .pr-17{
    padding-right: 5%;
  }  
  .pr-15{
    padding-right: 5%;
  } 
  #appsolution-title{
    margin-top: 10%;
    font-size: 48px!important;
    font-family: InterMedium;
    font-weight: 600; 
    line-height: 60px; 
    color: #101828;
    letter-spacing: -0.02em;
  }
  
  .collaborate-white-title{
    font-size: 15px;
    line-height: 20px; 
  }

  .collaborate-blue-text{
    font-size: 16px;
    line-height: 10px; 
  }
  .collaborate-container{
    display: none;
  }
}
 
@media (min-width: 576px) {
  .img_trendingnews {
    width: 100%;
    /* max-width: 20px;
    max-height: 20px; */
    /* width: calc(100%/400); */
  }

  .img_watchlist {
    width: 100%;
  }

  .img_report {
    width: 80%;
    margin: 20px 0px;
  }

  .img_learningcurve {
    width: 100%;
  }

  .img_collectdata {
    width: 100%;
  }

  .img_analysisphone{
    width:100%;
  }
   
  .collaborate-white-title{
    font-size: 20px;
  }

  .collaborate-blue-text{
    font-size: 25px;
  }

  .collaborate-consent-banner {
    display: none;
  }
  .collaborate-container{
    display: block;
  }
}

@media (min-width: 768px) {
  .img_report {
    width: 90%;
  }

  .img_search {
    width: 100%;
  }

  .img_learningcurve {
    width: 100%; 
  }

  .img_collectdata {
    width: 100%;
    margin-top: 20px;
  }
  .img_analysisphone{
    width:100%;
  }
  .pr-17{
    padding-right: 4%;
  }  
  .pr-15{
    padding-right: 3%;
  }

  .collaborate-white-title{
    font-size: 19px;
  }

  .collaborate-blue-text{
    font-size: 23px;
  }
}

@media (min-width: 992px) {
  .img_trendingnews {
    width: 100%;
  }

  .img_report {
    width: 90%;
  }

  .img_report {
    width: 90%;
  }

  .img_learningcurve {
    width: 100%;
  }

  .img_collectdata {
    width: 100%;
  }
  .img_analysisphone{
    width:100%;
  }
  
}

@media (min-width: 1200px) {
  .img_trendingnews {
    width: 100%;
  }

  .img_report {
    width: 90%;
  }

  .img_learningcurve {
    width: 100%;
  }
  .img_analysisphone{
    width:100%;
  }

}

@media (min-width: 1400px) {
  .img_trendingnews {
    width: 80%;
  }

  .img_watchlist {
    width: 80%;
  }

  .img_report {
    width: 70%;
  }

  .img_learningcurve {
    width: 80%; 
  }

  .img_collectdata {
    width: 80%;
  }
  .largest-investment-container{
    background-size:60%;
  }
  .img_analysisphone{
    width:100%;
  }
}

@media (min-width:1600px) and (max-width:2500px) {
  .img_analysisphone{
    width:70%;
  }
  .pr-17{
    padding-right: 10%;
  }
  .pr-15{
    padding-right: 8%;
  }  
}

@media (min-width: 2560px) {
  .img_trendingnews {
    width: 60%;
  }

  .img_watchlist {
    width: 60%;
  }

  .img_report {
    width: 40%;
  }

  .img_search {
    width: 60%;
  }

  .img_learningcurve {
    width: 50%;
  }

  .img_collectdata {
    width: 50%;
  }
  .largest-investment-container{
    background-size:50%;
  }
  .img_analysisphone{
    width:55%;
  }
  .pr-17{
    padding-right: 13%;
  }  
  .pr-15{
    padding-right: 12%;
  }
  
}
 

/*collaborate mobile*/

.collaborate-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  background-color: #171717;
  opacity: .9;
}

.collaborate-consent-banner__inner {     
  max-width: 960px;
  margin: 0 auto;
  padding: 5% 5%;
}

.collaborate-consent-banner__copy { 
  margin-bottom: 16px;
}

/*collaborate mobile*/

.collaborate-container{
  
}