a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    color: inherit
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-family: Inter, serif;
}

section {
    background: #fff;
    position: relative;
    z-index: 2
}

.header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2vw 1.5vw;
    background: #fff;
    position: relative;
    z-index: 2
}

.logo_main img {
    height: 2vw
}

.nav_links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw
}

.nav_links a {
    font-size: 1vw;
    color: #00000080;
    transition: .4s
}

.nav_links a:hover {
    color: #b667fe
}

.btn_area {
    display: flex;
    align-items: center;
    gap: .5vw
}

.btn_main_border {
    padding: .9vw 1.5vw;
    font-size: 1vw;
    border-radius: .5vw;
    position: relative;
    display: inline-block;
    color: #b667fe !important;
    font-weight: 600;
    outline: 0;
    border: 1px solid #b567fe3a;
    cursor: pointer;
    box-sizing: border-box;
    transition: .5s ease
}

.btn_main_border:hover {
    box-shadow: 0 0 15px #00000010
}

.btn_main {
    padding: .9vw 1.5vw;
    font-size: 1vw;
    border-radius: .5vw;
    position: relative;
    display: inline-block;
    color: #fff !important;
    font-weight: 600;
    outline: 0;
    border: 1px solid transparent;
    cursor: pointer;
    box-sizing: border-box
}

@keyframes rippleAnimation {
    0% {
        width: 0;
        height: 0;
        opacity: .5
    }

    100% {
        width: 500px;
        height: 500px;
        opacity: 0
    }
}

.btn--changeGradient {
    background: linear-gradient(90deg, #2ed0d5, #b667fe, #2ed0d5, #b667fe, #2ed0d5);
    background-size: 400%
}

.btn--changeGradient:hover {
    animation: changeGradientAnimation 15s linear infinite
}

@keyframes changeGradientAnimation {
    0% {
        background-position: 0
    }

    100% {
        background-position: 400%
    }
}

.ham_area {
    background: 0 0;
    border: none;
    outline: 0;
    font-size: 1.5vw;
    display: none;
    justify-content: center;
    align-items: center
}

@media (max-width:1400px) {
    .nav_links a {
        font-size: 1.2vw
    }

    .btn_main,
    .btn_main_border {
        font-size: 1.3vw
    }

    .logo_main img {
        height: 2.7vw
    }
}

@media (max-width:1180px) {
    .nav_links a {
        font-size: 1.4vw
    }
}

@media (max-width:991px) {
    .for_web {
        display: none
    }

    .logo_main img {
        height: 3.5vw
    }

    .btn_main,
    .btn_main_border {
        font-size: 1.6vw;
        padding: 1.4vw 2vw;
        border-radius: 1vw
    }

    .ham_area {
        display: flex
    }

    .ham_area {
        font-size: 2.5vw
    }

    .nav_links {
        align-items: flex-start;
        gap: 1.5rem;
        flex-direction: column
    }

    .nav_links a {
        font-size: 1.2rem;
        color: #0000007c
    }
}

@media (max-width:767px) {
    .header {
        padding: 12px
    }

    .logo_main img {
        height: 34px
    }

    .btn_main,
    .btn_main_border {
        font-size: 14px;
        padding: 14px 1.5rem;
        border-radius: 10px
    }

    .ham_area {
        font-size: 28px
    }
}

@media (max-width:575px) {
    .fortab {
        display: none
    }

    .logo_main img {
        height: 28px
    }

    .ham_area {
        font-size: 22px
    }

    .btn_main,
    .btn_main_border {
        font-size: 14px;
        padding: 12px 1.2rem;
        border-radius: 7px
    }
}

@media (max-width:374px) {
    .logo_main img {
        height: 24px
    }

    .btn_main,
    .btn_main_border {
        font-size: 12px
    }
}
@media (max-width:349px) {
    .btn_main, .btn_main_border {
        font-size: 11px;
        padding: 12px;
    }
    .logo_main img {
        height: 20px;
    }
}


.newsletter_section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.newsletter_section>img {
    width: 26vw;
    margin-top: -13vw
}

.newsletter_card {
    border-radius: 1.5vw;
    background: linear-gradient(90deg, #2ed0d5, #b667fe, #2ed0d5, #b667fe);
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4vw 1vw;
    max-width: 80vw;
    z-index: 1
}

.newsletter_card>h3 {
    color: #fff;
    font-size: 1vw;
    font-weight: 600;
    text-transform: uppercase
}

.newsletter_card>h2 {
    color: #fff;
    font-size: 3vw;
    font-weight: 600;
    max-width: 50vw;
    line-height: 1.3;
    text-align: center;
    margin: 2.5vw 0
}

.row_card_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw
}

.row_card_btn a {
    padding: .9vw 1.5vw;
    font-size: 1vw;
    border-radius: .5vw;
    position: relative;
    display: inline-block;
    color: #fff !important;
    font-weight: 600;
    outline: 0;
    border: 1px solid #ffffff75;
    cursor: pointer;
    box-sizing: border-box;
    transition: .5s ease
}

.row_card_btn a.fill_btn {
    background: #fff;
    color: #000 !important
}

@media (max-width:991px) {
    .newsletter_card {
        border-radius: 14px;
        padding: 3rem 1rem;
        max-width: 850px
    }

    .newsletter_card>h3 {
        font-size: 14px
    }

    .newsletter_card>h2 {
        font-size: 42px;
        max-width: 500px;
        margin: 2rem 0
    }

    .row_card_btn {
        gap: 12px
    }

    .row_card_btn a {
        padding: 12px 1rem;
        font-size: 14px;
        border-radius: 9px
    }

    .newsletter_section>img {
        width: 275px;
        margin-top: -8rem
    }

    .newsletter_section {
        padding: 0 1rem
    }
}

@media (max-width:767px) {
    .newsletter_card>h2 {
        font-size: 30px
    }

    .newsletter_card>h3 {
        font-size: 12px
    }
}

@media (max-width:450px) {
    .row_card_btn {
        gap: 12px;
        flex-direction: column-reverse
    }
    .newsletter_section>img {
        width: 225px;
        margin-top: -7rem;
    }
}
@media (max-width:320px) {
    .newsletter_section>img {
        width: 195px;
        margin-top: -5rem;
    }
    .newsletter_card>h2 {
        font-size: 22px;
    }
}

.main_footer {
    position: sticky;
    bottom: 0
}

.footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2vw;
    position: relative;
    padding: 3vw
}

