*{
    margin: 0;
    padding: 0;
    font-family: 'inter';
    box-sizing: border-box;
}

html,body{
    width: 100%;
    max-width: 100%;
}

.TechRepo{
    margin-left: 0.5rem;
    font-weight: 700;
}

main .welcome{
    padding: 0rem 2rem 2rem 2rem ;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
}


main .welcome .about{
    border:2px solid #2AA9FF;
    border-radius: 0.5rem;
    padding: 1rem 2rem;
    background-color: #ffffff33;
    box-shadow: 0rem 0.8rem 0.8rem #ffffff44;
}

main .about h3{
    color: #0F172A;
}

main .hero1 .xx h2{
    color: #0F172A;
}

.Tech{
    color: white;
}

.Repo{
     color: #00D1FF;
}

.text-highlight{
    color: #F5C542;
}

body{
    z-index: -10;
    background: linear-gradient(90deg,rgb(0,0,244,0.6),#00D1FF);
}

main .hero .lottie{
    width: 30%;
}

main .hero h2{
    color: #0A0F2C;
    width: 70%;
}

main .hero .animation1{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

.tagline{
    color: #0F172A;
    font-size: 1rem;
}

main .hero{
    border: 2px solid #2AA9FF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8rem;
    margin: 0.5rem 3rem 2rem 3rem;
    background-color: #ffffff33;
    padding: 0rem 2rem;
    border-radius: 0.8rem;
    height: 19rem;
    box-shadow: 0rem 0.8rem 0.8rem #ffffff44;
}


main .hero1{
    border: 2px solid #2AA9FF;
     gap: 4rem;
    margin: 1rem 2rem 4rem 2rem;
    background-color: #ffffff33;
    padding: 0rem 2rem;
    border-radius: 0.8rem;
    height: 45rem;
    box-shadow: 0rem 0.8rem 0.8rem #ffffff44;
}

main .hero1 .xx{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

main .offer{
    margin: 2rem 0rem;
    border-radius: 0.7rem;
    box-shadow: 0rem 0.6rem 0.6rem #2AA9FF66;
    padding: 1rem 2rem;
    background-color: #ffffff55;
}

main .hero1 .lottie{
    width: 30%;
}

main .hero1 h2{
    color: #0A0F2C;
    width: 70%;
}

.web-container{
    width: 100%;
}

nav .bar,.glass{
    display: none;
}

i{
    font-size: 1.6rem;
    color: #00D1FF;
}

.bottom-nav li a{
    color: #ffffff;
}

.bottom-nav li{
    padding: 0.5rem 0.5rem 0rem 0.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.bottom-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    bottom: 0;
    height: 5rem;
    width: 100%;
    background-color: #0A0F2C;
    border-width: 0.2rem 0rem 0.2rem 0rem;
    border-style: solid;
    border-color: #F5C542;
}

.bottom-nav ul{
    height: 100%;
}

.bottom-nav{
    display: none;
}

header{
    width: 100%;
    z-index: 50;
    position: fixed;
    top: 0;
}

nav{
    color: white;
    background-color: #0A0F2C;
    height: 4.6rem;
    box-shadow: 0rem 0.2rem 0.25rem #ffffff;
    width: 100%;
}

nav:hover{
    box-shadow: 0rem 0.2rem 0.25rem  #F5C542;
}

.span-repo{
    color: #2AA9FF;
}

nav .logo img{
    margin: 0.37rem 0rem 0rem 1rem;
    border: 0.13rem solid #2AA9FF;
    border-radius: 0.5rem;
    height: 4rem;
    width: 5.5rem;
}

.nav-bar,.logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
}

.nav-btns{
    margin-right: 2rem;
}

button{
    padding: 0.8rem;
    background-color: #2AA9FF;
    border: 0.13rem solid #F5F7FB;
    margin-right: 0.5rem;
    border-radius: 0.5rem;
}

.Login{
    background-color: #0A0F2C;
    color: #F5F7FB;
}

button:hover{
    transition: all 0.3s ease;
    color: black;
    background-color: #F5C542;
}

ul li a:hover {
    color: #2AA9FF;
    transition:all 0.3s ease;
}

ul li a{
    color: white;
    text-decoration: none;
}

ul{
    display: flex;
    list-style-type: none;
    align-items: center;
    position: relative;
    gap: 4rem;
}

.nav-indicator {
  position: absolute;
  bottom: -8px;              
  height: 2px;
  width: 0;
  background: #2AA9FF;
  transition: all 0.3s ease;
}

.dropdown-indicator {
  position: absolute;
  bottom: 10px;              
  height: 2px;
  width: 0;
  background: #2AA9FF;
  transition: all 0.3s ease;
}

.nav-indicator.active{
    background: #F5C542;
}

#ddli.active{
    color: #F5C542;
}

.dropdown{
    visibility: hidden;
    opacity: 0;
    border-radius: 0.8rem;
    height: 1rem;
    width: fit-content;
    padding: 1.5rem;
    display: flex;
    list-style-type: none;
    align-items: center;
    position: relative;
    gap: 4rem;
    margin: 5rem 0rem 0rem 36rem;
    background-color: #0A0F2C;
    transform: translateX(-5%) translateY(-20px) scaleY(0);
    transition: all 0.4s ease;
    box-shadow: 0rem 0.2rem 0.25rem #2AA9FF;
}

.dropdown:hover{
    box-shadow: 0rem 0.2rem 0.25rem #F5C542;
}

.dropdown.show{
    visibility: visible;
    opacity: 1;
    transform:  translateX(-5%) translateY(0px) scaleY(1);
}

footer{
    height: 8rem;
    background-color: #0A0F2C;
}

@media (max-width:451px){
    nav .pages,.nav-btns{
        display: none;
    }

    main .hero{
        flex-direction: column;
    }

    main .welcome{
        flex-direction: column;
    }

    main .hero .animation1{
        flex-direction: column;
    }

    main .hero1 .xx{
        padding: 2rem 0rem;
        flex-direction: column;
    }

    main .hero1{
        height: 60rem;
    }

    main{
        flex-wrap: wrap;
    }

    main .hero,.lottie{
        display: none;
    }

    html{
        font-size: 13px;
    }


    main .about{
        width: 100%;
    }

    main .hero1 .xx .tagline{
      color: #fff;  
    }

    .bottom-nav{
        display: flex;
    }

    nav{
        padding: 0rem 2rem 0rem 2rem;
        height: 5rem;
        box-shadow: none;
        border-width: 0.2rem 0rem 0.2rem 0rem;
        border-style: solid;
        border-color: #F5C542;
    }

    nav .bar,.glass{
        display: flex;
    }
}

