body {
  background-color: #000013;
  color: aliceblue;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin-top: 0px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0px;
  margin-left: 20px;
  margin-right: 20px;
}

button,
a,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:focus,
a:focus {
  outline: none;
}

a {
  text-decoration: none;
}

.header {
  position: sticky;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  top: 0;
  width: 102%;
  background-color: #000013;
  padding: 0px;
  padding-top: 10px;
  box-shadow: 0px 0px 10px 10px #000013;
  margin-bottom: 20px;
  z-index: 10;
}

.logo {
  position: absolute;
  left: 25px;
  cursor: pointer;
  color: #e5f37e;
}

.nav {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
  margin-top: 5px;
}

.nav span {
  display: none;
}

.nav-toggle {
  display: none;
}

.nav-btn {
  cursor: pointer;
  padding: 15px;
  padding-bottom: 4px;
  padding-top: 4px;
  border: none;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-radius: 10px;
  color: aliceblue;
  background-color: #00002600;
  /* transition: color 0.1s ease-in-out, border 50ms ease-in-out, box-shadow 0.4s ease-in-out; */
}

.is-focused {
  color: #e5f37e;
  border-bottom: solid 1px #ffffef;
  border-top: solid 1px #ffffef;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0px 10px 0px #c6f300b5;
}

.nav-btn:hover {
  box-shadow: 0px 0px 5px 0px #c6f30042;
}

.nav-btn.is-focused:hover {
  box-shadow: 0px 0px 10px 0px #c6f300b5;
}

/* /////////////////////////////////////////////////////////// */

.home_div {
  display: flex;
  flex-flow: wrap;
  width: 93%;
  max-width: 1000px;
  min-height: 95vh;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 10px;
  /* background-color: #da9a8d30; */
}

.name_div {
  order: 1;
  width: fit-content;
  /* background-color: #606c0053; */
}

.name_div .name {
  font-size: 65px;
  font-weight: lighter;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  margin: 0px;
  margin-bottom: 10px;
  color: #e5ee57;
  text-align: center;
  line-height: 60px;
}

.styled-line {
  border: none;
  height: 1px;
  background-color: #fafa8d65;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 2px;
}

.styled-line-glow {
  border: none;
  height: 1px;
  background-color: #ffffef;
  box-shadow: 0px 1px 7px 0.5px #e5ee57;
  margin: 0;
}

.name_div .sub_heading {
  margin: 0px;
  margin-top: 0px;
  font-size: 22px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 100;
  color: #ced0f7;
  text-align: center;
}

.intro_div {
  order: 3;
  max-width: 850px;
  margin-top: -120px;
  text-align: center;
  /* background-color: #c6f30070; */
  margin-bottom: 40px;
}

.intro_div h4 {
  color: #d6d6d6;
  font-size: 18px;
}

.intro_div p {
  color: #e9e9e9;
  font-size: 15px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 200;
  margin-top: 0px;
  text-align: center;
  /* padding-top: 100px; */
  padding-bottom: 50px;
}

.image_div {
  order: 2;
  width: 340px;
  height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #0fbd1153; */
}

.image_div img {
  max-width: 100%;
  max-height: 100%;
}

/* //////////////////////////////////////////////////////////////// */

.contact_slider {
  width: 430px;
  height: 300px;
  background-color: #272b5a;
  position: fixed;
  display: flex;
  align-items: center;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  left: 0;
  top: 0;
  margin-top: 130px;
  margin-left: -422px;
  transition: transform 0.6s ease-in-out;
  justify-content: space-between;
  border: solid 2px #f8f8ec;
  box-shadow: 0px 0px 10px 1px #e5ee57;
  z-index: 100;
  display: none;
  /*///temporary hidden///*/
}

.contact_slider.show {
  transform: translate(410px, 0px);
}

.contact_slider .end_strip {
  position: absolute;
  height: 100%;
  width: 25px;
  background-color: #272b5a;
  box-shadow: 0px 0px 10px 1px #181818;
}

