body {
    background-color: rgb(3, 10, 19);
    padding: 0;
    margin: 0;
    color: aliceblue;
}
.hero {
    height: calc(100vh - 80px);
    ackground-image: url("");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.Navbar {
    position: fixd;
    height: 70px;
    width: 100%;
    background-color: rgb(2, 29, 53);
    border-bottom: 0.px solid rgb(43, 83, 146);
    display: flex;
    align-items: center;
    box-shadow: 0 2px 156px rgb(0, 147, 205);
}
.Pic {
    ackground-color: aqua;
    height: 592.5px;
    width: 430px;
    margin-left: 50px;
}
img {
    margin-left: 4px;
    margin-top: 110px;
    width: 380px;
    padding-left: 0px;
    padding-top: 5px;
}
.opt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    gap: 0;
}
.Option1 {
    height: 40px;
    border-top-Left-radius: none;
    border-bottom-Left-radius: none;
    margin-top: 0;
    border: none;
    border-right: 1px solid rgb(255, 255, 255);
    align-items: center;
    font-size: 110%;
    color: rgb(0, 7, 12);
    width: 140px;
    background-color: rgba(0, 255, 13, 0.841);
    border-radius: 22.5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.Option2 {
    height: 40px;
    border-top-right-radius: none;
    border-bottom-right-radius: none;
    margin-top: 0;
    align-items: center;
    padding-left: 0;
    font-size: 110%;
    width: 140px;
    border: none;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.295);
    border-radius: 22.5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

::-webkit-scrollbar {
    display: none;
}

#Sign {
    margin-left: 10px;
    border-radius: 33px;
    border: 0.1px solid transparent;
    margin-top: 38px;
    margin-bottom: 00;
    height: 60px;
    width: 350px;
    color: rgb(3, 37, 68);
    font-size: 90%;
    background-color: #00ff04;
    box-shadow: 0 2px 106px rgb(0, 147, 205, 0.449);
    font-family: 'Poppins', Lexend;
    font-weight: 600;
}
#login {
    margin-left: 10px;
    border-radius: 30px;
    border: 0.1px solid transparent;
    font-family: 'Poppins', Lexend;
    margin-top: 36px;
    margin-bottom: 00;
    height: 60px;
    width: 350px;
    font-size: 90%;
    font-weight: 600;
    background-color: #00ff04;
    box-shadow: 0 2px 106px rgba(0, 147, 205, 0.449);
    color: rgb(1, 50, 93);
}
.join {
    font-family: 'Poppins', Lexend;
    margin-top: 30px;
    font-size: 130%;
    text-align: center;
    width: 350px;
}
.tag {
    margin-top: 30px;
    width: 900px;
    padding-left: 0;
    margin-left: auto;
    margin-right: 10px;
    font-size: 270%;
    font-family: 'Poppins', Lexend;
    display: inline-block;
    align-items: center;
    text-align: center;
}
.Out {
    display: flex;
    gap: 50px;
    padding: 0;
    margin: 0;
}
p {
    padding-left: 50px;
    font-family: 'Poppins', Lexend;
    font-size: 250%;
}
.p1 {
    font-size: 200%;
    display: none;
}
.How1 {
    margin-top: 100px;
}
.About {
    background-color: transparent;
    width: 120px;
    font-size: 110%;
    margin-top: 0;
    border-radius: 0;
    margin-left: 0;
    border: 0;
    padding-left: 0px;
    display: flex;
    justify-content: flex-start;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: none;
    color: aliceblue;
}
.Contact {
    background-color: transparent;
    width: 120px;
    font-size: 110%;
    margin-top: 0;
    border-radius: 0;
    margin-left: auto;
    margin-right: 5px;
    border: 0;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: none;
    color: aliceblue;
}
.tag0 {
    margin-left: 0px;
    width: 100%;
    margin-top: 30px;
    font-size: 115%;
    text-align: center;
}
.t1 {
    color: rgb(25, 43, 67);
    animation: slide 10s infinite;
    font-size: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider {
    background-color: #00ff04;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.outs {
    background-color: hsl(121, 100%, 50%);
    border-radius: 30px;
    width: 680px;
    height: 160px;
    margin-top: 40px;
    margin-left: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 406px rgba(0, 147, 205, 0.449);
}

.slider {
    overflow: hidden;
}

.texts {
    animation: slide 8s infinite;
}

.t1 {
    height: 60px;
    line-height: 60px;
    font-weight: bold;
}

@keyframes slide {

    0%, 20% {
        transform: translateY(0);
    }

    25%, 45% {
        transform: translateY(-60px);
    }

    50%, 70% {
        transform: translateY(-120px);
    }

    75%, 95% {
        transform: translateY(-180px);
    }

    100% {
        transform: translateY(0);
    }
}
.one {
    width: 500px;
}
.Handshake {
    margin-top: 40px;
    height: 320px;
    background-color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
}
.txt1 {
    font-size: 270%;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', Lexend;
    text-align: center;
    margin-top: 100px;
}
.small {
    font-size: 50%;
    color: rgb(149, 149, 149);
}
.TeamB {
    margin-top: 40px;
    background-color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
}
.two {
    margin-left: auto;
    width: 550px;
}
.three {
    margin-left: 30px;
    border-radius: 30px;
    width: 500px;
}
.Hire {
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.Logo {
    display: flex;
    flex-direction: row;
}
.L1 {
    width: 125px;
    height: 150px;
    margin-top: 40px;
    margin-left: 0;
}
.New {
    display: flex;
}

.one {
    margin-left: 30px;
    border-radius: 30px;

}

.two {
    margin-right: 30px;
    border-radius: 30px
}

.How1 {
    margin-top: 20px;
}