body {
  font-family: 'Rubik', sans-serif;
}

.btnDownload {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: none !important;
}

.bg-light {
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-brand {
  font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.form-control:focus {
  border-color: #b21208;
  box-shadow: 0 0 0 0.25rem #b2120847;
}


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;
  font-size: 15px;
  border-radius: 50px;
  padding: 8px 40px;
  color: #fff;
  text-decoration: none;
}

.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%);
}

/*hero - homepage*/
section.hero {
  position: relative;
}

section.hero video {
  width: 100%;
  height: calc(100vh - 100px);
  object-fit: cover;
  position: relative;
  z-index: -2;
}

section.hero .contentWrapper {
  position: relative;
  color: #fff;
  background: linear-gradient(to right, #1cabef9c, #1cabef00)
}

section.hero .content {
  position: absolute;
  bottom: 100px;
  left: 100px;
}

section.hero .content h2 {
  font-size: 50px;
  text-shadow: 1px 1px 10px #000000a8;
}

section.hero .content p {
  font-size: 16px;
  font-weight: 400;
  text-shadow: 2px 0 5px black;
  margin-bottom: 0px;
}

section.hero .facts {
  display: flex;
  font-size: 15px;
}

.certification {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  align-content: center;
  padding: 0.06em 4px 0.15em 4px !important;
  border: 1px solid #fff;
  color: #fff;
  line-height: 1;
  border-radius: 2px;
  margin-right: 7px;
}

.facts span.certification+span {
  padding-left: 0;
}

.facts span+span {
  padding-left: 20px;
  position: relative;
  top: 0;
  left: 0;
}

/*hero - homepage*/
.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: #b21208;
  outline: none;
}

.plyr--full-ui input[type=range] {
  color: #b21208;
}

.plyr__control.plyr__control--overlaid {
  width: 94px;
  height: 94px;
  background: radial-gradient(#b21208 50%, #b2120878 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 #b21208;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.plyr__control.plyr__control--overlaid:hover:after {
  border-left: 15px solid #b21208;
  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(#b21208 50%, #b2120878 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 #b21208;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.btnPlay:hover:after {
  border-left: 15px solid #b21208;
  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;
  }
}

.error404 {
  font-size: 150px;
  color: #d9ab00;
  text-shadow: 1px 1px 1px #a17f03, 2px 2px 1px #a17f03, 3px 3px 1px #a17f03, 4px 4px 1px #a17f03, 5px 5px 1px #a17f03, 6px 6px 1px #a17f03, 7px 7px 1px #a17f03, 8px 8px 1px #a17f03, 25px 25px 8px rgba(0, 0, 0, 0.2);
}

/* CSS for Toast */
.toast {
  align-items: center;
  justify-content: space-between;
  min-width: 250px;
  padding: 15px;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  animation: slideIn 0.3s ease forwards, fadeOut 2s ease forwards 1.5s;
}

.toast.hide {
  display: none;
  opacity: 0;
}

.page-2-line2 {
  margin: 0.25rem;
  opacity: 1;
}

/* Animation Keyframes */
@keyframes slideIn {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}