@charset "UTF-8";
/*
	// Table of contents //

		01. FONTS
		02. BODY
		03. HTML TAGS
		04. LINKS
		05. FORM ELEMENTS
		06. CUSTOM CONTAINER
		07. CUSTOM CLASSES
		08. CUSTOM BUTTON
		09. ACCORDION
		10. HAMBURGER
		11. MOBILE MENU
		12. SEARCH BOX
		13. NAVBAR
		14. SLIDER 
		15. PAGE HEADER
		16. VIDEO PLAYER
		17. MOVIE INFO BOX
		18. MOVIE SIDE INFO BOX
		19. CONTENT SECTION
		20. VIDEO BG
		21. SECTION TITLE
		22. CATEGORY THUMBS
		23. VIDEO THUMBS
		24. ICON BOX
		25. CTA FORM
		26. SIDE IMAGE
		27. MEMBERSHIP
		28. CAROUSEL TV SHOWS
		29. MEMBER BOX
		30. DEVICES BOX
		31. SUPPORT BOX
		32. CONTACT BOX
		33. COMMENTS
		34. TESTIMONIALS
		35. PRICE BOX
		36. NEWS BOX
		37. SIDEBAR
		38. PAGINATION
		39. GET STARTED BOX
		40. FOOTER
		41. RESPONSIVE MEDIUM FIXES
		42. RESPONSIVE TABLET FIXES
		43. RESPONSIVE MOBILE FIXES

	

*/
/* GOOGLE FONTS */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;600;800&amp;display=swap");
/* CUSTOM FONTS */
@font-face {
  font-family: 'Mont';
  src: url("../fonts/Mont-Regular.eot");
  src: local("☺"), url("../fonts/Mont-Regular.woff") format("woff"), url("../fonts/Mont-Regular.ttf") format("truetype"), url("../fonts/Mont-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Mont';
  src: url("../fonts/Mont-Bold.eot");
  src: local("☺"), url("../fonts/Mont-Bold.woff") format("woff"), url("../fonts/Mont-Bold.ttf") format("truetype"), url("../fonts/Mont-Bold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Mont';
  src: url("../fonts/Mont-Heavy.eot");
  src: local("☺"), url("../fonts/Mont-Heavy.woff") format("woff"), url("../fonts/Mont-Heavy.ttf") format("truetype"), url("../fonts/Mont-Heavy.svg") format("svg");
  font-weight: 800;
  font-style: normal;
}
* {
  outline: none !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Mont";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

/* HTML TAGS */
img {
  max-width: 100%;
}

p {
  line-height: 1.7;
}

strong {
  font-weight: 600;
}

/* LINKS */
a {
  color: #111111;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

a:hover {
  color: #111111;
  text-decoration: underline;
}

/* FORM ELEMENTS */
input[type="text"] {
  width: 420px;
  max-width: 100%;
  height: 55px;
  padding: 0 30px;border-radius: 5px;
  border: 1px solid #cecece;
  color: #757575;
}

input[type="email"] {
  width: 420px;
  max-width: 100%;
  height: 55px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="search"] {
  width: 420px;
  max-width: 100%;
  height: 55px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="password"] {
  width: 420px;
  max-width: 100%;border-radius: 5px;
  height: 55px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="number"] {
  width: 420px;
  max-width: 100%;
  height: 55px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="date"] {
  width: 420px;
  max-width: 100%;
  height: 55px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="radio"] {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
  transform: translateY(3px);
  appearance: none;
  background: #ededed;
  border-radius: 50%;
}

input[type="radio"]:checked {
  border: 6px solid #111111;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
  transform: translateY(3px);
  appearance: none;
  background: #ededed;
}

input[type="checkbox"]:checked {
  border: 5px solid #ededed;
  background: #febb17;
}

textarea {
  width: 520px;
  max-width: 100%;
  height: 140px;
  padding: 30px;
  border: 1px solid #cecece;
  color: #fff;
}

select {
  width: 420px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #cecece;
  color: #757575;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 30px) 34px, calc(100% - 25px) 34px, calc(100% - 3.5em) 15px;
  background-size: 5px 5px, 5px 5px, 1px 40px;
  background-repeat: no-repeat;
}

input[type="submit"] {
  height: 55px;
  display: inline-block;
  font-size: 14px; border-radius: 5px;
  font-weight: 600;
  color: #fff;
  background:#ef483e !important;
  border: none;
  padding: 0 50px;
}

.Customer {
  height: 55px !important;
  display: inline-block !important;
  font-size: 14px; border-radius: 5px !important;
  font-weight: 600 !important;
  color: #fff !important;
  background: #ef483e !important;
  border: none !important;
  padding: 0 50px !important;
}

button[type="submit"] {
  height: 70px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #febb17;
  border: none;
  padding: 0 50px;
}
.scanqr {
  height: 55px !important;
  display: inline-block !important;
  font-size: 14px !important; border-radius: 5px !important;
  font-weight: 600 !important;
  color: #fff !important;
  background:#ef483e !important;
  border: none !important;
  padding: 0 50px !important;
  width: 100% !important;
}
button[type="submit"] i {
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
  transform: translateY(2px);
}

/* CUSTOM CONTAINER */
@media (min-width: 1170px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1140px;
  }
}


.bg4:hover { background-color: rgb(236, 37, 83) !important; color: #fff; }


/* CUSTOM CLASSES */
.overflow {
  overflow: hidden;
}

.no-gutters {
  padding: 0;
}

/* SPACING */
.no-spacing {
  margin: 0 !important;
  padding: 0 !important;
}

.no-top-spacing {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.space-50 {
  height: 50px;
}

/* CUSTOM BUTTON */
.custom-button {
  height: 66px;
  line-height: 64px;
  display: inline-block;
  background: #febb17;
  color: #fff;
  font-weight: 800;
  padding: 0 50px;
  border: 2px solid transparent;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.custom-button:hover {
  text-decoration: none;
  color: #fff;
  border-color: #febb17;
  background: none;
}

/* ACCORDION */
.accordion {
  width: 100%;
  float: left;
  background: #fff;
  padding: 0;
}
.accordion .card {
  background: none;
  border-radius: 0;
  margin-top: -1px;
  border: 1px solid #eaebee;
}
.accordion .card .card-header {
  background: none;
  padding: 0;
  border-bottom: none;
}
.accordion .card .card-header a {
  width: 100%;
  float: left;
  font-weight: 600;
  padding: 20px 25px;
  color: #111111;
  font-size: 17px;
}
.accordion .card .card-header a:before {
  content: "+";
  width: 30px;
  height: 30px;
  line-height: 30px;
  float: right;
  text-align: center;
  background: #eee;
  border-radius: 50%;
  color: #111111;
  font-weight: 400;
}
.accordion .card .card-header a:hover {
  color: #febb17;
  text-decoration: none;
}
.accordion .card .card-body {
  width: 100%;
  border-top: 1px solid #eee;
  line-height: 26px;
}
.accordion .card [aria-expanded="true"] {
  color: #febb17 !important;
}
.accordion .card [aria-expanded="true"]:before {
  content: "-" !important;
  color: #111111 !important;
}

/* HAMBURGER */
.hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  outline: none;
}
.hamburger .line {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}
.hamburger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 3;
}
.hamburger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}
.hamburger.opened {
  margin: 0;
}
.hamburger.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}
.hamburger.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 3;
}
.hamburger.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}

