/*
Theme Name: Alby Mangels
Author: albymangels
Author URI: https://www.albymangels.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onsite
Tags: 
*/
:root {
  --color-acc: #CBA60B;
  --dark-acc: #FEC422;
  --color-text: #2D2D2D;
  --color-gray: #929292;
  --color-blue: #0A1D40;
  --font-acc: "Poppins", sans-serif;
  --font-heading: "Poppins", sans-serif;
  --font-body: "Poppins", sans-serif;
  --font-hanken: "Poppins", sans-serif;
  --progress-bar-width: 200px;
  --progress-bar-height: 200px;
}

::-moz-selection {
  background: var(--color-acc);
  color: #fff;
}

::selection {
  background: var(--color-acc);
  color: #fff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #fff;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background-color: #000;
}

.text-text {
  color: var(--color-text);
}

.text-acc {
  color: var(--color-acc) !important;
}

.text-blue {
  color: var(--color-blue);
}

.text-gray {
  color: var(--color-gray);
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.extra-bold {
  font-weight: 700 !important;
}

.font-acc {
  font-family: var(--font-acc);
}

.font-text {
  font-family: var(--font-text);
}

.border-bottom {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 50px;
}

.border-bottom:after {
  content: "";
  background-color: var(--color-acc);
  background-position: bottom;
  background-repeat: no-repeat;
  width: 280px;
  height: 18px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.border-bottom-red:after {
  background-color: #EE2E22;
  height: 6px;
}

.border-bottom-white:after {
  filter: brightness(0) invert(1);
}

.border-bottom-dark:after {
  background-color: #000;
}

.border-bottom-left:after {
  left: 0%;
  transform: translate(0, 0);
}

.border-bottom-right:after {
  left: initial;
  right: 0;
  transform: translate(0, 0);
}

.border-left {
  padding-left: 30px;
  position: relative;
  display: table;
  margin: 0 auto 50px;
}

.border-left-0 {
  margin: 0 0 50px;
}

blockquote {
  border-left: 4px solid var(--color-acc);
  padding-left: 1.5em;
  margin-left: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.2;
  margin-block-start: 0;
  margin-block-end: 1em;
}

.h0 {
  font-size: 44px;
}

h1, .h1 {
  font-size: 42px;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 20px;
}

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

h5, .h5 {
  font-size: 22px;
  font-weight: 400;
}

h6, .h6 {
  font-size: 16px;
  letter-spacing: 0;
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "Font Awesome 6 Free";
}

.letter-space {
  letter-spacing: 3px;
}

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 39px;
  }
  h2, .h2 {
    font-size: 36px;
  }
  h3, .h3 {
    font-size: 20px;
  }
  .h4 {
    font-size: 20px;
  }
  .h5 {
    font-size: 18px;
  }
  .h6 {
    font-size: 16px;
  }
}
.container,
.container-lg {
  width: 100%;
  max-width: 1300px;
  padding-left: 64px;
  padding-right: 64px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
}

.container-lg {
  max-width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  grid-row-gap: 30px;
}

.gap-0 {
  gap: 0;
  margin: 0;
}

