@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,400;0,600;0,900;1,200&display=swap");
div {
  /* border: 1px solid var(--black); */
}
* {
  padding: 0;
  margin: 0;
}

:root {
  --green: #0ec225;
  --white: #ffffff;
  --grayL: #f4f4f6;
  --black: #000;
  --mulish: "Mulish", sans-serif;
  --lightg: #f3f4f6;
  --blue: #0c92da;
}

body {
  font-family: var(--mulish);
}

h1,
h2,
h3 {
  font-weight: bold;
}
#nav,
#cp-number {
  line-height: 2;
  padding-top: 2vw;
}

.is-sticky #nav,
.is-sticky #cp-number {
  padding-top: 1vh;
}
#nav a {
  color: var(--white);
  text-decoration: none;
  font-family: "Montserrat";
  padding: 10px;
}
button a,
button a:hover {
  color: var(--white);
  text-decoration: none;
}
#nav a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: none !important;
  background: #fff;
}
#nav li {
  padding-right: 1vw;
  text-transform: uppercase;
  /* font-size: 17px; */
  font-weight: bold;
  filter: drop-shadow(0.5rem 1rem 1rem #000);
}

#nav .list-inline {
  margin-bottom: 0px !important;
}

.green {
  background: var(--green);
  color: var(--white);
  border: 0;
}

.white-t {
  color: var(--white);
}

footer,
#plant {
  background: var(--grayL);
}

footer ul {
  list-style: none;
}
footer #footer-cta {
  border-top: 5px solid var(--green);
  color: #fff;
  /* background-image: linear-gradient(rgba(70, 130, 180, .8), rgba(178, 34, 34, .8)), url("../images/footer-bg.jpg"); */
  background: linear-gradient(to bottom, rgb(0 0 0 / 59%) 0%, #000000b0 80%),
    url("../images/footer-bg.jpg");
  /* background-color: var(--black)!important; */
  /* opacity: .7; */
  /* background-image: url("../images/footer-bg.jpg"); */
  background-size: cover;
  background-position: center;
  padding: 70px 20px;
}

#footer-menu {
  padding: 50px 0 50px 0;
}
footer a,
header a {
  text-decoration: none;
  color: #fff;
}
footer-menu a:hover,
header a:hover {
  text-decoration: underline;
}
#footer-menu ul {
  padding: 0;
  margin: 0;
}
#footer-menu li {
  padding: 0 0 10px 0;
}
#footer-menu h4 {
  font-weight: bold;
}

#Copyright {
  font-size: 12px;
  padding: 20px;
  border-top: 1px solid #d2d2d2;
}

#heroshot {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 18%,
    rgb(22, 26, 29) 18%
  );
}
.bg-black {
  background: var(--black);
}
.bg-lightg {
  background: var(--lightg);
}

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

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

#mg-count,
footer {
  color: var(--white);
  background: #171a1d;
}

#mg-count h2 {
  color: var(--green);
  font-size: 2.5em;
}

#mg-count,
#faq,
#plant {
  padding: 60px 0;
}

#plant img {
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 400px;
  aspect-ratio: 1;
  object-fit: cover;
}
#heroshot {
  color: var(--white);
}

#heroshot {
  padding: 120px 30px;
}

#heroshot h1 {
  font-size: 4em;
}

#heroshot img {
  width: 90%;
  margin-top: 60px;
}

#heroshot p.text-bl,
p.caption {
  font-size: 0.8em;
  text-align: center;
}

.block-pullquote {
  border-bottom: 4px solid;
  border-top: 4px solid;
  color: var(--black);
  margin-bottom: 1.75em;
  vertical-align: middle;
}

.prod-img img {
  width: 500px;
  height: 500px;
  float: left;
  object-fit: cover;
}

.prod-name {
  font-size: 1.75rem;
  color: var(--black);
}

.prod-size {
  color: var(--green);
  padding: 20px 0;
}

.prod-sub {
  font-size: 0.8em;
  padding: 0 0 10px;
}

.prod-cta a {
  width: 100%;
  margin: 20px 0;
  padding: 8px;
}

#cta a {
  color: #fff;
  text-decoration: none;
}
#cta a:hover {
  color: #dcdcdc;
}

/****/

