* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Arial", sans-serif;
}
nav{
    height: 75px;
    /* border: 2px solid black; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.redline{
    /* border: 2px solid black; */
    height: 7px;
    width: full;
    background-color: #fd7e14;
}

.vlabs{
    font-size: 35px;
    font-weight: 400;
    color: #2c99ce;
    font-family: sans-serif;
}

nav .logo1{
    height: 60px;
}

nav .logo2{
    height: 70px;
}
/* .line {
    width: 100%;
    height: 1.6rem;
    background-color: #dce5ec;
} */

.hero {
    height: 100vh;
    display: flex;
    justify-content: center;
}

#container {
    height: 600px;
    width: 800px;
    background-color: #dce5ec;
    position: relative;
}

.projection {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    letter-spacing: .1em;
    font-size: 1.6rem;
    background-color: rgb(20, 117, 228);
    color: rgb(255, 255, 255);
}

.texts {
    font-size: 14px;
}

.step1{
    padding: 30px;
}

.content {
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: 200px;
}



.images {
    position: absolute;
    top: 46px;
    left: 4px;
}

#btn1 {
    font-size: 16px;
    font-family: inherit;
    height: 40px;
    width: 100px;
    background-color: rgb(20, 117, 228);
    color: white;
    position: absolute;
    top: 344px;
    left: 680px;
    border-radius: 4px;
    border: none;
}

#btn1:hover {
    cursor: pointer;
}

#btn2 {
    font-size: 16px;
    font-family: inherit;
    height: 40px;
    width: 100px;
    background-color: rgb(20, 117, 228);
    color: white;
    position: absolute;
    top: 344px;
    left: 680px;
    border-radius: 4px;
    border: none;
}

#btn2:hover {
    cursor: pointer;
}

/* our css code of container1 ends here thank you */

.hide {
    display: none;
}


#container2 {
    height: 600px;
    width: 800px;
    background-color: #dce5ec;
    position: relative;
    /* padding-left: 70px; */
}

.projection2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    letter-spacing: .1em;
    font-size: 1.6rem;
    background-color: rgb(20, 117, 228);
    color: white;
}

ul {
    position: absolute;
    top: 80px;
    left: 70px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}


#container2 li a {
    text-decoration: none;
    font-size: 20px;
    color: blue;
}


#btn2 {
    position: absolute;
    top: 544px;
    left: 20px;
    font-size: 16px;
    font-family: inherit;
    height: 40px;
    width: 100px;
    background-color: rgb(20, 117, 228);
    color: white;
    border-radius: 4px;
    border: none;
}
