:root {
  --pink: rgb(255, 153, 190);
  --pink-a: rgba(255, 153, 190, 0.7);
  --white: rgb(255, 255, 255);
  --black: rgb(0, 0, 0);
  --light-pink: rgb(255, 198, 220);
  --background: rgba(65,42,127);
  --kofi1: rgb(255, 90, 22);
  --kofi2: rgb(204, 61, 0);
  --bluesky1: rgb(0, 133, 255);
  --bluesky2: rgb(0, 91, 175);
  --commissions1: rgb(204, 16, 132);
  --commissions2: rgb(145, 4, 91);
  --twitch1: rgb(169, 112, 255);
  --twitch2: rgb(97, 31, 196);
  --discord1: rgb(88, 101, 242);
  --discord2: rgb(39, 54, 212);
  --throne1: rgb(182, 20, 217);
  --throne2: rgb(121, 1, 148);
  --github1: rgb(51, 51, 51);
  --github2: rgb(0, 0, 0);
  --furaffinity1: rgb(27, 27, 29);
  --furaffinity2: rgb(0, 0, 0);
  --portfolio1: rgb(255, 104, 159);
  --portfolio2: rgb(255, 46, 122);
  --artcomms1: rgb(233, 128, 42);
  --artcomms2: rgb(201, 98, 2);
  --disabled1: rgb(100, 100, 100);
  --disabled2: rgb(68, 68, 68);
  --tos1: #264db8;
  --tos2: #13379c;
}

@font-face {
  font-family: "Mulish";
  src: url("../../../assets/fonts/Mulish/Mulish-VariableFont_wght.ttf");
}
.buttons:hover {
  scale: 105%;
  cursor: pointer;
}

.buttons__comms-stream:hover, .buttons__comms-art:hover {
  scale: 100%;
  cursor: not-allowed;
}

.link:hover {
  color: var(--light-pink);
  -webkit-text-stroke-width: 0.075rem;
  -webkit-text-stroke-color: var(--light-pink);
}

.portfolio__top__icon:hover, .commissions__top__icon:hover, .webdev__top__icon:hover {
  scale: 120%;
  cursor: pointer;
}
.portfolio-card__info__icon:hover, .commissions-card__info__icon:hover, .webdev-card__info__icon:hover {
  scale: 115%;
  cursor: pointer;
}

[tooltip]:hover::after,
[tooltip]:hover::before {
  opacity: 100%;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.3s;
}

.commissions__tos__section__header:hover {
  cursor: pointer;
  color: var(--light-pink);
  -webkit-text-stroke-width: 0.075rem;
  -webkit-text-stroke-color: var(--light-pink);
}
.commissions__tos__section__header:hover .commissions__chevron {
  filter: brightness(0) saturate(100%) invert(81%) sepia(4%) saturate(1868%) hue-rotate(287deg) brightness(102%) contrast(98%);
}

/* makes sizing simpler */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* remove default spacing */
/* force styling of type through styling, rather than elements */
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/* dark mode user-agent-styles */
html {
  color-scheme: dark light;
}

/* min body height */
body {
  min-height: 100vh;
}

/* responsive images/videos */
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

@keyframes fade-in {
  from {
    opacity: 0%;
  }
  to {
    opacity: 100%;
  }
}
@keyframes fade-out {
  from {
    opacity: 100%;
  }
  to {
    opacity: 0%;
  }
}
body {
  font-family: "Mulish";
  background-color: var(--black);
  animation-duration: 3s;
  animation-name: fade-in;
  animation-fill-mode: forwards;
  display: grid;
  grid-template: auto/auto;
}

.wrapper {
  display: grid;
  justify-content: center;
  grid-area: 1/1/2/2;
  min-width: -moz-fit-content;
  min-width: fit-content;
  min-height: 100vh;
  background-image: url(../../../assets/images/background.webp);
  background-color: var(--background);
  background-repeat: repeat-y;
  background-position-x: 50%;
}

.container {
  display: grid;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}

