@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap");
* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  /* -webkit-box-sizing: border-box; */
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  border: none;
  text-transform: capitalize;
}

:root {
  --green: #80b918;
  --text-color-1: #444;
  --text-color-2: #666;
  --bg-color-1: #fff;
  --bg-color-2: #eee;
  --box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: var(--bg-color-2);
}

html::-webkit-scrollbar-thumb {
  background: var(--green);
  border-radius: 5rem;
}

body {
  /* background: #0d0d0d; */
  background: var(--bg-color-2);
  padding-bottom: 6.5rem;
}
body.active {
  --text-color-1: #fff;
  --text-color-2: #eee;
  --bg-color-1: #333;
  --bg-color-2: #222;
  --box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.4);
}

section {
  padding: 6rem 9%;
}

.heading {
  text-align: center;
  font-size: 3vw;
  color: var(--text-color-1);
  margin-bottom: 3rem;
  text-transform: uppercase;
}

.heading span {
  /* font-size: 2vw; */
  text-transform: capitalize;
  color: var(--green);
}

.btn {
  display: inline-block;
  margin-top: 1rem;
  border-radius: 5rem;
  background: var(--green);
  padding: 0.7rem;
  font-size: 1.7rem;
  color: var(--text-color-1);
  padding-left: 2rem;
}

.btn i {
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  font-size: 1.7rem;
  text-align: center;
  background: var(--text-color-1);
  color: var(--green);
  border-radius: 50%;
  margin-left: 1rem;
  /* -webkit-transition: 0.2s linear; */
  transition: 0.2s linear;
}

.btn:hover i {
  margin-left: 2rem;
}

.icons {
  width: 60px;
  height: 60px;
  background-color: var(--bg-color-2);
  color: var(--text-color-1);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 3rem;
  position: sticky;
  top: 5px;
  right: 10px;
  text-align: center;
  /* margin-left: 0.5rem; */
}
.icons:hover {
  /* background: var(--green); */
  color: #fff;
  background: var(--green);
}
.navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: flex;
  z-index: 1000;
  /* -webkit-box-align: end;
  -ms-flex-align: end; */
  align-items: flex-end;
}

.navbar a {
  padding: 2rem;
  font-size: 2rem;
  background: var(--bg-color-2);
  /* -webkit-box-flex: 1;
  -ms-flex: 1; */
  flex: 1;
  color: var(--text-color-1);
  text-align: center;
  /* -webkit-transition: 0.2s linear; */
  transition: 0.2s linear;
}

.navbar a i {
  color: var(--green);
  padding-right: 0.5rem;
}

.navbar a:hover {
  background: var(--green);
  padding-bottom: 1rem;
}

.navbar a:hover i {
  color: var(--text-color-1);
}

.home {
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: flex;
  /* -webkit-box-align: center;
  -ms-flex-align: center; */
  align-items: center;
  /* -ms-flex-wrap: wrap; */
  flex-wrap: wrap;
  gap: 4rem;
  min-height: calc(100vh - 6.5rem);
}

.home .image {
  /* -webkit-box-flex: 1;
  -ms-flex: 1 1 42rem; */
  flex: 1 1 42rem;
  text-align: center;
}

.home .image img {
  height: 45rem;
  width: 45rem;
  /* border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; */
  border-radius: 50%;
  /* border: 1px solid #80b918; */
}

.home .content {
  /* -webkit-box-flex: 1;
  -ms-flex: 1 1 42rem; */
  flex: 1 1 42rem;
}

.home .content h3 {
  color: var(--text-color-1);
  font-size: 4rem;
  padding-bottom: 0.5rem;
}

.home .content span {
  font-size: 3rem;
  color: var(--green);
  padding: 0.5rem 0;
  display: block;
}

.home .content p {
  font-size: 1.5rem;
  color: var(--text-color-2);
  padding: 1rem 0;
  line-height: 2;
}

.about .row {
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: flex;
  /* -webkit-box-align: center;
  -ms-flex-align: center; */
  align-items: center;
  /* -ms-flex-wrap: wrap; */
  flex-wrap: wrap;
  gap: 2rem;
}

