@font-face {
    font-family: "farzi";
    src: url("./font/Figtree-Regular.ttf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'farzi' !important;
    color: white;
    transition: all ease 0.5s;
}

body {
    background: #000;
}

.header_section {
    z-index: 99999;
    position: fixed;
    top: 0;
    width: 100%;
}

header {
    background-color: rgb(0, 0, 0);
    height: 4rem;
    width: 100%;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: space-around;
    border-bottom: 0.5px solid rgb(122, 122, 122);
    position: relative;
}

header .logo {
    font-size: 24px !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

header nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    list-style: none;
}

header ul a {
    text-decoration: none;
    color: #fff;
    font-size: 100%;
    font-weight: 500;
}

nav,
ul {
    width: initial;
}
.hiddenNavbar{
    height: 100%;
    width: 100%;
    position: relative;
}
.navbar {
    transition: all ease 0.4s;
    position: absolute;
    display: none;
    width: 100%;
    height: 80vh;
    width: 80%;
    left: 10%;
    top: 120%;
    color: white;
    background: rgba(126, 126, 126, 0.767);
    border-radius: 20px;
    z-index: 999;
}

.navbar ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    height: 100%;
    list-style: none;
}

.navbar ul a {
    text-decoration: none;
    color: #fff;
    font-size: 150%;
}


header .closeBtn {
    display: none;
}

.container {
    background: #000;
    padding: 100px;
    position: relative;
}

.box {
    z-index: 1;
    height: 300px;
    border-radius: 50%;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #742ec4, transparent 40% 60%, #742ec4);
    animation: rotation linear infinite 4s;
    filter: blur(10px);
    position: absolute;
}

