* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}


.home_page .banner_sec {
    background: url(../images/help_bg_pc.png);
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    padding: 160px 0;
}
.home_page .banner_sec .title {
    /* font-family: 'AlibabaSans-Medium'; */
    font-weight: 700;
    font-size: 80px;
    /* line-height: 100%; */
    color: #fff;
    text-transform: capitalize;
    font-size: 58px;
    margin-bottom: 40px;
}

.home_page .banner_sec .search_sec {
    width: 60%;
    margin: auto;
}

.home_page .banner_sec .search_sec input[type="text"] {
    width: 100%;
    height: 68px;
    line-height: 88px;
    border-radius: 140px;
    border: none;
    font-size: 21px;
    padding: 10px 60px;
    outline: none;
}


form.search.search-full {
    position: relative;
}

.search_icon {
    position: absolute;
    top: 24px;
    height: 20px;
    margin: auto;
    left: 27px;
}

.search_icon svg {
    width: 20px;
    height: auto;
}

form.search.search-full .search_btn {
    position: absolute;
    right: 14px;
    width: 120px;
    height: 50px;
    background: #79EFBD;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    color: #0D0B33;
    top: 0;
    cursor: pointer;
    -webkit-user-select: none;
    margin: auto;
    bottom: 0;
}


/*  */
.self_support_sec {
    background: #f7f6ff;
    padding: 120px 0 0;
}

.self_support_sec .title {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 50px;
}

.self_support_sec .support_grid .self_support_contain {
    background: #fff;
    display: block;
    padding: 23px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #010101;
}

.self_support_sec .support_grid .self_support_contain .service_icon {
    width: 40px;
    margin-right: 20px;
}

.self_support_sec .support_grid .self_support_contain .service_icon img {
    width: 100%;
}

.self_support_sec .support_grid .self_support_contain .des {
    margin: 0;
}

.self_support_sec .support_grid .self_support_contain:hover {
    color: #35b57f;
}

.self_support_sec .des a {
    color: #4A21EF;
}
.self_support_sec.categories {
    padding: 60px 0 110px;
}


/* Footer Sec */
.footer_sec {
    background: linear-gradient(109.75deg, rgba(117, 84, 252, 0) 35.1%, rgba(117, 84, 252, 0.2) 99.39%), linear-gradient(162.15deg, rgba(13, 11, 51, 0) 1.61%, #0d0b33 71.13%), #4a21ef;
    background-position: center;
    padding: 60px 0;
}

.footer_sec .footer_top .title {
    color: #ffffff;
    font-weight: 1000;
    font-size: 64px;
    line-height: 1;
    text-align: center;
    width: 56%;
    margin: auto;
    text-transform: capitalize;
    line-height: 1.2;
}

.footer_sec .footer_top .title {
    color: #ffffff;
    font-weight: 1000;
    font-size: 64px;
    line-height: 1;
    text-align: center;
    width: 56%;
    margin: 0 auto 40px;
    text-transform: capitalize;
    line-height: 1.2;
}
.footer_sec .footer_top .download a {
    animation-duration: 4s;
    animation-iteration-count: infinite;
    color: #0d0b33;
    font-size: 18px;
    padding: 16px 24px;
    border-radius: 100px;
    background-color: #79efbd;
    line-height: 1.6;
    border: none;
    list-style-type: none;
    display: inline-block;
    text-decoration: none;
}
.footer_sec .footer_top {
    text-align: center;
    padding: 50px 0 100px;
}

.footer_sec .footer_top .safePal-extension-icon {
    width: 12%;
    margin: 0 auto 20px;
}

.footer_sec .footer_top .safePal-extension-icon img {
    width: 100%;
}

.footer_sec .footer-top .footer-top-box .f_title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 4px 0px;
}

.footer_sec .footer-top .footer-top-box ul {
    list-style-type: none;
}

.footer_sec .footer-top .footer-top-box ul li a {
    color: #fff;
    opacity: 0.6;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
}

.footer_sec .footer-top .footer-top-box ul li {
    margin-bottom: 5px;
}