/* MOBILE MENU */
.mobile-menu {
  width: 80vw;
  max-width: 500px;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  left: -100%;
  top: 0;
  background: #111111;
  z-index: 7;
  padding: 30px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.mobile-menu.active {
  left: 0;
}
.mobile-menu .inner {
  width: 100%;
  display: block;
}
.mobile-menu .mobile-search {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.mobile-menu .mobile-search h6 {
  width: 100%;
  display: block;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
.mobile-menu .mobile-search form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.mobile-menu .mobile-search form input[type="search"] {
  width: 70%;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-right: none;
  background: none;
  color: #fff;
}
.mobile-menu .mobile-search form input[type="submit"] {
  width: 30%;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: none;
  padding: 0;
  text-align: center;
}
.mobile-menu .site-menu {
  width: 100%;
  display: inline-block;
  margin: 0;
  margin-top: 30px;
}
.mobile-menu .site-menu ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.mobile-menu .site-menu ul li {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu .site-menu ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 5vw;
}
.mobile-menu .site-menu ul li a:hover {
  text-decoration: none;
  color: #febb17;
}
.mobile-menu .mobile-account {
  width: 100%;
  height: 70px;
  line-height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #febb17;
  padding: 0 15px;
}
.mobile-menu .button-account {
  width: 100%;
  height: 70px;
  line-height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #febb17;
  padding: 0 15px;
  font-weight: 600;
  color: #fff;
}
.mobile-menu i {
  width: 40px;
  height: 40px;
  line-height: 38px;
  float: left;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  margin-right: 10px;
}

/* SEARCH BOX */
.search-box {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  padding-top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  background: black;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, black 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, black 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.search-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.search-box .container h6 {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}
.search-box .container form {
  margin: 20px auto;
  border: 1px solid #fff;
  padding: 10px;
  background: #fff;
}
.search-box .container form input[type="search"] {
  background: none;
  border: none;
  font-size: 20px;
}
.search-box .container ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}
.search-box .container ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  list-style: none;
}
.search-box .container ul li a {
  display: inline-block;
  color: #fff;
}
.search-box.active {
  opacity: 1;
  visibility: visible;
}

/* NAVBAR */
.navbar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 60px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  color: #fff;
}
.navbar .logo {
  margin-right: auto;
}
.navbar .logo a {
  display: inline-block;
}
.navbar .logo a img {
  height: 54px;
}
.navbar .site-menu {
  display: inline-block;
  margin: 0 auto;
}
.navbar .site-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.navbar .site-menu ul li {
  display: inline-block;
  margin: 0 20px;
  padding: 0;
  list-style: none;
}
.navbar .site-menu ul li a {
  color: #fff;
  font-weight: 600;
}
.navbar .site-menu ul li a:hover {
  text-decoration: none;
  color: #febb17;
}
.navbar .user-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
}
.navbar .user-menu .navbar-search {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.navbar .user-menu .navbar-notify {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  font-size: 20px;
}
.navbar .user-menu .navbar-notify b {
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: #febb17;
  position: absolute;
  right: -7px;
  top: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
}
.navbar .user-menu .navbar-notify i {
  color: #fff;
  cursor: pointer;
}
.navbar .user-menu .navbar-notify .notify-dropdown {
  width: 300px;
  background: #fff;
  position: absolute;
  left: calc(50% - 150px);
  top: calc(100% + 20px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  color: #111111;
  font-size: 14px;
  display: none;
  border-radius: 6px;
  overflow: hidden;
}
.navbar .user-menu .navbar-notify .notify-dropdown:after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: -20px;
}
.navbar .user-menu .navbar-notify .notify-dropdown .total-notify {
  width: 100%;
  display: flex;
  padding: 20px 25px;
  background: #febb17;
  color: #fff;
}
.navbar .user-menu .navbar-notify .notify-dropdown .total-notify h6 {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}
.navbar .user-menu .navbar-notify .notify-dropdown .total-notify span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  background: #fff;
  color: #febb17;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  margin-left: 7px;
  font-size: 15px;
}
.navbar .user-menu .navbar-notify .notify-dropdown ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 25px;
}
.navbar .user-menu .navbar-notify .notify-dropdown ul li {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  padding: 0;
  padding-bottom: 5px;
  list-style: none;
  border-bottom: 1px solid #cdcdcd;
  position: relative;
  padding-left: 20px;
}
.navbar .user-menu .navbar-notify .notify-dropdown ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #febb17;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.navbar .user-menu .navbar-notify .notify-dropdown ul li strong {
  font-weight: 600;
}
.navbar .user-menu .navbar-notify .notify-dropdown ul li p {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1.3;
}
.navbar .user-menu .navbar-notify .notify-dropdown ul li span {
  width: 100%;
  display: block;
  opacity: 0.5;
  font-size: 12px;
}
.navbar .user-menu .navbar-notify .notify-dropdown ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.navbar .user-menu .navbar-account {
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.navbar .user-menu .navbar-account a {
  line-height: 40px;
  display: inline-block;
  font-weight: 600;
  color: #fff;
}
.navbar .user-menu .navbar-account i {
  width: 40px;
  height: 40px;
  line-height: 38px;
  float: right;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  margin-left: 10px;
}
.navbar .hamburger-menu {
  margin-left: auto;
  display: none;
}

/* SLIDER */
.slider {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  top: 0;
  background: #111111;
}
.slider .main-slider {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.slider .main-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}
.slider .main-slider .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover !important;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider .main-slider .swiper-slide .slide-inner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/bg-noise.gif");
  background-size: 200px auto;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.10;
}
.slider .main-slider .swiper-slide .container {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.slider .main-slider .swiper-slide .container .tagline {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
  border-left: 3px solid #febb17;
  padding-left: 10px;text-transform: uppercase;
}
.slider .main-slider .swiper-slide .container .name {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 600;
}
.slider .main-slider .swiper-slide .container .name strong {
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 100px;
}
.slider .main-slider .swiper-slide .container .features {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  padding: 0;
}
.slider .main-slider .swiper-slide .container .features li {
  display: inline-block;
  padding: 0;
  margin-right: 30px;
  list-style: none;
  position: relative;
}
.slider .main-slider .swiper-slide .container .features li .rate {
  color: #65ee5b;
}
.slider .main-slider .swiper-slide .container .features li .rate svg {
  width: 40px;
  margin-right: 8px;
  transform: rotate(-90deg);
  transform-origin: center;
}
.slider .main-slider .swiper-slide .container .features li .rate b {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
}
.slider .main-slider .swiper-slide .container .features li .year {
  display: inline-block;
  font-weight: 800;
}
.slider .main-slider .swiper-slide .container .features li .hd {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  padding-left: 7px;
  border: 1px solid #fff;
}
.slider .main-slider .swiper-slide .container .features li .hd b {
  height: 18px;
  line-height: 20px;
  float: right;
  margin-left: 7px;
  padding: 0 7px;
  background: #fff;
  color: #111111;
}
.slider .main-slider .swiper-slide .container .features li .tags {
  color: #febb17;
  font-weight: 600;
}
.slider .main-slider .swiper-slide .container .description {
  width: 100%;
  display: block;
  font-size: 17px;
  margin-bottom: 40px;
}
.slider .main-slider .swiper-slide .container .play-btn {
  height: 66px;
  line-height: 64px;
  display: inline-block;
  float: left;
background: linear-gradient(135deg, rgba(174,1,94,1) 1%,rgba(222,12,100,1) 16%,rgba(235,18,89,1) 30%,rgba(239,82,69,1) 67%,rgba(244,121,45,1) 83%,rgba(254,187,23,1) 100%);
  color: #fff;
  font-weight: 800;
  padding: 0 50px;
  margin-right: 30px;
 border: 2px solid #de0c64;
border-radius: 3px;
}
.slider .main-slider .swiper-slide .container .play-btn:hover {
  background: none;
  border-color: #febb17;
  text-decoration: none;
}
.slider .main-slider .swiper-slide .container .add-btn {
  width: 66px;
  height: 66px;
  line-height: 62px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-size: 32px;
}
.slider .main-slider .swiper-slide .container .add-btn:hover {
  text-decoration: none;
  background: #fff;
  color: #111111;
}
.slider .swiper-pagination {
  position: static;
  width: 20px;
  display: inline-block;
  position: absolute;
  bottom: 50%;
  left: auto;
  right: 60px;
  z-index: 2;
  transform: translateY(50%);
}
.slider .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  height: 20px;
  width: 20px;
  background: none;
  text-align: center;
  float: left;
  margin: 4px 0;
}
.slider .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  transform: scale(0.4);
  opacity: 0;
}
.slider .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.slider .swiper-pagination .swiper-pagination-bullet svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 0;
  stroke: #fff;
  fill: none;
  animation: none;
  animation-play-state: paused;
  animation-fill-mode: none;
}
.slider .swiper-pagination .swiper-pagination-bullet-active {
  color: #fff;
  background: none;
}
.slider .swiper-pagination .swiper-pagination-bullet-active:after {
  opacity: 1;
  transform: scale(1);
}
.slider .swiper-pagination .swiper-pagination-bullet svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}
.slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
  animation-play-state: running;
  stroke-width: 2px;
  animation: countdown 7s linear forwards;
}
@keyframes countdown {
  from {
    stroke-dashoffset: 113px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/* PAGE HEADER */
.page-header {
  width: 100%;
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: url("../images/page-header-bg.jpg") center no-repeat;
  background-size: cover !important;
  position: fixed;
  left: 0;
  top: 0;
}
.page-header:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.7;
  background: black;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, black 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, black 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.page-header.single {
  height: 100vh;
}
.page-header.single .container {
  padding-top: 0;
}
.page-header.single:after {
  opacity: 1;
}
.page-header .container {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: 80px;
}
.page-header h1 {
  width: 100%;
  display: block;
  font-weight: 800;
  font-size: 56px;
}
.page-header h1:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #febb17;
  border-radius: 50%;
  margin-left: 10px;
}

/* VIDEO PLAYER */
.video-player {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10%;
  position: relative;
}
.video-player .back-btn {
  height: 60px;
  line-height: 60px;
  background: #febb17;
  color: #fff;
  padding: 0 30px;
  position: absolute;
  left: 5%;
  top: 50px;
  z-index: 1;
  font-weight: 600;
}
.video-player .back-btn:hover {
  text-decoration: none;
}
.video-player video {
  width: 100%;
  display: block;
}

/* MOVIE INFO BOX */
.movie-info-box {
  width: 100%;
  position: relative;
  z-index: 1;
}
.movie-info-box .name {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 600;
}
.movie-info-box .name strong {
  -webkit-text-stroke: 1px #111111;
  text-stroke: 1px #111111;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 100px;
}
.movie-info-box .features {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  padding: 0;
}
.movie-info-box .features li {
  display: inline-block;
  padding: 0;
  margin-right: 30px;
  list-style: none;
  position: relative;
}
.movie-info-box .features li .rate {
  color: #111111;
}
.movie-info-box .features li .rate svg {
  width: 40px;
  margin-right: 8px;
  transform: rotate(-90deg);
  transform-origin: center;
}
.movie-info-box .features li .rate b {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
}
.movie-info-box .features li .year {
  display: inline-block;
  font-weight: 800;
}
.movie-info-box .features li .hd {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  color: #111111;
  font-size: 13px;
  padding-left: 7px;
  border: 1px solid #111111;
}
.movie-info-box .features li .hd b {
  height: 18px;
  line-height: 20px;
  float: right;
  margin-left: 7px;
  padding: 0 7px;
  background: #111111;
  color: #fff;
}
.movie-info-box .features li .tags {
  color: #febb17;
  font-weight: 600;
}
.movie-info-box .description {
  width: 100%;
  display: block;
  font-size: 17px;
  margin-bottom: 40px;
}
.movie-info-box .add-btn {
  height: 66px;
  line-height: 66px;
  display: inline-block;
  color: #fff;
  background: #111111;
  text-align: center;
  border-radius: 66px;
  font-size: 15px;
  padding: 0 35px;
  font-weight: 600;
}
.movie-info-box .add-btn:hover {
  text-decoration: none;
  background: #febb17;
}
.movie-info-box .rate-box {
  display: inline-block;
  margin-left: 30px;
}
.movie-info-box .rate-box a {
  width: 66px;
  height: 66px;
  line-height: 66px;
  display: inline-block;
  color: #919191;
  background: #eaeaea;
  text-align: center;
  border-radius: 66px;
  font-size: 25px;
  margin: 0 4px;
}
.movie-info-box .rate-box strong {
  display: inline-block;
  margin-left: 10px;
}

/* MOVIE SIDE INFO BOX */
.movie-side-info-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #eee;
}
.movie-side-info-box figure {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.movie-side-info-box figure img {
  width: 100%;
}
.movie-side-info-box ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.movie-side-info-box ul li {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
.movie-side-info-box ul li:last-child {
  margin-bottom: 0;
}
.movie-side-info-box ul li strong {
  width: 150px;
  display: inline-block;
  font-weight: 600;
}

/* CONTENT SECTION */
.content-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  position: relative;
  background-size: cover !important;
  background-position: center;
  overflow-x: hidden;
}

main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  z-index: 6;
}

