@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: white !important;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  /* background: black; */
  /* background: #333; */
  background: #020035;
}
/* bootstrap modify */
.bg-dark {
  /* background: #020035!important; */
  background-color: rgba(1, 0, 36, 0.8) !important;
}
.highlight {
  color: black;
  max-width: 18rem;
  flex-direction: column !important;
}
.card {
  margin: 20px;
  flex-direction: row;
  color: black;
}
.card-img {
  width: 20% !important;
}
/* end */
/* horizontal and vertical line */
.h-line-b {
  border-bottom: 1px solid grey;
}
.v-line-r {
  border-right: 1px solid grey;
}
/* end */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

main {
  margin-top: 80px;
}

header img {
  border: 2px solid white;
  border-radius: 50%;
  height: 3rem;
}
.namaste {
  fill: white;
}
.main-container {
  height: 100%;
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 0.8),
      rgba(89, 15, 228, 0)
    ),
    url("./Software-Engineering-2.jpg");
  background-size: cover;
  display: block;
}
.main-container .down-arrow {
  position: absolute;
  bottom: 30px;
  align-content: center;
  font-size: 2rem;
  width: 100%;
  display: block;
  text-align: center;
  z-index: 99999;
}
.down-arrow span {
  cursor: pointer;
}

.particle-container {
  position: absolute;
  width: 60%;
  height: 100%;
  left: 40%;
  top: 0;
}
.main {
  padding-top: 50px;
  width: 40%;
  border-bottom: 1px solid white;
  margin-left: 60px;
}
.skill-image {
  margin: 50px;
}
.work-img {
  margin: 50px;
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 18px;
  }
  .main {
    width: 100%;
    margin: 0;
    border-bottom: 0px solid white;
  }
  .particle-container {
    display: none;
    position: absolute;
    width: 60%;
  }
  .head-img {
    text-align: center;
    margin-top: 50px !important;
  }
  .head-img img {
    height: 125px;
  }
  .about {
    text-align: center;
  }
  .skills {
    width: 100% !important;
  }
  .works {
    width: 100% !important;
  }
  .skill-image {
    /* width: 0%; */
    display: none;
  }
  .work-img {
    /* width: 0%; */
    display: none;
  }
}
.head-img {
  margin-top: 100px;
  margin-bottom: 20px;
}

.head-img img {
  border-radius: 100px;
  border: 4px solid#043607;
}
.about {
}
.main p {
  font-size: 1.5em;
  color: orange;
}
.ic {
  text-decoration: none;
  color: orange !important;
}
.ic:hover {
  color: #ab5c27 !important;
}
p span {
  display: block;
  padding: 10px;
}
h1 {
  font-size: 2.5rem;
  margin: 0;
}
.div-container {
  margin: 40px;
  background: black;
  border: 1px solid black;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 2px black;
}
.canvas-container {
  height: 500px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
#skills-anime {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  /* border:1px solid #000000; */
  background: black;
}

/* skill in 2 form*/
.skills {
  border-bottom: 1px solid white;
  width: 50%;
}
.skill-image {
  width: 50%;
}
.work-img {
  width: 50%;
}
.skill-container {
  display: flex;
  margin: 20px;
}

.bar {
  background: #353b48;
  display: block;
  height: 2px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 10px #2187e7b3;
}

.bar span {
  height: 2px;
  float: left;
  background: #2187e7;
}

.html {
  width: 50%;
}
.js {
  width: 80%;
}

/* For work container */

.work-container {
  display: flex;
  margin: 20px;
}

.works {
  border-bottom: 1px solid white;
  width: 50%;
  /* width: 50%;
  margin: 60px;
  margin-bottom: 0px;
  border-bottom: 1px solid white; */
}

.skill-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

/* Footer */
.proud {
  display: block;
  margin: 1em auto;
  opacity: 0.7;
  transition: opacity 0.15s ease-in-out;
  width: 170px;
}
.copyright {
  color: hsla(0, 0%, 100%, 0.4);
  text-align: center;
}
.strong {
  color: white;
}
footer h3 {
  color: orange;
  text-align: center;
}

footer {
  margin-top: 100px;
}
.create-fake-account-modal {
  /* display: none; Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  color: black;
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  color: #3f3d40;
}
.modal-content p {
  font-size: 1em;
  color: #3f3d40;
}
.modal-content a {
  color: #ed8905;
}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.create-fake-account-modal button {
  color: #fff;
  font-size: 1em;
  background: #ed8905;
  border: 0;
  padding: 10px 10px;
  border-radius: 50%;
  cursor: pointer;
}
#success-block {
  display: none;
}

.tabpill {
  border: 1px solid #e4e9f2;
  padding: 5px 15px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  background: #6f6efc;
  color: white;
}

.tabpill:hover {
  background: #4444ce;
}

.tabpill:not(:last-child) {
  margin-right: 20px;
}

.tabpill a {
  color: white;
}

.skill-image img,
.work-img img {
  width: 100%;
}
