body {
  background-color: #000;
}
#guid-top {
	/* height: 100%; */
  margin-top: 10%;
}
.top {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2rem;
}
.slider{
	height: 100%;
  width: 100%;
  float: right;
	/*overflow: auto;*/
    /* top: 12vh; */
    /* right: 0; */
    /* position: absolute; */

}
#guid-bottom{
	margin-top: 25px;
}
#guid-bottom .active{
	background-image: linear-gradient(to right, rgb(25 103 213), rgb(6 23 64)) !important;
}
#guid-bottom .active h4{
	font-weight: bold;
}

.face, .remote{
	border-radius: 25px;
	width: 48%;
	float: left;
	color: #fff;
	padding: 15px;
	background-color: #072053;
	height: 17vh;
	cursor: pointer;
}
.face h4, .remote h4{
	font-size: 2.3em;
	font-weight: 900;
}
.face{
	margin-right: 3%;
}
#guid-bottom .media-left img{
	height: 99px;
	text-align: center;
	margin: auto;
}
#guid-bottom .media-body{
	vertical-align: middle;
	padding-right: 30px;
}
#guid-bottom .media-left{
	text-align: center;
	width: 40%;
}
#logo-branch img{
	height: 17vh;
	width: 100%;
	object-fit: fill;
	border-radius: 25px;
}
#logo-branch {
	/*background: #072053;*/
	border-radius: 25px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  border-radius: 10px;

  text-align: center;
      font-size: 18px;
      background: #fff;
   /* Center slide text vertically */
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
}

.swiper-slide img {
  border-radius: 25px;

  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home-screen {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  background-image: url(../img/bg.png);
	height:100vh;
	/* margin:2% 2% 2% 0;
	border-radius: 40px;
	padding: 20px; */

}

.logo-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 310px;
  height: 120px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.58);
  box-shadow: -10px -10px 90px 80px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-top-left-radius: 50px;
  z-index: 6;
}

.logo-fixed img {
  width: 100%;
  opacity: 0.8;
}
.intro {
  background-color: aqua;
  border-radius: 10px;
  height: 60vh;
}
#home-screen .content {
  height: 70vh;
  margin-top: 12vh;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  /* transition: margin 0.5s; */
}



#home-screen .content .details .background {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /* transition: all 0.5s; */
  width: 60%;
  background: linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 0, 0.5) 90%,
    rgba(0, 0, 0, 0) 100%
  );
}

#home-screen .content .details.full .background {
  position: fixed;
  width: 100%;
}

#home-screen .content .details .background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  /* box-shadow: 240px -200px 1000px 0 rgb(0, 0, 0) inset; */
  /* transition: background 0.5s; */
}

#home-screen .content .details .background::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 1;
  /* box-shadow: 240px -200px 1000px 0 rgb(0, 0, 0) inset; */
  /* transition: background 0.5s; */
}

#home-screen .content .details.full .background::after {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.5) 45%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  /* box-shadow: 760px -250px 1000px 0 rgba(0, 0, 0, 0.7) inset; */
}

#home-screen .content .details {
  height: 100%;
  width: 100%;
}
#home-screen .content .details.full .background::before {
  background: none;
}

#home-screen .content .details .background img {
  width: 100%;
  position: absolute;
}

#home-screen .content .details.full .background img {
  position: fixed;
  width: 100%;
  min-height: 100%;
}

#home-screen .content .details .info {
  width: 70%;
  display: block;
  position: absolute;
  height: 100%;
  padding: 60px 400px 60px 8.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

#home-screen .content .details .info .title {
  color: #fff;
  font-size: 5vh;
  font-weight: bolder;
  text-transform: uppercase;
  /* text-shadow: #fff;
  text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff,
    -1px -1px 0 #fff; */
  max-height: 200px;
}

#home-screen .content .details .info .description {
  color: #fff;
  font-size: 2.5vh;
  margin: 30px 0;
  max-height: 280px;
  overflow: hidden;
  /* transition: max-height 1s; */
}

#home-screen .content .details .info .description.hide {
  max-height: 0;
  overflow: hidden;
  margin: 15px;
}