/* VIDEO BG */
.video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.video-bg video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
.video-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

/* SECTION TITLE */
.section-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.section-title.light {
  color: #fff;
}
.section-title h6 {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  opacity: 0.6;
}
.section-title h2 {
  width: 100%;
  display: block;
  margin: 0;
  font-size: 46px;
  font-weight: 600;
}
.section-title p {
  width: 100%;
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 17px;
}

/* CATEGORY THUMB */
.category-thumb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.category-thumb:hover .category-image img {
  opacity: 0.7;
}
.category-thumb:hover .category-content .tags {
  opacity: 1;
}
.category-thumb .category-image {
  width: 100%;
  display: block;
  margin-bottom: 0;
  position: relative;
  background: #111111;
}
.category-thumb .category-image:after {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  opacity: 1;
  background: black;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.0018382353) 0%, black 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.0018382353) 0%, black 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0018382353) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.category-thumb .category-image img {
  width: 100%;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.category-thumb .category-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 30px;
  color: #fff;
}
.category-thumb .category-content .tags {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.category-thumb .category-content .tags li {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #febb17;
}
.category-thumb .category-content .name {
  width: 100%;
  display: block;
  font-size: 23px;
}
.category-thumb .category-content .play-btn {
  width: 60px;
  display: inline-block;
  margin-bottom: 15px;
}
.category-thumb .category-content .play-btn a {
  height: 46px;
  width: 46px;
  line-height: 46px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-indent: -9999px;
}
.category-thumb .category-content .play-btn a:hover {
  background: #febb17;
}
.category-thumb .category-content .play-btn a:hover:after {
  border-color: transparent transparent transparent #fff;
}
.category-thumb .category-content .play-btn a:after {
  content: "";
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: absolute;
  left: calc(50% - 4px);
  top: calc(50% - 8px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #111111;
}
.category-thumb .category-content .details {
  display: inline-block;
  line-height: 46px;
}

/* VIDEO THUMB */
.video-thumb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
}
.video-thumb.light {
  color: #fff;
}
.video-thumb.light .video-content .name a {
  color: #fff;
}
.video-thumb .video-image {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  position: relative;
  background: #000;
  position: relative;
}
.video-thumb .video-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  opacity: 0;
  background: black;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.0018382353) 0%, black 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.0018382353) 0%, black 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0018382353) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.video-thumb .video-image img {
  width: 100%;
  display: block;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.video-thumb .video-image .hd {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  padding-left: 7px;
  border: 1px solid #fff;
  position: absolute;
  left: 10px;
  bottom: 20px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.video-thumb .video-image .hd b {
  height: 18px;
  line-height: 20px;
  float: right;
  margin-left: 7px;
  padding: 0 7px;
  background: #fff;
  color: #111111;
}
.video-thumb .video-image .circle-rate {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  text-align: center;
  font-weight: 600;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  opacity: 0;
}
.video-thumb .video-image .circle-rate .circle-chart__circle:last-child {
  stroke-fill: none;
  fill: transparent !important;
}
.video-thumb .video-image .circle-rate b {
  width: 100%;
  line-height: 40px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
.video-thumb .video-image .circle-rate svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  transform-origin: center;
}
.video-thumb .video-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.video-thumb .video-content .range {
  display: inline-block;
  font-size: 13px;
  margin-right: 6px;
}
.video-thumb .video-content .tags {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.video-thumb .video-content .tags li {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  list-style: none;
  color: #febb17;
}
.video-thumb .video-content .age {
  margin-left: auto;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  padding: 0 4px;
  border: 1px solid #fff;
  opacity: 0.7;
}
.video-thumb .video-content .name {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}
.video-thumb .video-content .name a {
  display: inline-block;
}
.video-thumb:hover .video-image:after {
  opacity: 1;
}
.video-thumb:hover .video-image img {
  opacity: 0.7;
}
.video-thumb:hover .video-image .circle-rate {
  opacity: 1;
}
.video-thumb:hover .video-image .hd {
  opacity: 1;
}

/* ICON BOX */
.col-md-4:last-child .icon-box:after {
  display: none;
}

.icon-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
}
.icon-box:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #cdcdcd;
  position: absolute;
  top: 0;
  right: -15px;
}
.icon-box figure {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.icon-box figure img {
  height: 60px;
}
.icon-box h5 {
  width: 100%;
  display: block;
  font-weight: 600;
}
.icon-box p {
  width: 100%;
  display: block;
  padding: 0 15%;
  margin-bottom: 0;
}

/* CTA FORM */
.cta-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #111111;
  color: #fff;
  padding: 50px;
}
.cta-form h6 {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.cta-form h2 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-size: 50px;
}
.cta-form form {
  width: 100%;
  display: block;
}
.cta-form input[type="email"] {
  margin-bottom: 10px;
}

/* CTA BOX */
.cta-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 100px 0;
  color: #fff;
  text-align: center;
}
.cta-box h2 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 50px;
}
.cta-box p {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  font-size: 17px;
}
.cta-box .custom-button {
  margin: 0 auto;
}

