*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

::selection {
    background: #000;
    color: #fff;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::-webkit-selection {
    background: #000;
    color: #fff;
}

.pointer-events {
    pointer-events: none;
}

.hidden {
    display: none;
}

.error {
    font-family: "Montserrat", sans-serif;
    color: #f7931a;
    font-size: 12px;
}

h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #000;
    line-height: 1.3em;
    margin: 0;
}

h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 1.3em;
    margin: 0;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 1.3em;
    margin: 0;
}

p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #10142c;
    line-height: 1.7em;
    margin: 0;
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: #f2f2f2;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #10142c;
    margin: 0;
    overflow-x: clip;
}

header {
    width: 100%;
    padding: 20px 0;
    position: relative;
    z-index: 99;
}

.header-container {
    background-color: #fff;
    width: 1220px;
    height: 70px;
    margin: 0 auto;
    padding: 0 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}

.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.header {
    margin: 0px auto;
    width: 1170px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.header img {
    width: 130px;
    margin-top: 3px;
}

.hha {
    padding: 5px 0 0;
}

.cntrrr {
    margin: 0 auto;
}

.mob {
    display: none;
}

.link-item {
    margin-left: auto;
}

.head-link {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin: 0 20px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s;
}

.head-link:last-child {
    margin: 0 0 0 20px;
}

.head-link:hover {
    color: #10142c;
    transition: all 0.5s;
}

.linfls {
    padding: 18px 25px;
    background: #007BFB;
    color: #fff;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
}

.main {
    display: block;
    overflow: hidden;
}

.main-bg {
    position: absolute;
    left: 0%;
    top: -20rem;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 127.6rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#main-bg-inner {
    height: 110rem;
}

.exchange {
    width: 100%;
    position: relative;
    z-index: 99;
    margin: 50px 0;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.head-title {
    width: 45%;
}

.head-title h1 {
    margin-bottom: 20px;
}

.head-title p {
    margin-bottom: 40px;
}

.head-title a {
    padding: 18px 25px;
    background: #007BFB;
    color: #fff;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.advantages {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.adv-item {
    margin-top: 30px;
    width: 45%;
}

.adv-item:nth-child(2n) {
    margin-left: 40px;
}

.adv-item img {
    height: 60px;
    width: 60px;
}

.adv-item h3 {
    margin: 10px 0;
}

.adv-item p {
    margin-bottom: 0;
}

.ex-box {
    width: 55%;
    margin-left: auto;
}

.ex-box img {
    width: 100%;
}

.form-box {
    margin: 50px;
}

.form-box h2 {
    margin-bottom: 5px;
}

.form-box form {
    margin-top: 30px;
}

.form-box form h3 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.form-box form p {
    font-size: 13px;
    text-align: center;
}

.input-box {
    height: 56px;
    width: 100%;
    position: relative;
    display: inline-block;
}

.input-box label {
    position: absolute;
    padding: 0 0 5px 20px;
    bottom: 0;
}

.input-box input {
    height: 56px;
    width: 100%;
    background-color: #f8f7fc;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border: none;
    border-radius: 50px;
    position: absolute;
    outline: none;
    padding: 0 150px 0 20px;
    box-sizing: border-box;
}

.input-box input::placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #b1b1b2;
}

.other-box {
    height: 56px;
    width: 100%;
    position: relative;
    display: inline-block;
}

.other-box label {
    position: absolute;
    padding: 0 0 5px 20px;
    bottom: 0;
}

.other-box input {
    height: 56px;
    width: 100%;
    background-color: #f8f7fc;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border: none;
    border-radius: 50px;
    outline: none;
    padding: 0 20px;
    position: absolute;
    box-sizing: border-box;
}

.other-box input::placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #b1b1b2;
}

.button-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.button-box button {
    height: 56px;
    width: 230px;
    background-color: #664dff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 50px;
    outline: none;
    margin: 30px 0;
    cursor: pointer;
    transition: 0.5s;
}

