@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');
/**
400 - Regular
500
700 - Bold
**/
* {
  margin-bottom: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  background: #fff; }

html,
body {
  display: block;
  width: 100%; }

body {
  font-size: 18px;
  font-weight: 400;
  color: #0C1821;
  background: #fff;
  font-family: "Inter", sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

a:hover,
a:active {
  outline: 0;
  text-decoration: none; }

img {
  max-width: 100%;
  display: block;
  border: 0; }

ul li {
  list-style: none;
  line-height: initial; }

section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.container {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
}

h1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 500;
  letter-spacing: 1px;
}

h2 {
  font-size: 34px;
  letter-spacing: 1.20px;
  font-weight: 500;
  color: #0F141A;
  line-height: 50px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;
  font-weight: 500;
}

h4 {
  font-size: 18px;
  font-weight: 500;
}

p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.06px;
  color: #0F141A;
  font-weight: 400;
}
p>a{
  text-decoration: underline;
  color: #DF2682;
}
p>a:hover{
  text-decoration: none;
}
/* Header Styles */
.header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 2;
  transition: all 300ms;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(8px);
}
.header .container{
  max-width: 1436px;
}
.header_wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_logo{
  width: 100%;
  max-width: 155px;
}
.header_logo a{
  display: flex;
  width: 100%;
}
.header_logo a img{
width: 100%;
}
.main_menu_wrap{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.main_menu{
  display: flex;
  align-items: center;
}
.language_menu{
  padding-right: 41px;
}
.btn_language span{
  padding-right: 7px;
}
.btn_language a img{
  width: 16px;
  height: 16px;
}
.main_menu ul{
  display: flex;
  align-items: center;
  gap: 9px;
}

.btn_language{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F141A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.031px;
}
.btn_login{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F141A;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.024px;
  border: 1px solid rgba(227, 232, 238, 1);
  border-radius: 32px;
  padding: 6px 21px 7px 22px;
}
.btn_login:hover{
  background: #0C1821;
  color: #ffffff;
  border-color: #0C1821;
}
.btn_signup{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  background: #DF2682;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.17%;
  padding: 7px 18px 8px 15px
}
.btn_signup:hover{
  background: #C81D6A;
}


/**HERO MAIN BANNER**/
.hero_section{
  display: flex;
  justify-content: center;

}
.hero_wrap{
  display: block;
  width: 100%;
  max-width: 1440px;
  padding: 100px 0 200px 0;
  position: relative;
}
.hero_wrap .container{
  max-width: 1291px;
}
.hero_content{
  display: flex;
  position: relative;
}
.hero_text{
  width: 50%;
  padding-right: 20px;
  z-index: 1;
}
.hero_title{
  padding-bottom: 8px;
}
.hero_image{
  width: 50%;
  display: flex;
  align-items: flex-end;
  z-index: 0;
}
.hero_image img{
  position: relative;
  top: 71px;
}
.hero_btn_group{
  display: flex;
  gap: 16px;
}
.hero_description{
  color: #0F141A;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.25px;
  padding-bottom: 22px;
}
.hero_bg_image{
  position: absolute;
  top: 7px;
  left: 8px;
}
.primary_btn{
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: #DF2682;
  padding: 5px 27px 5px 27px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
  min-height: 48px;
  justify-content: center;
}
.primary_btn:hover{
  background: #C81D6A;
}
.second_btn{
  display: flex;
  align-items: center;
  color: #0F141A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.027px;
  background: #ffffff;
  border: 1px solid #E3E8EE;
  border-radius: 6px;
  padding: 5px 24px 5px 24px;
  min-height: 48px;
}
.second_btn:hover{
  background: #0C1821;
  color: #ffffff;
}

.vouchers_section{
  padding: 90px 0 109px 0;
  z-index: 1;
  position: relative;
}
.vouchers_section .container{
  max-width: 1259px;
}
.vouchers_greed{
  display: flex;
  gap: 60px;
  justify-content: center;
  align-content: flex-start;
  width: 100%;
  padding-top: 73px;
}
.vouchers_greed .item_greed{
  width: 100%;
}
.vouchers_greed .item_greed .image{
  width: 48px;
  height: 48px;
}
.vouchers_greed .item_greed .content{
  padding-top: 16px;
}
.vouchers_greed .item_greed .title{
  padding-bottom: 8px;
}
.spotlight_section{
  background: #F9F9FB;
  padding: 41px 0 40px 0;
}
.spotlight_section .container {
  max-width: 1260px;
}
.spotlight_greed{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}
.spotlight_greed .item_greed {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.spotlight_greed  .section_title{
  padding-top: 26px;
}
.spotlight_greed  .sub_title{
  color: #BCC2C9;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.338px;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.spotlight_greed .content{
  padding-top: 17px;
  max-width: 470px;
  padding-bottom: 66px;
}
.spotlight_greed .primary_btn{
  padding: 5px 26px 5px 26px;
  letter-spacing: 0.05px;
}
.spotlight_greed .image{
  display: flex;
  width: 100%;
  justify-content: center;
}

/**Slider ***/
.manage_dashboard_section{
  padding: 80px 0 40px 0;
  background: #ffffff;
}
.manage_dashboard_section .container{
  max-width: 1260px;
}
.features-slider {
  padding: 64px 0 0px 0;
  overflow: hidden;
}

.features-slider .swiper-wrapper {
  align-items: flex-start;
}

.feature_item {
  padding: 0 20px;
}

.feature_icon {
  width: 100%;
  height: auto;
  border-radius: 50%;
  margin: 0 auto 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: #FFEBF3;*/
  max-width: 300px;
  min-height: 80px;
}
.feature_icon img{
  object-fit: contain;
}

.feature_item h3 {
  margin-bottom: 7px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.feature_item p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.feature_item a {
  color: #e91e63;
  text-decoration: underline;
}
.swiper_button_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.swiper_navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 16px;
}
.swiper_button_prev,
.swiper_button_next {
  width: 48px;
  height: 48px;
  background: #F0F2F5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.swiper_button_prev svg path,
.swiper_button_next svg path{
  transition: all 300ms;
}
.swiper_button_prev.active svg path,
.swiper_button_next.active svg path{
  fill: #0C1821;
}
.swiper_pagination {
  position: static;
  font-weight: 500;
  width: auto;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  color: #0F141A;
}
.swiper_pagination-current {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.swiper_pagination-total {
  font-size: 18px;
  color: #999;
}
/***********************/
.steps_started_section{
  padding: 39px 0 0 0;
  background: #ffffff;
}
.steps_started_section .container{
  max-width: 1259px;
}
.steps_started_greed{
  padding-top: 65px;
}
.steps_started_greed .item_greed{
  display: flex;
  position: relative;
  /*padding-bottom: 122px;*/

}
.steps_started_greed .item_greed .image{
  width: 100%;
  max-width: 360px;
  padding-bottom: 122px;
}
.steps_started_greed .item_greed .image img{

}
.steps_started_greed .item_greed .content{
  width: 100%;
  padding-left: 13.3%;
  position: relative;
}
.steps_started_greed .item_greed .content h3{
  padding-bottom: 7px;
}
.steps_started_greed .item_greed .content p{
  letter-spacing: -0.41px;
}
.step_view{
  position: absolute;
  width: 1px;
  height: 100%;
  left: 8.8%;
  top: 9px;
  display: flex;
  justify-content: center;
  background: #E3E8EE;
}
.step_view:before{
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #DF2682;
  border-radius: 50%;
  top: 0;
}
.steps_started_greed .item_greed:last-child .step_view{
  height: 0;
}
.quotes_section{
  background: #ffffff;
  padding: 38px 0 80px 0;
}
.quotes_section .container{
  max-width: 1261px;
}
.quotes_greed{
  display: flex;
  gap: 34px;
  align-items: center;
}
.quotes_greed .image{
  width: 100%;
  max-width: 560px;
}
.quotes_greed .image img{
  width: 100%;
  object-fit: contain;
}
.quotes_greed .content{
  width: 100%;
  padding-left: 63px;
}
.quotes_greed .content blockquote{
  color: #0F141A;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  padding-bottom: 24px;
  letter-spacing: 0.76px;

}
.quotes_greed .content .caption{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.018px;
}
.quotes_greed .content .caption span{
  font-weight: 500;
}
/***********/
.cta_banner_section{
  background: #DF2682;
  padding: 70px 0 66px 0;
}
.cta_banner_section .container{

}
.cta_banner_greed{
  max-width: 730px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  justify-content: center;
  text-align: center;
}
.cta_banner_greed .section_title{
  padding-bottom: 19px;
}
.cta_banner_greed .title{
  color: #ffffff;
}
.cta_banner_greed .content{
  padding-bottom: 31px;
}
.cta_banner_greed .content p{
  color: #FFEBF3;
}
.cta_banner_greed .btn_group{

}
.cta_banner_greed .btn_group .second_btn{
  background: #DF2682;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.cta_banner_greed .btn_group .second_btn:hover{
  background: #ffffff;
  color: #DF2682;
}
.info_section{
  background: #fff;
  padding: 40px 0;
}
.info_section .container {
  max-width: 1261px;
}
.info_greed{
  display: flex;
  align-items: center;
}
.info_greed p{
  padding-left: 5px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.04px;
}
.info_icon{
  background: url("../images/icons/ic_info_small.svg");
  width: 16px;
  height: 16px;
  min-width: 16px;
}
/***FOOTER****/
.footer{
  background: #F0F2F5;
  padding: 64px 0 100px 0;
}
.footer .container{
  max-width: 1259px;
}
.footer_wrap{

}
.footer_logo{
  padding-bottom: 64px;
 }
.footer_logo a{
  display: block;
}
.footer_logo a img{
  width: 100%;
  max-width: 161px;
}
.footer_links{
  padding-bottom: 48px;
}
.footer_links ul{
  display: flex;
  gap: 45px;
}
.footer_links ul li{
  position: relative;
}

.footer_links ul li a{
  color: #66696E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.034px;
}
.footer_links ul li a:hover{
  color: #DF2682;
}
.footer_menu_wrap{
  /*display: grid;*/
  /*gap: 20px;*/
  /*grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));*/

  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 60px;
}
.footer_menu_item{

}
.footer_menu_item .title{
  color: #0F141A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.034px;
  padding-bottom: 20px;
}
.footer_menu_item ul{

}
.footer_menu_item ul li{
  padding-bottom: 11px;
}

.footer_menu_item ul li a{
  color: #0F141A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.029px;
}
.footer_menu_item ul li a:hover{
  color: #DF2682;
}
.footer_info_wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 62px;
}
.footer_social{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  gap: 32px;
}
.footer_social ul{
  display: flex;
  /*gap: 32%;*/
  /*width: 100%;*/
  gap: 32px;

}
.footer_social ul li{
  width: 20px;
  height: 20px;
}
.footer_social ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  width: 20px;
  height: 20px;
}
.footer_social ul li a svg{
  width: 20px;
  height: 20px;
}
.footer_social .link_tel{
  /*width: 100%;*/
}
.footer_social .link_tel a{
  color: #0F141A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.031px;
  display: flex;
  align-items: center;
}
.footer_social .link_tel a svg{
  margin-right: 17px;
  width: 20px;
  height: 20px;
}
.footer_social .link_tel a svg path,
.footer_social ul li a svg path{
  transition: all 300ms;
}
.footer_social .link_tel a:hover svg path,
.footer_social ul li a:hover svg path{
  fill: #0C1821;
}
.footer_store{
  width: 100%;
}
.footer_store ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}
.footer_store ul li{

}
.footer_store ul li a{

}
.footer_store ul li a:hover{
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}
.footer_store ul li a:hover img{
  transform: translateY(-3px);
}
.footer_store ul li a img{
  transition: all 300ms;
}
.footer_copyright_wrap{
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.footer_copyright_wrap .text{

}
.footer_copyright_wrap .text p{
  color: #909090;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.022px;
}
.footer_menu_terms{

}
.footer_menu_terms ul{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer_menu_terms ul li{
  padding: 0 8px;
  position: relative;
  display: flex;
  align-items: center;
}
.footer_menu_terms ul li:last-child{
  padding-right: 0;
}
.footer_menu_terms ul li:before{
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  background: #909090;
  right: -2px;
  margin-top: 1px;
}
.footer_menu_terms ul li:last-child:before{
  display: none;
}
.footer_menu_terms ul li a{
  color: #909090;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.022px;
}
.footer_menu_terms ul li a:hover{
  color: #DF2682;
}
.support_chat{
  width: 76px;
  height: 81px;
  position: fixed;
  right: 21px;
  top: 57vh;
}



/* Responsive Styles */
@media all and (max-width: 1024px) {
  h1 {
    font-size: 40px;
    line-height: 42px;
  }
  h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .hero_wrap {
    padding: 100px 0 100px 0;
  }
  .vouchers_section {
    padding: 90px 0 40px 0;
  }
  .manage_dashboard_section {
    padding: 40px 0 40px 0;
  }
  .footer_menu_wrap{
    grid-template-columns: 2fr 2fr 1fr;
    display: grid;
  }
  .quotes_greed .content blockquote {
    font-size: 23px;
    line-height: 26px;
    padding-bottom: 15px;
  }
  .quotes_greed .content {
    padding-left: 0px;
  }
  .vouchers_greed .item_greed {
    width: 48.5%;
    max-width: 350px;
    margin-bottom: 30px;
  }
  .vouchers_greed {
    gap: 3%;
    padding-top: 40px;
    flex-wrap: wrap;
  }
  .vouchers_section .section_title{
    text-align: center;
  }
}/**END 1024**/

@media all and (max-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 38px;
  }
  h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .container {
    padding: 0 20px;
  }
  .hero_wrap {
    padding: 50px 0 50px 0;
  }
  .hero_description {
    font-size: 18px;
    line-height: 24px;
  }
  .hero_content {
    flex-direction: column;
  }
  .hero_text {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .hero_btn_group {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 320px;
    margin: auto;
  }
  .hero_btn_group .primary_btn,
  .hero_btn_group .second_btn{
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .hero_image {
    width: 100%;
    align-items: center;
  }
  .hero_bg_image {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
  }
  .vouchers_greed {
    gap: 40px;
  }
  .vouchers_greed .item_greed {
    width: 100%;
    max-width: 400px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .spotlight_greed {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .spotlight_greed .content {
    padding-top: 17px;
    max-width: 470px;
    padding-bottom: 20px;
  }
  .manage_dashboard_section .section_title{
    text-align: center;
  }
  .feature_icon {
    max-width: 240px;
    min-height: 80px;
    margin: 0 auto 20px;
  }
  .feature_item {
    padding: 0 20px;
    text-align: center;
  }
  .spotlight_greed .item_greed {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .steps_started_section .section_title{
    text-align: center;
  }
  .steps_started_greed {
    padding-top: 38px;
  }
  .steps_started_greed .item_greed {
    flex-wrap: wrap;
    max-width: 400px;
    margin: auto;
    padding: 0 20px 30px 20px;
  }
  .steps_started_greed .item_greed .image {
    width: 100%;
    padding-bottom: 0px;
    order: 1;
    display: flex;
    justify-content: center;
  }
  .steps_started_greed .item_greed .content {
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
    position: static;
  }
  .step_view {
    left: 0;
  }
  .quotes_greed {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 530px;
    margin: auto;
  }
  .quotes_section {
    padding: 38px 0 38px 0;
  }
  .quotes_greed .image {
    order: 1;
  }
  .quotes_greed .content blockquote {
    font-size: 20px;
    line-height: 23px;
    padding-bottom: 15px;
  }
  .cta_banner_section {
    padding: 40px 0 40px 0;
  }
  .vouchers_greed .item_greed .content {
    padding-top: 16px;
    text-align: center;
  }
  .footer {
    padding: 40px 0 40px 0;
  }
  .footer_info_wrap {
    gap: 20px;
    padding-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_social {
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .footer_social ul {
    display: flex;
    gap: 20px;
  }
  .footer_store ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
  .footer_menu_wrap {
    grid-template-columns: 1fr 1fr;
    display: grid;
    padding-bottom: 30px;
  }
  .footer_copyright_wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .language_menu {
    padding-right: 10px;
  }

}/**END 768**/

@media all and (max-width: 576px) {

}


