@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap");
/* Other Pages Styles Start */
/*Header Start*/
.header-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: var(--white); }
  .header-main .navbar-links li {
    position: relative;
    margin: 0 5px; }
    .header-main .navbar-links li a {
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      color: var(--theme-black); }
      .header-main .navbar-links li a:hover {
        color: var(--pink); }
    .header-main .navbar-links li .custom-header-dropdown {
      position: absolute;
      z-index: 1;
      top: 35px;
      min-width: 502px;
      padding: 10px 5px;
      border-radius: 10px;
      background-color: var(--light-pink);
      display: none; }
      @media screen and (max-width: 576px) {
        .header-main .navbar-links li .custom-header-dropdown {
          min-width: 330px;
          white-space: nowrap; } }
      .header-main .navbar-links li .custom-header-dropdown:after {
        content: '';
        position: absolute;
        top: -10px;
        left: 30px;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 10px solid var(--light-pink); }
      .header-main .navbar-links li .custom-header-dropdown .dropdown-links li {
        margin: 0 2px; }
        .header-main .navbar-links li .custom-header-dropdown .dropdown-links li a {
          font-size: 14px;
          line-height: 17px;
          font-weight: 400;
          color: var(--theme-black); }
          .header-main .navbar-links li .custom-header-dropdown .dropdown-links li a:hover {
            color: var(--pink); }
    .header-main .navbar-links li .download-dropdown {
      min-width: 250px !important; }
    .header-main .navbar-links li:hover .custom-header-dropdown {
      display: inline-block; }
  .header-main .navbar-links .active a {
    color: var(--pink); }