.button-box button:hover {
    background-color: #5C44EB;
    transition: 0.5s;
}

.input-box select {
    display: none;
}

.reserve {
    width: 100%;
    position: relative;
    z-index: 99;
    margin: 100px 0;
}

.chainb {
    width: 100%;
}

.chainbox {
    background: #fff;
    width: 500px;
    border-radius: 20px;
    margin: 30px auto;
    padding: 30px;
    box-sizing: border-box;
}

.chaint {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background-color: #f2f2f2;
    text-decoration: none;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    box-sizing: border-box;
    margin-top: 20px;
}

.chaint img {
    width: 40px;
    margin-right: 15px;
}

.token {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background-color: #f0f8ff;
    border: 1px solid #00f;
    text-decoration: none;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
}

.token img {
    width: 40px;
    margin-right: 15px;
}

.token svg {
    margin-left: auto;
}

.bjkfd {
    margin-bottom: 15px;
}

.cntras {
    text-align: center;
}

.cntras svg {
    margin-bottom: 15px;
}

#walletco {
    font-size: 15px;
}

.okimg {
    width: 40px;
    margin-bottom: 5px;
}

.resulb {
    text-align: left;
    margin-top: 30px;
}

.result {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.result label {
    width: 12px;
    height: 12px;
    background-color: #007BFB;
    border-radius: 100px;
    margin-right: 10px;
}

.result span {
    margin-left: auto;
}

.linb {
    background-color: #f2f2f2;
    width: 100%;
    height: 12px;
    position: relative;
    border-radius: 100px;
    margin: 10px 0;
}

.linn {
    background-color: #007BFB;
    width: 45%;
    height: 12px;
    position: absolute;
    border-radius: 100px;
}

.chaininfo {
    background-color: #f2f2f2;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 15px;
}

.chaininfoer {
    background-color: #f25a671a;
    color: #f25a67;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 15px;
}

.chainbox h2 {
    margin-bottom: 10px;
    font-weight: 700;
}

.reserve h1 {
    text-align: center;
    margin-bottom: 50px;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-220px * 7))}
}

.slider {
    height: 100px;
    margin: auto;
    overflow:hidden;
    position: relative;
    width: 100%;

}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(200px * 14);
    display: flex;
    align-items: center;
    gap: 50px;
    background: #efefef;
}

.slide {
    height: 80px;
    width: 220px;
}

.slider-text {
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: 900;
}

.slider-container {
    display: flex;
    gap: 42px;
    margin-top: 172px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.reserve-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
}

.reserve-item {
    background-color: #fff;
    height: 70px;
    width: 32%;
    display: flex;
    align-items: center;
    padding: 0 25px;
    box-sizing: border-box;
    border-radius: 50px;
}

.reserve-item img {
    height: 35px;
    width: 35px;
    margin-right: 10px;
    pointer-events: none;
}

.reserve-item p {
    margin-left: auto;
}

.reviews {
    background-color: #007BFB;
    width: 100%;
    position: relative;
    z-index: 99;
    margin: 100px 0;
}

.reviews h1 {
    text-align: center;
}

.bxbn {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 64px;
    padding: 80px 0;
}

.bxbn h1 {
    display: inline-block;
    color: #fff;
    text-align: left;
}

.bxbn p {
    color: #fff;
}

.info-block-images {
    display: flex;
    gap: 21px;
    align-items: center;
}

.bxbnb {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
}

.reviews-box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
}

.reviews-item {
    background-color: #fff;
    width: 49%;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 20px;
}

.reviews-item p {
    text-align: left;
    margin-top: 20px;
}

.reviews-name {
    display: flex;
    align-items: center;
}

.reviews-name img {
    margin-left: auto;
    pointer-events: none;
}

.reviews-avatar {
    background-color: #E5E1FF;
    border: 2px solid #664dff;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    text-align: center;
}

