






* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
body {
    width: 100%;
    height: 100%;
    --color: rgba(114, 114, 114, 0.3);
    background-color: #191a1a;
    background-image: linear-gradient(0deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent),
        linear-gradient(90deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent);
    background-size: 55px 55px;
}
header {
    position: relative;
    padding: 0 2rem;
}
header nav {
    width: 100%;
    height: 80px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-div svg {
    width: 125px;
}
.logo-div a:hover {
    color: orange;
}
.logo-div-mob a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;
    display: none;
}
.logo-div-mob a:hover {
    color: orange;
}
.navbar-nav {
    display: flex;
    gap: 2rem;
}
.nav-item {
    list-style: none;
}
.nav-item a {
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
}
.nav-item a:hover {
    color: orange;
}
.nav-btn {
    border-radius: .25rem;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 10px;
    -webkit-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 100%);
    height: 40px;
    font-size: 1rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    transition: .2s .1s;
    background-image: linear-gradient(90deg, #1c1c1c, #6220fb);
    border: 0 solid;
    overflow: hidden;
}
.nav-btn a {
    text-decoration: none;
    color: #fff;
}
.nav-btn:hover {
    cursor: pointer;
    transition: all .3s ease-in;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 0px;
}
.fa-bars {
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
}
.menu-mob{
    display: flex;
    justify-content: center;
}
.dropdown_menu {
    display: none;
    position: relative;
    right: 2rem;
    top: 60px;
    height: 0;
    gap: 2rem;
    width: 300px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    overflow: hidden;
    transition: height .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.dropdown_menu.open {
    height: 200px;
}
.dropdown_menu li {
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dr-nav-btn {
    border-radius: .25rem;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 10px;
    -webkit-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 100%);
    height: 40px;
    font-size: 1rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    transition: .2s .1s;
    background-image: linear-gradient(90deg, #1c1c1c, #6220fb);
    border: 0 solid;
    overflow: hidden;
}
.dr-nav-btn a {
    text-decoration: none;
    color: #fff;
}
.dr-nav-btn:hover {
    cursor: pointer;
    transition: all .3s ease-in;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 0px;
}
.sct-1 {
    width: 100%;
    height: 95.5vh;
}
.tradingview-widget-container {
    position: absolute;
    bottom: 0px;
    height: 50px;
    width: 100%;
}
.sct-1-container {
    width: 100%;
    height: 100%;
    display: flex;
}
.div-container {
    width: 50%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    padding: 0px 0px 250px 350px;
}
.div-img {
    width: 50%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}
.div-img img {
    width: 75%;
    height: 75%;
    margin: 100px 200px 0px 0px;
}
.wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}
.wrapper .icon {
    margin: 0 20px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    text-decoration: none;
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon span {
    display: block;
    height: 50px;
    width: 50px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon span i {
    line-height: 50px;
    font-size: 25px;
}
.wrapper .icon:hover span {
    color: #fff;
}
.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
}
.wrapper .facebook:hover span,
.wrapper .facebook:hover .tooltip {
    background: #3B5999;
}
.wrapper .twitter:hover span,
.wrapper .twitter:hover .tooltip {
    background: #46C1F6;
}
.wrapper .telegram:hover span,
.wrapper .telegram:hover .tooltip {
    background: #46C1F6;
}
.wrapper .youtube:hover span,
.wrapper .youtube:hover .tooltip {
    background: #DE463B;
}
.div-container  h1 {
    --border-right: 6px;
    --text-stroke-color: rgb(255, 255, 255);
    --fs-size: 2em;
    letter-spacing: 3px;
    text-decoration: none;
    font-size: var(--fs-size);
    font-family: "Arial";
    position: relative;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: .75px var(--text-stroke-color);
}
.div-container  p {
    letter-spacing: 1px;
    text-transform: uppercase;
}
.sct-1-btn {
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff80;
    text-shadow: none;
    background: transparent;
    cursor: pointer;
    box-shadow: transparent;
    border: 2px solid #ffffff80;
    transition: 0.5s ease;
    user-select: none;
    margin-top: 15px;
}
.sct-1-btn-a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
}
.sct-1-btn:hover,
:focus .sct-1-btn-a {
    color: #ffffff;
    background: #008cff;
    border: 2px solid #008cff;
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff;
    box-shadow: 0 0 5px #008cff, 0 0 20px #008cff, 0 0 50px #008cff,
        0 0 100px #008cff;
}
.sct-1-btn:hover .svg svg {
    animation: jello-vertical 0.9s both;
    transform-origin: left;
}
@keyframes jello-vertical {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(0.75, 1.25, 1);
    }

    40% {
        transform: scale3d(1.25, 0.75, 1);
    }

    50% {
        transform: scale3d(0.85, 1.15, 1);
    }

    65% {
        transform: scale3d(1.05, 0.95, 1);
    }

    75% {
        transform: scale3d(0.95, 1.05, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}
.sct-2 {
    width: 100%;
    min-height: 75vh;
    background-color: #ffffff;
    --color: rgba(114, 114, 114, 0.08);
    background-image: linear-gradient(0deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent),
    linear-gradient(90deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent);
    background-size: 55px 55px;
}
.sct-2 h2 {
    text-align: center;
    --text-stroke-color: rgb(0, 0, 0);
    letter-spacing: 1px;
    font-size: 2rem;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1.50px var(--text-stroke-color);
    padding-top: 10px;
}
@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
.logos {
    overflow: hidden;
    padding: 40px 0;
    background-color: #ffffff;
    --color: rgba(114, 114, 114, 0.08);
    background-image: linear-gradient(0deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent),
    linear-gradient(90deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent);
    background-size: 55px 55px;
    white-space: nowrap;
    position: relative;
}
.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    content: "";
    z-index: 2;
}
.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}
.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}
.logos:hover .logos-slide {
    animation-play-state: paused;
}
.logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}
.logos-slide img {
    height: 50px;
    width: 250px;
    margin: 0 40px;
    opacity: 85%;
}
.tradingview-widget-copyright {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
}