.contact_slider .slider_btn {
  width: 4%;
  height: 100%;
  border: none;
  cursor: pointer;
  background-color: #272b5a;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  padding: 15px;
  padding-left: 5px;
  padding-right: 7px;
  transition: transform 0.6s ease-in-out;
}

.contact_slider .card {
  display: flex;
  flex-wrap: wrap;
  width: 94%;
  height: 94%;
  background-color: #6b72e9;
  border-radius: 10px;
  box-shadow: 0px 0px 7px -1px #323232;
  justify-content: space-between;
}

.contact_slider .card_image_div {
  background-color: aqua;
  width: 100px;
  height: 130px;
  margin-top: 20px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: solid 5px #0000268a; */
}

.contact_slider .card_image_div img {
  width: 100%;
  height: 100%;
}

.contact_slider .card_text_div_1,
.contact_slider .card_text_div_2 {
  width: 250px;
  height: 130px;
  margin-top: 20px;
  margin-right: 20px;
  background-color: rgba(255, 0, 144, 0.464);
}

.contact_slider .card_text_div_2 {
  height: 100px;
  width: 370px;
  margin-left: 20px;
  margin-top: 0px;
}

/* /////////////////////////////////////////////////////////// */

.div_heading {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 35px;
  font-weight: bolder;
  padding: 10px;
  color: #e5f37e;
  border-radius: 30px;
  border: solid 2px #ffffef;
  box-shadow: 0 0 10px 0px #e5ee57;
}

.content_div {
  /* background-color: #c6f300b5; */
  width: 85%;
  min-height: 95vh;
  justify-content: left;
  text-align: left;
  padding-top: 35px;
  margin-top: 40px;
  text-align: center;
}

.content_div .heading1 {
  margin-top: 50px;
  font-size: 20px;
}

.content_div p {
  font-weight: 100;
  font-size: 14px;
  line-height: 20px;
  font-family: sans-serif;
}

/* ///////////////////////////////////////////////////////*/
.skills_grid,
.experience_grid,
.education_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  margin-bottom: 100px;
  position: relative;
  /* background-color: #aff36139; */
}

.experience_grid::before,
.education_grid::before {
  content: "";
  position: absolute;
  top: 10;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 87%;
  background-color: #ffffff;
  box-shadow: 0 0 5px -0.3px #ffffff;
  transform: translateX(-50%);
}

.section.sec2::before {
  content: "";
  position: absolute;
  height: 13px;
  width: 13px;
  border-radius: 100px;
  background-color: #ffffff;
  box-shadow: 0 0 5px -0.7px #ffffff;
  margin-top: -45px;
  margin-left: -31.4px;
}

#qualification .heading1 {
  color: #e5ec8a;
}

.section {
  /* background-color: #c6f300; */
  min-width: 0px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  text-align: right;
  gap: 0px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: -10px;
  /* border-right: solid 1px #e5f37e; */
}

#qualification .section.sec2 {
  text-align: left;
  align-items: baseline;
  border-right: none;
}

#qualification .section h3 {
  margin-bottom: -15px;
  color: #ffffff;
}

#qualification .section h5 {
  font-size: 14px;
  font-weight: 100;
  color: #9db0f9;
  margin-bottom: -5px;
}

#qualification .section p {
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 100;
}

/* ///////////////////////////////////////////////////////*/

.skills_grid {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
}

#skills p {
  font-size: 16px;
  font-weight: 100;
  margin-top: 60px;
  margin-bottom: 60px;
  line-height: 25px;
}

.skills_grid .section {
  background-color: #52525208;
  border: solid 1px #212208;
  padding: 20px;
  padding-bottom: 10px;
  padding-top: 30px;
  margin-bottom: 20px;
  box-shadow: -3px -6px 6px -5px #f1f88a;
  border-radius: 10px;
  text-align: center;
  justify-content: start;
  font-family: "Arial", sans-serif;
}

.skills_grid .section h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: #e5ec8a;
  align-self: center;
}

