body {
  font-family: 'Rubik', sans-serif;
}

.btnDownload {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	border: none !important;
}

.bg-dark {
  background-color: #000000 !important;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-brand {
  font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.goldEffect {
  background: linear-gradient(to bottom, #ebbc19 22%, #e1af26 24%, #ebbc19 26%, #ebbc19 27%, #fff4af 40%, #cfa423 78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-dark .navbar-nav .nav-link:hover {
  background: linear-gradient(to bottom, #ebbc19 22%, #e1af26 24%, #ebbc19 26%, #ebbc19 27%, #fff4af 40%, #cfa423 78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

footer .nav .nav-link {
  color: #fff;
}

footer .copyright {
  background: #181818;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  font-size: 12px;
}

.slideFromBottom {
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 1s ease-out 0s 1 slideInFromBottom;
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}

.btn-order {
  background: #FFA41C;
  border-color: #FF8F00;
  height: 35px;
  font-size: 15px;
  border-radius: 50px;
  padding: 0px 40px;
  color: #fff;
}

.btn-order:hover {
  background: #FA8900;
  color: #fff;
  border-color: #E3931E;
  box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
}

.btn-order:focus {
  background: #FFF;
  border-color: #FFA41C;
  color: #000;
  box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
}

.filmPage {
  position: relative;
  background-color: black;
  width: 100%;
  overflow: hidden;
}

.filmPage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #008ad000, #008ad09c);
  opacity: 1;
  z-index: 1;
}

.filmPage .filmInfoContainer {
  position: absolute;
  top: 20px;
  right: 0px;
  z-index: 2;
  color: #fff;
}

.filmPage .filmInfoContainer h2 {
  font-weight: bold;
  text-shadow: 3px 3px 5px #000000;
  font-size: 20px;
}

.filmPage .filmInfoContainer a {
  color: #fff !important;
}

.initialPostion {
  transform: translate(0px, 500px);
}

.finalPostion {
  transform: translate(0px, 0px);
}

/*plyr.io css*/
.plyr__control--overlaid svg {
  display:none;
}

.plyr--video .plyr__control:hover, .plyr--video .plyr__control:focus-visible {
  background: #b99254;
  outline: none;
}

.plyr--full-ui input[type=range] {
  color: #b99254;
}

.plyr__control.plyr__control--overlaid {
  width: 94px;
  height: 94px;
  background: radial-gradient(#b99254 50%, #b9925478 52%);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.plyr__control.plyr__control--overlaid::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.plyr__control.plyr__control--overlaid::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 3s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #d9ab00;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.plyr__control.plyr__control--overlaid:hover:after {
  border-left: 15px solid #d9ab00;
  transform: scale(20);
}

.plyr__control.plyr__control--overlaid:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.ytPlayer.plyr__video-embed img {
	width: 100%;
	height: auto;
}

.btnPlay {
  width: 94px;
  height: 94px;
  margin: 0 auto;
  background: radial-gradient(#d9ab00 50%, #d9ab0078 52%);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  cursor: pointer;
}

.btnPlay::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.btnPlay::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 3s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #d9ab00;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.btnPlay:hover:after {
  border-left: 15px solid #d9ab00;
  transform: scale(20);
}

.btnPlay:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*plyr.io css*/
/*Gallery page*/
.filter-menu{
margin-bottom: 20px;
}
.filter-menu li {
display: inline-block;
padding: 10px 18px;
background: transparent;
color: #000;
cursor: pointer;
border: 2px solid #000;
border-radius: 5px;
transition: all 0.5s ease
}
.filter-menu li:hover, .filter-menu li.current {
background: #000000;
color: #fff;
border-color: #000;
}
.filter-item .col-md-4 {
padding-top: 15px;
padding-bottom: 15px;
}
.filter-item div.active{
transition: all 0.5s ease;
}
.filter-item div.delete{
width: 0%;
padding: 0;
transition: all 0.5s ease;
}
@media only screen and (max-width: 500px){
.filter-menu li{
width: 100%;
margin-bottom: 15px;
}
}
/*Gallery page*/
#dock-container {
  position: fixed;
  bottom: 0;
  text-align: center;
  right: 0;
  left: 0;
  width: 100%;
  background: #000000b8;
  transition: all .5s ease-in-out;
  padding: 15px 0px;
  z-index: 2;
}

#dock-container li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  padding: 0px 2px;
}

#dock-container li img {
  width: 100px;
  background: #a5a5a5;
  -webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(rgba(255, 255, 255, .5)));
  /* reflection is supported by webkit only */
  transition: all 0.4s;
  -webkit-transform-origin: 50% 100%;
  cursor: pointer;
}

#dock-container li span {
  display: none;
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 4px 0;
  border-radius: 12px;
}

#dock-container li:hover span {
  display: block;
  color: #fff;
}

.btnHideDoc {
  position: absolute;
  top: 0px;
  right: 0px;
}

.trailer {
  background: #f5f5f5;
  padding: 60px 0px;
}

.seeMore {
  color: #fff;
  background: #ffffff63;
  width: fit-content;
  padding: 3px 10px;
  border-radius: 5px;
  border: 1px solid #ffffff6b;
  cursor: pointer;
}

@media only screen and (max-width:1300px) {
  #dock-container li img {
    width: 80px;
  }
}

@media only screen and (max-width:1024px) {
  #dock-container li img {
    width: 60px;
  }
}

@media only screen and (max-width: 800px) {
  #dock-container li img {
    width: 90px;
  }
}

@media only screen and (max-width: 768px) {
  #dock-container li img {
    width: 70px;
    margin-bottom: 20px !important;
  }

  #dock-container ul {
    padding: 0px;
  }

  #dock-container {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .filmPage .filmInfoContainer h2 {
    font-size: 15px;
  }

  .btn-order {
    height: 25px;
    padding: 0px 10px;
  }
}

@media only screen and (max-width: 414px) {
  #dock-container li img {
    width: 90px;
  }

  #dock-container li {
    margin-bottom: 15px;
  }
  
  #dock-container {
    bottom: 0px;
    top: auto;
  }
}