/**
Theme Name:     Amaxa
Author:         Amaxa Dev department
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: amaxa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Amaxa is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
* {
  box-sizing: border-box;
}
.scroll-top {
  position: fixed;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  min-height: 100%;
  font-size: 100%;
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  color: black;
  background: white;
  min-height: 100vh;
  font-family: 'Gotham', 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 100%;
}
@media (max-width: 1020px) {
  body {
    overflow-x: hidden;
  }
}
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  flex: 1;
}
#content {
  flex: 1 0 auto;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}
@media (max-width: 576px) {
  .container {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0 40px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
    padding: 0 60px;
  }
}
header {
  background: #1D6E1B;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}
header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
header .container .header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .header_content .site-branding {
  z-index: 1001;
}
header .container .header_content .site-branding a {
  display: block;
}
header .container .header_content .site-branding a img {
  width: 150px;
  height: auto;
  display: block;
}
header .container .header_content .main-navigation {
  position: relative;
}
header .container .header_content .main-navigation .menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  z-index: 1001;
  position: relative;
  border-radius: 5px;
}
header .container .header_content .main-navigation .menu-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}
header .container .header_content .main-navigation .menu-toggle:focus {
  outline: 2px solid #FFAC06;
}
header .container .header_content .main-navigation .menu-toggle .menu-icon {
  width: 30px;
  height: 24px;
  display: block;
}
header .container .header_content .main-navigation .menu-toggle .menu-icon .line {
  transition: all 0.3s ease;
  transform-origin: center;
}
header .container .header_content .main-navigation .menu-toggle.toggled .menu-icon .line-1 {
  transform: translateY(10px) rotate(45deg);
}
header .container .header_content .main-navigation .menu-toggle.toggled .menu-icon .line-2 {
  opacity: 0;
  transform: scaleX(0);
}
header .container .header_content .main-navigation .menu-toggle.toggled .menu-icon .line-3 {
  transform: translateY(-7px) rotate(-45deg);
}
header .container .header_content .main-navigation .menu-toggle[aria-expanded="true"] .menu-icon {
  margin-left: -11px;
}
header .container .header_content .main-navigation .menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100vh;
  background: #1D6E1B;
  padding: 80px 30px 30px;
  margin: 0;
  list-style: none;
  transition: right 0.3s ease;
  overflow-y: auto;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
}
header .container .header_content .main-navigation .menu.toggled {
  right: 0;
}
header .container .header_content .main-navigation .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .container .header_content .main-navigation .menu li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .container .header_content .main-navigation .menu li:last-child {
  border-bottom: none;
}
header .container .header_content .main-navigation .menu li a {
  display: block;
  padding: 15px 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Gotham', 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  transition: all 0.3s ease;
}
header .container .header_content .main-navigation .menu li a:hover,
header .container .header_content .main-navigation .menu li a:focus {
  color: #FFAC06;
}
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}
body:has(.menu.toggled)::before {
  opacity: 1;
  visibility: visible;
}
footer {
  flex-shrink: 0;
  margin-top: auto;
}
footer .site-info .footer-content p {
  text-align: center;
  margin: 20px;
}
footer .site-info .footer-figure .footer-figure_image {
  min-width: 100%;
  height: 70px;
}
footer .site-info .footer-figure .footer-figure_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .site-info .footer-figure .footer-figure_background {
  margin-top: -40px;
  z-index: 999;
  position: relative;
  height: 50px;
  background: #1D6E1B;
}
/*# sourceMappingURL=style.css.map */