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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input, button {
  outline: 0;
  border: 0;
}

button {
  background-color: transparent;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

a {
  text-decoration: none;
}

input, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: unset;
  border-radius: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

@font-face {
  font-family: "Ammar Demo";
  src: local("Ammar Demo"), local("AmmarDemo"), url("../fonts/AmmarDemo.woff2") format("woff2"), url("../fonts/AmmarDemo.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Mont_Trial";
  src: local("Mont_Trial Regular"), local("Mont_Trial-Regular"), url("../fonts/Mont_Trial-Regular.woff2") format("woff2"), url("../fonts/Mont_Trial-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
main {
  background-color: #264537;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.content {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: calc(var(--vh, 1vh) * 100);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .content {
    padding: 40px 20px;
  }
}
.content.transparent {
  opacity: 0;
}

h1 {
  font-size: 30px;
  width: 100%;
  color: #E3E1DD;
  text-align: center;
  font-family: "Ammar Demo";
}
.btn-holder {
  text-align: center;
  margin-top: 8vh;
}
@media (max-width: 800px) {
  .btn-holder {
    margin-top: 25px;
  }
}
.btn-holder a {
  display: inline-block;
  background-color: #af701f;
  border-radius: 16px;
  color: #ffffff;
  padding: 16px 30px;
  min-width: 220px;
  cursor: pointer;
  font-family: "Ammar Demo";
}

ul.socials {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-top: 80px;
  font-size: 26px;
  font-family: "Ammar Demo";
}
@media (max-width: 800px) {
  ul.socials {
    gap: 20px;
    font-size: 18px;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 60px;
  }
}
ul.socials li a, ul.socials li span {
  color: #ac7020;
}

.details {
  color: #ffffff;
  flex-wrap: wrap;
  font-family: "Mont_Trial";
  margin-top: 10px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 600px) {
  .details {
    gap: 20px;
  }
}
.details a {
  color: #ffffff;
}

.video-mb {
  display: none;
}

@media (max-width: 1024px) {
  .video-mb {
    display: block;
  }
  .video-dt {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */
