@font-face {
    font-family: "Sora Bold";
    src: url("../fonts/Sora-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
    font-family: "Sora Extra Bold";
    src: url("../fonts/Sora-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
  }

  @font-face {
    font-family: "Sora Regular";
    src: url("../fonts/Sora-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: "Sora Light";
    src: url("../fonts/Sora-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: "Sora Medium";
    src: url("../fonts/Sora-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
  }

  :root {
    --font-family: "Sora Light", Arial, Helvetica, sans-serif;
    --make-text-bold: "Sora Bold", Arial, Helvetica, sans-serif;
    --main-color: #1C84FF;
    --content-text: #020203;
    --light-main-color: #B6D6FD;
    --lighter-main-color: #B7BBD1;
    --dark-main-color: #060633;
    --blue-dark: #0B223D;
    --text-gray: #585B69;
    --color-3: #F4F7FF;
    --color-4: #0C2747;
    --yellow: #FFC90A;
    --color-5: #EDEFFA;
    --color-6: #FFF6E3;
    --color-7: #FCE4B2;
    --pink-1: #F1C0FD;
    --main-pink-1: #C740E9;
    --light-pink: #FDF5FF;
  }

  html {
    font-size: 16px;
    scroll-padding-top: 80px;
  }

  /**#64748b***/

  body {
    font-style: normal;
    font-weight: 400;
    color: #000;
    width: 100%;
    font-family: var(--font-family);
    font-size: 1rem;
    line-height: 25.28px;
    position: relative;
    /* overflow-x: hidden; */
  }

  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }


  textarea:hover,
  input:hover,
  textarea:active,
  input:active,
  textarea:focus,
  input:focus,
  button:focus,
  button:active,
  button:hover,
  label:focus,
  .btn:active,
  .btn.active,
  input[type="text"]:hover,
  input[type="text"]:focus,
  input[type="text"]:active {
    outline: 0px !important;
    /* -webkit-appearance: none; */
    box-shadow: none !important;
  }

  select:focus {
    outline: 0px !important;
    box-shadow: none !important;
  }

  /* h2 {
    font-size: 3rem;
  } */

  .dropdown-hover .dropdown-item:hover {
    background-color: #b6d6fd7a !important;
    border-radius: 10px;
  }


  .make-text-bold {
    font-family: var(--make-text-bold);
    font-weight: bold;
  }

  .make-text-medium {
    font-family: "Sora Medium", Arial, Helvetica, sans-serif;
    font-weight: 500;
  }

  .unset-icon.dropdown-toggle::after {
    border-top: unset;
    content: unset;
  }

  .curve-icon {
    position: absolute;
    bottom: -20px;
    left: 25%;
    opacity: 0;
    transition: .5s ease-in;
  }

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

  .main-link:hover .curve-icon {
    bottom: 0px;
    opacity: 1;
  }

  .main-nav-container {
    gap: 20px;
  }

  .content-spacing {
    padding: 100px 0;
  }

  .country-icon-flag-img-container {
    width: 25px;
    height: 25px;/*Update*/
    position: relative;
    /* overflow: hidden; */
    border-radius: 5px;
  }

  .country-icon-flag-img-container-dash {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
  }

  .country-icon-flag-img-container img {
    border-radius: 50%;
  }

  .object-fit-cover {
    object-fit: cover;
  }

  .object-fit-contain {
    object-fit: contain;
  }

  .object-position-center {
    object-position: center center;
  }

  .marquee-text {
    font-size: 82.5882px;
    line-height: 104px;
    /* identical to box height */
    letter-spacing: 0.01em;
    /* Tier Blue/0 */
    color: #E8F2FF;
  }

  .btn-size-2 {
    height: 51px;
  }

  .business-tab.nav-pills .nav-link.active,
  .business-tab.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #6C0087;
  }

  .business-tab.nav-pills .nav-link {
    background-color: rgba(241, 192, 253, 0.4);
    color: #9DA1B7;
  }

  .ft-md {
    font-size: 12px;
    line-height: 20px;
  }

  .ft-md-2 {
    font-size: 14px;
  }

  .ft-normal-2 {
    font-size: 18px;
    line-height: 27.63px;
  }

  .ft-normal-3 {
    font-size: 30px;
  }

  .text-gray-2 {
    color: #B7BBD1;
  }

  .card-notification {
    position: absolute;
    left: 0;
    right: 0;
    /* top: 0; */
    bottom: -12px;
    margin: auto;
    width: 100%;
  }

  .tunes-icon {
    position: absolute;
    width: 25%;
    top: 5%;
    left: 3%;
  }

  .ali-express-icon {
    position: absolute;
    width: 25%;
    top: 0px;
    right: 15%;
  }

  .netflix-icon {
    position: absolute;
    width: 25%;
    top: 35%;
    right: 0%;
  }

  .avatar-circle {
    display: inline-block;
    height: 2.5rem;
    position: relative;
    width: 2.5rem;
    overflow: hidden;
    margin-right: -18px;
  }


  .avatar-circle-4 {
    height: 6rem;
    position: relative;
    width: 6rem;
    overflow: hidden;
    border-radius: 50%;
  }


  .avatar-circle-2 {
    display: inline-block;
    height: 3rem;
    position: relative;
    width: 3rem;
    overflow: hidden;
  }

  .avatar-circle-3 {
    display: inline-block;
    height: 2rem;
    position: relative;
    width: 2rem;
    overflow: hidden;
  }

  .avatar-group img {
    /* border: 3px solid #fff; */
    border-radius: 50px;
  }

  .control-indicators.carousel-indicators [data-bs-target] {
    height: 15px;
    width: 15px;
    background-color: #F1C0FD;
  }

  .control-indicators.carousel-indicators .active {
    width: 30px;
    background-color: #D662F2;
  }

  .text-spacing {
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.275em;
    text-transform: uppercase;
  }

  .control-indicators.carousel-indicators {
    bottom: -55px
  }

  .business-main-box {
    background-image: url(../assets/images/business-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }

  .glass-pill {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 13px 16px;
    gap: 8px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.17);
    backdrop-filter: blur(7.5px);
    border-radius: 200px;
  }

  .caret-rotate {
    transform: rotate(-90deg);
  }

  .card-radius-20 {
    border-radius: 20px;
    border: 1px solid #EDEFFA
  }

  .bg-lighter-gray {
    background-color: #EDEFFA;
  }

  .thead-gray {
    background-color: #EDEFFA;
    color: #585B69;
  }

  .border-rad-10 {
    border-radius: 10px;
  }

  .border-rad-20 {
    border-radius: 12px;
  }

  .border-bottom-dashed{
    border-bottom: 1px dashed #eee;
  }

  .form-control-custom-view{
    border: 4px solid rgba(134, 185, 248, 1);
  }

  .form-inner{
    background-color: rgba(244, 246, 255, 1);
  }

  .border-top-right-radius-20 {
    border-top-right-radius: 25px !important;
  }

  .border-top-left-radius-20 {
    border-top-left-radius: 25px !important;
  }

  .border-bottom-left-radius-20 {
    border-bottom-left-radius: 25px !important;
  }

  .border-bottom-right-radius-20 {
    border-bottom-right-radius: 25px !important;
  }

  .border-top-right-radius-10 {
    border-top-right-radius: 10px !important;
  }

  .border-top-left-radius-10 {
    border-top-left-radius: 10px !important;
  }

  .border-bottom-left-radius-10 {
    border-bottom-left-radius: 10px !important;
  }

  .border-bottom-right-radius-10 {
    border-bottom-right-radius: 10px !important;
  }

  .border-new {
    border: 1px solid #ced4da !important;
  }

  .cursor-pointer {
    cursor: pointer !important;
  }

  .card-box-height {
    height: 500px;
    overflow: auto;
  }

  .card-box-height-2 {
    height: 350px;
    overflow: auto;
    position: relative;
  }

  .mobile-pos {
    position: absolute;
    right: 130px;
    width: 25%;
    top: 30px;
  }

  .crystal-bg {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(7.5px);
  }

  .curved-placement {
      position: absolute;
      top: -30px;
      right: 35px;
      width: 20%;
  }

  .curved-placement-2 {
    position: absolute;
    top: -85px;
    right: -35px;
    width: 40%;
  }

  .drop-hover-2 .dropdown-item:hover {
    background-color: #F4F6FF;
    border-left: 3px solid #1364C7;
  }

  .drop-hover-2 .dropdown-item {
    border-radius: 4px;
  }

  .bg-color-1 {
    background-color: var(--content-text);
  }

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

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

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

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

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

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

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

  .text-pink {
    color: var(--main-pink-1)
  }

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

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

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

  .partner-logo {
    height: 40px;
    overflow: hidden;
    position: relative;
    /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; */
    border-radius: 5px;
    background-color: #fff;
  }

  .accordion-content-bar {
    border-left: 1px solid var(--yellow);
  }

  .accordion-tier [aria-expanded="true"] .open-accordion {
    display: none;
  }

  .filter-title[aria-expanded="true"] .show-filter-title {
    display: none;
  }

  .filter-title[aria-expanded="false"] .show-filter-title-2 {
    display: none;
  }

  .accordion-tier [aria-expanded="false"] .close-accordion {
    display: none;
  }

  .toggler-nav[aria-expanded="true"] .open-nav {
    display: none;
  }

  .toggler-nav[aria-expanded="false"] .close-nav {
    display: none;
  }

  .error-text {
    color: #9DA1B7;
    font-size: 20px;
  }

  .error-text-2{
    color: #7E8195;
  }

  .error-text-3{
    color: #55C720;
  }
  /* .dropdown-menu{
    transition: 1s ease-in;
  } */

  .convert-card {
    background-color: #2E2F37;
    /* Tier Black/600 */
    border: 1px solid #7E8195;
    border-radius: 10px;
  }

  .convert-card .form-label {
    color: #B7BBD1;
  }

  .convert-card .btn-convert-1 {
    background-color: #034596;
    color: white;
  }

  .convert-card .form-control {
    display: block;
    width: 100%;
    padding: 0rem 0rem;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid transparent;
  }

  .currency-landing-form.input-group {
    background: #F4F6FF;
    /* Tier Black/300 */
    border: 1px solid #CCD0E4;
    border-radius: 8px;
  }

  .currency-landing-form.input-group .form-control {
    font-size: 1rem;
  }

  /* .currency-landing-form.input-group .form-floating>label{
    color: #1C84FF;
    opacity: 1;
  } */

  .accordion-tier .accordion-button:not(.collapsed)::after {
    display: none;
  }

  /***Nav***/
  .main-nav-container.navbar-nav .nav-link {
    color: var(--content-text) !important;

    font-family: "Sora Regular", Arial, Helvetica, sans-serif;
    font-weight: 400;
  }

  .main-navigation.navbar-light .navbar-toggler {
    color: transparent;
    border-color: unset;
  }

  .text-dark-main {
    color: var(--dark-main-color)
  }

  .bg-dark-main {
    background-color: var(--dark-main-color)
  }

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

  .text-regular {
    font-family: "Sora Regular", Arial, Helvetica, sans-serif;
    font-weight: 400;
  }

  /***Button****/
  .btn-size {
    padding: 10px 20px
  }

  .btn-height {
    height: 52px;
  }

  .btn-hover {
    transition: all 0.5s;
  }

  .btn-hover-2:hover {
    background-color: #E8F2FF;
  }

  .btn-hover-2:hover h3.text-dark-main {
    color: #1C84FF;
  }

  .btn-hover-text:hover,
  .btn-hover-text:hover .list-group-item {
    color: #1C84FF !important;
  }

  .text-main {
    color: #1C84FF !important
  }

  .btn-hover:hover {
    transform: scale(.95);
    opacity: .85;
  }

  .btn-hover-effect-1:hover {
    background-color: #0854B0;
  }

  .btn-hover-effect-2:hover {
    background-color: #1C84FF;
    color: white !important;
  }

  .btn-white.btn-hover-effect-2:hover {
    background-color: var(--blue-dark);
    color: white !important;
  }

  .btn-white {
    background-color: white;
  }

  .btn-hover-effect-3:hover {
    background-color: #9509B8;
  }

  .btn-hover-effect-4:hover {
    background-color: #C740E9;
    color: white !important;
  }

  .btn-main {
    background-color: var(--main-color);
    color: white !important;
  }

  .btn-outline-main {
    border: 2px solid var(--main-color);
    color: var(--main-color) !important;
  }

  .btn-outline-main-pink {
    border: 2px solid var(--main-pink-1);
    color: var(--main-pink-1) !important;
  }

  .btn-outline-black {
    border: 2px solid #000;
    color: black
  }

  .card-img {
    height: 260px;
    background-color: #1364C7;
    border-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .mockup-1 {
    position: absolute;
    left: 0;
    top: 24%;
  }

  .mockup-2 {
    position: absolute;
    left: 85px;
    top: 50%;
  }

  .mockup-3 {
    position: absolute;
    right: 90px;
    top: 15%;
  }

  .mockup-4 {
    position: absolute;
    right: 45px;
    top: 35%;
  }


  .mockup-5 {
    position: absolute;
    right: 145px;
    top: 62%;
  }

  /**Hero***/
  .hero-text {
    font-size: 6rem;
    line-height: 6.4rem;
  }

  .hero-text-2 {
    font-size: 5rem;
    line-height: 5.4rem;
  }

  .main-hero {
    border-radius: 0px 0px 60px 60px;
    /* height: 80vh; */
    z-index: 1;
  }

  .doodle-1 {
    overflow: hidden;
    background-image: url(../assets/images/doodle-1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 75%;
    z-index: -3;
    position: absolute;
    height: 100%;
    width: 100%;
  }

  .auth-doodle-1 {
    background-image: url(../assets/images/auth-doodle.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .auth-doodle-2 {
    background-image: url(../assets/images/auth-doodle.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .auth-doodle-3 {
    background-image: url(../assets/images/auth-business-doodle.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .auth-doodle-4 {
    background-image: url(../assets/images/auth-business-doodle.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .auth-doodle-5 {
    background-image: url(../assets/images/error-doodle.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .doodle-new {
    overflow: hidden;
    background-image: url(../assets/images/add-doodle-5.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 40%;
    z-index: -3;
    position: absolute;
    height: 100%;
    width: 100%;
  }

  .doodle-7 {
    overflow: hidden;
    background-image: url(../assets/images/doodle-7.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -3;
    height: 100%;
    width: 100%;
  }

  .doodle-10 {
    overflow: hidden;
    background-image: url(../assets/images/doodle-10.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -3;
    height: 100%;
    width: 100%;
  }

  .doodle-5 {
    overflow: hidden;
    background-image: url(../assets/images/doodle-5.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -3;
    height: 100%;
    width: 100%;
  }

  .doodle-4 {
    background-image: url(../assets/images/doodle-4.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 40%;
    z-index: -3;
    position: absolute;
    height: 100%;
    width: 100%;
  }

  .doodle-6 {
    background-image: url(../assets/images/doodle-6.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 70%;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
  }

  .doodle-3 {
    overflow: hidden;
    background-image: url(../assets/images/doodle-3.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .add-small-doodle-1 {
    overflow: hidden;
    background-image: url(../assets/images/small-doodle-1.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 40%;
  }

  .add-small-doodle-1-pink {
    overflow: hidden;
    background-image: url(../assets/images/pink-doodle.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 40%;
  }

  .add-small-doodle-2 {
    overflow: hidden;
    background-image: url(../assets/images/small-doodle-2.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 70%;
  }

  .add-small-doodle-3 {
    overflow: hidden;
    background-image: url(../assets/images/small-doodle-3.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 40%;
  }

  .bg-blurry {
    background-image: url(../assets/images/blurry.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .doodle-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55%;
  }

  .doodle-9 {
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
  }

  .doodle-11 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35%;
  }

  .info-img-2 {
    height: 400px;
    overflow: hidden;
    position: relative;
  }

  .job-categories .list-group-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    background-color: transparent;
  }

  /* .dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
  } */

  .hero-padding {
    padding-top: 100px !important;
    padding-bottom: 150px !important;
  }

  .hero-device-1 {
    position: relative;
    bottom: -45px;
    right: -39px;
  }

  .pb-120 {
    padding-bottom: 120px;
  }

  .info-img {
    height: 630px;
    overflow: hidden;
    position: relative;
  }

  .carousel-auto-button {
    height: 70px;
    width: 100px;
    opacity: 1;
    top: unset;
    /* border-radius: 16px; */
  }

  .border-top-custom {
    border-top: 10px solid #fff;
  }

  .border-left-custom {
    border-left: 10px solid #fff;
    border-top-left-radius: 10px;
  }

  .border-right-custom {
    border-right: 10px solid #fff;
    border-top-right-radius: 10px;
  }

  .auth-carousel .carousel-indicators .active {
    opacity: 1;
    background-color: #00377A !important;
  }

  .auth-carousel .carousel-indicators [data-bs-target] {
    background-color: #00377a67;
  }

  /* .carousel-auto-button::after{
    content: '';
    display: block;
    height: 100%;
    left: -1px;
    opacity: 0;
    position: absolute;
    top: -1px;
    width: 100%;
  } */

  .button-carousel-1 {
    background-color: #F4F6FF;
  }

  .button-carousel-2 {
    background-color: #5C9FF1;
  }

  /* .button-carousel-2::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
  } */
  .bg-blue-dark {
    background-color: var(--blue-dark);
  }

  .extra-text-1,
  .extra-text-2,
  .extra-text-3 {
    transition: color 1s ease-in-out;
  }

  .extra-text-2 {
    transition-delay: 0.5s;
  }

  .extra-text-3 {
    transition-delay: 1s;
  }

  .hover-text:hover .extra-text-1 {
    color: var(--text-gray)
  }

  .hover-text:hover .extra-text-2 {
    color: var(--text-gray)
  }

  .hover-text:hover .extra-text-3 {
    color: var(--text-gray)
  }

  .text-gray-3 {
    color: var(--text-gray)
  }

  /**Footer***/
  .main-footer {
    background-color: var(--blue-dark);
    color: var(--lighter-main-color);
    padding-top: 5rem;
    padding-bottom: 4rem
  }

  .footer-list li {
    margin-bottom: 15px;
  }

  .footer-list li a {
    color: var(--lighter-main-color);
    transition: 0.5s;
  }

  .footer-list li a:hover {
    opacity: 0.6;
  }

  .footer-dropdown {
    background: rgba(46, 47, 55, 0.49);
    border: 1px solid #7E8195;
  }

  .footer-social-icon img {
    width: 30px;
  }

  .subtract {
    width: 20%;
    position: absolute;
    top: 0;
    right: 93px;
  }

  .circle-rotate {
    width: 17%;
    position: absolute;
    top: -130px;
    right: 120px;
    z-index: 1;
  }

  .payment-received-tag {
    position: absolute;
    width: 20%;
    bottom: 0;
    left: 100px;
  }

  .mockup-6 {
    position: absolute;
    width: 80%;
    top: -35px;
    z-index: 1;
    left: 65px
  }

  .hero-float-1 {
    position: absolute;
    width: 30%;
    top: 0%;
    left: 8%;
  }

  .hero-float-3 {
    position: absolute;
    width: 80%;
    top: 30%;
    left: -4%;
    z-index: 3;
  }

  .hero-float-8 {
    position: absolute;
    width: 18%;
    bottom: 18%;
    right: 0%;
    z-index: 3;
  }

  .hero-float-6 {
    position: absolute;
    width: 77%;
    bottom: 10%;
    right: 0%;
    z-index: 2;
  }

  .hero-float-7 {
    position: absolute;
    width: 60%;
    bottom: 30%;
    right: -14%;
    z-index: 4;
  }


  .hero-float-5 {
    position: absolute;
    width: 20%;
    bottom: 25%;
    left: 0%;
    z-index: 3;
  }

  .hero-float-2 {
    position: absolute;
    width: 25%;
    top: 5px;
    right: 10%;
  }

  .hero-float-4 {
    position: absolute;
    width: 40%;
    top: 20%;
    right: -12%;
  }

  .send-float-1 {
    position: absolute;
    width: 85%;
    top: 20%;
    /* left: 8%; */
    right: 35px;
  }

  .send-float-2 {
    position: absolute;
    width: 25%;
    right: 14%;
    top: 15%;
  }

  .send-float-3 {
    position: absolute;
    width: 25%;
    right: 0%;
    top: 45%;
  }

  .send-float-4 {
    position: absolute;
    width: 70%;
    right: 0%;
    top: 58%;
  }

  .send-float-5 {
    position: absolute;
    width: 30%;
    left: 0;
    top: 50%;
  }

  .exchange-float-4 {
    position: absolute;
    width: 75%;
    top: 17%;
    left: 10%;
    z-index: 1;
  }

  .exchange-float-3 {
    width: 75%;
    position: absolute;
    top: 40%;
    right: 0;
  }

  .exchange-float-2 {
    width: 30%;
    position: absolute;
    top: 60%;
    left: 20%;
  }

  .exchange-float-1 {
    width: 40%;
    position: absolute;
    top: 39%;
    right: 0%;
    z-index: 2;
  }

  .card-float-4 {
    position: absolute;
    width: 100%;
    top: 9%;
    left: 10%;
    z-index: 1;
  }

  .card-float-5 {
    position: absolute;
    z-index: 1;
    right: 0;
    width: 70%;
    top: 6%;
  }

  .card-float-1 {
    position: absolute;
    bottom: 55px;
    z-index: 1;
    width: 60%;
    left: 15%;
  }

  .card-float-2 {
    position: absolute;
    width: 20%;
    right: 0;
    z-index: 1;
    top: 35%;
  }

  .card-float-3 {
    position: absolute;
    width: 25%;
    top: 13%;
    left: 10%;
    z-index: 1;
  }

  .support-1 {
    position: absolute;
    z-index: 1;
    width: 35%;
    left: -77px;
    top: 30px;
  }

  .support-2 {
    position: absolute;
    z-index: 1;
    width: 35%;
    right: 0px;
    top: -70px;
  }

  .backg-cover {
    height: 600px;
    position: relative;
    overflow: hidden;
  }

  .team-background {
    background-image: url(../assets/images/join-our-team.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .upload-icon-2{
    width: 35px;
  }

  .card-bg-5{
    border-radius: 16px;
    border: 1px solid #CCD0E4 !important;
    background:#F4F6FF;
  }

  .card-bg-1 {
    background-color: #DEE1F2;
  }

  .card-bg-2 {
    background-color: #FCE4B2;
  }

  .card-bg-3 {
    background-color: #B6D6FD;
  }

  .card-bg-1-1 {
    background-color: #F4F6FF;
  }

  .card-bg-2-1 {
    background-color: #FFF6E3;
  }

  .card-bg-3-1 {
    background-color: #E8F2FF;
  }

  .play-circle {
      width: 40px;
      position: absolute;
      top: -50px;
      right: 17%;
      z-index: 2;
      margin: 0 auto;
  }

  .dashboard-view {
    margin-top: -350px;
  }

  .business-hero {
    height: 700px;
  }

  .extra-text-h {
    font-size: 40px;
    line-height: 50.4px;
  }

  .extra-text-p {
    font-size: 32px;
    line-height: 40.32px;
    color: #9DA1B7;
  }

  .policy-categories .list-group-item {
    font-size: 13px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    background-color: transparent;
  }

  .avatar-custom-1{
    background: linear-gradient(0deg, #FBFFE3, #FBFFE3) !important;
    border: 1px solid #E5F581;
    color: #566402;
  }

  .avatar-custom-2 {
    background: linear-gradient(0deg, #FDF5FF, #FDF5FF) !important;
    border: 1px solid #FAE3FF;
    color: #C740E9;
  }

  .avatar-custom-3 {
    background: linear-gradient(0deg, #FFF6E3, #FFF6E3) !important;
    border: 1px solid #FCE4B2;
    color: #C58A12;
  }

  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-container-box:before {
    left: 0;
    top: -5px;
  }

  .testimonial-container-box {
    height: 600px;
    margin: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    width: auto;
  }

  .testimonial-container-box:after {
    left: 0;
    bottom: -5px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .testimonial-container-box:after,
  .testimonial-container-box:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(top, #fff, hsla(0, 0%, 100%, 0));
    background: -moz-linear-gradient(top, #fff 0, hsla(0, 0%, 100%, 0) 100%);
    background: linear-gradient(180deg, #fff 0, hsla(0, 0%, 100%, 0));
    content: "";
    height: 150px;
    position: absolute;
    width: 100%;
    z-index: 2;
  }

  .testimonial-animate {
    animation: 35s linear 0s infinite normal none running testimonial-animate;
  }

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

  .add-patter-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../assets/images/Doodle-Pattern-Palette.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .add-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .add-patter-bg-2 {
    position: absolute;
    opacity: 0.2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../assets/images/waitlist-pattern.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .custom-tab.nav-pills .nav-link.active,
  .custom-tab.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--main-color);
    border-radius: 50px;
    font-family: var(--make-text-bold);
    border-radius: 50px;
    border: unset;
  }

  .custom-tab.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    border: 1px solid #e1dede;
    border-radius: 50px;
    color: #ccc;
  }

  @keyframes testimonial-animate {
    0% {
      transform: translateY(0px);
    }

    100% {
      transform: translateY(-795px);
    }
  }

  .marquee-text-container:hover {
    animation-play-state: paused;
  }

  /***Animation***/
  .testimonial-boxes {
    animation-name: testimonial;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in
  }

  .card-notification {
    animation-name: card-notification;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear
  }

  .ali-express-icon {
    animation-name: ali-express-icon;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear
  }

  .netflix-icon {
    animation-name: netflix-icon;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear
  }

  .tunes-icon {
    animation-name: tunes-icon;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in
  }

  .marquee-text-container {
    animation-name: marquee;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    cursor: pointer;
  }

  .countries-show {
    animation-name: countries;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in
  }

  .circle-rotate {
    animation-name: circle-rotate;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in;
    background: #FFF6E3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 20px;
  }

  .play-circle {
    animation-name: play-circle;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in;
  }

  .mockup-1 {
    animation-name: mockup-1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
  }

  .mockup-2 {
    animation-name: mockup-2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
  }

  .mockup-3 {
    animation-name: mockup-3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
  }

  .mockup-4 {
    animation-name: mockup-4;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
  }

  .mockup-5 {
    animation-name: mockup-5;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
  }

  .mockup-6 {
    animation-name: mockup-6;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
  }

  /* .avatar-country-3,.avatar-country-4,.avatar-country-5,.avatar-country-6,.avatar-country-7 */
  .avatar-country-2 {
    animation-name: avatar-country-2;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }

  .avatar-country-3 {
    animation-name: avatar-country-3;
    animation-iteration-count: 1;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }

  .avatar-country-4 {
    animation-name: avatar-country-4;
    animation-iteration-count: 1;
    animation-duration: 6s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }

  .avatar-country-5 {
    animation-name: avatar-country-5;
    animation-iteration-count: 1;
    animation-duration: 8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }

  .avatar-country-6 {
    animation-name: avatar-country-6;
    animation-iteration-count: 1;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }

  .avatar-country-7 {
    animation-name: avatar-country-7;
    animation-iteration-count: 1;
    animation-duration: 12s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }

  .upload-border {
    height: 165px;
    border: 2px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
  }

  .bg-blue-dark-2 {
    background-color: #0B223D !important;
    color: white !important;
  }

  .today-rate.nav-pills .nav-link {
    border: 1px solid #fff;
    color: white;
  }

  .card-toggle.nav-pills .nav-link {
    border: 1px solid var(--blue-dark);
    color: var(--blue-dark);
  }

  .today-rate.nav-pills .nav-link.active,
  .today-rate.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
  }

  .card-toggle.nav-pills .nav-link.active,
  .card-toggle.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--blue-dark);
    border: 1px solid var(var(--blue-dark));
  }

  @keyframes avatar-country-2 {
    from {
      transform: translateX(50px);
      opacity: 0;
    }

    to {
      transform: translateX(0px);
      opacity: 1;
    }
  }

  @keyframes avatar-country-3 {
    from {
      transform: translateX(50px);
      opacity: 0;
    }

    to {
      transform: translateX(0px);
      opacity: 1;
    }
  }

  @keyframes avatar-country-4 {
    from {
      transform: translateX(50px);
      opacity: 0;
    }

    to {
      transform: translateX(0px);
      opacity: 1;
    }
  }

  @keyframes avatar-country-5 {
    from {
      transform: translateX(50px);
      opacity: 0;
    }

    to {
      transform: translateX(0px);
      opacity: 1;
    }
  }

  @keyframes avatar-country-6 {
    from {
      transform: translateX(50px);
      opacity: 0;
    }

    to {
      transform: translateX(0px);
      opacity: 1;
    }
  }

  @keyframes avatar-country-7 {
    from {
      transform: translateX(50px);
      opacity: 0;
    }

    to {
      transform: translateX(0px);
      opacity: 1;
    }
  }

  @keyframes mockup-4 {
    from {
      position: absolute;
      right: 45px;
      top: 35%;
    }

    to {
      position: absolute;
      right: 145px;
      top: 39%;
    }
  }

  @keyframes mockup-3 {
    from {
      position: absolute;
      right: 90px;
      top: 15%;
    }

    to {
      position: absolute;
      right: 35px;
      top: 17%;
    }
  }

  @keyframes mockup-5 {
    from {
      position: absolute;
      right: 145px;
      top: 62%;
    }

    to {
      position: absolute;
      right: 100px;
      top: 65%;
    }
  }

  @keyframes mockup-1 {
    from {
      position: absolute;
      left: 0;
      top: 24%;
    }

    to {
      position: absolute;
      left: 22px;
      top: 19%;
    }
  }

  @keyframes mockup-2 {
    from {
      position: absolute;
      left: 85px;
      top: 50%;
    }

    to {
      position: absolute;
      left: 50px;
      top: 56%;
    }
  }

  @keyframes mockup-6 {
    from {
      position: absolute;
      width: 80%;
      top: -35px;
      z-index: 1;
      left: 65px;
    }

    to {
      position: absolute;
      width: 80%;
      top: -48px;
      z-index: 1;
      left: 65px;
      transform: rotate(-20deg);
    }
  }

  @keyframes netflix-icon {
    from {
      position: absolute;
      width: 25%;
      top: 35%;
      right: 0%;
    }

    to {
      position: absolute;
      width: 25%;
      top: 45%;
      right: 10%;
    }
  }

  @keyframes ali-express-icon {
    from {
      position: absolute;
      width: 30%;
      top: 0px;
      right: 15%;
    }

    to {
      position: absolute;
      width: 30%;
      top: 10px;
      right: 10%;
    }
  }

  @keyframes tunes-icon {
    from {
      position: absolute;
      width: 25%;
      top: 5%;
      left: 3%;
    }

    to {
      position: absolute;
      width: 25%;
      top: 15%;
      left: 0%;
    }
  }

  @keyframes marquee {
    0% {
      transform: translateX(-10px);
    }

    100% {
      transform: translateX(-1000px);
    }
  }

  @keyframes testimonial {
    0% {
      transform: translateY(-350px)
    }


    100% {
      transform: translateY(130px)
    }
  }

  @keyframes card-notification {
    0% {
      transform: translateY(20px)
    }


    100% {
      transform: translateY(45px);
    }
  }

  @keyframes countries {
    0% {
      transform: translateX(-10px)
    }


    100% {
      transform: translateX(-4575px)
    }
  }

  @keyframes circle-rotate {
    0% {
      transform: rotate(0deg)
    }


    100% {
      transform: rotate(180deg)
    }
  }

  @keyframes play-circle {
    0% {
      transform: scale(1)
    }


    100% {
      transform: scale(1.2)
    }
  }

  .phone-gold {
    animation-name: phone-gold;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    transform: translateY(35px);
  }

  @keyframes phone-gold {
    0% {
      transform: translateY(0px);
    }

    50% {
      transform: translateY(0px);
    }

    75% {
      transform: translateY(0px);
    }

    90% {
      transform: translateY(35px);
    }

    100% {
      transform: translateY(35px);
    }
  }

  .hero-float-1 {
    animation-name: hero-float-1;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    z-index: 1;
  }

  @keyframes hero-float-1 {
    0% {
      position: absolute;
      width: 30%;
      top: 0%;
      left: 0%;
    }

    50% {
      position: absolute;
      width: 30%;
      top: 0%;
      left: 0%;
    }

    75% {
      position: absolute;
      width: 30%;
      top: 0%;
      left: 0%;
    }

    /* 90%{
      position: absolute;
      width: 30%;
      top: 8%;
      left: 8%;
    } */

    100% {
      position: absolute;
      width: 30%;
      top: 8%;
      left: 8%;
    }
  }

  .hero-float-2 {
    animation-name: hero-float-2;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    z-index: 1;
  }

  @keyframes hero-float-2 {
    0% {
      position: absolute;
      width: 25%;
      top: 5px;
      right: 10%;
    }

    50% {
      position: absolute;
      width: 25%;
      top: 5px;
      right: 10%;
    }

    75% {
      position: absolute;
      width: 25%;
      top: 5px;
      right: 10%;
    }

    /* 90%{
      position: absolute;
      width: 30%;
      top: 8%;
      left: 8%;
    } */

    100% {
      position: absolute;
      width: 25%;
      top: 60px;
      right: 10%;
    }
  }

  .hero-float-3 {
    animation-name: hero-float-3;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-timing-function: ease-out;
  }

  @keyframes hero-float-3 {
    0% {
      position: absolute;
      width: 80%;
      top: 30%;
      left: -4%;
    }

    50% {
      position: absolute;
      width: 80%;
      top: 30%;
      left: -4%;
    }

    75% {
      position: absolute;
      width: 80%;
      top: 30%;
      left: -4%;
    }

    100% {
      position: absolute;
      width: 80%;
      top: 26%;
      left: -4%;
    }
  }

  .hero-float-4 {
    animation-name: hero-float-4;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-timing-function: ease-out;
  }

  @keyframes hero-float-4 {
    0% {
      position: absolute;
      width: 40%;
      top: 20%;
      right: -12%;
      z-index: 1;
    }

    50% {
      position: absolute;
      width: 40%;
      top: 20%;
      right: -12%;
      z-index: 1;
    }

    75% {
      position: absolute;
      width: 40%;
      top: 20%;
      right: -12%;
      z-index: 1;
    }

    100% {
      position: absolute;
      width: 40%;
      top: 20%;
      right: 3%;
      z-index: 1;
    }
  }

  .hero-float-5 {
    animation-name: hero-float-5;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-timing-function: ease-out;
  }

  @keyframes hero-float-5 {
    0% {
      position: absolute;
      width: 20%;
      bottom: 25%;
      left: 0%;
      z-index: 3;
    }

    50% {
      position: absolute;
      width: 20%;
      bottom: 25%;
      left: 0%;
      z-index: 3;
    }

    75% {
      position: absolute;
      width: 20%;
      bottom: 25%;
      left: 0%;
      z-index: 3;
    }

    100% {
      position: absolute;
      width: 20%;
      bottom: 25%;
      left: 10%;
      z-index: 3;
    }
  }

  .hero-float-6 {
    animation-name: hero-float-6;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-timing-function: ease-out;
  }

  @keyframes hero-float-6 {
    0% {
      position: absolute;
      width: 77%;
      bottom: 10%;
      right: 0%;
      z-index: 2;
    }

    50% {
      position: absolute;
      width: 77%;
      bottom: 10%;
      right: 0%;
      z-index: 2;
    }

    75% {
      position: absolute;
      width: 77%;
      bottom: 10%;
      right: 0%;
      z-index: 2;
    }

    100% {
      position: absolute;
      width: 77%;
      bottom: 15%;
      right: 0%;
      z-index: 2;
    }
  }

  .hero-float-8 {
    animation-name: hero-float-8;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-timing-function: ease-out;
  }

  @keyframes hero-float-8 {
    0% {
      position: absolute;
      width: 18%;
      bottom: 18%;
      right: 0%;
      z-index: 3;
    }

    50% {
      position: absolute;
      width: 18%;
      bottom: 18%;
      right: 0%;
      z-index: 3;
    }

    75% {
      position: absolute;
      width: 18%;
      bottom: 18%;
      right: 0%;
      z-index: 3;
    }

    100% {
      position: absolute;
      width: 18%;
      bottom: 24%;
      right: 0%;
      z-index: 3;
    }
  }


  .world-send {
    animation-name: world-send;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }


  @keyframes world-send {
    0% {
      transform: rotate(0deg);
    }

    50% {
      transform: rotate(50deg);
    }

    75% {
      transform: rotate(50deg);
    }

    100% {
      transform: rotate(50deg);
    }
  }

  .send-float-4 {
    animation-name: send-float-4;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 1;
  }


  @keyframes send-float-4 {
    0% {
      top: 58%;
    }

    50% {
      top: 64%;
    }

    75% {
      top: 64%;
    }

    100% {
      top: 64%;
    }
  }



  .send-float-3 {
    animation-name: send-float-3;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 1;
  }


  @keyframes send-float-3 {
    0% {
      top: 45%;
    }

    50% {
      top: 55%;
    }

    75% {
      top: 55%;
    }

    100% {
      top: 55%;
    }
  }

  .send-float-2 {
    animation-name: send-float-2;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 1;
  }


  @keyframes send-float-2 {
    0% {
      top: 15%;
    }

    50% {
      top: 20%;
    }

    75% {
      top: 20%;
    }

    100% {
      top: 20%;
    }
  }

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

  .send-float-5 {
    animation-name: send-float-5;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 1;
  }


  @keyframes send-float-5 {
    0% {
      top: 50%;
    }

    50% {
      top: 45%;
    }

    75% {
      top: 45%;
    }

    100% {
      top: 45%;
    }
  }

  .exchange-arrows {
    animation-name: exchange-arrows;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  @keyframes exchange-arrows {
    0% {
      transform: rotate(0deg);
    }

    50% {
      transform: rotate(-20deg);
    }

    75% {
      transform: rotate(-20deg);
    }

    100% {
      transform: rotate(-20deg);
    }
  }

  .exchange-float-4 {
    animation-name: exchange-float-4;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 2;
  }

  @keyframes exchange-float-4 {
    0% {
      top: 17%;
    }

    50% {
      top: 13%;
    }

    75% {
      top: 13%;
    }

    100% {
      top: 13%;
    }
  }

  .exchange-float-3 {
    animation-name: exchange-float-3;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 1;
  }

  @keyframes exchange-float-3 {
    0% {
      top: 40%;
    }

    50% {
      top: 44%;
    }

    75% {
      top: 44%;
    }

    100% {
      top: 44%;
    }
  }

  .exchange-float-2 {
    animation-name: exchange-float-2;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 1;
  }

  @keyframes exchange-float-2 {
    0% {
      width: 30%;
      position: absolute;
      top: 60%;
      left: 20%;
    }

    50% {
      width: 30%;
      position: absolute;
      top: 47%;
      left: 13%;
      z-index: 2;
    }

    75% {
      width: 30%;
      position: absolute;
      top: 47%;
      left: 13%;
      z-index: 2;
    }

    100% {
      width: 30%;
      position: absolute;
      top: 47%;
      left: 13%;
      z-index: 2;
    }
  }


  .card-hero-icons {
    animation-name: card-hero-icons;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 1;
  }

  @keyframes card-hero-icons {
    0% {
      transform: translateX(60px);
    }

    50% {
      transform: translateX(0px);
    }

    75% {
      transform: translateX(0px);
    }

    100% {
      transform: translateX(0px);
    }
  }

  .card-float-2 {
    animation-name: card-float-2;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 1;
  }

  @keyframes card-float-2 {
    0% {
      top: 35%;
    }

    50% {
      top: 45%;
    }

    75% {
      top: 45%;
    }

    100% {
      top: 45%;
    }
  }

  .card-float-5 {
    animation-name: card-float-5;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 1;
  }

  @keyframes card-float-5 {
    0% {
      top: 6%;
    }

    50% {
      top: -2%;
    }

    75% {
      top: -2%;
    }

    100% {
      top: -2%;
    }
  }

  .card-float-3 {
    animation-name: card-float-3;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 1;
  }

  @keyframes card-float-3 {
    0% {
      top: 13%;
    }

    50% {
      top: 20%;
    }

    75% {
      top: 20%;
    }

    100% {
      top: 20%;
    }
  }

  .card-float-1 {
    animation-name: card-float-1;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 1;
  }

  @keyframes card-float-1 {
    0% {
      bottom: 55px;
    }

    50% {
      bottom: 20px;
    }

    75% {
      bottom: 20px;
    }

    100% {
      bottom: 20px;
    }
  }

  .mySwiper {
    width: 100%;
    height: 800px;
  }

  .line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .device-1 {
    animation-name: flow-device;
    animation-duration: 3s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  @keyframes flow-device {
    0% {
      transform: rotate(0deg)
    }

    100% {
      transform: rotate(-5deg);
      bottom: -15px
    }
  }


  .hero-device-1 {
    animation-name: device-2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
  }

  @keyframes device-2 {
    0% {
      transform: rotate(0deg);
      bottom: -45px;
    }

    100% {
      transform: rotate(-1deg);
      bottom: -60px;
      right: -42px;
    }
  }

  .auth-height {
    height: 100vh !important;
  }

  .error-content h1 {
    font-weight: 700;
    font-size: 263.368px;
    letter-spacing: -0.06em;
    color: #0B223D;
    line-height: 230px;
  }

  .bg-darken-main {
    background-color: var(--blue-dark);
  }

  .planet-float-1 {
    position: absolute;
    right: 15%;
    top: 100px;
    animation-name: planet-float-1;
    animation-duration: 3s;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }

  @keyframes planet-float-1 {
    0% {
      transform: translateY(0px);
    }

    100% {
      transform: translateY(160px);
    }
  }

  .planet-float-2 {
    position: absolute;
    left: 15%;
    top: 145px;
    animation-name: planet-float-2;
    animation-duration: 3s;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }

  @keyframes planet-float-2 {
    0% {
      position: absolute;
      left: 15%;
      top: 145px;
    }

    100% {
      position: absolute;
      left: 13%;
      top: 250px;
    }
  }

  .planet-float-3 {
    position: absolute;
    right: 15%;
    bottom: 100px;
  }

  .planet-float-4 {
    position: absolute;
    right: 35%;
    bottom: 100px;
    animation-name: planet-float-4;
    animation-duration: 3s;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }

  @keyframes planet-float-4 {
    0% {
      transform: translateX(0px);
    }

    100% {
      transform: translateX(-100px);
    }
  }

  .planet-float-5 {
    position: absolute;
    right: 50%;
    bottom: 50px;
  }

  .planet-float-6 {
    position: absolute;
    left: 15%;
    bottom: 150px;
    animation-name: planet-float-6;
    animation-duration: 3s;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }

  @keyframes planet-float-6 {
    0% {
      transform: rotate(15deg);
    }

    100% {
      transform: rotate(-30deg);
    }
  }

  .planet-float-7 {
    position: absolute;
    left: 0%;
    bottom: 150px;
    z-index: 1;
    animation-name: planet-float-7;
    animation-duration: 3s;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }

  @keyframes planet-float-7 {
    0% {
      position: absolute;
      left: -6%;
      bottom: 150px;
      z-index: 1;
    }

    100% {
      position: absolute;
      left: 4%;
      bottom: 125px;
      z-index: 1;
    }
  }

  .purse_tab.nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--blue-dark);
    font-family: var(--make-text-bold);
    font-weight: bold;
  }

  .purse_tab.nav-pills .nav-link {
    background: 0 0;
    border: 1px solid var(--blue-dark);
    border-radius: 50px;
    padding-left: 35px;
    padding-right: 35px;
    color: var(--blue-dark);
  }

  .otc-content {
    background-color: #F0F7FF;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .border-rad-custom-view {
    border-radius: 30px;
  }

  .otc-inner-content {
    color: #373737;
  }

  .form-floating>.form-control:focus~label,
  .form-floating>.form-control:not(:placeholder-shown)~label,
  .form-floating>.form-select~label {
    color: var(--main-color) !important;
  }

  .tab-active {
    background-color: #F0F7FF;
  }

  .vert-main.nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    color: var(--main-color);
    background-color: #F0F7FF;
  }

  .vert-main.nav-pills .nav-link {
    color: #9DA1B7;
  }

  .text-gray-4 {
    color: #7E8195;
  }

  .image-upload>input {
    display: none;
  }

  .card-bg-4 {
    background-color: #F0F7FF;
  }

  .top-banner-2 {
    background-color: #0F023C;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../assets/images/world.png);
  }

  .yellow-text {
    color: #FFC90A;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: 11px;
  }

  .yellow-text-2 {
    color: #FFC90A;
  }

  .yellow-text-3{
    color: #AD7608;
  }

  .filter-tab [aria-selected="true"] .otc-true {
    display: none;
  }

  .filter-tab [aria-selected="false"] .otc-false {
    display: none;
  }

  .filter a[aria-expanded=false] .fa-chevron-up {
    display: none
  }

  .filter a[aria-expanded=true] .fa-chevron-down {
    display: none
  }

  .object-position-top {
    object-position: top center;
  }

  .btn-float {
    position: absolute;
    right: -45px;
    width: 30px;
  }

  .pin-box-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
  }

  .pin-box-grid-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 75%;
    margin: 0 auto;
  }

  .main-container-view {
    background-color: #F0F7FF;
    min-height: 100vh;
  }

  .main-container-view-2 {
    background-color: #F0F7FF;
  }

  .onboarding-tab.nav-pills .nav-link.active,
  .onboarding-tab.nav-pills .show>.nav-link {
    color: #070724;
    background-color: transparent;
    border-right: 6px solid #2475D9;
    border-radius: 0;
  }

  .onboarding-tab.nav-pills .nav-link .img-comp {
    opacity: .5;
  }

  .onboarding-tab.nav-pills .nav-link.active img {
    opacity: 1;
  }

  .onboarding-tab.nav-pills .nav-link {
    border-right: 6px solid #B6D6FD;
    border-radius: 0;
    font-size: 14px;
    color: #B7BBD1;
  }

  .onboarding-tab .nav-item {
    margin-bottom: 10px;
  }

  .circle-plus {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
  }

  .upload-img-container {
    height: 400px;
    overflow: hidden;
    position: relative;
  }

  .onboarding-tab-2 .nav-link {
    font-size: 12px !important;
  }

  .onboarding-tab-2 .nav-item {
    margin-bottom: 0;
  }

  .onboarding-tab-2 .nav-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .onboarding-tab-2.nav-pills .nav-link.active,
  .onboarding-tab-2.nav-pills .show>.nav-link {
    margin-bottom: 10px;
  }

  .onboarding-tab-2.nav-pills .nav-link {
    margin-bottom: 10px;
  }

  .fa-size {
    height: 12px;
  }

  .fa-size-2{
    height: 16px;
  }

  .feather-fill-color-1 {
    fill: #7E8195;
    color: #7E8195;
    z-index: 1;
    position: relative;
  }

  .feather-fill-color-2 {
    fill: #CACEE2;
    color: #CACEE2;
    z-index: 1;
    position: relative;
  }

  .onboarding-tab-2 [aria-selected="true"] .active-false {
    display: none;
  }

  .onboarding-tab-2 [aria-selected="false"] .active-true {
    display: none;
  }

  .btn-dropdown-rounded {
    background-color: #F0F7FF;
    border-radius: 50px;
  }

  .avatar-dash-box {
    width: 40px;
    height: 40px;
    background: #EDEFFA;
    border-radius: 375px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sidebar-heading {
    letter-spacing: 0.225em;
    color: #B7BBD1;
  }

  .dash-link .nav-item {
    margin-bottom: 5px;
  }

  .dash-card {
    background: #F4F6FF;
    border-radius: 12px;
  }

  .custom-flag {
    height: 30px;
    width: 30px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .custom-flag-sm {
    height: 30px;
    width: 30px;
    overflow: hidden;
    position: relative;
  }

  .badge-success-2 {
    background: #EAFFE3;
    border-radius: 10px;
    color: #1A3B00;
    display: inline-block;
  }

  .table>:not(:first-child) {
    border-top: unset;
  }

  .blog-card-img {
    height: 150px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .checkbox-size {
    transform: scale(1.5);
    height: 14px;
  }

  /*
     * Sidebar
     */

  .sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
      right: 0;
      */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 48px 0 0;
    /* Height of navbar */
  }

  .text-green {
    color: #98AC10;
  }

  @media (max-width: 767.98px) {
    .sidebar {
      top: 0rem;
    }

    .push-text-nav {
      margin-left: 50px;
    }
  }

  .sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
  }

  .sidebar .nav-link {
    font-weight: 500;
    color: #333;
    font-size: 14px;
  }

  .sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
  }

  .sidebar .nav-link.active {
    color: #fff;
    background: #1C84FF;
    border-radius: 12px;
  }

  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
    color: inherit;
  }

  .sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
  }

  /*
     * Navbar
     */

  .dash-biz-nav .navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
  }

  .dash-biz-nav.navbar .navbar-toggler {
    top: 0.8rem;
    left: 1rem;
  }

  .dash-biz-nav.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
  }

  .dash-biz-nav .form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
  }

  .dash-biz-nav .form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }

  .tab-business-card.nav-pills .nav-link.active,
  .tab-business-card.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--blue-dark);
    border-radius: 50px;
  }

  .tab-business-card.nav-pills .nav-link {
    background-color: #F4F6FF;
    border: 0;
    border-radius: 50px;
    color: #585B69;
  }

  .drop-filter .btn {
    background-color: #F4F6FF;
    border: 0;
    border-radius: 50px;
    color: #585B69;
  }

  .custom-flag-2 {
    height: 30px;
    width: 30px;
    overflow: hidden;
    position: relative;
  }

  .badge-warning-2 {
    background: #FCE4B2;
    border-radius: 10px;
    color: #754E00;
    display: inline-block;
  }

  .badge-danger-2 {
    background: #FFF8F7;
    border-radius: 10px;
    color: #DE3327;
  }

  .payout-tab.nav-pills .nav-link.active,
  .payout-tab.nav-pills .show>.nav-link {
    color: #2E2F37;
    background-color: #F4F6FF;
  }

  .payout-tab.nav-pills .nav-link {
    color: #CACEE2;
    background-color: transparent;
    border-radius: 10px;
  }

  .nav-tab-active {
    background-color: #F4F6FF;
    border-left: 3px solid #1364C7;
  }

  .lister-spacer .list-group-item {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.125) !important;
  }

  .bg-color-9 {
    background-color: #F4F6FF !important;
  }

  .list-spacer-2 li {
    margin-bottom: 10px;
  }

  .set-tabs.nav-pills .nav-link {
    color: #9DA1B7;
    font-size: 14px;
    border-radius: 0px;
  }

  .set-tabs.nav-pills .nav-link.active,
  .set-tabs.nav-pills .show>.nav-link {
    color: #1C84FF;
    background-color: transparent;
    border-bottom: 1px solid #1C84FF;
  }

  .country-icon-flag-img-container-sm {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
  }

  .btn.make-text-bold{
    font-family: "Sora Medium", Arial, Helvetica, sans-serif;
    font-weight: 500;
  }

  .flag-pos{
    top: -5px;
    left: -10px;
  }

  .radio-view-display {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-left: 0;
  }

  .btn-main-light {
    background-color: #F0F7FF;
    color: var(--main-color);
  }

  .bg-blue-darker {
    background-color: #034596;
    color: white;
  }

  .border-32 {
    border-radius: 32px;
  }

  .pos-absolute-health {
    position: absolute;
    top: 6px;
    width: 27%;
    right: 0;
  }

  .web-image-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: auto;
  }

  .web-mobile-carousel.carousel-indicators [data-bs-target] {
    width: 100px;
    background-color: #0B223D;
  }

  .btn-main-mobile {
    background-color: #F0F7FF;
    border: 1px solid #1C84FF;
    border-radius: 8px;
    color: #1C84FF !important;
  }

  .main-content-top {
    margin-top: 70px !important
  }

  .prog-green {
    background-color: #B1C720;
  }

  .w-45 {
    width: 45%;
  }

  .rounded-pill-2 {
    border-radius: 50px;
  }

  .btn-absolute {
    position: absolute;
    /* left: 0; */
    top: -68px;
    right: 0;
  }

  .green-card-notification {
    background-color: #2D6402;
    color: #B1C720;
  }

  .card-main-box:hover {
    background-color: #F0F7FF;
  }

  .add-transition{
    transition: all 0.5s ease-in;
  }

  .overlay-hero-sect{
    height: 700px
  }

  .card-box-shadow {
    border-radius: 12px !important;
    background: #fff;
      /* shadow yel */
    box-shadow: 0px 15px 29px 0px rgba(255, 201, 10, 0.13);
  }

  .country-icon-flag-img-circle img {
    border-radius: 50px;
  }

  .country-icon-flag-img-circle{
    height: 25px;
    width: 25px;
    position: relative;
  }

  .bg-blue-dark-3{
    background-color: var(--dark-main-color);
  }

  .testify-absolute{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
  }

  .hero-sub-text{
    font-size: 56px;
  }

  .form-control-w-label{
    height: 52px;
    border-radius: 10px;
  }

  .form-label-md{
    font-size: 14px;
  }

  .auth-biz-card h3{
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0em;
  }

  /* input[type="date"]::-webkit-calendar-picker-indicator {
    content: url(../assets/images/Input-Icon.svg);
  } */

  .btn-outline-main:hover{
    border: 2px solid #fff;
    color: #fff !important;
    background-color: var(--main-color);
  }


.bg-muted-2 {
    background-color: #535e738a;
  }

  .main-blog-container {
    margin-top: 70px;
  }

  .bg-image-hero {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
  }

  .pb-100 {
      padding-bottom: 100px;
  }

  .pt-100 {
      padding-top: 100px;
  }

  .box-blur {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    padding: 30px;
    border-radius: 10px;
  }

  .rounded-10{
    border-radius: 10px;
  }

  .badge-opt{
    background-color: #ececec;;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 14px;
  }

.box-blur{
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  padding: 30px;
  border-radius: 10px;
}

.article-sm{
  width: 100%;
  height: 75px;
  overflow: hidden;
  position: relative;
}

.sidebar-cat li a{
  color: #353535;
  background-color: #d6d6d6;
  padding: 10px 15px;
  border-radius: 50px;
  text-decoration: none;
}

.sidebar-cat{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.sidebar-cat li a:hover{
  background-color: var(--main-color) !important;
  color: #fff !important;
}

.ft-sm-2 {
    font-size: 10px !important;
}
.letter-space {
    font-size: 14px;
    letter-spacing: 0.1rem;
}

.gap-15{
    gap: 15px;
  }