/*Header End*/
/*Banner Start*/
.home-banner-main {
  min-height: calc(100vh - 70px);
  background-image: url("../assets/imgs/landing-page-imgs/banner-ecllipse.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .home-banner-main .banner-content {
    position: relative; }
    .home-banner-main .banner-content:before {
      content: url("../assets/imgs/landing-page-imgs/ellipseC.png");
      position: absolute;
      bottom: -50%;
      left: -30%; }
      @media screen and (max-width: 768px) {
        .home-banner-main .banner-content:before {
          content: '';
          background-image: url("../assets/imgs/landing-page-imgs/ellipseC.png");
          background-repeat: no-repeat;
          background-size: 50px;
          width: 50px;
          height: 50px;
          left: unset;
          bottom: -65%;
          right: 30px; } }
    .home-banner-main .banner-content:after {
      content: url("../assets/imgs/landing-page-imgs/ellipseD.png");
      position: absolute;
      bottom: 0;
      right: -20%; }
      @media screen and (max-width: 768px) {
        .home-banner-main .banner-content:after {
          content: '';
          background-image: url("../assets/imgs/landing-page-imgs/ellipseD.png");
          background-repeat: no-repeat;
          background-size: 50px;
          width: 50px;
          height: 50px;
          left: 25px;
          top: -50%;
          right: unset; } }
    .home-banner-main .banner-content .time-block {
      height: 45px;
      width: 45px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      background: rgba(51, 51, 51, 0.1); }
    .home-banner-main .banner-content .colon {
      color: #B0B3B5; }
  .home-banner-main .scroll-arrow {
    position: relative; }
    .home-banner-main .scroll-arrow:after {
      content: url("../assets/imgs/landing-page-imgs/ellipseE.svg");
      position: absolute;
      bottom: 50px;
      right: 35%; }
      @media screen and (max-width: 768px) {
        .home-banner-main .scroll-arrow:after {
          content: '';
          background-image: url("../assets/imgs/landing-page-imgs/ellipseE.svg");
          background-repeat: no-repeat;
          background-size: 40px;
          width: 40px;
          height: 40px;
          left: 30px;
          bottom: 70px;
          right: unset; } }
  .home-banner-main .social-fixed-links-mobile li {
    font-size: 12px;
    margin-left: 15px; }
  @media screen and (min-width: 991px) {
    .home-banner-main .social-fixed-links {
      position: absolute;
      z-index: 1;
      top: 45%;
      right: -20%;
      transform: rotate(-90deg); }
      .home-banner-main .social-fixed-links li {
        margin-left: 20px;
        font-size: 14px; } }
  @media screen and (min-width: 991px) and (max-width: 991px) {
    .home-banner-main .social-fixed-links {
      bottom: 0;
      transform: none;
      left: unset;
      right: unset;
      position: relative; } }
  @media screen and (min-width: 1200px) {
    .home-banner-main .social-fixed-links {
      right: -10%; } }
  .home-banner-main:before {
    content: url("../assets/imgs/landing-page-imgs/ellipseaceA.png");
    position: absolute;
    top: 20%;
    left: 25%; }
    @media screen and (max-width: 768px) {
      .home-banner-main:before {
        top: 0;
        content: '';
        background-image: url("../assets/imgs/landing-page-imgs/ellipseA.svg");
        background-repeat: no-repeat;
        background-size: 30px;
        width: 50px;
        height: 50px;
        left: 50%; } }
  .home-banner-main:after {
    content: url("../assets/imgs/landing-page-imgs/ellipseB.png");
    position: absolute;
    top: 12%;
    right: 12%; }
    @media screen and (max-width: 768px) {
      .home-banner-main:after {
        content: '';
        background-image: url("../assets/imgs/landing-page-imgs/ellipseB.png");
        background-repeat: no-repeat;
        background-size: 50px;
        width: 50px;
        height: 50px; } }

/*Banner End*/
/*Our Fans Start*/
.our-fans-main {
  overflow: hidden; }
  .our-fans-main .our-fan-block {
    border: 1px solid #C2DDF8;
    border-radius: 40px;
    min-height: 360px;
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; }
    @media screen and (max-width: 320px) {
      .our-fans-main .our-fan-block {
        width: 250px; } }
  .our-fans-main .slick-dots {
    bottom: -50px; }
    .our-fans-main .slick-dots li {
      width: 30px; }
      .our-fans-main .slick-dots li button {
        background-color: var(--light-pink) !important;
        height: 3px !important;
        width: 20px !important;
        padding: 0 !important;
        display: inline-block; }
        .our-fans-main .slick-dots li button:before {
          content: none !important; }
    .our-fans-main .slick-dots .slick-active button {
      background-color: var(--pink) !important;
      height: 0;
      width: 30px;
      border-radius: 15px; }
  .our-fans-main .slick-prev:before {
    content: none !important; }
  .our-fans-main .slick-next:before {
    content: none !important; }

/*Our Fans End*/
/*Investor Profile Slider Start*/
.investor-profile-main .custom-slick-arrow-left {
  z-index: 1;
  right: 36% !important;
  left: unset !important;
  top: unset !important;
  bottom: -20px !important;
  height: auto !important;
  width: auto !important; }
  .investor-profile-main .custom-slick-arrow-left:before {
    display: none; }
  @media screen and (max-width: 576px) {
    .investor-profile-main .custom-slick-arrow-left {
      bottom: -5% !important;
      right: 55% !important; } }
  @media screen and (min-width: 577px) and (max-width: 767px) {
    .investor-profile-main .custom-slick-arrow-left {
      bottom: -10% !important;
      right: 55% !important; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .investor-profile-main .custom-slick-arrow-left {
      bottom: -5% !important;
      right: 55% !important; } }

.investor-profile-main .custom-slick-arrow-right {
  z-index: 1;
  right: 30% !important;
  top: unset !important;
  bottom: -20px !important;
  height: auto !important;
  width: auto !important; }
  @media screen and (max-width: 576px) {
    .investor-profile-main .custom-slick-arrow-right {
      bottom: -5% !important;
      right: 35% !important; } }
  @media screen and (min-width: 577px) and (max-width: 767px) {
    .investor-profile-main .custom-slick-arrow-right {
      bottom: -10% !important;
      right: 35% !important; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .investor-profile-main .custom-slick-arrow-right {
      bottom: -5% !important;
      right: 40% !important; } }

.investor-profile-main .slick-slide:focus {
  outline: none !important; }

/*Investor Profile Slider End*/
/*Download Start*/
.download-main {
  position: relative; }
  .download-main .downlaod-block {
    position: relative;
    background-image: url("../assets/imgs/landing-page-imgs/lines.png");
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 280px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    background-color: var(--pink); }
    .download-main .downlaod-block .female-main {
      position: absolute;
      bottom: 0;
      right: 30px; }

/*Download End*/
/*Crafted Start*/
.crafted-ui-main .crafted-tabination {
  border: 1px solid rgba(51, 51, 51, 0.6);
  border-radius: 30px; }
  .crafted-ui-main .crafted-tabination a {
    transition: 0.3s ease all;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.6);
    padding: 15px; }
  .crafted-ui-main .crafted-tabination .active {
    background: var(--pink);
    color: var(--white);
    font-weight: 600; }

.crafted-ui-main .swiper-container {
  width: 100%;
  height: 100%; }

.crafted-ui-main .swiper-full-mobile, .crafted-ui-main .swiper-full-mobile2 {
  position: relative;
  margin: 50px auto;
  padding-bottom: 50px; }
  @media screen and (max-width: 991px) {
    .crafted-ui-main .swiper-full-mobile, .crafted-ui-main .swiper-full-mobile2 {
      padding-bottom: 0; } }

.crafted-ui-main .swiper-full-mobile:before, .crafted-ui-main .swiper-full-mobile2:before {
  content: "";
  width: 265px;
  background: url("../assets/imgs/landing-page-imgs/iphone-black.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  height: 565px;
  z-index: 2;
  margin: auto; }

.crafted-ui-main .swiper-full-mobile .swiper-slide, .crafted-ui-main .swiper-full-mobile2 .swiper-slide {
  height: 100%;
  width: 100%;
  text-align: center; }

.crafted-ui-main .swiper-full-mobile .swiper-slide img, .crafted-ui-main .swiper-full-mobile2 .swiper-slide img {
  width: 260px;
  object-fit: cover;
  margin: auto;
  border-radius: 40px; }

.crafted-ui-main .swiper-slide.swiper-slide-active img {
  border-radius: 40px;
  padding: 12px;
  height: 540px; }

/*Crafted End*/
/*Footer Start*/
.footer-main {
  background-color: var(--theme-black); }
  .footer-main .footer-links .input-style {
    position: relative;
    background-color: #E8E8E8;
    border-radius: 10px;
    padding: 15px 60px 15px 15px;
    border: none;
    outline: none;
    font-size: 12px;
    font-weight: 400;
    width: 100%; }
    .footer-main .footer-links .input-style:focus {
      outline: none; }
  .footer-main .footer-links .submit-btn-newletter {
    position: absolute;
    right: 10px;
    top: 10px; }
  .footer-main .footer-links h4 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid #40FFDD;
    color: var(--white); }
  .footer-main .footer-links li {
    margin-top: 15px; }
    .footer-main .footer-links li a {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      text-decoration: none;
      color: var(--white);
      transition: 0.3s ease all; }
      .footer-main .footer-links li a:hover {
        color: var(--pink); }
  .footer-main .footer-links .social-links li {
    transition: 0.5s ease all;
    cursor: pointer;
    margin-top: 0; }
    .footer-main .footer-links .social-links li:hover {
      transform: translateY(-4px); }
  .footer-main .copy-right-links {
    border-top: 1px solid #474747; }
    .footer-main .copy-right-links li {
      color: var(--white); }
      .footer-main .copy-right-links li a {
        text-decoration: none;
        color: var(--white);
        font-size: 12px;
        line-height: 15px;
        font-weight: 400;
        transition: 0.3s ease all; }
        .footer-main .copy-right-links li a:hover {
          color: var(--pink); }

/*Footer End*/
/*Chat Start*/
.chat-main {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1; }

/*Chat End*/
.hidden {
  visibility: hidden; }

.our-app-banner {
  position: relative; }
  @media screen and (min-width: 991px) {
    .our-app-banner::after {
      content: url("../assets/imgs/our-app-imgs/people2.svg");
      position: absolute;
      right: 10%;
      bottom: 13%; } }

.our-app-activity {
  position: relative; }
  @media screen and (min-width: 991px) {
    .our-app-activity::before {
      content: url("../assets/imgs/our-app-imgs/people1.svg");
      position: absolute;
      right: 50%;
      top: 5%; }
    .our-app-activity::after {
      content: url("../assets/imgs/our-app-imgs/people4.svg");
      position: absolute;
      right: 30%;
      bottom: 5%; } }

.our-app-market {
  position: relative; }
  @media screen and (min-width: 991px) {
    .our-app-market::before {
      content: url("../assets/imgs/our-app-imgs/people3.svg");
      position: absolute;
      left: 25%;
      top: 13%; }
    .our-app-market::after {
      content: url("../assets/imgs/our-app-imgs/people8.svg");
      position: absolute;
      left: 22%;
      bottom: 10%; } }

.our-app-features {
  background-color: var(--sky);
  position: relative; }
  @media screen and (min-width: 991px) {
    .our-app-features::before {
      content: url("../assets/imgs/our-app-imgs/people7.svg");
      position: absolute;
      right: 10%;
      top: -5%; } }
  .our-app-features .our-app-features-card-container .our-app-features-card {
    width: 200px;
    min-height: 226px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #C2DDF8;
    border-radius: 15px; }
    @media screen and (max-width: 600px) {
      .our-app-features .our-app-features-card-container .our-app-features-card {
        width: 155px;
        min-height: 191px; } }

.our-app-fanbase {
  position: relative; }
  @media screen and (min-width: 991px) {
    .our-app-fanbase::before {
      content: url("../assets/imgs/our-app-imgs/people6.svg");
      position: absolute;
      right: 38%;
      top: 11%; }
    .our-app-fanbase::after {
      content: url("../assets/imgs/our-app-imgs/people5.svg");
      position: absolute;
      left: 45%;
      bottom: -10%; } }

.blog-details-info .blog-details-info-container {
  box-shadow: 30px 50px 70px rgba(26, 26, 26, 0.06); }

.contact-us-main .form-main {
  border-radius: 20px; }
  .contact-us-main .form-main label {
    padding-left: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px; }
  .contact-us-main .form-main input, .contact-us-main .form-main textarea, .contact-us-main .form-main select {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    height: 56px;
    border: none;
    box-shadow: none;
    outline: none;
    resize: none;
    padding: 15px;
    font-size: 14px; }
  .contact-us-main .form-main select option {
    color: var(--theme-black);
    opacity: 0.6; }
  .contact-us-main .form-main textarea {
    height: auto; }
  .contact-us-main .form-main input::placeholder {
    color: var(--gray); }
  .contact-us-main .form-main .submit-btn {
    height: 60px !important;
    border-radius: 14px !important; }
    @media screen and (max-width: 576px) {
      .contact-us-main .form-main .submit-btn {
        margin: 0 auto; } }

/*About Banner Start*/
.about-banner-main .our-story-right {
  position: relative; }
  .about-banner-main .our-story-right:before {
    content: url("../assets/imgs/about-us/ourstoryA.png");
    position: absolute;
    right: 50px;
    top: -100px; }
  .about-banner-main .our-story-right:after {
    content: url("../assets/imgs/about-us/ourstoryB.png");
    position: absolute;
    left: 35%;
    bottom: -100px; }

/*About Banner End*/
/*Founders Start*/
@media screen and (max-width: 1024px) {
  .our-founders .team-main {
    white-space: nowrap;
    overflow-x: auto; } }

.our-founders .team-main .about-team {
  cursor: pointer; }
  .our-founders .team-main .about-team .team-image {
    position: relative;
    border-radius: 10px; }
    @media screen and (max-width: 1024px) {
      .our-founders .team-main .about-team .team-image img {
        height: 350px; } }
    .our-founders .team-main .about-team .team-image:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(251, 251, 251, 0.4);
      width: 100%;
      height: 100%;
      border-radius: 10px;
      display: none; }
  .our-founders .team-main .about-team .about-team-popup {
    position: absolute;
    bottom: -65px;
    left: 40px;
    border-radius: 20px;
    background-color: #FFE0EB;
    width: 435px;
    display: none;
    z-index: 1;
    text-align: left;
    white-space: normal;
    /*
        @media screen and (width: 1024px){
          left: 0;
          width: auto;
        }*/ }
    @media screen and (max-width: 576px) {
      .our-founders .team-main .about-team .about-team-popup {
        width: 320px; } }
  .our-founders .team-main .about-team:hover {
    transition: 5s ease all; }
    .our-founders .team-main .about-team:hover .about-team-popup {
      display: inline-block; }
    .our-founders .team-main .about-team:hover .team-image:after {
      display: block; }

/*Founders End*/
/*Why People Love Ace Start*/
.why-people-love {
  position: relative; }
  .why-people-love .investor-slider-main {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column-reverse; }
    @media screen and (min-width: 768px) {
      .why-people-love .investor-slider-main:after {
        content: url("../assets/imgs/about-us/ellipseaceB.png");
        position: absolute;
        right: 0;
        top: -150px; } }
  @media screen and (min-width: 1024px) {
    .why-people-love:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 25%;
      width: 100%;
      z-index: 0;
      background-color: var(--white); } }
  @media screen and (min-width: 768px) {
    .why-people-love:before {
      content: url("../assets/imgs/about-us/ellipseaceA.png");
      position: absolute;
      left: 25%;
      top: -25px; } }
  .why-people-love .custom-slick-arrow-left {
    z-index: 1;
    right: 100px !important;
    left: unset !important;
    top: unset !important;
    bottom: 0 !important;
    height: auto !important;
    width: auto !important; }
    .why-people-love .custom-slick-arrow-left:before {
      display: none; }
    @media screen and (min-width: 320px) and (max-width: 575px) {
      .why-people-love .custom-slick-arrow-left {
        bottom: -10% !important;
        left: 10% !important;
        right: unset !important; } }
  .why-people-love .custom-slick-arrow-right {
    z-index: 1;
    right: 0 !important;
    top: unset !important;
    bottom: 0 !important;
    height: auto !important;
    width: auto !important; }
    .why-people-love .custom-slick-arrow-right:before {
      display: none; }
    @media screen and (max-width: 767px) {
      .why-people-love .custom-slick-arrow-right {
        bottom: -10% !important;
        right: 10% !important; } }
  .why-people-love .slick-slide:focus {
    outline: none !important; }

/*Why People Love Ace End*/
/*Editors Desk Start*/
.about-editors-desk {
  position: relative; }
  .about-editors-desk button {
    height: 60px;
    border-radius: 15px; }
  @media screen and (max-width: 991px) {
    .about-editors-desk .blog-custom-cards {
      overflow-x: scroll; } }
  @media screen and (min-width: 991px) {
    .about-editors-desk::before {
      content: url("../assets/imgs/about-us/editorA.png");
      position: absolute;
      right: 20%;
      top: 0; }
    .about-editors-desk::after {
      content: url("../assets/imgs/about-us/editorB.png");
      position: absolute;
      left: 20%;
      bottom: 0; } }

/*Editors Desk End*/
/*Press Release Start*/
@media screen and (max-width: 1024px) {
  .press-release-section .press-release-block-main {
    overflow-x: scroll; } }

.press-release-section .press-release-block-main .press-card {
  border-radius: 15px;
  box-shadow: 90px 50px 70px rgba(26, 26, 26, 0.08); }
  .press-release-section .press-release-block-main .press-card .press-card-img-div {
    display: inline-block; }
    .press-release-section .press-release-block-main .press-card .press-card-img-div img {
      height: 100% !important; }
  .press-release-section .press-release-block-main .press-card:hover {
    cursor: pointer;
    box-shadow: 30px 50px 70px rgba(26, 26, 26, 0.04);
    transition: 0.3s ease all; }

/*Press Release End*/
/* Other Pages Styles End */
body, html {
  height: 100%;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  scroll-behavior: smooth; }

body {
  padding-top: 102px; }

* {
  margin: 0;
  padding: 0; }

:root {
  --white: #ffffff;
  --black: #000000;
  --pink: #FE006C;
  --light-pink: #FFE0EB;
  --sky: #EDF4FB;
  --theme-black: #1A1A1A; }

::selection {
  color: var(--white);
  background: var(--pink); }

body::-webkit-scrollbar {
  width: 8px; }

/* Track */
/* Handle */
body::-webkit-scrollbar-thumb {
  background: var(--pink);
  border-radius: 10px; }

/* Fonts Start */
.f-10 {
  font-size: 10px;
  line-height: 12px; }
  @media screen and (max-width: 576px) {
    .f-10 {
      font-size: 8px;
      line-height: 10px; } }

.f-12 {
  font-size: 12px;
  line-height: 15px; }
  @media screen and (max-width: 576px) {
    .f-12 {
      font-size: 8px;
      line-height: 10px; } }
  @media screen and (min-width: 577px) and (max-width: 991px) {
    .f-12 {
      font-size: 10px;
      line-height: 12px; } }

.f-14 {
  font-size: 14px;
  line-height: 22px; }
  @media screen and (max-width: 576px) {
    .f-14 {
      font-size: 12px;
      line-height: 15px; } }

.f-16 {
  font-size: 16px;
  line-height: 22px; }
  @media screen and (max-width: 576px) {
    .f-16 {
      font-size: 12px;
      line-height: 18px; } }
  @media screen and (min-width: 577px) and (max-width: 991px) {
    .f-16 {
      font-size: 14px;
      line-height: 18px; } }

.f-18 {
  font-size: 18px !important;
  line-height: 26px; }
  @media screen and (max-width: 576px) {
    .f-18 {
      font-size: 14px !important;
      line-height: 22px; } }
  @media screen and (min-width: 577px) and (max-width: 991px) {
    .f-18 {
      font-size: 16px !important;
      line-height: 24px; } }

.f-20 {
  font-size: 20px;
  line-height: 24px; }
  @media screen and (max-width: 576px) {
    .f-20 {
      font-size: 14px;
      line-height: 17px; } }
  @media screen and (min-width: 577px) and (max-width: 991px) {
    .f-20 {
      font-size: 18px;
      line-height: 20px; } }

.f-22 {
  font-size: 22px;
  line-height: 34px; }
  @media screen and (max-width: 576px) {
    .f-22 {
      font-size: 14px;
      line-height: 20px; } }

.f-24 {
  font-size: 24px;
  line-height: 29px; }
  @media screen and (max-width: 576px) {
    .f-24 {
      font-size: 16px;
      line-height: 20px; } }

.f-26 {
  font-size: 26px;
  line-height: 34px; }
  @media screen and (max-width: 991px) {
    .f-26 {
      font-size: 16px;
      line-height: 20px; } }

.f-30 {
  font-size: 30px;
  line-height: 42px; }
  @media screen and (max-width: 576px) {
    .f-30 {
      font-size: 20px;
      line-height: 28px; } }
  @media screen and (min-width: 577px) and (max-width: 991px) {
    .f-30 {
      font-size: 20px;
      line-height: 28px; } }

.f-36 {
  font-size: 36px;
  line-height: 44px; }
  @media screen and (max-width: 576px) {
    .f-36 {
      font-size: 26px;
      line-height: 32px; } }

.f-40 {
  font-size: 40px;
  line-height: 45px; }
  @media screen and (max-width: 1024px) {
    .f-40 {
      font-size: 30px;
      line-height: 40px; } }

.f-46 {
  font-size: 46px;
  line-height: 62px; }
  @media screen and (max-width: 1024px) {
    .f-46 {
      font-size: 30px;
      line-height: 40px; } }

.f-46 {
  font-size: 46px;
  line-height: 62px; }
  @media screen and (max-width: 576px) {
    .f-46 {
      font-size: 30px;
      line-height: 40px; } }
  @media screen and (min-width: 577px) and (max-width: 991px) {
    .f-46 {
      font-size: 30px;
      line-height: 40px; } }

.f-w-400 {
  font-weight: 400; }

.f-w-500 {
  font-weight: 500 !important; }

.f-w-600 {
  font-weight: 600 !important; }

.f-w-700 {
  font-weight: 700; }

.f-w-800 {
  font-weight: 800; }

/* Fonts End */
/* Text Property Start */
.h-60 {
  height: 60px !important; }

.lp {
  letter-spacing: 0.12em; }

.cp {
  cursor: pointer; }

.text-grey {
  color: var(--theme-black);
  opacity: 0.6; }

.text-theme-black {
  color: var(--theme-black); }

.text-black {
  color: var(--black); }

.text-pink {
  color: var(--pink) !important; }

.bg-sky {
  background-color: var(--sky); }

.bg-pink {
  background-color: var(--pink); }

.bg-light-pink {
  background-color: var(--light-pink); }

/* Text Property End */
.c-outline-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 144px;
  height: 46px;
  text-align: center;
  transition: 0.5s ease all;
  border: 1px solid var(--theme-black);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--theme-black);
  background-color: var(--white); }
  .c-outline-btn .btn-black-arrow {
    display: none; }
  .c-outline-btn .btn-white-arrow {
    display: inline-block; }
  .c-outline-btn:hover {
    color: var(--pink);
    border: 1px solid var(--pink); }
    .c-outline-btn:hover .btn-white-arrow {
      display: none; }
    .c-outline-btn:hover .btn-black-arrow {
      display: inline-block; }

.c-pink-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  height: 46px;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--white);
  border: 1px solid var(--pink);
  background-color: var(--pink);
  box-shadow: 0px 4px 40px rgba(254, 0, 108, 0.25);
  transition: 0.5s ease all; }
  @media screen and (max-width: 320px) {
    .c-pink-btn {
      font-size: 14px; } }
  @media screen and (min-width: 321px) and (max-width: 991px) {
    .c-pink-btn {
      min-width: 150px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .c-pink-btn {
      min-width: 180px; } }
  .c-pink-btn .btn-black-arrow {
    display: none; }
  .c-pink-btn .btn-white-arrow {
    display: inline-block; }
  .c-pink-btn:hover {
    color: var(--pink);
    border: 1px solid var(--pink);
    background-color: var(--white); }
    .c-pink-btn:hover .btn-white-arrow {
      display: none; }
    .c-pink-btn:hover .btn-black-arrow {
      display: inline-block; }

.join-beta-btn:hover {
  background-color: var(--light-pink) !important;
  transform: translateY(-4px); }

.custom-search-bar .input-search-box {
  width: 80%;
  height: 70px;
  border: 1px solid rgba(26, 26, 26, 0.25);
  border-radius: 15px;
  padding: 10px 50px 10px 15px;
  background-image: url("../assets/imgs/blog-details-imgs/Search.svg");
  background-size: 25px;
  background-position: 95%;
  background-repeat: no-repeat; }
  .custom-search-bar .input-search-box:focus {
    outline: none; }
  .custom-search-bar .input-search-box::placeholder {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    opacity: 0.25; }
  @media screen and (max-width: 576px) {
    .custom-search-bar .input-search-box {
      height: 60px;
      width: 100%; }
      .custom-search-bar .input-search-box::placeholder {
        font-size: 18px; } }

.blog-custom-cards .card {
  cursor: pointer;
  border: none;
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: 30px 50px 70px rgba(26, 26, 26, 0.06); }
  .blog-custom-cards .card .card-img-top {
    box-shadow: 0px 26px 30px rgba(26, 26, 26, 0.1);
    border-radius: 20px; }
  .blog-custom-cards .card .card-body .card-read-more {
    cursor: pointer;
    padding-bottom: 10px; }
    .blog-custom-cards .card .card-body .card-read-more::after {
      content: url("../assets/imgs/blog-details-imgs/arrow.svg"); }

.policy-content {
  box-shadow: 30px 50px 70px rgba(26, 26, 26, 0.06);
  border-radius: 20px; }

.cd-select {
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 1px solid #1A1A1A;
  border-radius: 10px;
  background-color: var(--white);
  color: var(--theme-black);
  -webkit-appearance: none;
  outline: none;
  background-image: url("../assets/imgs/landing-page-imgs/drop-arrow.svg");
  background-repeat: no-repeat;
  background-position: 95%; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--theme-black);
  margin-top: 15px;
  opacity: .2; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
