@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

/* Color */
/* Font Typo */
* {
  box-sizing: border-box;
}

*::after,
*::before {
  clear: both;
}

html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: "Jost", sans-serif;
}

input {
  font-family: "Jost", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

.overflow_hidden,
main {
  overflow: hidden;
}

blockquote,
q {
  quotes: none;
}

br {
  height: 0;
}

ul,
ol,
dl,
li {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  -webkit-text-size-adjust: none;
  font-size: 18px;
}

.admin-bar header {
  top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  color: #000000;
  position: relative;
  font-weight: 300;
}
h1 strong,
h1 b,
h2 strong,
h2 b,
h3 strong,
h3 b,
h4 strong,
h4 b,
h5 strong,
h5 b,
h6 strong,
h6 b {
  color: #ffffff;
  font-size: inherit;
  font-weight: inherit;
}

h1,
.h1 {
  font-size: 64px;
  letter-spacing: -0.015em;
  line-height: 0.75;
  font-weight: 300;
  margin-bottom: 34px;
}
@media (max-width: 1460px) {
  h1,
  .h1 {
    font-size: 54px;
  }
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 29px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 24px;
  }
}

h2,
.h2 {
  font-size: 52px;
  letter-spacing: -0.01em;
  line-height: 1.3;
}
@media (max-width: 1460px) {
  h2,
  .h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 33px;
  }
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 42px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  font-weight: 300;
}
@media (max-width: 1460px) {
  h3,
  .h3 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 27px;
  }
}

h4,
.h4 {
  font-size: 30px;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 26px;
  }
}

h5,
.h5 {
  font-size: 24px;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 15px;
}

.container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
@media (max-width: 1440px) {
  .container {
    max-width: 1070px;
  }
}

body {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

img {
  max-width: 100%;
  border: 0;
  height: auto;
}

a {
  text-decoration: none;
  transition: 0.5s ease all;
  display: inline-block;
  font-size: 18px;
  line-height: 0.75;
  position: relative;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 991px) {
  a {
    font-size: 16px;
  }
}

p {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 300;
}

span {
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

.text-blue {
  color: #000000;
}

.text-orange {
  color: #ffffff;
}

.bottom_space {
  padding-bottom: 20px;
}
@media (max-width: 1440px) {
  .bottom_space {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .bottom_space {
    padding-bottom: 20px;
  }
}

.g-page .bg_white {
  background-color: #ffffff;
  box-shadow: 0px 27px 125px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 27px 125px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 27px 125px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 27px 125px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
}

.no-shadow {
  box-shadow: none;
}

.btn {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 9px 0px 17.5px;
  position: relative;
  background-color: transparent !important;
  border: none;
  outline: none;
  box-shadow: none !important;
}
@media (max-width: 1199px) {
  .btn {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .btn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: 0.4s ease all;
  transform-origin: center;
}
.btn:hover::after {
  transform: scale(0.7);
}

.btn.lg_btn {
  padding: 19px 83px;
}

.back_btn {
  padding-left: 35px;
}
.back_btn:hover {
  color: #ffffff;
  padding: 0 17px;
  z-index: 8;
}
.back_btn:hover .arrow-round {
  background: #ffffff;
  width: 100%;
  border-radius: 50px;
  height: calc(100% + 20px);
  border: 0;
  z-index: -1;
  top: 50%;
}
.back_btn:hover .arrow-round::after {
  opacity: 0;
  visibility: hidden;
}
.back_btn .arrow-round {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 22.7px;
  height: 22.7px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease all;
}
.back_btn .arrow-round:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transition: 0.5s ease all;
}

.right_btn {
  padding-right: 35px;
  color: #000000;
}
.right_btn:hover {
  color: #ffffff;
  padding: 0 17px;
  z-index: 8;
}
.right_btn:hover.orange-round {
  color: #ffffff;
}
.right_btn:hover .arrow-round {
  background: #ffffff;
  width: 100%;
  border-radius: 50px;
  height: calc(100% + 20px);
  border: 0;
  z-index: -1;
  top: 50%;
}
.right_btn:hover .arrow-round::after {
  opacity: 0;
  visibility: hidden;
}
.right_btn.orange-round {
  color: #ffffff;
}
.right_btn.orange-round .arrow-round {
  border-color: #ffffff;
  background-color: #ffffff;
}
.right_btn .arrow-round {
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  transform: translateY(-50%);
  width: 22.7px;
  height: 22.7px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: 0.3s ease all;
}
.right_btn .arrow-round:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%) rotate(225deg);
  width: 5px;
  height: 5px;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transition: 0.5s ease all;
}

header .btn {
  padding: 15.25px 24.5px;
  position: relative;
  font-size: 14px;
}
header .btn:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transform: scale(1.4) translateX(-150px);
  -webkit-transform: scale(1.4) translateX(-150px);
  -moz-transform: scale(1.4) translateX(-150px);
  -o-transform: scale(1.4) translateX(-150px);
  transition: 0.3s linear;
  transform-origin: right;
  opacity: 0;
  visibility: hidden;
}
header .btn:hover:after {
  transform: scale(1.4) translateX(10px);
  -moz-transform: scale(1.4) translateX(10px);
  -o-transform: scale(1.4) translateX(10px);
  -webkit-transform: scale(1.4) translateX(10px);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  header .btn {
    padding: 10px 16px;
    font-size: 15px;
    margin-right: 10px;
    display: none;
  }
}

.dis-b {
  display: block;
}

.pos_rel {
  position: relative;
}

.hidden {
  display: none !important;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-flexEnd {
  align-items: flex-end;
}

.justify-content {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.font-weight-medium {
  font-weight: 400;
}

.font-weight-bold {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.no-listed {
  list-style: none;
}

figure {
  margin: 0;
  padding: 0;
}

.w-100 {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1460px) {
  section {
    padding: 80px 0;
  }
}
@media (max-width: 1100px) {
  section {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}
@media (max-width: 340px) {
  section {
    padding: 30px 0;
  }
}

.ml-auto {
  margin-left: auto;
}

.admin-bar header {
  top: 32px;
}

body {
  background-color: #000000;
}

.outer_container {
  max-width: 1825px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}

h2 {
  color: #ffffff;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
}
@media only screen and (max-width: 1440px) {
  h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}

p {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
}
@media only screen and (max-width: 1440px) {
  p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  p {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 340px) {
  p {
    font-size: 16px !important;
  }
}

#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
  font-weight: 200;
  color: #ffffff;
}

#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999999999;
  text-align: left;
  visibility: hidden;
  display: none;
}

#sb-overlay {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: rgba(247, 246, 249, 0.9) !important;
  opacity: 1 !important;
}

#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px;
}

#sb-wrapper-inner {
  position: relative;
  border: 1px solid #303030;
  overflow: hidden;
  height: 100px;
  z-index: 9;
}

#sb-body {
  position: relative;
  height: 100%;
}

#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}

#sb-player.html {
  height: 100%;
  overflow: auto;
}

#sb-body img {
  border: none;
}

#sb-loading {
  position: relative;
  height: 100%;
}

#sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center;
}

#sb-loading-inner span {
  background: url(../images/loading.gif) no-repeat;
  padding-left: 34px;
  display: inline-block;
}

#sb-body, #sb-loading {
  background-color: #060606;
}

#sb-title, #sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#sb-title, #sb-title-inner {
  height: 26px;
  line-height: 26px;
}

#sb-title-inner {
  font-size: 16px;
}

#sb-info, #sb-info-inner {
  height: 20px;
  line-height: 20px;
}