#home-screen .content .details .info .buttons {
  display: none;
}

#home-screen .content .details.full .info .buttons {
  display: block;
}

#home-screen .content .details .info .buttons a {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 10px 20px;
  min-width: 110px;
  display: inline-block;
  text-align: center;
  margin: 20px;
  font-size: 25px;
  text-transform: uppercase;
  opacity: 0.8;
}

#home-screen .content .details .info .buttons a:first-child {
  margin-left: 0;
}

#home-screen .content .details .info .buttons a.selected {
  border: 2px solid rgba(244, 130, 33, 0.9);
  box-sizing: border-box;
  /* box-shadow: 0 0 25px 6px #f47521, 0 0 15px 6px #f47521 inset; */
  color: rgb(250, 150, 60);
  /* text-shadow: 0 0 25px #f47521, 0 0 15px #f47521, 0 0 15px #f47521; */
  opacity: 1;
}

#home-screen .content .row .row-content .item {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0px 8px;
  /* transition: 350ms all; */
  transform-origin: center left;
}

#home-screen .content .row .row-content .item .poster {
  position: relative;
  width: 100%;
  padding-top: 150%;
}

#home-screen .content .row .row-content .item .poster.episode {
  padding-top: 55%;
}

#home-screen .content .row .row-content .item .poster.episode .progress {
  height: 12px;
  position: absolute;
  background: rgba(244, 130, 33, 0.7);
  bottom: 0;
}

#home-screen .content .row .row-content .item .poster.episode .progress::after {
  content: attr(value);
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 10px;
  top: -160px;
  min-width: 25px;
  text-align: center;
  position: absolute;
  left: 15px;
  border-radius: 15px;
}

#home-screen .content .row .row-content .item .poster img {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
}

#home-screen .content .row .row-content .item .details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* transition: 450ms opacity; */

  color: #ecf0f1;
}

#home-screen .content .row .row-content .item:hover .details,
#home-screen .content .row .row-content .item:hover .info {
  opacity: 1;
}

#home-screen .content .row .row-content .item .details .title {
  position: absolute;
  bottom: 0;
  padding: 5%;
  white-space: normal;
  font-size: 70%;
}

#home-screen .content .row .row-content .item .info {
  font-size: 50%;
  position: absolute;
  top: 0;
  padding: 5% 7%;
  right: 0;
  background-color: #0009;
  border-bottom-left-radius: 10px;
  z-index: 100;
  text-decoration: none;
  color: white;
  font-weight: bold;
  opacity: 0;
  margin: 0;
}

#home-screen .content .row .row-content {
  margin: 15px 0 50px 0;
}

#home-screen .content .row .row-content.episode {
  margin: 15px 0 129px 0;
}

#home-screen .content .row.slick-current .row-content {
  margin: 15px 0 50px 0;
}

#home-screen .content .row .row-content .slick-list {
  overflow: unset;
}

#home-screen .content .row .row-content .slick-track {
  padding-left: 8vw;
}

#home-screen .content .row .row-content .slick-slide {
  opacity: 0.3;
}

#home-screen .content .row .row-content .slick-active {
  opacity: 1;
}

#home-screen .content .row .row-content.selected::after {
  content: "";
  border: 6px solid rgba(244, 130, 33, 0.9);
  width: 186px;
  height: 273px;
  position: absolute;
  top: -5px;
  margin-left: 8.2vw;
  box-sizing: border-box;
  box-shadow: 0 0 25px 6px #f47521, 0 0 15px 6px #f47521 inset;
}

#home-screen .content .row .row-content.episode.selected::after {
  width: 343px;
  height: 194px;
}

#home-screen .content .row .row-title {
  color: #fff;
  font-size: 1.2vw;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.9;
  padding-left: 8.5vw;
}

.row-content .slick-loading,
.row-content .slick-loading * {
  background: rgba(100, 100, 100, 0.5);
  content: url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  border: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  animation: poster-loading 2s infinite;
}

