@font-face {
    font-family: StripeIcons;
    src: url(https://www.hyperpay.com/wp-content/themes/hyperpay/assets/fonts/stripe-icons.woff2) format("woff2"), url(https://www.hyperpay.com/wp-content/themes/hyperpay/assets/fonts/stripe-icons.woff) format("woff");
}

@font-face {
    font-family: Camphor;
    font-weight: 300;
    font-style: italic;
    src: url(https://www.hyperpay.com/wp-content/themes/hyperpay/assets/fonts/camphor-ss/300-light-italic.woff2) format("woff2"), url(https://www.hyperpay.com/wp-content/themes/hyperpay/assets/fonts/camphor-ss/300-light-italic.woff) format("woff");
}

@font-face {
    font-family: Camphor;
    font-weight: 400;
    src: url(https://www.hyperpay.com/wp-content/themes/hyperpay/assets/fonts/400-regular.woff2) format("woff2"), url(https://www.hyperpay.com/wp-content/themes/hyperpay/assets/fonts/camphor-ss/400-regular.woff) format("woff");
}

@font-face {
    font-family: Camphor;
    font-weight: 400;
    font-style: italic;
    src: url(https://www.hyperpay.com/wp-content/themes/hyperpay/assets/fonts/camphor-ss/400-regular-italic.woff2) format("woff2"), url(https://www.hyperpay.com/wp-content/themes/hyperpay/assets/fonts/camphor-ss/400-regular-italic.woff) format("woff");
}

@font-face {
    font-family: Camphor;
    font-weight: 500;
    font-style: italic;
    src: url(https://www.hyperpay.com/wp-content/themes/hyperpay/assets/fonts/camphor-ss/500-medium-italic.woff2) format("woff2"), url(https://www.hyperpay.com/wp-content/themes/hyperpay/assets/fonts/camphor-ss/500-medium-italic.woff) format("woff");
}

@font-face {
    font-family: Camphor;
    font-weight: 600;
    font-style: italic;
    src: url(https://www.hyperpay.com/wp-content/themes/hyperpay/assets/fonts/camphor-ss/600-bold-italic.woff2) format("woff2"), url(https://www.hyperpay.com/wp-content/themes/hyperpay/assets/fonts/camphor-ss/600-bold-italic.woff) format("woff");
}

@font-face {
    font-family: Source Code Pro;
    font-weight: 400;
    src: url(https://www.hyperpay.com/wp-content/themes/hyperpay/assets/fonts/sourcecodepro-ss/SourceCodePro-Medium.woff2) format("woff2"), url(https://www.hyperpay.com/wp-content/themes/hyperpay/assets/fonts/sourcecodepro-ss/SourceCodePro-Medium.woff) format("woff");
}

@font-face {
    font-family: Source Code Pro;
    font-weight: 600;
    src: url(https://www.hyperpay.com/wp-content/themes/hyperpay/assets/fonts/sourcecodepro-ss/SourceCodePro-Bold.woff2) format("woff2"), url(https://www.hyperpay.com/wp-content/themes/hyperpay/assets/fonts/sourcecodepro-ss/SourceCodePro-Bold.woff) format("woff");
}

@font-face {
    font-family: Flow-Block;
    src: url(https://www.hyperpay.com/wp-content/themes/hyperpay/assets/fonts/flow/flow-block.woff) format("woff");
}

@font-face {
    font-family: Flow-Rounded;
    src: url(https://www.hyperpay.com/wp-content/themes/hyperpay/assets/fonts/flow/flow-rounded.woff) format("woff");
}

@font-face {
    font-family: Flow-Circular;
    src: url(https://www.hyperpay.com/wp-content/themes/hyperpay/assets/fonts/flow/flow-circular.woff) format("woff");
}

@-webkit-keyframes "ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes "ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}


/*** ==================================================================== End MAP Section ==================================================================== ***/


/*Product Payment Page Top Section Icon Box Styles */


/*Page Product Payout Circle Style*/


/*Page recurring-billing Circle Style*/


/*Feature Section Rotate Circle Style*/

@-webkit-keyframes "scale" {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes "scale" {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes "rotate" {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes "rotate" {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* .equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
*/

#home_feature_section .chart {
    position: relative;
    top: -85px;
}

#home_feature_section .chart:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#home_feature_section .chart-block {
    position: absolute;
    left: 22%;
    top: 53%;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: -1px 0px 12.6px 5.4px rgba(233, 233, 233, 0.52);
    box-shadow: -1px 0px 12.6px 5.4px rgba(233, 233, 233, 0.52);
    cursor: pointer;
}

#home_feature_section .chart-block:nth-child(1) {
    left: 50%;
    top: 46%;
}

#home_feature_section .chart-block:nth-child(1):before {
    -webkit-box-shadow: 0 0 0 0 #190491;
    -ms-box-shadow: 0 0 0 0 #190491;
    -o-box-shadow: 0 0 0 0 #190491;
    box-shadow: 0 0 0 0 #190491;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#home_feature_section .chart-block:nth-child(1):after {
    background: #112eb6;
}

#home_feature_section .chart-block:nth-child(2) {
    left: 55%;
    top: 44%;
}

#home_feature_section .chart-block:nth-child(2):before {
    -webkit-box-shadow: 0 0 0 0 #196efd;
    -ms-box-shadow: 0 0 0 0 #196efd;
    -o-box-shadow: 0 0 0 0 #196efd;
    box-shadow: 0 0 0 0 #196efd;
}

#home_feature_section .chart-block:nth-child(2):after {
    background: #196efd;
}

#home_feature_section .chart-block:nth-child(3) {
    left: 55%;
    top: 49%;
}

#home_feature_section .chart-block:nth-child(3):before {
    -webkit-box-shadow: 0 0 0 0 #179031;
    -ms-box-shadow: 0 0 0 0 #179031;
    -o-box-shadow: 0 0 0 0 #179031;
    box-shadow: 0 0 0 0 #179031;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#home_feature_section .chart-block:nth-child(3):after {
    background: #179031;
}

#home_feature_section .chart-block:nth-child(4) {
    left: 59%;
    top: 48%;
}

#home_feature_section .chart-block:nth-child(4):before {
    -webkit-box-shadow: 0 0 0 0 #f16b4e;
    -ms-box-shadow: 0 0 0 0 #f16b4e;
    -o-box-shadow: 0 0 0 0 #f16b4e;
    box-shadow: 0 0 0 0 #f16b4e;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#home_feature_section .chart-block:nth-child(4):after {
    background: #f26c4f;
}

#home_feature_section .chart-block:nth-child(5) {
    left: 58%;
    top: 43%;
}

#home_feature_section .chart-block:nth-child(5):after {
    background: #dc1f25;
}

#home_feature_section .chart-block:nth-child(5):before {
    -webkit-box-shadow: 0 0 0 0 #dc1f25;
    -ms-box-shadow: 0 0 0 0 #dc1f25;
    -o-box-shadow: 0 0 0 0 #dc1f25;
    box-shadow: 0 0 0 0 #dc1f25;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#home_feature_section .chart-block:after {
    position: absolute;
    content: '';
    left: 5px;
    top: 5px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #190491;
}

