/*!
 * Template Name: StarDust
 * Author: crowbarcode
 * Author Profile: https://www.templatemonster.com/authors/crowbarcode/
 * Version:	1.0.0
**/

/* STARTING ROOT  */

:root {
    --header-color: #1a293b;
    --main-color: #223346;
    --footer-color: #1a293b;
    --menumobile-color: #1a293b;
    --dropdown-color: #2c3e50;
}

/* ENDING ROOT */

/* STARTING DEFAULT */

html, body {
    margin: 0;
    height: 100%;
    scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

main {
    background-color: var(--main-color);
    flex-grow: 1;
    overflow-x: hidden;
}

header, main, footer {
    flex-shrink: 0;
}

.logo {
    max-width: 140px;
}

.logo img {
    width: 100%;
    height: auto;
}

.loading-page {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1a293b;
    color: #fff;
    z-index: 1100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-page .spinner-border {
    margin-right: 10px;
}

.loading-page .loading-title {
    margin: unset;
    font-size: 22px;
}

.links-in-line {
    display: inline-flex;
}

.links-in-line li {
    list-style-type: none;
}

.links-in-line li a{
    text-decoration: none;
}

.links-in-line li:last-child {
    margin-left: 20px;
}

.width-max {
    width: max-content;
}

.dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(180deg); 
}

.dropdown-toggle:after { 
    transition: 0.3s;
    position: relative;
    top: 2px;
    left: 2px;
}

.content-img img,
.content-vid video {
    width: 100%;
}

.profile {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile .content-img {
    max-width: 50px;
    border-radius: 100%;
    overflow: hidden;
}

.profile > span {
    margin-left: 8px;
}

.profile .dropdown-toggle {
    color: #fff;
    text-decoration: none;
    margin-left: 8px;
}

.profile .dropdown-menu {
    background-color: var(--dropdown-color);
    position: relative;
    top: 7px !important;
}

.profile .dropdown-menu .dropdown-divider {
    background-color: #fff;
}

.profile .dropdown-menu li a {
    color: #fff;
}

.profile .dropdown-menu  a:hover {
    background-color: #2ecc71;
}

.profile .dropdown-menu  a:active {
    background-color: #0aa74b;
}

.text-green {
    color: #14be5b;
}

.hover-green,
.hover-green i {
    transition: color 0.2s ease-in-out;
}

.hover-green:hover,
.hover-green:hover i {
    color: #2ecc71 !important;
}

.hover-green:active,
.hover-green:active i {
    color: #0aa74b !important;
}

.change-profile .modal-dialog {
    width: 100%;
    max-width: 700px;
}

.change-profile .modal-content {
    background-color: var(--header-color);
}

.change-profile .modal-content * {
    color: #fff;
}

.profiles {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 40px 20px 40px;
}

.profiles .content-img {
    max-width: 140px;
}

.profiles [class*="col"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: unset !important;
    user-select: none;
    transition: transform 0.2s ease-in-out;
    margin: 10px;
}

.profiles [class*="col"] .content-img {
    background-color: green;
}

.profiles [class*="col"] span {
    font-size: 18px;
    margin-top: 7px;
}

.profiles [class*="col"]:hover {
    transform: scale(110%);
    cursor: pointer;
}

[data-eventmenumobile] {
    background-color: transparent;
    border: unset;
    outline: none;
    color: #fff;
    font-size: 27px;
    display: none !important;
    transform: rotate(180deg);
}

[data-eventmenumobile],
[data-eventmenumobile] i {
    display: flex;
    align-items: center;
    justify-content: center;
}

[data-eventmenumobile]:hover {
    color: #2ecc71;
}

[data-eventmenumobile]:active {
    color: #0aa74b;
}

[data-menumobile] {
    z-index: 105;
    display: none;
}

.menu-mobile-active {
    display: flex !important;
}

.overlay {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.219);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

main * {
    color: #fff;
}

.my-profile .card,
.my-profile .card *,
.list-group-item {
    background-color: transparent;
}

.my-profile .card-body,
.list-group-item {
    border: 1px solid #fff;
    border-radius: 2.5px;
}

.my-profile .list-group-item {
    border-bottom: 1px solid #fff;
}

.my-profile p {
    word-break: break-word;
}

.my-profile .card-body .progress {
    height: 1px;
}

.my-profile .avatar {
    width: 100%;
    max-width: 150px;
}

.container {
    max-width: 1800px;
    padding-left: 30px;
    padding-right: 30px;
}

main .container {
    overflow: hidden;
}

.news {
    width: 100%;
    margin: 0 auto;
}

.news img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: 0 -100px;
}

.owl-stage {
    display: flex;
    overflow: visible;
}

.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.poster {
    max-width: 210px;
    break-after: always;
    background-color: transparent;
    border-radius: 5px;
    border: unset;
    transition: width 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    border: 1px solid rgba(101, 230, 101, 0.199);
}

.poster .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.poster button {
    background-color: transparent;
    border: unset;
    outline: none;
    font-size: 20px;
}

.poster button:hover i {
    transition: color 0.2s ease-in-out;
}

.poster .card-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: unset;
    z-index: 1;
}

