/* ======= Basic style ======= */
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}
body {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.75em;
  color: #666;
  overflow-x: hidden !important;
}
p {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.3em;
  color: #bbb7b7;
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", serif;
  font-weight: 200;
  line-height: 1.25em;
  margin: 0 0 5px 0;
  color: #fcfcfc;
}
h7 {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  color: #bbb7b7;
  margin-bottom: 20px;
}
img {
  width: 100%;
  height: auto;
}
img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #f4f4f4;
}
span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
b {
  font-weight: 400;
  color: #f00fac;
}

table,
th,
tr,
td {
  border: 1px solid #f8f5f0;
}
th,
tr,
td {
  padding: 10px;
}
.alert-success {
  background: transparent;
  color: #ff19ec;
  border: 1px solid #ff19ec;
  border-radius: 0px;
}
.teburio {
  background: #000;
  padding-top: 40px;
  padding-bottom: 50px;
  margin: 10px;
}

/* blockquote */
blockquote {
  padding: 45px;
  display: block;
  position: relative;
  background-color: #f8f5f0;
  overflow: hidden;
  margin: 35px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
}
blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
}
blockquote:before {
  content: "\e645";
  font-family: "Themify";
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #222;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p a {
  color: inherit;
}
blockquote cite {
  display: inline-block;
  font-size: 15px;
  position: relative;
  padding-left: 60px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: #f00fac;
  font-weight: 400;
}
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: #f00fac;
}

/* ======= Helper style ======= */
.mt-0 {
  margin-top: 0 !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}

/* important */
.o-hidden {
  overflow: hidden;
}
.position-re {
  position: relative;
}
.full-width {
  width: 100%;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed;
}
.pattern {
  background-repeat: repeat;
  background-size: auto;
}
.bold {
  font-weight: 600;
}
.count {
  font-family: "Oswald", serif;
}
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.v-middle {
  position: absolute;
  top: 72%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.v-bottom {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 0;
  -webkit-transform: translate(0%, -5%);
  transform: translate(0%, -5%);
}
.js .animate-box {
  opacity: 0;
}

/* background & color */
.bg-black {
  background: #0a0a0a;
}
.bg-veryblack {
  background: #000000;
}
/*.bg-cream {
    background: #f8f0f1 ;
}*/
.color-1 {
  color: #fff;
}
.color-2 {
  color: #adadad;
}
.color-3 {
  color: #666;
}
.color-4 {
  color: #222;
}
.color-5 {
  color: #f00fac;
}
.color-6 {
  color: #ff0303;
}
.color-7 {
  color: #42ff3b;
}

/* star - white  */
.star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 0.3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 8px;
}
.star:before,
.star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.star:after {
  transform: rotate(35deg);
}
/* Star rating  */
.star-rating {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #f00fac;
  border-left: 0.3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 8px;
}
.star-rating:before,
.star-rating:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #f00fac;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.star-rating:after {
  transform: rotate(35deg);
}

/* ======= Selection style ======= */
::-webkit-selection {
  color: #fff;
  background: #f00fac;
}
::-moz-selection {
  color: #fff;
  background: #f00fac;
}
::selection {
  color: #fff;
  background: #f00fac;
}