.reviews-avatar span {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #664dff;
    line-height: 50px;
}

.rev-name-txt {
    margin-left: 20px;
}

.rev-name-txt span {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #10142c;
}

.transactions {
    width: 100%;
    position: relative;
    z-index: 99;
    margin: 100px 0;
}

.transactions h1 {
    text-align: center;
}

.services-cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.services-card {
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 100%;
    min-height: 430px; 
    border-radius: 24px;
    background-color: #fff;
    padding: 24px;
    box-sizing: border-box;
}

.services-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.services-card-title {
    font-size: 18px;
    font-weight: 800;
    margin: 15px 0;
}

.services-card-text {
    font-size: 14px;
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 20px;
}

.link-arrow {
    font-size: 14px;
    font-weight: 700;
    color: #007BFB;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-top: auto;
}

.link-arrow img {
    margin-left: 8px;
    width: 14px;
    height: 14px;
    object-fit: contain;
    vertical-align: baseline;
    padding-top: 12px;
}

.assurance-box {
    height: 500px;
    border-radius: 20px;
    background: #FFFFFF;
    background-image: url(https://i.ibb.co/Nt9kMbc/bg-2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 0 60px;
    margin-bottom: 100px;
}

.assurance-boxs {
    padding: 60px 20px;
}

.assurance-boxs h2 {
    margin: 20px 0;
}

.assurance-box label {
    width: 206px;
    height: 32px;
    border-radius: 34px;
    background: #FFF6E5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFAA29;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0;
}

.assurance-block-price-info img {
    width: 100px;
}

.assurance-block-price-info {
    display: flex;
    align-items: flex-end;
    gap: 21px;
    margin-bottom: 80px;
}

.assurance-box a {
    margin-top: 20px;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

.team {
    width: 100%;
    position: relative;
    z-index: 99;
    margin: 100px 0;
}

.team h1 {
    text-align: center;
}

.team-box {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.team-item {
    background-color: #fff;
    border-radius: 20px;
    width: 250px; 
    transition: transform 0.3s ease;
}

.team-item:hover {
    transform: translateY(-5px);
}

.team-card-info {
    padding: 20px 20px 0px;
}

.team-card-info h5 {
    font-size: 21px;
    margin: 10px 0 25px;
}

.team-card-media {
    padding: 0 20px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.team-photo {
    width: 100%;
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: cover;
    height: 260px;
}

@media (max-width: 1024px) {
    .team-box {
        gap: 24px;
    }

    .team-item {
        width: 45%; 
    }
}

@media (max-width: 768px) {
    .team-item {
        width: 100%; 
    }
}

.faq {
    width: 100%;
    position: relative;
    z-index: 99;
    margin: 100px 0;
}

.faq h1 {
    text-align: center;
    margin-bottom: 40px;
}

.accordion-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 22px 0 10px;
    cursor: pointer;
}

.accordion-item h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-right: 30px;
}

.accordion-item h2::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.accordion-item.active h2::after {
    content: '-';
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-top: 10px;
}

.accordion-content p {
    margin: 20px 0;
}

.accordion-item.active .accordion-content {
    max-height: 1000px;
}

table {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #10142c;
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%;
    margin-top: 50px;
}

table td img, table td span {
    vertical-align: middle;
}

td {
    padding: 12px 10px;
    text-align: center;
}

tr {
    background-color: #fff;
}

tr:nth-child(even) {
    background-color: #edeef2;
}

.td-two {
    display: flex;
    align-items: center;
    justify-content: center;
}

.td-right {
    text-align: right;
    width: 150px;
    margin-right: 10px;
}

.td-right span {
    margin-right: 10px;
}

.td-left {
    text-align: left;
    width: 100px;
    margin-left: 10px;
}

.td-left span {
    margin-left: 10px;
}

td img {
    height: 30px;
    width: 30px;
    pointer-events: none;
}

td:first-child {
    padding-left: 30px;
    text-align: left;
}

td:last-child {
    padding-right: 30px;
    text-align: right;
}

td:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

td:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.marquee-content {
    margin: 70px 0;
    display: flex;
    animation: scrolling 20s linear infinite;
}

.marquee-item {
    flex: 0 0 16vw;
    margin: 0 1vw;
}

.marquee-item img {
    display: block;
    margin: 0 auto;
    height: 40px;
    pointer-events: none;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    100% { 
        transform: translatex(-144vw); 
    }
}

footer {
    width: 100%;
    padding: 20px 0;
    position: relative;
    z-index: 99;
}

.footer-container {
    background-color: #000;
    width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
}

.bg-footer {
    position: absolute;
    left: auto;
    top: -10.97rem;
    left: -10.49rem;
    bottom: auto;
    z-index: 0;
    width: 48.75rem;
    height: 34.65rem;
    -o-object-fit: none;
    object-fit: none;
    pointer-events: none;
}

.footer {
    margin: 0px auto;
    width: 1170px;
    padding: 50px 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 99;
}

.support {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.support-title {
    width: 40%;
}

.support-title h1 {
    color: #fff;
}

.support-title p {
    color: #83899d;
    margin-top: 30px;
    font-weight: 400;
}

.support-form {
    width: 58%;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
    position: relative;
}

#message {
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 10px;
    background-color: #141f45;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: none;
    padding: 30px 0;
}

.form-textarea {
    height: 170px;
    width: 48%;
    margin-right: 10px;
    position: relative;
}

.form-textarea label {
    position: absolute;
    padding: 17px 20px;
    left: 0;
    bottom: 0;
}

.form-input {
    width: 48%;
}

.form-input-name {
    position: relative;
}

.form-input-email {
    position: relative;
}

.form-input-name label {
    position: absolute;
    padding: 0 20px;
    left: 0;
    bottom: 13px;
}

.form-input-email label {
    position: absolute;
    padding: 0 20px;
    left: 0;
    bottom: 13px;
}

.support-form input {
    height: 50px;
    width: 100%;
    background-color: #221a44;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: none;
    border-radius: 50px;
    outline: none;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.support-form input::placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #83899d;
}

.support-form textarea {
    height: 170px;
    width: 100%;
    background-color: #221a44;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: none;
    border-radius: 20px;
    outline: none;
    padding: 17px 20px;
    box-sizing: border-box;
    overflow: hidden;
    resize: none;
}

.support-form textarea::placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #83899d;
}

.support-form button {
    height: 50px;
    width: 100%;
    background-color: #664DFF;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 50px;
    outline: none;
    cursor: pointer;
    transition: 0.5s;
}

.support-form button:hover {
    background-color: #5C44EB;
    transition: 0.5s;
}

.footer hr {
    height: 2px;
    width: 100%;
    background-color: #202b4f;
    margin: 50px 0;
    border: none;
}

.footer-box {
    display: flex;
    flex-wrap: wrap;
}

.footer-logo {
    margin-right: 50px;
}

.footer-logo a {
    display: inline-block;
}

.footer-logo img {
    width: 130px;
}

.footer-logo span {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #83899d;
    display: block;
    margin-top: 20px;
    line-height: 21px;
}

.footer-links {
    display: flex;
    margin: 0 auto;
}

.footer-links-item {
    margin-right: 70px;
}

.footer-links-item:last-child {
    margin-right: 0px;
}

.footer-links-item p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #83899d;
    margin-bottom: 15px;
}

