nav {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
}

html {
    scroll-behavior: smooth;
}

.nav-item {
    padding-left: 2rem;
    font-size: 18px;
    font-weight: 500;
}

.nav-link {
    color: #fff !important;
    transition: 0.6s ease-in-out;
}

.nav-link:hover {
    color: rgba(195, 193, 193, 0.722) !important;
}

.navbar-nav {
    display: flex;
    margin-left: 27%;

}

.navbar-brand{
    color: #333 ;
}

.navbar-toggler {
    background-size: 50%;
    border: #fff;
    text-align: center;
    background-repeat: no-repeat;
}

.navbar-toggler:hover {
    border: #fff;
}

.green {
    color: #04ddb2;
}

.download-btn {
    background-color: #F11A7B;
    outline: none;
    border-radius: 13.5rem;
    outline: #F11A7B;
    padding: 0.3 2rem;
    font-weight: 700;
    color: #fff;
    font-size: large;
    margin-top: 0.2rem;
    border-color: #F11A7B;
    margin-right: 3rem;
    /* margin-left: 25%; */
    transition: 0.4s ease-in-out;
}

.download-btn:hover {
    background-color: #982176;
    border-color: #982176;
}

.form-control{
    border-radius: 90px;
}
.title h1 {
    color: goldenrod;
    padding: 12rem;
    padding-top: 9rem;
    padding-bottom: 12.5rem ;
}

.title {
    /* background-image: url(./img/); */
    background-color: #333;
    text-align: center;
}

/* .devakkkkkkkkkkkkk{
    margin-top: 3rem;
} */

#objective {
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

.obj-h2{
    color: goldenrod !important;
}
.obj-p{
    color: rgb(113, 113, 113);
    margin-top: 1.5rem;
    font-size: 150%;
}

.top {
    margin-top: 4rem;
}

.obj-p li {
    color: rgb(113, 113, 113);
    margin-top: 1rem;
}

.bruvv {
    line-height: 2;
}

.nav-left{
    margin-left: 4rem;
}

.grey {
    color: rgb(113, 113, 113) !important;
}

.display-team {
    display: flex;
}

.img-pfp{
    border-radius: 90rem;
}

.devak-txt {
    font-size: 310%;
    position: absolute;
    bottom: 10rem;
}

.team{
	position: relative;
	width: 100%;
	/* height: 100vh; */
    margin-bottom: 11rem;
	/* background: radial-gradient(#281c3e,#0f051d); */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.team-content{
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, auto));
	align-items: center;
	gap: 2rem;
	text-align: center;
	margin-top: 4rem;
}
.team-content img{
	width: 100%;
	height: auto;
	border-radius: 15px;
	margin-bottom: 15px;
}
.center h1{
	color: goldenrod;
	font-size: 4rem;
	text-align: left;
}
.box{
	padding: 28px;
	background: #1b1229;
	border-radius: 15px;
	transition: all .38s ease;
}
.box h3{
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 8px;
}
.box h5{
	font-size: 15px;
	font-weight: 600;
	color: #b7b4bb;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
.icons i{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	margin: 0 8px;
	transition: all .38s ease;
}
.icons i:hover{
	transform: scale(1.2);
}
.box:hover{
	transform: translateY(-10px);
	cursor: pointer;
}

@media(max-width: 1240px){
	.team{
		width: 100%;
		height: auto;
		padding: 90px 2%;
	}
	.center h1{
		font-size: 3.2rem;
	}
}