/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000000;
  z-index: 999999;
}
#preloader {
  display: table;
  table-layout: fixed;
}
#preloader-status {
  display: table-cell;
  vertical-align: middle;
}
.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.loader {
  position: relative;
  width: 55px;
  height: 55px;
  left: 50%;
  top: auto;
  margin-left: -22px;
  margin-top: 1px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 1px solid rgba(65, 65, 65, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.loader span {
  position: absolute;
  width: 55px;
  height: 55px;
  top: -1px;
  left: -1px;
  border: 1px solid transparent;
  border-top: 1px solid #f00fac;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  line-height: 1.5;
  display: block;
  outline: none;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #adadad;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f00fac;
  border: 1px solid #f00fac;
}

/* === owl carousel nav style  === */
.news .owl-theme .owl-nav {
  position: absolute !important;
  top: 35% !important;
  bottom: auto !important;
  width: 100%;
}
.news .owl-theme .owl-nav {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.news .owl-theme .owl-prev {
  left: 10px !important;
}
.news .owl-theme .owl-next {
  right: 10px !important;
}
.news .owl-theme .owl-prev,
.news .owl-theme .owl-next {
  color: #ffffff;
  position: absolute !important;
  top: 50%;
  padding: 0;
  height: 50px;
  width: 50px;
  border-radius: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #272727;
  border: 1px solid #272727;
  line-height: 0;
  text-align: center;
  font-size: 16px;
}
.news .owl-theme .owl-prev > span,
.news .owl-theme .owl-next > span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news .owl-theme .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  line-height: 34px;
  background: transparent;
  color: #fff;
  font-size: 11px;
  margin-right: 15px;
  margin-left: 15px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.news .owl-theme .owl-nav [class*="owl-"]:hover {
  transform: scale(0.9);
  background: transparent;
  border: 1px solid #f00fac;
  color: #ffffff;
}
/*
@media screen and (max-width: 768px) {
    .clients .owl-theme .owl-nav,
    .team .owl-theme .owl-nav,
    .slider-grid-bg .owl-theme .owl-nav,
    .news .owl-theme .owl-nav,
    .pricing .owl-theme .owl-nav,
    .testimonials .owl-theme .owl-nav,
    .rooms-page .owl-theme .owl-nav,
    .rooms3 .owl-theme .owl-nav,
    .rooms2 .owl-theme .owl-nav,
    .rooms1 .owl-theme .owl-nav {
        display: none;
    }
}
*/

/* ======= Section style ======= */
.section-padding {
  padding: 100px 0;
}
.section-padding2 {
  padding: 0 0 120px 0;
}
.section-padding3 {
  padding: 50px 0 10px 0;
}
.section-padding h6 {
  color: #f00fac;
  font-size: 20px;
  margin-bottom: 20px;
}
.section-subtitle {
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #f00fac;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 6px;
  margin-bottom: 5px;
}
.section-subtitle span {
  color: #f00fac;
}
.section-title {
  font-size: 45px;
  font-family: "Oswald", serif;
  font-weight: 400;
  color: #dbdbdb;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.25em;
}
.section-title span {
  color: #fff;
}

/* ======= Navbar style ======= */
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 99;
  padding-right: 0;
  padding-left: 0;
  padding-top: 30px;
  padding-bottom: 0;
  height: 90px;
}
.navbar .icon-bar {
  color: #ffffff;
}
.navbar .navbar-nav .nav-link {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin: 3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar .navbar-nav .nav-link.nav-color {
  color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
  color: #f00fac;
}
.navbar .navbar-nav .active {
  color: #f00fac !important;
}
.nav-scroll {
  background: #000000;
  padding: 0 0 0 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}
.nav-scroll .icon-bar {
  color: #f00fac;
}
.nav-scroll .navbar-nav .nav-link {
  color: #ffffff;
}
.nav-scroll .navbar-nav .active {
  color: #f00fac !important;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
}
.nav-scroll .logo {
}
.nav-scroll .logo-img {
  width: 100px;
  margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
  font-family: "Oswald", serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  width: 100%;
  position: relative;
  color: #f00fac;
  letter-spacing: 3px;
  margin-bottom: 0;
}
.nav-scroll .logo-wrapper .logo span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  color: #222;
  font-weight: 400;
  letter-spacing: 7px;
  display: block;
  margin-top: 0px;
  line-height: 1em;
  text-transform: uppercase;
}
.nav-scroll .logo-wrapper {
  float: left;
}
.logo-wrapper {
  float: left;
}
.logo-wrapper .logo h2 {
  font-family: "Oswald", serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  width: 100%;
  position: relative;
  color: #f00fac;
  letter-spacing: 3px;
  margin-bottom: 0;
}
.logo-wrapper .logo span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 7px;
  display: block;
  margin-top: 0px;
  line-height: 1em;
  text-transform: uppercase;
}
.logo {
  padding: 0;
  text-align: center;
}
.logo-img {
  width: 160px;
  margin-bottom: 0px;
}
.dropdown:hover .dropdown-menu,
.dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.dropdown .nav-link {
  cursor: pointer;
}
.dropdown .nav-link i {
  padding-left: 0px;
  font-size: 8px;
}
.dropdown-item {
  position: relative;
}
.dropdown-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.dropdown-item span {
  display: block;
  cursor: pointer;
}
.dropdown-menu,
.sub-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  width: 200px;
  padding: 15px 10px;
  border-radius: 0;
  border: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown-menu .dropdown-item,
.sub-menu .dropdown-item {
  padding: 5px 15px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #222;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-bottom: 1px solid #f4f4f4;
  background-color: transparent;
}
.dropdown-menu .dropdown-item:last-child,
.sub-menu .dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-menu .dropdown-item:hover,
.sub-menu .dropdown-item:hover {
  background: transparent;
  padding-left: 20px;
  color: #222;
}
.dropdown-menu .dropdown-item a,
.sub-menu .dropdown-item a {
  display: block;
}
.dropdown-menu .dropdown-item i,
.sub-menu .dropdown-item i {
  padding: 13px 0 0 5px;
  font-size: 8px;
  float: right;
}
.dropdown-menu .dropdown-item em,
.sub-menu .dropdown-item em {
  font-size: 8px;
  background-color: #222;
  padding: 2px 4px;
  color: #fff;
  border-radius: 2px;
  position: absolute;
  right: 10px;
  top: 5px;
}

.dropdown-menu .dropdown-item em,
.sub-menu .dropdown-item em {
  font-size: 10px;
  background-color: #f00fac;
  padding: 3px 6px;
  color: #fff;
  border-radius: 0px;
  position: absolute;
  margin-left: 10px;
  top: 7px;
  font-style: normal;
  line-height: 1.5em;
}

.dropdown-menu.last {
  left: -20%;
}
.sub-menu {
  position: absolute;
  left: 100%;
  top: -5px;
}
.sub-menu.left {
  left: -100%;
  margin-left: -20px;
}
.mega-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  right: -150px;
  width: 800px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mega-menu .dropdown-title {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 0 15px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.mega-menu .dropdown-menu {
  position: static !important;
  float: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: 1px solid rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
    background: transparent;
    padding-top: 5px;
    padding-bottom: 15px;
  }
  .nav-scroll {
    background: black;
  }
}
.logo-wrapper {
  float: left;
  padding: 15px;
}
.nav-scroll .logo-wrapper {
  padding: 15px;
  background: transparent;
}

/* ======= Header style ======= */
.header {
  min-height: 100vh;
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h2 {
  font-weight: 400;
  font-size: 30px;
}

.header .caption span i.star-rating {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.header .caption h4 {
  font-family: "Oswald", serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.header .caption h1 {
  position: relative;
  margin-bottom: 20px;
  font-family: "Oswald", serif;
  font-size: 55px;
  text-transform: uppercase;
  line-height: 1.35em;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  color: #fff;
  font-weight: 400;
  letter-spacing: 15px;
}
.header .caption p {
  font-size: 18px;
  line-height: 1.75em;
  margin-bottom: 0;
  color: #fff;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  margin-right: 15px;
}
.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}
.header .caption p span:last-child {
  padding: 0;
}
.header .caption p span:last-child:after {
  display: none;
}
.header .caption p span:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #222;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0.5;
}
.header .caption .butn-light {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.header .caption .butn-dark {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.header .social a {
  color: #eee;
  font-size: 20px;
  margin: 10px 15px;
}
hr {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* ======= Slider-fade style (Homepage Slider) ======= */
.slider-fade .owl-item {
  height: 100vh;
  position: relative;
}
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider-fade .item .caption {
  z-index: 9;
}
/* slider-fade owl-nav next and prev */
.slider-fade .owl-nav {
  position: absolute;
  bottom: 7%;
  right: 12%;
}
.slider-fade .owl-prev {
  float: left;
}
.slider-fade .owl-next {
  float: right;
}
.slider-fade .owl-theme .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  line-height: 34px;
  background: transparent;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
  margin-right: 3px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  transform: scale(0.9);
  background: transparent;
  border: 1px solid #f00fac;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .slider-fade .owl-nav {
    display: none;
  }
}
/* owl-dots for slider */
.slider-fade .owl-dots {
  position: absolute;
  text-align: center;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  text-align: right !important;
}
.slider-fade .owl-dots .owl-dot span {
  background: transparent;
  display: none;
}
.slider-fade .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: 10px;
  border-radius: 50%;
}
.slider-fade .owl-dots .owl-dot.active {
  border-color: #f00fac;
  background: #f00fac;
}

/* reservation field for slider */
.header div.reservation {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: sideways;
  margin: 0;
  position: absolute;
  background-color: #000000;
  opacity: 0.6;
  top: 150px;
  left: 28px;
  height: 220px;
  z-index: 9;
}

.header div.reservation .call {
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 12px;
  line-height: 2.5em;
  margin-top: 15px;
}

.header div.reservation .call span {
  font-family: "Oswald", serif;
  font-size: 26px;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 0px 6px 10px 0px;
}

.header div.reservation .icon {
  position: absolute;
  left: -3px;
  top: -60px;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  border-radius: 50%;
}
.header div.reservation a .icon i {
  color: #ffffff;
  font-size: 24px;
  transform: rotate(90deg);
}
.header div.reservation a .icon:hover {
  border: 1px solid #ffffff;
}

/*@media screen and (min-width: 991px) {
    .header div.start {
        display: none;
    }
}
*/
@media screen and (max-width: 400px) {
  .header div.reservation {
    display: none;
  }
}
/* reservation2 field for slider */
.header div.reservation2 {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: sideways;
  margin: 0;
  position: absolute;
  background-color: #000000;
  opacity: 0.6;
  top: 150px;
  left: 90px;
  height: 220px;
  z-index: 9;
}

.header div.reservation2 .call {
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 12px;
  line-height: 2.5em;
  margin-top: 15px;
}

.header div.reservation2 .call span {
  font-family: "Oswald", serif;
  font-size: 26px;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 0px 6px 10px 0px;
}

.header div.reservation2 .icon {
  position: absolute;
  left: -3px;
  top: -60px;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  border-radius: 50%;
}
.header div.reservation2 a .icon i {
  color: #ffffff;
  font-size: 24px;
  transform: rotate(90deg);
}
.header div.reservation2 a .icon:hover {
  border: 1px solid #ffffff;
}
@media screen and (max-width: 400px) {
  .header div.reservation2 {
    display: none;
  }
}

/* ======= Slider style (Inner Page Slider) ======= */
.slider .owl-item {
  height: 100vh;
  position: relative;
}
.slider .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider .item .caption {
  z-index: 9;
}
.slider .owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 3%;
  right: 12%;
  text-align: right;
}
.slider .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 3px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #f00fac;
  border: 1px solid #f00fac;
}
/* bounce */
.header .arrow {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
  z-index: 8;
}
.header .arrow.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.header .arrow i {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
}

