@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;500&display=swap');
/* Configurations */

html,
body,
div {
  padding: 0;
  margin: 0;
  /* font-family: 'Questrial', sans-serif; */
}

body {
  overflow-x: hidden;
}

/* Colors */

:root {
  --theme-bg-primary: #05453a;
  --theme-bg-secondary: #CDBD00;
}

/* Colors */
a:hover {
  color: var(--theme-bg-secondary);
}

/* Configurations */
/* Sections */
.section__title2 {
  text-align: center;
  font-size: 2rem;
  color: #8A8787;
}

/* Navbar */
header {
  position: absolute;
  z-index: 9999;
  width: 100%;
}

.primary-nav {
  background-color: rgba(0, 0, 0, 0.212);
  backdrop-filter: blur(3px);
  z-index: 8888;
}

/*.drd:not(:last-child){*/
/*  margin-right: 2rem;*/
/*  padding: 0!important;*/
/*}*/
.drd li {
  padding: 0 !important;
  margin: 0 !important;
}

.navbar {

  /* background-color: var(--theme-bg-primary); */
  color: white;
  width: 100%;
}

.navbar .head-list {
  display: flex;
  align-items: center;
}

.navbar .head-list li {
  font-family: 'Open Sans', sans-serif;
}

.navbar .head-list li:not(:first-child) {
  padding-left: 2rem;
}

.navbar .dropdown-content {
  visibility: hidden;
  opacity: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 10px 30px 0 rgb(45 45 45 / 20%);
  position: absolute;
  min-width: 125px;
  transition: visibility .5s, opacity .2s linear;
  /* z-index: 9998; */
}

.navbar .dropdown-content .dropdown-link {
  width: 100%;
  display: block;
  padding: 10px;
  text-align: center;
  color: black;

}

.navbar .dropdown-content .dropdown-link:hover {
  color: var(--theme-bg-secondary);
}

.navbar .dropdown {
  position: relative;
  display: inline-block;
}

.navbar .dropdown:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
}

.navbar .dropdown:hover .lang-dropdown {
  color: var(--theme-bg-secondary);
  cursor: pointer;
}

.navbar .nav-link {
  color: #fff !important;
  font-family: 'Montserrat Alternates', sans-serif !important;
}

.coll .nav-link {
  color: #000 !important;
}

.navbar .navbar-brand {
  visibility: hidden;
  opacity: 0;
  transition: visiblity .3s, opacity .4s linear;
}

.coll .navbar-brand {
  visibility: visible;
  opacity: 1;
}

.navbar .active {
  color: var(--theme-bg-secondary) !important;
}

.navbar {
  transition: all .3s linear;
}

.coll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  background-color: white;
  color: black;
  z-index: 9998;
}

/* Navlink */
.navbar .nav-link {
  transition: color .3s linear;
}

.navbar .nav-link:hover {
  color: var(--theme-bg-secondary) !important;
}

/* Navlink */
/* Navbar */

/* Hero */
.herosection {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}

.content {
  width: 100%;
  padding: 0;
  height: 100vh;
}

.herosection .backgroundoverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(#000000 0%, #2c2c2c 70%);
  opacity: 0.6;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: 7000;
}

.herosection .content-center {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  color: white;
  z-index: 7001;
  justify-content: center;
}

.herosection video {
  width: 100vw !important;
  height: 100vh !important;
}

.herosection .hero-undertitle {
  font-style: italic;
  font-weight: inherit;
  font-size: 36px;
}

.herosection .hero-title {
  font-weight: bold;
  font-size: 72px;
  word-break: break-word;
}

/* Hero */
/* AboutUs */
.aboutus {
  padding-top: 3rem;
}

.section_title {
  text-align: center;
  font-size: 2rem;
  color: #8A8787;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.section_title::before,
.section_title::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #8A8787;
  z-index: -1;
  position: relative;
  vertical-align: middle;
}

.section_title:before {
  right: 15px;
  margin: 0 0 0 -100%;
}

.section_title:after {
  left: 15px;
  margin: 0 -100% 0 0;
}

