@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: 'DM Sans', sans-serif;
	color: #fff;
	font-size: 18px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #000;
}
* {
    box-sizing: border-box;
}
html, body {
    overflow-x: hidden;
}
.container {
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    padding: 0 25px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Georgia';
  font-weight: 700;
  margin-top: 0;
}
a {
	outline: none;
	text-decoration: none;
}
p {
	margin-top: 0;
	margin-bottom: 20px;
}
img {
  max-width: 100%;
  height: auto;
}
video {
    max-width: 100%;
    height: auto;
}
.clearfix {
  clear: both;
  display: block;
}

/***** Site Header *****/

.main_header {
  background: #000;
  padding: 18px 0;
}
.logo_main a {
  color: #fff;
  font-family: 'Georgia';
  font-weight: bold;
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 28px;
}
.logo_main img {
  max-height: 24px;
  width: auto;
}
.logo_main {
  display: inline-block;
  padding-top: 5px;
}
.header_right_area {
  float: right;
}
.header_buy_btn a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: 9px 13px;
  min-width: 106px;
  width: 100%;
  text-align: center;
}
.header_buy_btn a:hover {
  color: #000;
  background: #fff;
}

/***** Content Section *****/

.home_banner_section {
  padding: 20px 0 58px;
}
.home_banner_left {
  width: 45%;
  display: inline-block;
  vertical-align: middle;
}
.home_banner_title h1 {
  margin: 0;
  font-size: 60px;
  line-height: 55px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-align: right;
  position: relative;
  right: -110px;
}
.home_banner_right {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
  padding-right: 50px;
}
.home_banner_right video {
  height: 680px;
}
.home_parallax_banner .container {
  max-width: none;
  padding: 0;
}
.home_parallax_inner img {
  width: 100%;
  display: block;
}
.home_two_col_sec .container {
  max-width: none;
  padding: 0;
}
.home_two_col_inn {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.home_two_col_left {
  display: flex;
  flex-direction: column;
  width: 52%;
}
.home_two_col_right {
  display: flex;
  flex-direction: column;
  width: 48%;
  padding: 45px;
  align-items: center;
}
.home_two_col_rgt_inn {
  max-width: 455px;
  width: 100%;
}
.home_two_col_icon {
  text-align: center;
  padding-bottom: 70px;
}
.home_two_col_icon img {
  max-height: 84px;
  width: auto;
}
.home_two_col_txt {
  color: #D6C8BB;
  line-height: 38px;
  letter-spacing: 0.7px;
}
.four_pure_ing_sec {
  text-align: center;
}
.four_pure_ing_inner {
  min-height: 535px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 50px 0;
  align-items: center;
}
.four_pure_ing_title {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.four_pure_ing_title h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.408px;
}
.home_boxes_section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 110px;
}
.home_boxes_inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.home_boxes_bx {
  display: flex;
  flex-direction: column;
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 100px 65px 35px;
}
.home_boxes_bx:nth-child(1) {
  padding-left: 0;
  width: 21%;
}
.home_boxes_bx:nth-child(2) {
  width: 31%;
  padding-left: 90px;
  padding-right: 95px;
  padding-top: 155px;
}
.home_boxes_bx:nth-child(3) {
  width: 26%;
}
.home_boxes_bx:nth-child(4) {
  border-right: none;
  padding-right: 35px;
  width: 22%;
  padding-top: 225px;
}
.home_boxes_icon {
  margin-bottom: 25px;
}
.home_boxes_title h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 28px;
}
.home_boxes_txt {
  font-size: 16px;
  line-height: 25px;
}
.home_boxes_bx img {
  max-height: 36px;
  width: auto;
}
.text_bar {
  width: 100%;
  padding: 260px 0 200px;
  position: relative;
  overflow: hidden;
}
.text_bar.from_right {
  padding-top: 0;
  padding-bottom: 0;
}
.bar_content {
  display: block;
  width: 100%;
  transform: translateX(100%);
  color: #fff;
  font-size: 109px;
  font-family: Inter;
  white-space: nowrap;
  line-height: 85px;
  font-weight: bold;
}
.from_left .bar_content {
  animation: move 20s linear infinite reverse;
}
.from_right .bar_content {
  animation: move 20s linear infinite;
}
@keyframes move {
  to { transform: translateX(-100%); }
}
.new_era_section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 115px 0 200px;
}
.new_era_section .container {
  max-width: 1215px;
}
.new_era_tp_box {
  padding-bottom: 80px;
  min-height: 1200px;
}
.new_era_tp_title h2 {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 40px;
  margin-bottom: 50px;
}
.new_era_tp_txt {
  font-size: 20px;
  line-height: 41px;
  letter-spacing: 1.2px;
}
.new_era_btm_title h3 {
  font-family: DM Sans;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 1.2px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 25px;
}
.new_era_btm_info {
  letter-spacing: 1.2px;
  line-height: 40px;
}
.new_era_btm_lft {
  display: inline-block;
}
.new_era_btm_info a {
  color: #fff;
}
.new_era_btm_info a:hover {
  text-decoration: underline;
}
.new_era_btm_rgt {
  float: right;
}
.home_sliding_bars_inn .container {
  max-width: none;
  padding: 0;
}
.hm_footer_tp_sec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.hm_footer_tp_bx {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 628px;
  align-items: center;
  padding: 55px 0;
}
.hm_footer_tp_inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.hm_footer_tp_title h2 {
  margin: 0 0 2px;
  font-family: 'DM Sans', sans-serif;
  font-size: 46px;
  letter-spacing: 4.893px;
  text-transform: uppercase;
}
.hm_footer_tp_txt {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  letter-spacing: 1.43px;
}
.home_parallax_banner {
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 800px;
  background-attachment: fixed;
}
.parallax_images_row {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}
.parallax_images_row .container {
  padding: 0;
}
.parallax_img_bx {
  float: left;
  width: 50%;
  padding: 0 30px;
}
.home_sliding_bars {
  position: relative;
}
.home_sliding_bars_inn {
  position: relative;
  z-index: 9;
}
.for_mobile_banner {
  display: none;
}
.header_language_sw {
  display: inline-block;
  vertical-align: top;
  padding-top: 6px;
}
.header_language_sw .wpml-ls-statics-shortcode_actions {
  padding: 0;
}
.header_language_sw a.wpml-ls-link {
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.header_language_sw a.wpml-ls-link:hover {
  color: #D6C8BB;
}
.header_buy_btn {
  display: inline-block;
  vertical-align: top;
  padding-left: 23px;
}

/***** Site Header *****/

.footer_copyright_area {
  background: #000;
}
.footer_copyright_inner {
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  padding: 40px 0;
}











@media (min-width: 801px) {
.home_boxes_txt {
  display: block !important;
}
.home_boxes_title .plusminus {
  display: none;
}
}
@media (max-width: 1100px) {
.home_banner_title h1 {
  font-size: 46px;
  line-height: 48px;
  right: -84px;
}
.home_banner_right {
  padding-right: 0;
}
.home_two_col_txt {
  line-height: 28px;
  letter-spacing: 0;
}
.home_two_col_icon {
  padding-bottom: 30px;
}
.home_two_col_icon img {
  max-height: 64px;
}
.home_boxes_bx {
  padding: 60px 30px 25px;
}
.home_boxes_bx:nth-child(2) {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 125px;
}
.new_era_tp_title h2 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 25px;
}
.new_era_tp_txt {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
}
.new_era_tp_box {
  padding-bottom: 80px;
  min-height: 750px;
}
.hm_footer_tp_bx {
  min-height: 450px;
}
.new_era_section {
  padding: 80px 0 130px;
}
.home_banner_right video {
  height: 450px;
}
.four_pure_ing_inner {
  min-height: 375px;
}
.home_boxes_bx:nth-child(4) {
  padding-right: 0;
}
.bar_content {
  font-size: 65px;
  line-height: 60px;
}
.text_bar {
  padding: 160px 0 130px;
}
.home_parallax_banner {
  min-height: 550px;
}
.parallax_images_row {
  top: 50%;
}
.parallax_img_bx {
  padding: 0 10px;
}
.parallax_images_row .container {
  padding: 0 30px;
}
}
@media (max-width: 800px) {
.home_banner_section {
  padding: 0 0 40px;
}
.home_banner_section .container {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.home_banner_left {
  width: 100%;
  display: flex;
  flex-direction: column;
  order: 2;
  padding: 0 15px;
}
.home_banner_title h1 {
  font-size: 40px;
  line-height: 42px;
  right: 0;
  text-align: center;
  letter-spacing: 0.615px;
  top: -20px;
}
.home_banner_right {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.home_banner_right video {
  height: 500px;
}
.home_parallax_inner img {
  height: 510px;
  object-fit: cover;
}
.home_two_col_left {
  width: 100%;
  order: 2;
}
.home_two_col_right {
  width: 100%;
  padding: 0 20px 60px;
}
.home_two_col_rgt_inn {
  max-width: none;
}
.home_two_col_icon {
  padding-bottom: 60px;
  margin-top: -80px;
}
.home_two_col_icon img {
  max-height: 138px;
}
.home_two_col_txt {
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: center;
}
.four_pure_ing_sec {
  background: #0E0601;
}
.four_pure_ing_inner {
  min-height: 215px;
}
.four_pure_ing_title h2 {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.312px;
  max-width: 365px;
  width: 100%;
  margin: 0 auto;
}
.home_boxes_bx {
  width: 100% !important;
  border-right: none;
  padding: 0 !important;
}
.home_boxes_section {
  padding: 70px 0 155px;
}
.home_boxes_bx {
  width: 100% !important;
  border-right: none;
  padding: 0 0 7px !important;
  border-bottom: 1px solid rgba(125, 125, 125, 0.5);
}
.home_boxes_bx_title {
  padding-bottom: 20px;
  padding-top: 28px;
  cursor: pointer;
}
.home_boxes_icon {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  width: 53px;
}
.home_boxes_title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 58px);
  padding-right: 20px;
}
.home_boxes_title h3 {
  margin-bottom: 0;
}
.home_boxes_title .plusminus {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 11px;
}
.home_boxes_title .plusminus i {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-style: normal;
}
.home_boxes_txt {
  font-size: 16px;
  line-height: 25px;
  padding-left: 57px;
  padding-bottom: 25px;
  display: none;
}
.home_boxes_bx_title.active .home_boxes_title .plusminus i::before {
  content: "\f068";
}
.home_parallax_banner {
  min-height: 510px;
}
.home_boxes_title h3 br {
  display: none;
}
}
@media (max-width: 640px) {
.footer_copyright_inner {
  font-size: 12px;
  padding: 15px 0;
  color: #565656;
}
.hm_footer_tp_title h2 {
  font-size: 30px;
  letter-spacing: 3.173px;
}
.hm_footer_tp_txt {
  font-size: 15px;
  letter-spacing: 0.927px;
}
.hm_footer_tp_bx {
  min-height: 360px;
}
.new_era_btm_rgt {
  display: none;
}
.new_era_btm_lft {
  width: 100%;
  text-align: center;
}
.new_era_btm_email {
  text-align: right;
  padding-bottom: 8px;
}
.new_era_btm_title h3 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  font-weight: 400;
}
.new_era_section {
  padding: 65px 0 25px;
}
.parallax_images_row .container {
  padding: 0;
  max-width: 450px;
  position: relative;
  min-height: 560px;
}
.parallax_img_bx {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.parallax_img_bx:nth-child(1) {
  z-index: 99;
}
.parallax_img_bx:nth-child(2) {
  right: 0;
  left: unset;
  bottom: 0;
  text-align: right;
  top: unset;
}
.parallax_img_bx img {
  max-height: 340px;
  width: auto;
}
.container {
  padding: 0 20px;
}
}
@media (max-width: 500px) {
.logo_main img {
  max-height: 16px;
}
.header_buy_btn a {
  color: #C2C2C2;
  border: 1px solid #C2C2C2;
  padding: 6px 10px;
  min-width: 92px;
}
.logo_main a {
  font-size: 20px;
  line-height: 20px;
}
.for_mobile_banner {
  display: block;
  background-attachment: unset;
  background-size: cover;
}
.for_desktop_banner {
  display: none;
}
.header_buy_btn {
  padding-left: 15px;
}
.header_language_sw {
  padding-top: 1px;
}
}
@media (max-width: 370px) {
.header_buy_btn {
  padding-left: 7px;
}
.header_buy_btn a {
  min-width: 82px;
  font-size: 13px;
}
}