    @import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        font-family: "Archivo", sans-serif;
        color: #F9F9F9;
        background: #000000;
        line-height: 1.6;
    }

    nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.7% 6vw;
        background: #000000;
        background: linear-gradient(180deg, rgb(0 0 0 / 7%) 0%, rgba(255, 255, 255, 0) 83%, rgba(237, 221, 83, 0) 100%);
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .folders{
        width: 30%;
        margin-bottom: 5%;
    }

    .main-image{
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .center-text{
        font-size: 2vw;
        width: 20%;
        text-transform: uppercase;
    }

    .center-text span{
        color: #EE3223;
    }

    nav img{
        width: 10vw;
    }

    .menu {
        display: flex;
        gap: 2rem;
        width: 50%;
        justify-content: flex-end;
    }

    .banner {
        width: 100%;
        height: 70vh;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 0 5vw;
    }

    .upper{
        background: url(1UI_ASTS.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .banner img {
        object-fit: cover;
        object-position: top;
        width: 100%;
    }

    .section-main {
        margin: auto;
        margin-bottom: 5%;
        padding: 0 6vw;
    }

    .section-main h2 {
        font-size: 1.5vw;
        color: #ffffff;
        text-align: center;
        border: 1px solid white;
        display: block;
        text-align: center;
        margin: auto;
        width: max-content;
        padding: 0.5vh 1vw;
        border-radius: 33px;
        margin-bottom: 1%;
        background: black;
    }

    .card-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
        gap: 1.5rem;
    }

    .card {

        color: #fff;
        padding: 4% 10%;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        transition: transform 0.2s, box-shadow 0.2s;
        display: flex;   
        justify-content: flex-start;
        align-items: center;
        gap: 1vw;
        font-weight: 600;
        border-bottom: 1px solid white;
        font-size: 1.2vw;
    }

    .left-lib, .right-lib{
        width: 45%;
        position: relative;
    }

    .card img{
        width: 15%;
    }

    .card:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transition: 0.5s ease;
        cursor: pointer;
    }


    .card h3 {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }

    .card p {
        font-size: 0.95rem;
        color: #555;
    }

    .main_head {
        background-color: #2e2828;
        padding: 0vh 2vw;
        color: white;
        text-align: center;
        font-size: 1.8vw;
        font-weight: 600;
    }


    @media screen and (max-width:1600px){
        .card h3{
            font-size: 1.2vw;
            margin-bottom: 0;
        }

        .card p{
            font-size: 1vw;
        }

        .card{
            padding: 2% 5%;
        }
    }


    .slider {
      position: relative;
      width: 25vw;
      height: auto;
      perspective: 1000px;
    }

    .cardss {
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 25px;
      background: #2b2b2b;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      /* box-shadow: 0 10px 25px rgba(0,0,0,0.5); */
      transition: transform 0.6s ease, opacity 0.6s ease;

    }

    .cardss img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }

    .cardss h2 {
      margin-top: 15px;
      font-size: 22px;
      font-weight: bold;
    }

    .controls {
      /* position: absolute;
      bottom: -60px;
      width: 100%; */
      display: flex;
      justify-content: space-between;
      padding: 0 40px;
    }

    .arrow {
      width: 2vw;
      height: 2vw;
      background: #fff;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      color: #333;
      transition: 0.3s;
      position: absolute;
    }

    .arrow img{
        width: 1.5vw;
        margin: auto;
    }

    #prev{
        left: -50px;
        z-index: 10;
    }

    #next{
        right: -50px;
    }

    .arrow:hover {
      background: #ff3c3c;
      color: #fff;
    }

    .arrow:hover, .arrow img{
        filter: brightness(1);
    }

    #word-container {
    position: relative;
    width: 30vw;
    height: 3.5vw;
    overflow: hidden;
    }

    #word2 {
    position: absolute;
    bottom: 0vw;  
    font-size: 3.5vw; 
    transform: translateY(0%);
    transition: transform 1s ease;
    font-weight: 800;
    }

    .center-text h1{
        line-height: 3vw;
        font-size: 3vw;
    }

    .center-text p{
        font-size: 1.2vw;
        text-transform: capitalize;
        width: 150%;
        /* font-weight: bold; */
    }

    .head-text hr{
        position: absolute;
        top: 50%;
        width: 100%;
        z-index: -1;
    }

    .head-text{
        position: relative;
        margin-bottom: 5%;
    }

    #syncro{
        display: flex;
    }

    a{
        text-decoration: none;
    }
    
    .library{
        display: none;
        justify-content: space-evenly;
        padding-top: 3%;
    }

    .lib{
        padding: 1% 5%;
        border: 1px solid white;
        border-radius: 20px;
        /* box-shadow: inset 0 0 1vw #ffffff; */
        position: relative;   
    }

    .library h4{
        text-align: right;
        font-size: 1.5vw;
        border: 1px solid white;
        width: max-content;
        padding: 0.5vh 3%;
        border-radius: 48px;
        margin-left: auto;
        /* box-shadow: inset 0 0 0.5vw #ffffff; */
        background: black;
        z-index: 2;
        position: absolute;
        top: -8%;
        right: 3%;
    }




    @media screen and (max-width:600px) {
        .folders{
            width: 50%;
        }

        .slider{
            width: auto;
        }

        nav{
            justify-content: center;
        }

        nav img{
            width: 40vw;
        }

        .banner{
            flex-direction: column;
            justify-content: flex-start;
            padding-top: 30%;
            height: 75vh;
        }

        .arrow{
            width: 7vw;
            height: 7vw;
        }

        .center-text{
            width: 70vw;
            margin-top: 40%;
        }

        .center-text h1{
            font-size: 8vw;
            line-height: 8vw;
        }

        #word-container{
            height: 9vw;
            width: 80vw;
        }

        #word2{
            font-size: 9.5vw;
        }

        .center-text p{
            font-size: 3vw;
            width: 100%;
        }

        .main-image{
            width: 55vw;
            overflow: hidden;
        }

        .library{
            flex-direction: column;
        }
        .left-lib, .right-lib{
            width: 100%;
        }

        .right-lib{
            margin-bottom: 10%;
        }

        .section-main h2{
            font-size: 3.5vw;
        }

        .card{
            font-size: 3.2vw;
        }

        .left-lib{
            margin-bottom: 6%;
        }

        .arrow img{
            width: 2.5vw;
        }

        .small-p, .last-line{
            display: none;
        }

        .folders{
            margin-bottom: 0;
        }


    }


    .small-p{
        font-size: 0.9vw !important;
        padding-right: 20%;
    }

    .last-line{
        font-size: 0.9vw !important;
        margin-top: 1%;
    }

    .right-lib .lib img{
        width: 12%;
    }
