/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scrollbar-color: rgba(255, 255, 255, 0.5) black;
  scrollbar-width: thin;
}

.bg {
  background: rgb(255, 140, 107);
  background: -o-linear-gradient(115deg, rgb(255, 140, 107) 0%, rgb(255, 228, 168) 100%);
  background: linear-gradient(335deg, rgb(255, 140, 107) 0%, rgb(255, 228, 168) 100%);
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 0;
}

main {
  z-index: 2;
}

body, .title, .links, .link, .ctg_title, .text1, .text2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body::-webkit-scrollbar {
  width: 0.7rem;
}
body::-webkit-scrollbar-track {
  background: linear-gradient(335deg, #ff906e 0%, #ffcc98 100%);
  background-repeat: no-repeat;
  background-position: center;
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}

.container {
  width: 50rem;
}

.profile-pic-contains {
  margin-top: 5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-pic {
  height: 15rem;
  width: 15rem;
}

.profile-pic img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.name {
  font-size: 2.4rem;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  padding-top: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.name a, .my_portfolio a {
  background-color: transparent;
}

.occupation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
}

.my_portfolio {
  font-size: 1.4rem;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.my_portfolio i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.my_portfolio a:hover + i {
  -webkit-transform: translateX(0.35rem);
      -ms-transform: translateX(0.35rem);
          transform: translateX(0.35rem);
}

.social-icons {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.social-icons a {
  font-size: 3rem;
  padding: 1rem 1rem;
  margin: 0 0.2rem;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: color 0.2s ease-out, -webkit-transform 0.2s ease-in;
  transition: color 0.2s ease-out, -webkit-transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in, color 0.2s ease-out;
  transition: transform 0.2s ease-in, color 0.2s ease-out;
  transition: transform 0.2s ease-in, color 0.2s ease-out, -webkit-transform 0.2s ease-in;
  background-color: transparent;
}

.links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.title, .links, .link, .ctg_title, .text1, .text2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title {
  height: 10rem;
  font-size: 6rem;
  margin: 2rem 0rem;
  font-family: "Oswald", sans-serif;
  background-color: black;
  color: white;
}

.category {
  width: 100%;
  font-size: 4rem;
  font-family: "Inter", sans-serif;
}

.ctg_title {
  margin-top: 5rem;
}

.link {
  width: 100%;
  background-color: transparent;
  border: 2px solid rgb(68, 68, 68);
  border-radius: 1rem;
  margin-top: 3rem;
  padding: 1.6rem 0.9rem;
  text-align: center;
  font-size: 2rem;
  font-family: "Nunito", sans-serif;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  position: relative;
  -webkit-transition: background-color 0.3s ease-out, border 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: background-color 0.3s ease-out, border 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, border 0.3s ease-out, transform 0.3s ease-out;
  transition: background-color 0.3s ease-out, border 0.3s ease-out, transform 0.3s ease-out;
  transition: background-color 0.3s ease-out, border 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.links .category:last-child {
  margin-bottom: 20rem;
}

.links .category:first-child .link {
  margin-top: 5rem;
}

.link .banner {
  position: absolute;
  top: -22px;
  left: 10px;
  background-color: transparent;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  padding: 0rem 0.6rem;
}

.link .date-banner {
  right: 10px;
  text-align: right;
  font-size: 1.2rem;
}

a {
  text-decoration: none;
  color: black;
  background-color: white;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}

.css-tricks-star {
  fill: black;
  -webkit-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.syntackle-logo {
  height: 18px;
  width: auto;
}
.syntackle-logo:first-child {
  fill: transparent;
}
.syntackle-logo rect:not(:first-of-type) {
  fill: black;
  -webkit-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.support-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}

.support {
  position: relative;
}
.support::before {
  position: absolute;
  content: attr(data-bmc-link);
  top: 0;
  bottom: 0;
  width: 550%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-7rem);
      -ms-transform: translateX(-50%) translateY(-7rem);
          transform: translateX(-50%) translateY(-7rem);
  background-color: black;
  color: white;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-family: "Nunito", sans-serif;
  opacity: 0;
  z-index: -2;
}
.support::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  background-color: transparent;
  height: 0;
  width: 0;
  left: 50%;
  border-left: 3rem solid transparent;
  border-right: 3rem solid transparent;
  border-top: 3rem solid black;
  -webkit-transform: translateX(-50%) translateY(-4rem);
      -ms-transform: translateX(-50%) translateY(-4rem);
          transform: translateX(-50%) translateY(-4rem);
  opacity: 0;
  z-index: -4;
}
.support:hover::before, .support:hover::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-8rem);
      -ms-transform: translateX(-50%) translateY(-8rem);
          transform: translateX(-50%) translateY(-8rem);
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: opacity 0.1s ease-out, transform 0.3s ease-out;
  transition: opacity 0.1s ease-out, transform 0.3s ease-out;
  transition: opacity 0.1s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.support:hover::after {
  -webkit-transform: translateX(-50%) translateY(-4.5rem);
      -ms-transform: translateX(-50%) translateY(-4.5rem);
          transform: translateX(-50%) translateY(-4.5rem);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: opacity 0.5s ease-out, transform 0.3s ease-out;
  transition: opacity 0.5s ease-out, transform 0.3s ease-out;
  transition: opacity 0.5s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.support svg {
  height: 5rem;
  width: 5rem;
  padding: 0.8rem;
  border-radius: 50%;
  border: 0.2rem solid transparent;
  -webkit-box-shadow: 0.5rem 1rem 3rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0.5rem 1rem 3rem 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: border 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: border 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  -o-transition: border 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: border 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: border 0.3s ease-out, box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}
.support svg path.logo-coffee {
  fill: rgba(255, 255, 255, 0.7);
}
.support svg:hover {
  border: 0.2rem solid black;
  -webkit-box-shadow: 1rem 1.5rem 3.5rem 0 rgba(0, 0, 0, 0.45);
          box-shadow: 1rem 1.5rem 3.5rem 0 rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

footer {
  margin-bottom: 2rem;
}

.text1, .text2 {
  font-size: 2rem;
  font-family: "Nunito", sans-serif;
  text-align: center;
}

.text2 {
  font-size: 1.2rem;
}

.text2 a {
  background-color: transparent;
}

.text1 i {
  color: red;
}

.text1 a {
  font-weight: bold;
  background-color: transparent;
}

@media (max-width: 50rem) {
  .container {
    width: 30rem;
  }
}
@media (hover: hover) {
  .category a:hover {
    background-color: black;
    color: white;
  }
  .category a:hover .css-tricks-star, .category a:hover .syntackle-logo rect:not(:first-of-type) {
    fill: white;
  }
  .category a:hover div.link {
    border-color: white;
    background-color: black;
    -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
            transform: scale(0.98);
  }
  .category a:hover .banner {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .social-icons a:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    color: white;
  }
}