.sct-3 {
    width: 100%;
    height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 100px;
}
.sct-3-container-1 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.sct-3 .card {
    position: relative;
    width: 400px;
    height: 250px;
    background-image: linear-gradient(90deg, #1c1c1c, #6220fb);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.lordicon {
    width: 150px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}
.lordicon-1 {
    width: 50px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.sct-3 .card:hover {
    transform: rotate(-5deg) scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.card__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}
.sct-3 .card:hover .card__content {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
}
.card__title {
    margin: 0;
    font-size: 24px;
    color: #333;
    font-weight: 700;
}
.card__description {
    margin: 10px 0 0;
    font-size: 14px;
    color: #777;
    line-height: 1.4;
}
.sct-3 .card:hover svg {
    scale: 0;
    transform: rotate(-45deg);
}




.sct3-1-1 {
    width: 100%;
    min-height: 30vh;
    background-color: #e6e6e6;
    --color: rgba(114, 114, 114, 0.08);
    background-image: linear-gradient(0deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent),
    linear-gradient(90deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent);
    background-size: 55px 55px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.analytics {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.analytics .circle {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.analytics .circle::before {
    content: '';
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #2eadff, #3d83ff, #7e61ff);
    opacity: 0.8;
}
.analytics .circle::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    background: #191a1a;
    border: 15px solid #7272726d;
    border-radius: 50%;
    box-shadow: inset 0 5px 10px rgba(0,0,0,0.25),
    0 10px 10px rgba(0,0,0,0.75),
    0 -2px 2px rgba(255,255,255,0.5),
    inset 0 4px 2px rgba(0,0,0,0.25),
    inset 0 -2px 2px rgba(255,255,255,0.5);
}
.circle .circnumber {
    position: relative;
    color: #fff;
    z-index: 10;
    line-height: 1em;
    font-size: 2em;
}
.circnumber span {
    font-size: 0.5em;
    font-weight: 500;
}
.circle h4 {
    position: relative;
    color: #fff;
    z-index: 10;
    font-size: .8em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 0.6em;
}






.sct3-1 {
    width: 100%;
    height: 100vh;
    background-image: url(../IMG/123456.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
}
.sct3-1 h3 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    text-align: center;
}
.sct3-1 p {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.container-1 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-div-1 {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-end;
    margin-bottom: 100px;
}
.notification {
    display: flex;
    flex-direction: column;
    isolation: isolate;
    position: relative;
    width: 20rem;
    height: 10rem;
    background: #29292c;
    border-radius: 1rem;
    overflow: hidden;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
    --gradient: linear-gradient(to bottom, #2eadff, #3d83ff, #7e61ff);
    --color: #32a6ff
}
.notification:before {
    position: absolute;
    content: "";
    inset: 0.0625rem;
    border-radius: 0.9375rem;
    background: #18181b;
    z-index: 2
}
.notification:after {
    position: absolute;
    content: "";
    width: 0.25rem;
    inset: 0.65rem auto 0.65rem 0.5rem;
    border-radius: 0.125rem;
    background: var(--gradient);
    transition: transform 300ms ease;
    z-index: 4;
}
.notification:hover:after {
    transform: translateX(0.15rem)
}
.notititle {
    color: var(--color);
    padding: 0.65rem 0.25rem 0.4rem 1.25rem;
    font-weight: 500;
    font-size: 1.1rem;
    transition: transform 300ms ease;
    z-index: 5;
}
.notification:hover .notititle {
    transform: translateX(0.15rem)
}
.notibody {
    color: #99999d;
    padding: 0 1.25rem;
    transition: transform 300ms ease;
    z-index: 5;
}
.notification:hover .notibody {
    transform: translateX(0.25rem)
}
.notiglow,
.notiborderglow {
    position: absolute;
    width: 20rem;
    height: 20rem;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle closest-side at center, white, transparent);
    opacity: 0;
    transition: opacity 300ms ease;
}
.notiglow {
    z-index: 3;
}
.notiborderglow {
    z-index: 1;
}
.notification:hover .notiglow {
    opacity: 0.1
}
.notification:hover .notiborderglow {
    opacity: 0.1
}
.note {
    color: var(--color);
    position: fixed;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 0.9rem;
    width: 75%;
}
.photo-div1 {
    width: 40%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.img-1 {
    width: 100%;
    margin-bottom: 400px;
}
.card-div-2 {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-bottom: 100px;
}


.sct-4-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.sct-4 {
    width: 100%;
    height: 50vh;
}
.price-section {
    color: #fff;
}
.price-table {
    background-color: #152148;
    border-radius: 16px;
    width: 325px;
    height: 440px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    background-image: linear-gradient(135deg, rgba(74, 222, 128, 0.15), rgba(29, 123, 219, 0.1) 20%, #152148 40%, #152148 100%);
}
.price-table:after {
    content: "";
    display: block;
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px;
    z-index: -1;
    position: absolute;
    border-radius: 16px;
    background-image: linear-gradient(135deg, #4ade80, #1d7bdb 40%, #293359 60%, #152148 100%);
}
.price-table .price-500 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    display: inline-flex;
    align-self: center;
    align-items: center;
    gap: 4px;
    position: relative;
    color: #fff;
    padding: 35px 0 0 0;
}
.price-table .del-price {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position: relative;
}
.price-table .del-price h3 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    position: relative;
    color: #fff;
}
.price-table .price small {
    font-size: 1.25rem;
    font-weight: 400;
    position: absolute;
    left: -1.5ch;
}
.price-table .title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
}
.price-table .description {
    font-size: 1rem;
    text-align: center;
    margin-top: 2px;
}
.features {
    margin-top: 22px;
}
.feature {
    position: relative;
}
.feature+.feature {
    margin-top: 16px;
}
.feature summary {
    display: inline-flex;
    align-items: center;
    list-style: none;
}
.feature summary::-webkit-details-marker {
    display: none;
}
.feature[open] summary:after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 50;
}
.feature[open] div {
    -webkit-animation: scale 0.15s ease;
    animation: scale 0.15s ease;
}
.feature .checkmark {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #4ade80;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.feature .false-checkmark {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ff3a3a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.feature .checkmark svg {
    width: 18px;
    height: 18px;
    color: #fff;
}
.feature .question-icon {
    display: flex;
    align-items: center;
    margin-left: 6px;
    cursor: pointer;
}
.feature .answer {
    padding: 12px;
    background-color: #111b40;
    border-radius: 6px;
    position: absolute;
    top: -12px;
    z-index: 100;
    transform: translatey(-100%) translatex(-50%);
    transform-origin: bottom center;
    width: 80%;
    left: 50%;
    border: 1px solid #293359;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}
@-webkit-keyframes scale {
    0% {
        transform: translatey(-100%) translatex(-50%) scale(0);
    }

    100% {
        transform: translatey(-100%) translatex(-50%) scale(1);
    }
}

@keyframes scale {
    0% {
        transform: translatey(-100%) translatex(-50%) scale(0);
    }

    100% {
        transform: translatey(-100%) translatex(-50%) scale(1);
    }
}
.feature-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}
.card-button {
    text-decoration: none;
    line-height: 1;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .05);
    background-color: #fff;
    color: #121212;
    border: none;
    cursor: pointer;
}
.button-decor {
    position: absolute;
    inset: 0;
    background-color: var(--clr);
    transform: translateX(-100%);
    transition: transform .3s;
    z-index: 0;
}
.button-content {
    display: flex;
    align-items: center;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}
.button__icon {
    width: 48px;
    height: 40px;
    background-color: var(--clr);
    display: grid;
    place-items: center;
}
.button__text {
    display: inline-block;
    transition: color .2s;
    padding: 2px 1.5rem 2px;
    padding-left: .75rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
}
.card-button:hover .button__text {
    color: #fff;
}
.card-button:hover .button-decor {
    transform: translate(0);
}
.sct-5 {
    width: 100%;
    height: 50vh;
}
.sct-5-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.form-container {
    width: 600px;
    background: linear-gradient(#212121, #212121) padding-box,
    linear-gradient(145deg, transparent 35%, #e81cff, #40c9ff) border-box;
    border: 2px solid transparent;
    padding: 32px 24px;
    font-size: 14px;
    font-family: inherit;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    border-radius: 16px;
}
.form-container button:active {
    scale: 0.95;
}
.form-container .form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.form-container .form-group {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.form-container .form-group label {
    display: block;
    margin-bottom: 5px;
    color: #717171;
    font-weight: 600;
    font-size: 12px;
}
.form-container .form-group input {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    color: #fff;
    font-family: inherit;
    background-color: transparent;
    border: 1px solid #414141;
}
.form-container .form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    resize: none;
    color: #fff;
    height: 150px;
    border: 1px solid #414141;
    background-color: transparent;
    font-family: inherit;
}
.form-container .form-group input::placeholder {
    opacity: 0.5;
}
.form-container .form-group input:focus {
    outline: none;
    border-color: #e81cff;
}
.form-container .form-group textarea:focus {
    outline: none;
    border-color: #e81cff;
}
.form-container .form-submit-btn {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-self: flex-start;
    font-family: inherit;
    color: #717171;
    font-weight: 600;
    width: 40%;
    background: #313131;
    border: 1px solid #414141;
    padding: 12px 16px;
    font-size: inherit;
    gap: 8px;
    margin-top: 8px;
    cursor: pointer;
    border-radius: 6px;
}
.form-container .form-submit-btn:hover {
    background-color: #fff;
    border-color: #fff;
}
.footer {
    width: 100%;
    min-height: 20vh;
    background-color: #191a1a;
}
.footer-container {
    width: 75%;
    height: 100%;
    margin: auto;
}
.logo-div-footer {
    width: 200px;
}
.logo-div-footer-1 {
    width: 200px;
}
.logo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}
.text-container {
    color: #fff;
    width: 820px;
}
.copyright-email {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    gap: 20px;
}
.single-cta i {
    color: #6220fb;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}
.cta-text {
    padding-left: 15px;
    display: inline-block;
}
.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}
.cta-text span {
    color: #ffffff;
    font-size: 15px;
}
.copyright-text p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #ffffff;
}
.copyright-text p a {
    color: #53a3ff;
}
.sct3-2 {
    width: 100%;
    height: 85vh;
    padding: 25px 0 0 0 ;
}
.photo-sct3-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.photo-div2 {
    width: 1200px;
    height: 600px;
    background-color: #008cff;
    border-radius: 35px;
    background-image: url(../IMG/pexels-tima-miroshnichenko-7567565.jpg);
    background-size: 115%;
    background-position: center;
}
.text-photo-div2 {
    position: relative;
    width: 950px;
    height: 650px;
    background-image: linear-gradient(120deg, rgba(28, 28, 28, 0.4), rgba(98, 32, 251, 0.7));    border-radius: 35px;
    bottom: 50px;
    display: inline-flex;
}
.text-inner-div {
    width: 50%;
    height: 100%;
    color: #fff;
}
.text-inner-div h2 {
    font-size: 2rem;
    font-weight: 800;
    padding: 40px 0px 25px 35px;
}
.text-inner-div p {
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0px 0px 25px 35px;
}
.inner-dive-1 p {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 50px 0px 25px 35px;
}
.sct3-2-btn {
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff80;
    text-shadow: none;
    background: transparent;
    cursor: pointer;
    box-shadow: transparent;
    border: 2px solid #ffffff80;
    transition: 0.5s ease;
    user-select: none;
    margin:  10px 0px 0px 35px;

}
.sct3-2-btn-a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
}
.sct3-2-btn:hover,
:focus .sct-1-btn-a {
    color: #ffffff;
    background: #008cff;
    border: 2px solid #008cff;
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff;
    box-shadow: 0 0 5px #008cff, 0 0 20px #008cff, 0 0 50px #008cff,
        0 0 100px #008cff;
}
.sct3-2-btn:hover .svg svg {
    animation: jello-vertical 0.9s both;
    transform-origin: left;
}
@keyframes jello-vertical {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(0.75, 1.25, 1);
    }

    40% {
        transform: scale3d(1.25, 0.75, 1);
    }

    50% {
        transform: scale3d(0.85, 1.15, 1);
    }

    65% {
        transform: scale3d(1.05, 0.95, 1);
    }

    75% {
        transform: scale3d(0.95, 1.05, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}
.visa-inner-div {
    width: 50%;
    height: 100%;
}
.inner-dive-1 {
    width: 100%;
    height: 65%;
}
.inner-dive-2 {
    width: 100%;
    height: 35%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 25px;
}
.flip-card {
    background-color: transparent;
    width: 240px;
    height: 154px;
    perspective: 1000px;
    color: white;
}

.heading_8264 {
    position: absolute;
    letter-spacing: .2em;
    font-size: 0.5em;
    top: 2em;
    left: 18.6em;
}

.m-logo {
    position: absolute;
    top: 6.8em;
    left: 11.7em;
}

.chip {
    position: absolute;
    top: 2.3em;
    left: 1.5em;
}

.contactless {
    position: absolute;
    top: 3.5em;
    left: 12.4em;
}

.number {
    position: absolute;
    font-weight: bold;
    font-size: .6em;
    top: 8.3em;
    left: 1.6em;
}

.valid_thru {
    position: absolute;
    font-weight: bold;
    top: 635.8em;
    font-size: .01em;
    left: 140.3em;
}

.date_8264 {
    position: absolute;
    font-weight: bold;
    font-size: 0.5em;
    top: 13.6em;
    left: 3.2em;
}

.flip-card-front .name {
    position: absolute;
    font-weight: bold;
    font-size: 0.5em;
    top: 16.1em;
    left: 2em;
}

.strip {
    position: absolute;
    background-color: black;
    width: 15em;
    height: 1.5em;
    top: 2.4em;
    background: repeating-linear-gradient(45deg,
            #303030,
            #303030 10px,
            #202020 10px,
            #202020 20px);
}

.mstrip {
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 8em;
    height: 0.8em;
    top: 5em;
    left: .8em;
    border-radius: 2.5px;
}

.sstrip {
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 4.1em;
    height: 0.8em;
    top: 5em;
    left: 10em;
    border-radius: 2.5px;
}

.code {
    font-weight: bold;
    text-align: center;
    margin: .2em;
    color: black;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 1rem;
}

.flip-card-front {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -1px 0px inset;
    background-color: #171717;
}

.flip-card-back {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -1px 0px inset;
    background-color: #171717;
    transform: rotateY(180deg);
}

/* Desktop compatibility */
@media (max-width: 2560px) {
    .logo-div {
        margin-left: -320px;
    }
    .nav-btn {
        margin-right: -340px;
    }
    .sct-4-container {
        gap: 200px;
    }
}
@media (max-width: 1920px) {
    .logo-div {
        margin-left: -115px;
    }
    .nav-btn {
        margin-right: -110px;
    }
    .div-container {
        padding: 0px 0px 200px 235px;
    }
    .div-img img {
        margin: 70px 90px 0px 0px;
    }
    .sct-3 {
        gap: 50px;
    }
    .sct-3 .card {
        width: 300px;
        height: 200px;
    }
    .lordicon {
        width: 75px;
    }
    .lordicon-1 {
        width: 35px;
    }
    .card__title {
        font-size: 18px;
    }
    .card__description {
        font-size: 12px;
    }

    .sct-4-container {
        gap: 100px;
    }
    .sct3-1 {
        background-size: 35%;
        margin-top: 50px;
    }
    .img-1 {
        width: 80%;
        margin-bottom: 250px;
    }
    .photo-div2{
    width: 1000px;
    height: 650px;
    }
}
@media (max-width: 1680px) {
    .logo-div {
        margin-left: -50px;
    }
    .nav-btn {
        margin-right: -40px;
    }
    .div-img {
        width: 65%;
    }
    .div-container {
        padding: 0px 0px 100px 180px;
    }
    .div-img img {
        margin: 70px 40px 0px 0px;
    }
    .sct-3 {
        gap: 50px;
    }
    .sct-3 .card {
        width: 300px;
        height: 200px;
    }
    .lordicon {
        width: 75px;
    }
    .lordicon-1 {
        width: 35px;
    }
    .card__title {
        font-size: 18px;
    }
    .card__description {
        font-size: 12px;
    }
    .sct-4 {
        min-height: 50vh;
    }
}
@media (max-width: 1600px) {
    .sct-3 {
        gap: 50px;
    }
    .sct-3 .card {
        width: 300px;
        height: 200px;
    }
    .lordicon {
        width: 100px;
    }
    .lordicon-1 {
        width: 40px;
    }
    .card__title {
        font-size: 18px;
    }
    .card__description {
        font-size: 12px;
    }
    .sct-4 {
        min-height: 75vh;
    }
    .sct-5 {
        min-height: 60vh;
    }
    .sct-4-container {
        gap: 65px;
    }
}
@media (max-width: 1440px) {
    .logo-div {
        margin-left: 40px;
    }
    .nav-btn {
        margin-right: 35px;
    }
    .div-container {
        padding: 0px 0px 125px 150px;
    }
    .div-container h1 {
        --fs-size: 1.5em;
    }
    .div-container p {
        width: 250px;
        letter-spacing: 1px;
        font-size: 10px;
    }
    .div-img {
        width: 75%;
    }
    .div-img img {
        margin: 30px -20px 0px 0px;
    }
    .sct-4-container {
        gap: 30px;
    }
}
@media (max-width: 1366px) {
    .logo-div {
        margin-left: 25px;
    }
    .nav-btn {
        margin-right: 25px;
    }
    .div-container {
        padding: 0px 0px 125px 100px;
    }
    .div-container h1 {
        --fs-size: 1.5em;
    }
    .div-container p {
        width: 250px;
        letter-spacing: 1px;
        font-size: 10px;
    }
    .div-img {
        width: 65%;
    }
    .div-img img {
        margin: 30px -80px 0px 0px;
    }
    .sct-3 {
        gap: 25px;
    }
    .sct-3 .card {
        width: 275px;
        height: 170px;
    }
    .lordicon {
        width: 85px;
    }
    .lordicon-1 {
        width: 35px;
    }
    .card__title {
        font-size: 16px;
    }
    .card__description {
        font-size: 9px;
    }
    .sct-4 {
        min-height: 100vh;
    }
    .sct-4-container {
        gap: 12px;
    }
    .sct-5 {
        min-height: 75vh;
    }
}
/* Desktop compatibility */




/* Mobile compatibility */










/* Mobile compatibility */


















































@media (max-width: 992px) {
    .navbar-nav, .logo-div, .nav-btn {
        display: none;
    }
    .logo-div-mob, .fa-bars {
        display: block;
    }
    .dropdown_menu {
        display: block;
    }
}