.main_link_support {
    max-width: 30vw
}

.main_link_support>h2 {
    color: #000;
    text-transform: capitalize;
    font-size: 3vw;
    font-family: Lufga;
    font-weight: 600;
    line-height: 1.2
}

.main_link_support>h2>span {
    background: -webkit-linear-gradient(0deg, #b667fe, #2ed0d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.contact_area {
    margin-top: 1vw
}

.contact_area li {
    font-size: 1vw;
    font-weight: 500;
    color: #0000009f;
    line-height: 2;
}

.contact_area li a,
.contact_area li span {
    color: #000
}

.social_area {
    display: flex;
    gap: 1vw;
    margin-top: 2vw
}
.social_area img{
    height: 3vw;
}

.footer_links>h3 {
    color: #000;
    text-transform: capitalize;
    font-size: 1.2vw;
    font-family: Lufga;
    font-weight: 600
}

.footer_links>ul>li>a {
    color: #0000008a;
    margin-top: 1.3vw;
    display: block;
    font-size: 1vw;
    font-weight: 500
}

.footer_links>ul>li>a:hover {
    color: #000
}

.footer_last {
    background: linear-gradient(0deg, #b667fe, #2ed0d5);
    font-size: 1vw;
    text-align: center;
    color: #fff;
    border-radius: 2vw 2vw 0 0;
    padding: 1.5vw
}

.ham_u {
    background: 0 0;
    font-size: 22px;
    color: #fff;
    display: none
}

.logo_area>img {
    height: 2vw
}

.logo_area>p {
    color: #898c9e;
    font-size: .8vw;
    margin-top: .5vw
}

.social_icons {
    display: flex;
    align-items: center;
    gap: 1.2vw;
    margin-top: 8vw
}

.social_icons li a {
    color: #898c9e;
    font-size: 1.2vw
}

@media (max-width:991px) {
    .footer_links>h3 {
        font-size: 2vw
    }

    .footer_links>ul>li>a {
        margin-top: 1.5vw;
        font-size: 1.4vw
    }

    .footer_last {
        font-size: 1.3vw;
        padding: 2.5vw
    }

    .contact_area li {
        font-size: 1.2vw
    }
}

@media (max-width:767px) {
    .footer {
        gap: 1rem;
        padding: 3rem 1rem;
        flex-wrap: wrap;
        gap: 1rem
    }

    .main_link_support {
        max-width: 310px
    }

    .contact_area li {
        font-size: 12px
    }

    .footer_links>h3 {
        font-size: 18px
    }

    .footer_links>ul>li>a {
        margin-top: 1rem;
        font-size: 14px
    }

    .main_link_support>h2 {
        font-size: 28px
    }

    .footer_last {
        font-size: 12px;
        padding: 1rem 10px;
        line-height: 1.5
    }
    .social_area img{
        height: 34px;
    }
}
@media (max-width: 460px) {
    .main_footer {
        position: static;
    }
    .social_area {
        gap: 12px;
        margin-top: 1rem;
    }
    .contact_area {
        margin-top: 1rem;
    }
    .footer {
        gap: 2rem;
    }
    .social_area img {
        height: 28px;
    }
}