html{
  /* background-image: url("./assets/background.jpg"); */
  
 
  width: 100% ;
  overflow-x:hidden;
}

 /* .landing-page{
    height: 100vh;
    width: 100%;
    position: relative;
    object-fit: cover;
} */

/* .navbar{
  transition: all 0.5s;
  transition-property:background-color;
    transition-timing-function: ease-in;
    transition-duration: 1s;
  margin:0;
} */


.page4{
  height: 100vh;
  width: 100%;
    position: relative;
    /* background-image: url(./assets/background.jpg); */
    object-fit: cover;
}
.container{
  height: 100vh;
  width: 100%;
    position: relative;
    /* background-image: url(./assets/background.jpg); */
    object-fit: cover;
}

.Team-title-page4{
  max-width:30%;
  background-color: cornflowerblue;
  color: white;
  font-size: 3vw;
  font-family: 'Permanent Marker', cursive;
  align-self: center;
  padding: 0vw 2vw;
  margin: auto;
}

.Team-container-page4{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
  margin-top: 20vh;
}

/* // */
.team .col{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}
/* .col-lg{
  
  align-items: center;
  align-content: center;
  justify-content: center;
  display: flex;
  background-color: none;
} */

/* .main{
        
  width: 15vw;
  
  background-color: none;
  animation: slide-in-left-team 1s linear  infinite  ;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll)*-10s);
} */
/* 
@keyframes slide-in-left-team {
    from{
      transform: translateX(-100vh);
    }
    to{
      transform: translateX(0);
    }
} */

/* @keyframes profile-card-hover {
  0%{}
  100%{
    border-radius: 10px;
    height: 38vh;
    box-shadow: none;
  }
}
@keyframes profile-card-hover-img {
  0%{
    transform: none;
  }
  100%{
    transform: translateY(-6vh);
  }
} */

/* @keyframes profile-card-hover-caption {
  0%{
    opacity: 0;
  }
  50%{
    opacity: 0;
  }
  100%{
    transform: translateY(-6vh);
  }
} */


/*  */



/* // */


/* .row{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 3% 0;
  color: #fff;
}  */










.n-card{
    position:relative;
    align-content: space-between;
    width: 15vw;
    height: 35vh;
    min-height: 220px;
    min-width: 250px;
  max-width: 320px;
    background: none;
    padding: 6px;
    
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 22px rgba(15, 15, 15, 0.4);
    transition: all 0.8s;
    margin: 0.25vw;
  
  }
  .n-card:hover{
    border-radius: 10px;
      height: 38vh;
      box-shadow: none;
  }
  .n-card .img{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.8s;
  }
  .n-card:hover .img{
     transform: translateY(-10vh); 
  }
  
  .caption{
    text-align: center;
    transform: translateY(-3vh);
    opacity: 1;
    transition: all 0.8s;
    padding-top: 20px;
  }
  
  .social-links{
    text-align: center;
    transform: translateY(-5vh);
  }
  .n-card:hover .caption{
    opacity: 1;

  }
  /* @keyframes n-card-hover-caption {
    0%{
      opacity: 0;
    }
    50%{
      opacity: 0;
    }
    100%{
      transform: translateY(-6vh);
    }
  } */
  .caption h3{
    font-size: 1.5vw;
    color: #020261;
  
  }
  .caption p{
   font-size: 1.2vw;
   color: #020261; 
   margin: 2px 0 6px 0;
  }
  .titl{
    margin-left: 0% ;
    margin-top: -40px;
    margin-bottom: 16px;
    transition: all 0.8s;
    color: grey ;
  }
  .n-card:hover .titl{
    transform: translateY(-10vh);
    
  }


  .fa {
    padding: 0.2vw;
    font-size: 1.2vw;
    width: 1vw;
    text-align: center;
    text-decoration: none;
    margin: 0 0.4vw;
    margin-top: 0.4vw;
    cursor: pointer;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  .changePosition{
    transition: all 1s;
  }
  
  /*  */
  
  .img img{
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  
  }
/* 
  .n-row{
    margin-left: 175px;
    margin-bottom: 70px;
    display:flex;
    align-items:normal;
    
  } */
  .d-flex{
    gap:17%;
    justify-content:center;
  }
  .row {
    gap:0%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    justify-content:center;
  }
  .roww {
    gap:0%;
    margin-bottom: 8%;
    padding-bottom: 0px;
    justify-content:center;
  }
  .head1{
    margin-top: 50px;
    width: 100%;
  }

.TTL{

  height:70vh;
  width: 100%;
  background-image: linear-gradient(rgba(4, 9, 30, 0.7),rgba(4, 9, 30, 0.7)),url(./assets/custom_team_5.png );
  background-position: center;
  background-size:100% 100%;
  text-align: center;
  color: #fff;
}

@media (max-width: 425px) {
  .TTL{
    margin-top: 1rem;
  }
}