/*---------------------- Public Style ---------------------*/

body {
    position: relative;
    background-color: #081132;
    margin: 0;
    padding: 0;
    direction: ltr;
    overflow-x: hidden;
}

body::before {
    content: "";
    background: url('../images/site/lines.png') repeat center center / 1200px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    opacity: 0.08;
}

* {
    font-family: 'Poppins';
    outline: medium none !important;
    text-decoration: none !important;
}

/*---------------------- /Public Style ---------------------*/

/*---------------------- Header Main ---------------------*/

.container-fluid .row {
    display: flex;
    justify-content: center;
}
.header-main{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}
.header-main.reactive{
    position: fixed;
    background-color: #171449;
    box-shadow: 0 0 2px #081132;
    top: -150px;
}
.header-main.active{
    top: 0 !important;
    transition: all 0.5s;
}
.header-main::before {
    content: "";
    background-color: #902cfe;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    position: absolute;
    left: -250px;
    top: -100px;
    filter: blur(100px) opacity(0.25);
}

.header-main::after {
    content: "";
    background-color: #9632ff;
    width: 200px;
    height: 100px;
    border-radius: 100%;
    position: absolute;
    right: -50px;
    top: 200px;
    filter: blur(50px) opacity(1);
    z-index: 0;
}
.header-main.reactive::before,.header-main.reactive::after{
    display: none;
}

.header-main .header-elements .logo-psp>img {
    width: 80px;
}

.header-main .header-elements .navbar-psp .nav-link {
    position: relative;
    padding: 30px 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin: 0 10px;
    transition: all 0.4s;
}

.header-main .header-elements .navbar-psp .nav-link::before {
    content: "";
    height: 2px;
    background-color: #902cfe;
    width: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transition: all 0.4s;
}

.header-main .header-elements .navbar-psp .nav-link:hover::before, .header-main .header-elements .navbar-psp .nav-link.active::before {
    width: 100%;
}

.header-main .header-elements .navbar-psp .nav-link:hover {
    color: #902cfe;
}