#sb-info-inner {
  font-size: 12px;
}

#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}

#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat;
}

#sb-nav-close {
  background-image: url(../images/white_close_pop.svg);
  background-position: center center;
}

#sb-counter {
  float: left;
  width: 45%;
}

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}

#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

div.sb-message a:link, div.sb-message a:visited {
  color: #ffffff;
  text-decoration: underline;
}

#sb-body img {
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
}

#sb-title, #sb-info {
  position: fixed;
  top: 0px;
  right: 0px;
}

#sb-counter {
  display: none;
}

#sb-nav a {
  height: 60px;
  width: 40px;
  margin: 0px;
}

#sb-info, #sb-info-inner {
  height: 100%;
  width: 100%;
}

#sb-nav-close {
  width: 53px !important;
  height: 55px !important;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  #sb-nav-close {
    top: 10px;
    right: 10px;
  }
}

#sb-nav-next {
  position: absolute;
  top: 40%;
  right: 10px;
  z-index: 99;
}

#sb-nav-previous {
  position: absolute;
  left: 10px;
  top: 40%;
  z-index: 99;
}

#sb-title {
  bottom: 0px;
  right: 0px;
  z-index: 99;
  top: 100%;
}

#sb-title-inner {
  padding-top: 5px;
}

#dark_mode {
  background-color: #ffffff;
}
#dark_mode h1 strong,
#dark_mode h1 b,
#dark_mode h2 strong,
#dark_mode h2 b,
#dark_mode h3 strong,
#dark_mode h3 b,
#dark_mode h4 strong,
#dark_mode h4 b,
#dark_mode h5 strong,
#dark_mode h5 b,
#dark_mode h6 strong,
#dark_mode h6 b {
  color: #ffffff;
}
#dark_mode a:hover {
  color: #000000;
}
#dark_mode p {
  color: #000000;
}
#dark_mode .text-white {
  color: #000000;
}
#dark_mode .text-black {
  color: #ffffff;
}
#dark_mode .text-blue {
  color: #ffffff;
}
#dark_mode .text-orange {
  color: #000000;
}
#dark_mode .g-page .bg_white {
  background-color: #000000;
}
#dark_mode .btn {
  color: #000000;
}
#dark_mode .btn::after {
  content: "";
  background-color: #000000;
}
#dark_mode .back_btn:hover {
  color: #000000;
}
#dark_mode .back_btn:hover .arrow-round {
  background: #000000;
}
#dark_mode .back_btn .arrow-round {
  border: 1px solid #000000;
}
#dark_mode .back_btn .arrow-round:after {
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#dark_mode .right_btn:hover {
  color: #000000;
}
#dark_mode .right_btn:hover.orange-round {
  color: #000000;
}
#dark_mode .right_btn:hover .arrow-round {
  background: #000000;
}
#dark_mode .right_btn.orange-round {
  color: #000000;
}
#dark_mode .right_btn.orange-round .arrow-round {
  border-color: #000000;
  background-color: #000000;
}
#dark_mode .right_btn .arrow-round {
  border: 1px solid #000000;
}
#dark_mode .right_btn .arrow-round:after {
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#dark_mode header .btn:after {
  background: rgba(0, 0, 0, 0.3);
}
#dark_mode body {
  background-color: #ffffff;
}
#dark_mode h2 {
  color: #000000;
}
#dark_mode p {
  color: #000000;
}
#dark_mode #sb-title-inner, #dark_mode #sb-info-inner, #dark_mode #sb-loading-inner, #dark_mode div.sb-message {
  color: #000000;
}
#dark_mode #sb-overlay {
  background-color: rgba(247, 246, 249, 0.9) !important;
}
#dark_mode #sb-body, #dark_mode #sb-loading {
  background-color: #060606;
}
#dark_mode #sb-counter a {
  color: #000000;
}
#dark_mode div.sb-message a:link, #dark_mode div.sb-message a:visited {
  color: #000000;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 110px 10px;
  transition: 0.4s ease all;
  z-index: 99;
}
header.header-fixed {
  padding-top: 10px;
  background: rgba(0, 0, 0, 0.85);
}
@media only screen and (max-width: 767px) {
  header.header-fixed {
    padding-top: 10px;
  }
}
header.header-fixed .bottom_col .brand {
  max-width: 180px;
}
@media only screen and (max-width: 767px) {
  header.header-fixed .bottom_col .brand {
    max-width: 120px;
  }
}
header.header-fixed .bottom_col {
  margin-top: 0;
}
@media only screen and (max-width: 1480px) {
  header {
    padding: 28px 40px 10px;
  }
}
@media only screen and (max-width: 767px) {
  header {
    padding: 10px;
  }
}
header .top_header div span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #ffffff;
  margin: 0px 5px;
}
@media only screen and (max-width: 767px) {
  header .top_header div span {
    margin: 0px 2px;
  }
}
header .top_header div a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  header .top_header div a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 340px) {
  header .top_header div a {
    font-size: 11px;
  }
}
header .bottom_col {
  margin-top: 15px;
  transition: 0.4s ease all;
}
@media only screen and (max-width: 340px) {
  header .bottom_col {
    margin-top: 10px;
  }
}
header .bottom_col .brand {
  max-width: 220px;
}
@media only screen and (max-width: 1440px) {
  header .bottom_col .brand {
    max-width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  header .bottom_col .brand {
    max-width: 120px;
  }
}
header .bottom_col .name {
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 10px;
  border: 2px solid #ffffff;
  line-height: 43px;
  padding: 0px 19px;
  text-decoration: none;
}
header .bottom_col .name:hover {
  background-color: #000000;
  border-color: #000000;
}
@media only screen and (max-width: 767px) {
  header .bottom_col .name {
    font-size: 11px;
    padding: 0px 10px;
    line-height: 32px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 340px) {
  header .bottom_col .name {
    font-size: 9px;
    padding: 0px 10px;
    line-height: 32px;
    margin-right: 6px;
  }
}
header .bottom_col .ham {
  cursor: pointer;
  transition: 0.4s ease all;
}
@media only screen and (max-width: 767px) {
  header .bottom_col .ham {
    max-width: 45px;
  }
}
header .bottom_col .ham:hover {
  opacity: 0.7;
}
header .bottom_col .ham img {
  display: block;
}

.menu_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  padding: 80px 100px 0px 48px;
  z-index: 999999;
  pointer-events: none;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  opacity: 0;
}
@media only screen and (max-width: 1460px) {
  .menu_popup {
    padding: 80px 50px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .menu_popup {
    padding: 0px 0px 0px;
  }
}
.menu_popup.open {
  opacity: 1;
  pointer-events: all;
}
.menu_popup .close {
  position: absolute;
  right: 31px;
  top: 25px;
  z-index: 9;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .menu_popup .close {
    right: 10px;
    top: 10px;
    width: 40px;
  }
}
.menu_popup nav {
  width: 100%;
  margin-bottom: 30px;
}
.menu_popup nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.menu_popup nav ul li {
  width: calc(25% - 34.5px);
  margin-right: 46px;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  opacity: 0;
  transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -o-transform: translateY(-80px);
}
.menu_popup nav ul li.active {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
}
.menu_popup nav ul li:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 1199px) {
  .menu_popup nav ul li {
    margin-right: 10px;
    width: calc(25% - 12px);
  }
}
@media only screen and (max-width: 991px) {
  .menu_popup nav ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .menu_popup nav ul li {
    margin-bottom: 0;
  }
  .menu_popup nav ul li a {
    border-radius: 0;
  }
}
.menu_popup nav ul li a {
  height: 71.719vh;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 34px;
  line-height: 48px;
  letter-spacing: 5px;
  color: #ffffff;
  overflow: hidden;
}
@media only screen and (max-width: 1660px) {
  .menu_popup nav ul li a {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1660px) {
  .menu_popup nav ul li a {
    font-size: 24px;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 1440px) {
  .menu_popup nav ul li a {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 991px) {
  .menu_popup nav ul li a {
    height: 150px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .menu_popup nav ul li a {
    height: 20vh;
    font-size: 22px;
    border-radius: 0;
  }
}
.menu_popup nav ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.menu_popup nav ul li a:hover:before {
  opacity: 1;
}
.menu_popup .col h2 {
  font-weight: 300;
  font-size: 65px;
  line-height: 68px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #ffffff;
}
.menu_popup .col h2 strong {
  font-weight: 800;
}
@media only screen and (max-width: 1660px) {
  .menu_popup .col h2 {
    font-size: 50px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .menu_popup .col h2 {
    font-size: 28px;
  }
}

#dark_mode header.header-fixed {
  background: rgba(255, 255, 255, 0.85);
}
#dark_mode header .bottom_col .name {
  color: #000000;
  border: 2px solid #000000;
}
#dark_mode header .bottom_col .name:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
#dark_mode header .top_header div span {
  color: #000000;
}
#dark_mode header .top_header div a {
  color: #000000;
}
#dark_mode .menu_popup {
  background: rgba(255, 255, 255, 0.85);
}
#dark_mode .menu_popup nav ul li {
  list-style: none;
}
#dark_mode .menu_popup .col h2 {
  color: #000000;
}
#dark_mode .menu_popup .owl-nav {
  display: none;
}

