:root {
  --color1: #ffffff;
  --color2: #6c757d;
  --color3: #fefefe;
  --color4: #010101;
  --color5: #DEECF5;
  --font-size: 16px;
  --font-family: "Exo", sans-serif;
  --spacing1: 100px;
  --spacing2: 5px;
}

body {
    font-family: var(--font-family);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  overflow-x: hidden;
}


html {
  font-size: var(--font-size);
  scroll-behavior: smooth;
  font-family: Roboto;
}

svg {
  cursor: pointer;
}

button {
  all: unset; /* removes all default styles */
  display: inline-block;
  background: linear-gradient(15deg, #29BEE2 50%);
  color: white;
  padding: 0.75em 5em;
  border-radius:20px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  transition: opacity 0.2s ease;
}

button:hover {
  opacity: 0.85;
}


nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 100vw;
  background-color: var(--color4);
  height: 165px;
  padding-left: 7.5%;
  padding-right: 7.5%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
}

nav a {
  height: 100%;
  padding: 60px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--color3);
  white-space: nowrap;
  font-family: var(--font-family);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
text-transform: uppercase;
}

nav a:hover {
  text-decoration: none;
}

.links-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: right;
  margin-left: 12%;
}

.open-sidebar-button svg {
  fill: var(--color1);
}

.close-sidebar-button svg {
  fill: var(--color3);
}

#sidebar-active {
  display: none;
}

.open-sidebar-button,
.close-sidebar-button {
  margin-right: 19%;
  margin-left: 19%;
  display: none;
}

.open-sidebar-button {
  height: 50px;
  margin-right: 0;
}

.hamburger {
  height: 50px;
  width: auto;
}

.hamburger:hover {
  cursor: pointer;
}

.logo-and-name {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: auto;
}

.logo {
  width: auto;
  height: 125px;
}

.hero-video {
  height: auto;
  width: 100%;
  object-fit: contain;
}

h1 {
  font-family: Exo;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px; /* 116.667% */
  text-transform: uppercase;
  padding: 20px 0;
}

h2 {
  padding-top: 0.5em;
  color: white;
  text-align: center;
  font-family: Exo;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 100% */
  text-transform: uppercase;
}

h3 {
  color: black;
  color: #000;
  text-align: center;
  font-family: Exo;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px; /* 116.667% */
  text-transform: uppercase;
  position: relative;
  bottom: 0;
}

h4 {
  color: black;
  color: #000;
  text-align: center;
  font-family: Exo;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px; /* 291.667% */
  text-transform: uppercase;
}

h5 {
  text-align: center;
  color: #FFF;
  font-family: Exo;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 125% */
  text-transform: uppercase;
}

h6 {
  color: #FFF;
  font-family: Exo;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 200% */
  text-transform: uppercase;
}

hr {
  border: none;
  height: 2px;
  width: 571px;
  background: linear-gradient(90deg, #910000 0%, #B32200 16.67%, #D34000 33.33%, #000 50%, #29D1E2 66.67%, #29BEE2 83.33%, #0071BC 100%);
  display: block;
}

.hr-orange {
  border: none;
  height: 2px;
  width: 571px;
  background: #FF4D00;
  margin-left: 7.5%;
}

.hr-blue {
  border: none;
  height: 2px;
  width: 571px;
  background: #27C4D4;
}

p {
  color: #000;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 104.167% */
  text-transform: uppercase;
  width: 100%;
  padding: 20px 0;
}

.header-and-line {
  margin: 5em 0;
}

#who-we-are {
  height: auto;
  display: flex;
  flex-direction: row;
  margin: 0 7.5%;
}

.camera img {
  height: 500px;
}

#our-work {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 5em;
  background-color: black;
  color: white;
}

.work {
  text-align: center;
}

.work hr {
  margin-left: auto;
  margin-right: auto;
}

.header-padded {
  padding-left: 7.5%;
}

.video-section-1 {
  background-color: #4A4848;
  display: flex;
  flex-direction: row;
  padding: 2em 7.5%;
}

.video-section-2 {
  background-color: #676767;
  display: flex;
  flex-direction: row-reverse;
  padding: 2em 7.5%;
}

.video-section-3 {
  background-color: #A7A7A7;
  display: flex;
  flex-direction: row;
  padding: 2em 7.5%;
}

.portfolio-video {
  height: 20em;
}

#videos p {
  color: white;
  text-align: center;
  margin: auto 7.5% auto 2em;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 104.167% */
  text-transform: uppercase;
}

#videos video {
  border: 2px solid transparent; /* needed so the border area exists */
  border-image: linear-gradient(
    90deg, 
    #910000 0%, 
    #B32200 16.67%, 
    #D34000 33.33%, 
    #000 50%, 
    #29D1E2 66.67%, 
    #29BEE2 83.33%, 
    #0071BC 100%
  ) 1;
}

#photography {
  background-color: black;
  color: white;
  padding: 2em 7.5%;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 6 equal columns */
  gap: 2em;
  padding: 7.5% 0;
}

.photo-grid img {
  width: 100%;
  height: 35vw; 
  display: block;
  object-fit: cover;
}

.hero {
  width: 100%;
  height: 35em;
  object-fit: cover;
}

.profile {
  width: 100%;
  margin: auto;
}

