

/* Style the button that opens the modal */
.open-modal {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px;
    cursor: pointer;
  }
  
  /*style for pop-up user card*/
  .user-card_dc {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  .logo-register{
      max-width:300px;
  }
  
  .user_avatar {
    margin-right: 20px;
  }
  
  .user_avatar img {
    width: 60%;
    height: auto;
    border-radius: 50%;
  }
  
  .info_user h2 {
    margin: 0 0 10px 0;
  }
  
  .info_user p {
    margin: 0;
  }
  
  .info_user p:not(:last-child) {
    margin-bottom: 5px;
  }
  
  /*end card*/
  /* Style the modal overlay */
  .modal-overlay {
    position: initial;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
  }
  
  /* Style the modal */
  .modal_dc {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: auto;
  }
  
  /* Style the close button */
  /* The Modal (background) */
  .modal_dc {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content_dc {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close_dc {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close_dc:hover,
  .close_dc:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  /*modal end */
  
              .card {
                  border: none;
                  margin-bottom: 5vw;
                  }
                  .card img {
                  object-fit: cover;
                  height: 450px;
                  }
                  
  
                  .tns-controls {
                  position: absolute;
                  left: 50%;
                  top: 95%;
                  transform: translate(-50%, -50%);
                  display: flex;
                  flex-flow: row nowrap;
                  column-gap: 5rem;
                  font-size: 2rem;
                  }
                  .tns-controls button {
                  border: none;
                  background: none;
                  }
  
                  .fa-regular {
                  color: purple;
                  }
                  .team{padding:100px 0px;}
                  #meet-the-team > .tns-item{margin-bottom:100px;}
  
  @media only screen and (max-width: 480px) {
    /* Your CSS rules for mobile devices */
    #meet-the-team{
      display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 50px 0;
  height:1024px !important
    }
  
    .team-hover {
  flex-basis: calc(50% - 30px);
  }
  
  }
  
  /*tab */
  
  @media only screen and (max-width: 768px) {
  #meet-the-team{
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 50px 0;
  height:1024px !important;
  
    }
  
    .team-hover {
  flex-basis: calc(50% - 30px);
  }
    /* Your CSS rules for mobile devices and tablets */
  }
  