@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
html,
body {
  margin: 0;
  padding: 0;
}

footer {
  width: 100%;
  min-height: 450px;
  padding: 50px 15px;
  box-sizing: border-box;
  background-color: #000;
  display: flex;
  justify-content: center;
}
footer .item__list {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .item__list .item {
  max-width: 300px;
  width: 100%;
}
footer .item__list .item .contact__list {
  display: flex;
  align-items: center;
  flex-direction: column;
}
footer .item__list .item .contact__list .contact__item {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
footer .item__list .item .contact__list .contact__item i {
  font-size: 35px;
  text-align: center;
  color: #fff;
}
footer .item__list .item .contact__list .contact__item a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 15px;
}
footer .item__list .item .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .item__list .item .title p {
  text-align: center;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin: 10px 0;
  color: #fff;
  font-style: normal;
}
footer .item__list .item .title .media__icons {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  max-width: 50%;
  width: 100%;
  justify-content: space-between;
}
footer .item__list .item .title .media__icons .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .item__list .item .title .media__icons .item a i {
  color: #40b450;
  font-size: 32px;
}
footer .item__list .item .title .footer_nav ul {
  list-style: none;
  padding: 0;
}
footer .item__list .item .title .footer_nav ul li {
  margin: 7px 0;
}
footer .item__list .item .title .footer_nav ul li a {
  font-family: "Roboto Condensed", sans-serif;
  color: #f0f0f0;
  font-size: 18px;
  text-transform: capitalize;
  text-decoration: none;
}
footer .item__list .item .title .footer_nav ul li a:hover {
  color: #fff;
}
footer .item__list .item .title .underline {
  height: 1px;
  background-color: #fff;
  width: 70%;
}
footer .item__list .item .working__hours {
  margin-top: 40px;
}
footer .item__list .item .working__hours .hours p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin: 10px 0;
}
footer .item__list .item .working__hours .title p {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  text-align: left;
  font-style: normal;
}
footer .item__list .item .identity {
  width: 100%;
}
footer .item__list .item .identity a img {
  width: 250px;
}

