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

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", "Segoe UI", system-ui, sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding-left: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.normal-text-large, p, .p {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

h1, .h1 {
  font-size: min(3.75rem, max(1.875rem, 3.75vw));
}

h2, .h2 {
  font-size: min(2.8125rem, max(1.5rem, 2.8125vw));
}

h3, .h3 {
  font-size: min(1.875rem, max(1.125rem, 1.875vw));
}

.normal-text-large {
  font-size: min(1.75rem, max(1.125rem, 1.75vw));
}

p, .p {
  font-size: min(1.125rem, max(0.875rem, 1.125vw));
}

.header {
  min-height: 100vh;
  background: #485563;
  background: linear-gradient(to bottom, #1f2833, #0b0c10);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header__contents {
  margin: 1.25em;
  text-align: center;
  color: #fff;
  visibility: hidden;
  max-width: 1300px;
}
.header__fancy {
  color: #66fcf1;
}
.header__wave {
  display: inline-block;
}
.header .sub {
  margin-top: min(1.25em, max(0.625rem, 1.25vw));
}
.header .scroll-to-ct {
  visibility: hidden;
}
.header .scroll-to-ct .scroll-bt {
  border: 2px solid #66fcf1;
  background: transparent;
  color: #fff;
  padding: 0.3571428571em 0.7142857143em;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.header .scroll-to-ct .scroll-bt .bt-text {
  position: relative;
}
.header .scroll-to-ct .scroll-bt:hover, .header .scroll-to-ct .scroll-bt:focus {
  border-color: rgba(69, 162, 158, 0.1);
  background-color: rgba(69, 162, 158, 0.1);
  border: 0px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
}

.projects-section {
  display: grid;
  grid-template-columns: 1fr min(1600px, 90%) 1fr;
  background-color: #0b0c10;
  color: #fff;
  border-top: 2px solid #45a29e;
  padding: min(75px, max(40px, 3.90625vw)) 0;
  overflow: hidden;
}
.projects-section .projects-description {
  margin-bottom: 3em;
  text-align: left;
  max-width: 800px;
  width: 100%;
}
.projects-section .projects-description h3 {
  margin-bottom: 0.6666666667em;
}
.projects-section .projects-description p:not(:last-child) {
  margin-bottom: 1.1111111111em;
}
.projects-section .my-projects {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.projects-section .my-projects h2 {
  margin-bottom: 0.5333333333em;
}

.projects-container {
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-auto-flow: row;
  grid-gap: 25px;
  grid-auto-rows: 1fr;
  grid-template-rows: repeat(auto, 260px);
}
.projects-container > div:only-child, .projects-container > div:last-child:nth-child(even) {
  grid-column-start: 2;
}
@media only screen and (min-width: 768px) {
  .projects-container {
    grid-template-columns: repeat(2, auto);
  }
}
@media only screen and (min-width: 1200px) {
  .projects-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.projects-container .project-card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  pointer-events: none;
  box-shadow: 0px 0px 11px 11px rgba(0, 0, 0, 0.53);
}
.projects-container .project-card.hover {
  pointer-events: all;
  outline: 10px;
}
.projects-container .project-card a {
  display: block;
  width: 100%;
  height: 100%;
}
.projects-container .project-card .project-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: transform 0.7s ease;
  text-align: center;
  background-color: rgba(31, 40, 51, 0.6);
}
.projects-container .project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s linear;
}
.projects-container .project-card:hover img, .projects-container .project-card:focus-within img {
  filter: blur(4px);
}
.projects-container .project-card:hover .project-desc, .projects-container .project-card:focus-within .project-desc {
  transform: translateY(0);
}
.projects-container .project-card:focus-within {
  outline: 2px solid white;
}