* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


@font-face {
  font-family: "Chromoxome";
  src: url("../fonts/Chromoxome-Regular.woff2") format("woff2"),
    url("../fonts/Chromoxome-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

a {
  text-decoration: none;
}
body {
    font-family: "Chromoxome", serif;
}



#hero{
    background-color: #000000;
}

.video-bg{
    background-color: black;
}

.videoherolink {
    color: #b44f0b;
    transition: all 0.5s ease;
}

.videoherolink:hover {
    color: #ffffff;
    transform: translateY(10px);
}

#mainheader {
  padding: 5px 0;
  position: fixed;
  top: 0;
  width: 100%;
  background: #000;
  z-index: 9999;
}
.nabLink {
  font-size: 20px;
  color: #b44f0b;
}
#mainheader .logo {
  width: 65px;
}
.navigationMenu li {
  position: relative;
}
.navigationMenu li::after {
  content: "-";
  font-size: 27px;
  position: absolute;
  right: -0.7rem;
  color: #b44f0b;
}
.navigationMenu li:nth-last-of-type(1)::after {
  display: none;
}

.nabLink:hover {
  color: #833908;
}
#hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.bar {
  position: absolute;
  width: 100vh;
  bottom: -86px;
  left: 0;
  transform-origin: 0% 0%;
  transform: rotate(-90deg);
  display: flex;
  justify-content: center;
}

.t1 {
  left: 30%;
}

.t2 {
  left: calc(70%);
}

.filmingtxt {
    border: none;
    outline: none;
    background: transparent;
    font-size: 25px;
    color: #000000;
    text-align: left;
    line-height: 1.2;
}

.filmimage:hover {
    opacity: 0.7;
    transform: scale(1.05);
    filter: blur(1px);
    transition: all 0.3s ease;
}


.bar p {
  color: #b44f0b;
  font-size: 35px;
  line-height: 1;
  margin: 0;
}
.bar::after {
  position: absolute;
  content: " ";
  height: 3px;
  background: #b44f0b;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p2 {
  transform: translateX(40%);
}

.p3 {
  transform: translateX(-40%);
}
.p4 {
  transform: translateX(-5%);
}

#hero iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh; /* 100 * (16/9) */
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none; /* let user interact with content */
  border: 0;
  z-index: -1;
}

#filming {
  padding-bottom: 80px;
  background: #5c5c5c;
}
#filming h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 120px;
  line-height: 1;
  margin-top: -29px;
}
#filming .spacer {
  height: 5px;
}

#filming .subtxt {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 5px;
}




#weddings {
  padding-bottom: 80px;
}

#weddings .links a {
  border: none;
  outline: none;
  background: transparent;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  line-height: 1.2;
}
#weddings .links a .d-flex {
  align-items: center;
  gap: 20px;
}

#weddings .links a:hover p {
  color: #b44f0b;
}
#weddings h2 {
  color: #5c5c5c;
  text-transform: uppercase;
  font-size: 120px;
  line-height: 1;
  margin-top: -29px;
}
#weddings .spacer {
  height: 5px;
}
#weddings .subtxt {
  font-size: 24px;
  color: #b44f0b;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 10px;
}

#contact {
  background: #b44f0b;
  padding-bottom: 80px;
}

#contact h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 120px;
  line-height: 1;
  margin-top: -29px;
}
#contact .spacer {
  height: 5px;
}
#contact .subtxt {
  font-size: 25px;
  color: #000;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 10px;
}
#contact .txt {
  text-align: center;
  font-size: 24px;
  color: #fff;
}
#contact .mainRow {
  margin-top: 80px;
}

.contactForm .form-control {
  border-radius: 0 !important;
}
.contactForm .form-label {
  font-size: 16px;
  color: #fff;
}
.contactForm .btn-submit {
  background: #fff;
  border-radius: 0;
  padding: 15px 35px;
  font-size: 18px;
  line-height: 1;
}
.contactForm .btn-submit:hover {
  background: #ffffffdc;
}
#contact .socialLinks a {
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  transition: 0.3s ease;
  margin: 0 auto;
}
#contact .socialLinks a:hover {
  background: #ffffffc9;
}
footer {
  background: #000;
}
footer .logo {
  display: block;
  width: 60px;
}
.footerlinks a,
.footerlinks p {
  font-size: 30px;
  color: #b44f0b;
}
.footerlinks a:hover {
  color: #833908;
}
/* Keep full width on wide screens */
@media (min-aspect-ratio: 16/9) {
  #hero iframe {
    width: 100vw;
    height: 56.25vw; /* 100 * (9/16) */
  }
}

@media screen and (max-width: 768px) {
  .navigationMenu {
    position: fixed;
    left: 50%;
    background: #fff;
    /* height: 100vh; */
    top: 50%;
    width: 80%;
    padding: 30px;
    transform: translate(-50%, -50%);
    /* display: none; */
    border-radius: 10px;
    z-index: 999;
    display: none;
  }
  #mainheader.active .navigationMenu {
    display: block;
  }
  .navigationMenu li::after {
    display: none;
  }
  #mainheader.active::after {
    content: " ";
    position: absolute;
    background: #000000b7;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
  }

  #weddings h2,
  #filming h2,
  #contact h2 {
    font-size: 64px;
    line-height: 1;
    margin-top: -17px;
  }
  #filming .subtxt {
    font-size: 25px;
  }
  #filming .toggles button {
    font-size: 19px;
  }
  #weddings .subtxt {
    font-size: 22px;
  }
  #weddings .links a {
    font-size: 19px;
  }
  #contact .mainRow {
    margin-top: 40px;
  }
  #contact .txt {
    text-align: center;
    font-size: 20px;
    color: #fff;
  }
  .footerlinks a,
  .footerlinks p {
    font-size: 22px;
  }
  .nabLink {
    font-size: 24px;
  }
  .navtoggle {
    border: none;
    background: #ffffff;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* border: 1px solid #ffc096; */
    position: absolute;
    top: -4px;
    right: -4px;
  }
  .navtoggle img {
    width: 100%;
  }
  #mainheader .logo {
    width: 51px;
  }
  footer .logo {
    display: block;
    width: 51px;
  }
  .navOpen {
    background: 0;
    border: 0;
    padding: 0;
    outline: 0;
    width: 40px;
  }
  .navOpen img {
    width: 100%;
  }
  .bar p {
    color: #b44f0b;
    font-size: 26px;
    line-height: 1;
    margin: 0;
  }
}
