@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&display=swap');
.our-team-one{
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    height: 400px;
    background: rgb(34,153,170);
    background: linear-gradient(80deg, rgba(34,153,170,1) 0%, rgba(1,12,36,1) 100%);
}

.our-team-one .about-molecule-one{
    width: 500px;
    height: 500px;
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
}

.our-team-one .about-molecule-two{
    width: 500px;
    height: 500px;
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0px;
    top: 0px;
}

.our-team_main h1{
    color: white;
    font-weight: 200;
    text-transform: uppercase;
}

.btn-carrer{
    scrollbar-width: 20px;
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .our-team-link {
    max-width: 116px;
    display: flex;
    gap: 8px;
    padding: 13px 25px;
    border: 2px solid rgba(255, 255, 255, 1);
    text-decoration: none;
    color: inherit;
  }
  .our-team-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 19px;
    margin: auto 0;
  }

  .our-team-studio{
    color: white;
  }
  .custom-notification-box{
    display: none;  
  }
  
  .notification-box{
      display: none;
  }



  /* card */
  
  .our-team-section-two {
    display: flex;
    flex-direction: column;
    gap: 100px;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    margin-top: 50px;
}


.profile-card-team {
  position: relative;
  width: 100%; /* Full width of parent column */
  max-width: 300px; /* Caps width at original 300px */
  padding: 1.25rem; /* 20px = 1.25rem */
  background-color: #0E3D44;
  border-radius: 10px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  overflow: hidden;
  margin: 0 1rem 2rem 1rem; /* Responsive spacing: 1rem left/right, 2rem bottom */
  box-sizing: border-box; /* Prevents padding/margin issues */
}

/* Ensure images are responsive */
.profile-image-one img {
  width: 100%;
  height: auto;
  object-fit: cover; /* Prevents image distortion */
}

/* Responsive typography */
.name-info h1 {
  font-size: clamp(1.2rem, 2.5vw, 1.5rem); /* Scales with viewport */
  margin: 0.5rem 0;
}

.name-info p {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
}
@media (max-width: 1920px) {
  .profile-card-team {
      max-width: 150%; /* Allows card to fill column width */
      height: 300px;
      margin: 0 0.5rem 1.5rem 0.5rem; /* Reduced spacing for smaller screens */
      padding: 1rem; /* Slightly reduced padding */
  }
}
/* Adjustments for smaller screens */
@media (max-width: 768px) {
  .profile-card-team {
      max-width: 100%; /* Allows card to fill column width */
      margin: 0 0.5rem 1.5rem 0.5rem; /* Reduced spacing for smaller screens */
      padding: 1rem; /* Slightly reduced padding */
  }
}

/* Extra small screens (e.g., mobile) */
@media (max-width: 576px) {
  .profile-card-team {
      margin: 0 0.5rem 1.5rem 0.5rem; /* Consistent spacing */
  }
  #meet{
    margin-top: -90px;
  }
}

.name-info {
    margin-top: 20px;
}

.name-info h1 {
    font-size: 18px;
    color: white;
    margin: 0;
}

.name-info p {
    font-size: 14px;
    color: white;
    margin: 5px 0 0;
}

.profile-image-one {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.profile-image-one img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for hover effects */
}

.profile-image-one:hover img {
    transform: translateY(-20px) scale(1.1); /* Move the image up and slightly zoom in */
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.3); /* Enhance shadow for a 3D effect */
}


.linked-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.linked-icon a {
    color: white;
    font-size: 26px;
    text-decoration: none;
    transition: color 0.3s;
}

.linked-icon a:hover {
    color: #0077b5; /* LinkedIn blue */
}

.rectangle-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: -1;
}

.rectangle-two {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.1);
    transform: rotate(45deg);
    z-index: -1;
}
.divider-bar {
    background: rgb(1, 12, 36);
    background: linear-gradient(270deg, rgba(1, 12, 36, 1) 0%, rgba(34, 153, 170, 1) 100%);
    height: 60px;
    /* margin: 10px 0; */
    width: 100%;
}


.text-container {
    height: 50vh;
    width: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
  }
  
  .text-container h1{
    margin: 0;
    font-size: 30px;
    color: rgba(225,225,225, .01);
    background-image: url("https://media.istockphoto.com/id/531000760/photo/abstract-pattern-background.jpg?s=612x612&w=0&k=20&c=gO1xsBy93uaJoEmggiyr-mmc-3V2DsNPJRXby66OV4w=");
    background-repeat: repeat;
    -webkit-background-clip:text;
    animation: animate 15s ease-in-out infinite;
    text-align: center;
    font-family: "Petit Formal Script", serif;
    font-weight: 400;
    font-style: normal;
  }
  
    @keyframes animate {
      0%, 100% {
        background-position: left top;
      }
      25%{
        background-position: right bottom;
       }
      50% {
        background-position: left bottom;
      }
      75% {
        background-position: right top;
      }   
  }
/* Responsive Design */
@media (max-width: 768px) {


    .name-info h1 {
        font-size: 16px;
    }

    .name-info p {
        font-size: 12px;
    }

    .profile-image-one img {
        width: 120px;
        height: 120px;
    }

    .linked-icon a {
        font-size: 22px;
    }
    .our-team-one .about-molecule-two {
        display: none;
      }
    .our-team-one .about-molecule-one {
        display: none;
      }
      .text-container {
        display: none;
      }
      
      .text-container h1{
        display: none;
      } 
}