.form-group {
  position: relative;
  margin: 40px auto;
}
.form-control {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 35px;
  border-radius: 0;
  font-size: 16px;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #cccccc;
  background-color: transparent;
  color: #fff;
}
.form-control label {
    position: absolute;
    top: 10px;
    left: 3px;
    font-size: 16px;
    color: #000;
    transition: all 0.4s ease-out;
  }
.form-control label:focus {
    box-shadow: none;
    outline: none;
    border-width: 2px;

  }
.form-control label :focus + label,
.form-control label .has-value + label {
    top: -15px;
    color: $color-primary;
    font-size: 12px;
  }

.form-group select,
.mob,
.det {
  margin-bottom: 15px;
  width: 40%;
}
.input-group-addon {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .form-group select,
  .mob {
    min-width: 100%;
  }
}

form span {
  color: red;
}

.cta-header,
.cta-header:hover {
  color: #fff;
  text-decoration: none !important;
  filter: drop-shadow(0.5rem 1rem 1rem #000);
}

/* slider */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#hero-shot {
  position: relative;
  height: 100%;
  background: #111111cf;
}

.slide-img {
  display: block;
  height: 100dvh;
  width: 100%;
  object-fit: cover;
  filter: brightness(80%);
}

.slide-bg-text {
  display: done;
  font-family: "Playfair Display";
  color: #000;
  font-size: 36vh;
  line-height: 0.8;
  opacity: 0.08;
  font-weight: 900;
  margin-top: -64px;
  position: absolute;
  top: 50%;
  left: 73px;
  transform: translateY(-50%);
}

.slide-content-title {
  color: #fff;
  font-size: 6vw;
  font-family: "Playfair Display";
  font-weight: 700;
  letter-spacing: 3.2px;
  line-height: 0.87;
  transform: translateY(-50%);
  position: absolute;
  top: 47%;
  left: 19%;
  z-index: 99;
  filter: drop-shadow(0.5rem 1rem 1rem #000);
}

.slide-content-title div:nth-child(2) {
  padding-left: 47px;
}

.slide-content-text {
  color: #fff;
  font-size: 11px;
  font-family: "Montserrat";
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
  writing-mode: vertical-rl;
  position: absolute;
  left: 73px;
  top: 255px;
  z-index: 99;
}

.slide-content-text:after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #fff;
  transform: translateX(-50%);
  position: absolute;
  top: 330px;
  left: 50%;
}

.slide-content-text span:nth-child(1) {
  font-weight: 700;
}

