/* Custom Styles */
body {
    background: black;
}

/* Custom Styles */


/* Start Utiles */

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* End Utiles */

/* Start Header */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.main-header {
    position: absolute;
    height: 68px;
    width: 100vw;
    padding: 20px;
    margin: 0 auto;
    z-index: 999;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    width: inherit;

}

.main-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    gap: 1.2rem;
}

.main-list li {
    list-style: none;
}

.main-list a {
    color: white;
    font-size: 16px;
}

.links-bg {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000080;
    width: fit-content;
    height: inherit;
    left: 50%;
    right: 50%;
    border: 1px solid #2B2B2B;
    padding: 10px 50px;
    backdrop-filter: blur(10px);
    transform: translateX(-50%);
    z-index: 999;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.auth-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0px 20px;
    z-index: 999;
}

.auth-btns div a {
    font-size: 16px;
    color: white;
}

.auth-btns .sign-up a {
    width: 132px;
    height: 48px;
    background-color: #4E47FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.auth-btns .sign-in a {
    color: #F5F5F5;
    font-weight: 400;
}

.menu {
    display: none;
    padding: 0 25px;
}

.menu i {
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

/* End Header */


/* Start Hero */

.hero {
    position: relative;
}

.social-lighting {
    position: absolute;
    height: 100vh;
    z-index: -1;
}

.details {
    flex-direction: column;
    padding: 10rem;
    padding-bottom: 1rem;
    z-index: 999;
}

.details h1 {
    font-weight: 700;
    font-size: 73.34px;
    text-align: center;
    color: white;
}

.details p {
    font-weight: 400;
    text-align: center;
    color: #F5F5F5;
    font-size: 14px;
}

.details-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.details .details-btns .dashboard {
    background-color: #262532B2;
    border: 1px solid #000000;
    width: 132px;
    height: 48px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.details .details-btns .telegram {
    background-color: #090909CC;
    width: 132px;
    height: 48px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.details .details-btns .dashboard a,
.details .details-btns .telegram a {
    font-weight: 700;
    font-size: 16px;
    color: white;
}

/* End Hero */

/* Start Second Section */
.data {
    flex-direction: column;
}

.data h1 {
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    color: white;
}

.data p {
    font-weight: 400;
    text-align: center;
    color: #F5F5F5;
    font-size: 14px;
    width: 492px;
}

.cards-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.cards-list .data-card {
    width: 157px;
    height: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cards-list .data-card .info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cards-list .data-card .info span {
    font-weight: 700;
    font-size: 48.22px;
    color: white;
}

.cards-list .data-card .title {
    font-weight: 500;
    font-size: 20px;
    color: white;
    text-align: center;
    width: 223px;
}

/* End Second Section */

/* Start Why us section */

.why-us {
    display: flex;
    justify-content: center;
    padding: 3rem 0;
    width: 100vw;
    overflow: hidden;
}

.lines-ball {
    position: absolute;
    z-index: -1;
    user-select: none;
}

.whyus-content .title {
    text-align: center;
}

.whyus-content .title span {
    color: #F5F5F5;
    font-size: 14px;
    font-weight: 400;
}

.whyus-content .title h1 {
    font-weight: 700;
    font-size: 60px;
    color: white;
}

.whyUs-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.whyUs-cards .whyUs-card {
    flex-direction: column;
    padding: 20px;
    width: 350px;
    height: 371px;
    background-color: #00000080;
    border: 1px solid #2B2B2B;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.whyUs-cards .whyUs-card .icon {
    width: 104px;
    height: 104px;
    background-color: #222228;
    margin-bottom: 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.whyUs-cards .whyUs-card .gradient {
    background: linear-gradient(270deg, #FF12DC 0%, #FFB912 100%);
}

.whyUs-cards .whyUs-card .card-info {
    text-align: center;
    margin-top: 15px;
}

.whyUs-cards .whyUs-card .card-info h2 {
    font-weight: 600;
    font-size: 20px;
    color: white;
}

.whyUs-cards .whyUs-card .card-info p {
    font-weight: 400;
    font-size: 14px;
}

/* End Why us section */

/* Start Review Section */
.reviews {
    display: flex;
    justify-content: center;
    width: 100vw;
    overflow: hidden;
}

.reviews .reviews-content {
    display: flex;
    width: 409px;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 1px solid #2A2A2A;
    padding: 15px 20px;
    background-color: #000000;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}

.reviews .reviews-content .img-container {
    width: fit-content;
}

.reviews .reviews-content .reviews-info {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.reviews .reviews-content .reviews-info p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    color: white;
}

/* End Review Section */

/* Start Real sim Section */

.real-sim {
    margin-top: 5rem;
}

.circle-ball {
    position: absolute;
    left: 0;
    z-index: -1;
    user-select: none;
    overflow: hidden;
}

.real-sim-content {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.real-sim-content .item-1 {
    flex: 1 1 100%;
}

.real-sim-content .item-1 h1 {
    font-weight: 700;
    font-size: 60px;
    color: white;
    width: 100%;
}

.real-sim-content .item-1 p {
    font-weight: 400;
    font-size: 14px;
    color: #F5F5F5;
    width: 100%;
}

.real-sim-content .item-1 .item-card {

    width: 387px;
    height: 238px;
    background: linear-gradient(121.9deg, #1c1c1c8a 0%, #05050587 50.81%);
    border: 1px solid #2B2B2B;
    padding: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.real-sim-content .item-1 .item-card h1 {
    font-size: 34.07px;
    font-weight: 700;
    color: white;
    width: 243px;
    margin-bottom: 40px;
}

.real-sim-content .item-1 .item-card .btn {
    width: 100%;
    height: 60px;
    background-color: #4E47FF;
    color: white;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.real-sim-content .item-2 {
    display: flex;
    align-items: start;
    flex: 1 1 100%;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 497px;
    background-color: #4E47FF;
    padding: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.real-sim-content .item-2 h1 {
    font-weight: 700;
    font-size: 30px;
    color: white;
    text-align: center;
}

.real-sim-content .item-2 p {
    font-weight: 400;
    font-size: 14px;
    color: #F5F5F5;
    margin: 0;
    width: 100%;
    text-align: center;
}

.real-sim-content .item-2 .list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-top: 20px;
}

.real-sim-content .item-2 .list span {
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
}

.real-sim-content .item-2 .btn {
    width: 100%;
    height: 68px;
    background-color: #090909CC;
    color: white;
    margin-top: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* End Real sim Section */

/*  Start Use case section */

.use-case {
    margin-top: 10rem;
    flex-direction: column;
}

.use-case .spring {
    position: absolute;
    z-index: -1;
    right: 0;
    overflow: hidden;
}

.use-case .title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}


.use-case .title h1 {
    font-size: 60px;
    color: white;
    font-weight: 700;
    margin: 0;
    max-width: 259px;
    width: 100%;
    text-align: center;
}

.use-case .title p {
    font-weight: 400;
    font-size: 14px;
    color: #F5F5F5;
    max-width: 813px;
    width: 100%;
    margin: 0;
}

.use-case .grid-items {
    display: grid;
    grid-template-areas:
        "item1 item2 item3 sidebar"
        "footer footer content sidebar";
    width: 100%;
    margin-top: 20px;
    grid-template-columns: repeat(3, 1fr) auto;
    grid-template-rows: auto;
    gap: 20px;
}


.use-case .grid-items .card-1 {
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 11px;
    background: linear-gradient(121.9deg, #1C1C1C 0%, #050505 96.81%);
    border: 1px solid #2B2B2B;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.use-case .grid-items .card-1 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #00000033;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}


.use-case .grid-items .card-1 .black {
    background-color: #000000;
}

.use-case .grid-items .card-1 h1 {
    font-weight: 600;
    font-size: 19.77px;
    color: white;
    margin: 0;
}

.use-case .grid-items .card-1 p {
    font-weight: 400;
    font-size: 14px;
    color: #F5F5F5;
    width: 231px;
}


.use-case .grid-items .item-1 {
    grid-area: item1;
}

.use-case .grid-items .item-2 {
    grid-area: item2;
}

.use-case .grid-items .item-3 {
    grid-area: item3;
}

.use-case .grid-items .item-4 {
    grid-area: sidebar;
}

.use-case .grid-items .item-5 {
    grid-area: footer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.use-case .grid-items .item-6 {
    grid-area: content;
}

.use-case .grid-items .card-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}


@media (max-width: 1192px) {
    .use-case .grid-items {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;

    }

    .use-case .grid-items .item-5 {
        flex-direction: column;
    }

    .use-case .grid-items .card-1 {
        height: 252px;
    }
}


@media (max-width: 768px) {
    .use-case .grid-items {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
}

.use-case .grid-items .card-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

/* Start Footer */



footer {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: fit-content;
}

footer .footer-gradient {
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100%;
    display: flex;
}

footer .footer-gradient img {
    width: 100vw;
}

footer .footer-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    width: 1216px;
    height: 342px;
    margin-top: 10rem;
    padding: 50px;
    background: linear-gradient(121.9deg, rgba(28, 28, 28, 0.9) 0%, rgba(5, 5, 5, 0.9) 96.81%);
    border: 1px solid #2B2B2B;
    backdrop-filter: blur(10px);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}


footer .footer-content p {
    font-weight: 400;
    font-size: 16px;
    color: #F5F5F5;
}

footer .footer-content .footer-top,
footer .footer-content .footer-bottom {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

footer .footer-bottom .creator {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

footer .footer-bottom .creator .group-1 {
    display: flex;
    align-items: center;
    gap: 10px;

}

footer .footer-bottom .creator span {
    color: #F5F5F5;
}

/* End Footer */

/* Start Media Queries */
@media (min-width: 1600px) {
    footer .footer-gradient {
        transform: translateY(-120px);
    }
}
@media not all and (min-width: 991px) {

    .links-bg,
    .auth-btns {
        display: none;
    }

    .logo img {
        width: 160px;
    }

    .menu {
        display: block;
        padding: 0;
    }
    
    .social-lighting {
        width: 100vw;
    }

    .main-nav {
        padding: 0;
    }

    .details {
        padding: 10rem 0rem;
        padding-bottom: 10px;
    }

    .details h1 {
        font-size: 45px;
    }

    .details p {
        font-size: 11px;
    }

    .data h1 {
        font-size: 40px;
    }

    .data p {
        width: 100%;
    }

    .cards-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .lines-ball {
        overflow: hidden;
        width: 100vw;
    }


    .real-sim-content {
        flex-direction: column;
    }

    .circle-ball {
        width: 100%;
        overflow: hidden;
    }

    .real-sim-content .item-1 h1 {
        font-size: 45px;
        text-align: center;
    }

    .real-sim-content .item-1 p {
        font-size: 13px;
        text-align: center;
    }

    .real-sim-content .item-1 .item-card {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .real-sim-content .item-2 {
        padding: 20px
    }

    .use-case .title {
        flex-direction: column;
        padding: 0 20px;
    }

    .use-case .title h1 {
        font-size: 45px;
    }

    .use-case .title p {
        text-align: center;
        font-size: 12px;
    }

    footer .footer-bottom .creator {
        flex-direction: column;
    }

    footer .footer-content {
        height: fit-content;
    }

    footer .footer-bottom .creator span {
        text-align: center;
    }

    footer .footer-bottom .creator .group-1 div {
        display: none;
    }

    footer .footer-top p {
        text-align: center;
    }

    footer .footer-top .logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .use-case .grid-items {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }
}

/* End Media Queries */