.contents {
  animation-duration: 0.5s;
  animation-name: unset;
  animation-fill-mode: forwards;
  display: grid;
  justify-items: center;
  padding: 2rem 3rem;
  border-radius: 2rem;
  box-shadow: 0 0.625rem 0.5rem 0 rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(4rem);
          backdrop-filter: blur(4rem);
  opacity: 100%;
}
.contents__pfp {
  width: 11rem;
  height: 11rem;
  border-radius: 6rem;
  border-style: solid;
  border-width: 0.3125rem;
  border-color: var(--pink);
  box-shadow: 0 0.625rem 0.25rem 0 rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.contents__header {
  padding: 1.5rem 0 1rem 0;
  font-size: 4rem;
  font-weight: 700;
  -webkit-text-stroke-width: 0.1875rem;
  -webkit-text-stroke-color: var(--white);
}
.contents__paragraph {
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  line-height: 2rem;
  max-width: 25rem;
}
.contents__paragraph-comms {
  display: grid;
  grid-template: max-content/auto auto auto;
  margin-top: 1.5rem;
}
.contents__paragraph-comms__span {
  grid-area: 1/1/2/2;
}
.contents__paragraph-comms__span:nth-of-type(2) {
  grid-area: 2/1/3/2;
}
.contents__paragraph-comms__star {
  display: inline-block;
  align-self: end;
  height: 28px;
  width: 25px;
}
.contents__paragraph-comms__star:nth-of-type(1) {
  grid-area: 1/1/2/2;
  justify-self: start;
  transform: rotate(270deg);
  margin-left: 1.5rem;
}
.contents__paragraph-comms__star:nth-of-type(2) {
  grid-area: 1/1/2/2;
  justify-self: end;
  transform: rotate(90deg);
  margin-right: 1.5rem;
}

.buttons {
  display: grid;
  grid-template: 1fr/auto auto;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  text-decoration: none;
  outline: none;
  width: 100%;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0.375rem 0.25rem 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 1.25rem;
}
.buttons__text {
  text-align: right;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  color: var(--white);
  -webkit-text-stroke-width: 0.075rem;
  -webkit-text-stroke-color: var(--white);
}
.buttons__icons {
  grid-area: 1/2/2/3;
  max-width: 3rem;
  max-height: 3rem;
}
.buttons__bluesky {
  background: linear-gradient(0.25turn, var(--bluesky1), var(--bluesky2) 80%);
}
.buttons__commissions {
  background: linear-gradient(0.25turn, var(--commissions1), var(--commissions2) 80%);
  margin-top: 1.5rem;
}
.buttons__discord {
  background: linear-gradient(0.25turn, var(--discord1), var(--discord2) 80%);
}
.buttons__furaffinity {
  background: linear-gradient(0.25turn, var(--furaffinity1), var(--furaffinity2) 80%);
}
.buttons__github {
  background: linear-gradient(0.25turn, var(--github1), var(--github2) 80%);
}
.buttons__kofi {
  background: linear-gradient(0.25turn, var(--kofi1), var(--kofi2) 80%);
}
.buttons__portfolio {
  background: linear-gradient(0.25turn, var(--portfolio1), var(--portfolio2) 80%);
}
.buttons__throne {
  background: linear-gradient(0.25turn, var(--throne1), var(--throne2) 80%);
}
.buttons__twitch {
  background: linear-gradient(0.25turn, var(--twitch1), var(--twitch2) 80%);
}
.buttons__comms-art {
  background: linear-gradient(0.25turn, var(--disabled1), var(--disabled2) 80%);
}
.buttons__comms-webdev {
  background: linear-gradient(0.25turn, var(--portfolio1), var(--portfolio2) 80%);
}
.buttons__comms-stream {
  background: linear-gradient(0.25turn, var(--disabled1), var(--disabled2) 80%);
}
.buttons__disabled {
  background: linear-gradient(0.25turn, var(--disabled1), var(--disabled2) 80%);
}
.buttons__tos {
  background: linear-gradient(0.25turn, var(--tos1), var(--tos2) 80%);
  margin-bottom: 2rem;
}
.buttons-category {
  display: grid;
  grid-template: 1fr 1fr/1fr auto 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  justify-content: center;
  max-height: 2.1875rem;
  font-size: 1.75rem;
  font-weight: 700;
  -webkit-text-stroke-width: 0.075rem;
  -webkit-text-stroke-color: var(--white);
  margin: 2rem 0 1rem 0;
}
.buttons-category__text {
  grid-area: 1/2/3/2;
}
.buttons-category__text-portfolio {
  display: grid;
  grid-template: 1fr 1fr/1fr auto 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 700;
  -webkit-text-stroke-width: 0.075rem;
  -webkit-text-stroke-color: var(--white);
  margin: 2rem 0 1rem 0;
}
.buttons-category:before {
  content: " ";
  display: block;
  border-bottom: 0.1875rem solid var(--pink);
  margin: 1rem 0 0 0;
}
.buttons-category:after {
  content: " ";
  display: block;
  border-bottom: 0.1875rem solid var(--pink);
}

.links-container {
  width: 25rem;
}

.footer {
  display: grid;
  justify-content: center;
  margin-top: 3rem;
}
.footer__signature {
  opacity: 20%;
  width: 8rem;
  height: 8rem;
}

.link {
  text-decoration: none;
  color: var(--white);
  font-weight: 700;
  -webkit-text-stroke-width: 0.0625rem;
  -webkit-text-stroke-color: var(--white);
  transition: all 0.2s ease-in-out;
}

.portfolio {
  display: none;
  justify-items: center;
  border-radius: 2rem;
  box-shadow: 0 0.625rem 0.5rem 0 rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(4rem);
          backdrop-filter: blur(4rem);
  animation-duration: 0.5s;
  animation-name: unset;
  animation-fill-mode: forwards;
}
.portfolio__top {
  display: grid;
  grid-template: auto/auto;
  min-width: 100%;
  padding: 1rem 1rem 0;
}
.portfolio__top__icon {
  grid-area: 1/1/2/2;
  width: 2rem;
  height: 2rem;
  transition: all 0.2s ease-in-out;
}
.portfolio__top__header {
  grid-area: 1/1/2/2;
  justify-self: center;
  margin: 1rem 2rem 0;
  font-size: 4rem;
  font-weight: 700;
  -webkit-text-stroke-width: 0.1875rem;
  -webkit-text-stroke-color: var(--white);
}
.portfolio-header {
  width: 100%;
  padding: 0 3rem;
}
.portfolio__contents {
  display: grid;
  grid-template: auto/repeat(3, 1fr);
  grid-gap: 1.5rem;
  padding: 1rem 3rem 3.25rem;
}
.portfolio__contents__header {
  justify-self: center;
  margin: 1rem 2rem 0;
  font-size: 3rem;
  font-weight: 700;
  -webkit-text-stroke-width: 0.1875rem;
  -webkit-text-stroke-color: var(--white);
}
.portfolio-card {
  display: grid;
  align-items: end;
  width: 18.75rem;
  height: 18.75rem;
  background-color: var(--gray-dark);
  background-size: cover;
  border-radius: 2rem;
  box-shadow: 0 0.5rem 0.25rem 0 rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-in-out;
}
.portfolio-card__info {
  display: grid;
  grid-template: auto auto/auto;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0.25rem 0 0 0;
  -webkit-backdrop-filter: blur(4rem);
          backdrop-filter: blur(4rem);
  border-radius: 0 0 2rem 2rem;
}
.portfolio-card__info__text {
  text-align: center;
  padding: 0.25rem 0;
  font-weight: 500;
  font-size: 1.25rem;
  -webkit-text-stroke-width: 0.0625rem;
  -webkit-text-stroke-color: var(--white);
}
.portfolio-card__info__icons {
  display: grid;
  grid-template: auto/repeat(2, auto) auto repeat(4, auto);
  padding: 0.25rem 0 0.5rem 0;
  justify-items: center;
  justify-content: center;
  align-items: center;
  margin: 0 2rem;
}
.portfolio-card__info__icon {
  width: 1.75rem;
  height: 1.75rem;
  transition: all 0.2s ease-in-out;
}
.portfolio-card__info__icon-n {
  width: 1.75rem;
  height: 1.75rem;
}
.portfolio-card__info__separator {
  border-right: 0.1875rem solid var(--pink);
  margin-right: 0.5rem;
  margin-left: 0.25rem;
}

.project {
  background-size: cover;
  background-position: center;
}
.project-icons a:nth-of-type(1) {
  margin-right: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
}
.project-icons a:nth-of-type(2) {
  margin-top: 0.125rem;
}
.project-icons a:nth-of-type(3) {
  margin-bottom: 0.125rem;
}
.project-icons a:nth-of-type(4) {
  margin-left: 0.125rem;
  margin-bottom: 0.125rem;
}
.project-icons a:nth-of-type(5) {
  margin-left: 0.3125rem;
  width: 1.5625rem;
  height: 1.5625rem;
}
.project-icons a:nth-of-type(6) {
  margin-left: 0.5rem;
  width: 1.5625rem;
  height: 1.5625rem;
}

.thumbnail1 {
  background-image: url("../../../assets/images/suitelandingbg.webp");
}

.thumbnail2 {
  background-image: url("../../../assets/images/chatappbg.webp");
}

.thumbnail3 {
  background-image: url("../../../assets/images/interactiveratingbs.webp");
}

.thumbnail4 {
  background-image: url("../../../assets/images/faqaccordionbg.webp");
}

.thumbnail5 {
  background-image: url("../../../assets/images/introcomponentbg.webp");
}

.thumbnail6 {
  background-image: url("../../../assets/images/podlandingbg.webp");
}

.thumbnail7 {
  background-image: url("../../../assets/images/bentogrid.webp");
}

.exit-icon {
  grid-area: 1/1/2/2;
  justify-self: end;
  max-height: 2rem;
}

[tooltip] {
  position: relative;
}

[tooltip]::before {
  content: "";
  position: absolute;
  top: -0.625rem;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  border-width: 0.25rem 0.375rem 0 0.375rem;
  border-style: solid;
  border-color: rgb(0, 0, 0) transparent transparent transparent;
  opacity: 0;
}

[tooltip]::after {
  content: attr(tooltip);
  position: absolute;
  left: 50%;
  top: -0.625rem;
  transform: translateX(-50%) translateY(-100%);
  background-color: rgb(0, 0, 0);
  padding: 0.375rem 1.5rem;
  border-radius: 1rem;
  pointer-events: none;
  opacity: 0;
  font-size: 1.125rem;
  color: var(--white);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.4);
}