.image-wrapper {
  position: relative;
  display: inline-block; /* shrink-wrap content */
  width: 100%;
}

.description {
  background-color: black;
}


.description p{
  color: #FFF;
  text-align: center;
  font-family: Exo;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125% */
  letter-spacing: -0.48px;
  text-transform: capitalize;
  padding: 2em 7.5%;
}


.text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1em;
  background: rgba(0,0,0,0.4); /* translucent dark background for readability */
  color: white;
  box-sizing: border-box;
}

.description-images {
  background-color: black;
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 6 equal columns */
  gap: 5em;
  padding: 5em 7.5%;                /* space between images */
}

.description-images img {
  width: 100%;
  height: 20vw; 
  display: block;
  object-fit: cover;
}

.socials {
  text-align: center;
  background-color: black;
  display: flex;
  justify-content: center;
  gap: 1em;
}

.big {
  width: 100%;
  height: 20px;
}

#testimonials {
  background-color: black;
  padding: 5em 7.5%;
}

#testimonials hr {
  justify-self: center;
  width: 18%;
  margin: 0.5em;
}

.quotes {
  margin: 2em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2em;
}

.box{
  padding: 2em;
  height: 20em;
  width: 18em;
  background: #747474;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.20);
}

.box h6 {
  text-align: center;
}

.box p {
  color: #FFF;
  text-align: center;
  font-family: Exo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 214.286% */
  letter-spacing: -0.28px;
  text-transform: capitalize;
}

.social-icon {
  font-size: 18px;
  color: white;
}

.tiktok {
  font-size: 16px;
   color: white;
}

.small {
  display: none;
}

.wide {
  display: block;
}

@media (max-width: 1200px) {
  nav {
    justify-content: space-between;

    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  .links-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 50vw;
    height: 100%;
    background: linear-gradient(
      180deg,
      #D34000 0%,
      #B32200 50%,
      #910000 100%
);
    box-shadow: -5px 0 5px #00000040;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.4s ease-in-out;
  }

  nav a {
    height: auto;
    width: 100%;
    padding: 3em;
    justify-content: center;
    color: #fff;
  }

  nav a:hover {
    color: #29D1E2;
  }

  .open-sidebar-button,
  .close-sidebar-button {
    color: var(--color3);
    display: block;
  }

  .close-sidebar-button {
    margin-top: 3rem;
    margin-bottom: 2rem;
    scale: 200%;
    color: var(--color3);
  }

  .close-sidebar-button:hover {
    cursor: pointer;
  }

  #sidebar-active:checked ~ .links-container {
    transform: translateX(0);
    opacity: 1;
  }

  #who-we-are {
    flex-direction: column;
    justify-content: center;
  }

  .header-and-line {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .camera {
    display: flex;
    justify-content: center;
  }

  
  .camera img{
    width: 60vw;
    height: 60vw;
  }

  button {
    width: 20%;
    text-align: center;
    margin: auto;
    text-wrap: nowrap;
  }

  h1 {
    font-size: 48px;
  }

  p {
    font-size: 20px;
    text-align: center;
  }

  hr {
     margin: auto;
    width: 80%;
  }

  .video-section-1 {
  flex-direction: column;
  justify-content: center;
}

  .video-section-2 {
  flex-direction: column;
}

  .video-section-3 {
  flex-direction: column;
}

#videos p {
  margin: 0;
}

.video-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.portfolio-video {
  height: auto;
}

.header-and-line h1 {
  text-align: center;
  justify-content: center;
  padding-left: 0;
}

.hr-orange {
  margin: auto;
  width: 80%;
}

.hr-blue {
  margin: auto;
  width: 80%;
}

.quotes {
  flex-direction: column;
  align-items: center;
}
}

@media (min-width: 768px) and (max-width: 1200px) {


      
}

@media (max-width: 768px) {
  nav {
    justify-content: space-between;
    padding-right: 1em;
    height: 125px;
  }

  .logo-and-name {
    justify-content: center;
    position: absolute;

  }

  .logo {
  height: 100px;
}

  .open-sidebar-button {
    margin-left: auto;
    justify-content: flex-end;
  }

  .links-container {
    width: 60vw;
  }

  #videos p {
    font-size: 20px;
  }

  .description-images {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* 6 equal columns */
}

.description-images img {
  text-align: center;
  width: 85%;
  height: 50vw; 
  display: block;
  object-fit: cover;
  margin: auto;
}



h3 {
  font-size: 40px;
}

h4 {
  font-size: 20px;
  line-height: 1;
}

.hero {
  width: 100%;
  height: 35em;
}

.small {
  display: block;
}

.wide {
  display: none;
}

}

@media (max-width: 500px) {
  nav {
    justify-content: space-between;
    gap: 1em;
    height: 100px;
  }

  .logo-and-name {
    justify-content: center;
    align-items: center;
  }

  .logo {
    width: auto;
    height: 65px;
  }

  .links-container {
    width: 75%;
  }

  .close-sidebar-button {
    margin-top: 3rem;
    margin-bottom: 2rem;
    margin-right: 2rem;
    scale: 200%;
  }

    #videos p {
    font-size: 16px;
  }

  h3 {
  line-height: 1.2;
}

  h4 {
    line-height: 2;
  }
}