.skills_grid .section ul {
  list-style: none;
  padding: 0;
  align-self: flex-start;
  padding-left: 40px;
}

.skills_grid .section li {
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 1.1rem;
  color: #d6d6d6;
  text-align: left;
}

.skills_grid .section li i {
  margin-right: 20px;
  font-size: 1.2rem;
}

/* ///////////////////////////////////////////////////////*/
.projects_grid {
  display: grid;
  margin-bottom: 100px;
  margin-top: 50px;
  position: relative;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  gap: 30px;
}

.proj_description {
  font-size: 16px;
  font-weight: 200;
  margin-top: 60px;
  margin-bottom: 60px;
  line-height: 25px;
}

.proj_item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  background-color: #000000;
  border-radius: 25px;
  height: 250px;
  width: auto;
  transition: transform 0.3s ease-in-out;
  text-align: left;
  border: solid 1px #252608;
  box-shadow: 0px 8px 10px -8px #e5ec8a;
  margin: 0px;
}

.proj_item::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #00000000, #0000009a, #000000);
  z-index: 0;
  border-radius: 23px;
}

.proj_item p,
.proj_item h3 {
  margin-left: 20px;
  margin-right: 20px;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 1;
  text-shadow: #000013 0px 0px 5px;
}

.proj_item h3 {
  color: #e5ec8a;
  font-size: 15px;
  margin-bottom: -7px;
}

.proj_item p {
  font-size: 13.5px;
  /* margin-top: 0px; */
  color: #d8d8d8;
  line-height: 17px;
}

.proj_item:hover {
  transform: scale(1.05);
}

.preview_btn,
.source_code_btn {
  word-spacing: 2px;
  font-size: 10px;
  font-weight: 600;
  color: #dedfcd;
  background-color: #000000db;
  padding: 8px;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
  border: 1px solid #252608;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 1px 5px -1px #e5ec8a;
}

.preview_btn {
  right: 90px;
}

.more-text {
  display: none;
}

.see-more {
  color: #b1b578;
  cursor: pointer;
}

/* ///////////////////////////////////////////////////////*/

#contact {
  min-height: 500px;
  margin-bottom: 50px;
}

.contact_description {
  font-size: 16px;
  font-weight: 200;
  margin-top: 60px;
  margin-bottom: 60px;
  line-height: 25px;
}

.contact_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  margin-bottom: 10vh;
}

.contact_flex .contact_item {
  display: flex;
  flex-direction: column;
  background-color: #52525208;
  width: 170px;
  height: 170px;
  border: solid 1px #212208;
  padding: 20px;
  box-shadow: -3px -6px 6px -5px #f1f88a;
  border-radius: 10px;
  text-align: center;
  justify-content: center;
  font-family: "Arial", sans-serif;
  transition: transform 0.3s ease-in-out;
}

.contact_item:hover {
  transform: scale(1.05);
}

.contact_item i {
  font-size: 90px;
}

.contact_item h3 {
  color: #d8dac8;
}

/* ///////////////////////////////////////////////////////*/

.footer {
  width: 100vw;
  border-top: solid 2px #ffffef;
  box-shadow: 0 0 10px #e5ee57;
  bottom: 0px;
  height: fit-content;
  margin: -20px;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
  margin-right: 0px;
  margin-left: 0px;
}

.footer_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: start;
  gap: 20px;
  /* background-color: #2424c5bb; */
  padding-left: 50px;
  padding-right: 50px;
}

.footer_contents {
  display: flex;
  flex-direction: column;
  height: auto;
  color: #eeeeee;
  /* background-color: #de4c4c5c; */
  width: max-content;
  margin-top: 0px;
  margin-bottom: 0px;
}

.footer_contents i {
  font-size: 18px;
  margin-right: 7px;
  padding-left: 20px;
}

.footer_contents h3 {
  margin-top: 15px;
  font-size: 26px;
  color: #e5ee57;
}