.poster .card-header img {
    width:  100%;
    height: 320px;
    filter: brightness(95%);
}

.play-preview {
    position: absolute;
    font-size: 46px !important;
}

.poster .card-body {
    display: none;
    position: relative;
}
.poster .card-body button:hover,
.poster .card-body button:hover i {
    color: #2ecc71;
}

.poster .card-body button:active,
.poster .card-body button:active i {
    color: #0aa74b;
}

.movie-poster {
    max-width: 200px;
}

.movie-poster img {
    width: 100%;
    height: auto;
}

.movie-rating {
    max-width: 22px;
}

.poster-hover {
    box-shadow: 0 0 9px rgb(0 0 0 / 70%);
    border: 1px solid rgba(101, 230, 101, 0.199);
    border-bottom: unset;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    transform: scale(1.1);
}

.poster-hover .card-header img {
    filter: brightness(80%)
}

.poster-hover .card-body {
    min-width: 100%;
    width: 210px;
    display: unset;
    position: fixed;
    top: 321px;
    left: -1px;
    background-color: var(--main-color);
    border-radius: 5px;
    box-shadow: 0 0 9px rgb(0 0 0 / 70%);
    border: 1px solid rgba(101, 230, 101, 0.199);
    border-top: unset;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

.row {
    margin: 0 auto;
}

.owl-nav {
    height: 10px;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
    z-index: -1;
}

.owl-nav button {
    font-size: 30px !important;
}

.owl-nav .owl-next, .owl-nav .owl-prev {
    min-width: 40px;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 320px;
    transition: background-color 0.2s ease-in-out;
}
.owl-nav .owl-next {
    right: -5px;
    display: flex;
    margin-right: 2%;
    font-size: 25px !important;
}
.owl-nav .owl-prev{
    left: -5px;
    display: flex;
    margin-left: 2%;
    font-size: 25px !important;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.397) !important;
}

.movie-info-header {
    position: relative;
}

.movie-banner {
    display: flex;
    height: auto;
    position: absolute;
    top: 0;
}

.movie-info-header .movie-options {
    width: 50%;
    z-index: 2;
    position: relative;
}

.movie-info-header .table td {
    padding-left: unset;
    padding-right: unset;
}

.movie-banner .banner .content-img,
.movie-banner .banner .content-vid {
    position: relative;
    zoom: 8;
}