.list-style-none ul {
  list-style: none;
}

.footer {
  background-color: #000000;
}
.footer .top_footer {
  padding-top: 133px;
  padding-bottom: 106px;
}
.footer .top_footer .brand {
  padding-bottom: 15px;
  max-width: 180px;
}
@media only screen and (max-width: 767px) {
  .footer .top_footer .brand {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer .top_footer {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .footer .top_footer {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
.footer .social_wrap ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 19px;
}
.footer h6 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  margin-bottom: 33px;
}
@media only screen and (max-width: 1199px) {
  .footer h6 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer h6 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.footer ul li {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 34px;
}
.footer ul li a {
  font-style: normal;
  font-weight: 400;
  color: #9E9E9E;
  font-size: 17px;
  line-height: 34px;
  text-decoration: none;
}
.footer ul li a:hover {
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .footer ul li {
    font-size: 16px;
    line-height: 30px;
  }
  .footer ul li a {
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .footer ul li a {
    font-size: 14px;
    line-height: 24px;
  }
}
.footer .address_col p {
  line-height: 34px;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .footer .address_col p {
    line-height: 30px;
    font-size: 16px;
  }
}
.footer .bottom_foter {
  padding: 15px 0;
  background-color: #060606;
}
.footer .bottom_foter ul li {
  display: inline-block;
  margin-right: 5px;
}
.footer .bottom_foter ul li a {
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
}
.footer .bottom_foter ul li a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 1199px) {
  .footer .bottom_foter ul li a {
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .footer .bottom_foter ul {
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer .bottom_foter p {
  color: #9E9E9E;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
}
@media only screen and (max-width: 1199px) {
  .footer .bottom_foter p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .footer .bottom_foter p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer .bottom_foter p {
    font-size: 14px !important;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 991px) {
  .footer .footer_col {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer_col {
    margin-bottom: 20px;
  }
}

#dark_mode .footer {
  background-color: #ffffff;
}
#dark_mode .footer h6 {
  color: #000000;
}
#dark_mode .footer ul li {
  color: #000000;
}
#dark_mode .footer ul li a {
  color: #000000;
}
#dark_mode .footer ul li a:hover {
  color: #000000;
}
#dark_mode .footer .bottom_foter {
  background-color: #060606;
}
#dark_mode .footer .bottom_foter ul li {
  display: inline-block;
}
#dark_mode .footer .bottom_foter ul li a {
  color: #ffffff;
}
#dark_mode .footer .bottom_foter p {
  color: #ffffff;
}
#dark_mode .footer .social_wrap ul li a img {
  filter: brightness(0) saturate(100%);
  -webkit-filter: brightness(0) saturate(100%);
}

.home_banner {
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .home_banner {
    min-height: 350px;
  }
}
.home_banner .col {
  min-height: 100vh;
  position: relative;
  background-position: center center;
  background-size: cover;
}
.home_banner .col::after {
  content: "";
  position: absolute;
  height: 338px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .home_banner .col::after {
    height: 100px;
  }
}
.home_banner .col:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 40vh;
  top: 0;
  left: 0;
  right: 0;
  content: "";
}
@media only screen and (max-width: 767px) {
  .home_banner .col:before {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .home_banner .col {
    min-height: 350px;
  }
}
.home_banner .text {
  position: absolute;
  left: 144px;
  bottom: 94px;
  z-index: 2;
}
@media only screen and (max-width: 1480px) {
  .home_banner .text {
    left: 40px;
    bottom: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .home_banner .text {
    left: 20px;
    bottom: 10px;
  }
}
.home_banner .text h1 {
  font-weight: 300;
  font-size: 100px;
  line-height: 1.02;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #ffffff;
}
.home_banner .text h1 strong {
  font-weight: 900;
}
@media only screen and (max-width: 1640px) {
  .home_banner .text h1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1366px) {
  .home_banner .text h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .home_banner .text h1 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 991px) {
  .home_banner .text h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 320px) {
  .home_banner .text h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.home_banner .owl-dots {
  position: absolute;
  right: 26px;
  display: flex;
  top: 0;
  bottom: 0;
  height: fit-content;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .home_banner .owl-dots {
    right: 10px;
  }
}
.home_banner .owl-dots div {
  height: 15px;
  width: 15px;
  position: relative;
  margin: 5px 0px;
}
.home_banner .owl-dots div span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1843137255);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1843137255);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1843137255);
  -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1843137255);
  transform: scale(0.5);
  transition: 0.4s ease all;
}
.home_banner .owl-dots div.active span {
  transform: scale(1);
}

#dark_mode .home_banner .col::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 100%);
}
#dark_mode .home_banner .col:before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0) 100%);
}
#dark_mode .home_banner .text h1 {
  color: #000000;
}
#dark_mode .home_banner .text h1 strong {
  color: #000000;
}
#dark_mode .home_banner .owl-dots div span {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1843137255);
  -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1843137255);
  -moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1843137255);
  -o-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1843137255);
}

.full_banner {
  padding-bottom: 0;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .full_banner {
    padding-top: 0;
  }
}
.full_banner img {
  width: 100%;
  height: 100%;
}

