html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: underline;
  color: unset;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

:root {
  --background: #090a0f;
  --background2: #1b2132;
  --accent1: #2cef94;
}
header {
  height: 100px;
}
body {
  background-color: var(--background);
}

#header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
}
.description {
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  margin-top: 15px;
  line-height: 20px;
}
.tools {
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  margin-top: 15px;
  color: var(--accent1);
}
.project-header-container {
  display: flex;
  flex-direction: row;
  max-width: 1100px;
  margin: auto 50px;
  position: relative;
}
.image1 {
  width: 40%;
  margin: 0 25px 0 0px;
  display: flex;
}
.project-image-1 {
  object-fit: contain;
  position: relative;
  width: 100%;
}
.project-header-text {
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 60%;
  position: relative;
  margin: 0 0px 0 25px;
}

#style-frames {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#project-video {
  max-width: 1100px;
  width: 100%;
}
#project-video2 {
  max-width: 1100px;
  width: 100%;
  margin-top: 50px;
}
.image2 {
  margin: 50px 50px 0 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.project-image-2 {
  max-width: 1100px;
  object-fit: contain;
  width: 100%;
  margin-top: 50px;
}
.project-image-3 {
  max-width: 1100px;
  object-fit: contain;
  width: 100%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1001;
  padding-top: 5vh;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 5vh);
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-height: 90vh;
  object-fit: contain;
  height: 100%;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

.project-video-youtube {
  max-width: 1100px;
  width: 100%;
  height: 483.33px;
}
.project-video-youtube-2 {
  max-width: 1100px;
  width: 100%;
  height: 483.33px;
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  .project-video-youtube {
    max-width: 1100px;
    width: 100%;
    height: 41.6vw;
  }
  .project-video-youtube-2 {
    max-width: 1100px;
    width: 100%;
    height: 41.6vw;
  }
}
.project-header {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  margin: 25px 0px;
  text-align: left;
}