@keyframes poster-loading {
  50% {
    background: rgba(100, 100, 100, 0.2);
  }
}

/* ---------- */

.home_details-screen #home-screen .content .details.full .info .buttons,
.home_details-screen #menu-screen,
.home_details-screen .rows {
  display: none;
}

.home_details-screen.home_details-screen_buttons {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin-top: 5vh;
}

.home_details-screen.home_details-screen_buttons a {
  color: #fff;
  font-size: 25px;
  padding: 20px;
  border: 2px solid transparent;
  border-radius: 5px;
  padding: 15px 40px;
  margin: 5px 0;
  font-size: 24px;
  opacity: 0.8;
  position: relative;
}

.home_details-screen.home_details-screen_buttons a i {
  margin-right: 20px;
}

.home_details-screen.home_details-screen_buttons a p {
  display: inline-block;
  margin: 0;
}

.home_details-screen.home_details-screen_buttons a.selected {
  border: 2px solid rgba(244, 130, 33, 0.9);
  box-sizing: border-box;
  /* box-shadow: 0 0 25px 6px #f47521, 0 0 15px 6px #f47521 inset; */
  opacity: 1;
}

.home_details-screen.home_details-screen_buttons a.selected p,
.home_details-screen.home_details-screen_buttons a.selected i {
  color: rgb(250, 150, 60);
  /* text-shadow: 0 0 25px #f47521, 0 0 15px #f47521, 0 0 15px #f47521; */
  opacity: 1;
}

.home_details-screen.home_details-screen_buttons a.played span {
  background: rgba(255, 255, 255, 0.3);
  height: 100%;
  width: attr(percent px);
  position: absolute;
  left: 0;
  bottom: 0;
}

.home_details-screen.home_details-screen_buttons a.selected.played p {
  color: #fff;
}

/* --------------------- */

.home_episodes-screen #home-screen .content {
  margin-top: -100vh;
}

.home_episodes-screen #home-screen .content .background::after {
  background: rgba(0, 0, 0, 0.8);
}

.home_episodes-screen.home_episodes-screen_content {
  width: 100vw;
  height: 100vh;
  position: absolute;
  display: flex;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  left: 0;
  top: 0;
}

.home_episodes-screen.home_episodes-screen_content .seasons {
  width: 40%;
  padding: 70px 40px;
}

.home_episodes-screen.home_episodes-screen_content .seasons .title {
  color: #fff;
  /* text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff,
    -1px -1px 0 #fff; */
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 5vh;
  height: 265px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
}

.home_episodes-screen.home_episodes-screen_content .seasons .seasons-list {
  height: 600px;
  overflow: hidden;
  padding: 0 26px;
}

.home_episodes-screen.home_episodes-screen_content
  .seasons
  .seasons-list
  .season {
  color: #fff;
  font-size: 2vh;
  padding: 15px 25px;
  opacity: 0.5;
  margin: 15px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 57px;
  border: 2px solid transparent;
}

.home_episodes-screen.home_episodes-screen_content
  .seasons
  .seasons-list
  .season.active {
  opacity: 1;
  font-weight: bolder;
  padding-left: 50px;
  position: relative;
}

.home_episodes-screen.home_episodes-screen_content
  .seasons
  .seasons-list
  .season.active::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 18px;
  border-left: 10px solid white;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}

.home_episodes-screen.home_episodes-screen_content
  .seasons.active
  .seasons-list
  .season.selected {
  border: 2px solid rgba(244, 130, 33, 0.9);
  /* box-shadow: 0 0 25px 6px #f47521, 0 0 15px 6px #f47521 inset; */
  opacity: 1;
}

.home_episodes-screen.home_episodes-screen_content .episodes {
  padding: 70px 30px;
  width: 60%;
}

.home_episodes-screen.home_episodes-screen_content .episodes .title {
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 15px;
  opacity: 0.5;
}

.home_episodes-screen.home_episodes-screen_content .episodes.active .title {
  opacity: 1;
}

.home_episodes-screen.home_episodes-screen_content .episodes .episodes-list {
  padding: 30px 0;
}

