
  *{padding: 0; margin:0; box-sizing: border-box;}

body{
    scroll-behavior: smooth;
	color: white;
	background-color: black;
    background-position: top center;
}

.header-inner {
    background-color: black;
    padding: 10px 0;
}

.navbar-brand {
    font-weight: bold;
    font-size: 20px;
    color:white;
}
.navbar-brand:hover{
  color: #ff9d00;
}

.nav-item .nav-link {
    color: #fff;
    transition: color 0.3s;
}

.nav-item .nav-link:hover {
    color: #ff9d00;
}

.navbar-toggler-icon i {
    color: #fff;
    font-size: 24px;
}
.navbar-toggler{
  background-color: black;
  padding: 8px;
  
}

.navbar-collapse {
    padding: 10px;
}


/* BANNER START */
.section-container-items{
  padding:40px 0px 0px 0px;
}


span, i, button, a{
    text-decoration: none;
    outline: none;
}

.section a{
    display: inline-block;
}

.section h2{
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
    color: #f4f4f4;
    margin: 0px; padding: 0;
}

.section p{
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.30px;
	padding: 0;
    margin-top: 10px;
    margin-left: 2px;
    color: #fff;
    opacity: 0.7;
}

.alta img {
    width:60%;
    height: auto;
    padding-bottom: 40px;
}
/* BANNER END  */


/* RESPONSIVE */

@media  only screen and (min-width:1200px){
.nav-item > .nav-link{
   padding:5px 20px!important;
   display:block;
}
}

@media  only screen and (max-width:992px){
.header-inner{

  width:100%!important;
}
 .nav-item .nav-link {
  color:white;
}

.section h1{
    font-size:40px!important;
    line-height:55px!important;
}

.navbar-brand{
    color:white!important;
	font-weight:600;
}

.content-banner .first-title {
    font-size: 30px;
}
}
@media  only screen and (max-width:576px){
.search-model-form input {
    width: 257px!important;
    font-size: 20px!important;
    border: none;
    border-bottom: 2px solid #333;
    background: none;
    color: #999;
}
}


/* TEAM PART */

  
  .responsive-cell-block {
    min-height: 75px;
  }
  
  .text-blk {
 margin: 10px;
    line-height: 25px;
    color: black;
  }
  
  .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: space-evenly;
    background-image:  linear-gradient(90deg,#290B16 0%, #3f2a59 35%,#2f1c46 100%);;
   
  }
  
  .team-head-text {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
  }
  
  .team-head-text {
    line-height: 50px;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }
  
  .container-r {
    max-width: 1380px;
    margin-top: 60px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }
  
  .card {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
    transition: transform.5s;
  }

.card:hover{
    transform: translateY(-4px);
}
  .card-container {
    width: 280px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 25px;
    margin-left: 10px;
  }
  
  .name {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: 18px;
    font-weight: 800;
  }
  
  .position {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  
  .feature-text {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    color: rgb(122, 122, 122);
    line-height: 30px;
  }
  
  .social-icons {
    width: 70px;
    display: flex;
    justify-content: space-between;
  }
  
  .team-image-wrapper {
    clip-path: circle(50% at 50% 50%);
    width: 130px;
    height: 130px;
  }
  
  .team-member-image {
    max-width: 100%;
  }
  
  @media (max-width: 500px) {
    .card-container {
      width: 100%;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 25px;
      margin-left: 0px;
    }
  }


/*FOOTER START */
.footer_wrapper {
	background-image:  linear-gradient(90deg,#290B16 0%, #3f2a59 35%,#2f1c46 100%);;
	}
	
	.footer_wrapper h5 {
		color: #f8f9fa;
		position: relative;
	}
	
	.footer_wrapper h5::after {
		content: "";
		width: 50px;
		height: 3px;
		background-color: purple;
		position: absolute;
		bottom: -10px;
		left: 0;
		transition: width 0.3s ease;
	}
	
	.footer_wrapper h5:hover::after {
		width: 100%;
	}
	
	/* Footer Links */
	.footer-link {
		color: #adb5bd;
		text-decoration: none;
		transition: all 0.3s ease;
	}
	
	.footer-link:hover {
		color: purple;
		transform: translateX(5px);
	}
	
	/* Newsletter Form */
	.newsletter-form input {
		border-radius: 5px;
		padding: 10px;
		transition: box-shadow 0.3s ease;
		border: 2px solid white !important;  /* Keep button borders intact */
	}
	
	.newsletter-form input:focus {
		box-shadow: 0 0 10px purple;
		outline: none;
		
	}
	
	.newsletter-form button {
		border-radius: 5px;
		transition: background-color 0.3s ease, transform 0.3s ease;
		
	}
	
	.newsletter-form button:hover {
		background-color: purple;
		transform: scale(1.05);
	}
	
	
	/* Social Icons */
	.social-icons .icon-link {
		display: inline-block;
		margin-right: 10px;
		color: #adb5bd;
		font-size: 20px;
		transition: transform 0.3s ease, color 0.3s ease;
	}
	
	.social-icons .icon-link:hover {
		color: purple;
		transform: rotate(10deg) scale(1.2);
	}
	
	/* Footer Bottom */
	.footer-brand {
		color: #f8f9fa;
		text-decoration: none;
		transition: color 0.3s ease;
	}
	
	.footer-brand:hover {
		color:  purple;
	}
	
	.footer-bottam{
		background-color: purple;
	}
	/* FOOTER END */