.header .arrow i:hover {
  border: 1px solid #f00fac;
}
.header .arrow i:hover:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* ======= Slider Grid Background ======= */
.slider-grid-bg {
  min-height: 100vh;
  background-size: cover;
  background-position: 50%;
  padding-top: 210px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #222;
}
.slider-grid-bg .grid-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: scale(1);
  transition: transform 5s, opacity 0.35s;
  opacity: 0;
  display: block;
}
.slider-grid-bg .grid-img-active {
  opacity: 1;
  transform: scale(1.03);
  -webkit-filter: brightness(70%);
}
.slider-grid-bg:hover .grid-img-active {
  -webkit-filter: brightness(70%);
}
.slider-grid-bg .content {
  position: relative;
  z-index: 2;
}
.slider-grid-bg .grid-item {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
}
.slider-grid-bg .grid-con {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  text-decoration: none;
  color: currentColor;
  padding: 80px 30px 30px;
  transition: all 0.3s;
  background: transparent;
  min-height: 340px;
  position: relative;
}
.slider-grid-bg .grid-con-active,
.slider-grid-bg .grid-con:hover {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  color: currentColor;
  padding: 80px 30px 30px;
  transition: all 0.3s;
  background: transparent;
  min-height: 340px;
  position: relative;
  background: #fff;
  border: 1px solid #fff;
}
.slider-grid-bg .book {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: mixed;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "Oswald", sans-serif;
  padding: 10px 3px;
  line-height: 1.5em;
}
.slider-grid-bg .grid-con:hover .book {
  color: #222;
  border: 1px solid #ddd;
}
.slider-grid-bg .grid-con-active .book {
  color: #222;
  border: 1px solid #ddd;
}
.slider-grid-bg .subtitle {
  display: block;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  display: inline;
}
.slider-grid-bg .grid-con:hover .subtitle {
  color: #f00fac;
}
.slider-grid-bg .grid-con-active .subtitle {
  color: #f00fac;
}
.slider-grid-bg .title {
  display: block;
  font-family: "Oswald", serif;
  font-size: 27px;
  line-height: 1.25em;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0px;
}
.slider-grid-bg .grid-con:hover .title {
  color: #222;
}
.slider-grid-bg .grid-con-active .title {
  color: #222;
}
@media only screen and (max-width: 1199px) {
  .slider-grid-bg .grid-con {
    min-height: 300px;
  }
  .slider-grid-bg .grid-con-active,
  .slider-grid-bg .grid-con:hover {
    min-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-grid-bg .grid-con {
    min-height: 240px;
  }
  .slider-grid-bg .grid-con-active,
  .slider-grid-bg .grid-con:hover {
    min-height: 240px;
  }
}

/* =======  Video Background  ======= */
.video-fullscreen-wrap {
  height: 100vh;
  overflow: hidden;
}
.video-fullscreen-video {
  height: 100%;
}
.video-fullscreen-wrap video {
  width: 100vw;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-fullscreen-wrap .video-fullscreen-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: right;
}
.video-lauch-wrapper {
  border: none;
  background: none;
  width: 100%;
  padding: 0;
}
.video-fullscreen-wrap .overlay {
  /*  background-image: linear-gradient(to bottom right, #000000, #000000);*/
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 4;
}
.video-fullscreen-wrap .butn-dark a {
  color: #fff;
}
.position-relative {
  position: relative !important;
}

/* hr style */
hr {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 0;
}
hr.border-1 {
  border-top: 1px solid #ececec;
}
hr.border-2 {
  border-top: 1px solid #ececec;
}
/* button link */
.link-btn {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
}
.link-btn i {
  margin-left: 3px;
  font-size: 15px;
  color: #f00fac;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #f00fac;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.link-btn:hover::before {
  width: 100%;
}
/* reservation button */
.reservations {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
.reservations .icon {
  position: relative;
  top: 3px;
}
.reservations .icon span {
  font-size: 35px;
  color: #f00fac;
}
.reservations .icon.color-1 span {
  font-size: 40px;
  color: #fff;
}
.reservations .text {
  margin-left: 20px;
}
.reservations .text p {
  font-size: 15px;
  margin: 0;
}
.reservations .text a {
  font-size: 24px;
  color: #f00fac;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}
.reservations .text a.color-1 {
  color: #fff;
}

/* page list */
.page-list {
  position: relative;
  display: block;
}
.page-list li {
  position: relative;
  display: flex;
  align-items: center;
}
.page-list li + li {
  margin-top: 10px;
}
.page-list-icon {
  display: flex;
  align-items: center;
}
.page-list-icon span {
  font-size: 18px;
  color: #f00fac;
}
.page-list-text {
  margin-left: 15px;
}
.page-list-text p {
  font-size: 15px;
  margin: 0;
}
/* hr */
hr {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* ======= Services style ======= */
.services .img {
  position: relative;
  overflow: hidden;
}
.services .img:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.services .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.services .content {
  width: 100%;
  padding: 30px;
}
.services .content .date {
  display: table-cell;
  position: relative;
  width: 80px;
  z-index: 2;
}
.services .content .date h3 {
  font-size: 65px;
  font-weight: 500;
  color: #f00fac;
  margin-bottom: 0px;
}
.services .content .date h6 {
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 10px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.services .content .cont {
  display: table-cell;
  vertical-align: middle;
}
.services .content .cont h4 {
  margin: 0 0 10px 0;
  font-size: 32px;
  color: #fffbfb;
  font-weight: 400;
  line-height: 1.5em;
}
.services .content .cont .more {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fffcf8;
  padding-left: 40px;
  position: relative;
}
.services .content .cont .more:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #f00fac;
  position: absolute;
  top: 50%;
  left: 0px;
}
.services .content .cont .more:hover {
  color: #f00fac;
}
.services .content .info h6 {
  font-size: 15px;
  letter-spacing: 3px;
  color: #666;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.services .content .info .tags {
  color: #868583;
}
@media screen and (max-width: 991px) {
  .services .content .cont h4 {
    line-height: 1.25em;
  }
  .order2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}
@media screen and (max-width: 480px) {
  .services .content .date {
    width: 60px;
  }
  .services .content .info .tags {
    margin: 5px 0 0;
  }
  .services .content .date h3 {
    font-size: 40px;
  }
}

/* ======= Gallery style ======= */
.gallery-item {
  position: relative;
  padding-top: 20px;
}
.gallery-box {
  overflow: hidden;
  position: relative;
}
.gallery-box .gallery-img {
  position: relative;
  overflow: hidden;
}
.gallery-box .gallery-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
}
.gallery-box .gallery-detail {
  opacity: 0;
  color: #fff;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  overflow: hidden;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-detail h4 {
  font-size: 18px;
}
.gallery-box .gallery-detail p {
  color: Rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.gallery-box .gallery-detail i {
  color: #222;
  padding: 8px;
}
.gallery-box .gallery-detail i:hover {
  color: #222;
}
.gallery-box:hover .gallery-detail {
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
}
.gallery-box:hover .gallery-img:after {
  background: rgba(0, 0, 0, 0.2);
}
.gallery-box:hover .gallery-img > img {
  transform: scale(1.05);
}
/* magnific popup custom */
.mfp-figure button {
  border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
  border: 0px solid transparent;
  background: transparent;
}

/* ======= Promo Video and Testimonials style ======= */
/* play button */
.vid-area h5 {
  font-size: 27px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}
.play-button {
  position: relative;
  margin: auto;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 4;
}
.play-button svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.circle-fill circle {
  opacity: 1;
  fill: rgba(255, 25, 243, 0.7);
}
.polygon {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 90px;
  font-size: 35px;
  z-index: 2;
}
.play-button svg.circle-fill {
  z-index: 1;
  stroke-dasharray: 322;
  stroke-dashoffset: 322;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
  stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
  z-index: 0;
}
.play-button.color {
  color: #f00fac;
}
.play-button.color .circle-fill circle {
  fill: #f00fac;
}

/* video section */
.video-wrapper {
  min-height: 500px;
}
.video-wrapper .vid {
  position: relative;
  z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
  color: #fff;
}
.video-wrapper .vid .vid-butn:hover .icon:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.video-wrapper .vid .vid-butn .icon {
  color: #f00fac;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 39, 201, 0.2);
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.video-wrapper .vid .vid-butn .icon:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  border: 1px solid #eee;
  border-radius: 50%;
  z-index: -1;
}
.video-wrapper .vid .vid-butn .icon:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}

/* video gallery */
.video-gallery-button {
  position: relative;
  margin: auto;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 4;
  margin-left: 15px;
  float: right;
}
.video-gallery-polygon {
  z-index: 2;
  padding-left: 5px;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 7px 6px 7px 8px;
  line-height: 0;
}
.video-gallery-polygon:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #f00fac;
}
/* kontakt form */
.booking-box {
  position: relative;
  border: 0.1em solid #313131;
  border-radius: 0.1em;
  width: 100%;
  background-color: #000;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  div.booking-box {
    width: auto;
  }
}

/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 15px;
}
.accordion-box .block.active-block {
  background-color: #fff;
}
.accordion-box .block:last-child {
  margin-bottom: 0;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  cursor: pointer;
  padding: 20px 40px;
  padding-right: 60px;
  color: #222;
  transition: all 500ms ease;
  font-family: "Oswald", serif;
}
.accordion-box .block .acc-btn .count {
  color: #f00fac;
  padding-right: 3px;
}
.accordion-box .block .acc-btn:before {
  position: absolute;
  right: 35px;
  top: 20px;
  height: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #f00fac;
  line-height: 30px;
  content: "\e61a";
  font-family: "Themify";
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
  background-color: #fff;
  color: #f00fac;
}
.accordion-box .block .acc-btn.active:before {
  color: "Themify";
  content: "\e622";
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .content {
  position: relative;
  padding: 0px 40px 30px;
  background-color: #fff;
  color: #666;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box .block .content .text {
  display: block;
  position: relative;
  top: 0px;
  display: block;
}

/* ======= News style ======= */
.news .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
.news .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(75%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.news .item:hover .con {
  bottom: 0;
}
.news .item img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: brightness(100%);
}
.news .item .date {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}
.news .item .date span {
  font-family: "Oswald", sans-serif;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffffff;
}
.news .item .date i {
  font-family: "Oswald", sans-serif;
  display: block;
  font-size: 24px;
  font-style: normal;
  color: #fff;
}
.news .item .con {
  margin: -155px 20px 90px;
  padding: 20px;
  background-color: #000000 !important;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  bottom: -90px;
  position: relative;
}
.news .item .con .category {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  letter-spacing: 3px;
}
.news .item .con .category a {
  margin-right: 5px;
  position: relative;
  color: #f00fac;
}
.news .item .con .category a:hover {
  color: #ece6e6;
}
.news .item .con .category a:last-child {
  margin-right: 0;
}
.news .item .con .category a:last-child:after {
  display: none;
}
.news .item .con h5,
.news .item .con h5 a {
  color: #f00fac;
  font-size: 24px;
  font-family: "Oswald", serif;
  font-weight: 400;
  margin-bottom: 0px;
}
.news .item .con h5:hover,
.news .item .con h5 a:hover {
  color: #f00fac;
}
.news .item .con p {
  color: #a5a5a5;
  font-size: 15px;
}
.news .item .con i {
  color: #b9b9b9;
  font-size: 20px;
}

/* ======= News 2 style ======= */
.news2 .item {
  margin-bottom: 30px;
}
.news2 .post-img {
  position: relative;
  overflow: hidden;
}
.news2 .post-img:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.news2 .post-img a {
  display: block;
}
.news2 .post-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news2 .post-img .date {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}
.news2 .post-img .date span {
  font-family: "Oswald", sans-serif;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
}
.news2 .post-img .date i {
  font-family: "Oswald", sans-serif;
  display: block;
  font-size: 24px;
  font-style: normal;
  color: #fff;
}

.news2 .post-cont {
  padding: 30px 0;
}
.news2 .post-cont .tag {
  display: block;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
  color: #f00fac;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.news2 .post-cont h5 {
  font-size: 30px;
}
.news2 .post-cont h5 a {
  color: #ffffff;
}
.news2 .post-cont h5 a:hover {
  color: #f00fac;
}
.news2 .post-cont .date {
  font-family: "Oswald", sans-serif;
  margin-top: 0px;
  font-size: 12px;
  text-align: right;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.news2 .post-cont .date a {
  color: #f00fac;
}
.news2 .post-cont i {
  color: #ccc;
  margin: 0 10px;
  font-size: 12px;
}
/* news sidebar */
.news2-sidebar .widget {
  background: #000000;
  padding: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 765px) {
  .news2-sidebar .widget {
    padding: 0px;
    background-color: transparent;
  }
}
.news2-sidebar .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.news2-sidebar .widget ul li {
  margin-bottom: 15px;
  color: #eeeeee;
  font-size: 15px;
  line-height: 1.5em;
}
.news2-sidebar .widget ul li a {
  color: #dfdfdf;
}
.news2-sidebar .widget ul li a.active {
  color: #f00fac;
}
.news2-sidebar .widget ul li a:hover {
  color: #f00fac;
}
.news2-sidebar .widget ul li:last-child {
  margin-bottom: 0;
}
.news2-sidebar .widget ul li i {
  font-size: 9px;
  margin-right: 10px;
}
.news2-sidebar .widget .recent li {
  display: block;
  overflow: hidden;
}
.news2-sidebar .widget .recent .thum {
  width: 90px;
  overflow: hidden;
  float: left;
}
.news2-sidebar .widget .recent a {
  display: block;
}
.news2-sidebar .widget-title {
  margin-bottom: 20px;
}
.news2-sidebar .widget-title h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee3d0;
  font-size: 24px;
  line-height: 1.75em;
  margin-bottom: 15px;
  color: #ffffff;
}
.news2-sidebar .tags li {
  margin: 3px !important;
  padding: 8px 20px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #666 !important;
  float: left;
}
.news2-sidebar ul.tags li a {
  font-size: 14px;
  color: #666;
}
.news2-sidebar ul.tags li:hover,
.news2-sidebar ul.tags li a:hover {
  background-color: #f00fac;
  color: #fff;
}
/* pagination */
.news-pagination-wrap {
  padding: 0;
  margin: 0;
  text-align: center;
}
.news-pagination-wrap li {
  display: inline-block;
  margin: 0 5px;
}
.news-pagination-wrap li a {
  background: transparent;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  color: #666;
  font-weight: 400;
  border: 1px solid rgba(102, 102, 102, 0.1);
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  border-radius: 100%;
}
.news-pagination-wrap li a i {
  font-size: 11px;
}
.news-pagination-wrap li a:hover {
  opacity: 1;
  text-decoration: none;
  background: transparent;
  border: 1px solid #f00fac;
  color: #f00fac;
}
.news-pagination-wrap li a.active {
  background-color: transparent;
  border: 1px solid #f00fac;
  color: #f00fac;
}
@media screen and (max-width: 768px) {
  .news-pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
  }
}

