* {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: "goBold";
  src: url("../fonts/Gobold-Regular.otf");
}

@font-face {
  font-family: "avante";
  src: url("../fonts/AVGARDN_2.TTF");
}

body {
  font-family: avante;
  font-size: 14px;
}

/** header **/

.navbar-brand {
  float: left;
  height: initial;
  padding: 0px 15px;
  font-size: 18px;
  line-height: 0;
}

.navbar-brand img {
  width: 200px;
}

.nav > li {
  float: none;
  display: inline-block;
}

.nav > li > a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #000;
}

.navbar-nav > li > a {
  line-height: 50px;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover {
  color: #ed1b24;
  background-color: transparent;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #ed1b24;
}

.navbar {
  border-radius: 0px;
  margin-bottom: 0px;
}

#hm-slider .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #fff;
  margin-right: 8px;
  outline: none;
}

#hm-slider .owl-dot:last-of-type {
  margin-right: 0px;
}

#hm-slider .owl-dot.active {
  background: #4e4e4e;
}

#hm-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.inner-section {
  padding: 50px 0;
}

#about {
  background-image: url("../img/affialiate.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}

h2.title {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
}

h2.title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  height: 5px;
  background-color: #fff;
  width: 100%;
  left: 0;
}
span.divider {
  display: inline-block;
  background: #fff;
  width: 7%;
  height: 4px;
  display: none;
  margin-bottom: 20px;
}

.profile-block {
  text-align: center;
  margin-top: 30px;
}

.profile-block h3 {
  font-weight: 700;
}

#projects {
  background-color: #000;
}

.yt-video {
  margin-bottom: 30px;
}

#development {
  background-color: #151515;
}

#founders {
  background-image: url("../img/affialiate.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}

#contact {
  background-color: #000;
}

#contact .title {
  color: #ed1b24;
}

#contact span.divider {
  background: #ed1b24;
}

.ct-form input {
  width: 100%;
  /*border: none;*/
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #000;
}

.error {
  border: 2px solid red !important;
}

.ct-form textarea {
  width: 100%;
  border: none;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  min-height: 150px;
}

.ct-form input[type="submit"] {
  width: 100px;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
}

.ct-content {
  color: #fff;
}

.ct-content h3 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.ct-content p {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.ct-content a {
  color: #fff;
}

.follow-title {
  color: #ed1b24;
  font-weight: 700;
  letter-spacing: 1px;
}

.follow-list {
  list-style-type: none;
}

.follow-list li {
  display: inline-block;
  margin-right: 5px;
}

.follow-list li:last-of-type {
  margin-right: 0px;
}

.follow-list li a {
  display: block;
  text-align: center;
  width: 25px;
  height: 25px;
  color: #000;
  background-color: #fff;
  border-radius: 25px;
  line-height: 25px;
}

.dropdown-menu {
  position: relative !important;
}

button.owl-next {
  position: absolute;
  right: -60px;
  top: 50%;
  outline: none;
}

button.owl-prev {
  position: absolute;
  left: -60px;
  top: 50%;
  outline: none;
}

button.owl-next .fa,
button.owl-prev .fa {
  color: #fff;
  font-size: 30px;
  outline: none;
}

section#about p {
  font-size: 16px;
}

.founders-title {
  padding: 25px 0px 0px;
}

#contact .container {
  border-top: 1px solid #ed1b24;
  padding-top: 27px;
}

/*.movie-overlay-info {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 50%;

}*/
/*movie overlay*/
.thumb-movie {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.movie-overlay-info {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.thumb-block:hover .thumb-movie {
  opacity: 0.3;
}

.thumb-block:hover .movie-overlay-info {
  opacity: 1;
}

.text-soon {
  color: #fff;
  font-family: "goBold";
  font-size: 18px;
  width: 50%;
  text-align: center;
  display: block;
  margin: 0 auto;
}

h3.synopsis {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: inherit;
  text-align: justify;
}

.thumb-block h3 {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
  margin-top: 9px;
}

.thumb-block img {
  border-radius: 50%;
}

section#about {
  margin-top: -5px;
}

.youtubelink a .fa {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 45px;
  color: #000;
  background-color: #fff;
  line-height: 42px;
  font-size: 31px;
  border-radius: 50px;
}

.youtubelink {
  padding: 20px 0px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-bottom: 0px;
}

.youtubelink a span {
  padding-left: 20px;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
}

.youtubelink a:hover {
  text-decoration: none;
}

.youtubelink a:hover span,
.youtubelink a:hover .fa {
  color: #ed1b24;
}

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

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

@media screen and (min-width: 1024px) {
  .mgtp23 {
    margin-top: -23% !important;
  }
}

.link-line {
  position: absolute;
  right: 0px;
  bottom: 4px;
  font-size: 14px;
  /* font-weight: 600; */
  color: #fff;
  background: #010001;
  padding: 10px 20px;
}

.link-line p {
  margin-bottom: 0px;
}

.link-line a {
  color: #f04249;
  font-weight: 600;
}

.video-block {
  position: relative;
}

.embedblock iframe {
  margin-bottom: 40px !important;
  border: 3px solid #e61b23;
}

.videoSlider .item iframe {
  width: 100%;
  height: 400px;
}

.trailerSlider .item iframe {
  width: 100%;
  height: 300px;
}

.custom-divider {
  margin: 0 auto;
  display: block !important;
  margin-bottom: 50px !important;
}
.pr-slider.upcoming-releases {
  pointer-events: none;
}