.aboutus .about-text {
  text-align: center;
  color: #8A8787;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* SectionAbout */
zh-aboutsection {
  display: block !important;
  padding: 5rem 6rem;
  /* width: 100%; */
}

.secondary {
  background-color: var(--theme-bg-secondary) !important;
}

.zh-item {
  display: flex;
  align-items: center;
}

.zh-about-text {
  margin-left: 1.5rem;
  color: white;
}

.zh-item:not(:first-child) {
  margin-top: 3rem;
}

/* SectionAbout */
/* AboutUs */
/* Production */
.production {
  position: relative;
}

.production .intro {
  position: absolute;
  background-color: #F9F9F9;
  height: 300px;
  width: 100%;
  z-index: -1;
}

.owl-prev {
  display: none;
}

.owl-next {
  display: none;
}

.owl-dots {
  width: 100%;
  z-index: 3;
  justify-content: center;
  display: flex;
  margin-top: 2rem;
}

.owl-dots .active {
  width: 12px;
  height: 12px;
  border: 1px solid #C4C4C4 !important;
  background-color: #C4C4C4 !important;
  z-index: 2;
}

.owl-dot {
  width: 12px;
  height: 12px;
  border: 1px solid #C4C4C4 !important;
  z-index: 2;
}

.owl-dot:not(:first-child) {
  margin-left: 2rem;
}

.production_imageholder {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 400px;
}

zh-card h5 {
  font-weight: bold;
}

zh-card p {
  font-size: 14px;
  margin-top: 0.5rem;
}

zh-card img {
  /* max-width: 100%; */
  max-height: 410px;
}

.item:not(:last-child) {
  margin-right: 30px;
}



/* Production */
/* Information */
.info {
  margin-top: 6rem;
}

.info .info-text {
  color: #8A8787;
  line-height: 20px;
  margin-top: 2rem;
}

/* Information */
/* Gallery */
.gallery {
  position: relative;
  margin-top: 3rem;
}

.inner-header {
  background: var(--theme-bg-secondary);
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 303px;
}

.inner-header img {
  width: 100%;
  height: 303px;
}

.inner-body {
  padding-top: 5rem;
}

.gallery-slider {
  padding-top: 3rem;
}

.gallery-slider img {
  width: 100%;
}

.main-gallery {
  text-align: center;
  display: flex;
  justify-content: center;
}

.main-gallery .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 565px;
}

.no-image {
  width: 100%;
  height: 565px;
  border: 1px solid var(--theme-bg-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}

.nav-gallery {
  margin-top: 2rem;
  display: flex;
}

.nav-gallery-image {
  cursor: pointer !important;
}

.nav-gallery .slick-current {
  border: 1px solid red;
}

.nav-gallery img {
  width: 180px;
  height: 140px !important;
}

.nav-gallery img:not(:last-child) {
  margin-right: 30px !important;
}


/* Gallery */

/* Contacts */
.contacts {
  padding-top: 4rem;
}

.map-card {
  width: 100%;
  padding: 0;
  height: 100%;
}

.map-card iframe {
  width: 100%;
  height: 600px;
}

/* Contacts */
/* Footer */
.footer {
  background-color: #5B5401;
  color: white;
  padding: 20px 100px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 3rem;
}

/* Footer */
/* Sections */
/* Slick */
.slick-prev {
  position: absolute;
  height: 100%;
  z-index: 10;
  width: 3rem;
  color: white;
  background: #80808087;
  backdrop-filter: opacity(0.5);
}

.slick-next {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  margin-right: 12px;
  width: 3rem;
  color: white;
  background: #80808087;
  backdrop-filter: opacity(0.5);
}

/* Responsive */
/* Nav Collapse */
#NavCollapseToggle {
  position: relative;
  margin-right: 3rem;
  cursor: pointer;
  display: none;
}

#NavCollapseToggle:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 2px;
  background: white;
  transform: translateY(-5px);
  transition: 0.2s;

}

#NavCollapseToggle:after {
  content: '';
  position: absolute;
  width: 28px;
  height: 2px;
  background: white;
  transform: translateY(5px);
  transition: 0.2s;

}

#NavCollapseToggle.active:before {
  transform: translateY(0px) rotate(45deg);
  background: black;
}

#NavCollapseToggle.active:after {
  transform: translateY(0px) rotate(-45deg);
  background: black;
}

.coll #NavCollapseToggle:before,
.coll #NavCollapseToggle:after {
  background: black;
}

.navigationCollapse {
  display: none;
}

