body,
h1,
h2,
h3,
p,
ul,
li,
input,
textarea,
button {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f1f1f1;
  color: #333;
  font-family: Arial, sans-serif;
}

header {
  background: #333;
  padding: 10px;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  color: #00f853;
  font-size: 1.5rem;
}

.nav-links {
  list-style: none;
  display: flex;
}

.nav-links li {
  margin-right: 15px;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
}

.nav-links a:hover {
  background: #666;
}

.mobile-menu {
  display: none;
  cursor: pointer;
}

.mobile-menu span {
  display: block;
  width: 25px;
  height: 3px;
  background: #fff;
  margin-bottom: 5px;
}

main {
  padding: 20px;
}

.section {
  margin-bottom: 40px;
}

h1,
h2,
h3 {
  margin-bottom: 10px;
}

.highlight {
  color: #00f853;
}

.hero {
  text-align: center;
  padding: 80px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(hero-bg.jpg) center/cover no-repeat;
  color: #fff;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.hero p {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.btn {
  display: inline-block;
  background: #00f853;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.btn:hover {
  background: #00f70053;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.grid-item {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.grid-item img {
  width: 70%;
  margin-left: 12%;
  border-radius: 4px;
  margin-bottom: 10px;
}

form {
  margin-top: 20px;
}

form input,
form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

form textarea {
  resize: vertical;
}

form button {
  display: block;
  background: #ff6600;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

form button:hover {
  background: #e65100;
}

footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 10px;
}
#mail{
  height: 50px;
  width: 50px;
  padding-left: 2px;
  padding-right: 2px;
}
#mail:hover{
  background-color: #b5b5b5;
}
#linkedin{
  height: 50px;
  width: 50px;
}
#linkedin:hover{
  background-color: rgb(117, 188, 251);
}
#instagram{
  height: 50px;
  width: 50px;
  padding: 2px;
}
#instagram:hover{
  background-color: #f832a253;
}
.badge-base LI-profile-badge{
  padding: 0;
  margin: 0;
}
.card {
  position: absolute;
  top: 120px;
  left: 40px;
  width: 200px;
  height: 250px;
  border-radius: 14px;
  z-index: 1111;
  overflow: hidden;
  display: inline-block;
  margin-left: 15px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 15px #bebebe, -1px -1px 15px #f0dada;

}

.bg {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 190px;
  height: 240px;
  z-index: 2;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(24px);
  border-radius: 10px;
  overflow: hidden;
  outline: 2px solid white;
}

.blob {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #11ff00;
  opacity: 10;
  filter: blur(12px);
  animation: blob-bounce 4.5s infinite ease;
  

}

@keyframes blob-bounce {
  0% {
    transform: translate(-100%, -100%) translate3d(0, 0, 0);
  }

  25% {
    transform: translate(-100%, -100%) translate3d(100%, 0, 0);
  }

  50% {
    transform: translate(-100%, -100%) translate3d(100%, 100%, 0);
  }

  75% {
    transform: translate(-100%, -100%) translate3d(0, 100%, 0);
  }

  100% {
    transform: translate(-100%, -100%) translate3d(0, 0, 0);
  }
}

.social {
  width: fit-content;
  height: fit-content;
  background-color: rgb(238, 238, 238);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 25px;
  gap: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055);
}

/* for all social containers*/
.socialContainer {
  width: 52px;
  height: 52px;
  background-color: rgb(44, 44, 44);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: .3s;
}
/* instagram*/
.containerOne:hover {
  background-color: #d62976;
  transition-duration: .3s;
}

/*linkedin*/
.containerThree:hover {
  background-color: #0072b1;
  transition-duration: .3s;
}
/* Whatsapp*/
.containerFour:hover {
  background-color: #128C7E;
  transition-duration: .3s;
}

.socialContainer:active {
  transform: scale(0.9);
  transition-duration: .3s;
}

.socialSvg {
  width: 17px;
}

.socialSvg path {
  fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

