html,
body {
  width: 100%;
  height: 100%;
  background: #111;
}

.panel {
  width: 30%;
  font-size: 1.9em;
  position: absolute;
  z-index: 10;
  /* width: 100rem; */
  /* height: 220px; */
  /* background: #eee; */
  top: 15%;
  /* left: -6%; */
  /* margin: -110px 0 0 -100px; */
  /* padding: 20px; */
  border-radius: 4px;
  box-sizing: border-box;
  /* z-index: 100; */
}


.card {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  /* background-color: #0041628d; */
  background-color: #01334c65;
  backdrop-filter: blur(2px);
  background-clip: border-box;
  /* border: 1px solid #3da5f; */
  border-radius: 0;
  align-items: center;
}

/* .card .card-body {
  padding: 1.25rem 1.75rem
} */

.card .card-title {
  color: rgb(248, 248, 248);
  margin-bottom: 0.625rem;
  text-transform: capitalize;
  font-size: 1.7rem;
  font-weight: 500;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.card p {
  color: white;
  margin-bottom: 0.625rem;
  text-transform: capitalize;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Times New Roman', Times, serif;
}

.btn {
  background-color: #16293389;
  color: white;
  border-radius: 20px;
  border: 2px solid #2a4c5e;
  font-size: 1rem;
  padding: 3px 10px;
  width: 4.5rem;
  font-family: serif;
}

.btn:hover {
  background-color: #16293389;
  border: 2px solid rgb(180, 178, 178);
}

.card .card-description {
  margin-bottom: .875rem;
  font-weight: 400;
  color: white
}

.btn.btn-social-icon {
  width: 47px;
  height: 47px;
  padding: 0;
}

.template-demo>.btn {
  margin-right: 0.5rem !important;
}

.template-demo {
  margin-top: 0.5rem !important;
}

.btn.btn-rounded {
  border-radius: 50px;
}




/*Button cover*/

.btn-facebook {
  border: 2px solid #3b579d;
  background: #3b579d;
  color: #ffffff;
}

.btn-twitter {
  background: #2caae1;
  border: 2px solid #2caae1;
  color: #ffffff;
}


.btn-linkedin {
  background: #0177b5;
  border: 2px solid #0177b5;
  color: #ffffff !important;
}

.btn-instagram {
  background: rgb(249, 206, 52);
  background: linear-gradient(128deg, rgba(249, 206, 52, 1) 0%, rgba(238, 42, 123, 1) 50%, rgba(98, 40, 215, 1) 100%);
  border: 2px solid linear-gradient(128deg, rgba(249, 206, 52, 1) 0%, rgba(238, 42, 123, 1) 50%, rgba(98, 40, 215, 1) 100%);
  ;
  color: #ffffff;
}

.btn-github-alt {
  background: rgb(60, 60, 60);
  border: 2px solid rgb(60, 60, 60);
  color: #ffffff;
}

.btn-github-alt:hover {
  background: rgb(35, 35, 35);
  color: #ffffff;
}

.btn-facebook:hover,
.btn-facebook:focus {
  background: #2d4278;
  color: #ffffff;
}



.btn-twitter:hover,
.btn-twitter:focus {
  background: #1b8dbf;
  color: #ffffff;
}

.btn-dribbble:hover,
.btn-dribbble:focus {
  background: #e51e6b;
  color: #ffffff;
}

.btn-linkedin:hover,
.btn-linkedin:focus {
  background: #015682;
  color: #ffffff;
}

.btn-instagram:hover,
.btn-instagram:focus {
  /* background: #bf3322; */
  color: #ffffff;
}





/* ---- particles.js container ---- */

#particles-js {
  width: 100%;
  height: 100%;
  background-color: #0b171e;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .panel {
    width: 80%;
    /* Adjust panel width for smaller screens */
    top: 10%;
    /* Adjust panel top position */
    left: 10%;
    /* Adjust panel left position */
  }

  .card .card-title {
    font-size: 1.3rem;
    /* Adjust card title font size */
  }

  .card p {
    font-size: 1rem;
    /* Adjust paragraph font size */
  }

  .btn {
    font-size: 0.9rem;
    /* Adjust button font size */
    padding: 2px 8px;
    /* Adjust button padding */
    width: auto;
    /* Allow button width to adjust based on content */
  }

  .btn.btn-social-icon {
    width: 40px;
    /* Adjust social icon button width */
    height: 40px;
    /* Adjust social icon button height */
  }

  .template-demo {
    margin-top: 0.3rem !important;
    /* Adjust margin top for template demo */
  }

  #particles-js {
    width: 100%;
    height: 100%;
    background-color: #dcdcdc;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
}