/* ======= Contact style ======= */
.contact h3 {
  font-size: 24px;
  color: #f00fac;
}
.map {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

/* ======= Buttons style ======= */
/* dark */
.butn-dark {
  position: relative;
  line-height: 1.2em;
}
.butn-dark a {
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background: #f00fac;
  color: #fff;
  padding: 1em;
  margin: 0;
  position: relative;
  font-size: 15px;
  letter-spacing: 2px;
}
.butn-dark a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #000000;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.butn-dark a span {
  position: relative;
  z-index: 2;
}
.butn-dark a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.butn-dark a:hover span {
  color: #fff;
}
/* light */
.butn-light {
  text-transform: uppercase;
  background: transparent;
}
.butn-light a {
  font-weight: 400;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  padding: 5px 20px;
  margin: 0;
  position: relative;
  font-size: 15px;
  letter-spacing: 3px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.butn-light a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
.butn-light a span {
  position: relative;
  z-index: 2;
}
.butn-light a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.butn-light a:hover span {
  color: #222;
}

/* go home */
.go-back {
  margin-top: 45px;
}
.go-back a {
  color: #fff;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.go-back a:hover {
  color: #f00fac;
}
.go-back a span {
  transition: all 0.5s;
}
.go-back a span i {
  color: #fff;
  font-size: 12px;
}
.go-back a:hover span {
  padding-right: 15px;
}

/* ======= Footer style ======= */
.footer {
  position: relative;
  display: block;
}
.footer-top {
  position: relative;
  display: block;
  background-color: #222;
  padding: 90px 0 60px 0;
  z-index: 1;
}
.footer-top .footer-column {
  margin-bottom: 30px;
}
.footer-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.footer-about-text {
  font-size: 15px;
  color: #adadad;
  margin: 0;
}
.footer-about-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.footer-about-social-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-about-social-list a + a {
  margin-left: 15px;
}
.footer-about-social-list a:hover {
  background-color: transparent;
  color: #f00fac;
}
.footer-explore-list li + li {
  margin-top: 3px;
}
.footer-explore-list li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #adadad;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-explore-list li a:hover {
  padding-left: 15px;
  color: #f00fac;
}
.footer-explore-list li a:before {
  position: absolute;
  top: 55%;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #f00fac;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-explore-list li a:hover:before {
  opacity: 1;
}
.footer-contact {
  position: relative;
  display: block;
}
.footer-contact .footer-title {
  margin-bottom: 20px;
}
.footer-contact-text {
  font-size: 15px;
  margin: 0;
  color: #adadad;
  padding-bottom: 20px;
}
.footer-contact-info p {
  margin: 0;
}
.footer-contact-phone {
  font-family: "Oswald", serif;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-contact-phone:hover {
  color: #fff;
}
.footer-contact-mail {
  font-size: 15px;
  line-height: 3em;
  color: #fff;
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-contact-mail:hover {
  color: #fff;
}
.footer-contact-mail:before {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #f00fac;
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-contact-mail:hover:before {
  background-color: #f00fac;
}

.footer-bottom {
  position: relative;
  display: block;
  background-color: #1e1e1e;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
  padding: 32px 0;
}
.footer-bottom-inner {
  position: relative;
  display: block;
  text-align: center;
}
.footer-bottom-copy-right {
  font-size: 12px;
  color: #adadad;
  margin: 0;
}
.footer-bottom-copy-right a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-bottom-copy-right a:hover {
  color: #f00fac;
}

/* ======= toTop Button style ======= */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 100;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "themify";
  content: "\e648";
  text-align: center;
  line-height: 45px;
  font-size: 12px;
  font-weight: 700;
  color: #323232;
  left: 0;
  top: 0;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: rgba(184, 16, 16, 0.2);
  stroke-width: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap {
  -webkit-box-shadow: inset 0 0 0 1px rgba(175, 30, 30, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.progress-wrap::after {
  color: #f00fac;
}
.progress-wrap svg.progress-circle path {
  stroke: #f00fac;
}

/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
  position: relative;
}
[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-dark]:before {
  background: #000;
}
[data-overlay-darkgray]:before {
  background: #222;
}
[data-overlay-light]:before {
  background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #ffffff;
}
[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
  color: #fff;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
  color: #999;
}
[data-overlay-dark] p {
  color: #fff;
}
[data-overlay-darkgray] p {
  color: #999;
}
[data-overlay-light] p {
  color: #999;
}
[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* ======= Responsive style ======= */

@media screen and (max-width: 991px) {
  .bg-fixed {
    background-attachment: scroll !important;
  }
  .navbar .logo {
    text-align: left;
    margin-left: 0px;
  }
  .nav-scroll .logo {
    width: 150px;
  }
  .logo-img {
    margin-bottom: 0px;
  }
  .navbar button {
    margin-right: 15px;
    outline: none !important;
    background: transparent;
  }
  .navbar button:hover {
    background: transparent;
  }
  .navbar .container {
    max-width: 100%;
  }
  .navbar .navbar-collapse {
    max-height: 400px;
    overflow: auto;
    background: #292929;
    text-align: center;
    padding: 20px 20px 20px 20px;
  }
  .navbar .nav-link {
    margin: 0px auto !important;
  }
  .navbar .navbar-nav .nav-link {
    color: #ffffff;
  }
  .nav-scroll .navbar-collapse .nav-link {
    color: #ffffff !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #f00fac !important;
  }
  .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    display: none;
  }
  .dropdown-menu .sub-menu {
    position: static;
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    display: none;
  }
  .dropdown:hover .dropdown-menu,
  .dropdown:hover .mega-menu {
    display: block;
  }
  .dropdown .dropdown-menu:hover .sub-menu {
    display: block;
  }
  .dropdown .mega-menu {
    width: 100%;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    display: none;
  }
  .dropdown .mega-menu .dropdown-menu {
    border: 0;
    margin: 0;
  }
  .dropdown .mega-menu .dropdown-title {
    border-bottom-color: #666;
  }
  .dropdown-menu .dropdown-item,
  .sub-menu .dropdown-item {
    color: #666;
  }
  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }
  .header .caption h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .logo-wrapper .logo h2 {
    display: none;
  }
  .header .caption h1 {
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 10px;
    line-height: 1.35em;
  }

  .header .caption h4 {
    font-size: 12px;
  }
  .header .caption p {
    font-size: 15px;
    margin-right: 10px;
  }
  .header .caption .butn-light {
    margin-right: 10px;
  }
  .portfolio .filtering span {
    margin-bottom: 10px;
  }
  .news .item .con h5,
  .news .item .con h5 a {
    font-size: 20px;
  }
  .post-comment-section h3 span {
    margin-left: 0px;
  }
}
/* ======= Modal style ======= */
.modal-open {
  padding-right: 0 !important;
}
html {
  overflow-y: scroll !important;
}
.modal.fade.show {
  backdrop-filter: blur(5px);
}
.modal {
  width: 100%;
}
.modal-content {
  background-color: #0a0a0a;
  opacity: 0.9;
  border: 0.1px solid #000000;
  border-radius: 5px;
}
.modal-header {
  background-image: url("/img/start/modal_head.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #ff00d4;
}
.modal-body {
  background-color: #0a0a0a;
  padding: 10px 10px 10px 20px;
}
.modal-footer {
  background-image: url("/img/start/modal_head.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: right;
  background-color: #000;
  border-top: 1px solid #252525;
  padding: 0.5em;
}

.modal-footer .butn-dark {
  text-align: right;
}
/* ======= Kontakt Form style ======= */

.kontakt-form input {
  color: rgb(255, 255, 255);
  background-color: #000000;
  padding: 0.1rem 0.5rem 0.2rem 1rem;
  margin: 5px 0px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #414141;
  border-left: 1px solid #414141;
}
.kontakt-form textarea {
  color: rgb(255, 255, 255);
  background-color: #000000;
  padding: 0.1rem 0.5rem 0.2rem 1rem;
  margin: 5px 0px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #414141;
  border-left: 1px solid #414141;
}

/* .kontakt-form input:required + span::after, .kontakt-form textarea:required + span::after {
    content: ' *';
    color: red;
    vertical-align: top;
} */
.kontakt-form input:not(:placeholder-shown):valid,
.kontakt-form textarea:not(:placeholder-shown):valid {
  background-color: #000000;
  border-bottom: 1px solid #01a11c !important;
  border-left: 1px solid #01a11c !important;
}
.kontakt-form input:not(:placeholder-shown):invalid,
.kontakt-form textarea:not(:placeholder-shown):invalid {
  background-color: #000000;
  border-left: 1px solid #f00fac !important;
}

.kontakt-form button:disabled {
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background: #000000;
  color: #6d0864;
  padding: 0.5rem 3rem 0.5rem 3rem;
  margin: 0;
  position: relative;
  font-size: 15px;
  letter-spacing: 2px;
  cursor: pointer;
  border: none;
}

.kontakt-form h7 {
  vertical-align: bottom;
}
.kontakt-form .nachricht {
  padding: 0.5rem 0rem 0rem 0.9rem;
  margin-bottom: 0%;
}
.kontakt-form select {
  cursor: pointer;
  color: rgb(255, 255, 255);
  background-color: #000000;
  padding: 0.5rem 0.5rem 0.2rem 1rem;
  width: 100%;
  border: none;
  border-bottom: 1px solid #414141;
  border-left: 1px solid #f00fac !important;
}

.kontakt-form button {
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background: #f00fac;
  color: #fff;
  padding: 0.5rem 3rem 0.5rem 3rem;
  margin: 30px 0px;
  position: relative;
  font-size: 15px;
  letter-spacing: 2px;
  cursor: pointer;
  border: none;
}
.kontakt-form button:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #000000;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}
.kontakt-form button span {
  position: relative;
  z-index: 2;
}
.kontakt-form button:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.kontakt-form button:hover span {
  color: #fff;
}

.js-submitted input:valid,
.js-submitted textarea:valid {
  background-color: #f4feee;
}
.js-submitted input:invalid,
.js-submitted textarea:invalid {
  background-color: #fff0f0;
}
.hidden {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
#edit-url {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.hidden_cat {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
#edit-url_cat {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

/* ======= Kontakt Catering Form style ======= */

.kontaktcat-form input {
  color: rgb(255, 255, 255);
  background-color: #000000;
  padding: 0.2rem 0.5rem 0.2rem 1rem;
  margin: 5px 0px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #414141;
  border-left: 1px solid #414141;
}
.kontaktcat-form textarea {
  color: rgb(255, 255, 255);
  background-color: #000000;
  padding: 0.1rem 0.5rem 0.2rem 1rem;
  margin: 5px 0px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #414141;
  border-left: 1px solid #414141;
}
.kontaktcat-form select {
  cursor: pointer;
  color: rgb(255, 255, 255);
  background-color: #000000;
  padding: 0.5rem 0.5rem 0.2rem 1rem;
  margin: 5px 0px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #414141;
  border-left: 1px solid #f00fac;
}
/* .kontaktcat-form input:required + span::after, .kontakt-form textarea:required + span::after {
    content: ' *';
    color: red;
    vertical-align: top;
} */
.kontaktcat-form input:not(:placeholder-shown):valid,
.kontaktcat-form textarea:not(:placeholder-shown):valid,
.kontaktcat-form select:not(:placeholder-shown):valid {
  background-color: #000000;
  border: none;
  border-bottom: 1px solid #01a11c;
  border-left: 1px solid #01a11c;
}
.kontaktcat-form input:not(:placeholder-shown):invalid,
.kontaktcat-form textarea:not(:placeholder-shown):invalid {
  background-color: #000000;
  border-left: 1px solid #f00fac !important;
}
.kontaktcat-form button:disabled {
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background: #000000;
  color: #6d0864;
  padding: 0.5rem 3rem 0.5rem 3rem;
  margin: 0;
  position: relative;
  font-size: 15px;
  letter-spacing: 2px;
  cursor: pointer;
  border: none;
}

.kontaktcat-form h7 {
  vertical-align: bottom;
}
.kontaktcat-form .nachricht {
  padding: 0.5rem 0rem 0rem 0.9rem;
  margin-bottom: 0%;
}

.kontaktcat-form button {
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background: #f00fac;
  color: #fff;
  padding: 0.5rem 3rem 0.5rem 3rem;
  margin: 30px 0px;
  position: relative;
  font-size: 15px;
  letter-spacing: 2px;
  cursor: pointer;
  border: none;
}
.kontaktcat-form button:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #000000;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}
.kontaktcat-form button span {
  position: relative;
  z-index: 2;
}
.kontaktcat-form button:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.kontaktcat-form button:hover span {
  color: #fff;
}
.js-submitted input:valid,
.js-submitted textarea:valid {
  background-color: #f4feee;
}
.js-submitted input:invalid,
.js-submitted textarea:invalid {
  background-color: #fff0f0;
}
.form_pop {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  background-image: url("/img/start/modal_head.jpg");
  background-color: #000000;
  border: 2px solid #fd15de;
  border-radius: 5px;
  font-size: 22px;
  text-align: center;
  padding: 2em;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
