* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.main {
    height: 100vh;
    width: 100%;
    background: rgb(178, 200, 211);
    background: radial-gradient(circle, rgba(178, 200, 211, 1) 2%, rgba(211, 178, 197, 1) 60%, rgba(211, 178, 197, 1) 80%, rgba(148, 187, 233, 1) 100%);
    position: absolute;
}

.nav {
    position: relative;
    background-color: #fff;
    height: 75vh;
    width: 45vh;
    border-radius: 13px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}

.abt {
    height: 12vh;
    width: 100%;
}

.pic {
    height: 12vh;
    width: 12vh;
}

img {
    height: 12vh;
    border-radius: 24px;
    padding: 13px;
}

h3 {
    position: absolute;
    top: 3%;
    left: 25%;
}

h4 {
    position: absolute;
    font-size: small;
    top: 8%;
    left: 27%;
    opacity: 0.5;
    ;
}

.line {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 13px;
}

.Main-line {
    height: 13px;
    width: 80%;
    border-bottom: 1px solid rgba(17, 10, 10, 0.3);
}

ul {
    list-style: none;
    margin-top: 13px;
}

li.btn {
    display: flex;
    align-items: center;
    padding: 9px;
}

li.btn i {
    background-color: #b4a2a271;
    height: 4vh;
    width: 4vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

a {
    color: black;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    width: 32vh;
    padding-left: 14px;
}

.foot {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, .3);
}

.foot ul {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-evenly;
}

li.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    height: 7vh;
    width: 25%;
    border: none;
}