.about .row .info-container {
  /* -webkit-box-flex: 1; */
  -ms-flex: 1 1 42rem;
  flex: 1 1 42rem;
}

.about .row .info-container h1 {
  font-size: 3rem;
  color: var(--text-color-1);
  text-transform: uppercase;
  padding-bottom: 1rem;
}

.about .row .info-container .box-container {
  padding: 1rem 0;
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: flex;
  /* -ms-flex-wrap: wrap; */
  flex-wrap: wrap;
  gap: 2rem;
}

.about .row .info-container .box-container .box {
  /* -webkit-box-flex: 1;
  -ms-flex: 1 1 20rem; */
  flex: 1 1 20rem;
}

.about .row .info-container .box-container .box h3 {
  font-size: 1.7rem;
  color: var(--text-color-1);
  padding: 1rem 0;
  font-weight: normal;
}
.mail {
  text-transform: lowercase;
}

.about .row .info-container .box-container .box h3 span {
  color: var(--text-color-2);
  font-weight: 500;
}

.about .row .count-container {
  /* -webkit-box-flex: 1;
  -ms-flex: 1 1 42rem; */
  flex: 1 1 42rem;
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: flex;
  /* -ms-flex-wrap: wrap; */
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 35px;
}

.about .row .count-container .box {
  /* -webkit-box-flex: 1;
  -ms-flex: 1 1 20rem; */
  flex: 1 1 20rem;
  padding: 4rem 3rem;
  border-radius: 0.5rem;
  background: var(--bg-color-2);
  /* -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.7); */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.7);
}

.about .row .count-container .box h3 {
  font-size: 3rem;
  color: var(--green);
  margin-bottom: 1rem;
}

.about .row .count-container .box p {
  font-size: 1.7rem;
  color: var(--text-color-2);
  padding: 10px;
}

.skills .box-container {
  /* display: -ms-grid; */
  display: grid;
  /* -ms-grid-columns: (minmax(16rem, 1fr)) [auto-fit]; */
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1.5rem;
}

.skills .box-container .box {
  padding: 2rem;
  text-align: center;
  /* -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.7); */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.7);
  border-radius: 0.5rem;
  background: var(--bg-color-2);
}

.skills .box-container .box:hover {
  background: var(--text-color-1);
}

.skills .box-container .box:hover h3 {
  color: var(--bg-color-2);
}

.skills .box-container .box img {
  height: 7rem;
  margin-bottom: 1rem;
}

.skills .box-container .box h3 {
  color: var(--text-color-1);
  font-size: 1.7rem;
  font-weight: normal;
  text-transform: uppercase;
}

.education .box-container {
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: flex;
  /* -ms-flex-wrap: wrap; */
  flex-wrap: wrap;
}

.education .box-container .box {
  /* -webkit-box-flex: 1;
  -ms-flex: 1 1 40rem; */
  flex: 1 1 40rem;
  margin-left: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 3.5rem;
  padding-bottom: 3rem;
  border-left: 0.1rem solid var(--text-color-2);
  position: relative;
}

.education .box-container .box i {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.7rem;
  border-radius: 50%;
  background: var(--green);
  color: var(--text-color-1);
  text-align: center;
  position: absolute;
  top: -1rem;
  left: -2.5rem;
}

.education .box-container .box span {
  font-size: 1.7rem;
  color: var(--text-color-1);
  border-radius: 5rem;
  padding: 0.5rem 1.5rem;
  background: var(--bg-color-2);
}

.education .box-container .box h3 {
  font-size: 2rem;
  padding: 1rem 0;
  color: var(--text-color-1);
  padding-top: 3rem;
  font-weight: normal;
}

.education .box-container .box p {
  font-size: 1.5rem;
  color: var(--text-color-2);
  line-height: 2;
}

.portfolio {
  text-align: center;
}

.portfolio .box-container {
  /* display: -ms-grid; */
  display: grid;
  /* -ms-grid-columns: (minmax(39rem, 1fr)) [auto-fit]; */
  grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
  gap: 5rem;
  margin-bottom: 2rem;
}