.btn-s {
  color: #fff;
  padding: 14px 38px;
  font-size: 15px;
  font-family: "Montserrat";
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.slider-container .slide-btn {
  color: #000;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  padding: 25px 35px;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  cursor: pointer;
  transition: 1s ease-in-out;
  transform: translate(47px, 58px);
  position: absolute;
  top: 55%;
  left: 24%;
  background: #fff;
}

.slider-container .slide-btn:hover {
  color: #000;
  background-color: #fff;
}

/* .swiper-slide-active .slider-container .slide-content-title, */
.swiper-slide-active .slider-container .slide-content-text {
  -webkit-animation: textAnimation 1s ease-out 0.7s;
  animation: textAnimation 1s ease-out 0.7s;
}

@keyframes textAnimation {
  0% {
    -webkit-clip-path: inset(0 0 -20% 0);
    clip-path: inset(0 0 -20% 0);
  }

  100% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
}

.swiper-slide-active .slide-border-img {
  opacity: 0;
  /* animation: frameAnim 0.45s ease forwards 0s; */
  animation: frameAnim 1.5s ease forwards 1.5s;
}

@keyframes frameAnim {
  0% {
    opacity: 0;
    transform: translateX(calc(48vh)) rotate(12deg) translateY(-30%);
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translateX(0) rotate(0) translateY(-30%);
  }
}

.swiper-pagination.swiper-pagination-bullets {
  width: 52px;
  height: 63px;
  top: 30%;
  right: 57px;
  left: unset;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 7px;
  transition: 0.18s ease-in-out;
}

.swiper-pagination .swiper-pagination-bullet-active {
  width: 35px;
  background-color: #fff;
  position: relative;
  transform: translateX(-0.6rem);
}

.swiper-pagination .swiper-pagination-bullet-active:after {
  content: "";
  height: 4px;
  width: 2px;
  background-color: #fff;
  border-radius: 35%;
  display: inline-block;
  transform: translateX(0.6rem) translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}

.slider-btn-group {
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0px;
}

.slider-btn-group .swiper-wrapper {
  align-items: center;
}

.btn-slide {
  padding: 1.6rem 2.2rem;
  background-color: rgba(208, 206, 204, 0.32);
  border: 0;
  min-width: 240px;
  flex-basis: 0;
  flex-grow: 1;
  transition: 2s ease-in-out;
  outline: 0;
}

.swiper-slide-thumb-active {
  background-color: #3b3e45;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 700;
  color: #fff;
}

/* media query */

@media screen and (max-width: 1024px) {
  .slide-content-title {
    /* font-size: 96px; */
    top: 36%;
    left: 18%;
  }

  .slide-content-text {
    left: 46px;
  }
}

@media screen and (max-width: 768px) {
  .slide-bg-text {
    font-size: 189px;
  }

  .slide-content-title.long-title {
    font-size: 5vh !important;
  }
  .slide-content-title {
    /* font-size: 94px; */
    left: 17%;
    top: 28%;
  }

  .slide-content-text:after {
    height: 26px;
    top: 105%;
  }

  .slide-border-img {
    top: -4%;
    transform: translateY(-30%);
  }

  .slider-container .slide-btn {
    padding: 14px 21px;
    top: 47%;
    left: 39%;
  }

  .swiper-pagination.swiper-pagination-bullets {
    height: unset;
    width: 100%;
    left: 0;
    top: var(--swiper-pagination-top, auto);
    bottom: var(--swiper-pagination-bottom, 15%);
  }

  .swiper-pagination .swiper-pagination-bullet {
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 8px)
    );
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 8px)
    );
  }

  .swiper-pagination .swiper-pagination-bullet-active {
    transform: unset;
  }

  .swiper-pagination .swiper-pagination-bullet-active:after {
    content: unset;
  }

  .btn-slide {
    padding: 20px 10px;
    flex-basis: unset;
  }

  .slider-btn-group {
    display: inline-block;
    left: 0;
    margin: auto;
  }
}

@media screen and (max-width: 425px) {
  .slide-bg-text {
    font-size: 118px;
    top: 38%;
    left: 5%;
  }

  .slide-content-title {
    font-size: 70px;
    left: 18%;
    top: 32%;
  }
  .slide-content-title.long-title {
    font-size: 5vh !important;
  }

  .slide-content-title div:nth-child(2) {
    padding-left: 30px;
  }

  .slide-border-img {
    left: 75px;
  }

  .slide-border-img {
    height: 53vw;
    width: 47vw;
    left: 20%;
  }

  .slide-content-text {
    left: 27px;
  }

  .slider-container .slide-btn {
    top: 40%;
    left: 17%;
  }
}

@media screen and (max-width: 375px) {
  .slide-content-title {
    font-size: 60px;
  }
  .slide-content-title.long-title {
    font-size: 5vh !important;
  }
}

@media screen and (max-width: 320px) {
  .slide-content-title {
    left: 18%;
    top: 26%;
  }
  .slide-content-title.long-title {
    font-size: 5vh !important;
  }
  .slide-content-title div:nth-child(2) {
    padding-left: 25px;
  }

  .slide-border-img {
    height: 161px;
    width: 168px;
    border-width: 21px;
    top: 0%;
    left: 20%;
  }

  .slide-content-text {
    font-size: 10px;
    left: 27px;
  }

  .slider-container .slide-btn {
    left: 11%;
    top: 42%;
  }
}

/* end of slider css*/
/*

.image--cover {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 20px;

  object-fit: cover;
  object-position: center right;
} */
.core-val {
  text-align: center;
}
.core-val span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.core-val img {
  width: 120px;
  padding: 10px;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.page-header {
}

#nav-absolute {
  position: absolute;
  z-index: 999;
}

#nav-absolute .navbar-toggler {
  opacity: 1;
  background-color: #fff;
  position: absolute;
  right: 30px;
  top: 30px;
}

/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header.is-sticky {
  position: fixed !important;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 10px;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  background: #111111cf;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
}

