*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins',sans-serif;

}

body{
    color: rgb(39, 188, 204);
}

.header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.logo
{
    position: relative;
    font-size: 25px;
    color: darkcyan;
    text-decoration: none;
    font-weight: 600;
    cursor: default;
    opacity: 0;
    animation: slideRight 1s ease forwards;

}

.navbar a{
    display: inline-block;
    font-size: 25px;
    color: lightseagreen;
    text-decoration: none;
    font-weight: 500;
    margin-left: 35px;
    transition: .3s;
    opacity: 0;
    animation: slideTop .5s ease forwards;
}

.navbar  a:hover
{
   color: darkturquoise;
}

.home
{
    position: relative;
    width: 100%;
    justify-content: space-between;
    height: 100vh;
    background: url(./image/bg2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 70px 10% 0;
    position:relative;
}

.home-main
{
    max-width: 600px; 
    position: absolute;
}

.home-main h3
{
    font-size: 32px;
    font-weight: 700;
    opacity: 0;
    animation: slideBottom .1s ease forwards ;
    animation-delay: .7s;
}

.home-main h3:nth-of-type(2)
{
    margin-bottom: 30px;

}

.home-main h3 span
{
    color: cyan;
}
.home-main h1
{
    font-size: 56px;
    font-weight: 700; 
    margin: -3px 0;
    opacity: 0;
    animation: slideRight 1s ease forwards;
    animation-delay: 1s;
}

.home-main p
{
    font-size: 20px;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: 1s;
}

.home-sec a
{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    background: transparent;
    border: 2px solid aqua;
    border-radius: 50%;
    font-size: 20px;
    color: aqua;
    text-decoration: none;
    margin: 30px 15px 30px 0;
}

.home-sec a:hover
{
   background: aqua;
   color: black;
   box-shadow:0 0 20px aqua;
}

.btn-box
{
    display: inline-block;
    padding: 12px 28px;
    background: aqua;
    border-radius: 40px;
    font-size: 16px;
    color: black;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
}

.btn-box:hover
{
    box-shadow: 0 0 5px cyan,
    0 0 25px cyan,0 0 50px cyan,
    0 0 100px cyan;
}

.imgp
{
    height: 300px;
    width: 300px;
    margin-left: 800px;
    margin-bottom: 150px;
    border-radius: 50%;
    box-shadow: 0 0 20px aqua;
}

.imgp:hover
{
    box-shadow: 0 0 20px aqua;
}


.about
{
    position: relative;
    width: 100%;
    justify-content: space-between;
    height: 100vh;
    background: url(./image/bg2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 70px 10% 0;
    position:relative;
}

.txt{
    font-size:40px;
    margin-top: 300px;
    margin-left:100px;
    position: absolute;
    font-weight: bolder;
}
.img{
    margin-top:200px;
    margin-left:1100px;
    position: absolute;
    border:solid 1px black;
    height:300px;
    width:300px;
    border-radius: 50%;
}
.img img{
    border-radius: 50%;
}

.nav{
    margin-top:40px;
    font-size: 25px;
}
.n1{
    margin-left: 50px;
    font-style: italic;
}
.n2{
    margin-left: 600px;
}
.n3{
    margin-left: 50px;
}
.n4{
    margin-left: 50px;
}
.n5{
    margin-left: 50px;
}


.con{
    position: absolute;
    width: 100%;
    color:white;
    font-size:25px;
   text-align: center;
   text-decoration: underline;
   margin-top: 20px;
}
.e{
    margin-left:200px;
}
.num{
    margin-left: 460px;
}

.num1{
    margin-left: 316px;
}
.link1{
    margin-left:430px;
}
.n3 a{
    text-decoration: none;
    color:black;
}
.n2 a{
text-decoration: none;
color:black
}
.txt{
    position: absolute;
    margin-top:100px ;
    margin-left:640px;
    font-size:40px;
    font-weight: bolder;
    box-shadow: 0px 5px 0px black;
}
.txt1{
    position: absolute;
    height:200px;
    width:300px;
    border:none;
    padding:20px;
    margin-top:200px;
    margin-left:0px;
}
.txt1 ul{
    list-style-type:disc;
}
.p{
    font-weight: bolder;
    font-size:20px;
}
.txt2{
    position: absolute;
    height: 200px;
    width: 300px;
    border: none;
    padding:20px;
    margin-top:200px;
    margin-left:350px;
}
.txt2 ul{
    list-style-type: disc;
}
.txt3{
    position: absolute;
    height: 300px;
    width: 300px;
    border: none;
    padding:20px;
    margin-top:200px;
    margin-left:700px;
}
.li{
    margin-top:10px;
    font-size:18px;
}
.n5 a{
    text-decoration: none;
    color:black;
}






































@keyframes slideRight {
    0%{
        transform: translateX(-100);
        opacity: 0;
    }
    100%
    {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes slideTop {
    0%{
        transform: translateY(-100);
        opacity: 0;
    }
    100%
    {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes slideBottom {
    0%{
        transform: translateY(-100);
        opacity: 0;
    }
    100%
    {
        transform: translateY(0px);
        opacity: 1;
    }
}