.portfolio .box-container .box {
  height: 24rem;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.portfolio .box-container .box:hover .content {
  /* -webkit-transform: translateY(0%); */
  transform: translateY(0%);
}

.portfolio .box-container .box img {
  height: 90%;
  width: 100%;
  /* -o-object-fit: cover; */
  object-fit: cover;
}

.portfolio .box-container .box .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--bg-color-2);
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: flex;
  /* -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column; */
  flex-flow: column;
  /* -webkit-box-align: center;
  -ms-flex-align: center; */
  align-items: center;
  /* -webkit-box-pack: center;
  -ms-flex-pack: center; */
  justify-content: center;
  padding: 2rem;
  /* -webkit-transform: translateY(-100%); */
  transform: translateY(-100%);
  /* -webkit-transition: 0.2s linear; */
  transition: 0.2s linear;
}

.portfolio .box-container .box .content h3 {
  font-size: 2.5rem;
  color: var(--text-color-1);
  text-transform: uppercase;
  font-weight: normal;
}

.portfolio .box-container .box .content p {
  padding: 1rem 0;
  font-size: 1.5rem;
  line-height: 2;
  color: var(--text-color-2);
}

.portfolio .box-container .box .content a {
  font-size: 2rem;
  color: var(--green);
}

.portfolio .box-container .box .content a:hover {
  color: var(--text-color-1);
}

.social {
  /* position: fixed; */
  top: 50%;
  /* left: 10px; */
  left: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  flex-direction: row;
  margin-top: 10rem;
  /* padding: 10px; */
}
.social i {
  font-size: 25px;
  color: white;
}
.social a:hover .fa-solid,
.social a:hover.active {
  color: white;
}
.social a:hover,
.social a:hover.active {
  background-color: var(--green);
}
.social a {
  margin: 7px 7px;
  height: 35px;
  width: 35px;
  background-color: grey;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.2);
}

/*  */
@media (max-width: 1200px) {
  html {
    font-size: 55%;
  }
  section {
    padding: 3rem 2rem;
  }
  /* .heading {
    font-size: 0.5vw;
  } */
}

@media (max-width: 768px) {
  .heading {
    font-size: 10vw;
  }
  .navbar a i {
    padding: 0;
  }
  .navbar a span {
    display: none;
  }
  .navbar a:hover {
    padding-bottom: 2rem;
  }
  .home {
    text-align: center;
    gap: 2rem;
  }
  .home .image img {
    height: 30rem;
    width: 30rem;
  }
  .home .content h3 {
    font-size: 2rem;
  }
  .home .content span {
    font-size: 2.5rem;
  }

  @media (max-width: 450px) {
    html {
      font-size: 50%;
    }
    /* .social { */
    /* position: fixed; */
    /* top: 50%;
      left: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      transform: translateY(-50%);
      flex-direction: column;
      margin-bottom: 0px; */
    /* margin-top: 5px; */
    /* margin-top: 25rem; */
    /* padding: 10px; */
    /* }
    .social a {
      margin: 7px 0;
    } */

    .portfolio .box-container {
      /* display: -ms-grid; */
      display: grid;
      /* -ms-grid-columns: (minmax(39rem, 1fr)) [auto-fit]; */
      grid-template-columns: repeat(auto-fit, minmax(43rem, 1fr));
      gap: 3rem;
      margin-bottom: 2rem;
    }

    .portfolio .box-container .box {
      height: 24rem;
      overflow: hidden;
      position: relative;
      margin-top: 20px;
    }

    .portfolio .box-container .box:hover .content {
      /* -webkit-transform: translateY(0%); */
      transform: translateY(0%);
    }

    .portfolio .box-container .box img {
      height: 90%;
      width: 100%;
      /* -o-object-fit: cover; */
      object-fit: cover;
    }
    /* .contact .row form .inputBox input {
    width: 100%;
    margin-bottom: 1rem;
  } */
  }
}
/*# sourceMappingURL=style.css.map */ ;