.page-header.is-sticky img {
  max-width: 40%;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

#product-list .view-more {
  width: 100%;
  text-transform: uppercase;
  padding: 10px;
  white-space: normal;
}
#product-list .view-more:hover {
  background: #0ba41e;
}

#product-list > img {
  width: 300px;
}

#side-menu {
  position: fixed;
  right: 0;
  top: 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  background: #111111cf;
  height: 100vh;
  width: 90%;
  z-index: 999999999;
}
#nav-mobile {
  position: fixed;
  height: 100%;
}

#nav-mobile ul li {
  list-style: none;
  padding: 20px;
  color: #fff;
  font-weight: bold;
}

#nav-mobile a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
}
#nav-mobile li.first-c:hover {
  background: inherit !important;
}

#nav-mobile ul li:hover {
  color: #000;
  background: #fff;
}

#nav-mobile .btn-close {
  position: absolute;
  right: 20px;
  top: 50px;
  background-color: #fff;
  opacity: 1;
}

@media (min-width: 576px) {
  #mg-logo {
    width: 40%;
  }
}

@media (min-width: 768px) {
  #mg-logo {
    width: 80% !important;
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

#mg-logo {
  width: 40%;
  filter: drop-shadow(0.5rem 1rem 1rem #000);
}

#back-to-top {
  display: none;
  line-height: 40px;
  text-align: center;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 45px;
  border-radius: 50%;
  border-shadow: 10px;
  color: #fff;
  transition: 0.2s opacity;
  -webkit-transition: 0.2s opacity;
  cursor: pointer;
  z-index: 9999;
  background: #fff;
}

#back-to-top i {
  font-size: 35px;
}

#back-to-top:hover {
  opacity: 0.8;
}

#contactForm {
  color: #fff;
  background: url(../images/mg-bg.png);
  margin: 50px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
#contactForm ul li {
  list-style: none;
  padding: 5px 0;
}
#contactForm a {
  color: #fff;
  text-decoration: none;
  font-size: 19px;
}
#contactForm a:hover {
  color: #dcdcdc;
}

.viber {
  width: 28px;
  padding-right: 5px;
}
#tyModal .modal-body,
#tyModal .modal-header,
#ModalToggle2a .modal-body,
#ModalToggle2a .modal-header,
#ModalToggle2 .modal-body,
#ModalToggle2 .modal-header,
#ModalToggle2a input,
#ModalToggle2 input {
  color: #000 !important;
}

#feat-proj .card {
  position: relative;
  transition: transform 0.2s;
}
#feat-proj .card {
  transition: transform 0.2s;
  text-align: center;
}
#feat-proj .card:hover {
  transform: scale(1.1);
  cursor: pointer;
}

#feat-proj .card img {
  height: 40vh;
  object-fit: cover;
}

#feat-proj .card-body {
  position: absolute;
  bottom: 10px;
  color: #fff;
  background: #00000082;
  width: 100%;
  padding: 0;
}
#feat-proj .card-text {
  display: block;
  line-height: normal;
}
#feat-proj .card-title img,
#feat-proj .card-text img {
  margin-left: auto;
  margin-right: auto;

  background: transparent !important;
  width: 10vh;
  height: 10vh;
  object-fit: fill;
  float: left;
  margin-left: 10px;
}
.rcp-prod {
  border-left: 1px #dee2e6 solid;
}

@media (max-width: 768px) {
  .box {
    width: 100%;
  }
}

#feat-clients img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

#clients-c img {
  width: 40vh;
  transition: transform 0.2s;
  padding: 5vh;
}

a.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

#owner-img img {
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}
#nav-inner a {
  padding-right: 2vh;
}

#nav-inner img {
  width: 20vh;
}

#contact-details ul li a,
#contact-details ul li {
  color: #000;
  list-style: none;
  text-decoration: none;
}

.zurc img {
  width: 12vh;
}

#moreProject {
  display: none;
}

/** company profile **/

#company-profile section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #262626;
  padding: 2vh 0;
}

#company-profile .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 20px;
  backdrop-filter: blur(30px);
  border-radius: 20px;
  width: min(900px, 100%);
}

#company-profile .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding: 35px;
  text-align: justify;
}