.home_episodes-screen.home_episodes-screen_content
  .episodes
  .episodes-list::after {
  content: "";
  border: 2px solid rgba(244, 130, 33, 0.9);
  width: 100%;
  height: 215px;
  position: absolute;
  top: 0;
  margin-left: -5px;
  box-sizing: border-box;
  /* box-shadow: 0 0 25px 6px #f47521, 0 0 15px 6px #f47521 inset; */
  margin-top: 25px;
  opacity: 0;
}

.home_episodes-screen.home_episodes-screen_content
  .episodes.active
  .episodes-list::after {
  filter: none;
  opacity: 1;
}

.home_episodes-screen.home_episodes-screen_content
  .episodes
  .episodes-list
  .slick-slide {
  opacity: 0.5;
  /* transition: all 0.5s; */
}

.home_episodes-screen.home_episodes-screen_content
  .episodes.active
  .episodes-list
  .slick-slide.slick-current {
  opacity: 1;
}

.home_episodes-screen.home_episodes-screen_content .episodes .episode {
  padding: 15px;
  display: flex;
  align-items: start;
  justify-content: left;
  height: 207px;
  overflow: hidden;
}

.home_episodes-screen.home_episodes-screen_content
  .episodes
  .episode
  .episode-image {
  position: relative;
}

.home_episodes-screen.home_episodes-screen_content
  .episodes
  .episode
  .episode-image
  .premium {
  position: absolute;
  color: #f47521;
  right: 0;
  top: 0;
  font-size: 35px;
  padding: 10px 15px;
  text-shadow: 4px 2px black;
}

.home_episodes-screen.home_episodes-screen_content
  .episodes
  .episode
  .episode-image
  .progress {
  height: 12px;
  position: absolute;
  background: rgba(244, 130, 33, 0.7);
  bottom: 0;
}

.home_episodes-screen.home_episodes-screen_content
  .episodes
  .episode
  .episode-image
  .progress::after {
  content: attr(value);
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 10px;
  top: -148px;
  min-width: 25px;
  text-align: center;
  position: absolute;
  left: 15px;
  border-radius: 15px;
}

.home_episodes-screen.home_episodes-screen_content
  .episodes
  .episode
  .episode-image
  img {
  height: 175px;
  width: 310px;
}

.episodes .slick-loading,
.episodes .slick-loading * {
  background: rgba(100, 100, 100, 0.5);
  content: url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  border: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  animation: poster-loading 2s infinite;
}

.home_episodes-screen.home_episodes-screen_content
  .episodes
  .episode
  .episode-details {
  padding: 0 20px;
  color: #fff;
  display: grid;
}

.home_episodes-screen.home_episodes-screen_content
  .episodes
  .episode
  .episode-details
  .episode-title {
  font-size: 1.7rem;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.home_episodes-screen.home_episodes-screen_content
  .episodes
  .episode
  .episode-details
  .episode-description {
  font-size: 1.4rem;
  padding: 15px 0;
}

.browse-back {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 125px;
  z-index: 1;
  opacity: 0.5;
}

.home_details-screen .browse-back {
  display: none;
}

.browse-back span {
  position: absolute;
  width: 150px;
  height: 3px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  margin-left: 10px;
}

.browse-back span:after {
  transform: rotate(82deg);
  transform-origin: 11px 12px;
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.browse-back span:before {
  transform: rotate(-82deg);
  transform-origin: 10px -8px;
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.browse-back p {
  color: #fff;
  font-size: 30px;
  letter-spacing: 30px;
  position: absolute;
  text-align: center;
  transform: rotate(90deg);
  width: 100vh;
  transform-origin: 50px 50px;
  margin-left: 10px;
}
.hotel-left p{
	line-height: 1.2em;
	overflow: hidden;
	text-align: justify;
}
.hotel-right .card:hover .label, .hotel-right .active .label{
	background-color: #1155b4a1 !important;
}
#service .visited .content h3{
	color: red !important;
}
.hotel-right .visited{
	border:3px #000 solid;
}
.hotel-right{
	height: 88vh;
	overflow: hidden;
}