.book__now {
  width: 100%;
  height: 520px;
  box-shadow: inset 0 0 0 1000px rgba(55, 163, 70, 0.795);
  position: relative;
  background-image: url("../img/army-soldiers-fighting-with-guns-defending-their-country (1).jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.book__now img {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.book__now .text {
  display: flex;
  padding-bottom: 100px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.book__now .text h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 48px;
  font-style: normal;
  margin: 30px 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.book__now .text a {
  box-sizing: border-box;
  padding: 20px 60px;
  background-color: #f0f0f0;
  text-decoration: none;
  color: #222;
  border: 3px solid transparent;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  font-weight: 600;
  border-radius: 50px;
  transition: 300ms ease-in-out background-color, 300ms ease-in-out color;
}
.book__now .text a:hover {
  border: 3px solid #fff;
}

.container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}
.container .gear__slider {
  width: 100%;
  height: calc(100vh - 110px);
  background-color: #fff;
}
.container .gear__slider .weapons {
  height: 100%;
}
.container .gear__slider .gear {
  height: 100%;
}
.container .gear__slider .additional-element {
  height: 100%;
}
.container .gear__slider .switch__buttons {
  position: absolute;
  top: 130px;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}
.container .gear__slider .switch__buttons .button--active {
  border-bottom: 2px solid #40b450;
}
.container .gear__slider .switch__buttons a {
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 5px;
  color: #000;
  padding: 5px 10px;
  box-sizing: border-box;
}
.container .gear__slider .switch__buttons a:hover {
  border-bottom: 2px solid #40b450;
}
.container .gear__slider .slider {
  height: 110px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.container .gear__slider .slider .item:last-child {
  border-right: 0 !important;
}
.container .gear__slider .slider .slick-current .hover__line {
  width: 100% !important;
}
.container .gear__slider .slider .item {
  height: 110px;
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d0d2d0;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.container .gear__slider .slider .item:hover > .hover__line {
  width: 100%;
}
.container .gear__slider .slider .item .hover__line {
  position: absolute;
  left: 0;
  transition: width 150ms ease-in-out;
  bottom: 0;
  width: 0;
  height: 5px;
  background-color: #40b450;
}
.container .gear__slider .slider .item img {
  max-width: 200px;
}
.container .gear__slider .main__view {
  width: 100%;
  height: calc(100% - 110px);
  border-bottom: 1px solid #d0d2d0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .gear__slider .main__view .main__item {
  height: 100% !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.container .gear__slider .main__view .main__item .bg__text {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .gear__slider .main__view .main__item .bg__text span {
  background: url("../img/grunge-texture-crumpled-wall.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  font-family: "Anton", sans-serif;
  font-size: 300px;
  padding: 0;
  margin: 0;
  letter-spacing: 80px;
  opacity: 0.3;
  text-align: center;
}
.container .gear__slider .main__view .main__item .info__box {
  max-width: 500px;
  width: 100%;
  position: absolute;
  top: 30%;
  right: 10vw;
  padding: 20px;
  box-sizing: border-box;
  background-color: #ffffff6b;
  z-index: 99;
  border-radius: 15px;
}
.container .gear__slider .main__view .main__item .info__box .title {
  display: flex;
  flex-direction: column;
}
.container .gear__slider .main__view .main__item .info__box .title ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  margin-top: 0;
}
.container .gear__slider .main__view .main__item .info__box .title ul li {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.container .gear__slider .main__view .main__item .info__box .title .title_text {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #40b450;
  margin-left: 50px;
}
.container .gear__slider .main__view .main__item .info__box .title img {
  max-width: 250px;
}
.container .gear__slider .main__view .main__item img {
  z-index: 2;
  max-height: 400px;
  height: 100%;
}
.container .park__info {
  width: 100%;
  display: flex;
  padding: 100px 15px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.container .park__info .content {
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.container .park__info .content .item {
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  justify-content: center;
}
.container .park__info .content .item img {
  width: 170px;
}
.container .park__info .content .item span {
  font-size: 32px;
  color: #40b450;
  font-family: "Anton", sans-serif;
  font-style: normal;
  margin-top: 30px;
}
.container .experience {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 50px 0;
  justify-content: center;
}
.container .experience .content {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .experience .content .title {
  display: flex;
  flex-direction: column;
}
.container .experience .content .title h2 {
  font-family: "Anton", sans-serif;
  color: #40b450;
  font-weight: 400;
  font-size: 48px;
  text-align: center;
  font-style: normal;
  margin: 0;
}
.container .experience .content .title span {
  font-style: 18px;
  font-family: "Roboto Condensed", sans-serif;
  color: #222;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 20px;
}
.container .experience .item__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: center;
}
.container .experience .item__list .item {
  width: 280px;
  height: auto;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px;
}
.container .experience .item__list .item img {
  height: 100px;
  width: 100px;
}
.container .experience .item__list .item h5 {
  font-family: "Anton", sans-serif;
  font-size: 24px;
  color: #40b450;
  font-weight: 400;
  margin: 10px 0;
  text-align: center;
}
.container .experience .item__list .item span {
  text-align: center;
  color: #222;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
}
.container .working__hours {
  width: 100%;
  min-height: 845px;
  position: relative;
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container .working__hours .content {
  max-width: 1200px;
  width: 100%;
  z-index: 2;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.container .working__hours .content .item:nth-child(2) {
  height: 385px;
  background-color: #fff;
}
.container .working__hours .content .item {
  margin: 10px;
  min-width: 285px;
  max-width: 325px;
  width: 100%;
  height: 325px;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container .working__hours .content .item svg {
  height: 100px;
}
.container .working__hours .content .item .heading {
  font-size: 24px;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
}
.container .working__hours .content .item .normal {
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
}
.container .working__hours .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
.container .working__hours .bg .top {
  height: 62%;
  width: 100%;
  background-image: url("../img/army-soldiers-fighting-with-guns-defending-their-country (1).jpg");
  background-attachment: fixed;
  background-size: cover;
  filter: brightness(50%);
  background-position: center;
}
.container .working__hours .bg .bottom {
  height: 38%;
  width: 100%;
  background-color: #40b450;
}
.container .self__equiped {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}
.container .self__equiped .content {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
}
.container .self__equiped .content .left {
  width: 50%;
  height: 600px;
  padding: 80px 0;
}
.container .self__equiped .content .left .box {
  width: 100%;
  height: calc(100% - 160px);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: black;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/army-soldiers-fighting-with-guns-defending-their-country (1).jpg');
}
.container .self__equiped .content .right {
  width: 50%;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;

  background-size: cover;
  overflow: hidden;
  border-radius: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/army-soldiers-fighting-with-guns-defending-their-country (1).jpg');
}
.container .self__equiped .content .right .title  {
  z-index: 2;
  position: relative;
  margin-top: 100px;
}
.container .self__equiped .content .right .price {
  position: relative;
  z-index: 2;
  margin-top: 10px;
}
.container .self__equiped .content .right .info  {
  position: relative;
  z-index: 2;
  width: 100%;
 max-width: fit-content;
}
.container .self__equiped .content .right .info p {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  margin: 0;
  width: fit-content;
  color: #fff;
  padding: 0;
  max-width: 368px;
  font-size: 16px;
}
.container .self__equiped .content .right .price p span {
  font-size: 24px;
}
.container .self__equiped .content .right .price p{
  font-family: "Anton", sans-serif;
  color: #fff;
  font-size: 60px;
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
}
.container .self__equiped .content .right .title h3 {
  font-family: "Anton", sans-serif;
  color: #40b450;
  font-size: 48px;
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
}
.container .self__equiped .content .right .title h5 {
  font-family: "Anton", sans-serif;
  color: #fff;
  font-size: 36px;
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
}
.container .self__equiped .content .right .dimm_bg {
  width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(34, 34, 34, 0.6431372549);
}
.container .self__equiped .content .right .bottom__shape {
  position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.container .self__equiped .content .right .bottom__shape img {
  width: 100%;
  display: block;
}
.container .map__gallery {
  margin-top: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .map__gallery .content {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.container .map__gallery .content .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 280px;
  height: 280px;
  border: 10px solid white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-sizing: border-box;
  margin: 10px;
}
.container .blueprint__map {
  width: 100%;
  padding: 100px 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .blueprint__map .content {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.container .blueprint__map .content .tips {
  max-width: 480px;
  width: 100%;
  margin: 0 10px;
}
.container .blueprint__map .content .tips .tip__list a {
  padding: 15px 50px;
  background-color: #40b450;
  text-decoration: none;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  border-radius: 25px;
  margin-top: 25px;
  display: inline-block;
}
.container .blueprint__map .content .tips .tip__list p {
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
}
.container .blueprint__map .content .tips .title {
  width: 100%;
}
.container .blueprint__map .content .tips .title h2 {
  font-size: 30px;
  font-family: "Anton", sans-serif;
  color: #222;
  font-weight: 400;
}
.container .blueprint__map .content .tips .title h2 span {
  color: #40b450;
}
.container .blueprint__map .content .blueprint {
  max-width: 480px;
  margin: 0 10px;
  width: 100%;
}
.container .blueprint__map .content .blueprint img {
  width: 100%;
}
.container .maps__updated {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0;
  justify-content: center;
}
.container .maps__updated .content {
  max-width: 1200px;
  width: 100%;
  height: fit-content;
}
.container .maps__updated .content .maps {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  
}
.container .maps__updated .content .maps .item {
  width: 280px;
  height: 420px;
  border-radius: 15px;
  overflow: hidden;
  text-decoration: none;
  margin: 0 10px;
  background-color: red;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
  position: relative;
}
.container .maps__updated .content .maps .item:hover > .overlay {
  opacity: 1;
}
.container .maps__updated .content .maps .item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000b7;
  padding: 15px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.container .maps__updated .content .maps .item .overlay .overlay__text {
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 20px;
}
.container .maps__updated .content .maps .item .map__name {
  font-family: "Anton", sans-serif;
  color: #fff;
  font-size: 26px;
  width: fit-content;
  text-shadow: 0 0 3px #000, 0 0 5px #000;
  font-weight: 400;
}
.container .maps {
  padding: 50px 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.container .maps .title h2 {
  text-align: center;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #40b450;
  font-size: 48px;
}
.container .maps__updated .title h2 {
  text-align: center;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #40b450;
  font-size: 48px;
}
.container .maps .content {
  max-width: 1080px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.container .maps .content .item {
  width: 250px;
  max-width: 320px;
  height: 380px;
  border-radius: 15px;
  background-size: cover;
  margin: 10px;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  justify-content: center;
  background-image: url("../img/army-soldiers-fighting-with-guns-defending-their-country.jpg");
}
.container .maps .content .item:hover > .overlay {
  opacity: 1;
}
.container .maps .content .item h3 {
  font-family: "Anton", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0 0 3px #000, 0 0 5px #000;
  margin: 10px;
  color: #fff;
}
.container .maps .content .item p {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  margin: 0;
  text-shadow: 0 0 3px #000, 0 0 5px #000;
  font-weight: 400;
  font-size: 18px;
}
.container .maps .content .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 300ms opacity ease-in-out;
  justify-content: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5882352941);
  opacity: 0;
}
.container .rental__package {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .rental__package .content {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.container .rental__package .content .item {
  width: 280px;
  height: 280px;
  margin: 5px;
  background-color: #d0d2d0;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 15px;
  box-sizing: border-box;
}
.container .rental__package .content .item svg {
  max-height: 100px;
}
.container .rental__package .content .item p {
  font-family: "Anton", sans-serif;
  font-size: 18px;
  color: #222021;
  font-style: normal;
  text-align: center;
  margin: 0;
  margin-top: 15px;
}
.container .rental__package .content .item span {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  color: #222021;
}
.container .price__info {
  width: 100%;
  padding: 50px 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .price__info .content {
 
  box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.container .price__info .content .item {
  max-width: 590px;
  min-width: 400px;
  width: 100%;
  height: 800px;
  display: flex;
  position: relative;
  flex-direction: column;
  background-size: cover;
  overflow: hidden;
  border-radius: 15px;
  background-position: center;
  background-image: url("../img/army-soldiers-fighting-with-guns-defending-their-country.jpg");
  align-items: center;
}
.container .price__info .content .item .bottom__shape {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.container .price__info .content .item .bottom__shape img {
  display: block;
  width: 100%;
}
.container .price__info .content .item .dimm_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.6431372549);
}
.container .price__info .content .item .info {
  z-index: 2;
  margin-top: 10px;
}
.container .price__info .content .item .info p {
  font-family: "Roboto Condensed", sans-serif;
  text-align: left;
  margin: 0;
  color: #fff;
  max-width: 368px;
  font-family: 24px;
}
.container .price__info .content .item .button {
  z-index: 2;
  margin-top: 50px;
}
.container .price__info .content .item .button a {
  max-width: 368px;
  width: 100%;
  padding: 0 100px;
  box-sizing: border-box;
  border-radius: 25px;
  background-color: #40b450;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 1px;
}
.container .price__info .content .item .price {
  margin-top: 10px;
  z-index: 2;
}
.container .price__info .content .item .price p {
  font-family: "Anton", sans-serif;
  color: #fff;
  font-size: 60px;
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
}
.container .price__info .content .item .price p span {
  font-size: 24px;
}
.container .price__info .content .item .title {
  z-index: 2;
  margin-top: 150px;
}
.container .price__info .content .item .title h3 {
  font-family: "Anton", sans-serif;
  color: #40b450;
  font-size: 48px;
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
}
.container .price__info .content .item .title h5 {
  font-family: "Anton", sans-serif;
  color: #fff;
  font-size: 36px;
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
}
.container .reservations {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.container .reservations form {
  max-width: 800px;
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.container .reservations form .form__group {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
}
.container .reservations form .form__group label {
  font-family: "Anton", sans-serif;
  color: #40b450;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
.container .reservations form .form__group button {
  height: 50px;
  border: 0;
  margin-top: 20px;
  border-radius: 2px;
  cursor: pointer;
  font-family: "Anton", sans-serif;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  background-color: #40b450;
}
.container .reservations form .form__group select {
  height: 50px;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  padding: 15px;
  border-radius: 2px;
  margin-top: 10px;
  border: 1px solid #f0f0f0;
  transition: border 300ms ease-in-out;
  box-sizing: border-box;
  outline: none;
}
.container .reservations form .form__group input {
  height: 50px;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  padding: 15px;
  border-radius: 2px;
  margin-top: 10px;
  border: 1px solid #f0f0f0;
  transition: border 300ms ease-in-out;
  box-sizing: border-box;
  outline: none;
}
.container .reservations form .form__group input:hover {
  border: 1px solid #40b450;
}
.container .reservations form .form__group input:focus {
  border: 1px solid #40b450;
  outline: none;
}
.container .privacy__list {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
  background-color: rgb(245, 246, 246) !important;
}
.container .privacy__list ul {
  max-width: 1200px;
  width: 100%;
}
.container .privacy__list ul li {
  font-family: "Roboto Condensed", sans-serif;
}
.container .our__privacy {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .our__privacy .content {
  max-width: 100%;
  width: 100%;
  background-color: black;
  padding: 70px 15px;
  box-sizing: border-box;
}
.container .our__privacy .content h3 {
  font-family: "Anton", sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.container .our__privacy .content p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #fff;
  text-align: center;
}
.container .rules {
  padding: 0px 15px 50px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .rules .content {
  max-width: 1200px;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .rules .content a {
  padding: 20px 35px;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50px;
  background-color: #40b450;
}
.container .rules .content p {
  text-align: center;
}
.container .faq {
  width: 100%;
  display: flex;
  padding: 50px 15px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.container .faq .faq__list {
  max-width: 1200px;
  width: 100%;
}
.container .faq .faq__list .list__item {
  width: 100%;
}
.container .faq .faq__list .list__item .content.open {
  height: -moz-fit-content;
  height: fit-content;
  transition: height 300ms ease-in-out;
}
.container .faq .faq__list .list__item .content {
  width: 100%;
  padding: 10px 20px;
  transition: height 300ms ease-in-out;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  height: 0;
}
.container .faq .faq__list .list__item .title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 20px;
  cursor: pointer;
  box-sizing: border-box;
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
}
.container .faq .faq__list .list__item .title span {
  font-size: 24px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #222;
  font-style: normal;
}
.container .faq .faq__list .list__item .title i.rotate {
  transform: rotate(0deg);
}
.container .faq .faq__list .list__item .title i {
  font-size: 28px;
  color: #40b450;
  transform: rotate(45deg);
}
.container .contact__form {
  padding: 50px 15px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .contact__form form {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  width: 100%;
  position: relative;
}
.container .contact__form form .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 15px;
}
.container .contact__form form .item label {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #40b450;
  outline: none;
  font-style: normal;
}
.container .contact__form form .item button {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #40b450;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  transition: background-color 300ms ease-in-out;
  border: 0;
  outline: 0;
  border-radius: 2px;
}
.container .contact__form form .item textarea {
  width: 100%;
  padding: 10px;
  border-radius: 2px;
  font-size: 16px;
  margin-top: 5px;
  box-sizing: border-box;
  border: 1px solid #222;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  max-width: 600px;
  min-width: 100%;
}
.container .contact__form form .item textarea:focus {
  border-radius: 2px;
  outline: none;
}
.container .contact__form form .item input {
  width: 100%;
  padding: 10px;
  border-radius: 2px;
  font-size: 16px;
  margin-top: 5px;
  box-sizing: border-box;
  border: 1px solid #222;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}
.container .contact__form form .item input:focus {
  border-radius: 2px;
  outline: none;
}
.container .contact__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 15px;
  justify-content: center;
}
.container .contact__info .item__list {
  max-width: 1200px;
  margin-top: 50px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.container .contact__info .item__list .item {
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
}
.container .contact__info .item__list .item i {
  font-size: 100px;
  color: #40b450;
}
.container .contact__info .item__list .item a {
  font-size: 16px;
  margin-top: 30px;
  font-family: "Roboto Condensed", sans-serif;
  color: #40b450;
  border: 2px solid #40b450;
  background-color: #fff;
  border-radius: 25px;
  padding: 10px 0px;
  width: 150px;
  display: block;
  text-decoration: none;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}
.container .contact__info .item__list .item a:hover {
  background-color: #40b450;
  color: #222;
}
.container .contact__info .item__list .item .content {
  margin-top: 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  text-align: center;
}
.container .contact__info .item__list .item .content p {
  margin: 5px 0;
}
.container .contact__info .title h5 {
  text-align: center;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222;
  font-size: 24px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0;
}
.container .contact__info .title h3 {
  text-align: center;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #40b450;
  font-size: 48px;
  margin: 10px 0;
}
.container .contact__info .title p {
  font-size: 16px;
  color: #222;
  padding: 0 15px;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}
.container .how-it-started {
  width: 100%;
  margin-top: 50px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .how-it-started h2 {
  text-align: center;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  color: #40b450;
  font-size: 48px;
}
.container .how-it-started .content {
  margin-top: 30px;
  width: 100%;
  max-width: 1200px;
  text-align: left;
  font-family: "Roboto Condensed", sans-serif;
  color: #222;
  font-size: 18px;
}
.container .subpage__hero {
  width: 100%;
  height: 550px;
  background-image: url("../img/army-soldiers-fighting-with-guns-defending-their-country.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.55);
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  position: relative;
}
.container .subpage__hero .bottom__bg {
  width: 100%;
  position: absolute;
  bottom: -130px;
}
.container .subpage__hero .bottom__bg img {
  display: block;
}
.container .subpage__hero .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .subpage__hero .content h1 {
  margin: 10px 0;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 96px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.container .subpage__hero .content p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.container .host {
  max-width: 1200px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 80px 0;
}
.container .host .host__items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px 15px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.container .host .host__items .item {
  max-width: 300px;
  width: 100%;
  display: flex;
  margin: 10px 0;
  align-items: center;
  justify-self: center;
  flex-direction: column;
}
.container .host .host__items .item .image {
  width: 250px;
  height: 250px;
  border-radius: 25px;
  padding: 50px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  
}
.container .host .host__items .item span {
  margin-top: 30px;
  text-align: center;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #222;
  font-style: normal;
}
.container .host .host__items .item a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  color: #40b450;
  margin-top: 15px;
  font-size: 16px;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #40b450;
  padding: 15px 30px;
  border-radius: 25px;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}
.container .host .host__items .item a:hover {
  background-color: #40b450;
  color: #fff;
}
.container .host .title h3 {
  text-align: center;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #40b450;
  font-size: 48px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0;
}
.container .host .title p {
  font-size: 16px;
  color: #222;
  padding: 0 15px;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}
.container .informational__navigation {
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
}
.container .informational__navigation .box {
  position: relative;
  height: 600px;
  background-image: url("../img/429863.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .informational__navigation .box img {
  width: 100%;
  position: absolute;
  bottom: -80px;
  z-index: 2;
}
.container .informational__navigation .box h4 {
  padding-bottom: 100px;
  font-size: 48px;
  color: #fff;
  max-width: 1200px;
  text-align: center;
  font-style: normal;
  z-index: 3;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}
.container .informational__navigation .box .background__dimm {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.container .informational__navigation .navigation__bar {
  width: 100%;
  height: 80px;
  background-color: #222021;
  position: static;
  top: 0;
  z-index: 5;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.container .informational__navigation .navigation__bar .nav {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 0 50px;
}
.container .informational__navigation .navigation__bar .nav ul {
  width: 100%;
  list-style: none;
  padding: 0;
  display: flex;
  height: 80px;
  flex-direction: row;
  margin: 0;
  justify-content: space-between;
  align-items: center;
}
.container .informational__navigation .navigation__bar .nav ul li {
  padding: 10px 20px;
  box-sizing: border-box;
}
.container .informational__navigation .navigation__bar .nav ul li a {
  font-size: 24px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  color: #fff;
  transition: color 300ms ease-in-out;
  text-decoration: none;
}
.container .informational__navigation .navigation__bar .nav ul li a:hover {
  color: orange;
}
.container .informational__navigation .navigation__bar .nav ul li a i {
  margin-right: 5px;
}
.container .informational__navigation .navigation__bar .cta__box {
  height: 100%;
  min-width: 170px;
  width: 170px !important;
  background-color: #40b450;
  display: flex;
  transition: background-color 300ms ease-in-out;
  align-items: center;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  justify-content: center;
  position: relative;
}
.container .informational__navigation .navigation__bar .cta__box:hover {
  background-color: #40b450;
}
.container .informational__navigation .navigation__bar .cta__box:hover > a {
  color: #222021;
}
.container .informational__navigation .navigation__bar .cta__box a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  margin-left: 10px;
}
.container .special__info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
  box-sizing: border-box;
}
.container .special__info .content{
  max-width: 960px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  flex-direction: row;

}
.container .special__info .content .item {
  max-width: 320px;
  width: 100%;
  padding: 10px;
  height: fit-content;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.container .special__info .content .item .title {
  font-size: 24px;
  color: #222;
  font-family: "Anton", sans-serif;
  font-style: normal;
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
}
.container .special__info .content .item .text {
  font-size: 16px;
  color: #222;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 10px;
}
.container .special__info .content .item .image {
  width: 100%;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .special__info .content .item .image .skew__thing {
  height: 200px;
  width: 160px;
  transform: skew(15deg);
  transition: transform 300ms ease-in-out;
  background-color: #40b450;
  position: relative;
}

.container .special__info .content .item .image .skew__thing img {
  position: absolute;
  bottom: -15px;
  transform: skew(-15deg);
  right: -15px;
}
.container .aproxx_distance {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
  
}

.container .aproxx_distance .content {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;

}
.container .aproxx_distance .content .item {
  max-width: 300px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.container .aproxx_distance .content .item .distance {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  color: #222;
  margin: 10px 0;
}
.container .aproxx_distance .content .item a {
  background-color: #40b450;
  height: 50px;
  border-radius: 50px;
  width: 230px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.container .aproxx_distance .content .item .coming_from {
 font-size: 18px;
  color: #40b450;
  margin: 10px 0;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-family: "Anton", sans-serif;
}
.container .aproxx_distance .content .item .city {
 font-size: 36px;
  color: #222;
  margin: 10px;
  margin: 10px 0;
  font-weight: 400;
  font-style: normal;
  font-family: "Anton", sans-serif;
}

.container .aproxx_distance .content .item .line{
    width: 50%;
    height: 1px;
    border-top: 1px solid #40b450;
    border-bottom: 1px solid #40b450;
}
.container .directions {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.container .directions .content {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.container .directions .content .map {
  width: 50%;
  padding: 0 20px;
  margin-top: 25px;
  box-sizing: border-box;

}
.container .directions .content .info {
  width: 50%;
  margin-top: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}
.container .directions .content .info .info__content {
  display: flex;
  flex-direction: column;
}
.container .directions .content .info .info__content:nth-child(2) {
  margin-left: 30px;
}
.container .directions .content .info .info__content h3 {
  font-size: 36px;
  color: #40b450;
  margin: 10px 0;
  font-weight: 400;
  font-style: normal;
  font-family: "Anton", sans-serif;
}
.container .directions .content .info .info__content span {
  font-size: 18px;
  color: #222;
  margin: 2.5px 0;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;

}
.container .directions .content .info .info__content span a {
  text-decoration: none;
  font-weight: bold;
  color: #40b450;
}

.container .informational__navigation .navigation__bar .cta__box a .fa-phone {
  display: none;
}
.container .informational__navigation .navigation__bar .identity {
  height: 100%;
  min-width: 170px;
  background: #f0f0f0;
  width: 170px !important;
  -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%);
  display: flex;
  align-items: center;
}
.container .informational__navigation .navigation__bar .identity img {
  margin-left: 10px;
  height: 42px;
}
.container .hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.container .hero img {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 3;
}
.container .hero .hero__text {
  z-index: 5;
  padding: 0 15px;
  padding-bottom: 240px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}
.container .hero .hero__text p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  margin: 0;
}
.container .hero .hero__text span {
  color: white;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
}
.container .hero .hero__text h1 {
  margin: 10px 0;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 96px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.container .hero .overlay {
  width: 100%;
}
.container .hero .overlay .overlay__dim {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.container .hero .video {
  width: 100%;
}
.container .hero .video video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 177.77777778vh; /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw; /* 100 * 9 / 16 */
}
.container .play__style {
  max-width: 100%;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.container .play__style .box__list {
  width: 100%;
  display: flex;
  padding: 0 15px;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.container .play__style .box__list .list__item {
  width: 49.5%;
  min-width: 500px;
  height: 400px;
  background: rgba(0, 0, 0, 0.555);
  background-image: url("../img/429863.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 25px;
  background-blend-mode: multiply;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .play__style .box__list .list__item p {
  color: white;
  margin: 0;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.container .play__style .box__list .list__item h3 {
  color: #fff;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 56px;
  font-style: normal;
  padding: 0 10px;
  margin: 0;
  text-transform: uppercase;
}
.container .play__style .box__list .list__item .cta__button {
  margin-top: 10px;
  height: 35px;
  width: 140px;
  border-radius: 2px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 300ms ease-in-out;
}
.container .play__style .box__list .list__item .cta__button a {
  color: #d0d2d0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 15px;
  font-style: normal;
  text-decoration: none;
}
.container .play__style .box__list .list__item .cta__button a:hover {
  color: #40b450;
}
.container .play__style .title h2 {
  text-align: center;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #40b450;
  font-size: 48px;
}

header {
  width: 100%;
  height: 110px;
  border-bottom: 5px solid #40b450;
  background-color: #000;
  box-shadow: rgba(33, 35, 38, 0.3) 0px 10px 10px -10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 50px;
  box-sizing: border-box;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .mobile__slider--navigation {
  width: 90%;
  height: 50px;
  margin: 0 auto;
  display: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  /* position: relative; */
}
header .mobile__slider--navigation .arrow-right {
  height: 50px;
  width: 30px;
  /* top: 0;
  top: 50%; */
  bottom: -10px;
  transform: translateY(-25%);
  background-color: #000;
  position: absolute;
  right: 0;
  animation: pulsate 3.5s ease-in-out infinite;
}
header .mobile__slider--navigation .arrow-right i {
  font-size: 24px;
  color: #40b450;
}
header .mobile__slider--navigation .arrow-left {
  height: 50px;
  width: 30px;
  /* top: 0;
  top: 50%; */
  bottom: -10px;
  transform: translateY(-25%);
  background-color: #000;
  position: absolute;
  left: 0;
  animation: pulsate 3.5s ease-in-out infinite;
}
header .mobile__slider--navigation .arrow-left i {
  font-size: 24px;
  color: #40b450;
}
@keyframes pulsate {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header .mobile__slider--navigation ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
}
header .mobile__slider--navigation ul li {
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}
header .mobile__slider--navigation ul li:first-child {
  margin-left: 0;
}
header .mobile__slider--navigation ul li:last-child {
  margin-right: 0;
}
header .mobile__slider--navigation ul li a {
  color: #fff;
  letter-spacing: 0.5px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-decoration: none;
  display: block;
  padding: 10px;
}
header .navigation-background {
  display: none;
}
header .book__button a {
  display: flex;
  padding: 15px 37px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
  color: #222021;
  text-transform: uppercase;
  border-radius: 25px;
  background-color: #fff;
}
header .book__button a:hover {
  background-color: #40b450;
  color: #fff;
}
header .header__navigation {
  display: flex;
  flex-direction: row;
}
header .header__navigation .navigation__main {
  margin: 0 10px;
  color: #fff;
  z-index: 99999;
  position: relative;
  list-style-type: none;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
header .header__navigation .navigation__main:hover > a .fa-chevron-up {
  transform: rotate(360deg);
}
header .header__navigation .navigation__main:hover > ul {
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: auto;
  opacity: 1;
}
header .header__navigation .navigation__main ul {
  position: absolute;
  padding: 0;
  min-width: 300px;
  height: 0%;
  top: 5px;
  overflow: hidden;
  opacity: 0;
  border: 1px solid #f0f0f0;
  border-bottom: 0px !important;
  box-sizing: border-box;
  background-color: #fff;
}
header .header__navigation .navigation__main ul .navigation__sub {
  list-style-type: none;
}
header .header__navigation .navigation__main ul .navigation__sub a {
  padding: 15px 30px !important;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
  background-image: linear-gradient(to right, white 50%, #40b450 50%);
  background-size: 200% 100%;
  color: #222021;
  font-weight: bolder;
  font-size: 14px;
  font-style: normal;
  transition: background-position 300ms;
}
header .header__navigation .navigation__main ul .navigation__sub a:hover {
  color: #fff;
  background-position: -100% 0;
}
header .header__navigation .navigation__main a {
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
header .header__navigation .navigation__main a i {
  margin-bottom: 3px;
  margin-left: 5px;
  transition: transform 300ms ease-in-out;
  font-size: 12px;
  transform: rotate(180deg);
}
header .logo {
  height: 70px;
  width: 220px;
}
header .logo img {
  height: 100%;
}

@media only screen and (max-width: 1565px) {
  .container .informational__navigation .nav ul li a .text {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .container .maps .content .item {
    width: 320px !important;
  }
}
@media only screen and (max-width: 1325px) {
  .container .gear__slider .main__view .slick-list {
    
    
  }
  .container .gear__slider .main__view .main__item .info__box {
    bottom: 25%;
    right: 0;
  }
  .container .gear__slider .main__view .main__item .info__box .title ul li {
    font-size: 14px;
  }
  .container .gear__slider .main__view .main__item .info__box .title .title_text {
    font-size: 26px;
  }
  .container .gear__slider .main__view .main__item .info__box .title img {
    max-width: 150px;
  }
  .container .gear__slider .main__view .main__item .bg__text span {
    font-size: 150px;
  }
  .container .gear__slider .main__view .main__item img {
    max-height: 200px;
  }
}
@media only screen and (max-width: 1080px) {
  .container .gear__slider .main__view .main__item .bg__text {
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .container .gear__slider .main__view .main__item .bg__text .span {
    font-size: 100px;
    text-align: center;
  }
  .container .gear__slider .main__view .main__item .info__box {
    right: -15%;
  }
  .container .self__equiped .content .left {
    display: none;
  }
  .container .self__equiped .content {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .container .self__equiped .content .right {
    width: 100%;
    
  }
}
@media only screen and (max-width: 800px) {
  .container .gear__slider .main__view .main__item .info__box {
    right: -25%;
  }
}
@media only screen and (max-width: 705px) {
  .container .blueprint__map .content {
    flex-direction: column;
  }
  .container .blueprint__map .content .blueprint {
    max-width: 100%;
  }
  .container .blueprint__map .content .tips {
    max-width: 100%;
  }
  .container .gear__slider .main__view .main__item {
    padding: 0 20px;
    top: 60px !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
  }
  .container .gear__slider .main__view .main__item img {
    height: auto;
    max-width: 100%;
  }
  .container .gear__slider .main__view .main__item .info__box {
    position: relative;
    margin-top: 10px;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 1220px) {
  .container .price__info .content {
    justify-content: center;
    padding: 0 20px;
  }
  .container .price__info .content .item {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1175px) {
  footer .item__list {
    flex-direction: column;
    max-width: 900px;
  }
  footer .item__list .item {
    width: 100%;
    max-width: 100%;
    align-items: center;
  }
  footer .item__list .item .title .underline {
    width: 100%;
  }
  footer .item__list .item .footer_nav {
    width: 100%;
  }
  footer .item__list .item .footer_nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .item__list .item .footer_nav ul li {
    margin: 10px !important;
  }
  footer .item__list .item .contact__list {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
    flex-direction: row;
  }
  footer .item__list .item .contact__list .contact__item {
    width: 175px;
  }
  footer .item__list .item:nth-child(1) {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  footer .item__list .item:nth-child(1) .working__hours {
    min-width: 200px;
  }
  .container .play__style .box__list {
    flex-direction: column;
  }
  .container .play__style .box__list .list__item {
    width: 100%;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 1150px) {
  .container .contact__info .item__list {
    justify-content: center;
  }
  .container .contact__info .item__list .item {
    margin: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .container .directions .content {
    flex-direction: column-reverse;
  }
  .container .directions .content .info {
    width: 100%;
    flex-wrap: wrap;
  }
  .container .directions .content .info .info__content {
    margin: 10px !important;
  }
  .container .directions .content .map {
    width: 100%;
  }
  .container .gear__slider .switch__buttons {
    margin-top: 60px;
  }
  header {
    z-index: 9999;
    position: relative;
    height: 160px;
    padding: 0 10px;
  }
  header .mobile__slider--navigation {
    display: block;
  }
  header .navigation-background-active {
    display: block !important;
  }
  header .navigation-background {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  header .header__mobile-active {
    width: 320px !important;
    opacity: 1 !important;
  }
  header .header__navigation {
    position: fixed;
    transition: width 300ms ease-in-out;
    flex-direction: column;
    width: 0;
    opacity: 0;
    overflow: hidden;
    left: 0;
    padding-top: 110px;
    top: 0;
    height: 100vh;
    background-color: #222021;
    border-right: 5px solid #40b450;
  }
  header .header__navigation .navigation__main {
    margin: 5px 25px;
    display: flex;
    flex-direction: column;
  }
  header .header__navigation .navigation__main a {
    height: -moz-fit-content;
    height: fit-content;
    pointer-events: none;
  }
  header .header__navigation .navigation__main a .fa-chevron-up {
    transform: rotate(180deg);
  }
  header .header__navigation .navigation__main .active-ul {
    height: -moz-fit-content;
    height: fit-content;
  }
  header .header__navigation .navigation__main ul {
    opacity: 1;
    height: 0;
    background-color: transparent;
    border: 0;
    margin: 0;
    position: relative;
  }
  header .header__navigation .navigation__main ul .navigation__sub a {
    border: 0;
    background-image: none;
    color: #fff;
    font-size: 18px;
    padding: 5px 15px !important;
  }
  header .header__navigation .navigation__main a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 950px) {
  .container .host .host__items {
    justify-content: center;
  }
}
@media only screen and (max-width: 900px) {
  .container .informational__navigation .navigation__bar .nav {
    padding: 0;
  }
  header .logo {
    width: auto;
    height: 50px;
  }
  header .book__button a {
    font-size: 12px;
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 705px) {
  .container .informational__navigation .navigation__bar .identity {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  .container .subpage__hero {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .container .subpage__hero .content h1 {
    font-size: 56px;
  }
  .container .subpage__hero .content p {
    font-size: 14px;
  }
  .container .hero .hero__text h1 {
    font-size: 56px;
  }
  .container .hero .hero__text span {
    font-size: 26px;
  }
  .container .hero .hero__text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 530px) {
  .container .informational__navigation .box {
    background-attachment: scroll;
  }
  .container .subpage__hero {
    background-attachment: scroll;
  }
  .container .working__hours .bg .top {
    background-attachment: scroll;
  }
  .book__now .text h3 {
    font-size: 28px;
  }
  footer .item__list .item:nth-child(2) .contact__list {
    flex-wrap: wrap;
  }
  footer .item__list .item:nth-child(1) {
    flex-direction: column;
  }
  footer .item__list .item:nth-child(1) .identity {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container .gear__slider .switch__buttons {
    max-width: 250px;
    width: 100%;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .container .gear__slider .switch__buttons a {
    font-size: 12px;
    text-align: center;
    margin: 0;
  }
  .container .maps .title h2 {
    font-size: 30px;
  }
  .container .maps__updated .title h2 {
    font-size: 30px;
  }
  .container .contact__info .title h3 {
    font-size: 30px;
  }
  .container .contact__info .title p {
    font-size: 16px;
  }
  .container .host .host__items {
    width: 100%;
  }
  .container .host .host__items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .container .host .host__items .item .image {
    width: 200px;
    height: 200px;
  }
  .container .host .title h3 {
    font-size: 28px;
  }
  .container .host .title p {
    font-size: 14px;
  }
  .container .informational__navigation .box h4 {
    padding: 0 15px;
    font-size: 28px;
  }
  .container .informational__navigation .navigation__bar .nav ul {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .container .informational__navigation .navigation__bar .nav ul li {
    padding: 0;
  }
  .container .informational__navigation .navigation__bar .cta__box {
    min-width: 70px;
    width: 70px !important;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .container .informational__navigation .navigation__bar .cta__box a .fa-phone {
    display: block;
  }
  .container .informational__navigation .navigation__bar .cta__box a .text {
    display: none;
  }
  .container .play__style .box__list .list__item {
    min-width: auto;
  }
  .container .play__style .box__list .list__item h3 {
    text-align: center;
  }
  .container .play__style .title h2 {
    padding: 0 15px;
    font-size: 30px;
  }
}/*# sourceMappingURL=style.css.map */