@font-face {
    font-family: FontAwesome;
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: FKGrotesk-Regular;
    src: url('../fonts/FKGrotesk-Regular.eot');
    src: url('../fonts/FKGrotesk-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/FKGrotesk-Regular.svg#FKGrotesk-Regular') format('svg'), url('../fonts/FKGrotesk-Regular.ttf') format('truetype'), url('../fonts/FKGrotesk-Regular.woff') format('woff'), url('../fonts/FKGrotesk-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal
}

.m-t-80 {
    margin-top: 80px !important
}

.m-t-100 {
    margin-top: 100px !important
}

.m-t-120 {
    margin-top: 120px !important
}
.f-size-14, .f-size-20, .f-size-24, .f-size-30, .f-size-40, a, body, button, h1, h2, h3, h4, h5, h6, p, span {
    font-family: 'Source Sans Pro', sans-serif;
}

.key-benifits-box-img:before {
    content: '';
    display: block;
    position: relative;
    height: 0%;
    width: 100%;
    bottom: 0;
    transition: height 0.5s ease-out;
    background: linear-gradient(to bottom, transparent 0%, #e31836 100%);
}
.help-icon:hover img{
  filter: invert(99%) sepia(0%) saturate(2%) hue-rotate(109deg) brightness(108%) contrast(100%);
}
.help-tab .nav-tabs .nav-link{
  color: #102ab3;
  font-size: .9rem;
  font-weight: 700;
}
.help-tab .nav-tabs .nav-link.active{
  color: #e31836;
  font-size: .9rem;
  font-weight: 700;
}
.zoom-icon {
  animation: zoom-animation 2s ease infinite alternate; /* Adjust duration and timing as needed */
}

@keyframes zoom-animation {
  0% {
    transform: scale(1); /* Initial scale */
  }
  100% {
    transform: scale(1.2); /* Scale to 120% */
  }
}
.section-gap {
    padding: 60px 0;
}
.get-form-us .key-benifits-box {
    text-align: center;
    padding-top: 20px;
}
.key-benifits-box {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.img-box:before, .key-benifits-box:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-blend-mode: normal, overlay, overlay, normal, normal, normal, normal;
    opacity: .05;
}

.how-it-works-inner ul, .img-box-cont, .key-benifits-box-desp {
    position: relative;
    padding: 20px;
}
#footer .top-footer .top-footer-left h2:before, .img-box:before, .key-benifits-box:before {
    content: "";
    left: 0;
    background-image: linear-gradient(301deg, rgba(44, 34, 150, 0), #7b2297), linear-gradient(rgba(0, 82, 154, .95), rgba(0, 82, 154, .95)), linear-gradient(121deg, #3fcc6f, #3fcc6f), linear-gradient(238deg, rgba(173, 32, 142, 0), #ad208e), linear-gradient(42deg, rgba(0, 190, 213, 0), rgba(0, 190, 213, .85) 85%, rgba(0, 190, 213, .87) 87%, #00bed5), linear-gradient(126deg, rgba(0, 190, 213, 0), #00bed5), linear-gradient(#594099, #594099);
}

.key-benifits-box:hover h4, .key-benifits-box:hover h5, .key-benifits-box:hover h2, .key-benifits-box:hover p {
    color: #fff !important;
}
.l_c_h .right_c a, a, a:focus, a:hover, i {
    text-decoration: none;
}
.key-benifits-box:hover {
    background: rgba(227, 24, 54, 1);
    color: #555;
}

.coin-listing-form p.font-16 a, .footer-bootm .copyright, .footer-logo p, .img-box p, .key-benifits-box p, .media-categories-list ul li a span {
    color: grey;
}
p, a{font-size: 14px;}
/* .paybito-tab-menu{position: fixed;
    z-index: 1;
    background: #eee;
    overflow-x: hidden;
    padding: 8px 0;
    width: 268px;} */