.commissions {
  display: none;
  justify-items: center;
  animation-duration: 0.5s;
  animation-name: unset;
  animation-fill-mode: forwards;
  border-radius: 2rem;
  box-shadow: 0 0.625rem 0.5rem 0 rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(4rem);
          backdrop-filter: blur(4rem);
}
.commissions__top {
  display: grid;
  grid-area: 1/1/2/2;
  grid-template: auto/auto;
  min-width: 100%;
  padding: 1rem 1rem 0;
}
.commissions__top__icon {
  width: 2rem;
  height: 2rem;
  transition: all 0.2s ease-in-out;
}
.commissions__top__header {
  grid-area: 1/1/2/2;
  justify-self: center;
  margin: 1rem 2rem 0;
  font-size: 4rem;
  font-weight: 700;
  -webkit-text-stroke-width: 0.1875rem;
  -webkit-text-stroke-color: var(--white);
}
.commissions-header:nth-of-type(2) {
  padding-bottom: 0.5rem;
}
.commissions__links {
  justify-self: center;
  width: 100%;
}
.commissions__contents {
  display: grid;
  align-content: center;
  padding: 0 3rem 2rem;
}
.commissions__contents__paragraph {
  justify-self: center;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  line-height: 2rem;
  max-width: 25rem;
}
.commissions__contents__paragraph:nth-of-type(2) {
  margin-top: 1.5rem;
}
.commissions__contents__list {
  display: grid;
  max-width: 25rem;
  list-style-position: inside;
  margin-top: 1.5rem;
  font-size: 1.375rem;
  font-weight: 700;
}
.commissions__contents__art {
  display: none;
}
.commissions__contents__webdev {
  display: none;
}
.commissions__tos__categories {
  display: grid;
  justify-self: center;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  line-height: 2rem;
  padding: 0.5rem 0 0 0;
  max-width: 25rem;
  width: 100%;
  grid-template: auto/auto;
  grid-row-gap: 0.75rem;
}
.commissions__tos__header {
  display: block;
  font-size: 1.5rem;
  text-decoration: underline;
  text-transform: uppercase;
  padding: 0 0 1rem 0;
}
.commissions__tos__header-pricing {
  padding: 0 0 0 0;
}
.commissions__tos__download {
  text-align: center !important;
}
.commissions__tos__paragraph {
  display: grid;
  justify-self: center;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: left;
  line-height: 2rem;
  padding: 0 0 1.5rem 0;
  max-width: 25rem;
  width: 100%;
}
.commissions__tos__section {
  display: none;
  text-align: left;
  padding: 0 0 1.5rem 0;
  animation-duration: 0.3s;
  animation-name: fade-in;
  animation-fill-mode: forwards;
}
.commissions__tos__section::after {
  content: " ";
  display: block;
  border-bottom: 0.1875rem solid var(--pink);
  padding: 2.25rem 0 0 0;
}
.commissions__tos__section__header {
  display: grid;
  grid-template: auto/repeat(2, max-content);
  justify-self: start;
  font-size: 1.5rem;
  -webkit-text-stroke-width: 0.0625rem;
  -webkit-text-stroke-color: var(--white);
  transition: all 0.2s ease-in-out;
}
.commissions__tos__section__paragraph {
  padding: 1.5rem 0 0 0;
}
.commissions__chevron {
  align-self: center;
  max-height: 1.5rem;
  max-width: 1.5rem;
  margin: 0 0 0 1.5rem;
  transition: all 0.2s ease-in-out;
  filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(840%) hue-rotate(312deg) brightness(112%) contrast(107%);
}

