@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family: "Poppins", serif;
}
body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

body a {
text-decoration: none;
}
div::-webkit-scrollbar{
    display: none;
}
.background{position: absolute;
    width: 100%;
   height: 100vh;
    background-image: url(pp.jpg);
    background-size: cover;
    background-position: 100%;
    filter: blur(30px);
    z-index: -1;
}

.share-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #6c1835ca;
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: background 0.3s;
  z-index: 10;
}

.share-icon:hover {
  background-color: #6c1835ca;
}

/* Move inside the business card for mobile */
@media screen and (max-width: 768px) {
  .share-icon {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 30px;
  height: 30px;
  }
}


.business-card {
    margin-top: 200px;
    background: #fff5;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 400px;
    padding: 20px;
    text-align: center;
    overflow: auto;
}


.profile img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-bottom: 15px;
}

.profile h1 {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
    font-size: 1.8rem;
    margin: 5px 0;
    color: #333;
}

.profile p {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    color: #555;
    font-size: 1rem;
}

.profile .title span{
color: #6c1835ca;
}

.profile a{
    text-decoration: none;
}
.profile .company{
    color: #74082e;
}

/* Contact Section */
.contact {
    margin: 20px 0;
}

.contact a {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    text-decoration: none;
    color: #333;
    margin: 10px 0;
    font-size: 1rem;
}

.contact a i {
    color: #74082e;
    font-size: 1.2rem;
}

/* Social Icons */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
}

.social-icons a {
    color: #000000;
    font-size: 1.5rem;
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.social-icons a:hover {
    color: #fff;
}

/* Button */
.save-contact-btn{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.button {
    position: relative;
    width: 170px;
    height: 40px;
    cursor: pointer;
    display: flex;
    border-radius: 10px;
    align-items: center;
    border: 1px solid #550421;
    background-color: #74082e;
    overflow: hidden;
  }
  
  .button, .button__icon, .button__text {
    transition: all 0.3s;
  }
  
  .button .button__text {
    transform: translateX(22px);
    color: #fff;
    font-weight: 600;
  }
  
  .button .button__icon {
    position: absolute;
    transform: translateX(119px);
    height: 100%;
    width: 39px;
    background-color: #7b044a;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .button .svg {
    width: 20px;
    fill: #fff;
  }
  
  .button:hover {
    background: #940057;
  }
  
  .button:hover .button__text {
    color: transparent;
  }
  
  .button:hover .button__icon {
    width: 148px;
    transform: translateX(0);
  }
  
  .button:active .button__icon {
    background-color: #940057;
  }
  
  .button:active {
    border: 1px solid #146c54;
  }

  .previous-works {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.portfolio-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.portfolio-card:hover {
    transform: scale(1.02);
}

.profile-pic img {
    width: 40px;
    height: 50px;
    object-fit: cover;
    margin-right: 15px;
}
.previous-works a{
text-decoration: none;
}

.work-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.work-details h3 {
    margin: 0;
    font-size: 1rem;
    color: #333;
}

.work-details p {
    margin: 0;
    font-size: 0.8rem;
    color: #777;
}

.join-nexlink-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1px;
}
.join-nexlink-btn .button {
  background-color: #4CAF50; /* Green color */
  border: 1px solid #45a049;
  width: 100%; /* Full width */
  max-width: 300px; /* Limit maximum width */
}

.join-nexlink-btn .button__text {
  transform: translateX(0); /* Center text */
  text-align: center;
  flex-grow: 1; /* Allow text to take up remaining space */
}

.join-nexlink-btn .button__icon {
  background-color: #45a049;
  width: 40px; /* Fixed width for icon */
  transform: translateX(0); /* Reset transform */
}

.join-nexlink-btn .button:hover .button__text {
  color: #fff; /* Keep text visible on hover */
}

.join-nexlink-btn .button:hover .button__icon {
  width: 40px; /* Keep icon size consistent */
}
  .mapp {
    margin-top: 15px;
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}


  .music-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.music-particle {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url('music-note.png') no-repeat center center; /* Add a music note image */
    background-size: contain;
    opacity: 0.7;
    animation: float 5s infinite ease-in-out;
}

@keyframes float {
    0% {
        transform: translateY(100vh) rotate(0deg);
    }
    100% {
        transform: translateY(-10vh) rotate(360deg);
    }
}

/* Full-Screen on Mobile */
@media screen and (max-width: 768px) {
    .business-card{
        height: 90vh;
        width: 80%;
        margin-top: 0;
    }

    .portfolio-card {
        width: 94%;
}
}