main {
    overflow: hidden;
}

header {
    height: 70vh;
    background-color: #FFF;
    position: relative;
}

.partners_header {
    height: auto !important;
}

.partners_header_container {
    width: 90%;
    max-width: 600px;
    padding: 150px 0px 100px 0px;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (min-width:900px) {
    .partners_header_container {
        width: 70%;
        max-width: 1000px;
        text-align: left;
    }
}

@media only screen and (min-width:600px) {
    header {
        height: 60vh;
    }
}

@media only screen and (min-width:900px) {
    header {
        height: 100vh;
    }
}

@media only screen and (min-width:1300px) {
    header {
        height: 90vh;
    }
}

.header_image {
    width: 80%;
    max-width: 800px;
    opacity: 0.4;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}

.header_text {
    position: absolute;
    top: 30%;
    max-width: 350px;
    z-index: 101;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
}

.header_text h1 {
    font-size: 1.5rem;
    font-family: sansationbold;
}

.header_text_caption {
    font-size: 1rem;
    margin-top: 20px;
}

@media only screen and (min-width:900px) {
    .header_text {
        max-width: 800px;
        top: 40%;
    }
    .header_text h1 {
        font-size: 4rem;
    }
    .header_text_caption {
        font-size: 1.4rem;
        display: block;
    }
    .header_text a {
        display: inline-block;
        margin-top: 50px;
        font-size: 1rem;
        padding: 0px 75px;
        line-height: 45px;
    }
}


/* Features Nav */

.features_nav_button {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background-color: #212121;
    color: #FFF;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 4px;
    line-height: 40px;
    font-size: 1.4rem;
    cursor: pointer;
    z-index: 106;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.features_nav_button_active {
    border-radius: 0px;
}

.features_nav_button:hover {
    background-color: #20b7e6;
}

.features_nav {
    background-color: #FFFFFF;
    width: 300px;
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 105;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 5px #b5b5b5;
}

.features_nav_active {
    opacity: 1;
    visibility: visible;
}

.features_nav_item {
    display: block;
    line-height: 40px;
    padding: 0px 20px;
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.features_nav_item:last-child {
    border-bottom: none;
}

.features_nav_item:hover {
    background-color: rgba(32, 183, 230, 0.8);
    color: #FFF;
}

.features_nav_item i {
    display: inline-block;
    width: 30px;
    text-align: center;
}

@media only screen and (min-width:750px) {
    .features_nav_button {
        display: none;
    }
    .features_nav {
        position: inherit;
        opacity: 1;
        visibility: visible;
        background-color: #212121;
        width: 100%;
        text-align: center;
    }
    .features_nav_item {
        display: inline-block;
        border-bottom: none;
        color: #FFF;
        height: 100px;
        padding-top: 25px;
        padding: 25px 10px 0 10px;
    }
    .features_nav_item span {
        color: #7b7b7b;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        font-size: 0.8rem;
    }
    .features_nav_item i {
        display: block;
        width: auto;
        font-size: 1.4rem;
    }
    .features_nav_item:hover {
        background-color: inherit;
    }
    .features_nav_item:hover span {
        color: #FFF;
    }
}

@media only screen and (min-width:1050px) {
    .features_nav_item {
        padding: 25px 20px 0 20px;
    }
    .features_nav_item i {
        font-size: 1.6rem;
    }
    .features_nav_item span {
        font-size: 1rem;
    }
}


/* Features Grid Header */

.features_grid_header,
.features_grid_header2 {
    text-align: center;
}

.features_section_title,
.features_grid_header h3,
.features_grid_header2 h3 {
    text-transform: lowercase;
}

.features_grid_header img {
    width: 100%;
    height: auto;
    max-width: 350px;
    margin: 0 auto 20px auto;
    display: block;
}

.fp_future_image_container {
    position: relative;
    display: none;
}

@media only screen and (min-width:1100px) {
    .fp_future_image_container {
        display: inline-block;
    }
    .features_grid_header img {
        width: auto;
        max-width: 410px;
    }
}

.fp_future_image1 {
    position: absolute;
    width: 164px !important;
    top: 32px;
    left: 123px;
}

.fp_future_image2 {
    position: absolute;
    left: 180px;
    top: 69px;
    width: 12px !important;
}

.fp_future_image3 {
    position: absolute;
    left: 217px;
    top: 69px;
    width: 12px !important;
}

.fp_future_image2 {
    animation: blink 4s steps(5, start) infinite;
    -webkit-animation: blink 4s steps(5, start) infinite;
}

.fp_future_image3 {
    animation: blink 6s steps(5, start) infinite;
    -webkit-animation: blink 6s steps(5, start) infinite;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

.fp_future_line {
    animation: sound 0ms -800ms linear infinite alternate;
    width: 5px !important;
    position: absolute;
    top: 99px;
}

@keyframes sound {
    0% {
        opacity: .35;
        height: 3px;
    }
    100% {
        opacity: 1;
        height: 28px;
    }
}

.fp_future_image4 {
    left: 187px;
    animation-duration: 0.7s;
}

.fp_future_image5 {
    left: 195px;
    animation-duration: 1.5s;
}

.fp_future_image6 {
    left: 203px;
    animation-duration: 0.4s;
}

.fp_future_image7 {
    left: 211px;
    animation-duration: 2s;
}

.fp_future_image8 {
    left: 219px;
    animation-duration: 2.4s;
}

@media only screen and (min-width:1100px) {
    .features_grid_header,
    .features_grid_header2 {
        text-align: left;
    }
    .section_left {
        float: left;
        width: 45%;
    }
    .section_right {
        float: left;
        width: 50%;
        margin-left: 5%;
    }
}

.features_section_title {
    text-align: center;
}


/* Features Grid */

.features_grid{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
}

.features_grid_item {
    text-align: center;
}

.features_grid2_item,
.features_grid3_item {
    margin-bottom: 30px !important;
    text-align: center;
    position: relative;
    z-index: 3;
}

.features_grid3_item {
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
}

.features_grid2_item_inner {
    border: 1px solid #ddd;
    background-color: #FFF;
    padding: 10px;
}

.features_grid_item i,
.features_grid2_item i {
    font-size: 3rem;
    margin-bottom: 10px;
}

.features_grid3_item_image {
    max-width: 100%;
    margin: 0 auto;
}

.features_grid_item_icon {
    margin-bottom: 10px;
    font-size: 3rem;
    font-family: sansationbold;
}

.features_grid_item_title,
.features_grid2_item_title,
.features_grid3_item_title {
    font-size: 1.1rem;
    font-weight: bold;
    height: 40px;
    line-height: 20px;
}

.features_grid3_item_title {
    line-height: 40px;
    margin-bottom: 10px;
}

.features_grid_item_text,
.features_grid2_item_text,
.features_grid3_item_text {
    font-size: 0.9rem;
    text-align: justify;
    line-height: 1.3rem;
}

.features_grid3_item_text {
    padding: 0px 20px 20px 20px;
    overflow: hidden;
}

.features_grid_item_blue i,
.features_grid_item_blue .features_grid_item_icon {
    color: #20b7e6;
}

.features_grid_item_pink i,
.features_grid_item_pink .features_grid_item_icon {
    color: #ea1686;
}

@media only screen and (min-width:600px) {
    .features_grid_item,
    .features_grid2_item,
    .features_grid3_item {
        width: 40%;
        display: inline-block;
        float: left;
        margin: 0% 5%;
    }
    .features_grid3_item {
        height: 320px;
    }
    .features_grid_item_text,
    .features_grid2_item_text {
        height: 120px;
    }
    .features_grid3_item_text {
        height: 80px;
    }
}

@media only screen and (min-width:1100px) {
    .features_grid_item,
    .features_grid2_item,
    .features_grid3_item {
        width: 30%;
        display: inline-block;
        margin: 0% 1.5%;
    }
    .features_grid_item_text,
    .features_grid2_item_text {
        height: 140px;
    }
}

@media only screen and (min-width:1400px) {
    .features_grid_item {
        width: 20%;
        display: inline-block;
        margin: 0% 2.5%;
    }
}


/* Features Quote */

.features_quote {
    background-color: #F5F5F7;
    color: #20b7e6;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 30px;
    padding: 20px;
}

.features_quote_text {
    max-width: 500px;
    margin: 0 auto;
}

.features_quote_author {
    color: #212121;
}


/* Features Cart Section */

.features_cart {
    background-color: #F5F5F7;
    position: relative;
    overflow: hidden;
}

.features_cart_image {
    position: absolute;
    z-index: 2;
    right: 3%;
    top: 10%;
    opacity: 0.1;
}


/* Features Analytics */

.features_analytics .section_block {
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    position: relative;
    padding: 50px;
    margin: 50px 0;
}

.features_analytics_image1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    width: 100%;
    z-index: 2;
}

.features_analytics_inner {
    position: relative;
    z-index: 3;
}

.features_analytics_image_container {
    position: absolute;
    border: 5px solid #FFFFFF;
    border-radius: 50%;
    width: 150px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    height: 150px;
    overflow: hidden;
    z-index: 2;
}

.features_analytics_image_container img {
    width: 250px;
}

.features_analytics_image_container1 {
    top: -75px;
    left: -75px;
}

.features_analytics_image_container2 {
    top: -75px;
    right: -75px;
}

.features_analytics_image_container3 {
    bottom: -75px;
    left: -75px;
}

.features_analytics_image_container4 {
    bottom: -75px;
    right: -75px;
}


/* Misc */

.features_misc_item {
    font-size: 1rem;
    margin-bottom: 10px;
}

.features_misc_item i {
    position: relative;
    top: 1px;
}

.features_grid_item_premium {
    display: block;
    color: #ea1686;
    text-decoration: underline;
    font-weight: bold;
    margin-top: 10px;
    text-align: right;
}

.features_grid_item_premium:hover{
    color: #20b7e6;
}

.features_grid_item_premium i{
    font-size: 0.8rem !important;
}

.features_grid_item_premium img {
    width: 20px;
    margin: 0 !important;
    margin-right: 5px !important;
    position: relative;
    top: 3px;
    display: inline-block;
}

.section_normal .features_grid_item_premium img {
    top: 2px;
}

.section_right h3,
.section_left h3 {
    font-size: 19px;
}

.section_right h4,
.section_left h4 {
    font-size: 38px;
}


/* Featured bubbles  */

.header_features_bubble_section {
    position: relative;
    width: 300px;
    margin: 0 auto;
    top: 60%;
}

.feature_bubble {
    background-color: #FFF;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
}

.feature_bubble img {
    max-width: 35px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width:550px) {
    .header_features_bubble_section {
        width: 500px;
        top: 65%;
    }
    .feature_bubble {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }
    .feature_bubble img {
        max-width: 50px;
    }
}

.feature_bubble0 {
    opacity: 1;
}

.feature_bubble1 {
    left: 30%;
    opacity: 1;
}

.feature_bubble2 {
    left: 60%;
    opacity: 1;
}

.feature_bubble3 {
    left: 15%;
    opacity: 1;
}

.feature_bubble4 {
    left: 75%;
    opacity: 1;
}

.feature_bubble5 {
    left: 0%;
    opacity: 1;
}

.feature_bubble6 {
    left: 90%;
    opacity: 1;
}

.feature_bubble0:hover,
.feature_bubble1:hover,
.feature_bubble2:hover,
.feature_bubble3:hover,
.feature_bubble4:hover,
.feature_bubble5:hover,
.feature_bubble6:hover,
.feature_bubble7:hover {
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.15) !important;
}

.feature_bubble_information {
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    border-radius: 4px;
    background-color: #FFF;
    padding: 20px;
    z-index: 102;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    margin-top: -30%;
}

.feature_bubble_information_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    font-size: 1rem !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.feature_bubble_information_close:hover {
    box-shadow: 0 0px 35px rgba(50, 50, 93, .1), 0 0px 15px rgba(0, 0, 0, .1);
}

.feature_bubble_information h3 {
    color: #ea1686;
    margin-bottom: 20px;
    margin-top: 20px;
}

.feature_bubble_information a {
    display: inline-block;
    background-color: #ea1686;
    color: #FFF;
    font-size: 1rem;
    line-height: 50px;
    padding: 0px 20px;
    border-radius: 4px;
    margin: 20px 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.feature_bubble_information a:hover {
    background-color: #C51170;
}

.feature_bubble_information_bubble {
    z-index: 103 !important;
    top: 0;
    left: -37px;
    right: 0;
    margin-top: -30%;
}

.section_left_wand {
    color: #FFF;
    background: #5DC548;
    border-radius: 50%; 
}