#home_feature_section .chart-block:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    -webkit-animation: ripple 1s infinite;
    animation: ripple 3s infinite;
}

#home_feature_section .chart-block:nth-child(6):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#home_feature_section .chart-block .chart-content {
    opacity: 0;
    position: relative;
    min-width: 310px;
    bottom: 90px;
    left: -135px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    background: white;
    -webkit-box-shadow: 0px 40px 50px 0px rgba(12, 0, 46, 0.2);
    -moz-box-shadow: 0px 40px 50px 0px rgba(12, 0, 46, 0.2);
    box-shadow: 0px 40px 50px 0px rgba(12, 0, 46, 0.2);
    position: relative;
    z-index: 1;
    padding: 10px;
}

#home_feature_section .chart-block:hover .chart-content {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

#home_feature_section .chart-block .text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    color: #222;
}

#home_feature_section .chart-block h3 {
    font-size: 24px;
}

#home_feature_section .chart-block h3 strong {
    color: #403ab4;
}

#home_feature_section .chart-content:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 50%;
    background: #fff;
    bottom: -7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#home_feature_section .chart-content_0 {
    width: 460px;
    background: white;
    -webkit-box-shadow: 0px 40px 50px 0px rgba(12, 0, 46, 0.2);
    -moz-box-shadow: 0px 40px 50px 0px rgba(12, 0, 46, 0.2);
    box-shadow: 0px 40px 50px 0px rgba(12, 0, 46, 0.2);
    position: relative;
    z-index: 1;
    padding: 20px;
    top: 340px;
}

#home_feature_section .chart-content_0 .text p {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    color: #7d7d7d;
}

#home_feature_section .icon-box {
    width: 100%;
    border-radius: 10px;
    max-width: 100%;
}

#home_feature_section .icon-box .icon-hvr {
    display: none;
}

#home_feature_section .icon-box-hvr:hover {
    background-size: cover;
    background: linear-gradient(135deg, #00dcfa 0%, #072fc5 42%) !important;
    opacity: 1 !important;
}

#home_feature_section .icon-box-hvr:hover .icon-default {
    display: none;
}

#home_feature_section .icon-box-hvr:hover .icon-hvr {
    display: block;
}

#home_feature_section .icon-box-payout {
    width: 95px;
    border-radius: 10px;
    max-width: 100%;
    padding: 0;
}

#home_feature_section .icon-box-payout .icon-hvr {
    display: none;
}

#home_feature_section .icon-box-recurring-billing {
    width: 115px;
    border-radius: 10px;
    max-width: 100%;
}

#home_feature_section .icon-box-recurring-billing .icon-hvr {
    display: none;
}