.moments_section {
  padding-top: 135px;
  background-color: #000000;
  background-image: url(../images/moments_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 55%;
}
.moments_section .outer_container {
  max-width: 1530px;
  margin: 0 auto;
}
@media only screen and (max-width: 1640px) {
  .moments_section .outer_container {
    max-width: 1300px;
  }
}
@media only screen and (max-width: 1440px) {
  .moments_section .outer_container {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1199px) {
  .moments_section {
    padding: 50px 110px 100px;
  }
}
@media only screen and (max-width: 767px) {
  .moments_section {
    padding: 15px;
  }
}
.moments_section h2 {
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 15px;
}
.moments_section p {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4;
  color: #FFFFFF;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1440px) {
  .moments_section p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .moments_section p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.moments_section .wrap .col {
  width: 100%;
  height: 66vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 38px;
}
@media only screen and (max-width: 1640px) {
  .moments_section .wrap .col {
    height: 58vh;
  }
}
@media only screen and (max-width: 1366px) {
  .moments_section .wrap .col {
    height: 53vh;
  }
}
@media only screen and (max-width: 767px) {
  .moments_section .wrap .col {
    height: 250px;
    padding-bottom: 20px;
  }
}
.moments_section .owl-nav {
  position: absolute;
  right: -150px;
  width: 120px;
  bottom: 82px;
  height: 80px;
}
@media only screen and (max-width: 1440px) {
  .moments_section .owl-nav {
    right: -135px;
  }
}
@media only screen and (max-width: 1366px) {
  .moments_section .owl-nav {
    bottom: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .moments_section .owl-nav {
    right: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .moments_section .owl-nav {
    right: 0;
    width: 100%;
    bottom: 40%;
    height: 40px;
  }
  .moments_section .owl-nav .owl-next {
    width: 40px;
  }
  .moments_section .owl-nav .owl-prev {
    width: 40px;
  }
}
.moments_section .owl-nav div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url(../images/arrow_left.svg);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 0;
}
.moments_section .owl-nav div.owl-next {
  transform: scale(-1);
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

#dark_mode .moments_section {
  background-color: #ffffff;
  background-image: url(../images/moments_bg_white.png);
}
#dark_mode .moments_section h2 {
  font-weight: 300;
  color: #000000;
  margin-bottom: 24px;
}
#dark_mode .moments_section p {
  color: #000000;
}
#dark_mode .moments_section .btn {
  color: #ffffff;
}
#dark_mode .moments_section .btn::after {
  background-color: #ffffff;
}
#dark_mode .moments_section .owl-nav div {
  background-image: url(../images/arrow_left-black.svg);
}