.footer_sec .footer-top .footer-top-box ul li a:hover {
    color: #79efbd;
}

.footer_sec .footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.footer_sec .footer-bottom .f_logo_sec {
    display: flex;
    align-items: center;
}

.footer_sec .footer-bottom .f_logo_sec .f_logo {
    width: 30px;
    margin-right: 20px;
}

.footer_sec .footer-bottom .f_logo_sec .f_logo img {
    width: 100%;
}

.footer_sec .footer-bottom .f_logo_sec .des {
    margin: 0;
    color: #fff;
}

.footer_sec .footer-bottom {
    display: flex;
    justify-content: space-between;
}

.footer_sec .footer-bottom .f_logo_sec {
    display: flex;
    align-items: center;
}

.footer_sec .footer-bottom .f_logo_sec .f_logo {
    width: 30px;
    margin-right: 20px;
}

.footer_sec .footer-bottom .f_logo_sec .f_logo img {
    width: 100%;
}

.footer_sec .footer-bottom .f_logo_sec .des {
    margin: 0;
    color: #fff;
}
.footer_sec .right_social_sec .social_link-item a {
    margin-left: 10px;
}


.move-animation-Y {
    animation: moveY 6s infinite cubic-bezier(0.4, 0, 1, 1);
  }
  @keyframes moveY {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(16px);
    }
    100% {
      transform: translateY(0);
    }
  }



  @-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}
.footer_sec .right_social_sec {
    display: flex;
    align-items: center;
}

.footer_sec .right_social_sec .p-contact {
    margin: 0 14px 0 0;
    color: #a4a1b8;
}

.footer_sec .right_social_sec .p-contact a {
    color: #a4a1b8;
    text-decoration: none;
}

.footer_sec .right_social_sec .p-contact a:hover {
    color: #79efbd;
}
/* Footer Sec */


@media only screen and (max-width: 1200px) {
    .self_support_sec.categories {
        padding: 60px 0 80px;
    }
    .footer_sec .footer_top .title {
        font-size: 48px;
    }
}
@media only screen and (max-width: 991px) {
    .home_page .banner_sec {
        padding: 90px 0;
    }
    .home_page .banner_sec .title {
        font-size: 50px;
        margin-bottom: 40px;
    }
    .self_support_sec .title {
        font-size: 34px;
        margin-bottom: 40px;
    }

    .footer_sec .footer-bottom {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }
    .footer_sec .right_social_sec {
        margin-top: 20px;
    }
    .footer_sec .footer_top .title {
        font-size: 48px;
        width: 80%;
    }

}
@media only screen and (max-width: 767px) {
    .home_page .banner_sec .title {
        font-size: 38px;
        margin-bottom: 30px;
    }
    .home_page .banner_sec .search_sec {
        width: 100%;
        margin: auto;
    }
    .self_support_sec {
        padding: 70px 0 0;
    }
    .self_support_sec .title {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .self_support_sec.categories {
        padding: 40px 0 80px;
    }
    .footer_sec .footer_top .title {
        font-size: 34px;
        width: 80%;
        margin-bottom: 30px;
    }
    .footer_sec .footer_top {
        padding: 0 0 60px;
    }
    .footer-top {
        text-align: center;
    }
    .footer_sec .right_social_sec {
        flex-direction: column;
    }
    .footer_sec .right_social_sec .p-contact {
        margin: 0 0 11px;
    }
}

@media only screen and (max-width: 767px) {
    .home_page .banner_sec .title {
        font-size: 28px;
    }
    .self_support_sec .title {
        font-size: 28px;
    }
    .self_support_sec.categories {
        padding: 40px 0 40px;
    }
    .footer_sec .footer_top .title {
        font-size: 26px;
        width: 80%;
        margin-bottom: 20px;
    }
    .footer_sec .footer_top .download a {
        font-size: 14px;
        padding: 12px 24px;
    }
    .footer_sec .footer_top {
        padding: 0 0 30px;
    }
    .footer_sec .right_social_sec .p-contact {
        text-align: center;
    }
}