@media (min-width: 1024px) {
  .row-reverse {
    flex-flow: row-reverse;
  }
}
.flex-wrap {
  flex-flow: wrap;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.col-1 {
  width: 8.333333%;
}

.col-2 {
  width: 16.666666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333333%;
}

.col-5 {
  width: 41.666666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333333%;
}

.col-8 {
  width: 66.666666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333333%;
}

.col-11 {
  width: 91.666666%;
}

.col-12 {
  width: 100%;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0;
}

@media (max-width: 991px) {
  .container,
  .container-lg {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11 {
    width: 100%;
  }
  .reverse > :first-child {
    order: 2;
  }
  .reverse > :last-child {
    order: 1;
  }
}
.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.col-gap-15 {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.col-gap-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.col-gap-30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.inline-flex {
  display: inline-flex;
}

.flex-1 {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.align-middle {
  vertical-align: middle;
}

.align-text-top {
  vertical-align: text-top;
}

.align-bottom {
  vertical-align: bottom;
}

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

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

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

.font-semibold {
  font-weight: 600;
}

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

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

.font-light {
  font-weight: 300;
}

.font-extralight {
  font-weight: 200;
}

.font-thin {
  font-weight: 100;
}

.leading-1 {
  line-height: 1;
}

.leading-1\.2 {
  line-height: 1.2;
}

.leading-1\.5 {
  line-height: 1.5;
}

.leading-2 {
  line-height: 2;
}

.italic {
  font-style: italic;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.position-bottom {
  bottom: 30px;
  left: 30px;
  z-index: 1;
}

.inset-0 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-80 {
  padding-right: 80px;
}

.mt-auto {
  margin-top: auto;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.ml-20 {
  margin-left: 20px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.clear,
.clearfix {
  clear: both;
}

p {
  margin-block-start: 0;
  margin-block-end: 1em;
}

p:last-child {
  margin-block-end: 0;
}

a {
  color: var(--color-acc);
  text-decoration: none;
  transition: 0.3s;
}

a svg {
  transition: 0.3s;
}

input,
textarea,
select {
  font-family: var(--font-text);
  font-size: 16px;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
  transition: 0.3s;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img,
iframe,
video {
  vertical-align: middle;
  max-width: 100%;
}

.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

.fl-right {
  float: right;
}

.border-top {
  border-top: 2px solid #fff;
  margin-top: 50px;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

@media (max-width: 1024px) {
  .alignleft {
    float: none;
    margin-right: 0;
  }
  .alignright {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .mobile {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .columns-2 ul {
    -moz-column-count: 2;
         column-count: 2;
  }
  .columns-2 li {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }
  .columns-3 ul {
    -moz-column-count: 3;
         column-count: 3;
  }
  .columns-3 li {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }
}
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 15;
  padding-top: 15px;
}

.site-title {
  display: block;
  position: relative;
  z-index: 15;
}

body.menu-open {
  height: 100vh;
  overflow: hidden;
}

.menu-bg:before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100vw;
  height: 100vh;
  background: #000;
  transition: all 0.5s ease-in;
  -webkit-clip-path: circle(30px at calc(100% - 40px) 70px);
  clip-path: circle(30px at calc(100% - 40px) 70px);
  visibility: hidden;
}

@media print, screen and (min-width: 40em) {
  .menu-bg:before {
    -webkit-clip-path: circle(30px at calc(100% - 90px) 100px);
    clip-path: circle(30px at calc(100% - 90px) 100px);
  }
}
.menu-bg.open:before {
  visibility: visible;
  -webkit-clip-path: circle(100%);
  clip-path: circle(100%);
}

.menu-content {
  visibility: hidden;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 20;
  transition: opacity 0.8s;
  transition-delay: 0.7s;
  opacity: 0;
  padding: 35px 0 15px;
  text-align: left;
}

@media print, screen and (max-width: 39.99875em) {
  .menu-content img {
    max-width: 150px;
    margin-left: 24px;
  }
}
@media print, screen and (min-width: 40em) {
  .menu-content {
    padding: 35px 5vw 5vw;
  }
}
.menu-content.active {
  visibility: visible;
  opacity: 1;
}

.menu-content.active .menu li,
.menu-content.active .menu-inner .social {
  animation-name: slideInRight;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}

.menu-content.active .menu li:nth-child(2) {
  animation-delay: 0.8s;
}

.menu-content.active .menu li:nth-child(3) {
  animation-delay: 1s;
}

.menu-content.active .menu li:nth-child(4) {
  animation-delay: 1.1s;
}

.menu-content.active .menu li:nth-child(5) {
  animation-delay: 1.15s;
}

.menu-content.active .menu li:nth-child(6) {
  animation-delay: 1.2s;
}

.menu-content.active .menu li:nth-child(7) {
  animation-delay: 1.25s;
}

.menu-content.active .menu li:nth-child(8) {
  animation-delay: 1.3s;
}

.menu-content.active .menu li:nth-child(9) {
  animation-delay: 1.35s;
}

.menu-content.active .menu li:nth-child(10) {
  animation-delay: 1.4s;
}

.menu-content.active .menu-inner .social {
  animation-delay: 1.45s;
}

.menu-content .menu-inner {
  display: flex;
  align-items: end;
  justify-content: end;
  width: 100%;
  flex-direction: column;
  text-align: right;
  padding-right: 10em;
}

.menu-content .menu {
  text-align: right;
  list-style: none;
}

.menu-content .menu > li {
  flex: 0 0 100%;
  text-align: right;
}
.menu-content .menu > li.current-menu-item a {
  color: var(--color-acc);
}

.menu-content .menu > li > a {
  font-size: 46px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.84px;
  color: #fff;
}
.menu-content .menu > li > a:hover {
  color: var(--color-acc);
}
.menu-content .menu > li > a.active {
  color: var(--color-acc);
}

.social a {
  font-size: 30px;
  color: #fff;
  padding: 0 7px;
}
.social a:hover {
  color: var(--color-acc);
}

.menu {
  text-align: center;
}

.menu li {
  padding: 0 5px;
}

#off-canvas {
  display: flex;
  align-items: center;
}

#off-canvas .grid-container {
  width: 100%;
}

@media print, screen and (max-width: 39.99875em) {
  .off-canvas {
    padding: 0 20px;
  }
}
.off-canvas .grid-container {
  position: relative;
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.5s;
}

.off-canvas.is-open .grid-container {
  opacity: 1;
}

.off-canvas .left-col {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.off-canvas .left-col > div {
  width: 100%;
  flex: 0 0 auto;
}

.off-canvas .left-col .bottom {
  align-self: flex-end;
  padding-bottom: 15px;
}

.off-canvas p {
  color: #00e3dc;
}

.off-canvas .menu li {
  width: 100%;
  padding-bottom: 10px;
}

.off-canvas .menu li a {
  position: relative;
  padding: 10px 0 10px 45px;
  text-align: left;
  text-transform: none;
  font-size: 2.6875rem;
  font-weight: 500;
}

.off-canvas .menu li a:hover {
  color: #00e3dc;
}

.off-canvas .menu li a:before {
  top: 4px;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjguOTAwMzkiIHkxPSIyLjE4NTU2ZS0wOCIgeDI9IjguOTAwMzkiIHkyPSI2IiBzdHJva2U9IiNGRjAwM0QiLz4KPGxpbmUgeDE9IjguOTAwMzkiIHkxPSIxMiIgeDI9IjguOTAwMzkiIHkyPSIxOCIgc3Ryb2tlPSIjRkYwMDNEIi8+CjxsaW5lIHgxPSIxOCIgeTE9IjguOTAwMTUiIHgyPSIxMiIgeTI9IjguOTAwMTUiIHN0cm9rZT0iI0ZGMDAzRCIvPgo8bGluZSB4MT0iNiIgeTE9IjguOTAwMTUiIHgyPSItNC4zNzExM2UtMDgiIHkyPSI4LjkwMDE1IiBzdHJva2U9IiNGRjAwM0QiLz4KPC9zdmc+Cg==");
  margin-right: 20px;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  transform-origin: center 65%;
}

.off-canvas .menu li a:hover:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjguOTAwMzkiIHkxPSIyLjE4NTU2ZS0wOCIgeDI9IjguOTAwMzkiIHkyPSI2IiBzdHJva2U9IiMyNjAwNDAiLz4KPGxpbmUgeDE9IjguOTAwMzkiIHkxPSIxMiIgeDI9IjguOTAwMzkiIHkyPSIxOCIgc3Ryb2tlPSIjMjYwMDQwIi8+CjxsaW5lIHgxPSIxOCIgeTE9IjguOTAwMTUiIHgyPSIxMiIgeTI9IjguOTAwMTUiIHN0cm9rZT0iIzI2MDA0MCIvPgo8bGluZSB4MT0iNiIgeTE9IjguOTAwMTUiIHgyPSItNC4zNzExM2UtMDgiIHkyPSI4LjkwMDE1IiBzdHJva2U9IiMyNjAwNDAiLz4KPC9zdmc+Cg==");
  transform: rotate(135deg);
}

.m-icon {
  position: relative;
  z-index: 15;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}

.m-icon .icon {
  cursor: pointer;
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 99;
  margin: 0;
  border-radius: 50%;
  padding: 4px;
  background: #000;
}
.m-icon .icon:hover .bottom {
  width: 40px;
}
.m-icon .icon:hover .top {
  width: 20px;
}

.m-icon .icon .mid, .m-icon .icon .top, .m-icon .icon .bottom {
  background-color: #fff;
  color: #fff;
  height: 2px;
  width: 40px;
  position: absolute;
  right: 15px;
  transition: all 0.3s ease;
}

.m-icon .icon .top {
  top: 27px;
}

.m-icon .icon .mid {
  top: 34px;
  width: 32px;
}

.m-icon .icon .bottom {
  top: 41px;
  width: 20px;
}

.m-icon .icon.active {
  transform: rotate(90deg);
  position: relative;
}

.m-icon .icon.active .mid, .m-icon .icon.active .top, .m-icon .icon.active .bottom {
  top: 33px;
  left: 14px;
  width: 40px;
}

.m-icon .icon.active .top {
  transform: rotate(45deg);
}

.m-icon .icon.active .mid, .m-icon .icon.active .bottom {
  transform: rotate(-45deg);
}

.m-icon .icon.active .bottom {
  opacity: 0;
}

.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.close-button {
  width: 38px;
  height: 38px;
  font-weight: 300;
  border: 1px solid #e0e0e0;
  color: #526272;
  top: 15px;
  right: 15px;
}

.close-button:hover {
  background: #00e3dc;
  border-color: #00e3dc;
  color: #fff;
}

.callout .close-button {
  top: 9px;
  right: 9px;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  to {
    transform: translateX(0);
  }
}
.page-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.vimeo-holder {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.vimeo-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.vimeo-holder .btn-skip {
    position: absolute;
    right: 60px;
    top: 90px;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 5px;
    padding: 5px 8px;
}
.vimeo-holder .btn-skip:hover {
  background-color: var(--color-acc);
}

.end-video-frame img {
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}

.video-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  filter: drop-shadow(4px 6px 6.2px rgba(0, 0, 0, 0.45));
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
}
.video-content h1 {
  margin: 0;
  background: linear-gradient(90deg, #CBA60B 1%, #F7D777 49.52%, #CBA60B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 146px;
  line-height: 136px; /* 93.151% */
  letter-spacing: 5.84px;
}
.video-content p {
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.92px;
  color: #fff;
  margin: 0;
}

.text-passion {
  max-width: 800px;
  left: 8%;
  bottom: -130px;
  position: relative;
}
.text-passion h3 {
  background: linear-gradient(90deg, #CBA60B 1%, #F7D777 49.52%, #CBA60B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  line-height: normal;
  letter-spacing: 1.92px;
  text-align: center;
  margin: 0;
}

.text-show {
  bottom: -70px;
  position: relative;
}

.show-btn {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2.25px;
}
.show-btn:hover .icon-list-icon i {
  border: 1px solid #CBCBCB;
  background: #CBCBCB;
  transition: background 0.2s;
  -webkit-transition: background 0.2s;
  color: #202020;
}

.icon-list-icon {
  padding-right: 21px;
}
.icon-list-icon i {
  border: 1px solid #CBCBCB;
  background: transparent;
  border-radius: 1000px;
  display: block;
  height: 74px;
  width: 74px;
  line-height: 72px;
  padding-left: 5px;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  text-align: center;
  font-size: 22px;
}

.icon-list-text {
  transition: color 0.3s;
  padding-inline-start: 5px;
  font-size: 24px;
  letter-spacing: 1.04px;
}

.about-holder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  height: 100%;
  display: flex;
  align-items: center;
}

.about-text h3 {
  font-size: 42px;
  letter-spacing: 1.84px;
  margin: 15px 0;
  transition: color 0.5s ease-in-out;
}
.about-text h3:first-child {
  color: var(--color-acc);
}
.about-text h3:hover {
  color: var(--color-acc);
}

.btn-play {
    position: absolute;
    right: 0;
    bottom: 60px;
    padding-right: 30px;
}

.btn-play .icon-list-icon {
    padding: 0;
    display: inline-block;
}

.btn-play .icon-list-icon i {
    background-color: #ad0404;
    border: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding: 0;
}

.full-img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.col-img img {
  max-height: 491px;
  min-height: 491px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: grayscale(1);
  transition: filter 0.4s ease-in-out 0.1s;
}
.col-img:hover img {
  filter: grayscale(0);
}

.col-link {
  display: block;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.col-link:hover .col-img img {
  filter: grayscale(0);
}
.col-link:hover .col-text p {
  opacity: 1;
  height: 100%;
}

.col-text {
  position: absolute;
  bottom: 50px;
  padding-left: 50px;
  max-width: 530px;
  z-index: 1;
}
.col-text h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
.col-text p {
  font-size: 22px;
  opacity: 0;
  height: 0;
  transition: 0.4s ease-in-out;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

.owl-theme .owl-dots .owl-dot span {
  background: #aaaaaa;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.col-6:hover .col-img img {
  filter: grayscale(0);
}

.gallery-carousel .owl-nav {
  position: absolute;
}
.gallery-carousel .owl-dots {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.gallery-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 50px;
  right: 50px;
  transform: translate(0, -50%);
  margin: 0;
}
.gallery-carousel .owl-nav button.owl-next,
.gallery-carousel .owl-nav button.owl-prev {
  left: 0;
  position: absolute;
}
.gallery-carousel .owl-nav button.owl-next {
  left: initial;
  right: 0;
}

.text-holder {
  max-width: 900px;
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}
.text-holder h3 {
  font-size: 22px;
  font-weight: 400;
}
.text-holder p {
  font-size: 18px;
  margin-bottom: 10px;
}

.text-gallery .owl-dots {
  right: initial;
  bottom: 0 !important;
  left: 50%;
  transform: translate(-50%, 0);
}

.text-gallery .owl-stage {
  display: flex;
  align-items: center;
}

.partner-logo {
  width: 25%;
  margin-bottom: 30px;
}
.partner-logo img {
  max-width: 200px;
  max-height: 80px;
  min-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.wpcf7-form-control {
  background-color: transparent;
  border: 2px solid #FFF;
  box-shadow: none;
  padding: 10px;
  width: 100%;
  color: #fff;
}

.contact-input-group {
  margin-bottom: 20px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  margin-top: 10px;
}

span.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #dc0000;
  padding: 6px 8px;
}

div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  display: none !important;
}

form.wpcf7-form.sent {
  position: relative;
}

div.wpcf7-mail-sent-ok {
  border: 0;
  position: absolute;
  top: -5%;
  background-color: #398f14;
  left: 50%;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  margin: auto;
  transform: translate(-50%, -50%);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-holder {
  max-width: 605px;
}
.form-holder .form-group {
  display: block;
}

.wpcf7-form-control::-moz-placeholder {
  color: #fff;
}

.wpcf7-form-control::placeholder {
  color: #fff;
}

.wpcf7-form-control::-webkit-input-placeholder {
  color: #fff;
}

.wpcf7-form-control:-ms-input-placeholder {
  color: #fff;
}

.wpcf7-form-control:focus-visible {
  outline: none;
}

.wpcf7-form-control.wpcf7-submit {
  background-color: var(--color-acc);
  border-color: var(--color-acc);
  width: auto;
  color: #000;
  padding: 8px 30px;
}
.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #000;
  color: #fff;
}

.bt-2 {
  border-top: 2px solid #fff;
}

.bb-2 {
  border-bottom: 2px solid #fff;
}

#section-follow .social a {
  padding: 0 20px;
}

.footer-list ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-list ul li {
  padding-right: 30px;
}
.footer-list ul li a {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
.footer-list ul li a:hover {
  color: var(--color-acc);
}

.footer-copyright {
  font-size: 25px;
  font-weight: 600;
}
.footer-copyright p {
  margin: 0;
}

.fancybox__backdrop {
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.97));
}

.fancybox__slide {
  padding: 30px 40px 0 !important;
}

.fancybox__carousel .fancybox__content {
  width: 1000px !important;
}

.fancybox__content img {
  width: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  transform: none !important;
  height: 100% !important;
}

.avia-post-nav {
  position: fixed;
  height: 110px;
  top: 50%;
  background: #aaa;
  color: #fff;
  margin-top: -55px;
  padding: 15px;
  text-decoration: none;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
  border: 1px solid transparent;
}

.avia-post-prev {
  left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.avia-post-next {
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.avia-post-nav .label {
  position: absolute;
  top: 50%;
  height: 22px;
  line-height: 22px;
  margin-top: -11px;
  font-size: 20px;
  display: block;
  padding: 0;
  border-radius: 0;
  font-weight: normal;
}

.avia-post-prev .label {
  left: 10px;
}

.avia-post-next .label {
  right: 10px;
}

body .avia-font-entypo-fontello, html body [data-av_iconfont=entypo-fontello]:before {
  font-family: "entypo-fontello";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: attr(data-av_icon);
  speak: never;
}

.avia-post-nav .entry-info-wrap {
  width: 0px;
  overflow: hidden;
  display: block;
}

.small-preview, .avia-post-nav .entry-info-wrap, .avia-post-nav, .avia-menu-fx, .team-social, .button, .related-format-icon, .avia-slideshow-controls a, #top .social_bookmarks li a, .fallback-post-type-icon, #scroll-top-link, #av-cookie-consent-badge, .avia-slideshow-button {
  transition: all 0.3s ease-out;
}

.avia-post-nav .entry-info {
  height: 80px;
  width: 220px;
  display: table;
}

.avia-post-next .entry-info {
  margin: 0 20px 0 1px;
}

.avia-post-nav .entry-image {
  height: 80px;
  width: 80px;
  display: block;
}

.avia-post-nav .entry-info span {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  line-height: normal;
}

.avia-post-nav .entry-image img {
  border-radius: 100px;
  display: block;
}

.avia-post-nav:hover {
  background: #000;
  border: 1px solid #fff;
}

.avia-post-nav:hover .entry-info-wrap {
  width: 240px;
}

.video-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.video-popup:not(.hidden) {
  display: flex;
}

.hidden {
  display: none !important;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.close-popup {
  right: 10px;
  background-color: transparent;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  font-size: 40px;
  cursor: pointer;
  color: #fff;
}

.footer-logo {
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.footer-logo img {
  max-width: 200px;
}

.section-title {
  padding-left: 0;
  transition: 0.3s ease-in-out;
}

#section-trailers.active .section-title,
#section-gallery.active .section-title {
  padding-left: 400px;
}

.about-text {
  max-width: 500px;
  margin: auto;
}
.about-text p {
  font-size: 20px;
}

.film-list {
  margin: auto;
}

.film-category {
  padding-bottom: 40px;
  position: relative;
  width: 48%;
  max-width: 600px;
  margin: auto;
  margin-bottom: 30px;
}

.film-category:after {
  content: "";
  width: 300px;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  bottom: 0;
  left: 0;
}

.film-category:nth-last-child(2),
.film-category:last-child,
.film-category:nth-last-child(4) {
  margin-bottom: 0;
}
.film-category:nth-last-child(2):after,
.film-category:last-child:after,
.film-category:nth-last-child(4):after {
  display: none;
}

.border-holder {
  padding: 30px;
  border-top: 1px solid #fff;
}
.border-holder a {
  color: #fff;
}
.border-holder:hover {
  background-color: rgba(217, 217, 217, 0.15);
}
div#btn-full-play {
    bottom: 170px;
    cursor: pointer;
    right: 60px;
}

div#btn-full-play .icon-list-icon i {
    background-color: var(--color-acc);
}

.custom-tooltip {
    visibility: hidden;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 4px 8px;
    border-radius: 4px;
    position: absolute;
    bottom: 125%;
    right: 0;
    white-space: nowrap;
    z-index: 100;
    font-size: 12px;
    font-weight: 700;
    opacity: 0;
    transition: opacity 0.2s;
}

.tooltip-container:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1512px) {
  .menu-content .menu > li > a {
    font-size: 33px;
  }
  .video-content h1 {
    font-size: 130px;
    line-height: 1;
  }
}
@media (max-width: 1440px) {
  #section-trailers.active .section-title,
  #section-gallery.active .section-title {
    padding-left: 250px;
  }
  #section-home {
    height: unset;
  }
  .menu-content .menu > li > a {
    font-size: 25px;
  }
  .about-text h3 {
    font-size: 30px;
  }
  .nav-logo a {
    max-width: 220px;
  }
  .video-content h1 {
    font-size: 115px;
  }
  .text-passion {
    bottom: -10px;
  }
  .text-show {
    bottom: 75px;
  }
  .video-content {
    top: 58%;
  }
  .text-passion h3 {
    font-size: 40px;
  }
  .wpcf7-form-control {
    height: 40px;
  }
  .wpcf7-form-control.wpcf7-textarea {
    height: 80px;
  }
  .wpcf7-form-control.wpcf7-submit {
    height: initial;
  }
  .form-note.mt-40 {
    margin-top: 20px !important;
  }
}
@media (max-width: 1360px) {
  .page-section,
  .end-video-frame img {
    height: unset;
  }
  .vimeo-holder {
    height: 100%;
    padding-bottom: 56.25%;
  }
  .vimeo-holder iframe {
    height: 100% !important;
  }
}
@media (max-width: 1152px) {
  .text-passion {
    left: 0;
  }
  .text-show {
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .text-passion {
    bottom: 0;
    max-width: 700px;
  }
  .text-passion h3 {
    font-size: 35px;
  }
  .icon-list-icon i {
    height: 55px;
    width: 55px;
    line-height: 50px;
  }
  .icon-list-text {
    font-size: 22px;
  }
  .gallery-carousel .owl-nav {
    left: 20px;
    right: 20px;
  }
  #section-misc .gallery-carousel .owl-nav {
    left: -30px;
    right: -30px;
  }
  section#section-footer .flex {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .film-category {
    width: 100%;
    max-width: 100%;
  }
  .about-holder {
    width: 41%;
  }
  .full-img {
    height: auto;
  }
  .row {
    grid-row-gap: 0;
  }
  #section-misc .gallery-carousel .owl-nav {
    left: 0;
    right: 0;
  }
  section#section-contact .flex {
    max-width: 605px;
    margin: auto;
  }
  .vimeo-holder .btn-skip {
    left: 20px ;
    top: 70px ;
	}
}
@media (max-width: 990px) {
  .end-video-frame {
    height: 600px;
  }
  .end-video-frame img {
    height: 100%;
  }
  .video-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .video-content p {
    font-size: 40px;
  }
  .video-content h1 {
    font-size: 80px;
  }
  .text-show {
    bottom: -30px;
  }
  .about-holder {
    width: 50%;
  }
  .about-text h3 {
    font-size: 25px;
  }
  #section-misc .gallery-carousel .owl-nav {
    display: none;
  }
  .partner-logo {
    width: 33%;
  }
}
@media (max-width: 700px) {
  .nav-logo img {
    max-width: 150px;
  }
  .footer-logo {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .footer-logo img {
    max-width: 150px;
  }
  .about-holder {
    position: relative;
    width: 100%;
  }
  .partner-logo {
    width: 50%;
  }
  .partner-logo img {
    max-width: 130px;
    max-height: 50px;
    min-height: 50px;
  }
  .text-holder {
    max-width: initial;
    padding: 0 10px;
  }
  .text-holder h3 {
    font-size: 18px;
  }
  .text-holder p {
    font-size: 16px;
    position: relative !important;
    text-align: center !important;
  }
  h2, .h2 {
    font-size: 30px;
  }
  .col-text {
    bottom: 30px;
    padding-left: 20px;
    max-width: 500px;
  }
  .gallery-carousel .owl-dots {
    bottom: 35px;
    right: 30px;
  }
  .site-header {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-header .flex {
    align-items: center;
  }
  .m-icon .icon {
    width: 50px;
    height: 50px;
  }
  .m-icon .icon .mid, .m-icon .icon .top, .m-icon .icon .bottom {
    right: 12px;
  }
  .m-icon .icon .top {
    top: 18px;
    width: 26px;
  }
  .m-icon .icon .mid {
    top: 25px;
    width: 20px;
  }
  .m-icon .icon .bottom {
    top: 32px;
    width: 14px;
  }
  .menu-content .menu-inner {
    padding-right: 6em;
  }
  .m-icon .icon:hover .top {
    width: 25px;
  }
  .m-icon .icon:hover .bottom {
    width: 13px;
  }
  .m-icon .icon.active .mid, .m-icon .icon.active .top, .m-icon .icon.active .bottom {
    width: 30px;
  }
  .video-content p {
    font-size: 25px;
  }
  .video-content h1 {
    font-size: 50px;
  }
  .video-content {
    top: 52%;
  }
  .text-passion h3 {
    font-size: 25px;
    line-height: 1.1;
  }
  .icon-list-text {
    font-size: 18px;
  }
  .icon-list-icon i {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
  .icon-list-icon {
    padding-right: 10px;
  }
  .end-video-frame {
    height: 450px;
  }
  .text-show {
    bottom: -40px;
  }
  .text-passion {
    bottom: -20px;
  }
  #section-trailers.active .section-title, #section-gallery.active .section-title {
    padding-left: 180px;
  }
  .video-popup iframe#vimeo-iframe {
    height: 70%;
  }
  .col-text h3 {
    font-size: 24px;
  }
  .footer-list ul li a,
  .footer-copyright {
    font-size: 18px;
    text-align: center;
  }
  .footer-list ul li:last-child {
    padding-right: 0;
  }
  .col-text p {
    font-size: 17px;
  }
  .col-img img {
    max-height: 300px;
    min-height: 300px;
  }
  .text-gallery {
    padding-top: 50px;
  }
  .border-holder {
    padding: 20px 0 30px;
 }
    section#section-partners {
        padding-top: 75px;
    }
}/*# sourceMappingURL=style.css.map */