/* SIDE IMAGE */
.side-image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.side-image.full-left {
  width: 50vw;
  float: right;
}
.side-image.full-right {
  width: 50vw;
  float: left;
}
.side-image img {
  width: 100%;
}

/* SIDE CONTENT */
.side-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.side-content.right {
  padding-left: 75px;
}
.side-content h2 {
  width: 100%;
  display: block;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 40px;
}
.side-content .icon-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-content .icon-list li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
  /*&:nth-child(2){padding-left: 50px;}*/
}
.side-content .icon-list li:last-child {
  margin-bottom: 0;
}
.side-content .icon-list li figure {
  width: 100px;
  display: inline-block;
  margin: 0;
}
.side-content .icon-list li figure img {
  height: 60px;
}
.side-content .icon-list li .content {
  width: calc(100% - 100px);
  display: inline-block;
}
.side-content .icon-list li .content h4 {
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 20px;
}
.side-content .icon-list li .content p {
  width: 100%;
  display: block;
  margin: 0;
}

/* MEMBERSHIP */
.membership {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.membership h6 {
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 34px;
}
.membership p {
  width: 100%;
  display: block;
  margin-bottom: 0px;
  font-size: 17px;
}
.membership form {
  width: 100%;
  display: block;
  margin-top: 15px;
}
.membership form .form-group {
  width: 100%;
  position: relative;
}
.membership form .form-group input[type="text"] {
  width: 100%;
  max-width: 100%;
}
.membership form .form-group input[type="password"] {
  width: 100%;
  max-width: 100%;
}
.membership form .form-group input[type="submit"] {
  width: 100%;
}
.membership form .form-group i {
  position: absolute;
  right: 30px;
  top: 18px;
  font-size: 20px;
}
.membership .or {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 0px;
}
.membership .or span {
  width: 100%;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1;margin-top: 10px;
margin-bottom: 10px;
}
.membership .or span:before {
  content: "";
  width: calc(50% - 15px);
  height: 1px;
  background: #cdcdcd;
  position: absolute;
  left: 0;
  top: 7px;
}
.membership .or span:after {
  content: "";
  width: calc(50% - 15px);
  height: 1px;
  background: #cdcdcd;
  position: absolute;
  right: 0;
  top: 7px;
}
.membership .or a {
  width: calc(50% - 15px);
  height: 45px;
  line-height: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #9c9a9a;border-radius: 8px;
  margin-right: 15px;
  color: #fff;
  padding: 0 10px;
  text-align: center;
}
.membership .or a:hover {
  text-decoration: none;
  background: #111111;
}
.membership .or a i {
  display: inline-block;
  font-size: 20px;
}
.membership .or a small {
  display: inline-block;
  margin-left: 7px;
  font-size: 14px;
}

/* CAROUSEL TV SHOWS */
.carousel-tv-shows {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.carousel-tv-shows .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: none;
  background: rgba(0, 0, 0, 0.7);
}
.carousel-tv-shows .swiper-button-prev:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 20px;
  top: 16px;
  border-left: 3px solid #febb17;
  border-bottom: 3px solid #febb17;
  transform: rotate(45deg);
}
.carousel-tv-shows .swiper-button-next {
  width: 50px;
  height: 50px;
  background: none;
  background: rgba(0, 0, 0, 0.7);
}
.carousel-tv-shows .swiper-button-next:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 16px;
  border-left: 3px solid #febb17;
  border-bottom: 3px solid #febb17;
  transform: rotate(-135deg);
}

/* MEMBER BOX */
.member-box {
  width: calc(100% - 30px);
  display: flex;
  flex-wrap: wrap;
  margin: 15px;
  padding: 50px;
  border: 1px solid #cdcdcd;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.member-box:before {
  content: "";
  width: calc(100% - 120px);
  height: 0;
  background: #febb17;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: absolute;
  left: 60px;
  top: -1px;
  overflow: hidden;
}
.member-box:hover {
  border-color: transparent;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.member-box:hover ul {
  height: 50px;
  bottom: -50px;
}
.member-box:hover:before {
  height: 10px;
}
.member-box figure {
  width: 100%;
  display: block;
  margin-bottom: 25px;
  position: relative;
}
.member-box figure .image {
  width: 100%;
  display: inline-block;
  border-radius: 50%;
}
.member-box figure figcaption {
  position: absolute;
  right: 30px;
  bottom: 0;
}
.member-box figure figcaption img {
  height: 50px;
  border: 3px solid #fff;
  border-radius: 50%;
  display: inline-block;
}
.member-box h5 {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 23px;
}
.member-box small {
  width: 100%;
  display: block;
  opacity: 0.5;
  font-size: 15px;
}
.member-box ul {
  width: calc(100% - 120px);
  height: 0;
  line-height: 50px;
  position: absolute;
  left: 60px;
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  background: #febb17;
}
.member-box ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  list-style: none;
}
.member-box ul li a {
  display: inline-block;
  color: #fff;
}

/* DEVICES BOX */
.devices-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  margin: 15px 0;
  border: 1px solid #cdcdcd;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: relative;
}
.devices-box:before {
  content: "";
  width: calc(100% - 100px);
  height: 6px;
  background: #ef483e;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: absolute;
  left: 50px;
  bottom: -6px;
  overflow: hidden;
}
.devices-box:hover {
  border-color: transparent;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.devices-box figure {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.devices-box figure img {
  height: 65px;
}
.devices-box h5 {
  width: 100%;
  display: block;
  font-size: 23px;
  font-weight: 600;
}
.devices-box p {
  width: 100%;
  display: block;
  font-size: 16px;
}
.devices-box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 20px;
}
.devices-box ul li {
  width: 50%;
  margin: 5px 0;
  font-size: 13px;
  font-weight: 600;
}

/* SUPPORT BOX */
.support-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  margin: 15px 0;
  border: 1px solid #cdcdcd;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: relative;
}
.support-box:before {
  content: "";
  width: calc(100% - 100px);
  height: 6px;
  background: #febb17;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: absolute;
  left: 50px;
  bottom: -6px;
  overflow: hidden;
}
.support-box:hover {
  border-color: transparent;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.support-box i {
  font-size: 20px;
  margin-bottom: 20px;
}
.support-box h5 {
  width: 100%;
  display: block;
  font-size: 23px;
  font-weight: 600;
}
.support-box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 20px;
}
.support-box ul li {
  width: 100%;
  margin: 5px 0;
  font-size: 13px;
  font-weight: 400;
}