.footer-links-item ul {
    margin-left: 0;
    padding-left: 0;
}

.footer-links-item ul li {
    list-style-type: none;
    margin: 10px 0;
}

.footer-links-item ul li a {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
}

.footer-links-item a:hover {
    color: #83899d;
}

.scroll-top {
    margin-left: auto;
}

.scroll-top img {
    height: 26px;
    cursor: pointer;
}

.copyright {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.copyright p {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #83899d;
}

.copyright a {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #83899d;
    margin-left: auto;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(7, 19, 59, 0.7);
    opacity: 0;
    z-index: 99;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.popup-container {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 10% auto;
    background: #FFF;
    border-radius: 20px;
    padding: 40px 20px;
    box-sizing: border-box;
    text-align: center;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.popup-container img {
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
}

.popup-container p {
    margin: 15px 0;
    padding: 0 10px;
}

.popup-container a {
    padding: 13px 40px 15px 40px;
    background-color: #664dff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    transition: 0.5s;
}

.popup-container a:hover {
    background-color: #5C44EB;
}

.is-visible .popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.timer-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(7, 19, 59, 0.7);
    opacity: 0;
    z-index: 99;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.timer-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.timer-popup-container {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 10% auto;
    background: #FFF;
    border-radius: 50px;
    padding: 40px 20px;
    box-sizing: border-box;
    text-align: center;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.timer-popup-container img {
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
}

.timer-popup-container p {
    margin: 10px 0;
    padding: 0 10px;
}

.timer-popup-container a {
    padding: 13px 40px 15px 40px;
    background-color: #664dff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    transition: 0.5s;
}

.timer-popup-container a:hover {
    background-color: #5C44EB;
}

.is-visible .timer-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.timer-ok {
    background-color: #f3f3f6;
    border-radius: 50px;
    margin: 0 auto;
    display: inline-block;
    padding: 10px 15px;
}

.suc-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(7, 19, 59, 0.7);
    opacity: 0;
    z-index: 99;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.suc-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.suc-popup-container {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 10% auto;
    background: #FFF;
    border-radius: 10px;
    padding: 40px 20px;
    box-sizing: border-box;
    text-align: center;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.suc-popup-container img {
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
}

.suc-popup-container p {
    margin: 10px 0;
    padding: 0 10px;
}

.suc-popup-container a {
    padding: 13px 40px 15px 40px;
    background-color: #664dff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    transition: 0.5s;
}

.suc-popup-container a:hover {
    background-color: #5C44EB;
}

.is-visible .suc-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #f8f9fb;
    z-index: 1001;
}

#load {
    position: absolute;
    width: 600px;
    height: 36px;
    left: 50%;
    top: 45%;
    margin-left: -300px;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

#load div {
    position: absolute;
    width: 20px;
    height: 36px;
    opacity: 0;
    font-family: "Montserrat", sans-serif;
    animation: move 2s linear infinite;
    -o-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    -webkit-animation: move 2s linear infinite;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    color: #664dff;
}

#load div:nth-child(2) {
    animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

#load div:nth-child(3) {
    animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

#load div:nth-child(4) {
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

#load div:nth-child(5) {
    animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

#load div:nth-child(6) {
    animation-delay: 1s;
    -o-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

#load div:nth-child(7) {
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%; 
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%; 
    -moz-transform: rotate(0deg); 
    -webkit-transform: rotate(0deg); 
    -o-transform: rotate(0deg);
    transform: rotate(0deg); 
    opacity: 1;
  }
  100% {
    left:100%; 
    -moz-transform: rotate(-180deg); 
    -webkit-transform: rotate(-180deg); 
    -o-transform: rotate(-180deg); 
    transform: rotate(-180deg);
    opacity: 0;
  }
}

@-moz-keyframes move {
  0% {
    left: 0; 
    opacity: 0;
  }
  35% {
    left:41%; 
    -moz-transform: rotate(0deg); 
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left:59%; 
    -moz-transform: rotate(0deg); 
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%; 
    -moz-transform: rotate(-180deg); 
    transform: rotate(-180deg);
    opacity: 0;
  }
}

@-webkit-keyframes move {
  0% {
    left: 0; 
    opacity: 0;
  }
  35% {
    left:41%; 
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg); 
    opacity: 1;
  }
  65% {
    left:59%; 
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg); 
    opacity: 1;
  }
  100% {
    left: 100%;
    -webkit-transform: rotate(-180deg); 
    transform: rotate(-180deg); 
    opacity: 0;
  }
}

