@import url(https://fonts.googleapis.com/css?family=Oxygen:300,400,500,700);
@charset "UTF-8";
@-webkit-keyframes slideRight {
  from {
    right: 0;
  }
  to {
    right: -100%;
  }
}
@keyframes slideRight {
  from {
    right: 0;
  }
  to {
    right: -100%;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  -webkit-font-smoothing: antialiased;
   -webkit-tap-highlight-color: transparent;
   text-rendering: optimizeLegibility; */
  font-size: 30px;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #1c1c1c;
  color: #f3f3f3;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
body main {
  min-height: calc(100vh - 280px - 56px);
}

body main section {
  max-width: 100vw;
}

body main > section {
  width: 100%;
}

body.admin-bar nav.fixed-top {
  position: sticky;
  top: 0px;
  margin: 0 -15px;
  padding: 0.5rem 25px;
}

@media screen and (min-width: 768px) {
  body.admin-bar nav.fixed-top {
    position: fixed;
    top: 32px;
  }
}
body.admin-bar section.banner {
  margin-top: 56px;
  height: calc(100vh - 56px - 32px);
}

body.admin-bar.home main {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.2rem;
  }
}
h2 {
  font-size: 1.75rem;
  font-family: "Cairo" !important;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}
a {
  color: inherit;
}

a:hover {
  color: inherit;
}

.clearfix {
  clear: both;
}

.grecaptcha-badge {
  visibility: hidden;
}

.thumbnails-nosepia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.fullpage {
  min-height: 90vh;
  width: 100%;
  display: block;
}

.navbar-nav > li {
  font-size: 22px;
}

.dropdown-menu {
  font-size: 10px;
}

nav {
  color: #eee;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Cairo" !important;
  letter-spacing: 2px;
  font-size: 30px !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

nav .navbar-brand img {
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -20px;
  margin-bottom: -20px;
}

nav.navbar-dark .navbar-nav .nav-link {
  color: #eee !important;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media screen and (min-width: 768px) {
  body.home .navbar-brand img {
    width: auto;
    height: 80px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  body.home .navbar-brand img.small {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -25px;
    margin-bottom: -25px;
  }
}
@media screen and (max-width: 768px) {
  body.home .navbar-brand img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: auto;
    height: 35px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  body.home .navbar-brand img.small {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    height: 45px;
  }
  body.home .navbar-brand img .navbar-nav {
    max-height: 400px;
    overflow-y: scroll;
  }
}
.logo-hover {
  position: absolute;
  overflow: visible;
  float: right;
  width: 60px;
  height: 60px;
  background-color: #54c268;
}

.icon {
  font-family: dashicons !important;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  vertical-align: top;
  text-align: left;
  -webkit-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}

.icon.icon-facebook a {
  font-size: 0;
}

.icon.icon-facebook a::before {
  font-size: 20px;
  content: "\f304";
}

.icon.icon-instagram a {
  font-size: 0;
}

.icon.icon-instagram a::before {
  font-size: 20px;
  content: "\f12d";
}

nav .navbar-nav li a {
  color: #eee !important;
}

nav .navbar-nav li a:hover {
  color: #ff8000 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 768px) {
  .navbar-collapse {
    max-height: 400px;
    overflow-y: auto;
    -webkit-transition: height 0.8s ease;
    -o-transition: height 0.8s ease;
    transition: height 0.8s ease;
  }
}
.dropdown-item .dropdown-menu-item {
  font-size: 30px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button {
  width: 50px;
  height: 50px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button span {
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
}

.button:hover {
  width: 200px;
}

.button .icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button .icon i {
  font-size: 30px;
  line-height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button:hover i {
  color: #000;
}

.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
  font-weight: 300;
  font-family: "Cairo" !important;
}

body *:focus, body *.focus, body *:active, body *.active {
  outline: transparent none 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
  -webkit-box-shadow: none !important;
}

.dropdown-item {
  width: auto !important;
  font-family: "Cairo" !important;
  padding: 0px 15px 3px 15px !important;
  text-justify: center !important;
}

.dropdown-menu {
  font-family: "Cairo" !important;
  font-weight: 400;
  width: auto !important;
  min-width: 5rem !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.dropdown-menu-item {
  width: auto !important;
}

.dropdown-menu-list {
  width: auto !important;
}

.transparent {
  -webkit-transition: 0.6s all ease !important;
  -o-transition: 0.6s all ease !important;
  transition: 0.6s all ease !important;
  background-color: rgba(0, 0, 0, 0);
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.scrolling {
  background-color: rgba(34, 34, 34, 0.8);
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.scroll-background {
  opacity: 100%;
  -webkit-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}

.scroll-background2 {
  opacity: 0;
  -webkit-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}

.navbar {
  padding: 0.25rem 0.5rem !important;
}

.brand-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

li .dropdown-menu {
  font-family: "Cairo" !important;
}

a.dropdown-item {
  font-family: "Cairo" !important;
}

.navbar-nav > li > .dropdown-menu {
  background-color: rgba(8, 24, 38, 0.9);
}

.navbar-nav > li > .dropdown-menu a {
  color: rgba(8, 24, 38, 0.9);
  font-size: 25px !important;
  font-weight: 400;
  font-family: "Cairo" !important;
}

.navbar-toggler {
  border-color: #ffffff;
  border: none;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.navbar-toggler-icon {
  width: 1em !important;
  height: 1em !important;
}

footer {
  color: #eee;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans";
  font-weight: 400;
  padding-top: 2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

footer > section {
  padding: 1rem 0 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

footer > section p {
  margin-bottom: 0;
  padding-bottom: 2px;
}

footer > section > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

footer > section > .content a {
  color: inherit;
}

footer > section > .content a.social {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 30px;
  color: #eee !important;
}

footer > section > .content a.social .bi, footer > section > .content a.social svg {
  width: 30px;
  height: 30px;
  font-size: 30px;
  margin-right: 1rem;
}

footer > section > .content a:hover {
  color: inherit;
}

footer > section > .content a:hover svg {
  color: inherit;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

footer > section > .content a:hover span.dashicons {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  text-decoration: none;
}

footer > section > .content a svg {
  color: #333;
  width: 30px;
  height: auto;
}

footer > section > .content .captcha-info {
  text-transform: none;
  font-size: 75%;
}

footer > section.map {
  height: 350px;
}

footer > section.map #map-canvas {
  width: calc(100% - 0px);
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
}

footer > section.copyright {
  font-family: "Open Sans";
  font-weight: 400;
  color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  text-align: center;
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}

footer .footer-image {
  width: 40%;
  height: 20%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 !important;
}

footer .footer-img-column {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .footer-column {
  display: block;
}

.header-footer {
  font-size: 1.2rem;
  font-style: "Open Sans Condensed";
  font-style: bold;
  width: 100%;
}

/* .content{
  max-width: 100%;
        max-height:100%;
} */
.button-footer {
  background-color: #752a38 !important;
  border: 0px;
  border-radius: 100px 100px 100px 100px;
  color: white;
  border: none;
  padding: 15px 32px;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button-footer:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #641927;
  width: auto;
}

.newsletter {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  border-bottom: solid;
  border-bottom-color: $maincolor; */
}

@media screen and (max-width: 768px) {
  .contact-data {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-justify: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header-newsletter {
  font-size: 1rem;
}

.underline-footer {
  width: 100%;
  /* border-bottom: solid;
  border-bottom-color: $maincolor; */
}

.contactus {
  padding-top: 40px;
  margin-top: -40px;
}

.contactus label {
  font-family: "catamaran" !important;
}

.contactus .wpcf7-submit {
  font-family: "Fira Sans Extra Condensed" !important;
  background-color: #14551d;
  -webkit-transition: color 0.6s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.6s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.6s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.6s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.6s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  font-size: 0.8rem;
  border: 0px;
  border-radius: 100px 100px 100px 100px;
  font-size: 25px;
  color: white !important;
  border: none;
  padding: 15px 32px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.contactus .wpcf7-submit:hover {
  background-color: #eee !important;
}

.contactus .wpcf7 {
  width: 100% !important;
}

.wpcf7 {
  width: 100% !important;
  padding: 0.5rem;
}

.wpcf7-form label {
  width: 100% !important;
}

.wpcf7-form input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], select, textarea {
  width: 100% !important;
}

.wpcf7-form input[type=submit] {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wpcf7-spinner {
  display: block;
  text-justify: center;
}

span .wpcf7-spinner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-contact {
  color: #fff;
  background: #fff;
  font-size: 1rem;
  border-radius: 100px 100px 100px 100px;
  font-family: "Fira Sans Extra Condensed" !important;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #F07E00 !important;
}

.btn-contact:hover {
  background-color: #eee !important;
}

.or {
  font-family: "Fira Sans Extra Condensed" !important;
  font-weight: 300;
  font-size: 1rem;
}

section.banner {
  width: 100%;
  height: 90vh;
  position: relative;
}

section.banner .carousel {
  height: 100%;
}

section.banner .carousel .carousel-inner {
  height: 100%;
}

section.banner .carousel .carousel-inner .carousel-item {
  height: 100%;
}

section.banner .carousel .carousel-inner .carousel-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner2 img {
  opacity: 20%;
}

section.about {
  padding: 2rem 0;
}

.overlay-carousel {
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  width: 100% !important;
  min-height: 90vh !important;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 9;
  display: visible;
}

.overlay-carousel-other {
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  width: 100% !important;
  /* min-height: 90vh !important; */
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 9;
  display: visible;
}

@media (max-width: 768px) {
  .cta {
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.9rem;
    letter-spacing: 1px !important;
    text-justify: center !important;
  }
}
.modalcta {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.5 rem;
  letter-spacing: 1px !important;
  z-index: 999 !important;
  color: #eee;
}

.heading {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  z-index: 999 !important;
  color: #eee;
  padding: 0.5rem;
}

.events-img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.event-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/* .card:hover .event-thumbs {
  -webkit-filter: sepia(0) blur(0);
  filter: grayscale(0);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.card:hover .title-date-event {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.card:hover .card {
  background-color: #0d2d13;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.card {
  background-color: #03340c !important;
  color: #eee;
} */
section.banner2 {
  width: 100%;
  margin: auto;
  height: 50vh;
  position: relative;
}

section.banner2 .carousel {
  height: 100%;
}

section.banner2 .carousel .carousel-inner {
  height: 100%;
}

section.banner2 .carousel .carousel-inner .carousel-item {
  height: 100%;
}

section.banner2 .carousel .carousel-inner .carousel-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.banner3 {
  width: 100%;
  margin: auto;
  height: 65vh;
  position: relative;
}

section.banner3 .carousel {
  height: 100%;
}

section.banner3 .carousel .carousel-inner {
  height: 100%;
}

section.banner3 .carousel .carousel-inner .carousel-item {
  height: 100%;
}

section.banner3 .carousel .carousel-inner .carousel-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading2 {
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-size: 2rem;
  letter-spacing: 4px !important;
  text-transform: uppercase;
  z-index: 999 !important;
  color: #eee;
  padding: 0.5rem;
  padding-top: 1.5rem;
}

.overlay-carousel-other2 {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  width: 100% !important;
  /* min-height: 90vh !important; */
  background: rgba(0, 0, 0, 0.65);
  /*   border:1px;
    border-bottom: 1px solid;
    border-color: #FF9421; */
  z-index: 9;
  display: visible;
}

.overlay-carousel-other3 {
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  width: 100% !important;
  /* min-height: 90vh !important; */
  background: rgba(13, 45, 19, 0.4) !important;
  z-index: 9;
  display: visible;
}

@media screen and (max-width: 400px) {
  .cta {
    font-size: 1rem;
  }
  .btn-same-width {
    width: 220px !important;
  }
  .btn-card {
    color: #fff;
    background: #fff;
    font-size: 1.6rem;
    border-radius: 100px 100px 100px 100px;
    font-family: "Cairo" !important;
    text-transform: uppercase;
    background-color: rgb(240, 128, 0) !important;
    border-color: #F07E00 !important;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .btn {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }
}
@media screen and (min-width: 400px) {
  .btn-same-width {
    width: 300px !important;
  }
  .btn-card {
    color: #fff;
    background: #fff;
    font-size: 1.7rem;
    border-radius: 100px 100px 100px 100px;
    font-family: "Cairo" !important;
    letter-spacing: 2px !important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #F07E00 !important;
    border-color: #F07E00 !important;
    border-width: 3px;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .btn-card:hover {
    color: #282828 !important;
    border-color: #F07E00 !important;
    background-color: #F07E00 !important;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
}
/* .card-body a {
  text-decoration: none;
}
 */
.btn {
  -webkit-transition: color 0.6s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.6s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.6s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.6s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.6s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  font-size: 0.8rem;
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}

@media screen and (max-width: 400px) {
  .btn {
    -webkit-transition: color 0.6s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.6s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.6s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.6s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.6s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    font-size: 0.6rem;
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a, a:hover {
  text-decoration: none;
}

body {
  font-family: "Playfair Display", sans-serif;
}

body .testimonial {
  padding: 100px 0;
}

body .testimonial .row .tabs {
  all: unset;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .testimonial .row .tabs li {
  all: unset;
  display: block;
  position: relative;
}

body .testimonial .row .tabs li.active::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #71b85f;
  border-radius: 50%;
}

body .testimonial .row .tabs li.active::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #71b85f;
  border-radius: 50%;
}

body .testimonial .row .tabs li:nth-child(1) {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

body .testimonial .row .tabs li:nth-child(1)::before {
  left: 64%;
  bottom: -50px;
}

body .testimonial .row .tabs li:nth-child(1)::after {
  left: 97%;
  bottom: -81px;
}

body .testimonial .row .tabs li:nth-child(1) figure img {
  margin-left: auto;
}

body .testimonial .row .tabs li:nth-child(2) {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

body .testimonial .row .tabs li:nth-child(2)::before {
  right: -65px;
  top: 50%;
}

body .testimonial .row .tabs li:nth-child(2)::after {
  bottom: 101px;
  border-radius: 50%;
  right: -120px;
}

body .testimonial .row .tabs li:nth-child(2) figure img {
  margin-right: auto;
  max-width: 300px;
  width: 100%;
  margin-top: -50px;
}

body .testimonial .row .tabs li:nth-child(3) {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

body .testimonial .row .tabs li:nth-child(3)::before {
  right: -10px;
  top: -66%;
}

body .testimonial .row .tabs li:nth-child(3)::after {
  top: -130px;
  border-radius: 50%;
  right: -46px;
}

body .testimonial .row .tabs li:nth-child(3) figure img {
  margin-left: auto;
  margin-top: -50px;
}

body .testimonial .row .tabs li:nth-child(3):focus {
  border: 10px solid red;
}

body .testimonial .row .tabs li figure {
  position: relative;
}

body .testimonial .row .tabs li figure img {
  display: block;
}

body .testimonial .row .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 4px solid #a7e09b;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

body .testimonial .row .tabs li figure:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

body .testimonial .row .tabs.carousel-indicators li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

body .testimonial .row .carousel > h3 {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 0;
}

body .testimonial .row .carousel h1 {
  font-size: 40px;
  line-height: 1.225;
  margin-top: 23px;
  font-weight: 700;
  margin-bottom: 0;
}

body .testimonial .row .carousel .carousel-indicators {
  all: unset;
  padding-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

body .testimonial .row .carousel .carousel-indicators li {
  background: #000;
  background-clip: padding-box;
  height: 2px;
}

body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
  margin-top: 42px;
}

body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
  font-family: "Catamaran", sans-serif;
  font-size: 18px;
  line-height: 1.72222;
  font-weight: 500;
  font-style: italic;
  color: rgba(0, 0, 0, 0.7);
  height: 150px;
}

body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
  color: #000;
  font-weight: 700;
  margin-top: 37px;
  font-size: 20px;
  line-height: 1.45;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  body .testimonial .row .tabs {
    margin-right: 25px;
  }
}
.image-about {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 80vh;
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.about {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  z-index: 999 !important;
  color: #eee;
  padding: 0.5rem;
}

.p-about {
  font-family: "Catamaran", serif;
  font-size: 0.8rem;
  z-index: 999 !important;
  color: #eee;
  padding: 0.5rem;
  font-weight: 200;
}

.overlay-about {
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 80vh !important;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 9;
  display: visible;
}

@media screen and (max-width: 768px) {
  .about {
    font-family: "Playfair Display", serif;
    font-size: 1.3rem;
    z-index: 999 !important;
    color: #eee;
    padding: 0.5rem;
  }
  .p-about {
    font-family: "Catamaran", serif;
    font-size: 0.6rem;
    z-index: 999 !important;
    color: #eee;
    padding: 0.5rem;
    font-weight: 200;
  }
}
.height {
  height: 100vh;
}

/* .card {
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
 */
.ratings i {
  color: orange;
}

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

.testimonial-list li {
  margin-bottom: 20px;
}

.testimonials-margin {
  margin-top: -19px;
}

.header-pros {
  font-size: 1rem !important;
  display: block;
  position: relative;
  text-align: LEFT !important;
  width: 100%;
}

.p-pros {
  font-family: "Catamaran" !important;
  text-align: LEFT !important;
  font-size: 1.5rem !important;
  width: 100%;
}

.pros-paragraph {
  font-family: "Catamaran" !important;
  text-align: LEFT !important;
  font-size: 0.6rem !important;
  width: 100%;
}

.pros-list {
  padding-top: 150px;
  padding-bottom: 150px;
  width: 100%;
}

.image-teambuilding {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 60vh;
  width: 100% !important;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.pros {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem !important;
  width: 100%;
  color: #333;
  justify-self: center;
}

@media screen and (max-width: 992px) {
  .pros {
    font-family: "Playfair Display", serif;
    font-size: 2rem !important;
    width: 100%;
    color: #333;
    justify-self: center;
  }
}
@media screen and (max-width: 576px) {
  .pros {
    font-family: "Playfair Display", serif;
    font-size: 1.5rem !important;
    width: 100%;
    color: #333;
    justify-self: center;
  }
}
/* .accordion .card-body {
  padding: 0;
} */
.steps {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
}

.step-element {
  color: #333;
}

.large-arrow {
  font-size: 1.5rem;
}

.red-cta {
  background-color: #800016 !important;
}

.red {
  background-color: rgb(137, 48, 64) !important;
}

/* h4.card-title {
  font-family: "catamaran", serif;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 0.8rem;
  font-weight: 200;
}
 */
.number {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  font-family: "Catamaran";
  font-size: 1.5rem;
  background-color: #14551d;
  color: #eee;
  padding: 0 !important;
}

.about-steps {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  z-index: 999 !important;
  color: #333;
  padding: 0.5rem;
}

@media screen and (max-width: 576px) {
  .about-steps {
    font-family: "Playfair Display", serif;
    font-size: 1.3rem;
    z-index: 999 !important;
    color: #333;
    padding: 0.5rem;
  }
}
/* .course_card {
  margin: 25px 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.course_card_img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  max-width: 100%;
}
.course_card_img img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -webkit-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.course_card_img img:hover {
  -webkit-transform: translateY(-3%);
      -ms-transform: translateY(-3%);
          transform: translateY(-3%);
}
.course_card_content {
  padding: 16px;
}
.course_card_content h3 {
  font-family: nunito sans;
  font-family: 18px;
}
.course_card_content p {
  font-family: nunito sans;
  text-align: justify;
}
.course_card_footer {
  padding: 10px 0px;
  margin: 16px;
}
.course_card_footer a {
  text-decoration: none;
  font-family: nunito sans;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  color: #f96332;
  padding: 10px;
  font-size: 14px;
}
.course_card:hover {
  -webkit-transform: scale(1.025);
      -ms-transform: scale(1.025);
          transform: scale(1.025);
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
}
.course_card:hover .course_card_img img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
 */
.contactus label {
  font-family: "catamaran" !important;
}

.contactus .wpcf7-submit {
  font-family: "Fira Sans Extra Condensed" !important;
  background-color: #14551d;
  -webkit-transition: color 0.6s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.6s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.6s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.6s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.6s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  font-size: 0.8rem;
  border: 0px;
  border-radius: 100px 100px 100px 100px;
  font-size: 25px;
  color: white !important;
  border: none;
  padding: 15px 32px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.contactus .wpcf7-submit:hover {
  background-color: #eee !important;
}

.contactus .wpcf7 {
  width: 100% !important;
}

.wpcf7 {
  width: 100% !important;
  padding: 0.5rem;
}

.wpcf7-form label {
  width: 100% !important;
}

.wpcf7-form input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], select, textarea {
  width: 100% !important;
}

.wpcf7-form input[type=submit] {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wpcf7-spinner {
  display: block;
  text-justify: center;
}

span .wpcf7-spinner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-contact {
  color: #fff;
  background: #fff;
  font-size: 1rem;
  border-radius: 100px 100px 100px 100px;
  font-family: "Fira Sans Extra Condensed" !important;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #14551d !important;
}

.btn-contact:hover {
  background-color: #eee !important;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  /*  width: 300px;
   height: 300px; */
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.slide-content {
  font-family: "Catamaran", serif;
  font-size: 0.6rem;
}

.about-swiper {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.aboutslider {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide .round-item {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-justify: center;
  overflow: hidden;
}

.swiper-slide .round-item img {
  width: 100%;
  height: 100%;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-content p:first-child {
  /* Stylizacja dla pierwszego akapitu */
  font-family: "Catamaran", serif !important;
  font-size: 0.8rem;
  font-style: italic;
}

.latest-post {
  position: relative;
  margin-bottom: 30px;
}

.post-image {
  position: relative;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover !important;
  width: 100%;
}

.post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(58, 58, 58, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
  padding: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.post-overlay:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  background: rgba(58, 58, 58, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.post-content {
  color: #fff;
  padding-left: 3vw;
  padding-right: 3vw;
}

.post-title a {
  color: #fff;
  text-decoration: none;
}

.post-title a:hover {
  text-decoration: underline;
}

.post-card .post-thumbnail {
  position: relative;
  width: 300px;
  height: 100%;
}

.post-card .post-title {
  margin-top: 10px;
}

.post-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(58, 58, 58, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.post-card:hover .post-content-overlay {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  background: rgba(58, 58, 58, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header-latest-blog {
  font-family: "Cairo";
  text-transform: uppercase;
}

.post-card .post-content-overlay-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 40px;
  margin-top: auto;
}

.sliders {
  overflow: hidden;
}

.header-blog {
  font-family: "Cairo" !important;
  font-size: 3vw;
}

.post-overlay p {
  font-size: 1.5vw !important;
  font-family: "Catamaran" !important;
  text-align: justify !important;
}

.post-content-overlay-content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5vw;
  font-family: "Catamaran" !important;
  text-align: end;
  width: 100%;
}

.post-content-overlay-content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left !important;
  -ms-flex-pack: left !important;
  justify-content: left !important;
  text-align: flex-start;
  font-size: 2.5vw;
  width: 100%;
}

.post-overlay .paragraph-blog {
  font-family: "Open Sans" !important;
}

.post-overlay .paragraph-more {
  font-family: "Cairo" !important;
  text-transform: uppercase;
}

.post-content-overlay .paragraph-more {
  font-family: "Cairo" !important;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .post-overlay .paragraph-blog {
    display: none;
  }
  .post-overlay .paragraph-more {
    font-size: 2vh !important;
  }
  .header-blog {
    font-size: 5vw;
  }
  .post-content-overlay-content p {
    font-size: 3vw !important;
  }
  .post-content-overlay-content h3 {
    font-size: 5vw !important;
  }
}
.post-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-div {
  width: 100%; /* Aby ograniczyć szerokość diva */
  overflow: hidden; /* Ukrywamy wszystko, co wychodzi poza diva */
}

.swiper-slide {
  width: 100%; /* Aby każdy slajd miał pełną szerokość */
}

.swiper-slide img {
  width: 100%; /* Aby obraz miał pełną szerokość slajdu */
  height: 50vh; /* Aby zachować proporcje obrazu */
  -o-object-fit: cover;
  object-fit: cover; /* Aby obraz "pokrywał" cały slajd */
}

.contact-form {
  font-family: "Catamaran";
  font-size: 20px !important;
}

.contact-form .submit-btn {
  background-color: #14551d;
}

.headingpage {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.3rem;
}

.paragraph-page {
  font-family: "Oxygen", sans-serif;
  font-size: 0.8rem;
  font-weight: 200;
}

.tor-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
}

iframe {
  width: 100%;
  height: 100vh;
}

.segment {
  background: rgb(40, 40, 40);
  background: -o-linear-gradient(290deg, rgb(32, 26, 27) 0%, rgb(40, 32, 33) 53%);
  background: linear-gradient(160deg, rgb(32, 26, 27) 0%, rgb(40, 32, 33) 53%);
}

.parallax {
  /* The image used */
  background-image: url("/wp-content/themes/template/img/tord.jpg");
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax2 {
  /* The image used */
  background-image: url("/wp-content/themes/template/img/tors.png");
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax3 {
  /* The image used */
  background-image: url("/wp-content/themes/template/img/emotionhufiec.jpg");
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax4 {
  /* The image used */
  background-image: url("/wp-content/themes/template/img/emotionbart.jpg");
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax5 {
  /* The image used */
  background-image: url("/wp-content/themes/template/img/szkolka.jpg");
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax6 {
  /* The image used */
  background-image: url("/wp-content/themes/template/img/emotionbart.jpg");
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax7 {
  /* The image used */
  background-image: url("/wp-content/themes/template/img/emotiodnbart.jpg");
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .parallax3,
.parallax2,
.parallax1,
.parallax,
.parallax4,
.parallax5 {
    background-attachment: scroll;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: repeat-x;
  }
  .heading2 {
    font-size: 1.6rem;
  }
}
.ParallaxVideo {
  height: 300px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.ParallaxVideo video {
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -999;
}

.ParallaxVideo h1 {
  color: #fff;
  font-size: 76px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.section {
  background: #1c1c1c;
}

.gokarts {
  background: #1c1c1c;
  height: 100%;
}

.title {
  font-family: "Oxygen";
  font-size: 1.8rem;
  color: #F07E00;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  text-justify: inter-word;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-image {
  width: 50%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gokarty .swiper-slide img {
  display: block;
  max-height: 36vh;
  padding-bottom: 5%;
  max-width: 45vh;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 8%;
}

.gokarty .title {
  padding-top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gokarty .card:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.gokarty .description {
  padding-left: 8%;
  padding-right: 8%;
}

.swiper-button-next, .swiper-button-prev {
  padding: 15%;
  color: white !important;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  right: 10px;
  padding: 30px;
  color: #000 !important;
  fill: black !important;
  stroke: black !important;
}

.swiper-container {
  overflow: hidden;
}

.instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  font-size: 220px;
  line-height: 250px;
  vertical-align: middle;
  background: #d6249f;
  background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}

.img-front {
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  height: 100% !important;
}

.modal {
  z-index: 998 !important;
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); /* Ustawienie wysokiej wartości z-index */
}

.modal-backdrop {
  display: none;
  z-index: 1040 !important; /* Upewnij się, że tło modala jest poniżej modala, ale nad innymi elementami */
}

.modal-dialog {
  min-width: 100px !important;
  height: 250px !important;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%) !important;
      -ms-transform: translate(-50%, -60%) !important;
          transform: translate(-50%, -60%) !important;
}

.modal-dialog1 {
  min-width: 50vw !important;
  height: 50vh !important;
  position: fixed;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%) !important;
      -ms-transform: translate(-50%, -60%) !important;
          transform: translate(-50%, -60%) !important;
}

.modal-content {
  color: white;
  border-radius: 25px;
  background: -o-linear-gradient(305deg, #1f2122, #262c31);
  background: linear-gradient(145deg, #1f2122, #262c31);
  -webkit-box-shadow: 20px 20px 60px #202122, -20px -20px 60px #181a1b;
          box-shadow: 20px 20px 60px #202122, -20px -20px 60px #181a1b;
}

.modal-header span {
  color: white !important;
}

.modal-body {
  border: none;
}

.modal-header {
  display: block !important;
  border: none;
  padding-bottom: 0 !important;
}

.close {
  width: 100%;
  text-align: right;
  padding-bottom: 0 !important;
  padding-top: 10px !important;
  z-index: 999;
}

/* Extend the fade-in animation */
.modal.fade {
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.5s ease !important;
  transition: opacity 0.4s ease-out, -webkit-transform 0.5s ease !important;
  -o-transition: transform 0.5s ease, opacity 0.4s ease-out !important;
  transition: transform 0.5s ease, opacity 0.4s ease-out !important;
  transition: transform 0.5s ease, opacity 0.4s ease-out, -webkit-transform 0.5s ease !important;
}

/* Extend the fade-out animation */
.modal.fade:not(.show) {
  -webkit-transition: opacity 0.4s ease-in, -webkit-transform 0.5s ease !important;
  transition: opacity 0.4s ease-in, -webkit-transform 0.5s ease !important;
  -o-transition: transform 0.5s ease, opacity 0.4s ease-in !important;
  transition: transform 0.5s ease, opacity 0.4s ease-in !important;
  transition: transform 0.5s ease, opacity 0.4s ease-in, -webkit-transform 0.5s ease !important;
}

.content nav {
  font-weight: 300 !important;
}

.btn-6 {
  background: rgb(247, 150, 192);
  background: -o-radial-gradient(circle, rgb(247, 150, 192) 0%, rgb(118, 174, 241) 100%);
  background: radial-gradient(circle, rgb(247, 150, 192) 0%, rgb(118, 174, 241) 100%);
  line-height: 42px;
  padding: 0;
  border: none;
}

.btn-6 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-6:before,
.btn-6:after {
  position: absolute;
  content: "";
  height: 0%;
  width: 1px;
  -webkit-box-shadow: -1px -1px 20px 0px rgb(255, 255, 255), -4px -4px 5px 0px rgb(255, 255, 255), 7px 7px 20px 0px rgba(0, 0, 0, 0.4), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: -1px -1px 20px 0px rgb(255, 255, 255), -4px -4px 5px 0px rgb(255, 255, 255), 7px 7px 20px 0px rgba(0, 0, 0, 0.4), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}

.btn-6:before {
  right: 0;
  top: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-6:after {
  left: 0;
  bottom: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-6:hover {
  background: transparent;
  color: #76aef1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-6:hover:before {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 100%;
}

.btn-6:hover:after {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 100%;
}

.btn-6 span:before,
.btn-6 span:after {
  position: absolute;
  content: "";
  -webkit-box-shadow: -1px -1px 20px 0px rgb(255, 255, 255), -4px -4px 5px 0px rgb(255, 255, 255), 7px 7px 20px 0px rgba(0, 0, 0, 0.4), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: -1px -1px 20px 0px rgb(255, 255, 255), -4px -4px 5px 0px rgb(255, 255, 255), 7px 7px 20px 0px rgba(0, 0, 0, 0.4), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}

.btn-6 span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: 0.5px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-6 span:after {
  right: 0;
  bottom: 0;
  width: 0%;
  height: 0.5px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-6 span:hover:before {
  width: 100%;
}

.btn-6 span:hover:after {
  width: 100%;
}

ul {
  margin: 0px;
  padding: 0px;
}

footer {
  background: #1c1c1c !important;
  min-width: 100%;
}

.footer-section {
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #F07E00;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: fill;
     object-fit: fill;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  color: #7e7e7e;
  line-height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.google-bg {
  background: #DD4B39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #F07E00;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #F07E00;
}

.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #F07E00;
  padding: 13px 20px;
  border: 1px solid #F07E00;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  -webkit-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
          transform: rotate(-6deg);
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: #F07E00;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #F07E00;
}

.footer-menu li a {
  color: #878787;
}

footer h3, h4 {
  font-family: "Cairo";
  font-size: 0.9rem !important;
}

footer span, div {
  font-size: 0.6rem;
  font-family: "Oxygen";
}

.list-openinghours {
  display: block;
  width: 100%;
  height: 100%;
}

ul.list-openinghours {
  width: 100%;
}

.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.g-recaptcha {
  position: relative;
  width: 100%;
  background: #f9f9f9;
  overflow: hidden;
}

.g-recaptcha > * {
  float: right;
  right: 0;
  margin: -2px -2px -10px; /*remove borders*/
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ml-form-embedSubmitLoad:after {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #ffffff #ffffff #ffffff transparent;
  -webkit-animation: ml-form-embedSubmitLoad 1.2s linear infinite;
          animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}

@-webkit-keyframes ml-form-embedSubmitLoad {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes ml-form-embedSubmitLoad {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#mlb2-13167055.ml-form-embedContainer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  margin: 0 auto;
  position: static;
  width: 100% !important;
}

#mlb2-13167055.ml-form-embedContainer h4,
#mlb2-13167055.ml-form-embedContainer p,
#mlb2-13167055.ml-form-embedContainer span,
#mlb2-13167055.ml-form-embedContainer button {
  text-transform: none !important;
  letter-spacing: normal !important;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper {
  border-width: 0px;
  border-color: transparent;
  border-radius: 4px;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block !important;
  margin: 0;
  padding: 0;
  position: relative;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper.embedDefault {
  width: 400px;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  max-width: 400px;
  width: 100%;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-align-left {
  text-align: left;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-align-center {
  text-align: left;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-align-default {
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center !important;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-align-right {
  text-align: right;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: auto;
  margin: 0 auto !important;
  max-width: 100%;
  width: undefinedpx;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 20px 20px 0 20px;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
  padding-bottom: 0;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  text-align: left;
  margin: 0 0 20px 0;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  color: #ffffff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-align: left;
  word-break: break-word;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  color: #ebebeb;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: left;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
  color: #ebebeb;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
  list-style-type: lower-alpha;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
  list-style-type: lower-roman;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
  color: #000000;
  text-decoration: underline;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
  text-align: left !important;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
  margin: 0;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
  margin: 0;
  width: 100%;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  margin: 0 0 20px 0;
  width: 100%;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  float: left;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
  margin: 0;
  padding: 0 0 20px 0;
  width: 100%;
  height: auto;
  float: left;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
  margin: 0 0 10px 0;
  width: 100%;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
  margin: 0;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
  margin: 0;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  background-color: #2e2e2e !important;
  color: #ffffff !important;
  border-color: #cccccc;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  height: auto;
  line-height: 21px !important;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 10px !important;
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  max-width: 100% !important;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder {
  color: #ffffff;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder {
  color: #ffffff;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder {
  color: #ffffff;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder {
  color: #ffffff;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
  background-color: #ffffff !important;
  color: #252525 !important;
  border-color: #cccccc;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  height: auto;
  line-height: 21px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 10px !important;
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  max-width: 100% !important;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  border-color: #cccccc !important;
  background-color: #ffffff !important;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -1.5rem;
  overflow: visible;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  border-radius: 4px !important;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::after, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::after, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::after, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::before {
  border-color: #000000 !important;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {
  top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  top: 0px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  top: 0px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
  top: 0px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: absolute;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  top: 0px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
  position: absolute;
  top: 4px;
  left: -1.5rem;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px;
  border-radius: 50%;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
  position: absolute;
  top: 2px !important;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  position: absolute;
  top: 4px;
  left: -1.5rem;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  border: #adb5bd solid 1px;
  border-radius: 50%;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
  position: absolute;
  top: 0px !important;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  position: absolute;
  top: 0px !important;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
  background: no-repeat 50%/50% 50%;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  background: no-repeat 50%/50% 50%;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {
  color: #000000;
  font-size: 12px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 22px;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
  font-style: normal;
  font-weight: 700;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select, #mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
  color: #ffffff !important;
  border-color: #cccccc;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  line-height: 20px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 28px 10px 12px !important;
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  max-width: 100% !important;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  background: url("https://assets.mlcdn.com/ml/images/default/dropdown.svg") no-repeat right 0.75rem center/8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
  height: auto;
  width: 100%;
  float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
  width: 70%;
  float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
  width: 30%;
  float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn {
  padding-top: 25px;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding-right: 10px;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  color: #ffffff;
  border-color: #cccccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: initial;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  background-color: #ff8c00 !important;
  border-color: #ff8c00;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff !important;
  cursor: pointer;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 !important;
  padding: 10px !important;
  width: 100%;
  height: auto;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
  background-color: #c26c00 !important;
  border-color: #c26c00 !important;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -1.5rem;
  overflow: visible;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
  color: #d9d9d9;
  display: block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 24px;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
  color: #d9d9d9;
  text-decoration: underline;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
  color: #d9d9d9 !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 18px !important;
  padding: 0 !important;
  margin: 0 5px 0 0 !important;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
  margin: 0;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  background-color: #ff8c00 !important;
  border: none !important;
  border-radius: 4px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 0.8rem !important;
  line-height: 21px !important;
  height: auto;
  padding: 10px !important;
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
  display: none;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
  background-color: #c26c00 !important;
}

.ml-subscribe-close {
  width: 30px;
  height: 30px;
  background: url("https://assets.mlcdn.com/ml/images/default/modal_close.png") no-repeat;
  background-size: 30px;
  cursor: pointer;
  margin-top: -10px;
  margin-right: -10px;
  position: absolute;
  top: 0;
  right: 0;
}

.ml-error input, .ml-error textarea, .ml-error select {
  border-color: red !important;
}

.ml-error .custom-checkbox-radio-list {
  border: 1px solid red !important;
  border-radius: 4px;
  padding: 10px;
}

.ml-error .label-description,
.ml-error .label-description p,
.ml-error .label-description p a,
.ml-error label:first-child {
  color: #ff0000 !important;
}

#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
#mlb2-13167055.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
  color: #ff0000 !important;
}

@media only screen and (max-width: 400px) {
  .ml-form-embedWrapper.embedDefault, .ml-form-embedWrapper.embedPopup {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm {
    float: left !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow {
    height: auto !important;
    width: 100% !important;
    float: left !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div {
    padding-right: 0px !important;
    padding-bottom: 10px;
  }
  .ml-form-formContent.horozintalForm .ml-button-horizontal {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn {
    padding-top: 0px !important;
  }
}
.form-control {
  font-size: 0.7rem !important;
  color: white !important;
}

input, textarea {
  background-color: #392828 !important;
}

.subscribe {
  font-size: 1rem !important;
}

.icon-button {
  background-color: white;
  border-radius: 3.6rem;
  cursor: pointer;
  display: inline-block;
  font-size: 2rem;
  height: 3.6rem;
  line-height: 3.6rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3.6rem;
}

/* Circle */
.icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
}

.icon-button:hover span {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 3.6rem;
  margin: -1.8rem;
}

.twitter span {
  background-color: #4099ff;
}

.facebook span {
  background-color: #3B5998;
}

.linkedin span {
  background-color: #0077b5;
}

.instagram span {
  background-color: #bc2a8d;
}

.github span {
  background-color: #333;
}

/* Icons */
.icon-button i {
  background: none;
  color: white;
  height: 3.6rem;
  left: 0;
  line-height: 3.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 3.6rem;
  z-index: 10;
}

.icon-button .fa-twitter {
  color: #4099ff;
}

.icon-button .fa-facebook {
  color: #3B5998;
}

.icon-button .fa-linkedin {
  color: #0077b5;
}

.icon-button .fa-instagram {
  color: #f9fcff;
}

.icon-button .fa-github {
  color: #333;
}

.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook,
.icon-button:hover .fa-linkedin,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-github {
  color: white;
}

body {
  background-color: #1c1c1c !important;
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
}

.row-card {
  max-height: 80vh;
}

.card {
  border: 1px solid;
  border-color: #676767;
  text-justify: center;
  -webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.25rem 0;
  position: relative;
  will-change: transform;
  background-color: #1c1c1c !important;
}
.card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #1c1c1c !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.card:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}
.card:hover:after {
  width: 100%;
}
.card .card-header {
  background-color: #1c1c1c;
  padding-left: 2rem;
  border-bottom: 0px;
}
.card .card-title {
  margin-bottom: 1rem;
}
.card .card-block {
  padding-top: 0;
}
.card .list-group-item {
  border: 0px;
  padding: 0.25rem;
  color: #eee;
  font-weight: 300;
  background-color: #1c1c1c;
}

.list-group-item {
  display: list-item !important;
}

.pricing-table-package-separation-line {
  width: 150px;
  height: 1px;
  background: #dedede;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
}

.display-2 {
  font-size: 4rem;
  letter-spacing: -0.5rem;
}
.display-2 .currency {
  font-size: 2.75rem;
  position: relative;
  font-weight: 400;
  top: -45px;
  letter-spacing: 0px;
}
.display-2 .period {
  font-size: 1rem;
  color: #b3b3b3;
  letter-spacing: 0px;
}

.reservation.pricing-table-package-pricing-amout {
  width: auto;
  font-size: 4.5em;
}

.reservation.pricing-table-package-pricing-delim {
  padding-left: 25%;
  padding-top: 0%;
  bottom: -13px;
  font-weight: 100;
}

.card-header {
  display: block;
  height: 100%;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.pricing-table-package-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  padding: 0;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5%;
  margin-bottom: 5%;
}

.pricing-table-package-pricing-amout {
  width: auto;
  height: auto;
  padding-right: 5%;
  color: #F07E00 !important;
  text-align: center;
  font-family: "Oxygen";
  font-size: 6em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pricing-table-package-pricing-wrap {
  top: 0;
  margin-top: 0;
  padding-right: 5%;
  font-family: Oxygen;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #F07E00 !important;
  text-transform: uppercase;
  position: relative;
}

.pricing-table-package-pricing-currency {
  position: relative;
  font-size: 1.5em;
  text-align: left;
  top: 5px;
  right: 10px;
  padding-left: 10%;
}

.reservation.pricing-table-package-pricing-currency {
  padding-left: 0%;
}

.hour.pricing-table-package-pricing-amout {
  width: auto;
  font-size: 4em;
}

.pricing-table-package-pricing-delim {
  position: absolute;
  font-size: 5em;
  padding-left: 35%;
  bottom: -10px;
  font-weight: 100;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
}

.pricing-table-package-pricing-period {
  width: 100%;
  font-size: 1em;
  text-align: right;
  padding-top: 25%;
  margin-left: 18px;
}

.price-title {
  font-family: "Cairo";
  font-size: 1.3rem;
  font-weight: 400;
}

.pricelist-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Automatycznie dostosowuje kolumny */
  gap: 20px; /* Odstęp między kolumnami */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; /* Rozciąga elementy w kolumnach, aby pasowały do najwyższego elementu */
}

/* Styl dla elementów dzieci */
.pricelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  /* Ustawia wysokość na 100% aby rozciągnąć kartę */
}

.card {
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reservation.pricing-table-package-pricing-period {
  padding-top: 15%;
  margin-left: 18px;
}

/* Dodatkowy styl dla elementów dzieci, aby wyrównać je do największego */
