* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a[data-fancybox] img {
  transition: transform 0.3s ease, filter 0.3s ease;
  display: block;
}

a[data-fancybox] img:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 0 10px red) brightness(1.2);
}
button {
  background-color: #111;
  color: white;
  border: 2px solid crimson;
  padding: 10px 20px;
  font-family: "Cinzel", serif; /* creepy fonts add flair */
  transition: all 0.3s ease; /* enables smooth animation */
  cursor: pointer;
}
.glow-link {
  color: gold;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.glow-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: gold;
  box-shadow: 0 0 10px gold, 0 0 20px gold;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.glow-link:hover {
  color: #ffd700; /* brighter gold */
  text-shadow: 0 0 5px #ffd700, 0 0 10px #ffcc00;
}

.glow-link:hover::after {
  transform: scaleX(1);
}

button:hover {
  background-color: crimson;
  color: black;
  transform: scale(1.05);
  box-shadow: 0 0 10px crimson;
}

/*test*/
.page-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 9999;
}
.page-transition.active {
  opacity: 1;
  pointer-events: all;
}
body.Index {
  background-image: url("../img/decorations/left\ corner\ blood\ splatter.png"),
    url("../img/decorations/grunge\ overlay\ vertical.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 300%;
  background-color: rgb(40, 43, 65);
}
body {
  background-image: url("../img/decorations/grunge\ overlay\ vertical.png");
  background-position: center;
  background-color: rgb(40, 43, 65);
}
.menu {
  background-color: rgb(21, 42, 85);
  padding: 4px;
  list-style-type: none;
  display: none;
}
.menu li a {
  padding: 2px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: "Amarante", sans-serif;
  color: white;
}
.hamburger {
  background-color: #9e7b3a;
  padding: 10px;
}
.hamburger a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: white;
}
.show {
  display: block;
}

.User {
  background-image: url("../img/'Hero banner'.jpg");
  background-repeat: no-repeat;
  object-fit: fill;
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  color: #eadfc3;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin: 10%;
  border-radius: 20px;
  border: 2px solid #efe1ab;
}
.User img {
  max-width: 180px;
  margin: auto;
  margin-top: 30px;
  border-radius: 30px;
}

.User h1 {
  padding-bottom: 20px;
  padding-top: 10px;
  font-family: "Amarante", sans-serif;
  font-weight: 500;
}
.User p {
  padding: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: oblique;
}
/* make all images fit to their container */
img {
  display: block;
  width: 100%;
}
.hades {
  padding-top: 15px;
}
.Works {
  padding: 30px;
}
.Works img {
  border-radius: 20px;
}
.targeted {
  background-image: url("../img/decorations/paper\ overlay.png"),
    url("../img/Section banner.jpg");
  background-position: 90% 50%;
  background-size: cover;
  object-fit: fill;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  margin-top: 120px;
  margin-bottom: 60px;
  border-radius: 10px;
  border: 2px solid #efe1ab;
}
.movie img {
  border: 3px rgb(109, 59, 36) solid;
}
.Works-2 img {
  border-radius: 20px;
  width: 80%;
  margin: auto;
}
.Works-2 p {
  font-family: "Amarante", sans-serif;
  font-style: oblique;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  padding-top: 10px;
  color: #efe1ab;
}
.Works-2 {
  margin-top: 50px;
}
.Works .doom img {
  margin-top: 20px;
  border: #8f3a10 3px solid;
}
.Works .hades img {
  margin-top: 20px;
}
.Works .doom {
  margin-top: 70px;
}
.Works .doom p {
  font-family: "Amarante", sans-serif;
  font-style: oblique;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  padding-top: 10px;
  color: #efe1ab;
}
.Works .targeted h1 {
  font-family: "Amarante", sans-serif;
  font-weight: 500;
  font-size: 50px;
  text-decoration: underline;
  text-align: center;
  padding-top: 50px;
  color: #eadfc3;
}
.Works .targeted p {
  font-family: "Amarante", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
  color: #eadfc3;
}
.Works .oncoming p {
  font-family: "Amarante", sans-serif;
  font-style: oblique;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  padding-top: 10px;
  color: #efe1ab;
}
.Works .oncoming img {
  border: 3px solid rgb(27, 117, 196);
}
.Works p {
  font-family: "Amarante", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 50px;
  color: #eadfc3;
}
.Works .hades img {
  border: 3px #26cb2b solid;
}
.Works .hades h1 {
  font-family: "Amarante", sans-serif;
  font-style: oblique;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  padding-top: 10px;
  color: #efe1ab;
}
hr.solid {
  border-top: 5px solid #9e7b3a;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 10px;
}
.Works .movie p {
  font-family: "Amarante", sans-serif;
  font-style: oblique;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  padding-top: 10px;
  color: #efe1ab;
}
.web-design-mobile p {
  font-family: "Amarante", sans-serif;
  font-style: oblique;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  padding-top: 10px;
  color: #efe1ab;
}
.web-design-mobile img {
  border: 5px solid rgb(0, 0, 0);
}