#home_feature_section .vertical-heading-right {
    width: 2px;
    height: 100%;
    position: absolute;
    right: -3%;
    writing-mode: vertical-rl;
}

#home_feature_section .vertical-heading-right .vertical-text {
    color: #b2b2b2;
    font-size: 14px;
    letter-spacing: 0.8rem;
    text-transform: uppercase;
    font-weight: 400;
    white-space: nowrap;
}

#home_feature_section .vertical-line {
    height: 100%;
    border-left: 2px solid #b2b2b2;
}

#home_feature_section .vertical-heading-left {
    width: 2px;
    height: 100%;
    position: absolute;
    left: -3%;
    writing-mode: vertical-rl;
    bottom: 2%;
    z-index: -1;
}

#home_feature_section .vertical-heading-left .vertical-text {
    color: #b2b2b2;
    font-size: 14px;
    letter-spacing: 0.8rem;
    text-transform: uppercase;
    font-weight: 400;
    white-space: nowrap;
    transform: rotate(180deg);
    margin-bottom: 20px;
}

#home_feature_section .vertical-heading-left.more-position-bottom {
    bottom: -100px;
}

#home_feature_section #home_feature_section h3 {
    margin-top: 25px;
    font-size: 16px;
}

#home_feature_section .round-circles {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    max-width: 38vw;
    max-height: 38vw;
    width: 400px;
    height: 400px;
    z-index: -1;
}

#home_feature_section .round-circles .circles-holder {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

#home_feature_section .round-circles .circle {
    border-radius: 50%;
    border: 2px solid rgba(0, 35, 198, 0.08);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

#home_feature_section .round-circles .circle2 {
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
    border-top: 2px solid rgba(48, 54, 104, 0.8);
    border-bottom: 2px solid rgba(48, 54, 104, 0.8);
    -webkit-animation: rotate 3s infinite linear;
    animation: rotate 10s infinite linear;
}

#home_feature_section .round-circles .circle3 {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
}

#home_feature_section .round-circles .circle4 {
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
    border-right: 2px solid rgba(48, 54, 104, 0.8);
    border-left: 2px solid rgba(48, 54, 104, 0.8);
    -webkit-animation: rotate 4s infinite linear reverse;
    animation: rotate 10s infinite linear reverse;
}

#home_feature_section .round-circles .circle5 {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
}

#home_feature_section .round-circles .circle6 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
    border-top: 2px solid rgba(48, 54, 104, 0.8);
    border-bottom: 2px solid rgba(48, 54, 104, 0.8);
    -webkit-animation: rotate 4s infinite linear;
    animation: rotate 10s infinite linear;
}

#home_feature_section .feature-logo {
    transition: 0.2s;
}

#home_feature_section .feature-logo-hover:hover .feature-logo {
    transform: scale(1.2);
}

#home_feature_section .w-70 {
    width: 70%;
}

#home_feature_section .feature-logo-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 6vw;
    max-width: 100%;
}

#home_feature_section .feature-logo-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 6vw;
    max-width: 100%;
}

#home_feature_section .feature-logo-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 6vw;
    max-width: 100%;
}

#home_feature_section .feature-logo-4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 6vw;
    max-width: 100%;
}

#home_feature_section .feature-logo-5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 6vw;
    max-width: 100%;
}

#home_feature_section .feature-logo-6 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 6vw;
    max-width: 100%;
}

#home_feature_section .feature-logo-default {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 6vw;
    max-width: 100%;
}

#home_feature_section .advantage-box {
    position: relative;
}

#home_feature_section .advantage-box:before {
    content: '>';
    position: absolute;
    top: -14px;
    left: 50%;
}

#home_feature_section .gredient-circle {
    width: 11vw;
    height: 11vw;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #00dcfa 0%, #072fc5 100%) !important;
}

#home_feature_section nav#main_navbar.navbar.top.navbar-expand-lg.fixed-top.active_sc button.navbar-toggler span.icon-bar {
    background-color: #525f7f;
}

#home_feature_section .floating img.img-responsive {
    width: 150px;
    height: auto;
}

#home_feature_section .floating-image {
    width: 150px !important;
    height: auto;
}

#home_feature_section .equal>[class*='col-'] {
    display: flex;
}

#home_feature_section .w-120 {
    width: 120px;
}

#home_feature_section .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.125) !important;
    border-radius: 12px;
}


@media (max-width:991px)
{
    .icon-box .icon-box-details {
    margin-right: 0;
}

#home_feature_section .icon-box {
    width: 100%;
    border-radius: 10px;
    max-width: 100%;
    text-align: center;
    /* margin: 20px auto 30px; */
    /*padding-bottom: 21px !important;*/
}

#home_feature_section .icon-box img,
#home_feature_section .icon-box h4
{
    margin: 0 auto !important;
}

}

@media (max-width:1199px) {
    #home_feature_section .sm-none {
        display: none;
    }
}


