/* ===================================== Default CSS ===================================== */
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    background-color: #fff;
    font-style: normal;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.open_sans_fontfamily {
    font-family: "Open Sans", sans-serif;
}
.Cormorant_fontfamily {
    font-family: "Cormorant Upright", serif;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.container {
    max-width: 1290px;
    padding: 0;
    margin: 0 auto;
    display: block;
}
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
a:hover,
img:hover,
svg:hover {
    transition: all 0.5s ease-in-out;
}
img,
svg,
path {
    vertical-align: middle;
    transition: all 0.5s ease-in-out;
}
img {
    max-width: 100%;
    object-fit: cover;
    height: auto;
}
.row>* {
    padding-left: 15px;
    padding-right: 15px;
}
.sec_padding {
    padding: 100px 0;
}
.sec_padding_top {
    padding-top: 100px;
}
.sec_padding_bottom {
    padding-bottom: 100px;
}
.sec_padding_left {
    padding-left: 100px;
}
.sec_padding_right {
    padding-right: 100px;
}
.area_padding_top {
    padding-top: 60px;
}
.area_padding_bottom {
    padding-bottom: 60px;
}
.pt-10 {
    padding-top: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}
.ps-10 {
    padding-left: 10px;
}
.pe-10 {
    padding-right: 10px;
}
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.p-10 {
    padding: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pb-15 {
    padding-bottom: 15px;
}
.ps-15 {
    padding-left: 15px;
}
.pe-15 {
    padding-right: 15px;
}
.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.p-15 {
    padding: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.ps-20 {
    padding-left: 20px;
}
.pe-20 {
    padding-right: 20px;
}
.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.p-20 {
    padding: 20px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.ps-40 {
    padding-left: 40px;
}
.pe-40 {
    padding-right: 40px;
}
.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}
.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.p-40 {
    padding: 40px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.ps-60 {
    padding-left: 60px;
}
.pe-60 {
    padding-right: 60px;
}
.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.p-60 {
    padding: 60px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.ms-10 {
    margin-left: 10px;
}
.me-10 {
    margin-right: 10px;
}
.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}
.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.m-10 {
    margin: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
.ms-15 {
    margin-left: 15px;
}
.me-15 {
    margin-right: 15px;
}
.mx-15 {
    margin-left: 15px;
    margin-right: 15px;
}
.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.m-15 {
    margin: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.ms-20 {
    margin-left: 20px;
}
.me-20 {
    margin-right: 20px;
}
.mx-20 {
    margin-left: 20px;
    margin-right: 20px;
}
.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.m-20 {
    margin: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.ms-30 {
    margin-left: 30px;
}
.me-30 {
    margin-right: 30px;
}
.mx-30 {
    margin-left: 30px;
    margin-right: 30px;
}
.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.m-30 {
    margin: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.ms-40 {
    margin-left: 40px;
}
.me-40 {
    margin-right: 40px;
}
.mx-40 {
    margin-left: 40px;
    margin-right: 40px;
}
.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.m-40 {
    margin: 40px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.ms-60 {
    margin-left: 60px;
}
.me-60 {
    margin-right: 60px;
}
.mx-60 {
    margin-left: 60px;
    margin-right: 60px;
}
.my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.m-60 {
    margin: 60px;
}
/*========== Custome Font-Resizer Class ==========*/
.heading_text_1 {
    font-size: 64px;
    line-height: 72px;
    font-weight: 700;
}
.heading_text_2 {
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
}
.heading_text_3 {
    font-size: 36px;
    line-height: normal;
    font-weight: 600;
}
.heading_text_4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}
.heading_text_5 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.heading_text_6 {
    font-size: 16px;
    line-height: 24px;
}
p {
    font-size: 18px;
    line-height: 24px;
}
/*========== Custome Line-height Class ==========*/
.line_height_normal {
    line-height: normal;
}
.line_height_72 {
    line-height: 72px;
}
.line_height_64 {
    line-height: 64px;
}
.line_height_36 {
    line-height: 36px;
}
.line_height_30 {
    line-height: 30px;
}
.line_height_24 {
    line-height: 24px;
}
.line_height_20 {
    line-height: 20px;
}
/*========== Custome Font-Wight Class ==========*/
.fw_100 {
    font-weight: 100;
}
.fw_100_italic {
    font-weight: 100;
    font-style: italic;
}
.fw_100 {
    font-weight: 100;
}
.fw_100_italic {
    font-weight: 100;
    font-style: italic;
}
.fw_100 {
    font-weight: 100;
}
.fw_100_italic {
    font-weight: 100;
    font-style: italic;
}
.fw_200 {
    font-weight: 200;
}
.fw_200_italic {
    font-weight: 200;
    font-style: italic;
}
.fw_300 {
    font-weight: 300;
}
.fw_300_italic {
    font-weight: 300;
    font-style: italic;
}
.fw_400 {
    font-weight: 400;
}
.fw_400_italic {
    font-weight: 400;
    font-style: italic;
}
.fw_500 {
    font-weight: 500;
}
.fw_500_italic {
    font-weight: 500;
    font-style: italic;
}
.fw_600 {
    font-weight: 600;
}
.fw_600_italic {
    font-weight: 600;
    font-style: italic;
}
.fw_700 {
    font-weight: 700;
}
.fw_700_italic {
    font-weight: 700;
    font-style: italic;
}
.fw_800 {
    font-weight: 800;
}
.fw_800_italic {
    font-weight: 800;
    font-style: italic;
}
.fw_900 {
    font-weight: 900;
}
.fw_900_italic {
    font-weight: 900;
    font-style: italic;
}
/*========== Color class ==========*/
.color_white,
input.input-textarea::placeholder {
    color: #FFF;
}
.bg_white {
    background-color: #FFF;
}
.color_lightwhite {
    color: #f5f7fa;
}
.bg_lightwhite {
    background-color: #f5f7fa;
}
.color_black {
    color: #000;
}
.bg_black {
    background-color: #000;
}
.color_darkblack {
    color: #091217;
}
.bg_darkblack {
    background-color: #091217;
}
.color_lightblack {
    color: #222222;
}
.bg_lightblack {
    background-color: #222222;
}
.color_lightgray {
    color: #A8A9AD;
}
.bg_lightgray {
    background-color: #A8A9AD;
}
.color_lightorange {
    color: #F6821F;
}
.bg_lightorange {
    background-color: #F6821F;
}
.color_orange {
    color: #F16122;
}
.bg_orange {
    background-color: #F16122;
}
.bg_transparent {
    background-color: transparent;
}
.overflow_x_hidden {
    overflow-x: hidden;
}
/* ============================== Preloader ============================== */
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    overflow: hidden;
    opacity: 1;
    transition: 0.9s ease;
    background: #212121;
}
.loader-area {
    width: 60px;
    height: 60px;
}
.loader {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 10px solid #162534;
    border-top-color: #4bc8eb;
    border-bottom-color: #f13a8f;
    border-radius: 50%;
    animation: Loader1 5s linear infinite;
}
.loader-inner {
    border-top-color: #36f372;
    border-bottom-color: #fff;
    animation-duration: 2.5s;
}
/* ============================== Animation ============================== */
@keyframes Loader1 {
    0% {
        transform: scale(1) rotate(360deg);
    }
    50% {
        transform: scale(.8) rotate(-360deg);
    }
    100% {
        transform: scale(1) rotate(360deg);
    }
}
@keyframes pricing_shap_2_animi {
    0% {
        transform: translateX(15px);
    }
    50% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(15px);
    }
}
@keyframes pricing_bg_animi_1 {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-20px);
    }
}
@keyframes pricing_shap_5_animi {
    0% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
/* ============================== Custome Buttons ============================== */
/* Btn-style-1 */
a.btn_style_1 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    border-radius: 5px 15px 5px 15px;
    cursor: pointer;
    width: 180px;
    height: 60px;
    border: none;
    background-color: #212121;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
a.btn_style_1 .span-mother {
    display: flex;
    overflow: hidden;
}
a.btn_style_1:hover .span-mother {
    position: absolute;
}
a.btn_style_1:hover .span-mother span {
    transform: translateY(1.2em);
}
a.btn_style_1 .span-mother span:nth-child(1) {
    transition: 0.2s;
}
a.btn_style_1 .span-mother span:nth-child(2) {
    transition: 0.3s;
}
a.btn_style_1 .span-mother span:nth-child(3) {
    transition: 0.4s;
}
a.btn_style_1 .span-mother span:nth-child(4) {
    transition: 0.5s;
}
a.btn_style_1 .span-mother span:nth-child(5) {
    transition: 0.6s;
}
a.btn_style_1 .span-mother span:nth-child(6) {
    transition: 0.7s;
}
a.btn_style_1 .span-mother2 {
    display: flex;
    position: absolute;
    overflow: hidden;
}
a.btn_style_1 .span-mother2 span {
    transform: translateY(-1.2em);
}
a.btn_style_1:hover .span-mother2 span {
    transform: translateY(0);
}
a.btn_style_1 .span-mother2 span {
    transition: 0.2s;
}
a.btn_style_1 .span-mother2 span:nth-child(2) {
    transition: 0.3s;
}
a.btn_style_1 .span-mother2 span:nth-child(3) {
    transition: 0.4s;
}
a.btn_style_1 .span-mother2 span:nth-child(4) {
    transition: 0.5s;
}
a.btn_style_1 .span-mother2 span:nth-child(5) {
    transition: 0.6s;
}
a.btn_style_1 .span-mother2 span:nth-child(6) {
    transition: 0.7s;
}
/* btn-style-2 */
a.btn_style_2 {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    border-radius: 10rem;
    padding: 18px 24px;
    background: linear-gradient(to right, #434343, #666666);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color .3s;
    color: #fff;
    transition: .3s ease-in-out;
}
.button__icon-wrapper {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    position: relative;
    color: #fff;
    background-color: #ff9900;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
}
.btn_style_2:hover {
    transition: .3s ease-in-out;
    filter: drop-shadow(0px 3px 3px black);
}
.btn_style_2:hover .button__icon-wrapper {
    color: #000;
}
.button__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
}
.btn_style_2:hover .button__icon-svg:first-child {
    transition: transform .3s ease-in-out;
    transform: translate(150%, -150%);
}
.btn_style_2:hover .button__icon-svg--copy {
    transition: transform .3s ease-in-out .1s;
    transform: translate(0);
}
/* btn-style-3 */
a.btn_style_3 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 60px;
    padding: 18px;
    border-radius: 30px;
    background: #3d3a4e;
    background-size: 400%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
}
a.btn_style_3::before,
.pricing_style_3_box.plan_active_style3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background: linear-gradient(82.3deg, rgba(150, 93, 233, 1) 10.8%, rgba(99, 88, 238, 1) 94.3%);
    transition: all 0.475s;
}
span.btn_style_3_content {
    position: relative;
    z-index: 1;
}
a.btn_style_3:hover::before {
    transform: scaleX(1);
}
/* btn-style-4 */
a.btn_style_4 {
    display: flex;
    background-color: #fff;
    border: 3px solid #655de8;
    padding: 18px 30px;
    border-radius: 22px;
    box-shadow: 2px 2px 1px #655de8;
    transition: all .2s ease;
    font-size: 20px;
    font-weight: 600;
    justify-content: center;
    color: #28c76f;
    letter-spacing: 2px;
}
.pricing_card_style_4:hover a.btn_style_4,
.pricing_card_style_4.active_plan a.btn_style_4,
a.btn_style_4:hover {
    transform: translate(-2px, -1px);
    border: 3px solid #28c76f;
    color: #655de8;
    box-shadow: 6px 6px 1px #28c76f;
    transition: all .2s ease-in;
}
/* btn-style-5 */
a.btn_style_5 {
    background-color: transparent;
    border: 2px solid #fef9c3;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 18px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    user-select: none;
    font-size: 24px;
    line-height: 24px;
}
a.btn_style_5 span.top-key {
    height: 2px;
    width: 1.5625rem;
    top: -2px;
    left: 0.625rem;
    position: absolute;
    background: #0b2924;
    transition: width 0.5s ease-out, left 0.3s ease-out;
}
a.btn_style_5 span.style_5_text {
    display: block;
    text-align: left;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: transparent;
    -webkit-text-stroke-color: #fef9c3;
    -webkit-text-stroke-width: 1px;
    text-align: left;
    display: inline-block;
}
a.btn_style_5 span.bottom-key-1 {
    height: 2px;
    width: 1.5625rem;
    right: 1.875rem;
    bottom: -2px;
    position: absolute;
    background: #0b2924;
    transition: width 0.5s ease-out, right 0.3s ease-out;
}
a.btn_style_5 span.bottom-key-2 {
    height: 2px;
    width: 0.625rem;
    right: 0.625rem;
    bottom: -2px;
    position: absolute;
    background: #0b2924;
    transition: width 0.5s ease-out, right 0.3s ease-out;
}
a.btn_style_5:hover {
    background: #fef9c3;
}
a.btn_style_5:hover span.style_5_text {
    -webkit-text-stroke-color: #000;
    padding-left: 5px;
}
a.btn_style_5:hover span.top-key {
    left: -2px;
    width: 0px;
}
a.btn_style_5:hover span.bottom-key-1,
a.btn_style_5:hover span.bottom-key-2 {
    right: 0;
    width: 0;
}
.pricing_style5_bottom a.btn_style_5 {
    width: 100%;
}
.pricing_style5_bottom a.btn_style_5 span.top-key,
.pricing_style5_bottom a.btn_style_5 span.bottom-key-1,
.pricing_style5_bottom a.btn_style_5 span.bottom-key-2 {
    background: #000;
}
a.btn_style_6 {
    padding: 10px 25px;
    background-color: transparent;
    border-radius: .3em;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: .5s;
    font-weight: 700;
    font-size: 24px;
    border: 1px solid #111827;
    text-transform: uppercase;
    color: #111827;
    z-index: 1;
    font-family: "Cormorant Upright", serif;
    letter-spacing: 5px;
}
a.btn_style_6::before,
a.btn_style_6::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background-color: #111827;
    transition: 1s ease;
}
a.btn_style_6::before {
    top: -1em;
    left: -1em;
}
a.btn_style_6::after {
    left: calc(100% + 1em);
    top: calc(100% + 1em);
}
a.btn_style_6:hover {
    color: #fff;
}
a.btn_style_6:hover::before,
a.btn_style_6:hover::after {
    height: 270px;
    width: 270px;
}
/* ============================== Common-Title ============================== */
.pricing_upper_title {
    overflow: hidden;
}
.pricing_upper_title>.heading_text_1::before {
    content: '';
    display: block;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 5px double #3c3c3c;
    z-index: -1;
}
.pricing_upper_title .heading_text_1 {
    position: relative;
    z-index: 0;
}
.pricing_upper_title>.heading_text_1::after {
    content: '';
    display: block;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    border-top: 5px double #3c3c3c;
    z-index: -1;
}
/*============================== 2-grid Pricing-Plan ==============================*/
/* 2-Grid Pricing-Style-1 */
.pricing_card.pricing_card_style_1 {
    background: #fff;
    padding: 40px;
    border: 1px solid #e5e7eb;
    border-radius: 5px 30px 5px 30px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    transform: scale(1);
    transition: all .5s ease;
}
.pricing_card.pricing_card_style_1:hover {
    transition: all .5s ease;
    transform: scale(1.07);
}
.pricing_price_info {
    margin: 20px 0;
}
.pricing_price_info,
.pricing_price_info h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing_style_mid>ul.row,
ul.style2_pricing_points {
    gap: 15px 0px;
}
.pricing_style_mid ul li,
ul.style2_pricing_points li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    line-height: 24px;
}
.pricing_lable {
    position: absolute;
    overflow: hidden;
    width: 150px;
    height: 150px;
    top: -10px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.pricing_lable::before {
    content: 'Premium';
    position: absolute;
    width: 150%;
    height: 40px;
    background-image: linear-gradient(45deg, #ff6547 0%, #ffb144 51%, #ff7053 100%);
    transform: rotate(45deg) translateY(-20px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
    font-size: 20px;
    font-family: "Cormorant Upright", serif;
}
.pricing_lable::after {
    content: '';
    position: absolute;
    width: 10px;
    bottom: 0;
    right: 0;
    height: 10px;
    z-index: -1;
    box-shadow: -141px -140px #cc3f47;
    background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
}
div#grid2__pricing_01>.pricing_verient_2,
div#grid2__pricing_02>.pricing_verient_2 {
    background-image: url(../images/pricing_bg.png);
    background-color: #fff;
    padding: 100px 0;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: round;
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
}
div#grid2__pricing_001>.pricing_verient_3,
div#grid2__pricing_002>.pricing_verient_3 {
    background-image: url(../images/pricing_linear_bg.png);
    padding: 100px 0;
    overflow: hidden;
    background-size: cover;
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
}
div#grid2__pricing_001>.pricing_verient_3 .pricing_card.pricing_card_style_1 {
    padding: 0;
    position: relative;
}
div#grid2__pricing_001>.pricing_verient_3 .pricing_card.pricing_card_style_1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    border-radius: 5px 30px 5px 30px;
}
.pricing_001_overlay {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    border-radius: 5px 30px 5px 30px;
}
div#grid2__pricing_001>.pricing_verient_3 .pricing_card.pricing_card_style_1:hover img {
    opacity: 1;
}
/* 2-Grid Pricing-Style-2 */
div#grid2__pricing_2 .pricing_style_2 .pricing_upper_title h1::before,
div#grid2__pricing_2 .pricing_style_2 .pricing_upper_title h1::after {
    border-top: 7px double #fff;
}
.pricing_card_style_2 {
    padding: 40px;
    background: linear-gradient(to right, #fbab7e, #fdb377, #fdbb71, #fbc46c, #f7ce68);
    border-radius: 15px;
    box-shadow: 1px 3px 9px 2px rgba(191, 191, 191, 0.91);
    position: relative;
}
.style2_pricingtag {
    position: absolute;
    top: 0;
    right: 37px;
    z-index: 2;
}
.pricing_card_style_2 .pricing_style_upper {
    background: linear-gradient(to right, #434343, #666666);
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    filter: drop-shadow(1px 3px 3px black);
}
.style2_pricing_num_2 {
    color: #ff9900;
}
.style2_pricing_num_1 {
    text-decoration-line: line-through;
    font-style: italic;
}
a.save_pricing_style2 {
    color: #ff9900;
    font-weight: 700;
    text-decoration: underline;
}
ul.style2_pricing_points {
    margin: 40px 0px;
}
ul.style2_pricing_points>li:nth-child(4),
ul.style2_pricing_points>li:last-child {
    text-decoration-line: line-through;
    text-decoration-color: #fff;
}
.pricing_plan_area>div>div:last-child .pricing_card_style_2 ul.style2_pricing_points>li {
    text-decoration-line: none;
}
.pricing_shap_style_2>*,
.pricing_plan_5_shap>* {
    position: absolute;
}
.pricing_shap_style_2 img.pricing_shap_1,
.pricing_plan_5_shap img.pricing_shap_2 {
    bottom: 0;
    right: 0;
}
.pricing_shap_style_2 img.pricing_shap_2 {
    top: 100px;
    left: 30px;
    animation: pricing_shap_2_animi 5s linear infinite;
}
div#grid2__pricing_002 .pricing_card.pricing_card_style_2 {
    padding: 0;
    background: linear-gradient(to right, #fbab7e, #fdb377, #fdbb71, #fbc46c, #f7ce68);
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
div#grid2__pricing_002 .pricing_card.pricing_card_style_2>img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 15px;
    clip-path: circle(10% at 0% 100%);
    transition: all 0.5s ease-in-out;
}
.pricing_002_overlay {
    position: relative;
    z-index: 1;
    padding: 40px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div#grid2__pricing_002 .pricing_card.pricing_card_style_2:hover>img {
    opacity: 0.7;
    clip-path: circle(100% at 50% 50%);
}
div#grid2__pricing_002 .pricing_card.pricing_card_style_2:hover .pricing_002_overlay {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}
div#grid2__pricing_002 .pricing_card.pricing_card_style_2:hover .pricing_002_overlay ul.style2_pricing_points li span svg path {
    fill: #fff;
    transition: none;
}
div#grid2__pricing_002 .pricing_card.pricing_card_style_2 .pricing_002_overlay ul.style2_pricing_points li span svg path {
    transition: none;
}
/* 2-Grid Pricing-Style-3 */
div#grid2__pricing_3 {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}
ul.row.pricing_style_3_points_list {
    gap: 20px 0;
}
li.pricing_style_3_points {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.pricing_style_3_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    height: 100%;
    border: 2px solid #3d3a4e;
    border-radius: 30px;
    background: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.pricing_style_3_box h3 {
    margin: 20px 0px;
}
.pricing_style_3_box h2 {
    color: #7367F0;
}
.pricing_style_3_box p {
    display: flex;
    gap: 20px;
    align-items: center;
}
.pricing_style_3_box p span {
    font-size: 22px;
    padding: 10px 30px;
    background: #e0e7ff;
    color: #7367F0;
    border-radius: 30px;
}
.pricing_style_3_box.plan_active_style3::before {
    transform: scaleX(1);
    background: linear-gradient(82.3deg, rgb(79 70 229 / 30%) 10.8%, rgb(99 88 238 / 60%) 94.3%);
    z-index: -1;
}
.pricing_style_3_box_hover:hover::after {
    clip-path: circle(100% at 50% 50%);
}
.pricing_style_3_box_hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease-in-out;
    background: linear-gradient(82.3deg, rgb(79 70 229 / 30%) 10.8%, rgb(99 88 238 / 60%) 94.3%);
    clip-path: circle(0% at 0% 100%);
    z-index: -1;
}
.pricing_style_3_box.plan_active_style3 h2,
.pricing_style_3_box_hover:hover h2 {
    color: #fff;
}
div#grid2__pricing_03,
div#grid2__pricing_003 {
    background: #f7f7f9;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