.webdev {
  display: none;
  justify-items: center;
  animation-duration: 0.5s;
  animation-name: unset;
  animation-fill-mode: forwards;
  border-radius: 2rem;
  box-shadow: 0 0.625rem 0.5rem 0 rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(4rem);
          backdrop-filter: blur(4rem);
}
.webdev__fineprint {
  list-style-position: inside;
  list-style-type: decimal;
  text-indent: -1.125rem;
  margin: 1.5rem 0 0 1.25rem;
  max-width: 60.75rem;
}
.webdev__fineprint > li {
  margin: 0 0 0.5rem 0;
}
.webdev__fineprint > li:last-of-type {
  margin: 0 0;
}
.webdev__top {
  display: grid;
  grid-area: 1/1/2/2;
  grid-template: auto/auto;
  min-width: 100%;
  padding: 1rem 1rem 0;
}
.webdev__top__icon {
  width: 2rem;
  height: 2rem;
  transition: all 0.2s ease-in-out;
}
.webdev__top__header {
  grid-area: 1/1/2/2;
  justify-self: center;
  margin: 1rem 2rem 0;
  font-size: 4rem;
  font-weight: 700;
  -webkit-text-stroke-width: 0.1875rem;
  -webkit-text-stroke-color: var(--white);
}
.webdev__header {
  grid-area: 1/1/2/2;
  margin: 2rem 0;
}
.webdev__custom__contents {
  display: grid;
  align-content: center;
  width: 100%;
  padding: 0 3rem;
}
.webdev__custom__contents__paragraph {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2rem;
  margin: 1.5rem 0 0 0;
  max-width: 60.75rem;
}
.webdev__custom__contents__paragraph:first-of-type {
  margin: 0 0;
}
.webdev__custom__contents__list {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2rem;
  margin: 1.5rem 0 0 0;
  list-style-position: inside;
  list-style-type: disc;
  text-indent: -1.125rem;
  margin-left: 1.25rem;
  max-width: 60.75rem;
}
.webdev__support__contents {
  display: grid;
  align-content: center;
  padding: 0 3rem 2rem;
}
.webdev__cards__container {
  display: grid;
  grid-column-gap: 2.25rem;
  grid-template: repeat(2, auto)/repeat(3, 18.75rem);
  justify-content: center;
}
.webdev__card {
  display: grid;
  grid-template: repeat(3, max-content)/auto;
  border-color: var(--pink-a);
  border-style: solid;
  border-width: 0.1875rem;
  border-radius: 2rem;
  padding: 1rem 1.5rem 1.5rem;
  font-size: 1.375rem;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 0.25rem 0 rgba(0, 0, 0, 0.4);
}
.webdev__card__header {
  font-size: 1.75rem;
  font-weight: 700;
  padding: 0 0 0.5rem 0;
}
.webdev__card__paragraph {
  grid-area: 2/1/3/3;
}
.webdev__card__pricing {
  display: grid;
}
.webdev__card__pricing__price {
  width: -moz-max-content;
  width: max-content;
  font-size: 1.5rem;
  font-weight: 700;
}
.webdev__card__pricing__interval {
  width: -moz-max-content;
  width: max-content;
  font-size: 1.125rem;
}
.webdev__card__pricing::after {
  content: " ";
  display: block;
  border-bottom: 0.1875rem solid var(--pink);
  padding: 1rem 0;
  grid-area: 3/1/4/3;
}
.webdev__card__list {
  margin: 1rem 0 0 0;
  list-style-position: inside;
  list-style-type: disc;
  text-indent: -1.125rem;
  margin-left: 1.25rem;
}
.webdev__card__list__category {
  list-style-type: none;
  font-weight: 700;
  font-size: 1.375rem;
  margin: 0.75rem 0;
}
.webdev__card__list__item {
  font-size: 1.125rem;
  text-wrap: balance;
  margin: 0 0 0.25rem 0.25rem;
}

