@import "../fonts/stylesheet.css";
body {
  font-family: "Chalet";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background: #121212;
}

.container {
  max-width: 1570px;
}

h1 {
  font-weight: 800;
  font-size: 55px;
  line-height: 67px;
  color: #000;
  font-family: "ChaletComprime-CologneSixty";
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 45px;
  }
  h1 br {
    display: none;
  }
}

h2, .h2 {
  font-weight: 400;
  font-size: 52px;
  line-height: 50px;
  color: #ffffff;
  font-family: "ChaletComprime-CologneSixty";
  position: relative;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  h2, .h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 38px;
  }
  h2 br, .h2 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 35px;
    line-height: 40px;
  }
  h2 br, .h2 br {
    display: none;
  }
}

.h2 {
  font-size: 60px;
  line-height: 58px;
}
@media screen and (max-width: 767px) {
  .h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

h3 {
  font-weight: 400;
  font-size: 27px;
  line-height: 26px;
  font-family: "ChaletComprime-CologneSixty";
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
h3.white {
  color: #ffffff;
}

.h3 {
  font-size: 35px;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 25px;
    line-height: 30px;
  }
}

p, .p {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  font-family: "Chalet";
  color: #ffffff;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  p br, .p br {
    display: none;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  p, .p {
    font-size: 16px;
    line-height: 26px;
  }
  p br, .p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  p, .p {
    font-size: 14px;
  }
}

.p {
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .p {
    font-size: 14px;
  }
  .p br {
    display: none;
  }
}

a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: "Chalet";
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}

label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #D9D9D9;
}

strong {
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  font-family: "ChaletComprime-CologneSixty";
  color: #ffffff;
}