@-o-keyframes move {
  0% {
    left: 0; 
    opacity: 0;
  }
  35% {
    left: 41%; 
    -o-transform: rotate(0deg); 
    transform: rotate(0deg); 
    opacity: 1;
  }
  65% {
    left: 59%; 
    -o-transform: rotate(0deg); 
    transform: rotate(0deg); 
    opacity: 1;
  }
  100% {
    left: 100%; 
    -o-transform: rotate(-180deg); 
    transform: rotate(-180deg); 
    opacity: 0;
  }
}

.loaded-hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

.order {
    width: 100%;
    position: relative;
    z-index: 99;
    margin: 30px 0;
}

.order-title {
    display: flex;
    align-items: center;
}

.order-info {
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.order-info h3 {
    margin-right: 10px;
}

.order-info img {
    height: 35px;
    width: 35px;
}

.arrow-img {
    margin: 0 10px;
}

.order-all {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
}

.order-box {
    background-color: #fff;
    width: 73%;
    padding: 30px;
    border-radius: 20px;
    box-sizing: border-box;
}

.order-box-item button {
    height: 50px;
    width: 250px;
    background-color: #664dff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 50px;
    outline: none;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.5s;
}

.order-box-item button:hover {
    background-color: #5C44EB;
    transition: 0.5s;
}

.order-box-item-a {
    padding: 14px 25px 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #000;
    text-decoration: none;
    border: 1.5px solid #EDEDED;
    display: inline-block;
    border-radius: 50px;
    outline: none;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.5s;
    margin-left: 10px;
}

.order-box-item-a:hover {
    background-color: #EDEDED;
    transition: 0.5s;
}

.order-box-item p {
    margin-bottom: 5px;
}

#timer {
    color: #664dff;
}

