@font-face {
  font-family: CenturyGothic;
  src: url(../fonts/CenturyGothic.woff) format("woff");
}
body {
  font-family: CenturyGothic;
}
h1,
h3,
h2,
h4,
h5,
h6,
p,
a {
  color: #000;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 30px;
}
.openbtn {
  margin-top: 30px;
  height: 50px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  position: sticky;
  padding-right: 10px;
}
.openbtn span {
  position: absolute;
  background: #000;
  display: inline-block;
  border-radius: 3px;
  left: 14px;
  height: 4px;
  transition: all 0.4s;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
  width: 45%;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
  width: 35%;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
  width: 20%;
}
.openbtn.active span:nth-of-type(1) {
  width: 45%;
  top: 18px;
  left: 14px;
  transform: translateY(6px) rotate(-135deg);
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  width: 45%;
  top: 30px;
  left: 14px;
  transform: translateY(-6px) rotate(135deg);
}
.hammenu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 101;
  background: #000;
  width: 250px;
  height: 100vh;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  filter: opacity(90%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hammenu.active {
  transform: translateX(0);
}
.hammenu ul {
  list-style: none;
}
.hammenu li {
  margin-top: 50px;
  margin-bottom: 15px;
  text-align: left;
}
.hammenu a {
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  transition: color 0.3s ease-in-out;
}
.hammenu a:hover {
  color: #bfc1be;
}
a {
  color: #333;
  text-decoration: none;
}
.logo img {
  width: 80px;
  height: 100px;
  margin: 10px;
  filter: invert(80%);
}
.header {
  padding: 5px;
  align-items: center;
}
.header a {
  font-size: 30px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
  text-align: center;
  width: 100%;
}
.header a:hover {
  color: #b6b6b6;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  height: 100vh;
  background: linear-gradient(90deg, #fafafa 0%, #ffffff 50%, #fefefe 100%);
  color: #000;
  overflow-x: hidden;
}
.welcome-text p,
.welcome-text h3 {
  text-align: left;
}
.welcome-text {
  padding: 20px;
  margin: 40px;
}
.welcome-text h3 {
  font-weight: bold;
}
.welcome-text span {
  font-size: 25px;
  font-weight: 100;
}
.skills {
  filter: invert(80%);
  padding-top: 50px;
}
.skills img {
  width: 100%;
}
@media (min-width: 729px) {
  .skills {
    filter: invert(80%);
    padding-top: 50px;
  }
  .skills img {
    width: 70%;
  }
}
#plyr-video {
  margin-top: 10%;
  width: 60vw;
  border-radius: 20px;
  box-shadow: 40px 30px 1px rgba(42, 41, 41, 0.4);
  transition: box-shadow 0.3s ease;
}
#plyr-video:hover {
  box-shadow: 50px 40px 4px rgba(80, 79, 79, 0.2);
}
.profile-pic {
  max-width: 100%;
  max-height: 100%;
  display: block;
  padding-top: 60px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
.links img {
  height: 80px;
  width: 160px;
  align-self: flex-start;
  margin-bottom: 40px;
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.links a {
  margin: 0 10px;
  transition: transform 0.3s, box-shadow 0.5s ease-in;
}
.links {
  display: flex;
  flex-direction: row;
  padding-left: 10px;
  flex-wrap: wrap;
  align-items: center;
  filter: invert(100%);
}
.links img:hover {
  transform: translateY(-10px);
}
p {
  font-size: 25px;
}
@media (max-width: 1199px) {
  .links {
    display: flex;
    flex-direction: row;
    padding-left: 40px;
    flex-wrap: wrap;
    align-items: center;
  }
  .links img {
    height: 70px;
    width: 80px;
    align-self: flex-start;
    margin-bottom: 40px;
    display: flex;
  }
}
@media (max-width: 768px) {
  #plyr-video {
    margin-top: 10%;
    width: 80vw;
    border-radius: 10px;
    box-shadow: 20px 15px 1px rgba(42, 41, 41, 0.4);
    transition: box-shadow 0.3s ease;
  }
  #plyr-video:hover {
    box-shadow: 25px 20px 4px rgba(80, 79, 79, 0.2);
  }
  .links {
    display: flex;
    flex-direction: row;
    padding-left: 40px;
    flex-wrap: wrap;
    align-items: center;
  }
  .links img {
    height: 70px;
    width: 80px;
    align-self: flex-start;
    margin-bottom: 40px;
    display: flex;
  }
}
span {
  font-weight: bold;
}
.field {
  margin: 20px;
}
.field input {
  font-family: "CenturyGothic", sans-serif;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  width: calc(100% - 20px);
  padding: 20px;
  color: #211f1f;
  box-sizing: border-box;
  border: none;
  border-radius: 30px 30px 0 30px;
  font-size: 26px;
  margin-right: auto;
  background-color: rgba(120, 120, 120, 0.4);
}
::-moz-placeholder {
  color: #000;
}
::placeholder {
  color: #000;
}
textarea {
  resize: vertical;
}
.star-icon {
  color: #f39c12;
}
#lb a {
  width: 100%;
}
#message {
  padding: 80px;
}
#submit {
  background-color: #4caf50;
  border: none;
  color: #fff;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 20px;
}
#submit:hover {
  background-color: #4563a0;
}
.pending {
  height: 500px;
  margin: 50px;
}
.toggle-list {
  display: flex;
  justify-content: space-evenly;
}
.projectimg {
  overflow: hidden;
  position: relative;
  height: 400px;
}
.projectimg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.projectimg img:not(:hover) {
  transform: scale(1);
  filter: blur(0px);
  transition: transform 1s ease-out, opacity 1s ease-out;
}
.projectimg:hover img {
  transform: scale(1.1);
  transition: transform 0.5s ease, opacity 0.5s ease-in;
  filter: blur(4px) brightness(60%);
}
.projectimg p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease;
  color: #fff;
  font-weight: bold;
}
.projectimg:hover p {
  opacity: 1;
}
.card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 20px;
  height: 300px;
}
.card-content {
  position: relative;
}
.promo_img {
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.overlay {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  text-align: left;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
}
.overlay p {
  margin: 0;
  font-size: 20px;
}
.card:hover .overlay {
  opacity: 1;
  left: 0;
}
.lightbox {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(195, 194, 194, 0.895);
  display: none;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  padding-top: 20px;
  z-index: 1000;
}
.lightbox:target {
  display: flex;
  visibility: visible;
}
.lightbox .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
.lightbox_close {
  position: fixed;
  top: 20px;
  right: 20px;
  color: #000;
  font-size: 3em;
  text-decoration: none;
  font-weight: bolder;
}
.lightbox_close:hover {
  opacity: 0.5;
  color: #e0e0e0;
}
.lightbox article {
  width: 100%;
  padding: 50px;
  border-radius: 10px;
  text-align: left;
}
.lb_heading,
.lb_text {
  text-align: center;
  color: #fff;
}
.lb_heading {
  font-size: 2.5em;
  margin-bottom: 14px;
}
.lb_text {
  font-size: 1.5em;
  line-height: 1.6;
  margin-top: 2em;
}
.lightbox:target {
  display: flex;
}
.ltext {
  text-align: left;
}
.art {
  text-align: center;
}
.art img {
  width: 100%;
}
.art video {
  width: 100%;
}
.read-more-toggle {
  cursor: pointer;
  color: #983aeb;
}
.read-more-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
@media (max-width: 768px) {
  .lb_heading {
    font-size: 1em;
    margin-bottom: 14px;
  }
  .lb_text {
    font-size: 1em;
    line-height: 1.1;
    margin-top: 2em;
  }
}
.cs_img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  overflow: hidden;
  margin-top: 150px;
} /*# sourceMappingURL=main.css.map */