.movie-banner .banner .content-img .shadow-left,
.movie-banner .banner .content-vid .shadow-left {
    width: 70px;
    height: 100%;
    background-image: linear-gradient(to right, var(--main-color) 10%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.movie-banner .banner .content-img .shadow-bottom,
.movie-banner .banner .content-vid .shadow-bottom {
    width: 100%;
    height: 70px;
    background-image: linear-gradient(to top, var(--main-color) 10%, transparent 100%);
    position: absolute;
    bottom: 0;
}

.movie-info-header-banner tbody, td, tfoot, th, thead, tr {
    border-style: unset;
}

.movie-info-header .btn-group button,
.movie-info-header .btn-group a {
    background-color: transparent;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    height: max-content;
    font-size: 20px;
    transition: color 0.2s ease-in-out;
}

.preview-play,
.movie-info-header button,
.movie-info-header button i,
.movie-info-header a,
.movie-info-header a i {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.movie-info-header button:hover,
.movie-info-header button:hover i,
.movie-info-header .btn-group a:hover,
.movie-info-header .btn-group a:hover i {
    color: #2ecc71;
}

.movie-info-header button:active,
.movie-info-header .btn-group a:active,
.movie-info-header button:active i,
.movie-info-header .btn-group a:hover i {
    color: #0aa74b;
}

.preview-play {
    color: #fff !important;
    width: 100%;
    max-width: 160px;
    padding: 7px;
    font-size: 30px;
}

.movie-preview .container {
    max-width: 1640px;
}

.play {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: black;
    position: fixed;
}

.play .movie-options {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
}

.play .movie-options,
.play .controls,
.play .bar {
    background-color: rgba(0, 0, 0, 0.582);
    z-index: 1;
    visibility: hidden;
    transition: visibility 0.2s ease-in-out;
}

.play .movie-options > *,
.play .controls > * {
    width: max-content;
}

.play .movie-options *,
.play .controls * {
    color: #fff;
}

.play .video {
    background-color: black;
    height: 100%;
    max-height: 780px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play .video video {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.play .bar {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
}

.play .controls {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.play .movie-options,
.play .video,
.play .controls {
    padding-left: 10px;
    padding-right: 10px;
}

.play .video:hover {
    cursor: pointer;
}

.play button {
    background-color: transparent;
    border: unset;
    outline: none;
    font-size: 28px;
    transition: color 0.2s ease-in-out !important;
}

.play button i {
    transition: color 0.1s ease-in-out !important;
}

.play button:hover,
.play button:hover i {
    color: #2ecc71;
}

.play button:active,
.play button:active i {
    color: #0aa74b;
}

.play .controls *,
.play .movie-options-navbar li,
.play .movie-options-navbar li button,
.play .movie-options-navbar li button * {
    display: flex;
    align-items: center;
    justify-content: center;
}

.volume {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.volume .volume-bar {
    width: 27px;
    height: 200px;
    position: absolute;
    top: -205px;
    z-index: 1;
}

.play-in-page {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

.play .movie-options,
.play .controls,
.play .bar {
    background-color: rgba(0, 0, 0, 0.582);
    z-index: 201 !important;
    visibility: visible !important;
    transition: visibility 0.2s ease-in-out;
}

.play .movie-options .navbar-nav {
    display: flex;
    flex-direction: row;
    margin-bottom: unset !important;
}

.movie-options-navbar .dropdown-menu {
    background-color: black !important;
}

.movie-options-navbar .dropdown-item {
    transition: color 0.2s ease-in-out;
    right: 0;
}

.movie-options-navbar .dropdown-toggle::after {
    display:none;
}

.movie-options-navbar .dropdown-item:hover {
    background-color: #0aa74b !important;
}

.dropdown-menu {
    left: unset !important;
    right: 0 !important;
}

.collapse:not(.show) {
    display: flex !important;
}

.play .video-play-button {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 1 !important;
    font-size: 60px;
}

.play .video-play-button i {
    color: #e2e6eb62 !important;
}

.play .video-play-button:hover i {
    color: #fff !important;
}

/* ENDING DEFAULT */

/* STARTING HEADER AND FOOTER */

header {
    background-color: var(--header-color);
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(241, 233, 233, 0.082);
}

header .navbar {
    margin-left: 30px;
}

header .navbar a {
    color: #fff !important;
    transition: color 0.2s ease-in-out;
}

header .navbar a:hover,
header .navbar .active {
    color: #2ecc71 !important;
}

footer .active,
header .navbar a:active {
    color: #0aa74b !important;
}

footer {
    background-color: var(--footer-color);
    border-top: 1px solid rgba(241, 233, 233, 0.082);
    padding-top: 20px;
    padding-bottom: 20px;
}

footer p {
    margin: unset;
}

footer .links-in-line li a {
    color: #fff;
    transition: color 0.2s ease-in-out;
}

footer .links-in-line li a:hover{
    color: #2ecc71 !important;
}

footer .links-in-line li a:active {
    color: #0aa74b !important;
}

/* ENDING HEADER AND FOOTER */

/* STARTING RANGE SLIDER */

*,:after,:before{box-sizing:border-box}
.pull-left{float:left}
.pull-right{float:right}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}

.rangeslider,
.rangeslider__fill {
	display:block;
	border-radius:10px;
}

.rangeslider {
	position:relative;
}
.rangeslider:after{
	top:50%;
	left:0;
	right:0;
	content:'';
	width:100%;
	height:5px;
	margin-top:-2.5px;
	border-radius:5px;
	position:absolute;
	background:#212131;
}

.rangeslider--horizontal{
	width:100%;
	height:28px;
}

.rangeslider--vertical{
	width:5px;
	min-height:150px;
	max-height:100%;
}
.rangeslider--disabled{
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity:0.4;
}

.rangeslider__fill{
	position:absolute;
	background:#0aa74b;
}
.rangeslider--horizontal .rangeslider__fill{
	top:0;
	height:100%;
}
.rangeslider--vertical .rangeslider__fill{
	bottom:0;
	width:100%;
}

.rangeslider__handle{
	top:50%;
	width:28px;
	height:28px;
	cursor:pointer;
	margin-top:-14px;
	background:#0aa74b;
	position:absolute;
	background:#0aa74b;
	border-radius:50%;
	display:inline-block;
}
.rangeslider__handle:active{
	background:#0aa74b;
}

.rangeslider__fill,
.rangeslider__handle{
	z-index:1;
}
.rangeslider--horizontal .rangeslider__fill{
	top:50%;
	height:5px;
	margin-top:-2.5px;
}

/* Budget */
.budget-wrap{
	padding:40px;
	background:#292942;
	box-shadow:0 25px 55px 0 rgba(0,0,0,.21),0 16px 28px 0 rgba(0,0,0,.22);
}
.budget-wrap .header .title{
	color:#fff;
	font-size:18px;
	margin-bottom:30px;
}
.budget-wrap .header .title .pull-right{
	color:#0aa74b;
	font-size:24px;
	font-weight:400;
}
.budget-wrap .footer{
	margin-top:30px;
}
.budget-wrap .footer .btn{
	color:inherit;
	padding:12px 24px;
	border-radius:50px;
	display:inline-block;
	text-decoration:none;
}
.budget-wrap .footer .btn.btn-def{
	color:#525263;
}
.budget-wrap .footer .btn.btn-pri{
	color:#eee;
	background:#0aa74b;
}

.rangeslider {
    background-color: transparent;
}

.rangeslider--horizontal .rangeslider__handle {
    top: 13px;
}

.rangeslider__handle {
    border: #0aa74b;
}

/* ENDING RANGE SLIDER */