.footer_contents h4 {
  margin-bottom: 10px;
  min-width: auto;
  width: 100px;
  color: #6291ea;
  font-weight: 300;
}

.footer_contents a {
  font-size: 15px;
  margin-bottom: 10px;
  color: #e6e5e1;
}

.footer_hr {
  width: 100%;
  border: none;
  height: 1px;
  background-color: #8a8a8a;
  opacity: 40%;
}

.footer_end_line {
  font-size: 10px;
  text-align: center;
  padding: 0px;
  color: #dadada;
  width: 100%;
  /* background-color: #8484be; */
}

.footer_end_line a {
  color: #e5ee57;
  font-size: 10px;
}

@media only screen and (max-width: 600px) {
  .nav {
    flex-direction: column;
    position: fixed;
    right: 0;
    padding: 15px;
    margin-right: -170px;
    margin-top: 10px;
    border-radius: 20px;
    width: 190px;
    gap: 5px;
    flex-wrap: wrap;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out,
      backdrop-filter 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }

  .nav.show {
    box-shadow: 0 0 10px 0px #ededed2a;
    background-color: #0000135c;
    backdrop-filter: blur(10px);
    transform: translate(-120px, 0px);
  }

  .nav-btn {
    border: solid 1px transparent;
    width: 140px;
    padding: 10px;
    padding-top: 14px;
    text-align: left;
  }

  .is-focused {
    border: solid 1px #ffffef;
  }

  .nav span {
    display: inline-block;
    margin-right: 13px;
    font-size: 17px;
  }

  .nav-toggle {
    position: absolute;
    display: block;
    left: 0;
    z-index: 11;
    margin: 12px;
    /* background-color: #6291ea; */
    cursor: pointer;
    padding: 2px;
    width: 25px;
    height: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .line {
    width: 100%;
    margin: 0px;
    border: none;
    height: 2px;
    background-color: #ded1c0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .nav-toggle.open .line:nth-child(1) {
    transform: rotate(45deg) translate(3px, 7px);
  }

  .nav-toggle.open .line:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.open .line:nth-child(3) {
    transform: rotate(-45deg) translate(3px, -6.5px);
  }

  .home_div {
    /* background-color: #272b5a; */
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .name_div {
    order: 2;
    margin-top: -20px;
  }

  .image_div {
    width: 250px;
    height: 250px;
    margin-top: 40px;
    order: 1;
  }

  .intro_div {
    margin-top: 0px;
  }

  .name_div p {
    font-size: 13px;
  }

  .image_div img {
    max-width: 250px;
    max-height: 250px;
  }

  .name_div .name {
    font-size: 50px;
    font-weight: bold;
  }

  .experience_grid::before,
  .education_grid::before {
    top: 25px;
  }

  .section.sec2::before {
    margin-top: -85px;
  }

  .experience_grid .section.sec2::before {
    margin-top: -45px;
  }

  .skills_grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .projects_grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .contact_flex {
    gap: 30px;
  }

  .contact_flex .contact_item {
    width: 80px;
    height: 80px;
  }

  .contact_item i {
    font-size: 40px;
  }

  .contact_item h3 {
    font-size: 14px;
  }

  .footer_flex {
    justify-content: space-between;
  }

  .footer_contents h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 830px) {
  .name_div {
    order: 2;
  }

  .image_div {
    width: 250px;
    height: 250px;
    margin-top: 40px;
    order: 1;
  }

  .intro_div {
    margin-top: 0px;
  }

  .name_div p {
    font-size: 13px;
  }

  .image_div img {
    max-width: 250px;
    max-height: 250px;
  }

  .name_div .name {
    font-size: 50px;
    font-weight: bold;
  }

  .contact_flex {
    gap: 40px;
  }

  .contact_flex .contact_item {
    width: 110px;
    height: 110px;
  }

  .contact_item i {
    font-size: 60px;
  }

  .contact_item h3 {
    font-size: 16px;
  }
}

@media (max-width: 888px) {
}