@media screen and (max-width: 1240px) {
  .webdev {
    justify-items: unset;
    max-width: 45rem;
    margin: 0 3rem;
  }
  .webdev__top {
    max-width: 45rem;
    min-width: unset;
  }
  .webdev__custom__contents {
    max-width: 45rem;
  }
  .webdev__support__contents {
    max-width: 45rem;
  }
  .webdev__cards__container {
    grid-template: repeat(3, auto)/auto;
    grid-column-gap: unset;
    grid-row-gap: 2.25rem;
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 1190px) {
  .exit-icon::after {
    transform: translateX(-85%) translateY(-100%);
  }
}
@media screen and (max-width: 1100px) {
  .portfolio__contents {
    grid-template: auto/repeat(2, 1fr);
  }
}
@media screen and (max-width: 760px) {
  .portfolio__contents {
    grid-template: auto/1fr;
  }
  .portfolio-header {
    width: 18.75rem;
  }
  .exit-icon::after {
    transform: translateX(-85%) translateY(-100%);
  }
  .buttons-category-portfolio {
    display: block;
    text-align: center;
  }
  .buttons-category-portfolio::before, .buttons-category-portfolio::after {
    display: none;
  }
  .buttons-category__text {
    text-align: center;
  }
}
@media screen and (max-width: 660px) {
  .contents {
    padding: 2rem 2rem;
  }
  .contents__header {
    font-size: 3rem;
  }
  .contents__paragraph {
    font-size: 1.125rem;
    line-height: 1.5rem;
    max-width: 20rem;
  }
  .links-container {
    width: 20rem;
  }
  .commissions__top__header {
    font-size: 3rem;
  }
  .commissions__contents {
    max-width: 20rem;
    padding: 0 0 2rem;
  }
  .commissions__contents__paragraph {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .commissions__contents__list {
    font-size: 1.125rem;
  }
  .commissions__tos__paragraph {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .commissions__tos__section {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .contents__paragraph-comms__star:nth-of-type(1) {
    margin-left: 0;
  }
  .contents__paragraph-comms__star:nth-of-type(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 560px) {
  .webdev {
    justify-items: unset;
    max-width: 45rem;
  }
  .webdev__top {
    max-width: 45rem;
    min-width: unset;
  }
  .webdev__top__header {
    font-size: 3rem;
  }
  .webdev__header {
    max-height: unset;
  }
  .webdev__custom__contents {
    max-width: 45rem;
  }
  .webdev__custom__contents__paragraph {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .webdev__custom__contents__list {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .webdev__support__contents {
    max-width: 45rem;
  }
  .webdev__cards__container {
    grid-template: repeat(3, auto)/auto;
    grid-column-gap: unset;
    grid-row-gap: 2.25rem;
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 470px) {
  .webdev {
    margin: 0 0;
  }
}/*# sourceMappingURL=style.css.map */