.order-box-item hr {
    width: 100%;
    height: 1px;
    margin: 25px 0 20px 0;
    border: none;
    background-image: linear-gradient(to right, #e3e3e5 35%, #fff 35%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.order-box-info {
    background-color: #f3f3f6;
    padding: 15px 25px;
    border-radius: 10px;
    margin-top: 30px;
}

.order-box-text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

#copy-block img {
    width: 20px;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
}

#copy-block img:active {
    top: 2px;
    transition: 0.5s;
}

.loading {
    margin: 20px auto 0;
    width: 100px;
    height: 100px;
}

.loading__ring {
    position: absolute;
    width: 100px;
    height: 100px;
}

.loading__ring:first-child {
    transform: skew(30deg, 20deg);
}

.loading__ring:last-child {
    transform: skew(-30deg, -20deg) scale(-1, 1);
}

.loading__ring:last-child svg {
    animation-delay: -0.5s;
}

.loading__ring svg {
    animation: rotate 1s linear infinite;
    fill: rgba(0, 0, 0, 0.1);
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

.order-qr {
    background-color: #fff;
    width: 25%;
    margin-left: auto;
    padding: 30px;
    border-radius: 20px;
    box-sizing: border-box;
}

.order-qr img {
    width: 100%;
    pointer-events: none;
}

.inner-text {
    width: 100%;
    position: relative;
    z-index: 99;
    margin: 30px 0 60px 0;
}

.inner-box p {
    max-width: 850px;
    margin: 20px 0;
}

.inner-box h1:nth-child(5) {
    margin-top: 40px;
}

.inner-box ul {
    max-width: 850px;
    margin: 5px 0;
    padding: 0 20px;
    display: inline-block;
}

.inner-box ul li {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #10142c;
    margin: 0;
    margin: 20px 0;
    list-style: none;
}

.inner-box ul li::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #664dff;
    margin-right: 15px;
    margin-left: -20px; 
}
