/* latin-ext */
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");
/* Reset CSS */
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;
}

body {
  line-height: 1;
}

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;
}

body,
html,
* {
  font-family: "League Spartan";
  font-optical-sizing: auto;
  font-style: normal;
  box-sizing: border-box;
}

.title {
  font-size: 60px;
  line-height: 1em;
  font-weight: 300;
  margin-bottom: 20px;
}
.title strong {
  font-weight: bold;
}
@media (max-width: 767px) {
  .title {
    font-size: 44px;
  }
}

.subtitle {
  font-size: 45px;
  line-height: 1em;
  font-weight: 300;
  margin-bottom: 20px;
}
.subtitle strong {
  font-weight: bold;
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 32px;
  }
}
.subtitle--sm {
  font-size: 25px;
  line-height: 1em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .subtitle--sm {
    font-size: 22px;
  }
}

.testo {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: normal;
}
.testo strong {
  font-weight: bold;
}
@media (max-width: 767px) {
  .testo {
    font-size: 18px;
  }
}

.wrapper {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header {
  background-image: url(../img/hero-bg.jpg);
  background-size: cover;
}
.header__title {
  padding-top: 250px;
  color: white;
  text-align: left;
  font-weight: bold;
  max-width: 800px;
}
.header__title strong {
  color: #9ebf60;
}
.header__subtitle {
  padding-bottom: 100px;
  color: white;
  max-width: 600px;
}
.header__subtitle strong {
  font-weight: bold;
}

.nav {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px 0;
  background-color: transparent;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .nav {
    padding: 20px 0;
  }
}
.nav--scrolled {
  background-color: #383838;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .nav--scrolled {
    padding: 10px 0;
  }
  .nav--scrolled .nav__logo {
    width: 140px;
    margin-bottom: 10px;
  }
}
.nav .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 499px) {
  .nav .wrapper {
    padding: 0;
  }
}
.nav__links {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 991px) {
  .nav__links {
    gap: 0;
  }
}
@media (max-width: 767px) {
  .nav__links {
    justify-content: center;
    flex: 0 0 100%;
  }
}
.nav__link a {
  font-size: 20px;
  color: white;
  text-decoration: none;
  display: block;
  padding: 10px 30px;
}
@media (max-width: 499px) {
  .nav__link a {
    padding: 10px 14px 8px;
    font-size: 16px;
  }
}
.nav__link--contact a {
  background-color: #9ebf60;
  color: #383838;
  padding: 10px 30px;
}
@media (max-width: 499px) {
  .nav__link--contact a {
    padding: 10px 14px 8px;
  }
}
.nav__logo {
  transition: all 0.3s ease;
  width: 204px;
}
.nav__logo img {
  display: block;
  max-width: 100%;
}
@media (max-width: 767px) {
  .nav__logo {
    margin: 0 auto 20px;
  }
}

.ballistic {
  padding: 150px 0 75px;
}
@media (max-width: 767px) {
  .ballistic {
    padding: 75px 0 50px;
  }
}
.ballistic__text {
  max-width: 600px;
}
.ballistic__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 75px;
}
.ballistic__box {
  flex: 1 1 calc(33.333% - 30px);
  box-sizing: border-box;
  background-size: cover;
  padding: 30px 30px 50px;
  height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ballistic__box .title,
.ballistic__box .subtitle,
.ballistic__box .testo {
  color: white;
}
@media (max-width: 767px) {
  .ballistic__box {
    height: auto;
  }
}

.circle {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 1.5px solid #4c5458;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
  display: block;
  z-index: -1;
  overflow: hidden;
}
.circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  border-top: 1.5px solid #9ebf60;
  border-left: 1.5px solid #9ebf60;
  border-radius: 100% 0 0 0;
  box-sizing: border-box;
}

.composities {
  padding: 150px 0 75px;
  background-image: url(../img/composities-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #383838;
}
@media (max-width: 767px) {
  .composities {
    padding: 75px 0 50px;
  }
}
.composities__title {
  color: white;
}
.composities__text {
  max-width: 600px;
  color: white;
  margin-bottom: 100px;
}
.composities__text strong {
  color: #9ebf60;
  font-weight: normal;
}
.composities__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
}
.composities__box {
  box-sizing: border-box;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc(33.333% - 20px);
}
@media (max-width: 767px) {
  .composities__box {
    width: calc(50% - 15px);
  }
}
.composities__box .title,
.composities__box .subtitle,
.composities__box .testo {
  color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.composities__box img {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto 20px;
}
.composities__box .subtitle {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.composities__inner {
  max-width: 265px;
  margin: 0 auto;
}

.bg--grey {
  background-color: #383838;
}

.contactus {
  background-image: url(./../img/contacts-bg.jpg);
  background-size: cover;
  border-radius: 50px 50px 0 0;
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 100px;
}
.contactus .title {
  font-weight: bold;
  position: relative;
}
@media (max-width: 991px) {
  .contactus .title {
    margin-top: 20px;
  }
}
.contactus .title a {
  position: absolute;
  bottom: 0;
  right: 0;
}
.contactus .title img {
  width: 60px;
  height: 60px;
}
.contactus__content {
  width: 400px;
  max-width: 100%;
}
.contactus__content .testo {
  line-height: 1em;
}
.contactus__content .testo strong {
  font-weight: 600;
}
.contactus__info {
  padding: 30px;
}
.contactus__info div {
  margin-top: 20px;
}
.contactus__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .contactus__flex {
    gap: 30px;
  }
}
.contactus__left {
  flex: 1;
}
.contactus__right {
  width: 400px;
  max-width: 100%;
}

.footer {
  padding: 50px 0;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.footer__links {
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .footer__links {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .footer__links {
    margin-top: 30px;
  }
}
@media (max-width: 499px) {
  .footer__links {
    gap: 0;
    flex: 0 0 100%;
    justify-content: space-between;
  }
}
.footer__links a {
  font-size: 18px;
  color: #383838;
  text-decoration: underline;
  text-transform: uppercase;
}
.footer__logo img {
  display: block;
  max-width: 100%;
}
@media (max-width: 991px) {
  .footer__logo {
    width: 300px;
  }
}

section,
header,
footer {
  overflow: hidden;
}

input[type=text],
input[type=email],
input[type=tel] {
  border: 2px solid black;
  background-color: rgba(255, 255, 255, 0.25);
  margin-bottom: 20px;
  font-size: 25px;
  color: black;
  line-height: 1em;
  padding: 17px 22px 13px;
  width: 100%;
}

::placeholder {
  color: black;
  opacity: 1;
}

input[type=checkbox] {
  width: 30px;
  height: 30px;
  appearance: none;
  margin-right: 10px;
  border: 2px solid black;
  background-color: white;
}

.form__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 499px) {
  .form__row {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 499px) {
  .form__privacy {
    margin-bottom: 20px;
  }
}
.form__submit {
  margin: 0 0 0 auto;
}
.form__submit input {
  background-color: #383838;
  color: white;
  font-weight: bold;
  padding: 15px 40px;
  font-size: 30px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
.form__privacy {
  display: flex;
  align-items: center;
  display: flex;
  font-size: 20px;
}

.wpcf7-not-valid-tip {
  display: block;
  margin: -5px 0 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 0;
  color: red;
  font-size: 20px;
  padding-top: 20px;
}

span.wpcf7-list-item {
  margin: 0;
}
span.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.form__privacy .wpcf7-not-valid-tip {
  margin: 10px 0 10px;
}