.header-main .header-elements .navbar-psp .nav-link.active {
    color: #902cfe;
    background: rgb(129, 12, 251);
    background: -moz-linear-gradient(180deg, rgba(129, 12, 251, 0.25) 0%, rgba(8, 17, 50, 0.1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(129, 12, 251, 0.25) 0%, rgba(8, 17, 50, 0.1) 100%);
    background: linear-gradient(180deg, rgba(129, 12, 251, 0.25) 0%, rgba(8, 17, 50, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#902cfe", endColorstr="#081132", GradientType=1);
}

.header-main .header-elements .options-head {
    display: flex;
    align-items: center;
}

.header-main .header-elements .options-head .input-group {
    background-color: #171449;
    width: 150px;
    box-shadow: 0 0 2px #081132;
    border-radius: 8px;
    height: 35px;
}

.header-main .header-elements .options-head .input-group .input-group-text {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 0 0 0 10px;
    font-size: 12px;
    opacity: 0.3;
}

.header-main .header-elements .options-head .input-group .form-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    height: 35px;
}

.header-main .header-elements .options-head .input-group .form-control::placeholder {
    color: #fff;
    opacity: 0.3;
}

.header-main .header-elements .options-head .btn-register {
    height: 35px;
    background-color: #902cfe;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 7px 15px;
    margin: 0 10px;
    transition: all 0.4s;
}

.header-main .header-elements .options-head .btn-register:hover {
    background-color: #fff;
    color: #902cfe;
}

.header-main .header-elements .options-head .dropdown{
    margin-left: 10px;
}
.header-main .header-elements .options-head .dropdown-toggle {
    height: 35px;
    background-color: #171449;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    border: none;
    box-shadow: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 7px 15px 7px 15px;
    transition: all 0.4s;
}

.header-main .header-elements .options-head .dropdown-menu {
    min-width: 100%;
}

.header-main .header-elements .options-head .dropdown-item {
    font-size: 14px;
    font-weight: 300;
    padding: 5px 15px;
}

.header-main .header-elements .options-head .dropdown-toggle>i {
    font-size: 18px;
    margin-right: 5px;
}

.header-main .header-elements .options-head .dropdown-toggle::after {
    margin-left: 5px;
}

.header-main .header-elements .options-head .ic-op {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    /* margin-left: 5px; */
    transition: all 0.4s;
}

.header-main .header-elements .options-head .ic-op:hover {
    background-color: #171449;
    color: #902cfe;
}

/*---------------------- /Header Main ---------------------*/

/*---------------------- Content Main ---------------------*/

/*---------------------- About PSP ---------------------*/

.content-main .about-psp {
    padding-top: 150px !important;
}

.content-main .about-psp .about-text {
    position: relative;
    padding-top: 140px;
}

.content-main .about-psp .about-text::before {
    content: "";
    background: url('../images/site/points.png') no-repeat center center / 150px;
    width: 150px;
    height: 150px;
    position: absolute;
    left: -170px;
    top: 150px;
    transform: scaleX(-1);
}

.content-main .about-psp .about-text .title-psp {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
}

.content-main .about-psp .about-text .title-psp>span {
    display: block;
}

.content-main .about-psp .about-text .title-psp>strong {
    color: #902cfe;
}

.content-main .about-psp .list-features {
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.content-main .about-psp .desc-text {
    font-size: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    margin: 20px 0;
    display: flex;
    align-items: center;
    width: 90%;
}

.content-main .about-psp .list-features .item-ft .icon-tick {
    background-color: #902cfe;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #081132;
    font-size: 14px;
    margin-right: 15px;
}

.content-main .about-psp .list-statistics {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
}

.content-main .about-psp .list-statistics .item-stat {
    position: relative;
    background-color: #171449;
    box-shadow: 0 0 2px #081132;
    width: 160px;
    height: 120px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    line-height: -1.2;
}

.content-main .about-psp .list-statistics .item-stat::before {
    content: "";
    background-color: #171449;
    box-shadow: 0 0 2px #081132;
    width: 100%;
    height: 80px;
    border-radius: 30px;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    transform: skewY(7deg);
    z-index: 0;
}

.content-main .about-psp .list-statistics .item-stat .count-stat {
    position: relative;
    z-index: 10;
    font-size: 30px;
    display: block;
    color: #fff;
    font-weight: 500;
}

.content-main .about-psp .list-statistics .item-stat .title-stat {
    font-size: 12px;
    font-weight: 300;
    color: #902cfe;
    display: block;
    position: relative;
    z-index: 10;
}

.content-main .about-psp .about-logo .cirlces-box-logo {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 530px;
    float: right;
}

.content-main .about-psp .about-logo .cirlces-box-logo::before {
    content: "";
    background-color: #902cfe;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    filter: blur(100px) opacity(0.25);
}

.content-main .about-psp .about-logo .circle-back, .content-main .about-psp .about-logo .circle-back-fr, .content-main .about-psp .about-logo .cirlce-shadow, .content-main .about-psp .about-logo .circle-cover, .content-main .about-psp .about-logo .circle-logo {
    width: 450px;
    height: 450px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(129, 12, 251, 0.15);
}

.content-main .about-psp .about-logo .circle-back-fr {
    width: 360px;
    height: 360px;
    background-color: rgba(129, 12, 251, 0.3);
}

.content-main .about-psp .about-logo .cirlce-shadow {
    width: 280px;
    height: 280px;
    background-color: rgba(8, 17, 50, 0.2);
    position: relative;
    right: -12px
}

.content-main .about-psp .about-logo .circle-cover {
    width: 280px;
    height: 280px;
    background: rgb(129, 12, 251);
    background: -moz-linear-gradient(130deg, rgba(129, 12, 251, 1) 0%, rgba(8, 17, 50, 1) 100%);
    background: -webkit-linear-gradient(130deg, rgba(129, 12, 251, 1) 0%, rgba(8, 17, 50, 1) 100%);
    background: linear-gradient(130deg, rgba(129, 12, 251, 1) 0%, rgba(8, 17, 50, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#902cfe", endColorstr="#081132", GradientType=1);
    position: relative;
    right: 12px;
    animation: rotating 8s infinite;
}

.content-main .about-psp .about-logo .circle-logo {
    width: 230px;
    height: 230px;
    background: rgb(129, 12, 251);
    background: -moz-linear-gradient(336deg, rgba(129, 12, 251, 1) 0%, rgba(8, 17, 50, 1) 100%);
    background: -webkit-linear-gradient(336deg, rgba(129, 12, 251, 1) 0%, rgba(8, 17, 50, 1) 100%);
    background: linear-gradient(336deg, rgba(129, 12, 251, 1) 0%, rgba(8, 17, 50, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#902cfe", endColorstr="#081132", GradientType=1);
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.content-main .about-psp .about-logo .circle-logo>.lg-circle {
    width: 230px;
}

.content-main .about-psp .about-logo .cirlces-box-logo .circle-point {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: rgb(150, 50, 255);
    background: -moz-linear-gradient(230deg, rgba(150, 50, 255, 1) 50%, rgba(69, 0, 141, 1) 100%);
    background: -webkit-linear-gradient(230deg, rgba(150, 50, 255, 1) 50%, rgba(69, 0, 141, 1) 100%);
    background: linear-gradient(230deg, rgba(150, 50, 255, 1) 50%, rgba(69, 0, 141, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9632ff", endColorstr="#45008d", GradientType=1);
    position: absolute;
    z-index: 100;
}

.content-main .about-psp .about-logo .cirlces-box-logo .circle-point.circle-rt {
    right: 20px;
    top: 0;
}

.content-main .about-psp .about-logo .cirlces-box-logo .circle-point.circle-rb {
    right: 40px;
    bottom: 35px;
    width: 45px;
    height: 45px;
}

.content-main .about-psp .about-logo .cirlces-box-logo .circle-point.circle-lt {
    left: 80px;
    top: 100px;
    width: 45px;
    height: 45px;
}

.content-main .about-psp .about-logo .cirlces-box-logo .circle-point.circle-lb {
    left: 130px;
    bottom: 0;
    width: 85px;
    height: 85px;
}

/*---------------------- /About PSP ---------------------*/

/*---------------------- Slideshow PSP ---------------------*/

.content-main .sliders-psp {
    margin-top: 120px;
}

.content-main .swiper-slideshow {
    overflow: hidden;
    position: relative;
}

.content-main .swiper-slideshow .image-slide {
    display: block;
    width: 100%;
    height: 150px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 2px #081132;
}

.content-main .swiper-slideshow .image-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next::after, .swiper-button-prev::after {
    display: none;
}

.content-main .sliders-psp .arrow-psp,
.content-main .blog-psp .arrow-blg {
    top: 50%;
    font-size: 35px;
    color: #fff;
    opacity: 0.5;
    transition: all 0.4s;
}

.content-main .sliders-psp .arrow-psp:hover,
.content-main .blog-psp .arrow-blg:hover {
    opacity: 1;
}

.content-main .sliders-psp .slide-next,
.content-main .blog-psp .slide-next{
    right: -60px;
}

.content-main .sliders-psp .slide-prev,
.content-main .blog-psp .slide-prev {
    left: -60px;
}

.content-main .sliders-psp .pg-slideshow,
.content-main .blog-psp .pg-blog{
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.content-main .sliders-psp .pg-slideshow .swiper-pagination-bullet,
.content-main .blog-psp .pg-blog .swiper-pagination-bullet{
    background-color: #fff;
    opacity: 0.15;
    margin: 0 3px;
    border-radius: 100px;
    transition: all 0.4s;
}

.content-main .sliders-psp .pg-slideshow .swiper-pagination-bullet-active,
.content-main .blog-psp .pg-blog .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
    width: 30px;
}

/*---------------------- /Slideshow PSP ---------------------*/

/*---------------------- Services PSP ---------------------*/

.content-main .services-psp {
    margin-top: 150px;
}

.content-main .title-public-psp {
    position: relative;
    z-index: 99;
}

.content-main .title-public-psp::after {
    content: "";
    background: url('../images/site/points.png') no-repeat center center / 150px;
    width: 150px;
    height: 150px;
    position: absolute;
    left: -95px;
    top: -65px;
}

.content-main .title-public-psp::before {
    content: "";
    background-color: #9632ff;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    position: absolute;
    left: -300px;
    top: -100px;
    filter: blur(100px) opacity(0.4);
    z-index: 0;
}

.content-main .title-public-psp .sub-title {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: lighter;
    text-transform: uppercase;
}

.content-main .title-public-psp .title-main {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.content-main .title-public-psp .title-main>strong {
    color: #902cfe;
}

.content-main .title-public-psp .desc-title {
    width: 80%;
    font-size: 16px;
    font-weight: lighter;
    color: rgba(255, 255, 255, 0.6);
}

.content-main .services-psp .list-services {
    margin-top: 30px;
}

.content-main .services-psp .list-services::before, .content-main .services-psp .list-services::after {
    content: "";
    background-color: #9632ff;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position: absolute;
    right: 100px;
    top: -220px;
    filter: blur(30px) opacity(1);
    z-index: 0;
}

.content-main .services-psp .list-services::after {
    right: 60px;
    top: -280px;
    width: 400px;
    height: 170px;
    background-color: #081132;
}

.content-main .services-psp .item-service .box-head-service {
    position: relative;
    background-color: #171449;
    box-shadow: 0 0 2px #081132;
    width: 100%;
    height: 400px;
    border-radius: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-right: 30px;
    padding: 30px;
    flex-wrap: wrap;
}

.content-main .services-psp .item-service .box-head-service .title-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    height: 130px;
}

.content-main .services-psp .item-service .box-head-service .title-box>i {
    font-size: 60px;
    color: #902cfe;
}

.content-main .services-psp .item-service .box-head-service .title-service {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}

.content-main .services-psp .item-service .sub-list {
    margin-top: 30px;
    list-style: none;
    padding: 0;
    width: 100%;
}

.content-main .services-psp .item-service .sub-list .sub-item {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: lighter;
    color: rgba(255, 255, 255, 0.6);
    padding-left: 30px;
}

.content-main .services-psp .item-service .sub-list .sub-item::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #902cfe;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 8px;
}

/*---------------------- /Services PSP ---------------------*/

/*---------------------- Transfers PSP ---------------------*/

.content-main .transfer-eur {
    margin: 50px 0;
}

.content-main .transfer-eur .box-transfer {
    position: relative;
    background-color: #441c8e;
    padding: 30px 30px 60px;
    border-radius: 20px;
}

.content-main .transfer-eur .box-transfer .title-trs {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}

.content-main .transfer-eur .box-transfer .sub-title {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    font-weight: lighter;
}

.content-main .transfer-eur .box-transfer .images-trs {
    position: absolute;
    right: 30px;
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.content-main .transfer-eur .box-transfer .images-trs .box-image {
    background-color: #fff;
    width: 130px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    border-radius: 10px;
    margin-left: 15px;
}

.content-main .transfer-eur .box-transfer .images-trs .box-image .lg-trs {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content-main .transfer-eur .box-transfer .btn-ic {
    display: flex;
    align-items: center;
    float: right;
    margin-top: 40px;
    font-size: 14px;
    font-weight: lighter;
    color: #fff;
}

.content-main .transfer-eur .box-transfer .btn-ic>i {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: rgba(23, 20, 73, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    margin-left: 8px;
    transition: all 0.4s;
}

.content-main .transfer-eur .box-transfer .btn-ic:hover>i {
    background-color: #902cfe;
    margin-left: 5px;
}

/*---------------------- /Transfers PSP ---------------------*/

/*---------------------- White Paper PSP ---------------------*/

.whitepaper-psp .box-list-currency {
    padding: 50px;
    margin-top: 30px !important;
}

.whitepaper-psp .box-list-currency .desc-whitepaper {
    font-size: 14px;
    font-weight: lighter;
    color: #fff;
    line-height: 2;
    height: 500px;
    text-align: justify;
}

.whitepaper-psp .btn-more-cr>i {
    font-size: 22px;
    margin-right: 10px;
}

/*---------------------- /White Paper PSP ---------------------*/

/*---------------------- Road Map PSP ---------------------*/

.road-map .title-public-psp .logo-map {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background-clip: padding-box;
    background: rgb(150, 50, 255);
    background: -moz-linear-gradient(230deg, rgba(150, 50, 255, 1) 50%, rgba(69, 0, 141, 1) 100%);
    background: -webkit-linear-gradient(230deg, rgba(150, 50, 255, 1) 50%, rgba(69, 0, 141, 1) 100%);
    background: linear-gradient(230deg, rgba(150, 50, 255, 1) 50%, rgba(69, 0, 141, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9632ff", endColorstr="#45008d", GradientType=1);
    margin: 0 auto;
}

.road-map .title-public-psp .logo-map>img {
    width: 80px;
    animation: rotating 8s infinite;
}

.road-map .timeline-map {
    position: relative;
    padding: 100px 0 30px;
}

.road-map .timeline-map::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    opacity: 0.20;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.road-map .timeline-map::after {
    content: "";
    background-color: #081132;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -80px;
    filter: blur(30px) opacity(1);
    z-index: 0;
}

.road-map .timeline-map .item-timeline {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.road-map .timeline-map .item-timeline.right {
    justify-content: flex-end;
}

.road-map .timeline-map .item-timeline::before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #902cfe;
    border: 12px solid #171449;
    background-clip: padding-box;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.road-map .timeline-map .item-timeline::after {
    content: "";
    width: 50px;
    height: 1px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    top: 16px;
    right: 85px;
    left: 0;
    margin: 0 auto;
    opacity: 0.20;
}

.road-map .timeline-map .item-timeline.right::after {
    right: -85px;
}

.road-map .timeline-map .item-timeline .box-timeline {
    background-color: #171449;
    box-shadow: 0 0 2px #081132;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 42%;
    position: relative;
    top: -40px;
    flex-direction: row-reverse;
    z-index: 10;
}

.road-map .timeline-map .item-timeline.right .box-timeline {
    flex-direction: row;
}

.road-map .timeline-map .item-timeline .box-timeline .title-timline {
    width: 80px;
    height: 80px;
    background: rgb(150, 50, 255);
    background: -moz-linear-gradient(230deg, rgba(150, 50, 255, 1) 50%, rgba(69, 0, 141, 1) 100%);
    background: -webkit-linear-gradient(230deg, rgba(150, 50, 255, 1) 50%, rgba(69, 0, 141, 1) 100%);
    background: linear-gradient(230deg, rgba(150, 50, 255, 1) 50%, rgba(69, 0, 141, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9632ff", endColorstr="#45008d", GradientType=1);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    border-radius: 15px;
    margin-left: 15px;
}

.road-map .timeline-map .item-timeline.right .box-timeline .title-timline {
    margin-left: 0;
    margin-right: 15px;
}

.road-map .timeline-map .item-timeline .desc-timeline {
    font-size: 14px;
    font-weight: lighter;
    line-height: 1.8;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
}

/*---------------------- /Road Map PSP ---------------------*/

/*---------------------- Convertor PSP ---------------------*/

.converter-psp .convertor-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.converter-psp .convertor-box .input-box {
    position: relative;
    background-color: #171449;
    box-shadow: 0 0 2px #081132;
    border-radius: 15px;
    display: flex;
    align-items: center;
    width: 46%;
    padding: 20px;
}

.converter-psp .convertor-box .input-box .logo-input {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: bold;
    color: #902cfe;
    margin-right: 20px;
    padding-right: 20px;
}

.converter-psp .convertor-box .input-box .logo-input::after {
    content: "";
    width: 0.5px;
    height: 55px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: -5px;
    opacity: 0.15;
}

.converter-psp .convertor-box .input-box .logo-input>img {
    height: 50px;
    margin-right: 10px;
}

.converter-psp .convertor-box .input-box .form-control {
    background-color: #081132;
    border: none;
    height: 50px;
    border-radius: 15px;
    box-shadow: none;
    padding: 5px 20px;
    font-weight: bold;
    color: #fff;
}

.converter-psp .convertor-box .input-box .unit-input {
    font-size: 14px;
    font-weight: lighter;
    position: absolute;
    right: 40px;
    top: 35px;
    color: rgba(255, 255, 255, 0.5);
    z-index: 10;
}

.converter-psp .convertor-box .icon-swap {
    position: relative;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    background-clip: padding-box;
    font-size: 24px;
    color: #fff;
    background: rgb(150, 50, 255);
    background: -moz-linear-gradient(230deg, rgba(150, 50, 255, 1) 50%, rgba(69, 0, 141, 1) 100%);
    background: -webkit-linear-gradient(230deg, rgba(150, 50, 255, 1) 50%, rgba(69, 0, 141, 1) 100%);
    background: linear-gradient(230deg, rgba(150, 50, 255, 1) 50%, rgba(69, 0, 141, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9632ff", endColorstr="#45008d", GradientType=1);
}
.converter-psp .btn-buy{
    width: 100%;
    margin-top: 30px;
    padding: 12px;
    border-radius: 15px;
    background-color: #902cfe;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    transition: all 0.4s;
}
.converter-psp .btn-buy:hover{
    background-color: #fff;
    color: #902cfe;
}
.psp-modal{
    z-index: 9999999;
}
.converter-psp .list-features,
.psp-modal .modal-body .list-features{
    margin-top: 30px;
    padding: 0;
    list-style: none;
}
.converter-psp .list-features .item-ft,
.psp-modal .modal-body .list-features .item-ft{
    position: relative;
    font-size: 14px;
    font-weight: lighter;
    color: #fff;
    margin-bottom: 5px;
    padding-left: 15px;
}
.converter-psp .list-features .item-ft::before,
.psp-modal .modal-body .list-features .item-ft::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #902cfe;
    position: absolute;
    top: 6px;
    left: 0;
}
.converter-psp .desc-notice{
    font-size: 14px;
    font-weight: lighter;
    color: #fff;
    width: 100%;
}
.converter-psp .desc-notice strong{
    font-size: 16px;
    font-weight: bold;
    color: #902cfe;
    margin-right: 5px;
}
.psp-modal .modal-content{
    background-color: rgba(23, 20, 73,0.9);
    border-radius: 30px;
    border: none;
}
.psp-modal .modal-header{
    border: none;
}
.psp-modal .close{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    opacity: 1 !important;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    position: absolute;
    top: 30px;
    left: 15px;
    z-index: 99;
    font-weight: lighter;
    transition: all 0.4s;
}
.psp-modal .close:hover{
    background-color: #fff;
    color: #902cfe;
}
.psp-modal .modal-title{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 6px;
}
.psp-modal .modal-body .qr-wallet > img{
    width: 200px;
}
.psp-modal .modal-body .wallet-address{
    margin-top: 60px;
}
.psp-modal .modal-body .wallet-address .title{
    font-size: 22px;
    color: #902cfe;
    margin-bottom: 0;
}
.psp-modal .modal-body .wallet-address .code-wallet{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

/*---------------------- /Convertor PSP ---------------------*/

/*---------------------- Token Plans PSP ---------------------*/

.content-main .tokens-psp {
    margin-top: 150px;
}

.content-main .tokens-psp .list-plans {
    margin-top: 60px;
}

.content-main .tokens-psp .list-plans .box-plan {
    cursor: pointer;
    position: relative;
    background-color: #171449;
    box-shadow: 0 0 2px #081132;
    width: 100%;
    height: 180px;
    border-radius: 30px;
    margin-right: 30px;
    padding: 30px;
    top: 0;
    transition: all 0.4s;
}

.content-main .tokens-psp .list-plans .box-plan::before {
    content: "";
    background-color: #171449;
    box-shadow: 0 -2px 2px -2px #081132;
    width: 100%;
    height: 120px;
    border-radius: 30px;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    transform: skewY(7deg);
    z-index: 0;
    transition: all 0.4s;
}

.content-main .tokens-psp .list-plans .box-plan.deactive {
    opacity: 0.5;
    pointer-events: none;
}

.content-main .tokens-psp .list-plans .box-plan.active::before {
    background-color: #902cfe;
    box-shadow: 0 -2px 2px -2px #902cfe;
}

.content-main .tokens-psp .list-plans .box-plan:hover::before {
    background-color: #151344;
    box-shadow: 0 -2px 2px -2px #151344;
}

.content-main .tokens-psp .list-plans .box-plan.active {
    background-color: #902cfe;
    box-shadow: 0 0 2px #902cfe;
}

.content-main .tokens-psp .list-plans .box-plan:hover {
    top: -10px;
    background-color: #151344;
    box-shadow: 0 0 2px #151344;
}
.content-main .tokens-psp .list-plans .box-plan .countdown_comingsoon{
    display: flex;
    align-items: center;
    font-size: 25px;
    font-weight: 500;
    margin-top: 20px;
    color: #081132;
    transition: all 0.4s;
}
.content-main .tokens-psp .list-plans .box-plan:hover .countdown_comingsoon{
    color: #fff;
}
.content-main .tokens-psp .list-plans .box-plan .countdown_comingsoon .number{
    position: relative;
    display: flex;
    align-items: center;
}
.content-main .tokens-psp .list-plans .box-plan .countdown_comingsoon .number:not(:last-child)::after{
    content: ":";
    margin: 0 5px;
}
.content-main .tokens-psp .list-plans .box-plan .countdown_comingsoon .title{
    display: none;
}

.content-main .tokens-psp .list-plans .item-plan:nth-child(even) .box-plan::before {
    transform: skewY(-7deg);
}

.content-main .tokens-psp .list-plans .box-plan>* {
    position: relative;
    z-index: 99;
}

.content-main .tokens-psp .list-plans .box-plan .title-day {
    font-size: 18px;
    font-weight: lighter;
    color: #fff;
}

.content-main .tokens-psp .list-plans .box-plan .percent-plan {
    font-size: 45px;
    font-weight: bold;
    color: #902cfe;
    line-height: 1;
    transition: all 0.4s;
}

.content-main .tokens-psp .list-plans .box-plan:hover .percent-plan, .content-main .tokens-psp .list-plans .box-plan.active .percent-plan {
    color: #fff;
}

.content-main .tokens-psp .list-plans .box-plan .percent-plan .off {
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
}

.content-main .tokens-psp .list-plans .box-plan .desc-plan {
    font-size: 14px;
    line-height: 1.7;
    font-weight: lighter;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

.content-main .tokens-psp .list-plans::before, .content-main .tokens-psp .list-plans::after {
    content: "";
    background-color: #9632ff;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position: absolute;
    right: 100px;
    top: -255px;
    filter: blur(30px) opacity(1);
    z-index: 0;
}

.content-main .tokens-psp .list-plans::after {
    right: -80px;
    top: -310px;
    width: 400px;
    height: 170px;
    background-color: #081132;
}

/*---------------------- /Token Plans PSP ---------------------*/

/*---------------------- Currency PSP ---------------------*/

.content-main .currency-psp {
    margin-top: 150px;
}

.content-main .currency-psp .title-public-psp::before {
    right: 0;
    left: 0;
    margin: 0 auto;
}

.content-main .currency-psp .title-public-psp::after {
    display: none;
}

.content-main .currency-psp .title-public-psp>* {
    position: relative;
    z-index: 99;
}

.content-main .currency-psp .title-public-psp .desc-title .percent {
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}

.content-main .currency-psp .title-public-psp .desc-title .percent>i {
    font-size: 8px;
    margin-right: 3px;
}

.content-main .currency-psp .title-public-psp .desc-title .percent.up {
    color: #16c784;
}

.content-main .currency-psp .title-public-psp .desc-title .percent.down {
    color: #ea3943;
}

.content-main .currency-psp .title-public-psp .desc-title .percent.down>i {
    transform: scaleY(-1);
}

.content-main .currency-psp .box-list-currency {
    position: relative;
    background-color: #171449;
    box-shadow: 0 0 2px #081132;
    margin-top: 50px;
    border-radius: 30px;
}

.content-main .currency-psp .box-list-currency::before {
    content: "";
    background-color: #9632ff;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    position: absolute;
    left: -300px;
    bottom: -200px;
    filter: blur(100px) opacity(0.2);
    z-index: 0;
}

.content-main .currency-psp .box-list-currency::after {
    content: "";
    background: url('../images/site/points.png') no-repeat center center / 150px;
    width: 150px;
    height: 150px;
    position: absolute;
    right: -95px;
    top: -65px;
    transform: scaleX(-1);
}

.content-main .currency-psp .box-list-currency .table thead {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.content-main .currency-psp .box-list-currency .table thead th {
    padding-top: 20px;
}

.content-main .currency-psp .box-list-currency .table thead th, .content-main .currency-psp .box-list-currency .table tbody td, .content-main .currency-psp .box-list-currency .table tbody th {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    position: relative;
    z-index: 10;
}

.content-main .currency-psp .box-list-currency .table tbody td, .content-main .currency-psp .box-list-currency .table tbody th {
    font-weight: 500;
    font-size: 14px;
    vertical-align: middle;
}

.content-main .currency-psp .box-list-currency .table tbody tr:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.content-main .currency-psp .box-list-currency .table tbody .up {
    color: #16c784;
}

.content-main .currency-psp .box-list-currency .table tbody .down {
    color: #ea3943;
}

.content-main .currency-psp .box-list-currency .table tbody .percent>.icon-caret-arrow {
    font-size: 8px;
    margin-right: 3px;
}

.content-main .currency-psp .box-list-currency .table tbody .percent {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.content-main .currency-psp .box-list-currency .table tbody .price-cr {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.content-main .currency-psp .box-list-currency .currency-info {
    display: flex;
    align-items: center;
}

.content-main .currency-psp .box-list-currency .currency-info .logo-cr {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.15);
    background-clip: padding-box;
    background-color: #fff;
    flex-shrink: 0;
}

.content-main .currency-psp .box-list-currency .currency-info .logo-cr>img {
    width: 100%;
    height: 100%;
}

.content-main .currency-psp .box-list-currency .currency-info>span {
    margin-left: 6px;
    font-size: 14px;
}

.content-main .currency-psp .box-list-currency .currency-info .btn-buy {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 5px 10px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    margin-left: 10px;
    transition: all 0.4s;
}

.content-main .currency-psp .box-list-currency .currency-info .btn-buy:hover {
    background-color: #902cfe;
}

.content-main .currency-psp .box-list-currency .chart-up>img {
    filter: hue-rotate(90deg);
}

.content-main .currency-psp .box-list-currency .chart-down>img {
    filter: hue-rotate(300deg) saturate(8);
}

.content-main .currency-psp .btn-more-cr {
    margin-top: 40px;
    padding: 10px 30px;
    border-radius: 10px;
    background-color: #902cfe;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.content-main .currency-psp .btn-more-cr:hover {
    background-color: #fff;
    color: #902cfe;
    padding: 10px 35px;
}

/*---------------------- /Currency PSP ---------------------*/

/*---------------------- Blog PSP ---------------------*/

.content-main .blog-psp {
    position: relative;
    margin-top: 150px;
}

.content-main .blog-psp .btn-archive {
    display: inline-block;
    background-color: #171449;
    box-shadow: 0 0 2px #081132;
    border-radius: 10px;
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
    transition: all 0.4s;
}

.content-main .blog-psp .btn-archive:hover {
    background-color: #fff;
    color: #902cfe;
    padding: 10px 35px;
}

.content-main .blog-psp .title-public-psp::before {
    display: none;
}

.content-main .blog-psp .list-news {
    margin-top: 30px;
}
.content-main .blog-psp .swiper-blog{
    position: relative;
    overflow: hidden;
    padding-top: 30px;
}

.content-main .blog-psp::after {
    content: "";
    background-color: #9632ff;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    position: absolute;
    right: -300px;
    bottom: -200px;
    filter: blur(100px) opacity(0.2);
    z-index: 0;
}

.content-main .blog-psp .list-news .item-news {
    position: relative;
    z-index: 99;
    transition: all 0.5s;
}

.content-main .blog-psp .list-news:hover .item-news {
    filter: blur(5px) opacity(0.8);
}

.content-main .blog-psp .list-news:hover .item-news:hover {
    filter: blur(0) opacity(1);
}
.content-main .blog-psp .list-news .box-news{
    display: block;
    width: 100%;
    overflow: hidden;
    transform: scale(0.9);
    opacity: 0.5;
    transition: all 0.5s;
}
.content-main .blog-psp .list-news .swiper-slide-active .box-news{
    transform: scale(1.1);
    opacity: 1;
}

.content-main .blog-psp .list-news .image-news {
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 2px #081132;
    margin-bottom: 20px;
}

.content-main .blog-psp .list-news .image-news>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-main .blog-psp .list-news .date-time {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: lighter;
}

.content-main .blog-psp .list-news .date-time>i {
    font-size: 20px;
    margin-right: 8px;
    color: #fff;
}

.content-main .blog-psp .list-news .title-news {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0 10px;
    height: 50px;
    overflow: hidden;
    transition: all 0.4s;
}

.content-main .blog-psp .list-news .item-news:hover .title-news {
    color: #902cfe;
}

.content-main .blog-psp .list-news .desc-news {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: lighter;
    line-height: 1.6;
    text-align: justify;
}

/*---------------------- /Blog PSP ---------------------*/

/*---------------------- Application PSP ---------------------*/

.content-main .application-psp {
    margin-top: 150px;
    position: relative;
}

.content-main .application-psp::before {
    content: "";
    background: url('../images/site/dashed.png') repeat center center / 2000px;
    position: absolute;
    top: -200px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 145%;
    z-index: 0;
    opacity: 0.06;
}

.content-main .application-psp .title-public-psp::before, .content-main .application-psp .title-public-psp::after {
    display: none;
}

.content-main .application-psp .box-app-view {
    margin-top: 100px;
}

.content-main .application-psp .box-app-view::before, .content-main .application-psp .box-app-view::after {
    content: "";
    background-color: #9632ff;
    width: 350px;
    height: 350px;
    border-radius: 100%;
    position: absolute;
    filter: blur(100px) opacity(0.2);
    z-index: 0;
}

.content-main .application-psp .box-app-view::before {
    left: 30%;
    top: -100px;
}

.content-main .application-psp .box-app-view::after {
    right: 30%;
    bottom: -100px;
}

.content-main .application-psp .app-mockup {
    width: 300px;
    z-index: 10;
}

.content-main .application-psp .app-mockup::before, .content-main .application-psp .app-mockup::after {
    content: "";
    background: url('../images/site/points.png') no-repeat center center / 120px;
    width: 120px;
    height: 120px;
    position: absolute;
}

.content-main .application-psp .app-mockup::before {
    right: -80px;
    top: -55px;
    transform: scaleX(-1);
}

.content-main .application-psp .app-mockup::after {
    left: -80px;
    bottom: -55px;
    transform: scaleY(-1);
}

.content-main .application-psp .app-mockup>img {
    width: 100%;
}

.content-main .application-psp .btns-download .btn-dw {
    background: rgb(150, 50, 255);
    background: -moz-linear-gradient(230deg, rgba(150, 50, 255, 0.8033241529143258) 0%, rgba(69, 0, 141, 0.8988297708918539) 100%);
    background: -webkit-linear-gradient(230deg, rgba(150, 50, 255, 0.8033241529143258) 0%, rgba(69, 0, 141, 0.8988297708918539) 100%);
    background: linear-gradient(230deg, rgba(150, 50, 255, 0.8033241529143258) 0%, rgba(69, 0, 141, 0.8988297708918539) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9632ff", endColorstr="#45008d", GradientType=1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px 30px;
    position: absolute;
    z-index: 100;
    transition: all 0.4s;
}

.content-main .application-psp .btns-download .btn-dw:hover {
    padding: 10px 35px;
    background: rgb(69, 0, 141);
    background: -moz-linear-gradient(230deg, rgba(69, 0, 141, 1) 0%, rgba(150, 50, 255, 1) 100%);
    background: -webkit-linear-gradient(230deg, rgba(69, 0, 141, 1) 0%, rgba(150, 50, 255, 1) 100%);
    background: linear-gradient(230deg, rgba(69, 0, 141, 1) 0%, rgba(150, 50, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#45008d", endColorstr="#9632ff", GradientType=1);
}

.content-main .application-psp .btns-download .btn-gplay {
    top: 100px;
    left: -60px;
}

.content-main .application-psp .btns-download .btn-android {
    top: 200px;
    right: -120px;
}

.content-main .application-psp .btns-download .btn-apple {
    bottom: 150px;
    left: -120px;
}

.content-main .application-psp .btns-download .btn-dw>i {
    font-size: 30px;
    margin-right: 10px;
}

.content-main .application-psp .btns-download .btn-dw .info-dw {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.content-main .application-psp .btns-download .btn-dw .text {
    font-size: 12px;
    font-weight: lighter;
    color: rgba(255, 255, 255, 0.5);
}

.content-main .application-psp .btns-download .btn-dw .name {
    font-size: 16px;
    font-weight: 500;
}

.content-main .application-psp .btns-download .dw-qrcode {
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100px;
}

/*---------------------- /Application PSP ---------------------*/

/*---------------------- /Content Main ---------------------*/

/*---------------------- Footer Main ---------------------*/

.footer-main {
    margin-top: 50px;
    position: relative;
    z-index: 100;
}

.footer-main .footer-info {
    position: relative;
    background-color: #171449;
    padding: 40px 0;
    overflow: hidden;
}

.footer-main .footer-info::before {
    content: "";
    background: url('../images/logo/logo-stroke.png') no-repeat center center / 600px;
    width: 100px;
    height: 1100px;
    position: absolute;
    bottom: -400px;
    left: -100px;
    transform: rotate(35deg);
    opacity: 0.1;
}

.footer-main .footer-info::after {
    content: "";
    background-color: #902cfe;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    position: absolute;
    right: -200px;
    bottom: -200px;
    filter: blur(100px) opacity(0.2);
    z-index: 0;
}

.footer-main .footer-info .logo-about>img {
    width: 150px;
}

.footer-main .footer-info .about-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: lighter;
    line-height: 1.7;
    margin: 30px 0;
    text-align: justify;
}

.footer-main .footer-info .socials-psp .lbl-sc {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.footer-main .footer-copyright .list-sc {
    display: flex;
    align-items: center;
}

.footer-main .footer-copyright .list-sc .item-sc {
    position: relative;
    font-size: 22px;
    color: #902cfe;
    margin-right: 25px;
    transition: all 0.4s;
}

.footer-main .footer-copyright .list-sc .item-sc::before {
    content: "";
    background-color: #902cfe;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 5px;
    filter: blur(15px) opacity(1);
    z-index: 0;
    opacity: 0;
    transition: all 0.4s;
}

.footer-main .footer-copyright .list-sc .item-sc:hover {
    color: #fff;
}

.footer-main .footer-copyright .list-sc .item-sc:hover::before {
    opacity: 1;
}

.footer-main .footer-info .important-links .links-box:not(:last-child) {
    margin-right: 70px;
}

.footer-main .footer-info .important-links .title-group {
    margin: 0 0 40px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.footer-main .footer-info .important-links .list-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-main .footer-info .important-links .list-links .link-text {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: lighter;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 20px;
    transition: all 0.4s;
}

.footer-main .footer-info .important-links .list-links .link-text::before {
    content: "";
    background-color: #902cfe;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    left: -10px;
    bottom: 0;
    filter: blur(20px) opacity(1);
    z-index: 0;
    opacity: 0;
    transition: all 0.4s;
}

.footer-main .footer-info .important-links .list-links .link-text:hover::before {
    opacity: 1;
}

.footer-main .footer-info .important-links .list-links .link-text:hover {
    color: #902cfe;
}

.footer-main .footer-info .newsletter-site{
    position: relative;
    z-index: 10;
}
.footer-main .footer-info .newsletter-site .title-newsletter {
    margin: 0 0 40px;
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
    font-size: 20px;
}

.footer-main .footer-info .newsletter-site .form-control {
    height: 55px;
    background-color: rgba(255, 255, 255, 0.06);
    border-radius: 10px 20px 20px 10px;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: lighter;
    color: #fff;
    padding-left: 20px;
}

.footer-main .footer-info .newsletter-site .input-group-text {
    background-color: #902cfe;
    height: 55px;
    width: 80px;
    border-radius: 20px;
    color: #fff;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    transition: all 0.4s;
}

.footer-main .footer-info .newsletter-site .input-group-text:hover {
    background-color: #fff;
    color: #902cfe;
    width: 85px;
}

.footer-main .footer-info .newsletter-site .lbl-contact{
    display: block;
    margin-top: 25px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}
.footer-main .footer-info .newsletter-site .link-privacy {
    display: block;
    font-size: 16px;
    font-weight: lighter;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.4s;
}

.footer-main .footer-info .newsletter-site .link-privacy:hover {
    color: #902cfe;
}

.footer-main .footer-copyright{
    background-color: #091135;
    padding: 30px 0;
    font-size: 16px;
    font-weight: lighter;
    color: rgba(255, 255, 255, 0.5);
}

.go-top-scroll{
    position: fixed;
    bottom: -50px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background-color: #902cfe;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    z-index: 999999;
    opacity: 0;
    transition: all 0.4s;
}
.go-top-scroll.active{
    bottom: 30px;
    opacity: 1;
}
.go-top-scroll:hover{
    background-color: #fff;
}
.go-top-scroll > i{
    color: #fff;
    transform: rotate(-90deg);
    transition: all 0.4s;
}
.go-top-scroll:hover > i{
    color: #902cfe;
}

/*---------------------- /Footer Main ---------------------*/

@keyframes rotating {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.neon-cont {
    font-size: 4rem;
    color: #fff;
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }
    100% {
        text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
    }
}
/*---------------------- Responsive ---------------------*/

@media (min-width: 992px) {
    .col-lg-6 {
      display: flex;
      justify-content: center;
    }
    #chartContainer {
      margin: 0 auto !important;
      width: 100% !important;
    }
}
@media (min-width: 300px) {
    .container {
        max-width: 90%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 700px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .footer-main .footer-info .important-links .links-box:not(:last-child) {
        margin-right: 70px;
    }
}
@media only screen and (max-width:1024px) {
    .header-main .header-top {
        z-index: inherit;
    }
    .header-main .navbar-psp {
        padding: 0;
        width: 50px;
        height: 50px;
        border-radius: 12px;
        background-color: #902cfe;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 15px;
        right: 15px;
        position: fixed;
        z-index: 99999;
        transition: all 0.4s;
    }
    .header-pages .navbar-psp .mburger b{
        background: var(--white);
    }
    .header-main .navbar-psp .navbar-toggler {
        padding: 0;
    }
    .header-main .navbar-psp .navbar-collapse {
        position: fixed;
        top: 0px;
        width: 300px;
        display: block;
        right: auto;
        left: -350px;
        height: 100% !important;
        background-color: #171449;
        z-index: 999999;
        border-radius: 0 40px 0 0;
        box-shadow: rgba(0, 0, 0, 0.4) 2px 0px 50px;
        overflow: hidden;
        padding-top: 0;
        transition: all 0.5s;
    }
    .header-main .navbar-psp .navbar-collapse::before{
        content: "";
        background-color: #902cfe;
        width: 500px;
        height: 500px;
        border-radius: 100%;
        position: absolute;
        left: -150px;
        bottom: -150px;
        filter: blur(100px) opacity(0.25);
    }
    .header-main .navbar-psp .navbar-collapse::after{
        content: "";
        background: url('../images/logo/logo-stroke.png') no-repeat center center / 400px;
        width: 400px;
        height: 800px;
        position: absolute;
        bottom: -300px;
        left: -100px;
        transform: rotate(35deg);
        opacity: 0.1;
    }
    .header-main .navbar-psp .navbar-collapse.show {
        left: 0;
    }
    .header-main .navbar-psp .mega-dropdown-menu {
        position: absolute;
    }
    .header-main .navbar-psp .mega-dropdown-menu.show {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        top: 40px;
        -moz-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -o-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        transform: skewX(0deg);
    }
    .header-main .navbar-psp .navbar-nav {
        padding: 25px 0;
        z-index: initial;
    }
    .header-main .navbar-psp .navbar-nav>li {
        width: 100%;
        margin-bottom: 10px;
    }
    .header-main .navbar-psp .navbar-nav>li>a {
        text-align: right;
        padding: 15px !important;
        border: none;
        margin: 0 !important;
    }
    .header-main .navbar-psp .navbar-nav>li.dropdown>a::before, .header-main .navbar-psp .navbar-nav>li.dropdown>a::after {
        left: 15px;
        top: 5px;
    }
    .header-main .header-top .navbar-psp .nav-link {
        color: var(--dark);
        font-size: 16px;
    }
    .header-main .header-top .navbar-psp .nav-link::before {
        width: 45px;
        height: 1px;
        right: -45px;
        left: auto;
        background-color: var(--cool-grey);
        top: 13px;
    }
    .header-main .header-top .navbar-psp .nav-link::after {
        background-color: var(--cool-grey);
        width: 8px;
        height: 8px;
        top: 9px;
        right: -5px;
        left: auto;
        opacity: 1;
    }
    .header-main .header-top .navbar-psp .navbar-nav>li:nth-child(even) .nav-link::after {
        background-color: var(--lipstick);
    }
}

/*---------------------- /Responsive ---------------------*/
.header-pages{
    position: relative;
}
.content-pages .currency-psp .box-list-currency{
    margin-bottom: 50px;
}
.content-pages .currency-psp .box-list-currency::before{
    display: none;
}