/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Teko:wght@300;400;500;600;700&display=swap');

/* GLOBAL RESETS & BASE STYLES */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  --thm-font: "Teko", sans-serif;
  --thm-b-font: "Rubik", sans-serif;
  --thm-base: #ffaa17;
  --thm-base-rgb: rgb(255, 170, 23);
  --thm-black: #222429;
  --thm-text: #686a6f;
}

body {
  font-size: 16px;
  font-family: var(--thm-b-font);
  color: var(--thm-text);
  line-height: 2.125em;
  font-weight: 300;
  background: #fff;
  top: 0 !important;
}

.theme_color {
  color: var(--thm-base);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 400;
  margin: 0px 0px 20px;
  background: none;
  line-height: 1.25em;
  font-family: var(--thm-font);
  color: var(--thm-black);
}

.block {
  display: flex;
  justify-content: space-between;
  padding-top: 5%;
  padding-bottom: 5%;
}

h1 {
  font-size: 140px;
}

h2 {
  font-size: 70px;
}

h3 {
  font-size: 60px;
}

h4 {
  font-size: 40px;
}

h5 {
  font-size: 30px;
}

h6 {
  font-size: 26px;
}

span {
  color: #ffcc00;
  text-shadow: 0 0 3px #ccc;
}

.dot {
  color: #ffcc00;
}

p {
  line-height: 2.125em;
  margin: 0 0 5px;
  font-family: var(--thm-b-font);
  font-size: 17px;
  margin-bottom: 20px;
}

a {
  color: var(--thm-base);
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

zuzzax {
  font-weight: 600;
  font-style: italic;
  font-family: "Copperplate Gothic", sans-serif;
  color: #ffcc00;
  text-shadow: 0 0 3px #ccc;
}

/* HEADER */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.0);
  padding: 5px 0;
  z-index: 1000;
  transition: all 0.1s;
}

html:not([data-scroll='0']) {
  .site-header {
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 1.0);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  }
}

.header-content {
  width: 100%;
  padding: 0 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-logo {
  height: 25px;
  margin-top: 15px;
}

/* NAVIGATION */
.navbar {
  overflow: hidden;
}

.navbar a {
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #f5f5f5;
  text-align: center;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
}

.nav-menu {
  display: flex;
  align-items: center;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  font-weight: 600;
  border: none;
  outline: none;
  color: #f5f5f5;
  padding: 10px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #ffc000;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a, .dropdown-content p {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: #f5f5f5;
}

.nav-toggle {
  display: none;
}

/* HERO SECTION */
.hero {
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-size: cover;
  background-position: top;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay {
  background-color: rgba(0, 0, 0, 0.19);
  width: 100%;
  height: 100vh;
  padding: 50px;
  text-align: center;
}

.hero-overlay img {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65vw;
}

.hero-overlay h1 {
  font-size: 3.7rem;
  color: #f5f5f5;
  position: absolute;
  top: 55vh;
  left: 50%;
  transform: translateX(-50%);
}

.hero-overlay p {
  color: #f5f5f5;
}

/* BUTTON */
.btn {
  margin: 3px;
  width: 200px;
  padding: 10px 45px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 1px;
  display: inline-block;
  border: 0px;
  font-weight: 500;
  box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(45deg, #f09819 0%, #ffc000  51%, #FF512F  100%);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  touch-action: manipulation;
}

.btn:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.btn:active {
  transform: scale(0.95);
}

/* MAIN CONTENT WRAPPER */
.content-wrapper {
  width: 100%;
  padding: 3% 5%;
  position: relative;
}

.content {
  width: 50%;
  margin-bottom: 5%;
}

#title {
  color: #fff;
  background-color: #000;
  text-shadow: none;
  text-transform: uppercase;
  padding-top: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}

#star {
  height: 0.85em;
}

/* CONTACT SECTION */
.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-image: linear-gradient(180deg, #31393c, #000);
  color: #fff;
  padding: 50px;
}

.contact {
  flex: 1;
  min-width: 300px;
  padding: 3%;
}

.contact form {
  display: flex;
  flex-direction: column;
}

.consent {
  font-size: 14px;
  color: #ccc;
  line-height: 17px;
  margin-top: 5px;
}

.g-recaptcha {
  justify-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

input[type="text"], input[type="email"], textarea {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 15px;
}

button[type="submit"] {
  width: 35vh;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 50px;
  align-self: center;
}

/* FOOTER */
.site-footer {
  background: #000;
  text-align: center;
  padding: 20px 0;
  color: #fff;
}

.site-footer p {
  color: #ccc;
  font-size: 0.85rem;
  text-align: center;
  margin: 0;
  padding: 10px;
}

.site-footer a {
  color: #fff;
}

.site-footer a:hover {
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #333;
  }

  .nav-toggle:checked ~ .nav-menu {
    display: flex;
  }

  .navbar a, .dropdown {
    width: 100%;
    text-align: left;
  }

  .dropdown-content {
    position: static;
    width: 100%;
    box-shadow: none;
    background-color: #444;
  }

  .dropdown-content a, .dropdown-content p {
    color: #f5f5f5;
  }

  .dropdown-content a:hover {
    background-color: #555;
  }

  h3 {
    font-size: 2.5rem;
  }

  .hero-overlay img {
    top: 35vh;
    width: 90vw;
  }

  .hero-overlay h1 {
    font-size: 2.5rem;
    bottom: 35vh;
  }

  .block {
    flex-direction: column;
  }

  .content {
    width: 100%;
  }
}
