@font-face {
  font-family: "neue-haas-grotesk-display-text-pro";
  src:url('../fonts/neuehass/fonnts.com-Neue_Haas_Grotesk_Display_Pro_45_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "neue-haas-grotesk-display-text-pro";
  src:url('../fonts/neuehass/fonnts.com-Neue_Haas_Grotesk_Display_Pro_46_Light_Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "neue-haas-grotesk-display-text-pro-roman";
  src:url('../fonts/neuehass/fonnts.com-Neue_Haas_Grotesk_Display_Pro_55_Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "neue-haas-grotesk-display-text-pro";
  src:url('../fonts/neuehass/fonnts.com-Neue_Haas_Grotesk_Display_Pro_65_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "neue-haas-grotesk-display-text-pro";
  src:url('../fonts/neuehass/fonnts.com-Neue_Haas_Grotesk_Display_Pro_66_Medium_Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "neue-haas-grotesk-display-text-pro";
  src:url('../fonts/neuehass/fonnts.com-Neue_Haas_Grotesk_Display_Pro_75_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "neue-haas-grotesk-display-text-pro";
  src:url('../fonts/neuehass/fonnts.com-Neue_Haas_Grotesk_Display_Pro_76_Bold_Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

:root{
  --header-font: 'neue-haas-grotesk-display-text-pro-roman';
  --body-font: 'neue-haas-grotesk-display-text-pro';
  --primary-blue: #14193B;
  --secondary-blue: #1CD6FB;
  --btn-blue: #7686ED;
  --btn-bluehv: #5A6FDC;
  --body-text: #ffffff;
  --bodydark-text: #000000;
  --alert-text: #CD2C0C;
  --gradient: linear-gradient(90deg, #7686ED 59.17%, #B00DF8 100%);
}
a{
  color: var(--btn-blue);
}
.primary-blue{
  background-color: var(--primary-blue);
}
.secondary-blue{
  background-color: var(--secondary-blue);
}
body{
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  color: #000;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
  font-family: var(--header-font);
  font-weight: 400;
  margin: 0;
}
.btn{
  font-family: var(--body-font);
  font-weight: 500;
  padding: 16px 24px;
  border-radius: 12px;
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  border: none;
  transition: all 0.3s ease;
}
.btn-sm{
  padding: 8px 12px;
}
.btn-dark{
  background-color: var(--bodydark-text);
  color: #fff;
}
.btn-blue{
  background-color: var(--btn-blue);
  color: #fff;
}
.btn-blue:hover{
  background-color: var(--btn-bluehv);
  color: #fff;
  transition: all 0.3s ease;
}
.p-80{
  padding: 80px 0;
}

/* header nav */
header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  width: 100%;
}
.logo {
  line-height: 1;
}
.logo img{
  max-width: 145px;
}
.logo a{
  display: inline-block;
  margin-right: 20px;
}
.header_left,
.header_right{
  background-color: #fff;
  border-radius: 16px;
  padding: 8px;
  box-shadow: 0 4px 8px #00000026;
}
.menu ul{
  list-style: outside none;
  padding: 0;
  margin:0;
  display: flex;
  align-items: center;
}
.menu ul li a{
  display: block;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  letter-spacing: -0.28px;
  border-radius: 16px;
}
.menu ul li a:hover{
  background-color: #f2f2f2;
}
.menu ul li a.register_btn{
  background-color: #000;
  color: #fff;
  border-radius: 8px;
}
.menu ul li a.register_btn:hover{
  color: #fff;
  background-color: #23272b;
}

/* hero section */
#hero{
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url(../images/effects.png)no-repeat center center/cover;
  display: flex;
  align-items: center;
}
.hero_content_wrapper{
  max-width: 860px;
  margin: 0 auto;
  padding: 120px 0px 60px;
}
.badge_text{
  font-size: 20px;
  font-weight: 300;
}
.hero_content_wrapper .badge_text{
  color: var(--secondary-blue);
  margin-bottom: 1.5%;
}
.hero_content_wrapper h1{
  font-size: 80px;
  font-family: var(--body-font);
  font-weight: 600;
  line-height: normal;
}
.hero_subhead{
  font-size: 55px;
  margin-top: 2.1%;
  line-height: normal;
}
.hero_paracontents{
  margin-top: 13%;
  margin-bottom: 4.5%;
  font-size: 32px;
}

/* partner logo section */
.invpart_log_col{
  text-align: center;
}
.invpart_slider .slick-slide{
  float: none;
}
.invpart_slider.slick-initialized .slick-slide{
  display: inline-block !important;
  vertical-align: middle;
}
.invpart_log_col img{
  max-width: 180px;
  max-height: 50px;
  display: inline-block !important;
}

/* pltform section */
.section_title_wrapper{
  color: var(--primary-blue);
}
.section_title_wrapper h2{
  font-size: 48px;
  font-weight: 500;
  margin: 10px 0px;
}
.cac_platform_wrapper{
  max-width: calc(100% - 160px);
  margin: 0 auto;
}
.column_main_wrapper{
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  background:#efefef url(../images/platform_noisebg.png)no-repeat center center/cover;
}
.column_main_wrapper .text_wrapper{
  max-width: 215px;
  margin: 0 auto;
}
.platcard_img{
  background: url(../images/ellipse1.png)no-repeat top center/contain;
}
.platcard_img img{
  max-height: 275px;
  object-fit: contain;
  object-position: top center;
}
.column_main_wrapper .img-fluid{
  width: 100%;
  height: auto;
}
.column_main_wrapper .glass{
  width: 100%;
  height: 90px;
  background: url(../images/Glass.png)no-repeat center center / cover;
  margin-top: -20px;
  opacity: 0.3;
}
.column_count_title{
  text-align: center;
  font-size: 40px;
  color: var(--primary-blue);
  padding: 80px 20px 30px;
}
.column_count{
  font-weight: 600;
}
.column_desc{
  font-size: 22px;
  max-width: 350px;
  margin: 0 auto 40px;
}
.colimg_refer_btn{
  background: url(../images/shadowbg.png)no-repeat center center/cover;
}

/* carousel section */
.carousel_slider_wrapper .item{
  padding: 100px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel_slider_wrapper .item h2{
  color: var(--secondary-blue);
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 96px;
  line-height: normal;
  max-width: 1350px;
  margin-left: auto;
}
.carousel_slider_wrapper .item p{
  font-size: 48px;
  color: #fff;
  max-width: 1350px;
  margin-left: auto;
  margin-bottom: 15px;
}
.primary-blue .section_title_wrapper{
  color: #fff;
}
.principle_text{
  color: var(--primary-blue);
}
#core_principles [class^="col-"]{
  height: 100%;
  margin-top: 30px;
}
#core_principles .card{
  border-radius: 15px;
}
#core_principles .card h5{
  font-size: 32px;
  font-weight: 400;
}
#core_principles .card p{
  font-size: 24px;
  margin:6px 0 0 0;
}
#core_principles .principle_icon{
  position: relative;
  margin-right: 20px;
}
#core_principles .principle_icon .pr_topicon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* proof layer section */
#proof_layer .section_title_wrapper h2{
  font-size: 96px;
  line-height: normal;
  color: var(--btn-blue);
  font-weight: 600;
}
#proof_layer .section_title_wrapper{
  color: #000;
}
.clipcard_wrapper{
  padding: 40px 60px;
  max-width: 400px;
  margin: 0 auto;
  background: url(../images/clipcardbg.png)no-repeat top left/100% 100%;
}
.clipcard_wrapper.lastclipcol{
  background: url(../images/ellipsegr.png)no-repeat center center / 100% 100%, url(../images/clipcardbg1.png)no-repeat top left/100% 100%;
}
.clip_text{
  margin-top: 10px;
  color: var(--btn-blue);
}
.cliptext_head{
  font-size: 80px;
  font-weight: 600;
  color: var(--btn-blue);
  line-height: 1;
}
.cliptext_head sub{
  font-size: 60px;
  vertical-align: middle;
}
.cliptext_sub{
  font-size: 24px;
}
.cliptext_bt{
  margin-top: 70px;
  color: var(--btn-blue);
  font-size: 18px;
}
#loyalty_section{
  background-color: var(--btn-blue);
  color: #fff;
}
#loyalty_section .section_title_wrapper p{
  max-width: 1050px;
  margin: 0 auto;
}
.loyality_wrapper_row{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
.loyality_main_card{
  flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 60px 25px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.20);
  text-align: center;
}
.card_one{
  background: url(../images/);
}
.loyal_cardhead{
  font-size: 36px;
  margin-bottom: 40px;
  letter-spacing: -0.72px;
}
.loyal_noti_card{
  border-radius: 96px;
  background-color: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.20);
  padding: 0px 50px;
  overflow: hidden;
}
.card_one{
  background: rgba(255, 255, 255, 0.10) url(../images/shadow_right.png)no-repeat top right;
}
.layer_notifcation{
  background: url(../images/notification_bg.png)no-repeat center top/100% auto;
  padding: 15px 20px;
}
.layer_notifcation p{
  font-size: 10px;
  margin-bottom: 5px;
}
.notification_text_row{
  background-color: #B1ACFC;
  border-radius: 20px;
  padding: 8px 12px;
}
.noti_icon{
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 15px;
  text-align: center;
  margin-right: 20px;
}
.notifi_txt{
  font-size: 13px;
  color: #000;
}
.main_notif_card{
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: 50px;
  padding: 15px 15px;
  transition: all 0.3s ease;
}
.loyality_main_card:hover .main_notif_card{
  transform: translateY(-20px);
  border-radius: 30px;
  transition: all 0.3s ease;
}
.notifproduct_info .card{
  border-radius: 20px;
}
.notifproduct_info .card img{
  border-radius: 8px;
}
.prod_text{
  color: #000;
  text-align: left;
}
.prod_text h6{
  font-size: 17px;
}
.prod_text p{
  font-size: 16px;
  margin: 0;
}
.loyal_btm_txt{
  font-size: 24px;
  margin-top: 40px;
}
.notifproduct_info .btn{
  border-radius: 9999px;
  font-size: 18px;
  font-weight: 300;
  background: #7686ED;
  box-shadow: 0 1px 1px 0 #818CF8 inset, 0 1px 3px 0 rgba(49, 46, 129, 0.40), 0 0 0 1px rgba(67, 56, 202, 0.60);
}
.points_btn_row{
  margin-top: 10px;
}
.points_btn_row .btn{
  margin: 0px 15px;
}
.refer_points_row{
  background-color: rgba(232, 232, 232, 0.54);
}
.pontser_txt{
  font-size: 20px;
  color: #000;
}

