body {
    margin: 0rem;
    padding: 0rem;
    font-family: "Mulish", sans-serif;
    overflow:auto;
}


.logo {
    position: absolute;
    align-items: center;
    font-size: 25px;
    display: flex;
    justify-content: flex-start;
    margin-left: 2rem;
    padding-top: 0.5rem;
}
.navigation{
    display: flex;
    justify-content:flex-end;
    align-items: center;
    height: 50px;
    width: '100%';
    background-color: rgb(0, 0, 0);
}
.navigation  a{
    margin-right: 50px;
    text-decoration: none;
    font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
    font-weight: bold;
    color: white;
    font-size: 15px;
    padding: 0.4rem;
    border-radius: 7px;
    opacity: 0.9;
}

.navigation a:hover{
    color: white;
    opacity: 1;
}

.navigation i{
    font-size: 10px;
}

.navigation .signin{
    background-color: white;
    color: black;
    padding: 0.3rem 1rem 0.3rem 1rem;
    border-radius: 10px;
    border: 1px solid rgb(255, 8, 8);
}

.navigation .signin:hover{
    background-color: #E980FC;
}

.back-img{
    background-image: url(pictures/front_ing.jpg);
    background-repeat: no-repeat;
    background-size:100%;
    height: 700px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.inner-text{
    margin-top: 9%;

}
.inner-text h1{
    font-size: 60px;
    margin-bottom: -1rem;
    text-shadow: 2.5px 2px 4px rgba(255, 255, 255, 0.5);
    font-family: "Poppins", serif;
    animation: myAnim 2s ease 0s 1 normal forwards;
}
@keyframes myAnim {
	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}


.inner-text p{
    font-size: 20px;
    animation: myAnim 2s ease 0s 1 normal forwards;
}

.inner-text input{
    height: 40px;
    width: 500px;
    border-radius: 100px;
    margin: 3rem 0rem 2rem 0rem ;
    border: 5px solid rgb(32, 23, 23);

}

.inner-text .connect{
    height: 43px;
    width: 145px;
    margin-top: 3rem;
    border-radius: 20px;
    border: none;
    color: white;
    letter-spacing: 2px;
    background: linear-gradient(to right,#0C1B33,#0c1b339b);
}

.inner-text button:active{
    transform: translateY(.15rem);
}

.inner-text .demo{
    height: 43px;
    width: 200px;
    background-color: white;
    margin-top: 3rem;
    letter-spacing: 2px;
    border: 2px solod black;
}



.support-icon{
    position: fixed;
    top: 85%;
    left: 93%;
}
.icon{
    height: 50px;
    width: 50px;
    background-color: rgb(207, 192, 192);
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.178);
    
}
.icon i{
    font-size: 25px;
    margin: auto;
    width: 50%;
    padding: 12px;

}


.features{
    height: 500px;
    width: 100vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    flex-wrap:wrap;
}

.data{
    height: 350px;
    width: 390px;
    background-color: #E0BAD7;
    padding: 1rem;
    border-radius: 30px;
    box-shadow: 1px 1px 5px 0px #0000007a;
    margin-top: 2rem;
}
.data h3{
    font-size: 26px;
}
.data p{
    text-align: justify;
    margin-top: 3rem;
}

.data a{
    text-decoration: none;
    color: black;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.data button{
    text-decoration: none;
    height: 2rem;
    width: 8rem;
    margin-top: 1rem;
    border: none;
    background:white; 
    border-radius: 10px;
}

.data button:hover{
    background: linear-gradient(to right, #e7bfb9,#1d365f34);
}

.featuring{
    height: 700px;
    width: 100vw;
    display: flex;
    justify-content: space-evenly;
    margin-top: 9rem;
}


.connection{
    height: 550px;
    width: 350px;
    background-color: yellow;
    padding:2rem;
    background: #ffffff url(/pictures/c.jpg) center /cover no-repeat;
    border-radius: 20px;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 15px 1px #777485;
}

.connection h2{
    padding-left: 8rem;
}
.connection p{
    text-align: justify;
    padding-left: 8rem;
    padding-top: 1rem;
}

.linkedin{
    height: 550px;
    width: 350px;
    background-color: rgb(255, 255, 255);
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 15px 1px #777485;
}
.linkedin video{
    height: 290px;
    padding-left: 1.5rem;
    margin-top: 2rem;

}

.referal{
    height: 550px;
    width: 350px;
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 15px 1px #777485;
}
.referal video{
    margin-top: 1rem;
    height: 380px;
}




.colleges{
    font-size: 35px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bolder;
}
.colleges span{
    background-color: yellow;
}
.colleges video{
    height: 430px;
}

.additional-feature{
    height: 900px;
    width: 100vw;
    padding: 1rem;

}

.additional-feature h2{
    text-align: center;
    font-size: 40px;
    text-shadow: 1px 2px 8px #706868b4;
}



.feature{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.feature div{
    height: 120px;
    width: 400px;
    margin: 2rem;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid blue;
    box-shadow: 0px 0px 2px 2px #6953cd;
}

.feature div:hover{
    background-color: rgba(239, 234, 234, 0.438);
}

#view-more{
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 23%;
    background-color: #a59232c8;
    height: 50px;
    width: 300px;
    border-radius: 30px;
}

#view-more:hover{
    background-color: #A59132;
    
}

.feature i{
    font-size: 25px;
}

.feature p{
    font-size: 14px;
}
.feature h3{
    margin-top: -0.01rem;
}

.feedback{
    display: flex;
    justify-content: space-evenly;
    
}

.customer{
    height: 220px;
    width: 550px;
    background-color: #FFB800;
    display: flex;
}

.customer img{
    margin-top: 0.3rem;
    height: 210px;
    width: auto;
}

.customer .text{
    padding: 1rem;
}

.text p{
    font-size: 15px;
}

















































footer{
    background-color: #45F0DF;
    height: 25rem;
    width: '100%';
}

.footer-links{
    display: flex;
    justify-content: space-around;
    padding-top: 2rem;
    flex-wrap: wrap;
    
}

.quick-links {
    display: flex;
    flex-direction: column;
    
}
.quick-links a{
    text-decoration: none;
    margin-top: 1rem;
    color: #3c3b4f;
}

.contacts {
    display: flex;
    flex-direction: column;
}
.contacts a{
    text-decoration: none;
    margin-top: 1rem;
    color: #3c3b4f;
}

.copyright{
    text-align: center;
    margin-top: 5.5rem;
    font-size: 12px;
}

.other-links{
    display: flex;
    flex-direction: column;
}
.other-links a{
    text-decoration: none;
    margin-top: 1rem;
    color: #3c3b4f;
}