/* CONTACT BOX */
.contact-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  margin: 15px 0;
  border: 1px solid #cdcdcd;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: relative;
  text-align: center;
}
.contact-box:before {
  content: "";
  width: calc(100% - 100px);
  height: 6px;
  background: linear-gradient(135deg, rgba(174,1,94,1) 1%,rgba(222,12,100,1) 16%,rgba(235,18,89,1) 30%,rgba(239,82,69,1) 67%,rgba(244,121,45,1) 83%,rgba(254,187,23,1) 100%);
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: absolute;
  left: 50px;
  bottom: -6px;
  overflow: hidden;
}
.contact-box:hover {
  border-color: transparent;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.contact-box figure {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.contact-box figure img {
  height: 45px;
}
.contact-box h5 {
  width: 100%;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.contact-box p {
  width: 100%;
  display: block;
  font-size: 16px;
  margin-bottom: 0;
}

/* CONTACT FORM */
.contact-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.contact-form .form-group {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.contact-form .form-group:nth-child(1) {
  width: 50%;
  padding-right: 5px;
}
.contact-form .form-group:nth-child(2) {
  width: 50%;
  padding-left: 5px;
}
.contact-form .form-group:last {
  margin-bottom: 0;
}
.contact-form input[type="text"] {
  width: 100%;
  max-width: 100%;
}
.contact-form select {
  width: 100%;
}
.contact-form textarea {
  width: 100%;
}
.contact-form input[type="submit"] {
  width: 100%;
}

/* COMMENTS */
.comments {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.comments .comments-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0;
}
.comments .comments-list li {
  width: 100%;
  display: flex;
  flex-wrap: wrap-reverse;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  list-style: none;
}
.comments .comments-list li .comments-list {
  padding-left: 50px;
}
.comments .comments-list li .avatar {
  width: 100px;
  display: inline-block;
}
.comments .comments-list li .avatar img {
  width: 80px;
  border-radius: 50%;
}
.comments .comments-list li .comment {
  width: calc(100% - 100px);
  display: inline-block;
}
.comments .comments-list li .comment h6 {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.comments .comments-list li .comment p {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.comments .comments-list li .comment small {
  width: 100%;
  display: block;
  font-size: 12px;
  opacity: 0.5;
  margin-bottom: 5px;
}
.comments .comments-list li .comment a {
  display: inline-block;
  height: 20px;
  line-height: 21px;
  padding: 0 15px;
  background: #febb17;
  font-size: 11px;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
}
.comments .comments-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.comments .comments-form h5 {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
}
.comments .comments-form .form-group {
  width: 100%;
  display: block;
}

/* TESTIMONIAL */
.testimonial {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.testimonial h2 {
  width: 100%;
  display: block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-right: 10%;
}
.testimonial blockquote {
  width: 100%;
  display: block;
  padding: 0;
  margin-bottom: 20px;
  border: none;
  font-size: 20px;
  padding-right: 10%;
}
.testimonial figure {
  width: 180px;
  display: inline-block;
  margin: 0;
  margin-right: 20px;
}
.testimonial figure img {
  display: inline-block;
  border-radius: 50%;
}
.testimonial figure img:nth-child(1) {
  width: 120px;
  height: 120px;
  position: relative;
}
.testimonial figure img:nth-child(2) {
  width: 65px;
  height: 65px;
  margin-left: -10px;
}
.testimonial h6 {
  width: calc(100% - 200px);
  display: inline-block;
}
.testimonial small {
  width: calc(100% - 200px);
  display: inline-block;
}

/* PRICE BOX */
.price-box {
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  padding: 40px;
  text-align: center;
  margin: 0 20px;
}
.price-box .icon {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.price-box .icon img {
  height: 64px;
}
.price-box .months {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}
.price-box .price {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.price-box .price span {
  display: inline-block;
  font-size: 22px;
  margin-right: 6px;
}
.price-box .price b {
  display: inline-block;
  font-size: 70px;
  font-weight: 800;
}
.price-box .price small {
  width: 100%;
  display: block;
  font-display: 14px;
}
.price-box .save {
  height: 32px;
  line-height: 32px;
  display: inline-block;
  background: #fde5e5;
  color: #febb17;
  padding: 0 20px;
  border-radius: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 15px;
}
.price-box .note {
  width: 100%;
  display: block;
}
.price-box .note u {
  text-decoration: line-through;
  opacity: 0.6;
  font-weight: 600;
}
.price-box a {
  width: 100%;
  height: 66px;
  line-height: 66px;
  background: #febb17;
  color: #fff;
  font-weight: 800;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid transparent;
}
.price-box a:hover {
  background: none;
  color: #111111;
  border-color: #febb17;
  text-decoration: none;
}
.price-box .guarantee {
  width: 100%;
  display: block;
}
.price-box .guarantee i {
  color: green;
}

/* NEWS BOX */
.news-box {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 100px;
}
.news-box:last-child {
  margin-bottom: 0;
}
.news-box:hover .content h3 a {
  background-size: 100% 100%;
}
.news-box figure {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background: #febb17;
}
.news-box figure:after {
  content: "\ea39";
  font-family: "LineIcons";
  color: #fff;
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 20px;
}
.news-box figure img {
  width: 100%;
  max-width: inherit;
}
.news-box .content {
  width: 100%;
  display: block;
}
.news-box .content.overlap {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  color: #fff;
  background: black;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.0018382353) 0%, black 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.0018382353) 0%, black 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0018382353) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.news-box .content.overlap .author {
  margin-bottom: 0;
}
.news-box .content small {
  display: block;
  font-size: 12px;
  opacity: 1;
  margin-bottom: 10px;
}
.news-box .content h3 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
}
.news-box .content h3 a {
  display: block;
  color: #fff;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.news-box .content h3 a:hover {
  text-decoration: underline;
}
.news-box .content .author {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-size: 13px;
}
.news-box .content .author img {
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
}
.news-box .content .author b {
  font-weight: 600;
}
.news-box .content .image {
  width: 100%;
}
.news-box .content .half-left-image {
  width: 50%;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.news-box .content .half-right-image {
  width: 50%;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.news-box .content h6 {
  font-size: 24px;
  line-height: 1.7;
  margin-top: 10px;
  margin-bottom: 20px;
}
.news-box .content strong {
  font-weight: 600;
}
.news-box .content figure {
  margin: 30px 0;
}
.news-box .content video {
  width: 100%;
  margin: 20px 0;
}
.news-box .content blockquote {
  width: 100%;
  display: block;
  padding: 40px;
  background: #febb17;
  color: #fff;
  font-size: 24px;
  font-family: "Times New Roman";
  text-align: center;
}
.news-box .content ul {
  padding-left: 20px;
}
.news-box .content ul li {
  margin: 4px 0;
}

/* SIDEBAR */
.sidebar {
  width: 100%;
  display: block;
  padding-left: 20px;
}
.sidebar .widget {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #cdcdcd;
  padding: 20px 0;
  padding-left: 50px;
  margin-bottom: 30px;
  position: relative;
}
.sidebar .widget * {
  position: relative;
}
.sidebar .widget .widget-title {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 20px;
  color: #febb17;
  padding: 15px 0;
}
.sidebar .widget .widget-title:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #febb17;
  position: absolute;
  left: -51px;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: difference;
}
.sidebar .widget form {
  width: 100%;
  display: block;
}
.sidebar .widget form input[type="submit"] {
  margin-top: 10px;
  background: #111111;
  color: #fff;
}
.sidebar .widget .categories {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.sidebar .widget .categories li {
  width: 100%;
  display: block;
  margin: 6px 0;
  padding: 0;
  padding-left: 20px;
  list-style: none;
}
.sidebar .widget .categories li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #cdcdcd;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.sidebar .widget .categories li a {
  color: #111111;
  font-size: 17px;
}
.sidebar .widget .side-gallery {
  width: calc(100% + 4px);
  float: left;
  margin: 0 -2px;
  padding: 0;
}
.sidebar .widget .side-gallery li {
  width: 33.3333%;
  float: left;
  margin: 0;
  padding: 2px;
  list-style: none;
}

/* PAGINATION */
.pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.pagination .page-item {
  display: inline-block;
}
.pagination .page-item .page-link {
  height: 70px;
  line-height: 70px;
  padding: 0 40px;
  border-radius: 0 !important;
  font-size: 12px;
  font-weight: 600;
  color: #111111;
  outline: none !important;
}
.pagination .page-item .page-link:focus {
  outline: none !important;
}

/* GET START BOX*/
.get-started-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 70px 10%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.get-started-box h2 {
  width: 100%;
  display: block;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}
.get-started-box p {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
}
.get-started-box form {
  width: 100%;
  display: flex;
  justify-content: center;
}
.get-started-box form input[type="email"] {
  margin-right: 10px;
  border: none;
}

/* FOOTER */
.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 45px;
  background: #262626;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.footer .widget-title {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}
.footer .footer-menu {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding: 0;
}
.footer .footer-menu li {
  width: 100%;
  display: inline-block;
  margin: 6px 0;
  padding: 0;
  list-style: none;
}
.footer .footer-menu li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  transform: translateY(-2px);
  opacity: 0.5;
}
.footer .footer-menu li a {
  width: calc(100% - 20px);
  display: inline-block;
  color: #fff;
}
.footer .call-us {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.footer .language {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 30px;
}
.footer .language i {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 19px;
  opacity: 0.6;
}
.footer .language select {
  height: 60px;
  background: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .language select option {
  color: #fff;
}
.footer .bottom-bar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  background: #1a1a1a;
  margin-top: 50px;
  font-size: 13px;
}
.footer .bottom-bar .container {
  display: flex;
  flex-wrap: wrap;
}
.footer .bottom-bar .container span {
  margin-left: 0;
}
.footer .bottom-bar .container span:nth-child(2) {
  margin-left: auto;
}
.footer .bottom-bar .container span:nth-child(2) a {
  color: #fff;
  text-decoration: underline;
}
.footer .bottom-bar .container span:nth-child(2) a:hover {
  text-decoration: none;
}

/* RESPONSIVE MEDIUM  */
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  .category-thumb .category-content .name {
    font-size: 22px;
  }

  .category-thumb .category-content {
    padding: 15px;
  }

  .side-content.right {
    padding-left: 0;
  }

  .side-content h2 {
    font-size: 34px;
  }

  .price-box {
    width: 100%;
    margin: 0;
  }

  .price-box .note u {
    width: 100%;
    display: block;
  }

  .footer .call-us strong {
    width: 100%;
    display: block;
  }

  .contact-box {
    padding: 50px 10px;
  }

  .sidebar .widget {
    padding-left: 30px;
  }

  .sidebar .widget .widget-title:before {
    left: -31px;
  }
}
/* RESPONSIVE TABLET  */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .navbar .site-menu ul li {
    margin: 0 10px;
  }

  .category-thumb {
    margin: 15px 0;
  }

  .side-image.full-left {
    width: 100vw;
    float: left;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 50px;
  }

  .price-box {
    padding: 30px;
    margin: 15px 0;
  }

  .price-box .price b {
    font-size: 50px;
  }

  .membership {
    margin-bottom: 50px;
  }

  .get-started-box {
    padding: 50px 0;
  }

  .sidebar {
    padding-left: 0;
    margin-top: 50px;
  }

  .sidebar .widget {
    border-left: none;
    padding-left: 0;
  }

  .sidebar .widget .widget-title:before {
    display: none;
  }

  .icon-box p {
    padding: 0;
  }

  .icon-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
  }

  .col-lg-4.col-md-6:last-child .member-box {
    margin-top: 50px;
  }

  .col-lg-6:nth-child(1) .testimonial {
    margin-bottom: 50px;
  }

  .footer {
    padding-top: 50px;
  }

  .footer .widget-title {
    margin-top: 40px;
  }
}
/* RESPONSIVE MOBILE */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  main {
    margin-top: 0 !important;
  }

  .search-box {
    display: none;
  }

  .navbar {
    padding: 12px 15px;
    position: relative;
  }

  .navbar .site-menu {
    display: none;
  }

  .navbar .user-menu {
    display: none;
  }

  .navbar .hamburger-menu {
    display: inline-block;
  }

  .slider {
    position: static;
  }

  .page-header {
    position: static;
  }

  .slider .main-slider .swiper-slide .slide-inner {
    background-position: right center !important;
  }

  .slider .main-slider .swiper-slide .container .name {
    font-size: 50px;
  }

  .slider .main-slider .swiper-slide .container .name strong {
    font-size: 50px;
  }

  .slider .main-slider .swiper-slide .container .description {
    display: none;
  }

  .slider .main-slider .swiper-slide .container .features li:first-child {
  /*  width: 100%;
    margin-bottom: 10px;*/
  }

  .slider .main-slider .swiper-slide .container .features li:last-child {
   /* width: 100%;
    margin-top: 10px;*/
  }

  .slider .main-slider .swiper-slide .container .play-btn {
    padding: 0 25px;
  }

  .slider .swiper-pagination {
    display: none;
  }

  .section-title h2 {
    font-size: 34px;
  }

  .side-content h2 {
    font-size: 26px;
  }

  .side-content .icon-list li figure {
    width: 100%;
    margin-bottom: 20px;
  }

  .side-content .icon-list li .content {
    width: 100%;
  }

  .video-thumb .video-content .age {
    display: none;
  }

  .video-thumb .video-image .hd {
    display: none;
  }

  .testimonial h2 {
    font-size: 32px;
    padding-right: 0;
  }

  .testimonial blockquote {
    font-size: 18px;
    padding-right: 0;
  }

  .testimonial figure {
    width: 100%;
    margin-bottom: 15px;
  }

  .testimonial figure img:nth-child(1) {
    width: 80px;
    height: 80px;
  }

  .testimonial figure img:nth-child(2) {
    width: 50px;
    height: 50px;
  }

  .testimonial h6 {
    width: 100%;
  }

  .testimonial h6 small {
    width: 100%;
  }

  .mobile-menu .site-menu ul li a {
    font-size: 9vw;
  }

  .get-started-box form {
    flex-wrap: wrap;
  }

  .get-started-box form input[type="email"] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .news-box .content.overlap {
    position: static;
    background: none;
    padding: 0;
    color: #111111;
  }

  .news-box .content h3 {
    font-size: 28px;
  }

  .news-box .content h3 a {
    color: #111111;
  }

  .news-box .content blockquote {
    padding: 20px;
  }

  .news-box .content .half-left-image {
    width: 100%;
    margin-right: 0;
  }

  .news-box .content .half-right-image {
    width: 100%;
    margin-left: 0;
  }

  .pagination .page-item .page-link {
    padding: 0 30px;
  }

  .icon-box {
    margin-top: 30px;
  }

  .cta-form h2 {
    font-size: 30px;
  }

  .cta-form {
    padding: 30px;
  }

  .cta-form form input[type="submit"] {
    width: 100%;
  }

  .member-box {
    width: 100%;
    margin: 30px 0;
  }

  .col-lg-4.col-md-6:last-child .member-box {
    margin-top: 30px;
  }

  .devices-box {
    padding: 30px;
  }

  .contact-form .form-group:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }

  .contact-form .form-group:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }

  .support-box {
    padding: 30px;
  }

  .membership .or a {
    width: 100%;
    margin-right: 0;
    margin: 5px 0;
  }

  .footer .language {
    margin-bottom: 50px;
  }

  .footer .widget-title {
    margin-top: 10px;
  }

  .footer .bottom-bar .container span:nth-child(2) {
    margin-left: 0;
  }
}

.ResponsiveYTPlayer { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .ResponsiveYTPlayer iframe, .ResponsiveYTPlayer object, .ResponsiveYTPlayer embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.bgvid{padding-bottom: 18px;
background-color: black;
border-radius: 8px 8px 0px 0px;
color: azure;}


.certificate {
  font-size: 13px;
  font-weight: bold;
  line-height: 33px;
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  border-radius: 50%;
  background: #4a4a4a;
    background-color: rgb(74, 74, 74);
}



.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}


.owl-dots button.owl-dot{display: none;}



    ul.tabs{
      margin: 0px;
      padding: 0px;
      list-style: none;
    }
    ul.tabs li{
      background: none;
      color: #222;
      display: inline-block;
      padding: 10px 15px;
      cursor: pointer;
    }

    ul.tabs li.current{
      background: #ededed;
      color: #222;
    }

    .tab-content{
      display: none;
      background: #ededed;
      padding: 15px;
    }

    .tab-content.current{
      display: inherit;
    }
.hidewrp{display: none!important}



.colred{color: #dd0c63 !important;}

.bgcol{background-color: black;}



.b-tab {

  display: none;
}

.b-tab.active {
  display: block;
}

.b-nav-tab {
  display: inline-block;
  line-height: 1.6;
  padding: 20px;
  color: black;
}

.b-nav-tab.active {
  color: #dd0c63 ;
}
 .ptt-20{padding-top: 20px !important;}
.playfnt{font-size: 23px !important;
padding-left: 2px!important;}
.pt-50 {padding-top: 50px !important;}
.pb-50 {padding-bottom: 50px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pb-8 {padding-bottom: 8px !important;}
/*.pt-20 {padding-bottom: 20px !important;}*/
.pr-50{padding-right: 50px;}
.pb-20{padding-bottom: 20px;}
.fullwid{width: 100%;}
.pd-13{padding: 13px;} .mb-25{margin-bottom: 25px;}.mt-25{margin-bottom: 25px;}
 .pt-20{padding-top: 20px;} .pt-10{padding-top: 10px;}
.tabmov{padding-right: 23px;border-right: solid 1px #686868;} .pl-23{padding-left: 23px;}
.tanmo{padding: 0px; font-size: 16px;font-weight: 600;}
.pad-all5{padding-left: 5px;padding-right: 5px; padding-top: 5px;}
.post{padding-bottom: 10px; border-radius: 8px 8px 0px 0px;}
.bor8{border-radius: 8px;} 
.bornon{border: none !important}
.pad-all10{padding-left: 10px!important;padding-right: 10px!important;padding-bottom: 0px!important;}
.mar0{margin: 0px!important;}
.padlr{padding-left: 5px ;padding-right: 5px;}
.pop{background-color: #000;border-radius: 0px 0px 8px 8px;}
.pophed{font-size: 35px;color: aliceblue;padding-top: 20px;font-weight: 600;}
.popcont{color: aliceblue;font-size: 15px;padding-bottom: 10px;}
.colye{color: #fdb618;}
.popsubhe{font-size: 12px;padding-right: 10px;}
.popsrt{background-color: #fbaf1f;font-size: 16px;border-radius: 50%;width: 34px;font-size: 13px;font-weight: bold;line-height: 28px;display: inline-block;width: 25px;height: 25px;text-align: center;letter-spacing: 0;color: #fff;border-radius: 50%;background: #ffcb00;}
.pop-p{color: #cecece;font-size: 11px;}
.popbtn{height: 53px;line-height: 48px;display: inline-block;float: left;background: linear-gradient(135deg, rgba(174,1,94,1) 1%,rgba(222,12,100,1) 16%,rgba(235,18,89,1) 30%,rgba(239,82,69,1) 67%,rgba(244,121,45,1) 83%,rgba(254,187,23,1) 100%);color: #fff;font-weight: 800;padding: 0 34px;margin-right: 30px;border: 2px solid #de0c64;border-radius: 3px;}
.pop-a{width: 54px;height: 54px;line-height: 47px;display: inline-block;color: #fff;text-align: center;border: 2px solid rgba(255, 255, 255, 0.4);border-radius: 50%;font-size: 32px;}
.popicon{font-size: 21px;padding-left: 3px;}
.pop-hovimg{position: absolute;border-radius: 5px;
z-index: 10000;
background-size: 100% 100%;
width: 100%;
height: 100%;}
.pop-send{float: left; padding-right: 0px}
.tepat{border-top: solid 1px #3e3e3e;padding-top: 40px;}











.stub::after {

    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
   border-bottom: 20px solid #f6f6f6;
border-left: 20px solid #ef565800;
    width: 0;

}


.stub::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-top: 20px solid #f6f6f6;
  border-left: 20px solid #ef565800;
  width: 0;
}

.check::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 20px solid #f6f6f6;
  border-right: 20px solid #fff;
  width: 0;
}


.check::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 20px solid #f6f6f6;
  border-right: 20px solid #fff;
  width: 0;
}

.title {
  font-size: 10px;
  text-transform: uppercase;
}


.check .info section::before {
  content: '';
  background: #ef5658;
  display: block;
  width: 40px;
  height: 3px;
  margin-bottom: 5px;
}

.check .info section {
  margin-right: 40px;
}

.check .info {
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
  margin-top: 20px;
  width: 100%;
}

.tibtn{font-size: 12px;color: black;background-color: rgb(254, 187, 23);padding: 3px 11px;border-radius: 6px;border: navajowhite;margin-right: 10px;margin-bottom: 7px;}
.linht{line-height: -37px;}
.scnb{text-transform: uppercase;
font-size: 9px;

padding-bottom: 1px;}

.spck{text-transform: uppercase;
font-size: 7px;}

.facbg{background-color: #1b74e4 !important;}
.gool{background-color: #ff003c!important;margin-right: 0px!important;margin-left: 15px!important;}

.contbtn{height: 55px;
display: inline-block;
font-size: 14px;
border-radius: 5px;
font-weight: 600;line-height: 4;
color: #fff;
background: linear-gradient(135deg, rgba(174,1,94,1) 1%,rgba(222,12,100,1) 16%,rgba(235,18,89,1) 30%,rgba(239,82,69,1) 67%,rgba(244,121,45,1) 83%,rgba(254,187,23,1) 100%);
border: none;
padding: 0 50px;}

.logpop{  background-size: cover; border-radius: 3px;}

.font-50{font-size: 50px !important;} .movehed{line-height: 0; padding-bottom: 30px;padding-top: 13px;}
.moviebg{background: rgb(255, 255, 255) none repeat scroll 0% 0%;padding-top: 60px;}

.foonam{font-size: 12px;padding-bottom: 5px;padding-top: 5px;}
.manhe{overflow-y: scroll;
height: 400px;
overflow-x: hidden;}

.prebok{padding-top: 20px;padding-bottom: 10px;}

.movde{line-height: 0;
padding-top: 20px;
padding-bottom: 30px;}

.pad50{padding: 50px;}

.disno1{display: none;}
.disbk1{display: block;}
.pr{font-size: 30px;color: #febb17;font-weight: 600;}
.bt{background-color: white;padding: 5px;font-size: 12px;font-weight: 600;margin-right: 5px; border-radius: 4px;}

.setbtn{font-weight: 600;
border: dashed 1px #fcab1c !important;
padding: 10px;
border-radius: 5px;}

.setce{text-align: center;}

.setname{font-size: 21px;}
.fodpg{margin-top: 10px;}

.fodhed{background: #000;
  background-size: auto;
padding-top: 20px;
padding-bottom: 20px;
color: white;}


.fodtim{text-align: end;margin-top: 13px;}



.ticket {
 /* display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
*/  margin: 20px auto;
  }
  .stub, .check {
    box-sizing: border-box;
  }


.stub {
  background: #ef5658;
  height: 250px;
  width: 250px;
  color: white;float: left;
  padding: 20px;
  position: relative;
  
  &:before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    border-top: 20px solid #dd3f3e;
    border-left: 20px solid #ef5658;
    width: 0;
  }
  &:after {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    border-bottom: 20px solid #dd3f3e;
    border-left: 20px solid #ef5658;
    width: 0;
  }
  
  .top {
    display: flex;
    align-items: center;
    height: 40px;
    text-transform: uppercase;
    
    .line {
      display: block;
      background: #fff;
      height: 40px;
      width: 3px;
      margin: 0 20px;
    }
    .num {
      font-size: 10px;
      span {
        color: #000;
      }
    }
  }
  .number {
    position: absolute;
    left: 40px;
    font-size: 150px;
  }
  .invite {
    position: absolute;
    left: 150px;
    bottom: 45px;
    color: #000;
    width: 20%;
    
    &:before {
      content: '';
      background: #fff;
      display: block;
      width: 40px;
      height: 3px;
      margin-bottom: 5px;     
    }
  }
}

.check {
  background: #fff;
  height: 250px;
  width: 450px;
  padding: 40px;float: left;
  position: relative;
  
  &:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 20px solid #dd3f3e;
    border-right: 20px solid #fff;
    width: 0;
  }
  &:after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    border-bottom: 20px solid #dd3f3e;
    border-right: 20px solid #fff;
    width: 0;
  }
  
  .big {
    font-size: 80px;
    font-weight: 900;
    line-height: .8em;
  }
  .number {
    position: absolute;
    top: 50px;
    right: 50px;
    color: #ef5658;
    font-size: 40px;
  }
  .info {
    display: flex;
    justify-content: flex-start;
    
    font-size: 12px;
    margin-top: 20px;
    width: 100%;
    
    section {
      margin-right: 50px;
      &:before {
        content: '';
        background: #ef5658;
        display: block;
        width: 40px;
        height: 3px;
        margin-bottom: 5px;
      }
      .title {
        font-size: 10px;
        text-transform: uppercase;
      }
    }
  }
}



.sub1{background: linear-gradient(135deg, rgba(174,1,94,1) 1%,rgba(222,12,100,1) 16%,rgba(235,18,89,1) 30%,rgba(239,82,69,1) 67%,rgba(244,121,45,1) 83%,rgba(254,187,23,1) 100%);
height: 250px;
width: 250px;
color: white;
padding: 20px;
position: relative;}

.succtic { font-weight: 800;font-size: 55px;}
.suched{font-size: 35px;
font-weight: 900;
line-height: 0.8em;}.succset{font-size: 13px;color: #282828;}

.suche{width: 100%;display: block;font-weight: 800;font-size: 56px;padding-top: 30px;}
.susub{font-size: 21px; padding-bottom: 10px ;color: #c50661;}


.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}



.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color:  #ef483e ;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #ef483e;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.tabset {
  max-width: 65em;
}

.dowapp{width: 35%;padding-right: 20px;}

.log{height: 75px !important;}


.seat-wrapper {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}

.seat-wrapper {
  position: relative;
}

.setxs{display:flex;overflow: auto;padding-bottom: 15px;align-items: center;
  justify-content: center;}

.colorg{color: #f89723 !important;}

@media only screen and ( max-width : 768px  ) 

{

.setxs{display:flex;overflow: auto;padding-bottom: 15px;align-items: center;
  justify-content: inherit;}

  .pophed {
  font-size: 29px;

}



.category-thumb .category-content .details {line-height: normal;
font-size: 12px;
padding-bottom: 5px;}


.manhe {
  overflow-y: auto;
  height: 100%;
  overflow-x: auto;
}

.log{height: 55px !important;}

.padprof{padding-bottom: 0px;
padding-top: 45px;}

.footer .bottom-bar {  padding: 20px 0;

  font-size: 11px;
}
.tepat {
 /* border-top: solid 1px #3e3e3e;*/
  padding-top: 20px;
}
.footer .bottom-bar { margin-top: 15px;}
/*.footer .call-us {

  margin-bottom: 0px;
}*/

.footer {
  padding-top: 0px;
}

.dowapp{width: 22%;}
.xsfont12{font-size: 12px !important;}
.tabset > label {font-size: 12px;}

.susub{font-size: 15px; padding-bottom: 10px ;
color: #c50661;}
  .suche{width: 100%;display: block;font-weight: 800 ;font-size: 30px;padding-top: 30px;}

.suched{font-size: 25px;
font-weight: 900; 
line-height: 0.8em;}

.succset{font-size: 10px;color: #282828;}

  .check .info section {
  margin-right: 15px;
}

.succtic { font-weight: 800;font-size: 40px;}

.check::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;border-bottom: none;
border-right: none;left: auto;
  border-top: 20px solid #f6f6f6;
  border-left: 20px solid #fff;
  width: 0;
}

.check {width: 100% !important;padding: 40px 20px;}

.stub{width: 100%;height: auto;}

.stub::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 20px solid #f6f6f6;
  border-right: 20px solid #ef565800;
  width: 0;border-top: none;
border-left: none;
}
  .xsmar35{padding-top: 35px;}

  .xsmar2{margin-bottom: 10px;}

.contpadd{padding-top: 20px;padding-bottom: 20px;}




.fodtim{text-align: end;margin-top: 22px;padding-left: 0px;}


  .xspad{padding-left: 0px;}

  .fodhed{ padding-top: 10px;
padding-bottom: 10px; }


.fodpg{margin-top: 17px;width: 84%;}
.setname{font-size: 18px;}
.setce{text-align: left; padding-left: 0px;}
.setbtn{
font-size: 11px; }


.bt{background-color: white;
padding: 4px 3px;
font-size: 9px;
font-weight: 500;
margin-right: 3px;
border-radius: 4px;}
.pr{font-size: 18px;color: #fff;}
.disno1{display: block;}
.disbk1{display: none;}
.movsho{-webkit-text-stroke: .5px #111 !important; font-size: 30px !important;}

.page-header h1 {

font-size: 20px;
padding-top: 20px;
}
.page-header{height: 100%!important;}

.moviebg{background: rgb(255, 255, 255) none repeat scroll 0% 0%;padding-top: 10px!important;}

.movp{font-size: 12px !important;
margin-bottom: 15px !important;}

.movie-info-box .features {margin-bottom: 15px !important;}

.movie-info-box .rate-box {padding-bottom: 20px !important;}

.movie-info-box .rate-box a { width: 44px;
height: 44px;
line-height: 47px;font-size: 19px;}

.membership h6 {font-size: 23px;}
.pad50{padding: 17px;}

.xsfon13{font-size: 13px !important}
.xsfon12{font-size: 12px !important}

.membership .or a {width: 48%;
padding: 0px;
margin-right: 2%;}

.gool{margin-left: 2px !important;}
.marb3{margin-bottom: 5px!important;}

}

.bt-proced{background: linear-gradient(135deg, rgba(174,1,94,1) 1%,rgba(222,12,100,1) 16%,rgba(235,18,89,1) 30%,rgba(239,82,69,1) 67%,rgba(244,121,45,1) 83%,rgba(254,187,23,1) 100%); text-align: center;padding: 8px;border-radius: 3px; margin-top: 20px;}