.btn-style {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 235px;
  height: 69px;
  padding: 16px 40px 13px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  text-decoration: none;
  background: transparent;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: 27px;
  line-height: 26px;
  font-family: "ChaletComprime-CologneSixty";
  color: #ffffff;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .btn-style {
    min-width: 145px;
    height: 50px;
    padding: 11px 30px 12px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .btn-style {
    min-width: 120px;
    height: 45px;
    padding: 11px 30px 12px;
    font-size: 15px;
    line-height: 20px;
  }
}
.btn-style:hover {
  background: #ffffff;
  color: #000000;
}
.btn-style.transparent {
  background: transparent;
  color: #121212;
  border-color: #121212;
  border-width: 1px;
}
.btn-style.white {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-style.black {
  border-color: #000000;
  color: #000000;
}
.btn-style.medium {
  min-width: 141px;
  height: 44px;
  padding: 13px 12px 11px;
  font-size: 20px;
  line-height: 19px;
}
.btn-style.small {
  min-width: 120px;
  height: 42px;
  padding: 11px 12px 12px;
  font-size: 15px;
}
.btn-style.text {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #121212;
}
.btn-style.icon {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.btn-style.full {
  min-width: 100%;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
  display: inline-block;
}

.form .form-group {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .form .form-group {
    margin-bottom: 15px;
  }
}
.form .form-group:last-of-type {
  margin-bottom: 0;
}
.form .form-group label {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.6);
}
.form .form-group label a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1C4E87;
  text-decoration: underline;
}
.form .form-group .form-control {
  height: 46px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.form .form-group .form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form .form-group .form-control:focus {
  box-shadow: none;
  outline: none;
}
.form .form-group input[type=checkbox] {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
body {
  overflow-x: hidden;
}

header {
  padding: 12px 0;
  background: #121212;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  header {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  header .logo-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  header .logo-wrapper a.logo img {
    max-width: 60px;
  }
}
header .logo-wrapper .hamburger {
  text-align: right;
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .logo-wrapper .hamburger {
    display: block;
  }
}
header .logo-wrapper .hamburger:before {
  content: "";
  background: #ffffff;
  height: 100%;
  width: 1px;
  position: absolute;
  left: -17px;
  top: -3px;
}
header .logo-wrapper .hamburger .nav-icon-8 {
  width: 27px;
  height: 20px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
header .logo-wrapper .hamburger .nav-icon-8.open {
  top: -4px;
}
header .logo-wrapper .hamburger .nav-icon-8 span {
  background-color: #FFF;
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 3px;
}
header .logo-wrapper .hamburger .nav-icon-8 span:nth-child(1) {
  top: 0;
  left: 0;
}
header .logo-wrapper .hamburger .nav-icon-8 span:nth-child(2) {
  top: 9px;
  left: 0;
}
header .logo-wrapper .hamburger .nav-icon-8 span:nth-child(3) {
  bottom: 0;
  left: 0;
}
header .logo-wrapper .hamburger .nav-icon-8:not(.open):hover span:nth-child(1) {
  transform: scaleX(0.8);
}
header .logo-wrapper .hamburger .nav-icon-8:not(.open):hover span:nth-child(2) {
  transform: scaleX(0.5);
}
header .logo-wrapper .hamburger .nav-icon-8:not(.open):hover span:nth-child(3) {
  transform: scaleX(0.8);
}
header .logo-wrapper .hamburger .nav-icon-8.open span:nth-child(1) {
  top: 13px;
}
header .logo-wrapper .hamburger .nav-icon-8.open span:nth-child(2) {
  top: 13px;
}
header .logo-wrapper .hamburger .nav-icon-8.open span:nth-child(3) {
  top: 13px;
}
header .login-wrapper {
  display: none;
}
@media screen and (max-width: 767px) {
  header .login-wrapper {
    display: none;
    text-align: right;
  }
}
header .signin-option {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .signin-option {
    display: block;
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 170px;
    z-index: 4;
    background: #303030;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: 0.5px solid hsla(0, 0%, 100%, 0.65);
    padding: 40px 16px 16px;
    transition: all 0.4s ease-in-out;
  }
  header .signin-option.active {
    bottom: 0;
  }
}
header .signin-option:after {
  content: "";
  background: #121212;
  width: 100px;
  height: 4px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}
header .signin-option a {
  background: #121212;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px;
  border-radius: 5px;
  margin-bottom: 3px;
}
header .signin-option a img {
  max-width: 15px;
}
@media screen and (max-width: 767px) {
  header .navbar-menu {
    position: fixed;
    left: 0;
    top: 62px;
    width: 100%;
    background: #000;
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
  }
  header .navbar-menu.active {
    height: calc(100% - 62px);
  }
}
header .navbar-menu ul {
  text-align: center;
}
@media screen and (max-width: 767px) {
  header .navbar-menu ul {
    text-align: left;
    padding: 50px 0 0 30px;
  }
}
header .navbar-menu ul li {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .navbar-menu ul li {
    display: block;
  }
}
header .navbar-menu ul li:not(:last-of-type) {
  padding: 0 20px 0 20px;
}
@media screen and (max-width: 767px) {
  header .navbar-menu ul li:not(:last-of-type) {
    margin: 0 0 40px 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  header .navbar-menu ul li.active a, header .navbar-menu ul li:hover a {
    color: #FFD700;
  }
}
header .navbar-menu ul li.active:after, header .navbar-menu ul li:hover:after {
  display: block;
}
@media screen and (max-width: 767px) {
  header .navbar-menu ul li.active:after, header .navbar-menu ul li:hover:after {
    display: none;
  }
}
header .navbar-menu ul li:after {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -23px;
  left: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  header .navbar-menu ul li a {
    font-weight: 600;
    font-size: 18px;
  }
}
header .social-wrapper {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 42px;
}
header .social li {
  display: inline-block;
}
header .social li:not(:last-of-type) {
  margin: 0 29px 0 0;
}
@media screen and (max-width: 767px) {
  header .social li:not(:last-of-type) {
    margin: 0 9px 0 0;
  }
}
@media screen and (max-width: 767px) {
  header a.btn-style.medium {
    display: none;
  }
}

.banner {
  background: url("../images/banner-bg-image.jpg") no-repeat center #121212;
  background-size: cover;
  min-height: calc(100vh - 112px);
  position: relative;
  padding: 280px 0 50px;
  clip-path: polygon(0 0, 100% 3%, 100% 97%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .banner {
    padding: 200px 0 50px;
    background: url("../images/banner-bg-image-mobile.png") no-repeat center #121212;
    clip-path: unset;
    background-position: top;
    background-size: 100% 55%;
    clip-path: polygon(0 0, 100% 2%, 100% 98%, 0% 100%);
  }
}
.banner.game-mode-banner {
  background: url("../images/game-mode-banner-banner-img.png") no-repeat center #121212;
  min-height: 100vh;
  background-size: cover;
  clip-path: unset;
  padding: 100px 0 50px;
}
@media screen and (max-width: 767px) {
  .banner.game-mode-banner {
    background-position: top;
    background-size: 100% 40%;
    padding: 140px 0 50px;
  }
}
.banner.game-mode-banner:before {
  background: linear-gradient(to top, rgb(18, 18, 18) 60%, rgba(0, 0, 0, 0) 100%);
}
.banner.game-mode-banner .content-wrapper {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner.game-mode-banner .content-wrapper img {
    max-width: 250px;
  }
}
.banner.game-mode-banner .content-wrapper h2 {
  margin: 70px 0 12px;
}
@media screen and (max-width: 767px) {
  .banner.game-mode-banner .content-wrapper h2 {
    margin: 35px 0 10px;
    font-size: 46px;
    line-height: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .banner.game-mode-banner .content-wrapper p {
    text-align: center;
  }
}
.banner.game-mode-banner .choose-game-mode-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 630px);
  align-items: center;
  column-gap: 70px;
  margin-top: 130px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .banner.game-mode-banner .choose-game-mode-wrapper {
    margin-top: 70px;
    grid-template-columns: repeat(2, 160px);
    align-items: center;
    column-gap: 30px;
    padding: 0 15px 0;
  }
}
.banner.game-mode-banner .choose-game-mode-wrapper .choose-game-card {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .banner.game-mode-banner .choose-game-mode-wrapper .choose-game-card.mobile {
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    padding: 15px 20px 9px;
  }
}
@media screen and (max-width: 767px) {
  .banner.game-mode-banner .choose-game-mode-wrapper .choose-game-card.mobile:first-of-type .img-wrapper img {
    max-width: 45px;
  }
}
.banner.game-mode-banner .choose-game-mode-wrapper .choose-game-card.mobile .img-wrapper {
  min-height: auto;
}
@media screen and (max-width: 767px) {
  .banner.game-mode-banner .choose-game-mode-wrapper .choose-game-card.mobile .img-wrapper img {
    max-width: 55px;
  }
}
@media screen and (max-width: 767px) {
  .banner.game-mode-banner .choose-game-mode-wrapper .choose-game-card.mobile .content-wrapper span {
    font-weight: 500;
    font-size: 25px;
    line-height: 24px;
    font-family: "ChaletComprime-CologneSixty";
  }
}
.banner.game-mode-banner .choose-game-mode-wrapper .choose-game-card .img-wrapper {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .banner.game-mode-banner .choose-game-mode-wrapper .choose-game-card .img-wrapper {
    margin-bottom: 20px;
    min-height: 80px;
    display: flex;
    align-items: self-end;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .banner.game-mode-banner .choose-game-mode-wrapper .choose-game-card .img-wrapper img {
    max-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .banner.game-mode-banner .choose-game-mode-wrapper .choose-game-card .content-wrapper {
    padding: 0;
  }
}
.banner.game-mode-banner .choose-game-mode-wrapper .choose-game-card .content-wrapper a {
  min-width: 100%;
}
.banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(18, 18, 18, 0.8) 31.54%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .banner:before {
    background: linear-gradient(to top, rgb(18, 18, 18) 40.54%, rgba(0, 0, 0, 0) 100%);
  }
}
.banner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(80deg, rgba(18, 18, 18, 0.8) 4%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .banner:after {
    display: block;
    background: linear-gradient(80deg, rgba(18, 18, 18, 0.8) 4%, rgba(0, 0, 0, 0) 100%);
  }
}
.banner .content-wrapper {
  text-align: left;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner .content-wrapper {
    text-align: center;
    padding: 0 22px 0;
  }
}
@media screen and (max-width: 767px) {
  .banner .content-wrapper img {
    max-width: 150px;
  }
}
.banner .content-wrapper h2 {
  margin: 29px 0 12px;
}
@media screen and (max-width: 767px) {
  .banner .content-wrapper h2 {
    margin: 25px 0 20px;
    text-align: left;
    font-size: 35px;
    line-height: 41px;
  }
  .banner .content-wrapper h2 br {
    display: block;
  }
}
.banner .content-wrapper p {
  margin-bottom: 43px;
}
.banner .content-wrapper p br {
  display: none;
}
@media screen and (max-width: 767px) {
  .banner .content-wrapper p {
    margin-bottom: 20px;
    text-align: left;
    font-size: 18px;
  }
  .banner .content-wrapper p br {
    display: block;
  }
}
.banner .content-wrapper a {
  font-family: "ChaletComprime-CologneSixty";
}
@media screen and (max-width: 767px) {
  .banner .content-wrapper a {
    display: block;
    font-size: 20px;
    line-height: 26px;
    height: 55px;
    padding: 14px 30px 12px;
  }
}
.banner .content-wrapper a:first-of-type {
  margin: 0 19px 0 0;
  min-width: 317px;
}
@media screen and (max-width: 767px) {
  .banner .content-wrapper a:first-of-type {
    margin: 0 0 10px 0;
  }
}

.bone-county {
  background: url("../images/bone-county-bg-img-new.jpg") no-repeat center;
  background-color: #121212;
  background-size: cover;
  padding: 100px 0 100px;
  position: relative;
}
.bone-county:before {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(18, 18, 18) 0%, rgba(18, 18, 18, 0) 100%);
  position: absolute;
  left: 0;
  top: -13px;
  width: 100%;
  height: 125px;
  z-index: 1;
  transform: rotate(-0.8deg);
}
@media screen and (max-width: 767px) {
  .bone-county:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .bone-county {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .bone-county .img-wrapper {
    margin-bottom: 50px;
  }
}
.bone-county .img-wrapper img {
  width: 100%;
}
.bone-county .content-wrapper {
  padding: 0 0 0 28px;
}
@media screen and (max-width: 767px) {
  .bone-county .content-wrapper {
    padding: 0 0 0;
  }
}
.bone-county .content-wrapper h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bone-county .content-wrapper h2 {
    margin-bottom: 10px;
  }
}
.bone-county .content-wrapper p {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .bone-county .content-wrapper p {
    margin-bottom: 10px;
  }
}

.venturas-desert {
  background: #121212;
  padding: 180px 0 200px;
  position: relative;
}
.venturas-desert:before {
  content: "";
  background: rgb(18, 18, 18);
  background: linear-gradient(360deg, rgb(18, 18, 18) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: -125px;
  width: 100%;
  height: 125px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .venturas-desert:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .venturas-desert {
    padding: 70px 0 40px;
  }
}
.venturas-desert .row:not(:last-of-type) {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .venturas-desert .row:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.venturas-desert .row:nth-of-type(odd) .col-md-6 .content-wrapper {
  padding: 0 40px 0 0;
}
.venturas-desert .row:nth-of-type(odd) .col-md-6:first-of-type {
  order: 2;
}
@media screen and (max-width: 767px) {
  .venturas-desert .row:nth-of-type(odd) .col-md-6:first-of-type {
    order: 1;
  }
}
.venturas-desert .row:nth-of-type(odd) .col-md-6:last-of-type {
  order: 1;
}
@media screen and (max-width: 767px) {
  .venturas-desert .row:nth-of-type(odd) .col-md-6:last-of-type {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .venturas-desert .img-wrapper {
    margin-bottom: 35px;
  }
}
.venturas-desert .img-wrapper img {
  width: 100%;
}
.venturas-desert .content-wrapper {
  padding: 0 0 0 40px;
}
@media screen and (max-width: 767px) {
  .venturas-desert .content-wrapper {
    padding: 0;
  }
}
.venturas-desert .content-wrapper h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .venturas-desert .content-wrapper h2 {
    margin-bottom: 10px;
  }
}
.venturas-desert .content-wrapper p {
  margin-bottom: 15px;
}

.subscription {
  background: url("../images/subscription-bg-image.png") no-repeat center;
  background-size: cover;
  padding: 90px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .subscription {
    padding: 40px 0;
  }
}
.subscription:before {
  content: "";
  background: rgb(18, 18, 18);
  background: linear-gradient(180deg, rgb(18, 18, 18) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 125px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .subscription:before {
    display: none;
  }
}
.subscription .container > h2 {
  margin-bottom: 40px;
  text-align: center;
}
.subscription.story-mode-subscription .subscription-wrapper {
  grid-template-columns: repeat(3, 480px);
}
.subscription .subscription-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 480px);
  align-items: center;
  justify-content: center;
  column-gap: 58px;
}
@media screen and (max-width: 767px) {
  .subscription .subscription-wrapper {
    display: block;
  }
}
.subscription .subscription-wrapper .subscription-card {
  height: 100%;
  background: #868689;
  border: 2px solid rgba(168, 167, 171, 0.8);
  border-radius: 13px;
}
@media screen and (max-width: 767px) {
  .subscription .subscription-wrapper .subscription-card {
    margin: 0 0 30px;
  }
}
.subscription .subscription-wrapper .subscription-card.brown-card {
  background: rgba(156, 97, 39, 0.8);
  border: 2px solid rgba(156, 97, 39, 0.8);
}
.subscription .subscription-wrapper .subscription-card.brown-card .content-wrapper .price {
  border-top: 2px solid #CD7F32;
  border-bottom: 2px solid #CD7F32;
}
.subscription .subscription-wrapper .subscription-card.brown-card .content-wrapper .price h3 strong {
  color: #CD7F32;
}
.subscription .subscription-wrapper .subscription-card.brown-card .content-wrapper ul li:before {
  color: #CD7F32;
}
.subscription .subscription-wrapper .subscription-card.brown-card .content-wrapper .footer a.btn-style {
  background: rgba(205, 127, 50, 0.8);
}
.subscription .subscription-wrapper .subscription-card.gold-card {
  background: rgba(204, 179, 47, 0.8);
  border: 2px solid rgba(204, 179, 47, 0.8);
}
.subscription .subscription-wrapper .subscription-card.gold-card .content-wrapper .price {
  border-top: 2px solid #FFD700;
  border-bottom: 2px solid #FFD700;
}
.subscription .subscription-wrapper .subscription-card.gold-card .content-wrapper .price h3 strong {
  color: #FFD700;
}
.subscription .subscription-wrapper .subscription-card.gold-card .content-wrapper ul li:before {
  color: #FFD700;
}
.subscription .subscription-wrapper .subscription-card.gold-card .content-wrapper .footer a.btn-style {
  background: rgba(255, 215, 0, 0.8);
}
.subscription .subscription-wrapper .subscription-card .img-wrapper img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.subscription .subscription-wrapper .subscription-card .content-wrapper {
  padding: 31px 33px 48px;
}
.subscription .subscription-wrapper .subscription-card .content-wrapper .price {
  text-align: center;
  padding: 18px 0;
  border-top: 2px solid #D9D9D9;
  border-bottom: 2px solid #D9D9D9;
}
.subscription .subscription-wrapper .subscription-card .content-wrapper .price h3 {
  font-family: "Chalet";
  text-transform: uppercase;
}
.subscription .subscription-wrapper .subscription-card .content-wrapper .price h3 strong {
  font-size: 45px;
  line-height: 54px;
  color: #D9D9D9;
}
.subscription .subscription-wrapper .subscription-card .content-wrapper ul {
  margin: 51px 0 45px;
  min-height: 260px;
}
@media screen and (max-width: 767px) {
  .subscription .subscription-wrapper .subscription-card .content-wrapper ul {
    min-height: 20px;
  }
}
.subscription .subscription-wrapper .subscription-card .content-wrapper ul li {
  position: relative;
  padding-left: 28px;
  display: block;
}
.subscription .subscription-wrapper .subscription-card .content-wrapper ul li:not(:last-of-type) {
  margin-bottom: 18px;
}
.subscription .subscription-wrapper .subscription-card .content-wrapper ul li:before {
  content: "";
  color: #D9D9D9;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 3px;
  margin-top: 4px;
  width: 19px;
  height: 12px;
  border-bottom: solid 4px currentColor;
  border-left: solid 4px currentColor;
  transform: rotate(-45deg);
}
.subscription .subscription-wrapper .subscription-card .content-wrapper .footer {
  text-align: center;
}
.subscription .subscription-wrapper .subscription-card .content-wrapper .footer a.btn-style {
  font-family: "Chalet";
  background: rgba(217, 217, 217, 0.8);
  border: none;
}

.interiors {
  background: #121212;
  padding: 90px 0 70px;
  position: relative;
}
.interiors:before {
  content: "";
  background: rgb(18, 18, 18);
  background: linear-gradient(360deg, rgb(18, 18, 18) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: -84px;
  width: 100%;
  height: 85px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .interiors:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .interiors {
    padding: 40px 0;
  }
}
.interiors .container > h2 {
  margin-bottom: 40px;
  text-align: center;
}
.interiors .interiors-card {
  border-radius: 13px;
  margin-bottom: 33px;
  cursor: pointer;
}
.interiors .interiors-card .img-wrapper img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.interiors .interiors-card .content-wrapper {
  margin-top: 17px;
}
.interiors .interiors-card .content-wrapper h3 {
  margin-bottom: 0;
}
.interiors .interiors-card .content-wrapper h3 strong {
  font-size: 40px;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .interiors .interiors-card .content-wrapper h3 strong {
    font-size: 25px;
    line-height: 30px;
  }
}

.map {
  background: url("../images/map-bg-img.png") no-repeat center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.map:before {
  content: "";
  background: rgb(18, 18, 18);
  background: linear-gradient(180deg, rgb(18, 18, 18) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 125px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .map:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .map {
    padding: 40px 0;
  }
}
.map .container > h2 {
  margin-bottom: 40px;
  text-align: center;
}
.map img {
  width: 100%;
}
.faq {
  background: #121212;
  padding: 100px 0;
  position: relative;
}
.faq:before {
  content: "";
  background: rgb(18, 18, 18);
  background: linear-gradient(360deg, rgb(18, 18, 18) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: -84px;
  width: 100%;
  height: 85px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .faq:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 40px 0;
  }
}
.faq .container > h2 {
  margin-bottom: 40px;
  text-align: center;
}
.faq .faq-wrapper {
  max-width: 1560px;
  margin: auto;
}
.faq .faq-wrapper .accordion .accordion-item {
  margin-bottom: 24px;
  border: none;
}
.faq .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button {
  background: #121212;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  box-shadow: none;
  color: white;
  padding: 24px 35px 23px;
}
@media screen and (max-width: 767px) {
  .faq .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button {
    padding: 15px 50px 15px 25px;
  }
}
.faq .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button:after {
  content: "+";
  background-image: none;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  font-size: 40px;
  font-weight: 700;
}
.faq .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border-bottom: none;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
}
.faq .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  content: "-";
}
.faq .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button h3 {
  margin-bottom: 0;
}
.faq .faq-wrapper .accordion .accordion-item .accordion-body {
  background: #121212;
  border: 2px solid #FFFFFF;
  border-top: none;
  padding: 10px 35px 10px;
  border-radius: 0;
}

.product {
  background: url("../images/product-bg-img.png") no-repeat center;
  background-size: cover;
  padding: 80px 0 50px;
  position: relative;
}
.product.product-popup {
  position: fixed;
  bottom: -100%;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 4;
  overflow: auto;
  transition: all 0.3s ease-in-out;
}
.product.product-popup.active {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .product {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .product .product-gallery {
    margin-bottom: 40px;
  }
}
.product .product-gallery .feature-img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .product .product-gallery .feature-img {
    margin-bottom: 20px;
  }
}
.product .product-gallery .feature-img img {
  width: 100%;
  height: 460px;
  border-radius: 15px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .product .product-gallery .feature-img img {
    height: 230px;
  }
}
.product .product-gallery ul {
  display: grid;
  grid-template-columns: repeat(3, 243px);
  align-items: center;
  column-gap: 15px;
  row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .product .product-gallery ul {
    column-gap: 10px;
    grid-template-columns: repeat(2, auto);
  }
}
.product .product-gallery ul li img {
  width: 100%;
  height: 144px;
  border-radius: 10px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .product .product-gallery ul li img {
    height: 130px;
  }
}
.product .product-content {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2.5px);
  border-radius: 15px;
  padding: 41px 20px 38px;
}
.product .product-content > h2 {
  margin-bottom: 5px;
}
.product .product-content > p {
  margin-bottom: 35px;
}
.product .product-content .quote {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 20px;
}
.product .product-content .quote p {
  margin-bottom: 30px;
}
.product .product-content .quote p:last-of-type {
  margin-bottom: 0;
}
.product .product-content .content-footer {
  margin-top: 51px;
}
.product .product-content .content-footer .previous-page {
  font-size: 27px;
  line-height: 26px;
  font-family: "ChaletComprime-CologneSixty";
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .product .product-content .content-footer .previous-page {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .product .product-content .content-footer .previous-page img {
    max-width: 15px;
  }
}
.product .product-content .content-footer h2 {
  margin-bottom: 22px;
}
.product .product-content .content-footer h2 span {
  font-size: 25px;
}

footer {
  background: #000000;
  clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
  padding: 60px 0 34px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20px 10px;
  }
}
footer .social {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  footer .social {
    margin-bottom: 20px;
  }
}
footer .social li {
  display: inline-block;
}
footer .social li:not(:last-of-type) {
  margin: 0 48px 0 0;
}
@media screen and (max-width: 767px) {
  footer .social li:not(:last-of-type) {
    margin: 0 25px 0 0;
  }
}
footer p {
  text-align: center;
  margin-bottom: 0;
}

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