#company-profile .info p {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.5;
}

#company-profile .btn {
  display: block;
  padding: 10px 40px;
  margin: 10px auto;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 4px;
  outline: none;
  text-decoration: none;
  color: var(--green);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

#company-profile .btn:hover,
#company-profile .btn:focus,
#company-profile .btn:active,
#company-profile .btn:visited {
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  animation: gelatine 0.5s 1;
}

@keyframes gelatine {
  0%,
  100% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}

/* SWIPER */

#company-profile .swiper {
  width: 250px;
  height: 450px;
  padding: 50px 0;
}

#company-profile .swiper-slide {
  position: relative;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  user-select: none;
}

#company-profile .swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

#company-profile .img-position {
  object-position: 50% 0%;
}

#company-profile .overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #0f2027, transparent, transparent);
  background-repeat: no-repeat;
  background-size: cover;
}

#company-profile .overlay span {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 7px 18px;
  margin: 10px;
  border-radius: 20px;
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: inherit;
  background: rgba(255, 255, 255, 0.095);
  box-shadow: inset 2px -2px 20px rgba(214, 214, 214, 0.2),
    inset -3px 3px 3px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(74px);
}

#company-profile .overlay h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 0 0 20px 20px;
}

@media (max-width: 767px) {
  #company-profile .content {
    display: block;
  }
  #company-profile .info {
    display: block;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 35px;
    text-align: justify;
  }
}
#contact input,
#contact textarea {
  border: 1px solid #6c757d;
}

#hero-shot .dropdown-menu.show a.dropdown-item {
  color: #000 !important;
}

#faq p,
#about-us p,
.col-md-6.p-5.rounded-2 p {
  text-align: justify;
}

#about-us a.btn.btn-primary {
  white-space: normal;
}
#activities .card.shadow-sm img {
  height: 300px;
  background-size: cover;
  width: 100%;
}

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


/* owl */

.embed__conttainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed__container {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  text-align: left;
  background-color: #000000;
}

.embed__container iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
}

#player {
  width: 100%;
}

.owl-nav>div {
  margin-top: -20px;
  position: absolute;
  top: 45%;
  color: #d8d8d8;
  padding: 0px;
  width: 46px;
  display: initial;
  height: 46px;
  border-radius: 50px;
  background: #060606a8;
}

.owl-nav>div:hover {
  color: #ffffff;
  background: #000000;
}

.owl-nav>div.disabled {
  color: #ffffff00;
  background: #63636300;
}

.owl-nav>div.disabled {
  color: #ffffff00;
  background: #63636300;
}

.owl-nav i {
  font-size: 20px;
  margin: 13px 18px;
}

.owl-nav .owl-prev {
  left: -23px;
}

.owl-nav .owl-prev i:hover {
  transition: all 0.3s ease-in-out;
}

.owl-nav .owl-next i:hover {
  transition: all 0.3s ease-in-out;
}

.owl-nav .owl-next {
  right: -23px;
}


.owl-carousel .owl-item .video-thumb.active:before {
  opacity: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  left: 0;
  top: 0;
  background: rgba(247, 148, 30, 0.75);
  z-index: 1;
  transition: all 250ms ease-out;
}

.owl-carousel .owl-item .video-thumb:not(.active):hover:before {
  opacity: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  left: 0;
  top: 0;
  background: rgba(247, 148, 30, 0.30);
  z-index: 1;
  transition: all 1s ease-out;
}

.video-thumb:not(.active):hover:before {
  background: rgba(247, 148, 30, 0.30);
}

.video-thumb:after {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  left: 50%;
  margin: -0.458em 0 0 -0.500em;
  color: rgba(255, 255, 255, 0);
  font-size: 2em;
  line-height: 1;
  position: absolute;
  font-weight: 900;
  transition: all 250ms ease-out;
}

.video-thumb.active:after {
  color: rgba(255, 255, 255, 1);
}

.owl-carousel .owl-item img {
  position: relative;
}

#player .ytp-expand-pause-overlay .ytp-pause-overlay {
  display: none !important;
}

#playerWrap {
  display: inline-block;
  position: relative;
}

#playerWrap.shown::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}

.loading__text__player {
  left: 50%;
  top: 50%
}