/* /Nav Collapse */
/* Font sizes */
/* @BigTablets and Ipads */
@media screen and (max-width: 769px) {
  #NavCollapseToggle {
    display: block;
  }

  .herosection video {
    object-fit: cover !important;
  }

  .nav {
    display: none;
  }

  .navigationCollapse {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    transition: .5s;
    background: white;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    /*background-color: transparent!important;*/
  }

  .navigationCollapse.active {
    opacity: 1;
    visibility: visible;
    position: fixed;
    z-index: 8888;
    width: 100%;
    height: 100%;
    background: white;
    transform: translateX(0%);
    padding-top: 10%;
  }

  .navigationCollapse .navcollbody {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .navcollbody ul li {
    padding: 10px;
    font-size: 16pt;
    text-align: center;
  }

  .hero-title {
    font-size: 25pt !important;
  }

  .hero-undertitle {
    font-size: 15pt !important;
  }

  #smallcollapse {
    display: none;
  }

  .navbar-brand {
    opacity: 1 !important;
    visibility: visible !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .zh-item {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  zh-iframe {
    margin-right: auto;
    margin-left: auto;
    display: block !important;
    margin-bottom: 2rem;
  }

  .row {
    display: block;
  }

  .zh-about-text {
    margin: 0;
    text-align: center;
  }

  .aboutus .container .row .col-md:not(:last-child) {
    margin-bottom: 3rem;
    width: 100% !important;
  }

  .aboutus .container .row .col-sm-4 {
    width: 100% !important;
  }

  .contacts .container .row .col-sm-4 {
    width: 100%;
  }

  .contacts .container .row .col-sm-4:not(:last-child) {
    margin-top: 1rem;
  }
}

#location {
  display: flex;
}

/* Iphone */
@media screen and (max-width: 400px) {

  #NavCollapseToggle {
    display: block;
  }

  .section_title {
    font-size: 16pt !important;
  }

  .section__title2 {
    font-size: 18pt !important;
  }

  .hero-title {
    font-size: 18pt !important;
    word-break: break-word !important;
  }

  .zh-item {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  zh-iframe {
    margin-right: auto;
    margin-left: auto;
    display: block !important;
    margin-bottom: 2rem;
  }

  .zh-about-text {
    text-align: center;
    margin: 0;
  }

  .aboutus .container .row .col-md:not(:last-child) {
    margin-bottom: 3rem;
  }

  .navigationCollapse {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    transition: .5s;
    background: white;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    /*background-color: transparent!important;*/
  }

  .navigationCollapse.active {
    opacity: 1;
    visibility: visible;
    position: fixed;
    z-index: 8888;
    width: 100%;
    height: 100%;
    background: white;
    transform: translateX(0%);
    padding-top: 25%;
  }

  .navigationCollapse .navcollbody {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .navcollbody ul li {
    padding: 10px;
    font-size: 16pt;
    text-align: center;
  }

  .hero-undertitle {
    font-size: 15pt !important;
  }

  #smallcollapse {
    display: none;
  }

  zh-aboutsection {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .herosection video {
    object-fit: cover !important;
  }

  .nav {
    display: none;
  }

  .navbar-brand {
    opacity: 1 !important;
    visibility: visible !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 1023px) {

  .navbar-brand {
    margin-left: auto;
    margin-right: auto;
    opacity: 1 !important;
    visibility: visible !important;
  }

  #location {
    display: none;
  }

  .zh-item {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  zh-iframe {
    margin-right: auto;
    margin-left: auto;
    display: block !important;
    margin-bottom: 2rem;
  }

  .row {
    display: block;
  }

  .zh-about-text {
    margin: 0;
    text-align: center;
  }

  .aboutus .container .row .col-md:not(:last-child) {
    margin-bottom: 3rem;
    width: 100% !important;
  }

  .aboutus .container .row .col-sm-4 {
    width: 100% !important;
  }

  .contacts .container .row .col-sm-4 {
    width: 100%;
  }

  .contacts .container .row .col-sm-4:not(:last-child) {
    margin-top: 1rem;
  }
}

.navcollbody ul li:last-child {
  display: flex;
  justify-content: center;
}

/* Collapse Language List responsivity */
.collapseLang {
  display: flex;
}

.collapseLang li:not(:first-child) {
  border-left: 1px solid black;
}

.collapseLang li .active {
  color: var(--theme-bg-secondary);
}