.innerBox {
    height: 220px;
    border-radius: 50%;
    width: 220px;
    box-shadow: 2px 2px 20px linear-gradient(#742ec4, black),
        inset linear-gradient(black, #742ec4);
    background: repeating-linear-gradient(#742ec4, transparent 40% 60%, #742ec4);
    animation: rotation-reverse linear infinite 4s;
    filter: blur(5px) opacity(.8);
}

.hero_section {
    position: relative;
    /* top: 100px; */
    height: 60vh;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

.animation_section {
    z-index: 10;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_content_section {
    z-index: 20;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    align-items: center;
    gap: 20px;

}

.hero_content_section h1 {
    font-size: 50px;
    align-self: self-start;
}

.hero_content_section p {
    font-size: 20px;
    align-self: self-start;
}

.hero_content_section button {
    height: 40px;
    width: 120px;
    font-size: 14px;
    background-color: #814AC8;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 10px;
    align-self: self-start;
}

.page_1 {
    min-height: 20vh;
    display: flex;
    flex-direction: column;
    gap: 40px;
    overflow: hidden;
}

.page_1 .text_center {
    text-align: center;
}

.page_1 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    list-style: none;
    font-size: 30px;
    position: relative;
}

.page_1 ul::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, #000, transparent 50% 55%, #000);
}

.page_1 li {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 2s;
    gap: 10px
}

.page_2 {
    min-height: 80vh;
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

.page_2 .text_center {
    text-align: center;
    font-size: 50px;
}

.page_2 .text_center p {
    text-align: center;
    font-size: 18px;
}

.page_2 .content_between {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    height: 100%;
    width: 100%;
}

.left_content {
    height: 400px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left_content .boxborder {
    height: 90%;
    width: 90%;
    border-radius: 20px;
    background: #1d1c1c;
    display: flex;
    align-items: end;
    justify-content: center;
}

.left_content .boxborder .backGroundBox {
    height: 80%;
    width: 80%;
    background-color: #000;
    border-radius: 20px 20px 0px 0px;
    position: relative;
    border-top: 1px solid rgb(151, 151, 151, 0.5);
    border-left: 1px solid rgb(151, 151, 151, 0.5);
    border-right: 1px solid rgb(151, 151, 151, 0.5);
    overflow: hidden;
    padding: 20px 10px;
}

.left_content .boxborder .backGroundBox::after {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(transparent, #000000);
}

.left_content .backGroundBox .top_content {
    height: 30px;
    width: 100%;
    border: 1px solid rgb(151, 151, 151, 0.5);
    border-radius: 5px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    gap: 20px;
}

.top_content button {
    background-color: transparent;
    border: 1px solid rgb(151, 151, 151, 0.5);
    height: 20px;
    width: 80px;
    border-radius: 5px;
}

.top_content span {
    font-size: 70%;
}

.list_content {
    position: relative;
    top: 5px;
    overflow: hidden;
}

.list_content ul li {
    border: 1px solid rgb(151, 151, 151, 0.5);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    padding: 5px 20px;
    margin-top: 5px;
    transform: translateY(500px);
    animation: moveUp linear infinite 10s;

}

.page_2 .right_content {
    width: 50%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.right_content h2 {
    font-size: 35px;
}

.heading_top {
    border: 1px solid rgb(151, 151, 151, 0.5);
    border-radius: 5px;
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    white-space: nowrap;
    padding: 5px 10px;
    background: transparent;
}

.assistant {
    position: absolute;
    bottom: 20px;
    height: 30%;
    width: 95%;
}

.assistant span {
    display: inline-block;
    border-right: 2px solid gray;
    padding: 0px 10px;
    overflow-x: hidden;
    animation: cursor_moving steps(30) infinite 6s;
    width: 0;
}
.page_3{
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 30px;
    padding-left: 40px;
    padding-right: 40px;
}
.page_3 .text_center {
    text-align: center;
    font-size: 50px;
}
.page_3 .text_center p{
    text-align: center;
    font-size: 18px;
}

.loader {
    height: 15px;
    width: 15px;
    display: inline-block;
    border-radius: 50%;
    border-top: 2.5px solid #814AC8;
    border-left: 2.5px solid #814AC8;
    border-right: 2.5px solid #814AC8;
    border-bottom: 2.5px solid transparent;
    animation: loader linear infinite 2s;
}

.email_content {
    background-image: url("./img/email_content.png");
    height: 80px;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    background-size: 95% 95%;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgb(122, 122, 122);
}

.sending_email_status {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 80px;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgb(122, 122, 122);
}

.sending_email_status .email_status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    height: 40%;
    width: 100%;
}

.sending_email_status .email_status span {
    position: relative;
}

.sending_email_status .email_status span::after {
    position: absolute;
    top: 110%;
    background-color: red;
    height: 10px;
    content: "";
    left: 50%;
    width: 10px;
    background-color: #742ec4;
    border-radius: 50%;
}

.sending_email_status .email_status span:nth-child(1)::after {
    left: 0%;
}

.sending_email_status .email_status span:nth-child(3)::after {
    left: 80%;
}

.sending_email_status .animation_email {
    height: 3px;
    width: 100%;
    background: linear-gradient(to right, #814AC8 0%, black 0%);
    animation: moving_animation infinite linear 6s;
}

.steps_boxes {
    width: 100%;
    display: flex;
    gap: 20px;
}

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

.flex-between {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.steps_boxes .step_box {
    width: 50%;
    background-color: black;
    border: 1px solid rgb(122, 122, 122);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.steps_boxes .step_box .box_1 {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50%;
    border-radius: 5px;
    border: 1px solid rgb(122, 122, 122);
}

.steps_boxes .step_box .box_1 .scanner_animation {
    min-height: 50px;
    min-width: 50px;
    height: 100%;
    width: 100%;
}

.steps_boxes .step_box .box_1 .scanner_animation span {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: inline-block;
    background: conic-gradient(#814AC8 10deg, transparent 80deg);
    border: 1px solid rgb(122, 122, 122);
    animation: rotate infinite linear 3s;
}


.steps_boxes .step_box .box_2 {
    width: 50%;
    min-height: 200px;
    min-width: 150px;
    border-radius: 5px;
    border: 1px solid rgb(122, 122, 122);
}

.steps_boxes .step_box .box_2 ul {
    white-space: nowrap;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px;
    align-self: flex-start;
    width: 100%;
    overflow: hidden;
}

.steps_boxes .step_box .box_2 ul li {
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid rgb(122, 122, 122);
}

.step_box_2 .code_box {
    height: 100%;
    max-height: 250px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgb(122, 122, 122);
    padding: 20px;
    overflow: hidden;
    position: relative;
}

.step_box_2 .code_box::after {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(transparent, #000000);
}


.step_box_2 .code_box .code_content {
    animation: moveUpCode linear infinite 10s;
    transform: translateY(300px);
}
.steamless_1{
    height: 150px;
    width: 30%;
    border-radius: 10px;
    border: 1px solid rgb(122, 122, 122);
}
.steamless_2{
    height: 100px;
    width: 33%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px 0px;
}
.steamless_2 .range_box{
    border: 0.5px solid rgba(122, 122, 122, 0.67);
    width: 100%;
    height: 5px;
    position: relative;
    overflow: hidden;
}
.steamless_2 .range_box .inner_range{
    width: 20px;
    background-color: #814AC8;
    box-shadow: 0px 0px 20px 20px #814AC8;
    height: 100%;
    position: absolute;
    left: -50%;
    animation: moveLeft linear infinite 2s;
}

.steamless_3{
    height: 100px;
    width: 30%;
    border-radius: 10px;
    border: 1px solid rgb(122, 122, 122);
    overflow: hidden;
}
.steamless_3 .img{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: moveUpImg 6s steps(3) infinite forwards;
}

.card{
    padding: 100px 20px;
    margin: auto;
    width: 60%;
    background: linear-gradient(30deg,#742ec4 10%,transparent 30% 70%,#814AC8 90%);
    text-align: center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
}
.card button{
    height: 30px;
    padding: 5px 15px;
    background: #742ec4;
    border-radius: 5px;
    border: 0;
}
.footer{
    background: linear-gradient(30deg,#742ec4 5%,transparent 30% 70%,#814AC8 95%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 50px;
    gap: 20px;
}
.footer button{
    height: 30px;
    padding: 5px 15px;
    background: #742ec4;
    border-radius: 5px;
    border: 0;
}
.footer .feedback{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@keyframes moveUpImg {
    100%{
        transform: translateY(-300%);
    }
}
@keyframes moveLeft {
    100%{
        left: 200%;
    }
}
@keyframes rotate {
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes moveUpCode {
    100% {
        transform: translateY(-440px);
    }
}

@keyframes moving_animation {
    0% {
        background: linear-gradient(to right, #814AC8 0%, black 0%);
    }

    50% {
        background: linear-gradient(to right, #814AC8 50%, black 50%);
    }

    100% {
        background: linear-gradient(to right, #814AC8 100%, black 100%);
    }
}

@keyframes loader {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes cursor_moving {
    50% {
        width: 180px;
    }
}

@keyframes moveUp {
    100% {
        transform: translateY(-500px);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes rotation-reverse {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(720deg);
    }
}


@media screen and (max-width: 500px) {
    .footer{
        flex-direction: column;
    }
    .card{
        margin-top: 30px;
        width: 80%;
    }
    .steamless_1 .box {
        height: 40px !important;
        width: 40px !important;
        filter: blur(0px) !important;
    }
    .steamless_1 .box .innerBox{
        height: 20px !important;
        width: 20px !important  ;
        filter: blur(0px) !important;
    }
    .steps_boxes .step_box .box_1 .scanner_animation span{
        height: 140px;
        width: 140px;
    }
    .steps_boxes .step_box .box_1 {
        width: 100%;
    }
    .steps_boxes .step_box .box_2 {
        width: 100%;
        height: 200%;
    }
    .page_2 .text_center h2 {
        font-size: 24px;
    }

    .list_content ul li {
        font-size: 12px;
    }

    .page_2 .text_center p {
        font-size: 16px;
    }
    .page_3 .text_center p {
        font-size: 16px;
    }

    .text_center br {
        display: none;
    }

    .page_1 {
        margin-top: 150px;
        gap: 20px;
    }

    .container {
        padding: 0;
    }

    header .nav_1 {
        display: none;
    }

    header .closeBtn {
        display: block;
    }

    .hero_section .box {
        height: 200px;
        width: 200px;
    }

    .box .innerBox {
        height: 150px;
        width: 150px;
    }

    .hero_section {
        top: 100px;
        flex-direction: column;
        padding: 40px;
    }

    .hero_section .animation_section .box {
        top: 25%;
    }

    .hero_section h1 {
        font-size: 40px;
    }
}

@media screen and (min-width:500px) {
    .header_section .navbar {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .steamless_1 .box {
        filter: blur(10px);
    }
    .steamless_1 .box .innerBox{
        filter: blur(10px);
    }
    .step_box_1 .flex-between{
        flex-direction: column;
    }
    .steps_boxes {
        flex-direction: column;
    }
    .steps_boxes .step_box_1{
        width: 100%;
        height: 150%;
    }
    .steps_boxes .step_box_2{
        width: 100%;
    }
    .backGroundBox {
        width: 90%;
    }

    .page_2 .text_center h2 {
        font-size: 30px;
    }
    .page_3 .text_center h2 {
        font-size: 30px;
    }

    .content_between {
        flex-direction: column;
        width: 100%;
    }

    .left_content {
        width: 100%;
        min-width: 320px;
    }

    .right_content {
        width: 100% !important;
        justify-content: center;
        align-items: center;
    }

    .text_center br {
        display: none;
    }
}