.web-design-tablet p {
  font-family: "Amarante", sans-serif;
  font-style: oblique;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  padding-top: 10px;
  color: #efe1ab;
}
.web-design-tablet {
  margin-top: 20px;
}
.web-design-tablet img {
  border: 5px solid rgb(0, 0, 0);
}
.web-design-laptop {
  margin-top: 20px;
}
.web-design-laptop p {
  font-family: "Amarante", sans-serif;
  font-style: oblique;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  padding-top: 10px;
  color: #efe1ab;
}
.web-design-laptop img {
  border: 5px solid rgb(0, 0, 0);
}
footer {
  text-align: center;
  font-family: "Amarante", sans-serif;
  font-size: 10px;
  font-weight: 300;
  color: white;
  padding: 20px;
  margin-top: 100px;
  background-color: rgb(5, 18, 30);
  border-top: 10px solid #b7983d;
}
footer h1 {
  padding-bottom: 10px;
  font-weight: 300;
}
.Works .gallery {
  columns: 2;
  margin: auto;
  margin-top: 15px;
}
.movie-pictures {
  columns: 2;
  margin-top: 20px;
  max-height: max-content;
  max-width: 100%;
  margin-left: 13.5%;
}
.movie-pictures img {
  border-radius: 10px;
}
.movie-pictures .movie-1 img {
  max-width: 100%;
}
.movie-pictures .movie-2a img {
  width: 67%;
}
.movie-pictures .movie-2b img {
  width: 67%;
  padding-top: 10px;
}
.Works .gallery .gallery-1 img {
  max-width: 83%;
  border: 3px #cb8926 solid;
}
.Works .gallery .gallery-2 img {
  width: 119.1%;
  margin-top: 5%;
  margin-left: -16%;
  border: 3px #cb2626 solid;
}
.Works .gallery .gallery-2-b img {
  border: 3px #c24ded solid;
}
.Works .gallery .gallery-2 {
  max-width: 1500px;
}
.Works .oncoming {
  margin-top: 20px;
}
/*form*/
.contact h1 {
  font-family: "Amarante", sans-serif;
  font-style: oblique;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  padding-top: 10px;
  color: #efe1ab;
}
.contact {
  margin-top: 50px;
}
fieldset {
  margin: 20px;
  padding: 20px;
  border: none;
  background-image: url("../img/decorations/left\ corner\ blood\ splatter.png"),
    url("../img/'Hero banner'.jpg");
  border-radius: 20px;
}
input[type="text"] {
  background-color: white;
  border: none;
  padding: 20px;
  width: 100%;
  margin: 5px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.form label {
  font-family: "Amarante", sans-serif;
  color: #efe1ab;
}
input[type="email"] {
  background-color: white;
  border: none;
  padding: 20px;
  width: 100%;
  margin: 5px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

textarea {
  background-color: white;
  border: none;
  padding: 10px;
  width: 100%;
  margin: 5px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
input[type="submit"] {
  background-color: rgb(206, 201, 101);
  border: none;
  padding: 10px;
  border-radius: 10px;
  margin: 5px;
  font-family: "Inter", sans-serif;
}
.work-detail-intro p {
  text-align: center;
  font-family: "Amarante", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
.work-detail-intro {
  padding: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
.work-detail-left p {
  text-align: left;
  padding: 20px;
}
.work-detail .work-detail-left {
  margin-top: 20px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin: 20px;
  margin-right: 30%;
  border: 5px rgb(255, 255, 255) double;
  background-color: rgb(82, 82, 145);
  border-radius: 10px;
}
iframe {
  width: 80%;
  min-height: 100px;
  margin: auto;
  display: block;
  margin-top: 50px;
  border: 4px dashed rgb(219, 238, 147);
  padding: 5px;
}
.work-detail-right p {
  text-align: right;
  padding: 20px;
}
.work-detail .work-detail-right {
  margin-top: 20px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin: 20px;
  margin-left: 30%;
  margin-top: 30px;
  border: 5px rgb(255, 255, 255) double;
  background-color: rgb(82, 82, 145);
  border-radius: 10px;
}
.work-detail-right p {
  text-align: right;
}
.further p {
  margin-top: 20px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin: 10%;
  border: 5px rgb(255, 255, 255) double;
  background-color: rgb(82, 82, 145);
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  margin-bottom: 2%;
}
.intro-pictures p {
  margin-top: 20px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin: 10%;
  border: 5px rgb(255, 255, 255) double;
  background-color: rgb(82, 82, 145);
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  margin-bottom: 2%;
}
.further img {
  border-radius: 20px;
  width: 75%;
  margin: auto;
  margin-top: 50px;
  border: 3px solid rgb(0, 0, 0);
}
.bottom p {
  margin-top: 20px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin: 10%;
  border: 5px rgb(255, 255, 255) double;
  background-color: rgb(82, 82, 145);
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  margin-bottom: 2%;
}
.about-me h1 {
  font-family: "Amarante", sans-serif;
  font-style: oblique;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  padding-top: 10px;
  color: #efe1ab;
  margin-top: 50px;
  padding-bottom: 10px;
}
.button {
  margin: auto;
  align-items: center;
  text-align: center;
}

button {
  background-color: #3e0101;
  padding: 5px;
  border-radius: 11px;
  border: 2px solid rgb(110, 27, 27);
  font-family: "Amarante", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: rgb(235, 218, 192);
}
button p {
  padding: 10px;
}
.about-intro {
  margin-bottom: 100%;
}
.kyleer img {
  margin-top: 20px;
  padding: 10px;
  border-radius: 20px;
}
.kyleer-with-a-weird-mask img {
  margin-top: 20px;
  width: 80%;
  margin: auto;
  padding: 10px;
  border-radius: 20px;
}
/* media queries for small screens, laptop */
@media screen and (min-width: 1024px) {
  .kyleer img {
    margin-top: 20px;
    padding: 10px;
  }

  .kyleer-with-a-weird-mask img {
    margin-top: 20px;
    padding: 10px;
    width: 100%;
  }
  .menu {
    display: flex;
    background-color: rgb(5, 18, 30);
    padding: 10px;
    padding-left: 100px;
    padding-right: 100px;
    border-bottom: 8px solid#9e7b3a;
  }
  .menu li {
    flex: 1;
    list-style-type: none;
  }
  .hamburger {
    display: none;
  }
  .work-detail {
    margin: 100px;
  }
  .User {
    background-image: url("../img/'Hero banner'.jpg");
    background-repeat: no-repeat;
    object-fit: fill;
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
    margin: auto;
    padding-left: 150px;
    padding-right: 150px;
    margin: 10%;
    border: 2px solid #efe1ab;
  }
  .hades {
    padding-top: 30px;
  }
  .Works .gallery {
    columns: 2;
    margin: auto;
    margin-top: 30px;
  }
  .Works {
    padding: 100px;
  }
  .Works .row {
    display: flex;
  }
  .Works img {
    border-radius: 30px;
  }
  .Works .gallery .gallery-2 img {
    width: 116%;
    margin-top: 9%;
    margin-left: -16%;
    border: 3px #cb2626 solid;
  }
  .Works .gallery .gallery-2-b img {
    border: 3px #c24ded solid;
  }
  .Works .gallery .gallery-1 {
    width: 98%;
  }
  hr.solid {
    margin-left: 120px;
    margin-right: 120px;
    margin-bottom: 30px;
  }
  .Works .doom img {
    max-width: 95%;
    margin-left: 2.5%;
  }
  .targeted {
    background-image: url("../img/Section banner.jpg");
    background-position: 90% 30%;
    background-size: cover;
    object-fit: fill;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
    border-radius: 10px;
    border: 2px solid #efe1ab;
  }
  .Works .movie p {
    font-family: "Amarante", sans-serif;
    font-style: oblique;
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    padding-top: 10px;
    color: #efe1ab;
  }
  .movie img {
    max-width: 80%;
    margin: auto;
  }
  .web-design-mobile .col {
    margin: auto;
    width: 80%;
  }
  .web-design-tablet .col {
    margin: auto;
    width: 80%;
  }
  .web-design-laptop .col {
    margin: auto;
    width: 80%;
  }
  .oncoming p {
    margin-top: 50px;
  }
  .further p {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    border: 5px rgb(255, 255, 255) double;
    background-color: rgb(82, 82, 145);
    border-radius: 10px;
    text-align: center;
    padding: 20px;
  }
  .further img {
    border-radius: 30px;
    width: 70%;
    margin: auto;
  }
  .movie img {
    width: 50%;
    margin: auto;
  }
  .further img {
    width: 50%;
    margin: auto;
  }
  .movie-pictures img {
    border-radius: 20px;
  }
  .Works .movie img {
    width: 70%;
    margin: auto;
  }
  .Works .oncoming img {
    width: 80%;
    margin: auto;
  }
  iframe {
    width: 70%;
    min-height: 550px;
    margin: auto;
    display: block;
    margin-top: 50px;
    border: 4px dashed rgb(225, 238, 177);
    padding: 5px;
  }
  .about-me h1 {
    font-family: "Amarante", sans-serif;
    font-style: oblique;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    padding-top: 10px;
    color: #efe1ab;
    margin-top: 80px;
    padding-bottom: 10px;
  }
}
