* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

:root {
    --vtc-text-heading-1: #070811;
    --vtc-text-pera-1: #50515c;
    --vtc-text-pera-2: #ccccce;
    --vtc-text-white-1: #ffffff;
    --vtc-bg-main-bg-1: #5a65f5;
    --vtc-bg-main-bg-2: var(
        --Home-Page-2-Color-Linner-Color,
        linear-gradient(91deg, #c0ff3a 17.46%, #00ffa3 93.13%)
    );
    --vtc-bg-main-bg-3: linear-gradient(90deg, #ee64fe 0%, #7000fd 100%);
    --vtc-bg-main-bg-4: #f69434;
    --vtc-bg-common-bg1: #f3f4ff;
    --vtc-bg-common-bg2: #e4e6fe;
    --vtc-bg-common-bg3: #dee0fd;
    --vtc-bg-common-bg4: #f7f5fb;
    --vtc-bg-bg-white: #ffffff;
    --vtc-border-border-1: #f0f0f0;
    --vtc-border-border-2: #dfdcdc;
    --vtc-border-border-4: #7e7c7f;
    --bg-black: #02020a;
    --f-fw-regular: 400;
    --f-fw-medium: 500;
    --f-fw-semibold: 600;
    --f-fw-bold: 700;
    --f-fw-ex-bold: 800;
    --f-ff-font-1: "Figtree", sans-serif;
    --f-fs-font-fs16: 16px;
    --f-fs-font-fs18: 18px;
    --f-fs-font-fs20: 20px;
    --f-fs-font-fs22: 22px;
    --f-fs-font-fs24: 24px;
    --f-fs-font-fs26: 26px;
    --f-fs-font-fs28: 28px;
    --f-fs-font-fs30: 30px;
    --f-fs-font-fs32: 32px;
    --f-fs-font-fs34: 34px;
    --f-fs-font-fs36: 36px;
    --f-fs-font-fs40: 40px;
    --f-fs-font-fs42: 42px;
    --f-fs-font-fs44: 44px;
    --f-fs-font-fs48: 48px;
    --f-fs-font-fs50: 50px;
    --f-fs-font-fs52: 52px;
    --f-fs-font-fs54: 54px;
    --f-fs-font-fs56: 56px;
    --f-fs-font-fs58: 58px;
    --f-fs-font-fs60: 60px;
    --f-fs-font-fs62: 62px;
    --f-fs-font-fs64: 64px;
    --f-fs-font-fs66: 66px;
    --f-fs-font-fs68: 68px;
    --f-fs-font-fs70: 70px;
    --f-fs-font-fs72: 72px;
    --f-fs-font-fs74: 74px;
    --f-fs-font-fs76: 76px;
    --f-fs-font-fs78: 78px;
    --f-fs-font-fs80: 80px;
    --f-fs-font-fs82: 82px;
    --f-fs-font-fs84: 84px;
    --f-fs-font-fs86: 86px;
    --f-fs-font-fs88: 88px;
}
html {
    font-size: 62.5%; /* makes 1rem 10px */
}
body {
    font-size: 1.6em; /* default font of 16px */
    font-family: "Inter Tight", sans-serif;
}
h1,
.display-1 {
    font-size: 6.3rem;
}
h2,
.display-2 {
    font-size: 5rem;
}
h3,
.display-3 {
    font-size: 4rem;
}
h4,
li,
label,
input,
textarea,
select,
p {
    font-size: 1.8rem;
}
h5 {
    font-size: 1.6rem;
}
h6 {
    font-size: 1.4rem;
}
/* padding keys */
.pt-180 {
    padding-top: 180px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-0 {
    padding-top: 0px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-0 {
    padding-bottom: 0px;
}

/* margin keys */
.mb-0 {
    margin-bottom: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}

/* icon */
.icon-60{
    width: 60px;
    height: 60px;
}
.icon-80{
    width: 80px;
    height: 80px;
    margin-bottom: 40px;
}
/* rbs page */
.buy-sell {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
}

.buy-sell-bottom {
    position: relative;
    margin-top: -220px;
    z-index: 99;
}
.buy-sell-bottom .bg {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
    margin-right: -100px;
    margin-left: -100px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    border-radius: 4px;
    padding-top: 40px;
}
.buy-sell-bottom .bg .box-area-all {
    position: relative;
}
.buy-sell-bottom .bg .box-area-all .icon {
    background-color: var(--vtc-bg-common-bg1);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    position: absolute;
    right: 20px;
    top: -80px;
    transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .buy-sell-bottom .bg .box-area-all .icon {
        display: none;
    }
}
@media (max-width: 767px) {
    .buy-sell-bottom .bg .box-area-all .icon {
        display: none;
    }
    .sign-in-up form.sign-in-form{
        margin-top: 70px;
    }
    .btn-wrap.w-100{
        text-align: center;
    }
}
.buy-sell-bottom .bg .box-area-all .icon img {
    width: 30px;
    height: 30px;
    transition: all 0.4s;
}
.buy-sell-bottom .bg .box-area-all .single-box {
    background-color: #D8E7EF;
    padding: 24px;
    border-radius: 4px;
    margin-top: 70px;
    text-align: center;
}
.buy-sell-bottom .bg .box-area-all.box-area-all2 {
    position: relative;
}
.buy-sell-bottom .bg .box-area-all.box-area-all2 .icon {
    top: auto;
    bottom: -80px;
}
.buy-sell-bottom .bg .box-area-all.box-area-all2 .single-box {
    margin-top: 0;
}
.buy-sell-bottom .bg .box-area-all.box-area-all3 {
    position: relative;
}
.buy-sell-bottom .bg .box-area-all.box-area-all3 .icon {
    right: auto;
    left: 20px;
}
.buy-sell-bottom .bg .box-area-all.box-area-all4 {
    position: relative;
}
.buy-sell-bottom .bg .box-area-all.box-area-all4 .icon {
    top: auto;
    bottom: -80px;
    right: auto;
    left: 20px;
}
.buy-sell-bottom .bg .box-area-all.box-area-all4 .single-box {
    margin-top: 0;
}
.buy-sell-bottom .bg .box-area-all:hover .icon {
    background-color: var(--bs-primary);
    transition: all 0.4s;
}
.buy-sell-bottom .bg .box-area-all:hover .icon img {
    transition: all 0.4s;
    filter: brightness(0) invert(1);
    transform: rotateY(180deg);
}
.buy-sell-bottom .service1-main-images {
    position: relative;
    margin: 60px 50px 0 50px;
}
.buy-sell-bottom .service1-main-images .image2 {
    position: absolute;
    bottom: 260px;
    left: 30px;
}
@media (max-width: 767px) {
    .buy-sell-bottom .service1-main-images .image2 {
        bottom: 160px;
    }
     .roadmap .heading2 h2{
        font-size: 30px;
        line-height: 44px;
    }
}
.buy-sell-bottom .service1-main-images .image3 {
    position: absolute;
    top: 260px;
    right: 30px;
}
@media (max-width: 767px) {
    .buy-sell-bottom .service1-main-images .image3 {
        top: 180px;
    }
}
.buy-sell-bottom .service1-main-images .shape1 {
    position: absolute;
    top: 67px;
    left: -101px;
    width: 28%;
}
@media (max-width: 767px) {
    .buy-sell-bottom .service1-main-images .shape1 {
        display: none;
    }
}
.buy-sell-bottom .service1-main-images .shape2 {
    position: absolute;
    top: 56px;
    right: -109px;
    width: 28%;
}
@media (max-width: 767px) {
    .buy-sell-bottom .service1-main-images .shape2 {
        display: none;
    }
}
.buy-sell-bottom .service1-main-images .shape3 {
    position: absolute;
    bottom: 58px;
    left: -104px;
    width: 28%;
}
@media (max-width: 767px) {
    .buy-sell-bottom .service1-main-images .shape3 {
        display: none;
    }
}
.buy-sell-bottom .service1-main-images .shape4 {
    position: absolute;
    bottom: 38px;
    right: -95px;
    width: 28%;
}
@media (max-width: 767px) {
    .buy-sell-bottom .service1-main-images .shape4 {
        display: none;
    }
}
.space50 {
    height: 50px;
}
.buy-sell {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
}

.sp {
    padding: 100px 0px;
}
.heading1-w span.span {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: rgba(11, 4, 4, 0.145);
    padding: 10px 14px;
    border-radius: 4px;
    margin-bottom: 16px;
}
.heading1-w h2 {
    color: #fff;
    font-size: var(--f-fs-font-fs50);
    font-style: normal;
    font-weight: var(--f-fw-bold);
    line-height: var(--f-fs-font-fs56);
}
/* api-doc */

.possibilites {
    position: relative;
}
.possibilites .possibilites-boxs {
    text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .possibilites .possibilites-boxs {
        text-align: start;
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .possibilites .possibilites-boxs {
        text-align: start;
        margin-top: 40px;
    }
}
.possibilites .possibilites-boxs .single-box {
    display: inline-block;
    width: 260px;
    padding: 20px 0;
    text-align: center;
    border-radius: 4px;
    margin-left: 30px;
    background-color: var(--bs-secondary3);
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .possibilites .possibilites-boxs .single-box {
        margin-left: 0;
        margin-right: 30px;
    }
}
@media (max-width: 767px) {
    .possibilites .possibilites-boxs .single-box {
        margin-right: 30px;
    }
}
/* .possibilites .possibilites-boxs .single-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(
        --Home-Page-1-Color-Gradient,
        linear-gradient(90deg, #ee64fe 0%, #7000fd 100%)
    );
    border-radius: 4px;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s;
} */
.possibilites .possibilites-boxs .single-box p {
    color: var(--vtc-text-pera-2);
    font-size: var(--f-fs-font-fs22);
    font-style: normal;
    font-weight: var(--f-fw-bold);
    line-height: var(--f-fs-font-fs24); /* 100% */
    text-transform: capitalize;
    position: relative;
    z-index: 3;
}
.possibilites .possibilites-boxs .single-box.top {
    margin-bottom: 30px;
}
.possibilites .possibilites-boxs .single-box.active::after {
    opacity: 1;
}
.possibilites .possibilites-boxs .single-box:hover::after {
    opacity: 1;
    transition: all 0.4s;
}
.possibilites .features-bg {
    border-radius: 4px;
    background: var(--bs-secondary3);
    padding: 55px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .possibilites .features-bg {
        padding: 50px 0px;
    }
}
@media (max-width: 767px) {
    .possibilites .features-bg {
        padding: 50px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .possibilites .features-bg .main-image {
        position: static;
    }
}
@media (max-width: 767px) {
    .possibilites .features-bg .main-image {
        position: static;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .possibilites .features-bg .heading3-w {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .possibilites .features-bg .heading3-w {
        padding: 30px;
    }
}
.possibilites .sec-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.btn_theme_active4 {
    color: var(--vtc-text-heading-1);
    position: relative;
    z-index: 0;
}

.btn_theme_active4::after {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: var(--vtc-bg-main-bg-3);
    z-index: -3;
}

.btn_theme_active4 span {
    background-color: #fff;
}

.btn_theme_active4:hover,
.btn_theme_active4:focus {
    color: var(--vtc-bg-main-bg-3);
}

.btn_theme_active4 {
    position: relative;
    z-index: 0;
}

.btn_theme_active4::after {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: var(--vtc-bg-bg-white);
    z-index: -3;
}

.btn_theme_active4 span {
    background: var(
        --Home-Page-2-Color-Linner-Color,
        linear-gradient(91deg, #ee64fe 17.46%, #7000fd 93.13%)
    );
}

.btn_theme_active4:hover,
.btn_theme_active4:focus {
    color: #fff;
}

.btn_theme_active4:hover,
.btn_theme_active4:focus {
    color: #fff;
}
.space70 {
    height: 70px;
}
.heading3-w span.span {
    color: var(--vtc-text-white-1);
    font-size: var(--f-fs-font-fs16);
    font-style: normal;
    font-weight: var(--f-fw-bold);
    line-height: var(--f-fs-font-fs16);
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1529411765);
    border-radius: 4px;
    padding: 8px 14px;
    margin-bottom: 16px;
}
.heading3-w h2 {
    color: var(--vtc-text-white-1);
    font-size: var(--f-fs-font-fs30);
    font-style: normal;
    font-weight: var(--f-fw-bold);
    line-height: var(--f-fs-font-fs64);
}
.heading3-w p {
    color: var(--vtc-text-pera-2);
    font-size: var(--f-fs-font-fs18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-fs28);
}
/* developer page */
.work1 {
    background-color: var(--vtc-bg-common-bg1);
}
.work1 .work-box-area {
    margin-top: 30px;
    text-align: center;
    position: relative;
    z-index: 9;
}
.work1 .work-box-area span {
    display: inline-block;
    color: var(--bs-secondary2);
    font-size: var(--f-fs-font-fs18);
    font-style: normal;
    font-weight: var(--f-fw-bold);
    line-height: var(--f-fs-font-fs18); /* 100% */
    text-transform: capitalize;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background-color: var(--vtc-bg-bg-white);
    border-radius: 50%;
    transition: all 0.4s;
    position: relative;
    z-index: 99;
}
.work1 .work-box-area .work-box {
    background-color: var(--vtc-bg-bg-white);
    transition: all 0.4s;
    overflow: hidden;
    border-radius: 4px;
}
.work1 .work-box-area .work-box .image img {
    transition: all 0.4s;
}
.work1 .work-box-area .work-box .heading1 {
    background-color:  var(--vtc-bg-bg-white);
    padding: 32px 10px;
    transition: all 0.4s;
}
.work1 .work-box-area:hover span {
    transition: all 0.4s;
    background-color: var(--bs-secondary2);
    color: var(--vtc-bg-bg-white);
}

.work1 .work-box-area:hover .work-box .heading1 {
    transition: all 0.4s;
    background-color: var(--bs-secondary2);
}
.work1 .work-box-area:hover .work-box .heading1 h5 {
    color: var(--vtc-bg-bg-white);
    transition: all 0.4s;
}
.work1 .work-box-area:hover .work-box .heading1 p {
    transition: all 0.4s;
    color: rgba(255, 255, 255, 0.8235294118);
}

.work1 .work-box-area.active span {
    transition: all 0.4s;
    background-color: var(--bs-secondary2);
    color: var(--vtc-bg-bg-white);
}
.work1 .work-box-area.active .heading1 {
    transition: all 0.4s;
    background-color: var(--bs-secondary2);
}
.work1 .work-box-area.active .heading1 h5  {
    color: var(--vtc-bg-bg-white);
    transition: all 0.4s;
}
.work1 .work-box-area.active .heading1 p {
    transition: all 0.4s;
    color: rgba(255, 255, 255, 0.8235294118);
}
.work-top::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #dee0fd;
    /* transform: scaleX(0.7); */
    left: 14px;
    width: 97%;
}
.work-top {
    position: relative;
}
.work-top::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #c8dae5fc;
    transform: scaleX(0.7);
    left: 14px;
    width: 97%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work-top::after {
        display: none;
    }
}
@media (max-width: 767px) {
    .work-top::after {
        display: none;
    }
}
/* it solutions */

.roadmap .roadmap-boxs {
    position: relative;
}
.roadmap .roadmap-boxs .parent-area .circle-box-area {
    line-height: 160px;
    position: relative;
    margin-left: 184px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .roadmap .roadmap-boxs .parent-area .circle-box-area {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .roadmap .roadmap-boxs .parent-area .circle-box-area {
        margin-left: 0;
    }
}
.roadmap .roadmap-boxs .parent-area .circle-box-area .circle-box {
    background-color: var(--bs-secondary3);
    height: 160px;
    width: 174px;
    border-radius: 50%;
    text-align: center;
    line-height: 160px;
    padding-top: 58px;
    position: relative;
    z-index: 9;
    margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .roadmap .roadmap-boxs .parent-area .circle-box-area .circle-box {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .roadmap .roadmap-boxs .parent-area .circle-box-area .circle-box {
        margin-top: 30px;
    }
}
/* .roadmap .roadmap-boxs .parent-area .circle-box-area .circle-box::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 4px solid #1a1a1a;
    z-index: -2;
} */
.roadmap .roadmap-boxs .parent-area .circle-box-area .circle-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: var(--bs-primary);
    z-index: -1;
    opacity: 0;
    transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area .circle-box-area .circle-box p {
    color: #d1d1d1;
    font-size: var(--f-fs-font-fs16);
    font-style: normal;
    font-weight: 600;
    line-height: var(--f-fs-font-fs16); /* 100% */
    padding-bottom: 12px;
    transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area .circle-box-area .circle-box h3 {
    color: var(--Home-Page-2-Color-White-Color, #fff);
    font-size: var(--f-fs-font-fs18);
    font-style: normal;
    font-weight: 600;
    line-height: var(--f-fs-font-fs28);
    transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area .circle-box-area .line-shape {
    position: absolute;
    right: -20px;
    top: 75px;
    filter: brightness(40);
    opacity: 0.1;
    transition: all 0.4s;
    z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .roadmap .roadmap-boxs .parent-area .circle-box-area .line-shape {
        display: none;
    }
}
@media (max-width: 767px) {
    .roadmap .roadmap-boxs .parent-area .circle-box-area .line-shape {
        display: none;
    }
}
.roadmap .roadmap-boxs .parent-area .circle-box-area.right {
    display: flex;
    justify-content: end;
    margin-left: 0;
    margin-right: 175px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .roadmap .roadmap-boxs .parent-area .circle-box-area.right {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .roadmap .roadmap-boxs .parent-area .circle-box-area.right {
        margin-right: 0;
    }
}
.roadmap .roadmap-boxs .parent-area .circle-box-area.right .line-shape {
    position: absolute;
    left: -11px;
    top: 137px;
    filter: brightness(40);
    opacity: 0.1;
    transition: all 0.4s;
    transform: rotate(180deg);
}
.roadmap .roadmap-boxs .parent-area .roadmap-box {
    background-color: var(--bs-secondary3);
    padding: 32px;
    border-radius: 4px;
    margin-left: 30px;
    margin-top: 60px;
    transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .roadmap .roadmap-boxs .parent-area .roadmap-box {
        margin-left: 0;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .roadmap .roadmap-boxs .parent-area .roadmap-box {
        margin-left: 0;
        margin-top: 30px;
    }
}
.roadmap .roadmap-boxs .parent-area .roadmap-box.right {
    margin-left: 0;
    margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .roadmap .roadmap-boxs .parent-area .roadmap-box.right {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .roadmap .roadmap-boxs .parent-area .roadmap-box.right {
        margin-right: 0;
    }
}
.roadmap .roadmap-boxs .parent-area:hover .circle-box-area .line-shape {
    filter: none;
    opacity: 1;
    transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area:hover .circle-box::after {
    border: 4px solid #c0ff3a;
    transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area:hover .circle-box::before {
    opacity: 1;
    transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area:hover .circle-box h3 {
    color: var(--vtc-text-white-1);
    transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area:hover .circle-box p {
    color: var(--vtc-text-pera-1);
    transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area:hover .roadmap-box {
    transform: translateY(-10px);
    transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area.active .circle-box-area .line-shape {
    filter: none;
    opacity: 1;
    transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area.active .circle-box::after {
    border: 4px solid #c0ff3a;
    transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area.active .circle-box::before {
    opacity: 1;
    transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area.active .circle-box h3 {
    color: var(--vtc-text-heading-1);
    transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area.active .circle-box p {
    color: var(--vtc-text-pera-1);
    transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area.active .roadmap-box {
    transform: translateY(-10px);
    transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .roadmap .roadmap-boxs::after {
        display: none;
    }
}
@media (max-width: 767px) {
    .roadmap .roadmap-boxs::after {
        display: none;
    }
}
.roadmap .sec-shape {
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: -30;
}
.roadmap .roadmap-boxs::after {
    content: "";
    position: absolute;
    height: 96%;
    width: 8px;
    background-color: var(--bs-secondary3);
    top: 50px;
    left: 50%;
    z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .roadmap .roadmap-boxs::after {
        display: none;
    }
}
@media (max-width: 767px) {
    .roadmap .roadmap-boxs::after {
        display: none;
    }
}
.roadmap .roadmap-boxs .parent-area.active .circle-box-area .line-shape {
    filter: none;
    opacity: 1;
    transition: all 0.4s;
    z-index: 1;
}
.roadmap .roadmap-boxs .parent-area.active .circle-box::after {
    border: 4px solid #c0ff3a;
    transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area.active .circle-box::before {
    opacity: 1;
    transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area.active .circle-box h3 {
    color: var(--vtc-text-heading-1);
    transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area.active .circle-box p {
    color: var(--vtc-text-pera-1);
    transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area.active .roadmap-box {
    transform: translateY(-10px);
    transition: all 0.4s;
}
.bg-black {
    background-color: var(--bg-black);
}
.heading2 span.span span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 100% */
    color: var(--bs-primary);
    border-radius: 4px;
}
.heading2 span.span {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    margin-bottom: 16px;
    display: inline-block;
}
.heading2 h2 {
    color: var(--Home-Page-2-Color-White-Color, #fff);
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}
.heading2 h4 a {
    display: inline-block;
    color: var(--Home-Page-2-Color-White-Color, #fff);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    transition: all 0.4s;
}
.heading2 p {
    color: var(--vtc-text-pera-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.16px;
    transition: all 0.4s;
}
._relative {
    position: relative;
}
/*  */

.work-sectigon-area4 {
    position: relative;
}
@media (max-width: 767px) {
    .work-sectigon-area4 {
        padding: 50px 0 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work-sectigon-area4 {
        padding: 50px 0 50px;
    }
}
.work-sectigon-area4 .works-header {
    margin-bottom: 60px;
}
.work-sectigon-area4 .works-header h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
    color: blue;
    position: relative;
}
@media (max-width: 767px) {
    .work-sectigon-area4 .works-header h2 {
        font-size: 32px;
        line-height: 42px;
    }
}
.work-sectigon-area4 .works-header h2 img {
    position: absolute;
    top: -10px;
}
.work-sectigon-area4 .collapse-navtabs {
    padding: 0 90px 0 0;
    position: relative;
}
@media (max-width: 767px) {
    .work-sectigon-area4 .collapse-navtabs {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work-sectigon-area4 .collapse-navtabs {
        padding: 0;
    }
}
.work-sectigon-area4 .collapse-navtabs:after {
    position: absolute;
    content: "";
    height: 95%;
    width: 12px;
    background-color: #f7f5fb;
    left: -70px;
    top: 0;
}
.work-sectigon-area4 .collapse-navtabs .nav-pills .nav-link.active,
.work-sectigon-area4 .collapse-navtabs .nav-pills .show > .nav-link {
    border-radius: 4px;
    background: var(
        --Home-Page-1-Color-Gredient-1,
        linear-gradient(90deg, #49d2fd 0%, #8f00ff 100%)
    );
}
.work-sectigon-area4 .collapse-navtabs .nav-pills .nav-link.active .polygon2,
.work-sectigon-area4 .collapse-navtabs .nav-pills .show > .nav-link .polygon2 {
    display: none;
    transition: all 0.4s ease-in-out;
}
.work-sectigon-area4 .collapse-navtabs .nav-pills .nav-link.active .polygon1,
.work-sectigon-area4 .collapse-navtabs .nav-pills .show > .nav-link .polygon1 {
    display: block;
}
.work-sectigon-area4 .collapse-navtabs button {
    position: relative;
    z-index: 1;
    padding: 28px 24px;
    margin-left: 30px;
    margin-bottom: 30px;
    text-align: start;
}
.work-sectigon-area4 .collapse-navtabs button::after:active {
    background: red;
}
@media (max-width: 767px) {
    .work-sectigon-area4 .collapse-navtabs button::after:active {
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work-sectigon-area4 .collapse-navtabs button::after:active {
        margin-left: 0;
    }
}
.work-sectigon-area4 .collapse-navtabs button .button-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    border: 1.4px solid #D8E7EF;
    background: #D8E7EF;
    z-index: -2;
    transition: all 0.4s;
}
.work-sectigon-area4 .collapse-navtabs button .button-area::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    border: 1.4px solid var(--bs-primary);
    background: var(--bs-primary);
    z-index: -2;
    transition: all 0.4s;
}
.work-sectigon-area4 .collapse-navtabs button:after {
    position: absolute;
    content: "";
    height: 170px;
    width: 12px;
    background: var(--bs-primary);
    left: -100px;
    top: 0;
    opacity: 0;
    z-index: 3;
}
.work-sectigon-area4 .collapse-navtabs button::before {
    position: absolute;
    content: "";
    height: 70px;
    width: 70px;
    background-image: url(../images/sell-betcoin-shape1.png);
    left: -46px;
    top: 53px;
    opacity: 0.8;
    z-index: 3;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.work-sectigon-area4 .collapse-navtabs button span.heading {
    color: var(--vtc-text-heading-1);
    font-size: var(--f-fs-font-fs24);
    font-style: normal;
    font-weight: var(--f-fw-bold);
    line-height: var(--f-fs-font-fs24); /* 100% */
    display: inline-block;
}
.work-sectigon-area4 .collapse-navtabs button span.button-pera {
    color: var(--vtc-text-pera-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
    letter-spacing: 0.16px;
    display: inline-block;
    padding-top: 10px;
}
.work-sectigon-area4 .collapse-navtabs button .tabs-content img {
    position: absolute;
    left: -50px;
    top: 25%;
    filter: brightness(0) invert(1);
}
.work-sectigon-area4 .collapse-navtabs button.active::after {
    opacity: 1;
}
.work-sectigon-area4 .collapse-navtabs button.active::before {
    position: absolute;
    content: "";
    height: 70px;
    width: 70px;
    background-image: url(../images/v1/triangle-shape.png);
    left: -48px;
    top: 53px;
    opacity: 0.8;
    z-index: 3;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.work-sectigon-area4 .collapse-navtabs button.active .button-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    border: 1.4px solid var(--bs-secondary2);
    background: var(--bs-secondary2);
    z-index: -2;
    transition: all 0.4s;
}
.work-sectigon-area4 .collapse-navtabs button.active .button-area::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    border: 1.4px solid var(--bs-primary);
    background: var(--bs-primary);
    z-index: -2;
    transition: all 0.4s;
}
.work-sectigon-area4 .collapse-navtabs button.active .button-area span.heading {
    color: var(--vtc-bg-bg-white);
    font-size: var(--f-fs-font-fs24);
    font-style: normal;
    font-weight: var(--f-fw-bold);
    line-height: var(--f-fs-font-fs24); /* 100% */
    display: inline-block;
}
.work-sectigon-area4
    .collapse-navtabs
    button.active
    .button-area
    span.button-pera {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
    letter-spacing: 0.16px;
    display: inline-block;
    padding-top: 10px;
}
.work-sectigon-area4 .collapse-navtabs img {
    position: absolute;
    left: -29px;
    top: 26%;
    transition: all 0.4s ease-in-out;
}
.work-sectigon-area4 .collapse-navtabs img .polygon2 {
    transition: all 0.4s ease-in-out;
}
.work-sectigon-area4 .collapse-navtabs img .polygon1 {
    display: none;
}
.work-sectigon-area4 .elementors-shape1 {
    position: absolute;
    bottom: -50px;
    left: 230px;
}
.work-sectigon-area4 .elementors-shape2 {
    position: absolute;
    bottom: -20px;
    left: 360px;
}
.work-sectigon-area4 .sec-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
}
.work-sectigon-area4 .tabs-author-area .sell-betcoin-images {
    position: relative;
}
.work-sectigon-area4 .tabs-author-area .sell-betcoin-images .image2 {
    position: absolute;
    top: 100px;
    left: 0;
}
.work-sectigon-area4 .tabs-author-area .sell-betcoin-images .image3 {
    position: absolute;
    bottom: 100px;
    right: 0;
}
.work-sectigon-area4 .collapse-navtabs .nav-pills .nav-link.active,
.work-sectigon-area4 .collapse-navtabs .nav-pills .show > .nav-link {
    border-radius: 4px;
    background: var(
        --Home-Page-1-Color-Gredient-1,
        linear-gradient(90deg, #49d2fd 0%, #8f00ff 100%)
    );
}
.work-sectigon-area4 .collapse-navtabs .nav-pills .nav-link.active .polygon2,
.work-sectigon-area4 .collapse-navtabs .nav-pills .show > .nav-link .polygon2 {
    display: none;
    transition: all 0.4s ease-in-out;
}
.work-sectigon-area4 .collapse-navtabs .nav-pills .nav-link.active .polygon1,
.work-sectigon-area4 .collapse-navtabs .nav-pills .show > .nav-link .polygon1 {
    display: block;
}
.heading4 span.span {
    display: inline-block;
    color: var(--bs-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    border-radius: 3.596px;
    padding: 10px 14px;
    margin-bottom: 16px;
}
/* e-commerce */

.mobile-area4 {
    position: relative;
}
@media (max-width: 767px) {
    .mobile-area4 .button {
        margin-top: 20px;
    }
}
.mobile-area4 .button a {
    display: inline-block;
    transition: all 0.4s;
}
.mobile-area4 .button a:nth-last-child(1) {
    margin-left: 16px;
    display: inline-block;
}
@media (max-width: 767px) {
    .mobile-area4 .button a:nth-last-child(1) {
        margin-left: 16px;
        margin-right: 0;
    }
}
.mobile-area4 .button a:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}
.mobile-area4 .mobile-area {
    position: relative;
    height: 355px;
    text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-area4 .mobile-area {
        margin-top: 170px;
    }
}
@media (max-width: 767px) {
    .mobile-area4 .mobile-area {
        height: 230px;
    }
    .tes4.pt-80{
        padding-bottom: 30px;
    }
}
.mobile-area4 .mobile-area .bg {
    position: absolute;
    bottom: -100px;
    right: 0;
}
.mobile-area4 .mobile-area .main-image {
    position: absolute;
    right: 0px;
    top: 0;
    left: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-area4 .mobile-area .main-image {
        position: absolute;
        right: 0px;
        top: auto;
        left: 0;
        bottom: 0;
    }
}
@media (max-width: 767px) {
    .mobile-area4 .mobile-area .main-image {
        position: absolute;
        right: 0px;
        top: auto;
        left: 0;
        bottom: 0;
    }
}
.mobile-area4 .mobile-area .coin {
    position: absolute;
    top: 0px;
    left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-area4 .mobile-area .coin {
        position: absolute;
        top: -100px;
        left: 70px;
    }
}
@media (max-width: 767px) {
    .mobile-area4 .mobile-area .coin {
        position: absolute;
        top: 40px;
        left: 0;
    }
}
.mobile-area4 .mobile-area .qr {
    position: absolute;
    right: -120px;
    top: 0;
}
@media only screen and (min-width: 1399px) and (max-width: 1599px) {
    .mobile-area4 .mobile-area .qr {
        position: absolute;
        right: -72px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-area4 .mobile-area .qr {
        position: absolute;
        right: 0;
        top: -150px;
    }
}
@media (max-width: 767px) {
    .mobile-area4 .mobile-area .qr {
        position: absolute;
        right: 0;
        top: 30px;
    }
}
.mobile-area4 .mobile-area .shape {
    position: absolute;
    right: 0;
}
@media (max-width: 767px) {
    .mobile-area4 .mobile-area .shape {
        position: absolute;
        right: 0;
        top: 141px;
    }
}
.mobile-area4 .shapes-bg {
    position: absolute;
    top: 70px;
    right: 0;
    z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-area4 .shapes-bg {
        top: auto;
        bottom: 0;
    }
}
@media (max-width: 767px) {
    .mobile-area4 .shapes-bg {
        top: auto;
        bottom: 0;
    }
}
.mobile-area4 .shapes-bg {
    position: absolute;
    top: 70px;
    right: 0;
    z-index: -2;
}
.mobile-area4 .mobile-area .coin {
    position: absolute;
    top: 0px;
    left: 100px;
}

.animate1 {
    position: relative;
    animation-name: animate1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes animate1 {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-20px);
    }
}
/*  */

.blog2 .blog2-box {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    background-color: #1b1b22;
    border-radius: 4px;
    padding: 20px;
    margin-left: 30px;
}
.blog2 .blog2-box .image {
    width: 240px;
}
@media (max-width: 767px) {
    .blog2 .blog2-box .image img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .blog2 .blog2-box .image {
        width: auto;
    }
}
.blog2 .blog2-box .heading2 {
    padding-left: 24px;
}
@media (max-width: 767px) {
    .blog2 .blog2-box .heading2 {
        padding-left: 0;
        padding-top: 24px;
    }
}
.blog2 .blog2-box .heading2 h3 a {
    color: var(--Home-Page-2-Color-White-Color, #fff);
    font-size: var(--f-fs-font-fs20);
    font-style: normal;
    font-weight: var(--f-fw-bold);
    line-height: var(--f-fs-font-fs30); /* 150% */
    transition: all 0.4s;
    text-transform: capitalize;
}
.blog2 .blog2-box .heading2 h3 a:hover {
    color: #c0ff3a;
    transition: all 0.4s;
}
.blog2 .blog2-box .heading2 a.learn {
    display: inline-block;
    color: var(--Home-Page-2-Color-White-Color, #fff);
    font-size: var(--f-fs-font-fs16);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-fs16); /* 100% */
    transition: all 0.4s;
    margin-top: 24px;
}
.blog2 .blog2-box .heading2 a.learn:hover {
    color: #c0ff3a;
    transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog2 .blog2-box {
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .blog2 .blog2-box {
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 30px;
        display: block;
    }
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.image-anime {
    position: relative;
    overflow: hidden;
}
/* education */

.roadmap2 {
    position: relative;
}
.roadmap2 .roadmap2-area {
    position: relative;
}
.roadmap2 .roadmap2-area::after {
    position: absolute;
    content: "";
    top: 145px;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: url(../images/v1/shape-line.png);
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 767px) {
    .roadmap2 .roadmap2-area::after {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .roadmap2 .roadmap2-area::after {
        display: none;
    }
}
.roadmap2 .roadmap2-area .roadmap2-box {
    text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .roadmap2 .roadmap2-area .roadmap2-box {
        padding-top: 40px;
    }
}
@media (max-width: 767px) {
    .roadmap2 .roadmap2-area .roadmap2-box {
        padding-top: 40px;
    }
}
.roadmap2 .roadmap2-area .roadmap2-box p {
    color: var(--vtc-text-pera-2);
    font-size: var(--f-fs-font-fs16);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-fs16); /* 100% */
    padding-bottom: 16px;
}
.roadmap2 .roadmap2-area .roadmap2-box h4 {
    color: var(--vtc-bg-bg-white);
    font-size: var(--f-fs-font-fs20);
    font-style: normal;
    font-weight: var(--f-fw-bold);
    line-height: var(--f-fs-font-fs20); /* 100% */
}
.roadmap2 .roadmap2-area .roadmap2-box img {
    margin: 20px 0px;
}
.roadmap2 .roadmap2-area .roadmap2-box.bottom {
    margin-top: 180px;
    margin-left: -8px;
}
.roadmap2 .roadmap2-area .roadmap2-box.bottom1 {
    margin-left: -225px;
}
.roadmap2 .roadmap2-area .roadmap2-box.top1 {
    margin-left: -115px;
}
.roadmap2 .roadmap2-area .roadmap2-box.bottom3 {
    margin-right: -212px;
}
.roadmap2 .roadmap2-area .roadmap2-box.top2 {
    margin-right: -90px;
}
.roadmap2 .sec-shape1 {
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .roadmap2 .sec-shape1 {
        display: none;
    }
}
@media (max-width: 767px) {
    .roadmap2 .sec-shape1 {
        display: none;
    }
}
.roadmap2 .sec-shape2 {
    position: absolute;
    top: 0;
    right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .roadmap2 .sec-shape2 {
        display: none;
    }
}
@media (max-width: 767px) {
    .roadmap2 .sec-shape2 {
        display: none;
    }
}
.roadmap2 .sec-shape3 {
    position: absolute;
    bottom: 0;
    left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .roadmap2 .sec-shape3 {
        display: none;
    }
}
@media (max-width: 767px) {
    .roadmap2 .sec-shape3 {
        display: none;
    }
}
.space60 {
    height: 60px;
}
.roadmap2 .roadmap2-area .roadmap2-box p {
    color: var(--vtc-text-pera-2);
    font-size: var(--f-fs-font-fs16);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-fs16);
    padding-bottom: 16px;
}
.roadmap2 .roadmap2-area .roadmap2-box h4 {
    color: var(--vtc-bg-bg-white);
    font-size: var(--f-fs-font-fs24);
    font-style: normal;
    font-weight: var(--f-fw-bold);
    line-height: var(--f-fs-font-fs24);
}
.heading3 span.span {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.075);
    padding: 8px 16px;
    margin-bottom: 16px;
    display: inline-block;
}
.heading3 span.span span {
    font-size: 16px;
    color: var(--bs-primary);
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: capitalize;
    /* background: var(
        --Home-Page-2-Color-Linner-Color,
        linear-gradient(91deg, #ee64fe 17.46%, #7000fd 93.13%)
    ); */
    /* background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    border-radius: 4px;
}
.heading3 h2 {
    color: var(--vtc-text-white-1);
    font-size: var(--f-fs-font-fs50);
    font-style: normal;
    font-weight: var(--f-fw-bold);
    line-height: var(--f-fs-font-fs64);
}
.roadmap2 .sec-shape3 {
    position: absolute;
    bottom: 0;
    left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .roadmap2 .sec-shape3 {
        display: none;
    }
}
@media (max-width: 767px) {
    .roadmap2 .sec-shape3 {
        display: none;
    }
}
/* education */

.tes4 {
    /* border-top: 1px solid
        var(--Home-Page-4-Color-Stroke-Color, rgba(5, 4, 2, 0.5));
    border-bottom: 1px solid
        var(--Home-Page-4-Color-Stroke-Color, rgba(5, 4, 2, 0.5)); */
    position: relative;
}
.tes4 .tes4-slider-all {
    position: relative;
}
.tes4 .tes4-slider-all .tes4-slider {
    padding: 60px 80px 60px 133px;
    margin-left: 150px;
    border-radius: 7px;
    background-color: var(--vtc-bg-bg-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tes4 .tes4-slider-all .tes4-slider {
        padding: 210px 30px 30px 30px;
        margin-left: 0;
        margin-top: 130px;
    }
}
@media (max-width: 767px) {
    .tes4 .tes4-slider-all .tes4-slider {
        padding: 210px 30px 30px 30px;
        margin-left: 0;
        margin-top: 130px;
    }
}
.tes4 .tes4-slider-all .tes4-slider .single-slider ul li {
    color: #ffc700;
    font-size: 18px;
    margin: 0px 2px;
    display: inline-block;
}
/* .tes4 .tes4-slider-all .tes4-slider .single-slider .pera {
    color: var(--Home-2-Color-Style-Text-Color, #12100b);
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    padding: 18px 0px 32px 0px;
} */
@media (max-width: 767px) {
    .tes4 .tes4-slider-all .tes4-slider .single-slider .pera {
        font-size: 18px;
        line-height: 26px;
    }
}
.tes4 .tes4-slider-all .tes4-slider .single-slider .bottom-area {
    display: flex;
    align-items: center;
}
.tes4 .tes4-slider-all .tes4-slider .single-slider .bottom-area .heading {
    padding-left: 16px;
}
.tes4 .tes4-slider-all .tes4-slider .single-slider .bottom-area .heading h5 a {
    display: inline-block;
    color: var(--Home-2-Color-Style-Text-Color, #12100b);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 100% */
    transition: all 0.4s;
}
.tes4 .tes4-slider-all .tes4-slider .single-slider .bottom-area .heading p {
    color: var(--Home-2-Color-Style-Paragraph-Color, #655045);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 100% */
    padding-top: 12px;
}
.tes4 .tes4-slider-all .tes4-slider::after {
    content: none;
    position: absolute;
    left: 188px;
    top: 20px;
    height: 100%;
    width: 87%;
    border-radius: 7px;
    border: 2px solid var(--Home-Page-4-Color-Normal, #f69434);
    background: var(--home-page-4-color-light-hover, #feefe1);
    z-index: -2;
}
.tes4 .tes4-slider-all .tes4-main-image {
    position: absolute;
    top: 16px;
    left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tes4 .tes4-slider-all .tes4-main-image {
        top: -160px;
        left: 50%;
        margin-left: -155px;
    }
}
@media (max-width: 767px) {
    .tes4 .tes4-slider-all .tes4-main-image {
        top: -124px;
        left: 50%;
        margin-left: -155px;
    }
}
.tes4 .tes4-slider-all .qute {
    position: absolute;
    right: 32px;
    bottom: 32px;
}
.tes4 .tes4-slider-all .buttons button {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: var(--vtc-bg-bg-white);
    font-size: 22px;
    border: none;
    border: 1px solid #f69434;
    color: #f69434;
    transition: all 0.4s;
}
.tes4 .tes4-slider-all .buttons button:hover {
    background-color: #f69434;
    transition: all 0.4s;
    color: var(--vtc-bg-bg-white);
}
.tes4 .tes4-slider-all .buttons .arrow-right4 {
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -68px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tes4 .tes4-slider-all .buttons .arrow-right4 {
        position: absolute;
        top: auto;
        bottom: -102px;
        right: 50%;
        margin-right: 8px;
    }
}
@media (max-width: 767px) {
    .tes4 .tes4-slider-all .buttons .arrow-right4 {
        position: absolute;
        top: auto;
        bottom: -102px;
        right: 50%;
        margin-right: 8px;
    }
}
.tes4 .tes4-slider-all .buttons .arrow-left4 {
    position: absolute;
    top: 50%;
    right: -30px;
    margin-bottom: -68px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tes4 .tes4-slider-all .buttons .arrow-left4 {
        position: absolute;
        top: auto;
        bottom: -34px;
        right: 50%;
        margin-right: -65px;
    }
}
@media (max-width: 767px) {
    .tes4 .tes4-slider-all .buttons .arrow-left4 {
        position: absolute;
        top: auto;
        bottom: -34px;
        right: 50%;
        margin-right: -65px;
    }
}
.tes4::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--vtc-bg-common-bg4);
    z-index: -5;
}
.tes4 .sec-shape1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
}
.tes4 .sec-shape2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tes4 {
        padding-bottom: 160px;
    }
}
@media (max-width: 767px) {
    .tes4 {
        padding-bottom: 160px;
    }
}
/*  */

/* .fun-fact-card .d-flex{
    flex-direction: column;
  } */
.blog2-box .heading2 h3 {
    color: #fff;
}
.mw-600 {
    max-width: 600px;
}
.txt-white {
    color: #fff;
}
.buy-sell-bottom {
    position: relative;
    margin-top: -220px;
    z-index: 99;
}
@media (max-width: 768px) {
    .sp {
        padding: 50px 0px;
    }
    .buy-sell-bottom .bg {
        margin-right: 0px;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 767px) {
    .heading1-w h2 {
        font-size: var(--f-fs-font-fs32);
        line-height: var(--f-fs-font-fs40);
    }
    .singlepb-25 {
        padding-bottom: 25px;
    }
}
.accordian-none.service-area .faq-content .accordion-button::before {
    display: none;
}
.boost {
    margin-bottom: 30px;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 20px 20px 20px 25px;
    margin-left: 0px;
}
/* error */
label.error {
    color: red;
    margin-bottom: 20px;
}
.contact-form-area .default-btn {
    margin-top: 20px;
}
.navbar-nav li.active a {
    color: #00ffa3 !important;
}
/* mobile toggle */
.mobile-navbar .offcanvas-body ul.mobile-menu .nav-l a::after {
    content: "";
}
/*changes phase  */
.possibilites .features-bg .main-image{
    text-align: center;
}
.possibilites .features-bg .main-image img {
    height: 300px;
}
.webhooks-sec .single-services-card {
    text-align: center;
    padding: 30px 30px;
}
.webhooks-sec .section-heading {
    max-width: none;
    text-align: center;
}
@media (max-width: 767px) {
    .heading3 h2 {
        font-size: var(--f-fs-font-fs32);
        line-height: var(--f-fs-font-fs48);
    }
    .heading3-w h2 {
        font-size: var(--f-fs-font-fs32);
        line-height: var(--f-fs-font-fs48);
    }
}
.authentic-sec .testimonials-card h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
}
.create-power-card ul {
    max-width: 420px;
}
.work1 .work-box-are:hover .work-box .heading1 h5 {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
}
.roadmap-box.heading2 h4 {
    color: #fff;
    font-size: 30px;
    line-height: 33px;
}
.fpo-img img {
    height: 42vh;
}
.review-card h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
    color: var(--vtc-text-white-1);
}
.buy-sell-bottom .single-box h5 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
}
.faq-sec .faq-content .accordion-button,
.blog2 .heading2 h3,
.testimonials-card h3 {
    font-size: 30px;
}
.heading1 span {
    font-weight: 700;
}
.work1 .work-box-area h5 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
}
.work-sectigon-area4 h2 {
    font-size: 50px;
}
.tes4-main-image img {
    max-width: 80%;
}
.home-pricing-section .pricing-card {
    min-height: 550px;
}
.fpo-img-cst img {
    height: 26em;
}

/* sign in and sign up form style and annimations start here */

.logo{
    width: 100%;
}
.container-fluid.sign-in-up {
    position: relative;
    width: 100%;
    background-color: #fff;
    min-height: 100vh;
    overflow: hidden;
}

.sign-in-up .forms-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sign-in-up .signin-signup {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 75%;
    width: 50%;
    transition: 1s 0.7s ease-in-out;
    display: grid;
    grid-template-columns: 1fr;
    z-index: 5;
}

.sign-in-up form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0rem 5rem;
    transition: all 0.2s 0.7s;
    overflow: hidden;
    grid-column: 1/2;
    grid-row: 1/2;
}

.sign-in-up form.sign-up-form {
    opacity: 0;
    z-index: 1;
}

.sign-in-up form.sign-in-form {
    z-index: 2;
}

.sign-in-up .title {
    font-size: 2.2rem;
    color: #444;
    margin-bottom: 10px;
}

.sign-in-up .input-field {
    max-width: 380px;
    width: 100%;
    background-color: #f0f0f0;
    margin: 10px 0;
    height: 55px;
    border-radius: 55px;
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 0 0.4rem;
    position: relative;
}

.sign-in-up .input-field i {
    text-align: center;
    line-height: 55px;
    color: #acacac;
    transition: 0.5s;
    font-size: 1.1rem;
}

.sign-in-up .input-field input {
    background: none;
    outline: none;
    border: none;
    line-height: 1;
    font-weight: 600;
    font-size: 1.5rem;
    color: #333;
}

.sign-in-up .input-field input::placeholder {
    color: #aaa;
    font-weight: 500;
}

.sign-in-up .social-text {
    padding: 0.7rem 0;
    font-size: 1rem;
}

.sign-in-up .social-media {
    display: flex;
    justify-content: center;
}

.sign-in-up .social-icon {
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.45rem;
    color: #333;
    border-radius: 50%;
    border: 1px solid #333;
    text-decoration: none;
    font-size: 1.1rem;
    transition: 0.3s;
}

.sign-in-up .social-icon:hover {
    color: #4481eb;
    border-color: #4481eb;
}

.sign-in-up .btn {
    width: 150px;
    /* background-color: #5995fd; */
    border: none;
    outline: none;
    height: 49px;
    /* border-radius: 49px; */
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.5s;
    margin-top: 25px;
}

.sign-in-up .btn:hover {
    background-color:#103142 ;
}

.sign-in-up .panels-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.sign-in-up.container-fluid:before {
    content: "";
    position: absolute;
    height: 2000px;
    width: 2000px;
    top: -10%;
    right: 48%;
    transform: translateY(-50%);
    background-image: linear-gradient(to right bottom,  #2CA6E3,#254252 );
    transition: 1.8s ease-in-out;
    border-radius: 50%;
    z-index: 6;
}

.sign-in-up a  {
    transition: transform 1.1s ease-in-out;
    transition-delay: 0.4s;
}

.sign-in-up .panel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
    text-align: center;
    z-index: 6;
}

.sign-in-up .left-panel {
    pointer-events: all;
    padding: 3rem 17% 2rem 12%;
}

.sign-in-up .right-panel {
    pointer-events: none;
    padding: 3rem 12% 2rem 17%;
}

.sign-in-up .panel .content {
    color: #fff;
    transition: transform 0.9s ease-in-out;
    transition-delay: 0.6s;
}

.sign-in-up .panel h3 {
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
    font-size: 50px;
    margin-bottom: 10px;
    font-family: "Inter Tight", sans-serif;
}

.sign-in-up .panel p {
   
    font-size: 2rem;
    padding: 0.7rem 0;
    line-height: 30px;
}

.sign-in-up .btn.transparent {
    margin: 0;
    background: none;
    border: 2px solid #fff;
    width: 130px;
    height: 41px;
    font-weight: 600;
    /* font-size: 0.8rem; */
    margin-top: 15px;
}

.sign-in-up .right-panel .image,
.sign-in-up .right-panel .content {
    transform: translateX(800px);
}

/* ANIMATION */
.container-fluid.sign-in-up.sign-up-mode:before {
    transform: translate(100%, -50%);
    right: 52%;
}

.container-fluid.sign-in-up.sign-up-mode .left-panel .image,
.container-fluid.sign-in-up.sign-up-mode .left-panel .content {
    transform: translateX(-800px);
}

.container-fluid.sign-in-up.sign-up-mode .signin-signup {
    left: 25%;
}

.container-fluid.sign-in-up.sign-up-mode form.sign-up-form {
    opacity: 1;
    z-index: 2;
}

.container-fluid.sign-in-up.sign-up-mode form.sign-in-form {
    opacity: 0;
    z-index: 1;
}

.container-fluid.sign-in-up.sign-up-mode .right-panel .image,
.container-fluid.sign-in-up.sign-up-mode .right-panel .content {
    transform: translateX(0%);
    right: 30%;
}

.container-fluid.sign-in-up.sign-up-mode .left-panel {
    pointer-events: none;
}

.container-fluid.sign-in-up.sign-up-mode .right-panel {
    pointer-events: all;
}


@media (max-width: 870px) {
    .container-fluid.sign-in-up {
        min-height: 1000px;
        height: 100vh;
    }
    .sign-in-up .error{
        width: auto !important;
    }
    .signin-signup {
        width: 100%;
        top: 95%;
        transform: translate(-50%, -100%);
        transition: 1s 0.8s ease-in-out;
    }

    .signin-signup,
    .container-fluid.sign-in-up.sign-up-mode .signin-signup {
        left: 50%;
    }

    .panels-container {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 2fr 1fr;
    }

    .panel {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 2.5rem 8%;
        grid-column: 1/2;
    }

    .right-panel {
        grid-row: 3/4;
    }

    .left-panel {
        grid-row: 1/2;
    }

    .image {
        width: 200px;
        transition: transform 0.9s ease-in-out;
        transition-delay: 0.6s;
    }

    .panel .content {
        padding-right: 15%;
        transition: transform 0.9s ease-in-out;
        transition-delay: 0.8s;
    }

    .panel h3 {
        font-size: 1.2rem;
    }

    .panel p {
        font-size: 0.7rem;
        padding: 0.5rem 0;
    }

    .btn.transparent {
        width: 110px;
        height: 35px;
        font-size: 0.7rem;
    }

    .container-fluid.sign-in-up:before {
        width: 1500px;
        height: 1500px;
        transform: translateX(-50%);
        left: 30%;
        bottom: 68%;
        right: initial;
        top: initial;
        transition: 2s ease-in-out;
    }

    .container-fluid.sign-in-up.sign-up-mode:before {
        transform: translate(-50%, 100%);
        bottom: 32%;
        right: initial;
    }

    .container-fluid.sign-in-up.sign-up-mode .left-panel .image,
    .container-fluid.sign-in-up.sign-up-mode .left-panel .content {
        transform: translateY(-300px);
    }

    .container-fluid.sign-in-up.sign-up-mode .right-panel .image,
    .container.sign-up-mode .right-panel .content {
        transform: translateY(0px);
    }

    .right-panel .image,
    .right-panel .content {
        transform: translateY(300px);
    }

    .container-fluid.sign-in-up .sign-up-mode .signin-signup {
        top: 5%;
        transform: translate(-50%, 0);
    }
}
@media (max-width: 570px) {
    form {
        padding: 0 1.5rem;
    }

    .image {
        display: none;
    }

    .panel .content {
        padding: 0.5rem 1rem;
    }

    .container-fluid.sign-in-up  {
        padding: 1.5rem;
    }

    .container-fluid.sign-in-up :before {
        bottom: 72%;
        left: 50%;
    }

    .container-fluid.sign-in-up .sign-up-mode:before {
        bottom: 28%;
        left: 50%;
    }
}
.sign-in-up  .error {
    /* padding-bottom: 10px; */
    color: red !important;
    font-size: 16px;
    width: 280px;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #2CA6E3 !important;
    color: #fff !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: unset !important;
}
.sign-in-up  .mb-2 {
    margin-bottom: 20px;
}
/* .sign-in-up  .panel {
    display: flex;
    align-items: center;
} */
.sign-in-up  .ct-bt{
    border: none;
    box-shadow: none;
    border-radius: 10px;
    background-color: #2CA6E3;
    font-weight: 600;
    color: #ffffff;
    transition: all ease 0.5s;
}

/* sign in and sign up form style and annimations end here */

.faq-content.smclt0 .accordion-button,
.faq-content.smclt0 .accordion-item .accordion-body .info p,
.faq-content.smclt0 .accordion-item .accordion-body .info ul li
{
    color: initial;
}
.faq-content.smclt0 .accordion-item .accordion-body .info ul li i{
    color: var(--vtc-text-white-1);
    background-color: var(--bs-primary);
}
.faq-content.smclt1 .accordion-item{
    background-color: #D8E7EF;
}
.faq-content.smclt1 .accordion-button,
.faq-content.smclt1  .accordion-item .accordion-body p{
    color: initial;
}
.possibilites-boxs.e-com .single-box:hover{
    background-color: var(--bs-primary);
    color: var(--vtc-text-white-1);
}

.__cf_email__:hover{
    color: var(--bs-primary);
}
.faq-content.ab-u .accordion-button::before{
    color: var(--vtc-text-white-1);
}
@media (max-width: 870px){
.sec_sign_in_up .panels-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 2fr 1fr;

}
.sec_sign_in_up .left-panel {
    grid-row: 1 / 2;
}
.sec_sign_in_up .container-fluid.sign-in-up:before{
    bottom: 64%;
    left: 50%;
}
.panel .image{
    width: 100%;
    margin-top: 30px !important;
}
.container-fluid.sign-in-up.sign-up-mode .right-panel .image{
    display: none;
}
.panel .image img{
width: 150px;
}
.sec_sign_in_up .container-fluid.sign-in-up.sign-up-mode:before{
    bottom: 28%;
    left: 50%;
}
.sign-in-up .panel h3{
    font-size: 22px;
}
.sign-in-up .signin-signup{
    left: 50%;
    top: 55%;
}
.sign-in-up .signin-signup{
    width: 100%;
}
.sign-in-up.sign-up-mode .signin-signup{
    top: 35%;
}
.sign-in-up .panel p{
    font-size: 1.3rem;
    line-height: 15px;
}
.sec_sign_in_up .panel {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 2.5rem 8%;
    grid-column: 1 / 2;
}
}
