/*--------------------- Copyright (c) 2022 -----------------------
[Master Stylesheet]
Project: Pixacart
Version: 1.0.0
Author:
 -------------------------------------------------------------------
[Table of contents]
    1. Global CSS Start
    2. Comman CSS Start
-------------------------------------------------------------------*/

/********************************************************
    1. Global CSS Start
********************************************************/

:root {
    --white-color: #ffffff;
    --primary-color: #7066FB;
    --secondary-color: #B545FF;
    --black-color: #131313;
    --btext-800: #2B3133;
    --btext-700: #41494C;
    --btext-600: #69767A;
    --btext-500: #93A8AF;
    --btext-400: ;
    --btext-300: ;
    --btext-200: #F3F9FB;
    --btext-100: ;
    --transition: all 0.3s;
    --webkit-transition: all 0.3s;
    --moz-transition: all 0.3s;
    --o-transition: all 0.3s;
    --ms-transition: all 0.3s;
}

body {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    font-weight: 400;
    background: #fff;
    color: #93A8AF;
    letter-spacing: -0.02em;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.primary_font {
    font-family: 'Outfit', sans-serif;
}

.primary_color {
    color: var(--primary-color);
}

.primary_color:hover {
    color: var(--primary-color);
}

.tooltip.show {
    z-index: 9999;
}

/********************************************************
    2. Common CSS Start
********************************************************/

.pb_10 {
    padding-bottom: 10px
}

.pb_15 {
    padding-bottom: 15px
}

.pb_20 {
    padding-bottom: 20px
}

.pb_30 {
    padding-bottom: 30px
}

.pb_40 {
    padding-bottom: 40px
}

.pb_50 {
    padding-bottom: 50px
}

.pb_60 {
    padding-bottom: 60px
}

.pb_70 {
    padding-bottom: 70px
}

.pb_80 {
    padding-bottom: 80px
}
.pb_100 {
    padding-bottom: 100px
}
.pb_120 {
    padding-bottom: 120px
}

.pt_10 {
    padding-top: 10px
}

.pt_15 {
    padding-top: 15px
}

.pt_20 {
    padding-top: 20px
}

.pt_30 {
    padding-top: 30px
}

.pt_40 {
    padding-top: 40px
}

.pt_50 {
    padding-top: 50px
}

.pt_60 {
    padding-top: 60px
}

.pt_70 {
    padding-top: 70px
}

.pt_80 {
    padding-top: 80px
}

.mb_10 {
    margin-bottom: 10px
}

.mb_15 {
    margin-bottom: 15px
}

.mb_20 {
    margin-bottom: 20px
}

.mb_30 {
    margin-bottom: 30px
}

.mb_40 {
    margin-bottom: 40px
}

.mb_50 {
    margin-bottom: 50px
}

.mb_60 {
    margin-bottom: 60px
}

.mb_70 {
    margin-bottom: 70px
}

.mb_80 {
    margin-bottom: 80px
}

.mb_90 {
    margin-bottom: 90px
}

.mb_100 {
    margin-bottom: 100px
}

.mt_10 {
    margin-top: 10px
}

.mt_15 {
    margin-top: 15px
}

.mt_20 {
    margin-top: 20px
}

.mt_30 {
    margin-top: 30px
}

.mt_40 {
    margin-top: 40px
}

.mt_50 {
    margin-top: 50px
}

.mt_60 {
    margin-top: 60px
}

.mt_70 {
    margin-top: 70px
}

.mt_80 {
    margin-top: 80px
}

::placeholder {
    color: #a5a1a8;
}

:-ms-input-placeholder {
    color: #a5a1a8;
}

::-ms-input-placeholder {
    color: #a5a1a8;
}

a,
a:hover,
a:focus,
button,
button:hover,
svg,
svg path,
::after,
::before {
    text-decoration: none;
    -webkit-transition: var(--webkit-transition);
    -moz-transition: var(--moz-transition);
    -ms-transition: var(--ms-transition);
    -o-transition: var(--o-transition);
    transition: var(--transition);
}

img {
    max-width: 100%;
}

input,
textarea,
select,
button,
button:focus,
button:hover,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

ul,
p {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: var(--btext-800);
}

.line_break {
    display: block;
}

.white {
    color: #fff !important;
}

.light_bg {
    background: #F3F9FB;
}

/* button start*/

.pc_btn {
    background: linear-gradient(77.57deg, #B545FF 11.96%, #7066FB 87.4%);
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 38px;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.pc_btn:hover {
    color: #fff;
    transform: translateY(-5px);
}

.black_btn {
    background: #131313;
}

.pc_btn_icon {
    display: flex;
}

.pc_btn_Licon {
    margin-right: 10px;
}

.blue_trans {
    background: #F1F0FF;
    font-size: 20px;
}

.blue_tText {
    background: linear-gradient(77.57deg, #B545FF 11.96%, #7066FB 87.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* button end*/

/* heading started */

.pc_heading1 {
    font-size: clamp(22px, 4vw, 40px);
    font-weight: 700;
    text-transform: capitalize;
}

.pc_subheading {
    font-size: clamp(18px, 4vw, 20px);
    color: #69767A;
}

.black_bg .pc_heading1 {
    color: #fff;
}

.black_bg .pc_subheading {
    color: rgba(177, 205, 215, 1);
}

/* heading end */

/********************************************************
    3. Header CSS Start
********************************************************/

.pc_header_wrap {
    padding: 15px 0px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transition: all 0.3s;
}

.sticky_footer.pc_header_wrap {
    background: white;
    border-bottom: 1px solid #ededed;
    padding: 5px 0px;
}

.pc_header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pc_header_right {
    display: flex;
    align-items: center;
}

.pc_header_menu_list>li {
    padding: 12px;
}

.pc_header_menu_item {
    font-size: 16px;
    font-weight: 500;
    color: #2B3133;
}

.pc_header_menu_item:hover,
.pc_header_menu_item.active {
    color: #B545FF;
}

.pc_header_other_list {
    display: flex;
    align-items: center;
    margin: 0 -5px;
    padding-left: 25px;
}

.pc_header_other_list>li {
    padding: 5px;
}

.pc_header_other_item.pc_btn {
    padding: 11px 30px;
    font-weight: 500;
}

/********************************************************
    4. banner CSS Start
********************************************************/

.pc_banner_wrap {
    background: url('../images/banner_bg.png') no-repeat;
    padding-top: 110px;
    overflow: hidden;
    background-size: cover;
    position: relative;
}

.pc_banner_heading {
    max-width: fit-content;
    margin: auto;
    position: relative;
}

.pc_banner_ttl {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.02em;
    position: relative;
    display: inline-block;
    line-height: 1.45;
}

.pc_banner_heading > img {
    position: absolute;
    top: -50px;
    right: -100px;
}

.pc_banner_sttl {
    font-size: clamp(16px, 4vw, 24px);
    font-weight: 500;
    color: var(--white-color);
    letter-spacing: -0.02em;
    background: linear-gradient(77.57deg, #B545FF 11.96%, #7066FB 87.4%);
    max-width: fit-content;
    margin: 0 auto 15px;
    padding: 10px 28px 10px 28px;
    border-radius: 60px;
}

.pc_banner_platform {
    display: flex;
    justify-content: center;
    gap: 15px 18px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.pc_banner_platform li {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FFFFFF;
    width: 90px;
    height: 90px;
    border-radius: 20px;
    background: #FFFFFF80;
    box-shadow: 0px 5px 40px 0px #2161761A;
    transition: transform 0.3s;
}
.pc_banner_platform li:hover {
    transform: translateY(-5px);
}
.pc_banner_left {
    position: relative;
    z-index: 9;
}
.pc_banner_right {
    margin-top: 45px;
}

.pc_btnlist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.pc_btnlist>li {
    padding: 5px;
}

.pc_banner_btnlist {
    margin: 0 -15px;
}

.pc_banner_btnlist>li {
    padding: 5px 15px;
}

.pc_banner_img {
    position: relative;
    max-width: fit-content;
    margin: auto;
}

.pc_banner_img > img {
    position: relative;
    z-index: 1;
}
.pc_shape_list>li {
    position: absolute;
}
.pc_banner_shapeList>li:nth-child(01) {
    bottom: -10px;
    right: -39%;
}
.pc_banner_shapeList>li:nth-child(02) {
    left: -59%;
    bottom: 0;
    z-index: 2;
}
.pc_banner_vectorList > li {
    position: absolute;
}
.pc_banner_vectorList > li:first-child {
    top: 80px;
    left: 20px;
}
.pc_banner_vectorList > li:nth-child(02) {
    top: 90px;
    right: 40px;
    animation-duration: 12s;
}
.pc_banner_vectorList > li:nth-child(03) {
    bottom: 60px;
    right: 50px;
    animation-duration: 15s;
}
/********************************************************
    5. section2 CSS Start
********************************************************/

.pc_sec2_wrap {
    padding: 70px 0 103px;
}

.pc_sec2_wrap .pc_heading_wrap {
    margin-bottom: 110px;
}

.pc_sec2_box.s2Box2 {
    margin-top: -58px;
}

.s2Box2 .pc_sec2_popup:before {
    content: "";
    position: absolute;
    background: url(../images/s2_line.png) no-repeat;
    width: 663px;
    height: 83px;
    left: -192px;
    right: 0;
    margin: auto;
    top: 79px;
    bottom: 0;
    z-index: -1;
}

.pc_sec2_popup {
    background: linear-gradient(77.57deg, #B545FF 11.96%, #7066FB 87.4%);
    border-radius: 12px;
    padding: 20px 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    width: max-content;
    position: absolute;
}

.pc_s2_circle {
    width: 12px;
    height: 12px;
    background: linear-gradient(77.57deg, #B545FF 11.96%, #7066FB 87.4%);
    border-radius: 100%;
    box-shadow: 0px 0px 0px 4px #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.pc_s2_circle.right {
    right: -6px;
}

.pc_s2_circle.left {
    left: -6px;
}

.pc_s2_circle:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    margin: auto;
}

.pc_sec2_Mimg {
    position: relative;
}

.s2Box1 .pc_sec2_popup {
    bottom: -24px;
    right: 64px;
}

.s2Box2 .pc_sec2_popup {
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
}

.s2Box3 .pc_sec2_popup {
    bottom: -23px;
    left: 115px;
}

.pc_sec2_pttl {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}

.pc_sec2_psttl {
    font-size: 16px;
    font-weight: 400;
}

.pc_s2sl>li {
    top: 105px;
    right: 0;
}

/* credentials section */
.pc_credentials_list {
    display: flex;
    grid-gap: 30px;
    justify-content: center;
    margin: 0 0 100px;
}
.pc_credentials_box {
    background: linear-gradient(90deg, #5F95FF 0%, #2ED9FF 100%);
    box-shadow: 0px 0px 53.6842px #AFD9FF;
}
.pc_credentials_box.cbox2 {
    background: linear-gradient(90deg, #9D3AFF 0%, #FF4DE5 100%);
    box-shadow: 0px 0px 53.6842px rgba(48, 36, 186, 0.06);
}
.pc_credentials_box.cbox3 {
    background: linear-gradient(90deg, #FF985E 0%, #FF493E 100%);
    box-shadow: 0px 0px 53.6842px rgba(48, 36, 186, 0.06);
}
.pc_credentials_box {
    border-radius: 30px;
    padding: 40px;
    width: 100%;
    color: #fff;
    max-width: 450px;
}
.pc_credentials_box .pc_credentials_url {
    display: block;
    background: linear-gradient(90deg, rgb(255, 255, 255, 0.4) 0.04%, rgba(255, 255, 255, 0.00) 101.55%);
    padding: 8px 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-left: 30px;
    margin: 15px 0 15px;
    text-align: left;
    text-transform: lowercase;
}
.pc_credentials_heading {
    color: #fff;
    text-transform: capitalize;
}
.pc_credentials_details {
    text-align: left;
    display: flex;
    align-items: center;
}
.pc_credentials_details p {
    display: inline-block;
    font-weight: 500;
    margin-left: 5px;
}
.pc_credentials_details img {
    width: 22px;
    height: auto;
    margin-left: 15px;
    cursor: pointer;
}
/* credentials section */
/********************************************************
    6. section3 CSS Start
********************************************************/

.pc_sec3_wrap, .pc_rtl_wrap  {
    background: linear-gradient(180deg, #F3F9FB 0%, rgba(243, 249, 251, 0) 100%);
}
.pc_sec3_det_ttl {
    font-size: 24px;
    font-weight: 600;
    color: #41494C;
    margin-bottom: 18px;
}

.pc_s3sl>li {
    top: 14%;
    right: -23%;
}

.pc_s3sl3>li {
    bottom: -7%;
    right: -23%;
}

.pc_s3sl2>li {
    left: 25%;
    bottom: 9%;
}

.pc_s3sl4>li {
    top: 16%;
    right: -32%;
}

/********************************************************
    6. section4 CSS Start
********************************************************/

.pc_sec4_wrap {
    background: url(../images/s4_bg.jpg) no-repeat;
    padding: 25px 0;
    background-size: 100% 100%;
}

.pc_sec4_des_ttl {
    color: #fff;
    font-size: clamp(22px, 4vw, 40px);
    font-weight: 700;
}

.pc_sec4_des_sttl {
    font-size: clamp(18px, 4vw, 20px);
    color: #B1CDD7;
    margin: 25px 0 28px;
}

.pc_store_btn {
    margin: 5px -10px;
}

.pc_store_btn>li {
    padding: 5px 10px;
}

.pc_s4sl>li:first-child {
    position: absolute;
    top: 11%;
    left: -7%;
}

.pc_s4sl>li:last-child {
    position: absolute;
    bottom: 16%;
    right: 0;
}

/********************************************************
    6. section5 CSS Start
********************************************************/

.pc_cBox {
    background: #FFFFFF;
    border: 1px solid #F3F9FB;
    border-radius: 12px;
    padding: 60px 40px;
}

.pc_cb_ttl {
    font-size: 20px;
    font-weight: 600;
    color: #41494C;
}

.pc_cb_des {
    font-size: 16px;
    margin: 29px 0 0px;
    /* display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.read_more_text {
    font-size: 16px;
}

.pc_cb_btn {
    font-size: 15px;
    font-weight: 500;
    color: #41494C;
    display: inline-flex;
    margin-top: 23px;
}

.pc_cb_btn:hover {
    color: var(--primary-color);
    letter-spacing: 1px;
}

.pc_cb_btn:hover svg path {
    fill: var(--primary-color);
}

.pc_cb_btnT {
    margin-right: 5px;
}

.pc_cb_icon {
    background: rgb(77 211 123 / 5%);
    border: 1px solid rgb(77 211 123 / 5%);
    border-radius: 12px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.pc_cb_icon.green {
    background: rgb(77 211 123 / 5%);
}

.pc_cb_icon.orange {
    background: rgb(255 74 74 / 5%);
}

.pc_cb_icon.yellow {
    background: rgb(255 177 46 / 5%);
}

.pc_cb_icon.purpel {
    background: rgb(181 69 255 / 5%);
}

.pc_cb_icon.red {
    background: rgb(255 74 74 / 5%);
}

.pc_cb_icon.green {
    background: rgb(77 211 123 / 5%);
}

.pc_cb_icon>img {
    margin: 7px 0 0 7px;
}

.pc_cbList {
    display: flex;
}

.pc_cbList>li {
    padding: 5px 15px;
}

.pc_sec5_inner,
.pc_sec5_des {
    position: relative;
}

/* .pc_sec5_inner:after {
    content: "";
    position: absolute;
    background: url(../images/svg/s5_line1.svg) no-repeat;
    top: 74px;
    right: 0;
    z-index: -1;
    margin: auto;
    border-radius: 55px 0 0 55px;
    width: calc(50% + 50px);
    height: 100%;
} */

.pc_sec5_des:after {
    content: "";
    position: absolute;
    background: url(../images/svg/s5_line1.svg) no-repeat;
    top: 74px;
    right: -12px;
    z-index: -1;
    margin: auto;
    border-radius: 55px 0 0 55px;
    width: calc(100% + 76px);
    height: 100%;
    background-position: top left;
}

.pc_sec5_des:before {
    content: "";
    position: absolute;
    background: url(../images/svg/Doodle.svg) no-repeat;
    z-index: -1;
    margin: auto;
    width: 100px;
    height: 100px;
}

.sec5_box1:before {
    left: -120px;
    top: 45px;
}

.sec5_box2:after {
    background-position: top left;
    transform: rotate(180deg);
}

.sec5_box2:after {
    left: -12px;
    top: 75px;
}

.sec5_box2:before {
    right: -125px;
    top: 9px;
    transform: rotate(130deg);
}

.sec5_box2 .pc_cbList {
    justify-content: flex-end;
}

.pc_sec5_inner>.container-fluid>.row {
    margin-bottom: 160px;
}

/********************************************************
    6. sec 6 CSS Start
********************************************************/

.pc_sec6_wrap {
    background: #151819;
    position: relative;
}

.pc_sec6_wrap:after,
.pc_sec6_wrap:before {
    content: "";
    position: absolute;
}

.pc_sec6_wrap:after {
    left: -7px;
    top: 0;
    background: url(../images/sec6_vector1.png) no-repeat;
    background-position: top right;
    width: 320px;
    height: 422px;
}

.pc_sec6_wrap:before {
    left: 0;
    bottom: -11px;
    background: url(../images/sec6_vector3.png) no-repeat;
    background-position: top right;
    width: 228px;
    height: 355px;
}

.pc_sec6_ttl {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.pc_sec6_des {
    color: #B1CDD7;
    margin: 16px 0 24px;
}

.pc_sec6_list.grid2 {
    grid-template-columns: repeat(2, 1fr);
}

.pc_sec6_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
}

.pc_sec6_list>li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #fff;
}

.pc_sec6_lIcon {
    margin-right: 10px;
}

.pc_s6sl>li {
    top: 59px;
    right: 0;
    left: 0;
    margin: auto;
}

.pc_s6sl3>li:first-child {
    top: 20%;
    right: 22%;
}

.pc_s6sl3>li:last-child {
    bottom: 14%;
    left: 5%;
}

.pc_s6sl4>li:first-child {
    top: 13%;
    right: 23%;
}

.pc_s6sl4>li:last-child {
    bottom: 12%;
    left: 13%;
}

.pc_s6vector>li {
    right: -3px;
    top: 34%;
}

/********************************************************
    7. sec 7 CSS Start
********************************************************/

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
    background: #B1CDD7;
    transition: var(--transition);
}

.swiper-pagination-bullet-active {
    width: 27px;
    border-radius: 16px;
}

.pc_cBox.text-center .pc_cb_icon {
    margin: auto auto 25px;
}

.guarantee_slider {
    position: relative;
    z-index: 0;
    padding: 0 80px;
}

.swiper-slide {
    transition: all 0.3s;
}

.swiper-slide.swiper-slide-active {
    margin-top: -40px;
}

.guarantee_slider .swiper {
    padding: 40px 0 0 0;
}

.guarantee_slider:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 82px;
    background: #F3F9FB;
    border-radius: 50px;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.pc_sec7_wrap .pc_cBox {
    padding: 50px 30px;
}

.pc_sec7_wrap .swiper-horizontal>.swiper-pagination-bullets,
.pc_sec7_wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.pc_sec7_wrap .swiper-pagination-custom,
.pc_sec7_wrap .swiper-pagination-fraction {
    bottom: -44px;
    left: 0;
    width: 100%;
}

.pc_sec7_wrap .pc_cb_btn.readBtn {
    margin: 15px auto 0;
}

.pc_sec7_wrap .pc_cb_btnI {
    display: none;
}

/********************************************************
    8. 8sec CSS Start
********************************************************/

.pc_c2ttl {
    font-size: 20px;
    font-weight: 600;
    color: #41494C;
    margin-bottom: 20px;
}

.pc_c2des {
    font-size: 16px;
}

.pc_cbox2 {
    display: flex;
}

.pc_c2Img {
    flex: none;
    margin-top: -2px;
}

.pc_cboxdes {
    margin-left: 5px;
}

.pc_sec8_wrap {
    padding-bottom: 28px;
    background: linear-gradient(180deg, rgba(243, 249, 251, 0) 0%, #F3F9FB 100%);
}

/********************************************************
    9. 9 sec  CSS Start
********************************************************/

.pc_sec9_wrap {
    margin-bottom: -132px;
    position: relative;
    z-index: 1;
}

.pc_sec9_box {
    background: url(../images/sec9_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    padding: 52px 60px 61px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.pc_sec9_ttl {
    font-size: 32px;
    font-weight: 700;
    position: relative;
}

.pc_sec9_sttl {
    font-size: 20px;
    color: #B1CDD7;
    margin: 17px 0 32px;
}

.pc_sec9_images {
    /* position: absolute; */
    /* right: 50px; */
    /* top: 30px; */
    /* bottom: 0; */
    /* margin: auto; */
}

.pc_s9sl>li {
    z-index: -1;
}

.pc_s9sl>li:first-child {
    top: 8%;
    right: 3%;
}

.pc_s9sl>li:last-child {
    top: 10%;
    right: 5%;
}

/********************************************************
    10. 10 sec  CSS Start
********************************************************/

.pc_cBox.no_bg {
    background: transparent;
    border: 0;
}

.pc_cBox.no_bg .pc_cb_icon {
    background: none;
    border: 0;
    width: inherit;
    height: inherit;
    display: inherit;
    margin-bottom: 15px;
}

.pc_cBox.no_bg .pc_cb_icon>img {
    margin: -7px 0 0 -7px;
}

.pc_sec10_box .pc_cb_des {
    margin: 20px 0 0px;
}

.pc_sec10_box .pc_cBox {
    padding: 0px 60px 50px;
}

/* read more css */

.pc_cb_btn.readBtn {
    width: max-content;
    display: block;
}

.morecontent .more_content_text {
    display: none;
}

.morelink {
    display: block;
}

/********************************************************
    11. Footer CSS Start
********************************************************/

.pc_footer_wrap {
    background: url(../images/footer_line1.png) #F3F9FB no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 240px 0 35px;
    overflow: hidden;
}

.pc_footer_about {
    font-size: 16px;
    margin: 25px 0 20px;
}

.pc_footer_about .link {
    color: rgba(113, 113, 113, 1);
}

.pc_footer_about .link:hover {
    color: var(--primary-color);
}

.pc_footer_copy {
    font-size: 16px;
    color: #69767A;
}

.pc_footer_heading {
    font-size: 20px;
    font-weight: 600;
    color: #41494C;
    margin-bottom: 32px;
}

.pc_footerList>li {
    margin-bottom: 20px;
}

.pc_footerList>li:last-child {
    margin-bottom: 0;
}

.pc_footerList>li>a {
    font-size: 16px;
    color: #93A8AF;
}

.pc_footerList>li>a:hover {
    color: var(--primary-color);
}

.pc_footer_sl>li:first-child {
    top: 70px;
    left: 0;
}

.pc_footer_sl>li:nth-child(02) {
    top: 0;
    left: 0;
}

.pc_footer_sl>li:nth-child(03) {
    bottom: 0;
    right: 0;
}

.pc_footer_sl>li:nth-child(04) {
    bottom: -70;
    right: 0;
}

/********************************************************
    12. Niche CSS Start
********************************************************/
.pc_nicheList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pc_nicheList > li {
    text-align: center;
    padding: 10px 22px;
}
.pc_nicheList_text {
    font-size: 16px;
    margin-top: 15px;
}
/********************************************************
    13. Previews CSS Start
********************************************************/
.pc_previews_boxes_text {
    border: 1px solid #D4E2EB;
    border-radius: 60px;
    background: #ffffff;
    box-shadow: -5px 11px 30px 0px #DAE4E8;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    padding: 12px 30px;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
}
.pc_previews_boxes_image {
    border-radius: 20px;
    background: #D9D9D9;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 4%);
}
.pc_previews_boxes_image > img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.pc_previewsBoxes {
    margin-bottom: 72px;
    display: block;
}
/********************************************************
    15. Admin features CSS Start
********************************************************/
.pc_adminFeatures_wrap  {
    background: url(../images/admin_featues/bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.pc_adminFeatures_wrap .pc_sec3_det_ttl {
    color: #ffffff;
}
.pc_adminFeatures_wrap .pc_sec3_det_des {
    color: #B1CDD7;
}
.pc_af_b1 > li:first-child {
    bottom: -3%;
    left: -3%;
}
.pc_af_b1 > li:nth-child(02){
    bottom: -3%;
    right: -4%;
}
.pc_af_b2 > li:nth-child(01){
    bottom: -10%;
    right: -8%;
}
.pc_af_b3 > li:nth-child(01){
    bottom: 4%;
    right: -8%;
}
.pc_af_b4 > li:nth-child(01){
    bottom: -10%;
    right: -8%;
}

.pc_af_img_round {
    max-width: 320px;
    max-height: 320px;
    background: linear-gradient(360deg, #7066FB 0%, #B545FF 100%);
    display: block;
    border-radius: 50%;
    box-shadow: 0px 0px 90px 0px rgb(203 102 251 / 84%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    aspect-ratio: 0.5 / 0.5;
}
/********************************************************
    16. Responsive CSS Start
********************************************************/

@media (min-width: 420px) {
    .pc_banner_sttl>span {
        display: block;
    }
}

@media (min-width: 480px) {}

@media (min-width: 576px) {
    .pc_sec5_inner .pc_cBox {
        max-width: 330px;
    }
    .pc_sec7_wrap .pc_cBox {
        max-width: 320px;
    }
}

@media (min-width: 992px) {
    .pc_header_menu_list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .pc_header_menu_list>li {
        padding: 5px 12px;
    }
    .sidebar_overlay {
        display: none;
    }
    .res_img {
        display: none;
    }
}

@media (min-width: 1200px) {
    .pc_header_menu_list>li {
        padding: 5px 26px;
    }
    .pc_banner_responsive{
        display: none;
    }
}

@media (min-width: 1400px) {
    .container-xl,
    .container {
        max-width: 1430px;
    }
}

@media (min-width: 1400px) and (max-width: 1650px) {
    .pc_banner_shapeList>li:nth-child(01) {
    }
    .pc_banner_img > img {
        width: 750px;
    }
    .pc_banner_shapeList>li:nth-child(01) > img {
        width: 500px;
    }
    .pc_banner_shapeList>li:nth-child(02) > img {
        width: 500px;
    }

}

@media (min-width: 1200px) and (max-width: 1399px) {
    .pc_banner_shapeList>li:nth-child(01) {

    }
    .pc_banner_shapeList>li:nth-child(02) {
        left: -45%;
    }
    .pc_banner_ttl {
        font-size: 40px;
    }
    .pc_heading1 {
        font-size: 36px;
    }
    .pc_banner_img > img {
        width: 650px;
    }
    .pc_banner_shapeList>li:nth-child(01) > img {
        width: 400px;
    }
    .pc_banner_shapeList>li:nth-child(02) > img {
        width: 400px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pc_banner_shapeList>li:nth-child(01) {
        right: -17%;
        top: -19%;
    }
    .pc_banner_shapeList>li:nth-child(02) {
        left: -21%;
        bottom: -34%;
    }

    .s2Box3 .pc_sec2_popup {
        left: 70px;
    }
    .pc_banner_ttl {
        font-size: 32px;
    }
}

@media (max-width: 1799px) {
    .pc_s6sl3>li:first-child {
        right: 9%;
    }
    .pc_s6sl4>li:first-child {
        right: 13%;
    }
    .pc_banner_ttl {
        font-size: 35px;
    }
    .pc_banner_heading > img {
        top: -33px;
        right: -80px;
        width: 190px;
    }
}

@media (max-width: 1599px) {
    .pc_s6sl3>li:first-child {
        right: 0%;
    }
    .pc_cBox {
        padding: 20px 20px;
    }
    .pc_s6sl4>li:first-child {
        right: 4%;
    }
    .pc_banner_platform li {
        width: 70px;
        height: 70px;
    }
    .pc_banner_platform li > img {
        max-width: 30px;
        max-height: 40px;
    }
    .pc_banner_platform {
        gap: 10px 15px;
    }
}

@media (max-width: 1399px) {
    .pc_s4sl>li:first-child {
        left: 0%;
    }
    .pc_s4sl>li:last-child {
        right: 6%;
    }
    .container-xl,
    .container {
        max-width: 90%;
    }
    .pc_s3sl2>li {
        bottom: 3%;
    }
    .pc_s6sl4>li:first-child {
        right: -5%;
    }
    .pc_banner_ttl {
        font-size: 30px;
    }
    .pc_banner_heading > img {
        top: -35px;
        right: -90px;
        width: 180px;
    }
}

@media (max-width: 1199px) {
    .pc_cbList,
    .sec5_box2 .pc_cbList {
        justify-content: center;
    }
    .pc_sec5_des:after {
        background-position: top right;
        width: 100%;
    }
    .sec5_box2:after {
        background-position: top right;
    }
    .pc_sec5_des:before {
        display: none;
    }
    .pc_sec5_inner .pc_heading1 {
        margin-bottom: 50px;
    }
    .pc_sec6_wrap:after {
        width: 220px;
        height: 322px;
    }
    .pc_sec6_wrap:before {
        width: 128px;
        height: 345px;
    }
    .pc_s6vector {
        display: none;
    }
    .pc_s2sl>li {
        right: -50px;
    }
    .guarantee_slider {
        padding: 0 30px;
    }
    .pc_sec10_box .pc_cBox {
        padding: 0px 10px 50px;
    }
    .pc_s3sl>li img,
    .pc_s3sl3>li img,
    .pc_s3sl4>li img {
        width: 200px;
    }
    .pc_s6sl3>li:first-child {
        right: 6%;
    }
    .pc_s6sl3>li:last-child {
        left: 11%;
    }
    .pc_s6sl4>li:first-child {
        right: 5%;
    }
    .pc_s6sl3>li>img,
    .pc_s6sl4>li>img {
        width: 200px;
    }
    .pc_banner_main, .pc_shape_list.pc_banner_shapeList, .pc_banner_vectorList{
        display: none;
    }
    .pc_banner_right {
        margin-top: 0;
    }
    .pc_credentials_list {
        flex-wrap: wrap;
    }
    .pc_credentials_box {
        width: inherit;
        max-width: inherit;
    }
}

@media (max-width: 991px) {
    .mb_md {
        margin-bottom: 50px;
    }
    .mt_md {
        margin-top: 50px;
    }
    /* toggle button start */
    .menu_open .pc_sidebar_wrap {
        left: 0;
    }
    .pc_toggle_btn {
        display: block;
        background: var(--primary-color);
        border-radius: 2px;
    }
    .pc_toggle_btn>svg {
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        transition: transform 400ms;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 45px;
    }
    .menu_open .pc_toggle_btn>svg {
        transform: rotate(45deg);
    }
    .pc_toggle_btn_line {
        fill: none;
        transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
        stroke: var(--white-color);
        stroke-width: 4;
        stroke-linecap: round;
    }
    .pc_toggle_btn .top {
        stroke-dasharray: 40 121;
    }
    .pc_toggle_btn .bottom {
        stroke-dasharray: 40 121;
    }
    .menu_open .pc_toggle_btn .top {
        stroke-dashoffset: -68px;
    }
    .menu_open .pc_toggle_btn .bottom {
        stroke-dashoffset: -68px;
    }
    .sidebar_overlay {
        position: fixed;
        background: rgb(0 0 0 / 45%);
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        cursor: zoom-in;
        -webkit-transition: var(--webkit-transition);
        -moz-transition: var(--moz-transition);
        -ms-transition: var(--ms-transition);
        -o-transition: var(--o-transition);
        transition: var(--transition);
    }
    .menu_open .sidebar_overlay {
        opacity: 1;
        visibility: visible;
    }
    /* menu responsive start */
    .pc_header_menu_list {
        background: #ffffff;
        width: 250px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -250px;
        z-index: 2;
        transition: var(--transition);
        border-right: 1px solid #f5f5f5;
        padding: 20px 20px;
    }
    .menu_open .pc_header_menu_list {
        left: 0;
    }
    /* toggle button end */
    .pc_banner_shapeList>li:nth-child(01) {
        right: -75px;
        top: 1%;
    }
    .pc_banner_shapeList>li:nth-child(02) {
        left: 0;
        bottom: -11%;
    }
    .pc_banner_btnlist {
        justify-content: center;
    }
    .pc_banner_wrap {
        padding: 100px 0 50px;
    }
    .s2Box1 .pc_sec2_popup {
        right: 0;
    }
    .s2Box3 .pc_sec2_popup {
        left: -7px;
    }
    .pc_store_btn {
        justify-content: center;
    }
    .guarantee_slider {
        padding: 0 0px;
    }
    .pc_s4sl>li:first-child {
        left: 9%;
    }
    .pc_s4sl>li:last-child {
        right: 13%;
    }
    .pc_footer_wrap {
        padding: 180px 0 35px;
    }
    .container-xl,
    .container {
        max-width: 100%;
    }
    .pc_s6sl3>li:first-child {
        right: 23%;
        top: 12%;
    }
    .pc_s6sl3>li:last-child {
        left: 23%;
    }
    .pc_s6sl4>li:first-child {
        right: 22%;
    }
    .pc_adminFeatures_wrap .pc_shape_list, .pc_adminFeatures_wrap .main_img, .pc_adminFeatures_wrap .pc_af_img_round  {
        display: none;
    }
    .res_img {
        position: relative;
        z-index: 1;
    }
    .pc_nicheList_images > img{
        max-width: 100px;
    }
    .pc_nicheList > li {
        padding: 15px 15px;
    }
    .pc_banner_vectorList {
        display: none;
    }
}

@media (max-width: 767px) {
    .mb_sm {
        margin-bottom: 50px;
    }
    .mt_sm {
        margin-top: 50px;
    }
    .pc_banner_platform li {
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }
    .pc_banner_platform li > img {
        max-width: 20px;
        max-height: 30px;
    }
    .pc_banner_platform {
        gap: 10px 10px;
    }
    .pc_header_other_list {
        padding-left: 5px;
    }
    .pc_banner_shapeList>li:nth-child(01) {
        right: -115px;
        top: 6%;
    }
    .pc_banner_shapeList>li:nth-child(02) {
        left: -81px;
        bottom: -1%;
    }
    .pc_banner_shapeList>li>img {
        width: 60%;
    }
    .pc_sec2_box {
        max-width: 300px;
        margin: auto;
        width: 100%;
    }
    .pc_s2_circle {
        display: none;
    }
    .pc_sec2_box.s2Box2 {
        margin: 70px auto;
    }
    .s2Box2 .pc_sec2_popup:before {
        display: none;
    }
    .pc_sec2_popup {
        left: 0;
        right: 0;
        margin: auto;
    }
    .pc_sec2_wrap .pc_heading_wrap {
        margin-bottom: 50px;
    }
    .pc_s4sl>li:first-child {
        left: -31px;
    }
    .pc_s4sl>li:last-child {
        right: 0;
    }
    .pc_banner_ttl {
        font-size: 25px;
    }
    .pc_banner_heading > img {
        top: -28px;
        right: -77px;
        width: 150px;
    }
}

@media (max-width: 575px) {
    .pc_cbList {
        flex-direction: column;
        justify-content: center;
    }
    .pc_sec6_list {
        grid-template-columns: repeat(2, 1fr);
    }
    .pc_sec6_list>li {
        font-size: 15px;
    }
    .guarantee_slider {
        padding: 0 30px;
    }
    .pc_s4sl>li:first-child {
        left: -41px;
    }
    .pc_s4sl>li:last-child {
        right: -40px;
    }
    .pc_sec5_inner>.container-fluid>.row {
        margin-bottom: 100px;
    }
    .pc_sec3_img {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .pc_adminFeatures_wrap .pc_sec3_img {
        max-width: inherit;
    }
    .pc_s6sl3>li:first-child {
        right: 0;
    }
    .pc_s6sl3>li:last-child {
        left: 0;
    }
    .pc_banner_ttl {
        font-size: 22px;
    }
    .pc_banner_heading > img {
        top: -18px;
        right: -40px;
        width: 110px;
    }

}

@media (max-width: 479px) {
    .pc_s4sl>li:first-child {
        top: -40px;
    }
    .pc_sec9_box {
        padding: 50px 20px;
    }
    .pc_sec3_img {
        max-width: 230px;
    }
    .pc_adminFeatures_wrap .pc_sec3_img {
        max-width: inherit;
    }
    .pc_s3sl2>li {
        left: 6%;
    }
    .pc_banner_ttl {
        font-size: 18px;
    }
    .pc_banner_heading > img {
        top: -24px;
        right: -56px;
        width: 110px;
    }
    .pc_banner_sttl {
        padding: 10px 15px 10px 15px;
    }
    .pc_credentials_box {
        padding: 20px;
    }
    .pc_credentials_heading {
        font-size: 18px;
    }
    .pc_credentials_box .pc_credentials_url {
        padding: 8px 0;
        font-size: 18px;
        padding-left: 12px;
        margin: 10px 0 8px;
    }
    .pc_credentials_details {
        font-size: 15px;
    }

}

@media (max-width: 419px) {
    .pc_banner_wrap {
        padding: 70px 0 20px;
    }
    .pc_header_other_item.pc_btn {
        padding: 5px 8px;
        font-size: 14px;
    }
    .pc_toggle_btn>svg {
        width: 29px;
    }
    .pc_banner_shapeList>li:nth-child(01) {
        right: -115px;
        top: -13%;
    }
    .pc_banner_shapeList>li:nth-child(02) {
        bottom: -31%;
    }
    .pc_s6sl3>li>img,
    .pc_s6sl4>li>img {
        width: 130px;
    }
    .pc_banner_heading > img {
        top: -4px;
        right: 0;
        width: 110px;
        left: 0;
        margin: auto;
    }
    .pc_banner_ttl {
        /* padding-top: 60px; */
    }
    picture.pc_banner_responsive {
        width: 326px;
    }

}