html {
  scroll-behavior: smooth;
}

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

/* Roboto Condensed */

@font-face {
  font-family: "Roboto Condensed-Regular";
  src: url("fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf")
    format("truetype");
}

@font-face {
  font-family: "Roboto Condensed-Bold";
  src: url("fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf") format("truetype");
}

/* Goldman */

@font-face {
  font-family: "Goldman-Bold";
  src: url("fonts/Goldman/Goldman-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Goldman-Regular";
  src: url("fonts/Goldman/Goldman-Regular.ttf") format("truetype");
}
/* styles.css */

body {
  margin: 0;
  padding: 0;
  background-color: #000000;
  font-family: "Roboto Condensed-Regular", sans-serif;
}

.home {
  height: 100%;
  min-width: 100%;
  background-color: #000000;
  background-image: url(images/background-image.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.page-content {
  width: 100%;
  height: 100%;
  padding: 72px;
  overflow-y: auto;
}

.page-content h2 {
  width: 100%;
  font-family: "Goldman-Regular";
  font-size: 3.5em;
  margin-bottom: -10px;
  color: #ff8500;
}
.page-content h3 {
  width: 100%;
  font-family: "Goldman-Regular", sans-serif;
  font-size: 2em;
  color: #5cebf9;
  display: flex;
  justify-content: start;
}

.page-content p {
  color: #ffffff;
  text-decoration: none;
  font-family: "Goldman-Regular", sans-serif;
  font-style: normal;
  font-size: 1.5em;
}

.main-page {
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-image: url(images/background-horizontal.jpg);
  background-size: cover;
  background-position: center;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px;
}

/* Navigation */

.navbar {
  width: 100%;
  height: 60px;
  display: flex;

  background-color: #1d1a1c;
}

.logo {
  cursor: pointer;
  margin: 0px 0;
  margin-right: auto; /* Push the logo to the right */
}

nav {
  flex: 1;
  text-align: right;
}

.navbar ul li {
  margin-top: -13px;
  list-style-type: none;
  margin-right: 10px;
  display: inline-block;
  text-align: right;
}

.navbar a {
  display: block;
  padding: 15px;
  color: #f5f5f5;
  text-decoration: none;
  font-size: 22px;
  font-family: "Roboto Condensed-Regular", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.navbar a:hover {
  color: #ff8500;
}

.menu-icon {
  height: 40px;
  cursor: pointer;
  margin-right: 24px;
  align-self: center;
  width: 40px;
  display: none;
}

/* Pages */
.content {
  height: 75svh;
  padding: 72px;
  display: block;
}

.background-shade {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), #e92bbd8f);
  background-position: center;
  background-size: cover;
}

.name-title {
  display: flex;
  justify-items: flex-end;
  justify-content: end;
}

.title {
  height: 10rem;
  box-sizing: border-box;
}

.content h2 {
  width: 100%;
  font-family: "Goldman-Bold";
  font-size: 50px;
  color: #ff8500;
}

.content h3 {
  width: 100%;
  font-family: "Goldman-Regular", sans-serif;
  font-size: 24px;
  color: #f5f5f5;
  display: flex;
  justify-content: end;
}

.content p {
  color: #f5f5f5;
  text-decoration: none;
  font-family: "Goldman-Regular", sans-serif;
  font-style: normal;
  font-size: 24px;
}

.content paragraph {
  margin-top: 20px;
}

/* Link Pages */

.home-button {
  padding-left: 72px;
  padding-top: 18px;
  padding-right: 72px;
  padding-bottom: 18px;
  width: 100%;
  height: 5em;
  display: grid;
  place-items: center;
  font-family: "Goldman-Regular";
}

.neon-button {
  font-size: 2.5rem;
  background: #ff27b73d;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #fffb26;
  border: #24ffffcc 0.12em double;
  padding: 0.3em 0.5em;
  border-radius: 0.25em;

  text-shadow: 0 0 0.125em hsla(0, 0%, 100%, 0.5), 0 0 0.45em currentColor;
  box-shadow: inset 0 0 0.25em 0 var(#24ffffcc), 0 0 0.5em 0 var(#24ffffcc);
}

.neon-button:hover {
  background: #fffb2665;
  color: #7d276d;
  text-shadow: currentColor;
  box-shadow: none;
}

/* Reel */

.divider {
  width: 100%;
}

.klever-divider {
  margin-top: 10px;
  width: 100%;
  height: 0.25em;
  background: linear-gradient(90deg, #f9885c 0%, rgba(208, 211, 216, 0) 50%);
}

.reel {
  padding: 72px;
  width: 100%;
  font-family: "Goldman-Bold";
  font-size: 50px;
  color: #ff8500;
}

.reel h2 {
  text-align: start;
  font-family: "Goldman-Bold";
  font-size: 50px;
  margin-bottom: -10px;
}
.reel h3 {
  text-align: start;
  color: #f5f5f5;
  text-decoration: none;
  font-family: "Roboto Condensed-Regular", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
}

.video-container {
  display: flex;
  justify-content: center;
  width: auto;
  height: auto;
  margin-bottom: 100px;
}

.video {
  max-width: 1024px;
}

.video-secondary {
  max-width: 100%;
}
/* Examples */

.examples {
  padding: 72px;
}

.example {
  width: auto;
}

.examples h2 {
  font-family: "Goldman-Regular";
  font-size: 48px;
  color: #ff8500;
  margin-bottom: -10px;
}

.examples h3 {
  font-family: "Goldman-Regular";
  font-size: 40px;
  color: #5cebf9;
  margin-bottom: 10px;
  padding-top: 8vh;
  text-shadow: #000000, 10;
}

.examples h4 {
  font-family: "Goldman-Regular";
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 15px;
  background: #3152a1b8;
  border-radius: 5rem;
  padding: 5px;

  text-shadow: 0 0 0.11em hsla(0, 0%, 100%, 0.5), 0 0 0.45em currentColor;
  box-shadow: inset 0 0 0.25em 0 var(#24ffffcc), 0 0 0.5em 0 var(#24ffffcc);
}

.examples p {
  color: #f5f5f5;
  text-decoration: none;
  font-family: "Roboto Condensed-Regular", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-transform: initial;
  padding-bottom: 50px;
}

.visit-links {
  padding-left: 72px;
  padding-top: 18px;
  padding-right: 72px;
  padding-bottom: 18px;
  width: 100%;
  height: 5em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5em;
}

.visit-links a {
  font-size: 28px;
  font-weight: 1500;
}

.cover {
  margin-top: -20px;
  background-color: #20202060;
  position: static;
  display: block;
}
/* Video Grid */

.video-grid {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
}

.video-item {
  width: auto;
  height: auto;
  overflow: hidden;
}

.youtube {
  width: 100%;
  height: 100%;
}

.portfolio-title {
  height: 100px;
}

/* Footer */
footer {
  min-width: 100%;
  color: #fff;
  background-color: #1d1a1c;
  overflow: hidden;
}

.footer-sections {
  padding-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
  width: 100%;
}

/* Footer Section 1 */

.footer-menu {
  padding-left: 72px;
  justify-content: start;
}

.footer-menu ul {
  list-style-type: none;
  padding: 0;
  justify-items: start;
}

.footer-menu li {
  margin-right: 10px;
}

.footer-menu a {
  color: #f5f5f5;
  text-decoration: none;
  font-size: 1.8em;
  font-family: "Roboto Condensed-Regular", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.footer-menu a:hover {
  color: #ff8500;
}
/* Footer Section 2 */

.mid-column {
  height: auto;
  display: flex;
  justify-content: center;
}

/* Footer Section 3 */

.connect-section {
  display: grid;
  grid-template-rows: 0.2fr 1fr 0.5fr;
  padding-left: 72px;
  padding-right: 72px;
}

.footer-buttons {
  display: grid;
  padding: 0.3em;
  grid-gap: 1em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.primary-button {
  font-size: 1.2rem;
  height: 40px;
  font-weight: 500;
  color: #ff8500;
  text-decoration: none;
  display: flex;
  cursor: pointer;
  border: #ff8500 0.05em solid;
  border-radius: 5em;
  padding: 0.2em 0.8em;
  justify-content: center;
  align-items: center;
}

.primary-button:hover {
  background: #ff8500;
  color: #1d1a1c;
  font-weight: 1000;
}

/* Copyright Section */

.cr-section {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 700px) {
  .navbar ul {
    width: 100%;
    background-color: #1d1a1ca1;

    position: absolute;
    top: 44px;
    right: 0;
    z-index: 2;
  }

  .navbar ul li {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .menu-icon {
    display: block;
  }
  #menuList {
    overflow: hidden;
    transition: 0.5s;
  }
  .title {
    padding-bottom: 0px;

    margin-bottom: 20px;
    height: 6rem;
    justify-self: center;
  }
  .content {
    padding: 55px;
  }
  .content p {
    margin-left: 0px;
    font-size: 20px;
  }

  .examples h3 {
    font-size: 26px;

    margin-bottom: 0px;
    text-decoration: none;
    color: #fefaba;
    text-shadow: 0 0 0.125em hsla(0, 0%, 100%, 0.5), 0 0 0.45em currentColor;
  }

  .examples h4 {
    font-size: 18px;
  }

  .neon-button {
    font-size: 1.5rem;
    display: block;
    padding: 0.2em 0.8em;

    border: #24ffffcc 0.15em solid;
  }

  .video {
    width: 100%;
  }

  .visit-links {
    grid-template-columns: none;
    grid-template-rows: 1fr 1fr;
    padding: 0px;
    grid-row-gap: 24px;
    margin-bottom: 48px;
  }
  .footer-sections {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 0fr 1fr;
    grid-gap: 5px;
    height: 700px;
  }
  .mid-column {
    display: none;
  }

  .footer-menu a {
    font-size: 24px;
  }

  .footer-buttons {
    display: grid;
    padding: 0.3em;
    grid-gap: 1em;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }

  /* Services Page */

  .main-page {
    padding-top: 0px;
    height: 950px;
  }
  .page-content h2 {
    margin-top: 0px;
    font-size: 40px;
    color: #fefaba;
    text-shadow: 0 0 0.125em hsla(0, 0%, 100%, 0.5), 0 0 0.45em currentColor;
  }
  .page-content h3 {
    color: #36f6ff;
    font-size: 22px;
  }
  .page-content p {
    font-size: 18px;
  }
  .background-shade {
    height: 900px;
  }

  /* Portfolio Page */

  .video-grid {
    grid-template-columns: 1fr;
    padding: 4px;
  }

  .video-item {
    width: 20rem;
  }

  .examples {
    padding: 20px;
  }

  .examples p {
    padding-bottom: 0px;
  }

  .page-content {
    padding: 20px;
  }

  .portfolio-title {
    height: fit-content;
    max-width: 300px;
  }
}