.instagram_section {
  padding-top: 90px;
}
@media only screen and (max-width: 1640px) {
  .instagram_section {
    padding-top: 70px;
  }
}
.instagram_section .fp-tableCell {
  vertical-align: top;
}
.instagram_section .instagram_section_wrapper {
  width: 100%;
}
.instagram_section .instagram_section_wrapper h2 {
  margin-bottom: 35px;
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .instagram_section {
    padding-top: 30px;
  }
}
.instagram_section .bg_white {
  position: relative;
  z-index: 9;
}
.instagram_section .bg_white:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: -1;
}
.instagram_section p {
  padding-top: 53px;
  padding-bottom: 15px;
  color: #898989;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 1640px) {
  .instagram_section p {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram_section p {
    font-size: 18px;
    padding-top: 20px;
  }
}
.instagram_section .newsletter_form {
  max-width: 480px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1640px) {
  .instagram_section .newsletter_form {
    padding-top: 15px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram_section .newsletter_form {
    padding-bottom: 40px;
  }
}
.instagram_section .newsletter_form .in {
  background: #ffffff;
  box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-right: 10px;
  height: 55px;
  padding-left: 25px;
  width: 80%;
  font-size: 17px;
  vertical-align: middle;
  border: 2px solid #ffffff;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-appearance: none;
}
@media only screen and (max-width: 767px) {
  .instagram_section .newsletter_form .in {
    height: 50px;
    border-radius: 10px;
    width: 72%;
    padding-left: 15px;
  }
}
.instagram_section .newsletter_form .in:focus {
  border-color: #000000;
}
.instagram_section .newsletter_form .submit_btn {
  background: #000000;
  border-radius: 15px;
  outline: none;
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  width: 55px;
  height: 55px;
  padding: 10px;
  font-size: 0;
  vertical-align: middle;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
.instagram_section .newsletter_form .submit_btn img {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .instagram_section .newsletter_form .submit_btn {
    width: 22%;
    height: 50px;
    border-radius: 10px;
    background-size: 30px;
  }
}
.instagram_section .newsletter_form .submit_btn:hover {
  background-color: #363636;
}
@media only screen and (max-width: 1440px) {
  .instagram_section .in_feed {
    max-width: 850px;
    margin: 0 auto;
  }
}
.instagram_section .in_feed .in_box {
  width: 25%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .instagram_section .in_feed .in_box {
    width: 50%;
  }
}
.instagram_section .in_feed .in_box img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
}
.instagram_section .in_feed .in_box:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.instagram_section .feed_btn {
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  margin-top: 30px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
.instagram_section .feed_btn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1640px) {
  .instagram_section .feed_btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram_section .feed_btn {
    margin-top: 20px;
  }
}

.top_heading h2 {
  padding-bottom: 29px;
}
@media only screen and (max-width: 340px) {
  .top_heading h2 {
    padding-bottom: 20px;
  }
}
.top_heading p {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.experience_section {
  padding-top: 135px;
}
@media only screen and (max-width: 1440px) {
  .experience_section {
    padding-top: 95px;
  }
}
@media only screen and (max-width: 991px) {
  .experience_section {
    padding-top: 0;
  }
}
.experience_section .detail_box_wrap {
  padding-top: 40px;
}
@media only screen and (max-width: 1440px) {
  .experience_section .detail_box_wrap {
    padding-bottom: 40px;
    max-width: 870px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .experience_section .detail_box_wrap {
    padding-top: 30px;
  }
}
.experience_section .detail_box_wrap .detail_box {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .experience_section .detail_box_wrap .detail_box {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .experience_section .detail_box_wrap .detail_box {
    margin-bottom: 30px;
  }
}
.experience_section .detail_box_wrap .detail_box .img_box {
  max-width: 90%;
}
.experience_section .detail_box_wrap .detail_box .img_box img {
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .experience_section .detail_box_wrap .detail_box .img_box {
    max-width: 100%;
  }
}
.experience_section .detail_box_wrap .detail_box .detail_box_text {
  padding-top: 50px;
  max-width: 400px;
}
.experience_section .detail_box_wrap .detail_box .detail_box_text h4 {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  padding-bottom: 25px;
}
.experience_section .detail_box_wrap .detail_box .detail_box_text p {
  color: #ffffff;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
}
@media only screen and (max-width: 1366px) {
  .experience_section .detail_box_wrap .detail_box .detail_box_text h4 {
    font-size: 28px;
    padding-bottom: 15px;
  }
  .experience_section .detail_box_wrap .detail_box .detail_box_text p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .experience_section .detail_box_wrap .detail_box .detail_box_text {
    padding-top: 20px;
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .experience_section .detail_box_wrap .detail_box .detail_box_text h4 {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .experience_section .detail_box_wrap .detail_box .detail_box_text p {
    font-size: 16px;
  }
}
.experience_section .detail_box_wrap .detail_box:last-child {
  margin-bottom: 0;
}
.experience_section .detail_box_wrap .detail_box:nth-child(2n) .img_box {
  text-align: right;
}

#dark_mode .experience_section .detail_box_wrap .detail_box .detail_box_text h4 {
  color: #000000;
}
#dark_mode .experience_section .detail_box_wrap .detail_box .detail_box_text p {
  color: #000000;
}

.full_video_section .video_container {
  width: 100%;
  position: relative;
}
.full_video_section .video_container .video_img {
  height: 100%;
}
.full_video_section .video_container .video_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full_video_section .video_container .play_icon {
  position: absolute;
  inset: 0;
  width: 90px;
  height: 90px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
.full_video_section .video_container .play_icon:hover {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
}
@media only screen and (max-width: 1280px) {
  .full_video_section .video_container .play_icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .full_video_section .video_container {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .full_video_section .video_container .play_icon {
    width: 35px;
    height: 35px;
  }
}

.inner_banner {
  min-height: 715px;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 76px;
  position: relative;
  z-index: 9;
  background-size: cover;
}
.inner_banner:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  z-index: -1;
}
.inner_banner h1 {
  color: #ffffff;
  font-style: normal;
  font-weight: 300;
  font-size: 75px;
  line-height: 1.2;
  padding: 0px 156px;
  margin-bottom: 0;
}
.inner_banner h1 strong {
  display: block;
  font-weight: bold;
}
@media only screen and (max-width: 1480px) {
  .inner_banner {
    min-height: 540px;
    padding-bottom: 40px;
  }
  .inner_banner h1 {
    font-size: 60px;
    padding: 0px 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .inner_banner {
    min-height: 480px;
    padding-bottom: 30px;
  }
  .inner_banner h1 {
    font-size: 46px;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .inner_banner {
    min-height: 400px;
  }
  .inner_banner h1 {
    font-size: 38px;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .inner_banner {
    min-height: 300px;
    padding-bottom: 15px;
  }
  .inner_banner h1 {
    font-size: 22px;
    padding: 0px 15px;
  }
}

#dark_mode .inner_banner:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 100%);
}
#dark_mode .inner_banner h1 {
  color: #ffffff;
}

.inquiries_section {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .inquiries_section {
    padding-top: 20px;
  }
}
.inquiries_section .head_text {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .inquiries_section .head_text {
    margin-bottom: 30px;
  }
}
.inquiries_section h2 {
  text-align: center;
  padding-bottom: 40px;
  font-family: "Jost", sans-serif;
}
@media (max-width: 1100px) {
  .inquiries_section h2 {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .inquiries_section h2 {
    padding-bottom: 15px;
  }
}
.inquiries_section p {
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.48;
}
@media (max-width: 1100px) {
  .inquiries_section p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .inquiries_section p {
    font-size: 16px;
  }
}
.inquiries_section .submit_btn {
  border: 2px solid #ffffff;
  border-radius: 5px;
  width: 370px;
  line-height: 78px;
  color: #ffffff;
  margin: 0 auto;
  display: block;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}
@media only screen and (max-width: 1480px) {
  .inquiries_section .submit_btn {
    width: 350px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .inquiries_section .submit_btn {
    width: 260px;
    font-size: 16px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .inquiries_section .submit_btn {
    width: 200px;
    font-size: 14px;
    line-height: 45px;
  }
}

.from_box {
  background: #ffffff;
  margin-bottom: 50px;
  padding: 34px 73px;
}
@media only screen and (max-width: 1480px) {
  .from_box {
    padding: 25px 50px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .from_box {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .from_box {
    padding: 15px;
  }
}
.from_box h3 {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.6;
  font-family: "Jost", sans-serif;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1480px) {
  .from_box h3 {
    font-size: 52px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .from_box h3 {
    font-size: 38px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .from_box h3 {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 340px) {
  .from_box h3 {
    font-size: 20px;
  }
}
.from_box .wrap_field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.from_box .wrap_field .input_field {
  width: 49%;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .from_box .wrap_field .input_field {
    width: 100%;
    margin-bottom: 10px;
  }
}
.from_box .wrap_field .in {
  width: 100%;
  background: #000000;
  border-radius: 5px;
  height: 75px;
  padding-left: 30px;
  padding-right: 30px;
  color: #ffffff;
  font-weight: 400;
  font-size: 27px;
  line-height: 40px;
}
.from_box .wrap_field .in::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.from_box .wrap_field .in::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.from_box .wrap_field .in:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.from_box .wrap_field .in:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
@media only screen and (max-width: 1480px) {
  .from_box .wrap_field .in {
    height: 65px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .from_box .wrap_field .in {
    height: 50px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .from_box .wrap_field .in {
    height: 45px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 340px) {
  .from_box .wrap_field .in {
    padding: 0 10px;
    font-size: 14px;
  }
}
.from_box .wrap_field textarea.in {
  height: 299px;
  padding-top: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1480px) {
  .from_box .wrap_field textarea.in {
    height: 240px;
  }
}
@media only screen and (max-width: 1199px) {
  .from_box .wrap_field textarea.in {
    height: 200px;
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
.from_box .checkbox_wrap {
  position: relative;
}
.from_box .checkbox_wrap label {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  padding-left: 65px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .from_box .checkbox_wrap label {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .from_box .checkbox_wrap label {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 340px) {
  .from_box .checkbox_wrap label {
    font-size: 14px;
    line-height: 1.2;
  }
}
.from_box .checkbox_wrap label .checkmark {
  position: absolute;
  border-radius: 5px;
  background-color: #000000;
  left: 0;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.from_box .checkbox_wrap label .checkmark:after {
  position: absolute;
  content: "";
  left: 15px;
  top: 8px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
@media only screen and (max-width: 991px) {
  .from_box .checkbox_wrap label .checkmark {
    width: 30px;
    height: 30px;
  }
  .from_box .checkbox_wrap label .checkmark:after {
    left: 12px;
    top: 5px;
    width: 8px;
    height: 18px;
  }
}
.from_box .checkbox_wrap label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.from_box .checkbox_wrap label input[type=checkbox]:checked ~ .checkmark:after {
  opacity: 1;
}

.contact {
  padding: 0;
}
.contact .container {
  max-width: 1627px;
}
@media (max-width: 767px) {
  .contact .container {
    padding: 0;
  }
}
.contact-card {
  padding: 95px 15px;
}
@media (max-width: 1199px) {
  .contact-card {
    padding: 70px 15px;
  }
}
@media (max-width: 767px) {
  .contact-card {
    padding: 30px 0px;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 767px) {
  .contact-card_info {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .contact-card_info:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.contact-card_info .iconWrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #000000;
  margin-bottom: 36px;
}
@media (max-width: 1199px) {
  .contact-card_info .iconWrap {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  .contact-card_info .iconWrap svg {
    width: 25px;
  }
}
@media (max-width: 767px) {
  .contact-card_info .iconWrap {
    margin: 0 auto 20px;
  }
}
.contact-card_info h5 {
  font-weight: 800;
  font-size: 26px;
  line-height: 1.19;
  font-family: "Jost", sans-serif;
  margin-bottom: 23px;
}
@media (max-width: 1199px) {
  .contact-card_info h5 {
    margin-bottom: 10px;
  }
}
.contact-card_info p {
  color: #000000;
  font-family: "Jost", sans-serif;
  line-height: 1.7;
  font-size: 17px;
  min-height: 57px;
  margin-bottom: 22px;
  max-width: 220px;
}
@media (max-width: 1199px) {
  .contact-card_info p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .contact-card_info p {
    max-width: 100%;
    min-height: auto;
    padding: 0 25px;
    margin-bottom: 15px;
  }
}
.contact-card_info a {
  text-decoration-line: underline;
  color: #000000;
  line-height: 1.7;
  font-size: 17px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
}
.contact-card_info a:hover {
  opacity: 0.7;
}
@media (max-width: 1199px) {
  .contact-map {
    padding: 0;
    min-height: 300px;
  }
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}

.anfahrt-info {
  padding: 140px 0;
  font-family: "Jost", sans-serif;
}
@media (max-width: 1199px) {
  .anfahrt-info {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .anfahrt-info {
    padding: 50px 0;
  }
}
.anfahrt-info .container {
  max-width: 1270px;
}
.anfahrt-info h2 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .anfahrt-info h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .anfahrt-info h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.anfahrt-info p {
  font-size: 27px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .anfahrt-info p {
    font-size: 18px;
  }
}

.showcase {
  padding-top: 31%;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.showcase h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  text-align: center;
}
@media only screen and (max-width: 1480px) {
  .showcase h2 {
    top: -40px;
  }
}
@media only screen and (max-width: 991px) {
  .showcase h2 {
    top: -30px;
  }
}
@media only screen and (max-width: 991px) {
  .showcase h2 {
    top: -20px;
  }
}

.social {
  padding: 87px 0;
}
@media (max-width: 1199px) {
  .social {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .social {
    padding: 30px 0;
  }
}
@media (max-width: 340px) {
  .social {
    padding: 20px 0;
  }
}
.social li {
  line-height: 0;
}
.social li a:hover {
  opacity: 0.4;
}
.social li:not(:last-child) {
  margin-right: 40px;
}

.contentInfo {
  padding: 134px 0;
}
@media (max-width: 1199px) {
  .contentInfo {
    padding: 85px 0;
  }
}
@media (max-width: 767px) {
  .contentInfo {
    padding: 40px 0;
  }
}
.contentInfo .container {
  max-width: 1630px;
}
@media (max-width: 767px) {
  .contentInfo_data {
    margin-bottom: 30px;
  }
}
.contentInfo_data h2 {
  font-size: 60px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .contentInfo_data h2 {
    font-size: 48px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .contentInfo_data h2 {
    font-size: 32px;
    text-align: center;
  }
}
.contentInfo_data p {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  line-height: 1.8;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .contentInfo_data p {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .contentInfo_data p {
    font-size: 18px;
    padding: 0;
  }
}

.showcaseRoom {
  padding: 40px 0 234px;
  font-family: "Jost", sans-serif;
}
@media (max-width: 767px) {
  .showcaseRoom {
    padding: 50px 0;
  }
}
.showcaseRoom .container {
  max-width: 1715px;
}
@media (max-width: 767px) {
  .showcaseRoom .container {
    padding: 0 15px;
  }
}
.showcaseRoom .gallery {
  width: 100%;
  margin-bottom: 57px;
}
.showcaseRoom .gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.showcaseRoom .gallery-slider .swiper-slide {
  width: auto;
  height: 460px;
}
@media (max-width: 767px) {
  .showcaseRoom .gallery-slider .swiper-slide {
    height: 180px;
  }
}
.showcaseRoom .gallery-slider .swiper-slide .bgImg {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.showcaseRoom .gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.showcaseRoom .gallery-thumbs .swiper-slide {
  width: 130px;
  height: 78px;
  text-align: center;
  overflow: hidden;
  opacity: 0.1;
}
@media (max-width: 767px) {
  .showcaseRoom .gallery-thumbs .swiper-slide {
    width: 65px;
    height: 50px;
  }
}
.showcaseRoom .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.showcaseRoom .gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.showcaseRoom h2 {
  margin-bottom: 65px;
  font-weight: 500;
  text-align: center;
  font-family: "Jost", sans-serif;
}
@media (max-width: 1199px) {
  .showcaseRoom h2 {
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .showcaseRoom h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 25px;
  }
}
.showcaseRoom .bottomInfo {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .showcaseRoom .bottomInfo {
    padding-left: 0;
  }
}
.showcaseRoom .bottomInfo .facilities {
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .showcaseRoom .bottomInfo .facilities {
    margin-bottom: 10px;
  }
}
.showcaseRoom .bottomInfo .facilities .single-facility {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .showcaseRoom .bottomInfo .facilities .single-facility {
    margin-bottom: 20px;
    max-width: 48%;
  }
  .showcaseRoom .bottomInfo .facilities .single-facility .icon svg, .showcaseRoom .bottomInfo .facilities .single-facility .icon img {
    max-width: 30px;
    max-height: 30px;
  }
}
.showcaseRoom .bottomInfo .facilities .info {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .showcaseRoom .bottomInfo .facilities .info {
    margin-left: 15px;
  }
  .showcaseRoom .bottomInfo .facilities .info svg {
    width: 26px;
  }
}
.showcaseRoom .bottomInfo .facilities .info .f_name {
  color: #ffffff;
  font-size: 19px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .showcaseRoom .bottomInfo .facilities .info .f_name {
    font-size: 17px;
  }
}
@media (max-width: 340px) {
  .showcaseRoom .bottomInfo .facilities .info .f_name {
    font-size: 14px;
  }
}
.showcaseRoom .bottomInfo .facilities .info .f_count {
  color: #ffffff;
  font-size: 17px;
}
@media (max-width: 767px) {
  .showcaseRoom .bottomInfo .facilities .info .f_count {
    font-size: 15px;
  }
}
@media (max-width: 340px) {
  .showcaseRoom .bottomInfo .facilities .info .f_count {
    font-size: 14px;
  }
}
.showcaseRoom .bottomInfo p {
  font-size: 27px;
  line-height: 1.48;
}
@media (max-width: 767px) {
  .showcaseRoom .bottomInfo p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .showcaseRoom .showcaseRoom-right {
    margin-top: 50px;
  }
}
.showcaseRoom .showcaseRoom-right .form-input {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  border-radius: 6px;
  padding: 16.5px 25px;
}
@media (max-width: 767px) {
  .showcaseRoom .showcaseRoom-right .form-input {
    padding: 10px 15px;
    margin-bottom: 15px;
  }
}
.showcaseRoom .showcaseRoom-right .form-input select {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  border: 0;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  font-size: 13px;
  line-height: 1.69;
  letter-spacing: 1.5px;
  color: #000000;
  outline: 0;
  cursor: pointer;
  background: url('data:image/svg+xml,<svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.84222 0.431938C7.84222 0.431938 7.86693 0.456648 7.91635 0.506069C7.96577 0.555489 7.99048 0.647827 7.99048 0.783082C7.99048 0.918338 7.94106 1.03539 7.84222 1.13423L4.34638 4.63006C4.24754 4.7289 4.13049 4.77832 3.99524 4.77832C3.85998 4.77832 3.74293 4.7289 3.64409 4.63006L0.148261 1.13423C0.0494203 1.03539 0 0.918338 0 0.783082C0 0.647827 0.0494203 0.530779 0.148261 0.431938C0.247101 0.333098 0.364149 0.283678 0.499405 0.283678H7.49107C7.62633 0.283678 7.74337 0.333098 7.84222 0.431938Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  background-position: center right;
}
.showcaseRoom .showcaseRoom-right .form-input label {
  font-size: 16px;
  line-height: 27px;
  color: #8f8f8f;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.showcaseRoom .showcaseRoom-right .form-btn {
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 5px;
  width: 100%;
  padding: 22px 0;
  font-size: 14px;
  line-height: 20px;
  transition: 0.25s ease all;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 767px) {
  .showcaseRoom .showcaseRoom-right .form-btn {
    padding: 12px 0;
  }
}
.showcaseRoom .showcaseRoom-right .form-btn:hover {
  background-color: #ffffff;
  color: #000000;
}

#dark_mode .anfahrt-info, #dark_mode .contentInfo {
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  #dark_mode .contact-card {
    border-bottom: 1px solid #444444;
  }
}
@media (max-width: 767px) {
  #dark_mode .contact-card_info:not(:last-child) {
    border-bottom: 1px solid #444444;
  }
}
#dark_mode .showcaseRoom .form-input label {
  color: #e7e6e6;
}
#dark_mode .showcaseRoom .bottomInfo .facilities .info .f_name {
  color: #000000;
}
#dark_mode .showcaseRoom .bottomInfo .facilities .info .f_count {
  color: #000000;
}
#dark_mode .showcaseRoom .bottomInfo .facilities .icon img {
  filter: brightness(0) saturate(100%);
}
#dark_mode .showcaseRoom .showcaseRoom-right .form-input {
  background: #202020;
}
#dark_mode .showcaseRoom .showcaseRoom-right .form-input select {
  color: #ffffff;
  background: url('data:image/svg+xml,<svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.84222 0.431938C7.84222 0.431938 7.86693 0.456648 7.91635 0.506069C7.96577 0.555489 7.99048 0.647827 7.99048 0.783082C7.99048 0.918338 7.94106 1.03539 7.84222 1.13423L4.34638 4.63006C4.24754 4.7289 4.13049 4.77832 3.99524 4.77832C3.85998 4.77832 3.74293 4.7289 3.64409 4.63006L0.148261 1.13423C0.0494203 1.03539 0 0.918338 0 0.783082C0 0.647827 0.0494203 0.530779 0.148261 0.431938C0.247101 0.333098 0.364149 0.283678 0.499405 0.283678H7.49107C7.62633 0.283678 7.74337 0.333098 7.84222 0.431938Z" fill="white"/></svg>');
}
#dark_mode .showcaseRoom .showcaseRoom-right .form-btn {
  border: 2px solid #000000;
  color: #000000;
}
#dark_mode .showcaseRoom .showcaseRoom-right .form-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.everyday_life_section {
  padding-top: 135px;
  padding-bottom: 100px;
}
@media (max-width: 1480px) {
  .everyday_life_section {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .everyday_life_section {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .everyday_life_section {
    padding-top: 30px;
  }
}
.everyday_life_section .container {
  max-width: 1680px;
}
.everyday_life_section .title {
  max-width: 1100px;
  margin-bottom: 50px;
}
@media (max-width: 1640px) {
  .everyday_life_section .title {
    margin-bottom: 30px;
  }
}
.everyday_life_section .title h2 {
  margin-bottom: 30px;
}
@media (max-width: 1640px) {
  .everyday_life_section .title h2 {
    margin-bottom: 10px;
  }
}
.everyday_life_section .title p {
  color: #B7B7B7;
}
.everyday_life_section .table-responsive {
  padding-bottom: 40px;
}
@media (max-width: 1640px) {
  .everyday_life_section .table-responsive {
    padding-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .everyday_life_section .table-responsive {
    padding-bottom: 10px;
  }
}
.everyday_life_section .table-responsive::-webkit-scrollbar {
  height: 18px;
  background-color: #ffffff;
}
@media (max-width: 1640px) {
  .everyday_life_section .table-responsive::-webkit-scrollbar {
    height: 12px;
  }
}
@media (max-width: 767px) {
  .everyday_life_section .table-responsive::-webkit-scrollbar {
    height: 8px;
  }
}
.everyday_life_section .table-responsive::-webkit-scrollbar-thumb {
  background-color: #4D4D4D;
}
.everyday_life_section .everyday_life_gallery {
  display: table;
  width: 100%;
}
.everyday_life_section .everyday_life_gallery .gallery-img {
  display: table-row;
}
.everyday_life_section .everyday_life_gallery .gallery-img .col-box {
  display: table-cell;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .everyday_life_section .everyday_life_gallery .gallery-img .col-box {
    padding: 0 5px;
  }
}
.everyday_life_section .everyday_life_gallery .gallery-img .col-box:first-child {
  padding-left: 0;
}
.everyday_life_section .everyday_life_gallery .gallery-img .col-box:last-child {
  padding-right: 0;
}
.everyday_life_section .everyday_life_gallery .gallery-img img {
  max-height: 478px;
  max-width: inherit;
}
@media (max-width: 1640px) {
  .everyday_life_section .everyday_life_gallery .gallery-img img {
    max-height: 375px;
  }
}
@media (max-width: 1640px) {
  .everyday_life_section .everyday_life_gallery .gallery-img img {
    max-height: 310px;
  }
}
@media (max-width: 767px) {
  .everyday_life_section .everyday_life_gallery .gallery-img img {
    height: auto;
    max-width: 310px;
    max-height: 150px;
    min-height: 150px;
  }
}

.sanctuary_section {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 135px;
  padding-bottom: 150px;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .sanctuary_section {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .sanctuary_section {
    margin-bottom: 0;
  }
}
.sanctuary_section .sanctuary_inner {
  display: inline-block;
  width: 100%;
  margin-top: -55px;
}
@media (max-width: 1640px) {
  .sanctuary_section .sanctuary_inner {
    margin-top: 0;
  }
}
.sanctuary_section .sanctuary_inner h2 {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  margin-bottom: 90px;
  text-align: center;
}
@media (max-width: 1640px) {
  .sanctuary_section .sanctuary_inner h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .sanctuary_section .sanctuary_inner h2 {
    margin-bottom: 30px;
  }
}
.sanctuary_section .sanctuary_inner p {
  font-size: 38px;
  line-height: 1.45;
}
@media (max-width: 1640px) {
  .sanctuary_section .sanctuary_inner p {
    font-size: 32px;
  }
}
@media (max-width: 1440px) {
  .sanctuary_section .sanctuary_inner p {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .sanctuary_section .sanctuary_inner p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .sanctuary_section .sanctuary_inner p {
    font-size: 18px;
  }
}
.sanctuary_section .sanctuary_inner .more_link {
  margin-top: 110px;
}
@media (max-width: 1640px) {
  .sanctuary_section .sanctuary_inner .more_link {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .sanctuary_section .sanctuary_inner .more_link {
    margin-top: 30px;
  }
}
.sanctuary_section .sanctuary_inner .more_link a {
  color: #ffffff;
}

.enjoy_nature_section {
  padding-top: 150px;
}
@media (max-width: 1480px) {
  .enjoy_nature_section {
    padding-top: 120px;
  }
}
@media (max-width: 1199px) {
  .enjoy_nature_section {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .enjoy_nature_section {
    padding-top: 20px;
  }
}
.enjoy_nature_section .container {
  max-width: 1245px;
}
@media (max-width: 1480px) {
  .enjoy_nature_section .container {
    max-width: 900px !important;
  }
}
@media (max-width: 1366px) {
  .enjoy_nature_section .container {
    max-width: 800px !important;
  }
}
@media (max-width: 767px) {
  .enjoy_nature_section .row > [class*=col-]:last-child {
    margin-top: -30px;
  }
}
.enjoy_nature_section .content {
  max-width: 570px;
  margin-bottom: 35px;
}
@media (max-width: 1640px) {
  .enjoy_nature_section .content {
    margin-bottom: 20px;
  }
}
.enjoy_nature_section .content h6 {
  margin-bottom: 25px;
  color: #ffffff;
  letter-spacing: 4px;
}
@media (max-width: 1640px) {
  .enjoy_nature_section .content h6 {
    margin-bottom: 10px;
  }
}
.enjoy_nature_section .content h6 strong {
  font-size: 55px;
  font-weight: 500;
}
@media (max-width: 1480px) {
  .enjoy_nature_section .content h6 strong {
    font-size: 45px;
  }
}
.enjoy_nature_section .content p {
  letter-spacing: 5px;
}
@media (max-width: 1440px) {
  .enjoy_nature_section .content p {
    font-size: 16px;
  }
}
.enjoy_nature_section .btn {
  color: #ffffff;
  font-size: 13px;
  padding-bottom: 10px;
}
.enjoy_nature_section .natureImgs {
  display: flex;
  align-items: center;
  margin-right: -155px;
}
@media (max-width: 1440px) {
  .enjoy_nature_section .natureImgs {
    margin-right: -100px;
  }
}
@media (max-width: 767px) {
  .enjoy_nature_section .natureImgs {
    margin-right: 0;
  }
}
.enjoy_nature_section .natureImg1 {
  width: 60%;
  margin-top: 10px;
}
@media (max-width: 1640px) {
  .enjoy_nature_section .natureImg1 {
    height: 250px;
  }
}
@media (max-width: 1440px) {
  .enjoy_nature_section .natureImg1 {
    height: 170px;
  }
}
@media (max-width: 1199px) {
  .enjoy_nature_section .natureImg1 {
    width: 51%;
  }
}
@media (max-width: 767px) {
  .enjoy_nature_section .natureImg1 {
    width: 56%;
    margin-top: 0;
  }
}
.enjoy_nature_section .natureImg1 img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.enjoy_nature_section .natureImg2 {
  width: 40%;
  position: relative;
  right: -4%;
  z-index: 1;
  height: 440px;
}
@media (max-width: 1640px) {
  .enjoy_nature_section .natureImg2 {
    height: 370px;
    width: 38%;
  }
}
@media (max-width: 1440px) {
  .enjoy_nature_section .natureImg2 {
    width: 35.5%;
    height: 230px;
  }
}
@media (max-width: 1199px) {
  .enjoy_nature_section .natureImg2 {
    width: 35.5%;
  }
}
@media (max-width: 767px) {
  .enjoy_nature_section .natureImg2 {
    width: 40%;
  }
}
.enjoy_nature_section .natureImg2 img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.enjoy_nature_section .natureImg3 {
  max-width: 93%;
  margin-bottom: 30px;
  height: 450px;
}
@media (max-width: 1640px) {
  .enjoy_nature_section .natureImg3 {
    height: 310px;
  }
}
@media (max-width: 1440px) {
  .enjoy_nature_section .natureImg3 {
    height: 220px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .enjoy_nature_section .natureImg3 {
    max-width: 85%;
    margin-bottom: 0;
  }
}
.enjoy_nature_section .natureImg3 img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.enjoy_nature_section .natureImg4 {
  max-width: 72.5%;
  height: 250px;
}
@media (max-width: 1440px) {
  .enjoy_nature_section .natureImg4 {
    max-width: 76.5%;
  }
}
@media (max-width: 767px) {
  .enjoy_nature_section .natureImg4 {
    max-width: 85%;
    margin-top: -50px;
  }
}
.enjoy_nature_section .natureImg4 img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}

#dark_mode .enjoy_nature_section .content h6 {
  color: #000000;
}
#dark_mode .enjoy_nature_section .content strong {
  color: #000000;
}
#dark_mode .enjoy_nature_section .btn {
  color: #000000;
}

.tribute_section .container {
  max-width: 1300px;
}
.tribute_section .box_list_wrap {
  margin-top: 50px;
}
@media (max-width: 1366px) {
  .tribute_section .box_list_wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .tribute_section .box_list_wrap {
    padding: 0px 5px;
  }
  .tribute_section .box_list_wrap .col-6 {
    margin-bottom: 10px;
  }
}
.tribute_section .box_list_wrap .box_list {
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 24px 30px;
  margin-bottom: 21px;
}
.tribute_section .box_list_wrap .box_list h6 {
  margin-bottom: 0;
  padding-left: 23px;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
}
@media (max-width: 1366px) {
  .tribute_section .box_list_wrap .box_list {
    padding: 20px;
  }
  .tribute_section .box_list_wrap .box_list h6 {
    padding-left: 18px;
  }
}
@media (max-width: 767px) {
  .tribute_section .box_list_wrap .box_list {
    padding: 10px 15px;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    margin-bottom: 0;
    border-radius: 10px;
  }
  .tribute_section .box_list_wrap .box_list h6 {
    padding-left: 18px;
    width: 100%;
    padding-left: 0;
    text-align: center;
    font-size: 15px;
  }
}
.tribute_section .box_list_wrap .p-10 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .tribute_section .box_list_wrap .p-10 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.discover_section .container {
  max-width: 1680px;
}
.discover_section .gallery_wrapper {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .discover_section .gallery_wrapper {
    margin-top: 30px;
  }
}
.discover_section .gallery_wrapper .grid_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.discover_section .gallery_wrapper .grid_row .grid-big {
  width: 60%;
}
.discover_section .gallery_wrapper .grid_row .grid-small {
  width: 38.5%;
}
.discover_section .gallery_wrapper .grid_row .grid-item {
  margin-bottom: 28px;
}
@media (max-width: 1366px) {
  .discover_section .gallery_wrapper .grid_row .grid-item {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .discover_section .gallery_wrapper .grid_row .grid-item {
    margin-bottom: 10px;
  }
}
.discover_section .gallery_wrapper .grid_row img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.discover_section .gallery_wrapper .grid_row.reverse_grid {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .discover_section .gallery_wrapper .grid_row .grid-big {
    width: 100%;
  }
  .discover_section .gallery_wrapper .grid_row .grid-small {
    width: 100%;
  }
}

.error_section {
  padding: 250px 0;
}
.error_section .container {
  max-width: 800px;
  text-align: center;
}
.error_section h2 {
  font-size: 150px;
  margin-bottom: 0;
}
.error_section h5 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}
.error_section p {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 40px;
}
.error_section .btn_error {
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 10px;
  border: 2px solid #ffffff;
  line-height: 43px;
  padding: 0px 19px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .error_section h2 {
    font-size: 90px;
  }
  .error_section h5 {
    font-size: 22px;
  }
  .error_section p {
    margin-bottom: 20px;
  }
}

.home_banner .mask, .inner_banner .mask {
  width: 100%;
  overflow: hidden;
}
.home_banner .mask *:not(.btn), .inner_banner .mask *:not(.btn) {
  opacity: 0;
}
.home_banner .active .mask *:not(.btn), .home_banner.active .mask *:not(.btn), .inner_banner .active .mask *:not(.btn), .inner_banner.active .mask *:not(.btn) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up;
  animation-name: slide-up;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-up {
  0% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
/* Mask Animation */
.mask_box {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .mask_box {
    height: auto;
  }
}
.mask_box .hidden_sec {
  opacity: 0;
  visibility: hidden;
  -o-transition: opacity 0s linear 0.3s, visibility 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: opacity 0s linear 0.3s, visibility 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: opacity 0s linear 0.3s, visibility 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: opacity 0s linear 0.3s, visibility 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.mask_box.animated .hidden_sec {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
@media (max-width: 767px) {
  .mask_box.animated .hidden_sec {
    height: auto;
  }
}

.mask-anim {
  margin-right: -10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  z-index: 3;
  -moz-transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, left 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -o-transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, left 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -webkit-transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, left 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, left 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, left 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
.mask-anim.right_ani {
  left: 100%;
  right: 0;
  background: #000000;
  margin-left: -10px;
  -moz-transition: bottom 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, left 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, margin 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s, right 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
  -o-transition: bottom 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, left 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, margin 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s, right 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
  -webkit-transition: bottom 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, left 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, margin 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s, right 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
  transition: bottom 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, left 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, margin 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s, right 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
}

#dark_mode .mask-anim.white {
  background: #ffffff;
}

.is-visible.mask-anim {
  margin-right: 0;
  right: 0;
  bottom: 0;
  left: 100%;
}

.is-visible.mask-anim.right_ani {
  left: 0;
  bottom: 0;
  right: 100%;
  margin-left: 0;
}/*# sourceMappingURL=style.css.map */