/* final echo section */
#final_echo{
  padding-top: 15%;
  padding-bottom: 6%;
  background: var(--primary-blue) url(../images/final_echo_bg.png)no-repeat fixed center center/cover;
}
.echo_card_wrapper p{
  margin: 0 auto 40px;
}
.echo_card_wrapper .btn{
  min-width: 280px;
}


/* footer */
.foot_logo img{
  max-width: 260px;
}
.social_links{
  display: flex;
  align-items: start;
  align-self: stretch;
  gap: 30px;
  margin-top: 30px;
}
.links_footer{
  display: inline-flex;
  align-items: flex-start;
  gap: 100px
}
.footer_end{
  width: 100%;
  height: 16px;
  background: var(--gradient);
}
.links_footer h5{
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #000;
}
.links_footer ul{
  padding: 0;
  margin:0 0 30px;
  line-height: 1;
}
.links_footer ul li{
  list-style: outside none;
  display: block;
  line-height: 0.7;
}
.links_footer ul li a{
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
  color: #000;

}
.links_footer ul li a:hover{
  text-decoration: none;
  color: var(--btn-blue);
}
.gradient_txt{
  background: linear-gradient(90deg, #7686ED 0%, #B00DF8 52.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.schedule_demo_card{
  max-width: 325px;
}
.schedule_demo_card .card{
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #D9D9DE;
}
.schedule_demo_card p{
  font-size: 14px;
}
.rate_links{
  font-size: 14px;
  margin-top: 20px;
} 
.rate_links .fa-star{
  color: #FBBF24;
}
.copyrights_div p,
.copyrights_div a{
  font-size: 14px;
  color: #000;
}
.privacy_links{
  margin-left: auto;
}
.privacy_links a{
  margin-left: 20px;
  text-decoration: none;
}
.privacy_links a:hover{
  color: var(--btn-blue);
}