#grid2__pricing_03 .pricing_verient_2 img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    z-index: -1;
    animation: pricing_bg_animi_1 2s linear infinite;
    height: 110%;
    width: 100%;
}
div#grid2__pricing_003 .pricing_verient_3 .pricing_style_003_box_hover::before,
div#grid2__pricing_003 .pricing_verient_3 .plan_active_style003::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/pricing_bg.png);
    background-size: cover;
    background-position: left;
    transition: .5s linear;
}
div#grid2__pricing_003 .pricing_verient_3 .pricing_style_003_box_hover:hover::before,
div#grid2__pricing_003 .pricing_verient_3 .plan_active_style003::before {
    background-position: right;
}
/* 2-Grid Pricing-Style-4 */
.pricing_style4_upper h3 {
    color: #28C76F;
}
.pricing_style4_upper h3 span {
    color: #655de8;
}
.style_4_tag {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    position: absolute;
    padding: 7px 15px;
    top: 30px;
    right: 30px;
    border: 1px solid #655dec;
    border-radius: 15px;
}
.pricing_card_style_4 {
    padding: 30px;
    border: 1px solid #28C76F;
    border-radius: 17px;
    box-shadow: 6px 2px 0px 0px #28C76F, 3px 6px 0px 0px #28C76F;
    background: #fdfdfd;
}
ul.row.pricing_style4_list,
ul.row.pricing_style5_list {
    gap: 15px 0;
}
ul.row.pricing_style4_list li,
ul.row.pricing_style5_list li,
ul.row.pricing_style6_list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    line-height: 24px;
}
.pricing_card_style_4 hr {
    margin: 20px 0 30px;
    opacity: 1;
    border: 0;
    width: 100%;
    height: 2px;
    background: rgb(158 158 158 / 50%);
}
.pricing_card_style_4:hover,
.pricing_card_style_4.active_plan {
    transform: translate(-2px, -1px);
    border: 1px solid #655de8;
    box-shadow: 10px 5px 0px 0px #655de8, 7px 10px 0px 0px #655de8;
    transition: all .2s ease-in;
}
.pricing_card_style_4:hover .style_4_tag,
.pricing_card_style_4.active_plan .style_4_tag {
    border: 1px solid #28c76f;
}
.pricing_card_style_4:hover .pricing_style4_upper h3,
.pricing_card_style_4.active_plan .pricing_style4_upper h3 {
    color: #655de8;
}
.pricing_card_style_4:hover .pricing_style4_upper h3 span,
.pricing_card_style_4.active_plan .pricing_style4_upper h3 span {
    color: #28c76f;
}
div#grid2__pricing_04 .pricing_verient_2 {
    background-image: url(../images/style2_pricing_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-attachment: fixed;
}
div#grid2__pricing_04 .pricing_verient_2::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgb(255 255 255 / 66%);
    backdrop-filter: blur(3px);
}
div#grid2__pricing_04 .pricing_verient_2 .pricing_card_style_4 {
    background: rgb(253 253 253 / 52%);
    backdrop-filter: blur(2px);
}
div#grid2__pricing_04 .pricing_verient_2 a.btn_style_4 {
    display: flex;
    background-color: rgb(255 255 255 / 43%);
}
/* 2-Grid Pricing-Style-5 */
div#grid2__pricing_5 .pricing_upper_title p,
div#grid2__pricing_05 .pricing_upper_title p {
    width: 1140px;
    margin: 10px auto 0;
}
div#grid2__pricing_5 .pricing_upper_title>.heading_text_1::before,
div#grid2__pricing_5 .pricing_upper_title>.heading_text_1::after {
    border-top: 5px double #fff;
}
.pricing_card_seller_bottom {
    background: #0b2924;
    padding: 30px 25px;
}
.pricing_card_seller_bottom h3.heading_text_3 {
    font-size: 30px;
    line-height: 40px;
}
.pricing_card_5_seller_area {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    transition: border-radius 0.5s ease;
}
.pricing_card_5_seller_area:hover {
    border-radius: 0px;
    transition: border-radius 0.5s ease-in;
}
.pricing_card_style_5 .pricing_style5_upper h5 {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}
.pricing_card_style_5 .pricing_style5_upper h5 span {
    width: 48px;
    height: 48px;
}
.pricing_card_style_5 .pricing_style5_upper h5 span svg {
    width: 100%;
    height: 100%;
}
ul.row.pricing_style5_list li {
    gap: 15px;
}
ul.row.pricing_style5_list {
    margin: 40px 0px;
}
.pricing_card_style_5 {
    padding: 40px 30px;
    border: 2px solid #374151;
    border-radius: 0px;
    transition: border-radius 0.5s ease;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.pricing_card_style_5:hover {
    border-radius: 30px;
    transition: border-radius 0.5s ease;
}
.pricing_card_style_5::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #0b2924;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translate(-50%, -50%);
    clip-path: circle(0% at 50% 50%);
    transition: all 0.3s linear;
}
.pricing_card_style_5:hover::after {
    clip-path: circle(100% at 50% 50%);
    transition: all 0.3s linear;
}
.pricing_card_style_5:hover .pricing_style5_bottom a.btn_style_5 span.top-key,
.pricing_card_style_5:hover .pricing_style5_bottom a.btn_style_5 span.bottom-key-1,
.pricing_card_style_5:hover .pricing_style5_bottom a.btn_style_5 span.bottom-key-2 {
    background: #0b2924;
}
.pricing_card_style_5 .pricing_style5_upper h5 span.style5_icon_2 {
    padding: 5px;
}
.pricing_plan_5_shap img.pricing_shap_1 {
    top: 100px;
    left: 60px;
    animation: pricing_shap_5_animi 3.2s linear infinite;
}
div#grid2__pricing_05 .pricing_verient_2 .pricing_style5_bottom a.btn_style_5 {
    border: 2px solid #000;
}
div#grid2__pricing_05 .pricing_verient_2 .pricing_style5_bottom a.btn_style_5 span.top-key,
div#grid2__pricing_05 .pricing_verient_2 .pricing_style5_bottom a.btn_style_5 span.bottom-key-1,
div#grid2__pricing_05 .pricing_verient_2 .pricing_style5_bottom a.btn_style_5 span.bottom-key-2 {
    background: #fff;
}
div#grid2__pricing_05 .pricing_verient_2 .pricing_style5_bottom a.btn_style_5 span.style_5_text {
    -webkit-text-stroke-color: #000;
    -webkit-text-stroke-width: 1px;
}
div#grid2__pricing_05 .pricing_verient_2 .pricing_style5_bottom a.btn_style_5 {
    border: 2px solid #000;
}
div#grid2__pricing_05 .pricing_verient_2 .pricing_style5_bottom a.btn_style_5 span.top-key {
    background: #fff;
}
div#grid2__pricing_05 .pricing_verient_2 .pricing_style5_bottom a.btn_style_5 span.bottom-key-1 {
    background: #fff;
}
div#grid2__pricing_05 .pricing_verient_2 .pricing_style5_bottom a.btn_style_5 span.bottom-key-2 {
    background: #fff;
}
div#grid2__pricing_05 .pricing_verient_2 .pricing_style5_bottom a.btn_style_5 span.style_5_text {
    -webkit-text-stroke-color: #000;
    -webkit-text-stroke-width: 1px;
}
div#grid2__pricing_05 .pricing_verient_2 .pricing_card_style_5:hover {
    border: 2px solid transparent;
}
div#grid2__pricing_05 .pricing_verient_2 .pricing_card_style_5:hover .pricing_style5_upper {
    color: #fff;
}
div#grid2__pricing_05 .pricing_verient_2 .pricing_card_style_5:hover .pricing_style5_bottom a.btn_style_5 {
    border: 2px solid #fef9c3;
}
div#grid2__pricing_05 .pricing_verient_2 .pricing_card_style_5:hover .pricing_style5_bottom span.top-key {
    background: #0b2924;
}
div#grid2__pricing_05 .pricing_verient_2 .pricing_card_style_5:hover .pricing_style5_bottom span.bottom-key-1 {
    background: #0b2924;
}
div#grid2__pricing_05 .pricing_verient_2 .pricing_card_style_5:hover .pricing_style5_bottom span.bottom-key-2 {
    background: #0b2924;
}
div#grid2__pricing_05 .pricing_verient_2 .pricing_card_style_5:hover .pricing_style5_bottom span.style_5_text {
    -webkit-text-stroke-color: #fef9c3;
}
div#grid2__pricing_05 .pricing_verient_2 .pricing_style5_bottom a.btn_style_5:hover span.style_5_text {
    -webkit-text-stroke-color: #000;
}
div#grid2__pricing_05 .pricing_verient_2 ul.row.pricing_style5_list li {
    color: #3a6718;
}
div#grid2__pricing_05 .pricing_verient_2 .pricing_card_style_5:hover ul.row.pricing_style5_list li {
    color: #d2ff77;
}
div#grid2__pricing_05 .pricing_verient_2 .pricing_card_style_5:hover ul.row.pricing_style5_list li span svg path {
    fill: #d2ff77;
}
/* 2-Grid Pricing-Style-6 */
.pricing_card_style_6 {
    border: 2px solid rgb(34 34 34 / 30%);
    border-radius: 15px;
    padding: 30px 20px;
    z-index: 0;
}
.pricing_card_style_6::before,
#grid2__pricing_06 .pricing_verient_2 .pricing_card_style_6::before {
    content: '';
    background-image: url(../images/pricing-sixshape-01.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 15px;
    z-index: -1;
    filter: drop-shadow(2px 4px 6px black) sepia(1);
    opacity: 0;
    transition: .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    background-size: cover;
}
.pricing_card_style_6:hover::before {
    opacity: 1;
    transition: .5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
#grid2__pricing_06 .pricing_verient_2 .pricing_card_style_6::before {
    filter: drop-shadow(2px 4px 6px black);
    opacity: 1;
}
#grid2__pricing_6 .pricing_style_6 .pricing_upper_title p {
    color: #6b7280;
}
.pricing_style_6 .pricing_plan_area .pricing_card_style_6 .pricing_style6_upper p {
    font-size: 28px;
    line-height: 33px;
    color: #111827;
    width: 540px;
}
.pricing_card_style_6 hr {
    border: 0;
    width: 100%;
    height: 2px;
    background: rgb(34 34 34 / 30%);
    opacity: 1;
    margin: 30px 0;
}
ul.row.pricing_style6_list {
    margin: 30px 0px;
    gap: 20px 0;
}
ul.row.pricing_style6_list li {
    font-weight: 600;
    color: #6b7280;
}
.pricing_style6_bottom div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pricing_style6_bottom h3 {
    color: #111827;
}
.pricing_style6_bottom h3 span {
    color: #6b7280;
    font-size: 26px;
    vertical-align: text-top;
}
.recommend_bag {
    font-size: 18px;
    padding: 12px 10px 12px 30px;
    background: #111827;
    color: #fff;
    position: absolute;
    right: -2px;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 8% 52%);
}
#grid2__pricing_06 .pricing_verient_2 {
    background-image: url(../images/pricing_linear_bg.png);
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    background-position: center;
}
#grid2__pricing_006 .pricing_verient_3 .pricing_card_style_6::before {
    filter: drop-shadow(2px 4px 6px black) sepia(1);
    opacity: 1;
}
#grid2__pricing_006 .pricing_verient_3 .pricing_card_style_6:hover::before {
    filter: drop-shadow(2px 4px 6px black);
}
/* 2-Grid Pricing-Style-7 */
.color_darkblue {
    color: #170F49;
}
.bg_darkblue {
    background-color: #170F49;
}
.color_ligetestblue {
    color: #6F6C90;
}
.bg_ligetestblue {
    background-color: #6F6C90;
}
.pricing_style_7 .pricing_plan_area>.row {
    gap: 60px;
}
.pricing7_img_area {
    display: flex;
    align-items: center;
    gap: 15px;
}
.pricing7_img_headings h3 {
    font-size: 20px;
}
.pricing7_img_headings h4.heading_text_3 {
    line-height: inherit;
}
.pricing_card_style_7 {
    background: #F7F7FC;
    position: relative;
    z-index: 0;
    padding: 20px 30px 20px 60px;
    border-radius: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    overflow: hidden;
}
.pricing7_left_area {
    background: #fff;
    border-radius: 30px;
    padding: 60px 50px 60px 40px;
}
.pricing7_left_area p {
    font-size: 20px;
    margin: 20px 0;
    width: 400px;
    line-height: 30px;
}
.pricing7_right_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
ul.row.pricing_style7_list {
    gap: 20px 0;
    justify-content: center;
}
ul.row.pricing_style7_list li {
    font-size: 24px;
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}
a.btn_style_7 {
    background: #4a3aff;
    color: #fff;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    overflow: hidden;
    padding: 21px 45px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin-top: 30px;
}
a.btn_style_7::before {
    background-color: #170f49;
    border-radius: 0;
    content: "";
    height: 0;
    position: absolute;
    transition: all .4s ease-in-out;
    bottom: 0;
    left: 0;
    width: 50%;
    z-index: -1;
}
a.btn_style_7::after {
    background-color: #170f49;
    border-radius: 0;
    content: "";
    height: 0;
    position: absolute;
    transition: all .4s ease-in-out;
    right: 0;
    top: 0;
    width: 51%;
    z-index: -1;
}
a.btn_style_7:hover::before,
a.btn_style_7:hover::after {
    height: 100%;
}
.pricing7_tag {
    position: absolute;
    top: 45%;
    left: -55px;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    background: #170f49;
    color: #fff;
    transform: rotate(-90deg);
}
/* ============================== Scroll-Btn ============================== */
button.scrollbtn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 48px;
    width: 48px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    z-index: 2;
    overflow: hidden;
    opacity: 0;
    transform: translateY(100px);
    transition: all .5s ease;
    animation: scrolltop 2s infinite;
}
button.scrollbtn.showBtn {
    opacity: 1;
    transform: translateY(0);
}