:root {
  --text-color-default: #333333;
  --text-color-default-hover: #000000;
  --text-color-muted: #A2A2A2;
  --text-color-muted-hover: #555555;
  --text-color-caption: #999999;
  --link-color-default: #333333;
  --link-color-hover: #BD1877;
  --tab-link-color: #3366CC;
  --breadcrumb-default-color: var(--text-color-default);
  --breadcrumb-hover-color: #BD1877;
  --breadcrumb-active-color: #8B8B8B;
  --breadcrumb-divider-color: #999999;
  --border-color: #F3F3F3;
  --border-color-lite: #ededed;
  --border-color-white: #ffffff;
  --border-color-dark: #333;
  --ext-menu-bg: #f9f9f9;
  --theme-black-bg: #111111;
  --highlight-bg: #fff5fb;
  --overlay-bg: #232323;
  --overlay-side-bg: #1c1c1c;
  --primary-color: #BD1877;
  --primary-color-hover: #a61569;
  --secondary-color: #444444;
  --secondary-color-hover: #373737;
  --info-color: #45bcc0;
  --info-color-hover: #3cacb0;
  --success-color: #0dcf97;
  --success-color-hover: #0bb785;
  --warning-color: #FF903B;
  --warning-color-hover: #ff8221;
  --danger-color: #E20000;
  --danger-color-hover: #c90000;
  --white-color: #ffffff;
  --white-color-hover: #f2f2f2;
  --dark-color: #111111;
  --dark-color-hover: #000000;
  --light-color: #F3F3F3;
  --light-color-hover: #e6e6e6;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

a {
  background-color: transparent;
}

img,
picture img {
  border-style: none;
  max-width: 100%;
  outline: none;
  display: block;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

ol,
ul {
  list-style: none;
}

body {
  overflow: hidden;
  overflow-y: auto;
}

html {
  font-size: 16px;
}

body {
  font-family: var(--en-font-primary);
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: normal;
  font-style: normal;
}

p {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
  margin: 0;
  color: var(--text-color-default);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--en-font-primary);
  font-weight: var(--font-weight-bold);
  color: var(--dark-color);
}

h2,
.h2 {
  font-size: 33.18px;
  line-height: 39.816px;
  letter-spacing: normal;
  font-style: normal;
}

h3,
.h3 {
  font-size: 27.65px;
  line-height: 33.18px;
  letter-spacing: normal;
  font-style: normal;
}

h4,
.h4 {
  font-size: 23.04px;
  line-height: 27.648px;
  letter-spacing: normal;
  font-style: normal;
}

body {
  overflow-y: hidden;
}

a {
  text-decoration: none;
  outline: none;
}

.shortz-landing-container {
  font-family: var(--basic-fonts-pack);
  overflow: hidden;
}

.webstroieslabel a {
  padding: 5px;
  display: inline-block;
  color: var(--white-color);
  font-size: 13px;
  opacity: 0.7;
  font-family: var(--en-font-primary);
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: normal;
  font-style: normal;
  margin-left: -5px;
  text-decoration: none;
}

.shortz-landing-header {
  height: 59px;
  padding: 5px 15px;
  background-color: var(--white-color);
}
.shortz-landing-header__in {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shortz-landing-header__logo {
  position: relative;
  text-align: center;
  padding-bottom: 15px;
}
.shortz-landing-header__logo a {
  display: inline-block;
}
.shortz-landing-header__logo img {
  object-fit: contain;
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
}

.shortz-landing-header__options {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  text-align: center;
}
.shortz-landing-header__options .cmp-options__item {
  position: relative;
  font-size: 12px;
  line-height: 14.4px;
  letter-spacing: normal;
  font-style: normal;
  color: var(--text-color-muted);
  display: block;
  text-decoration: none;
}
.shortz-landing-header__options .cmp-options__item:not(:last-child) {
  padding-right: 5px;
  margin-right: 6px;
}
.shortz-landing-header__options .cmp-options__item:not(:last-child)::after {
  content: "|";
  position: absolute;
  display: block;
  right: -3px;
  top: 1px;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: normal;
  font-style: normal;
  color: var(--text-color-muted);
}

.shortz-landing-header__right {
  display: flex;
  align-items: center;
}
.shortz-landing-header__right a {
  color: var(--primary-color);
  font-size: 13px;
  line-height: 15.6px;
  letter-spacing: normal;
  font-style: normal;
  font-family: var(--en-font-primary);
  font-weight: bold;
}

.shortz-landing-body {
  background: var(--light-color);
  width: 100%;
  padding-top: 10px;
}
.shortz-landing-body__arrow-btn {
  width: 56px;
  height: 56px;
  border: none;
  outline: none;
  background-color: var(--white-color);
  background-image: url("/etc.clientlibs/theme-vanitha/clientlibs/clientlib-vanitha-shortzdetail-head/resources/img/icons.svg");
  background-repeat: no-repeat;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  opacity: 0.75;
}
.shortz-landing-body__arrow-btn--down {
  background-position: -625px -249px;
}
.shortz-landing-body__arrow-btn--up {
  background-position: -686px -249px;
}
.shortz-landing-body__container {
  max-width: calc((100vh - -46px) / 1.777777777777778);
  margin: 0 auto;
  width: 100%;
  min-width: 345px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: calc(100vh - 56px);
  padding-right: 75px;
  position: relative;
  min-height: 220px;
}
.shortz-landing-body__container-in {
  height: 100%;
  overflow-y: hidden;
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  scroll-padding-top: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.shortz-landing-body__container-in::-webkit-scrollbar {
  display: none;
}
.shortz-landing-body__next-arrow {
  position: absolute;
  bottom: 70px;
  right: 30px;
}
.shortz-landing-body__prev-arrow {
  position: absolute;
  top: 20px;
  right: 30px;
}
.shortz-landing-body__video-block-item {
  height: 100%;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  scroll-snap-align: start;
}
.shortz-landing-body__video-block-item__in {
  width: calc((100vh - 130px) / 1.777777777777778);
  height: calc(100vh - 130px);
  min-width: 253px;
  min-height: 450px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.shortz-landing-body__video-block-item__in .video-js {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.shortz-landing-body__video-block-item__in .vjs-tech {
  object-fit: cover;
}
.shortz-landing-body__video-block-item__in .vjs-poster img {
  object-fit: cover;
}
.shortz-landing-body__video-block-item__in .vjs-poster {
  background-size: cover;
}
.shortz-landing-body__video-block-item__in .vjs-title-bar {
  visibility: hidden;
}
.shortz-landing-body__video-block-item__in .vjs-dock-text {
  display: none;
}
.shortz-landing-body__video-block-item__in .vjs-control-bar {
  right: 60px;
}
.shortz-landing-body__video-block-item__in .video-js .vjs-control-bar {
  left: 15px;
  bottom: 30px;
  width: auto;
  z-index: 11;
}
.shortz-landing-body__video-block-item__in .vjs-progress-control {
  top: inherit !important;
  bottom: -1.3em;
}
.shortz-landing-body__video-block-item__in .not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),
.shortz-landing-body__video-block-item__in .not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),
.shortz-landing-body__video-block-item__in .not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),
.shortz-landing-body__video-block-item__in .not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),
.shortz-landing-body__video-block-item__in .vjs-has-started.vjs-paused.vjs-ad-playing.vjs-user-inactive .vjs-control-bar,
.shortz-landing-body__video-block-item__in .vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible) {
  -webkit-transform: translateY(0em);
  -moz-transform: translateY(0em);
  -ms-transform: translateY(0em);
  -o-transform: translateY(0em);
  transform: translateY(0em);
}
.shortz-landing-body__video-block-item__in .vjs-control-bar {
  background-color: transparent;
}
.shortz-landing-body__video-block-item__in:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 1px;
  background: #000;
  border-radius: 15px;
  z-index: 0;
}
.shortz-landing-body__inside-full {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.shortz-landing-body__inside-full iframe {
  width: 100%;
  height: 100%;
}
.shortz-landing-body__video-block-dispn {
  position: absolute;
  z-index: 1;
  padding: 55px 55px 74px 15px;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  border-radius: 0px 0px 15px 15px;
}
.shortz-landing-body__video-block-dispn-title {
  font-family: var(--font-secondary);
  font-size: 25px;
  line-height: 30px;
  letter-spacing: normal;
  font-style: normal;
  font-weight: bold;
  color: var(--white-color);
  max-height: 90px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shortz-landing-body__more {
  margin-top: 5px;
}
.shortz-landing-body__more-link {
  font-family: var(--en-font-primary);
  color: #7E77DD;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: normal;
  font-style: normal;
  font-style: italic;
}

.v-cstm-share img {
  max-width: 100%;
}

.v-cstm-share * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Poppins", arial, sans-serif;
}

.v-cstm-share {
  max-width: 600px;
  position: absolute;
  right: 0px;
  bottom: 6px;
  z-index: 3;
}

.v-cstm-share__list-ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.v-cstm-share__list-li {
  list-style: none;
  margin: 10px;
  padding: 0;
}

.v-cstm-share__list-btn {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.8);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.v-cstm-share__s-link {
  border: none;
  outline: none;
  background: transparent;
}

.v-share-icon {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("/etc.clientlibs/theme-vanitha/clientlibs/clientlib-vanitha-shortzdetail-head/resources/img/icons.svg");
  background-repeat: no-repeat;
}

.v-cstm-share__logo {
  width: 32px;
  height: 32px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.v-cstm-share__ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-cstm-share__list-btn .v-share-share-icon {
  margin: 3px auto 0;
}

.v-share-save-icon {
  background-position: -264px -459px;
}

.v-share-share-icon {
  background-position: -595px 0px;
}

.v-share-email-icon {
  background-position: -245px -459px;
}

.v-share-facebook-icon {
  background-position: 0 -459px;
}

.v-share-twitter-icon {
  background-position: -105px -459px;
}

.v-share-whatsapp-icon {
  background-position: -210px -459px;
}

.v-share-copy-icon {
  background-position: -315px -459px;
}

.v-cstm-share__popup {
  background: rgba(0, 0, 0, 0.95);
  border-radius: 8px 8px 15px 15px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0;
  z-index: 12;
}

.v-cstm-share__popup-head {
  padding: 15px 45px 15px 15px;
  border-bottom: 1px solid #444;
  position: relative;
  text-transform: uppercase;
}

.v-cstm-share__popup-close {
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #999999;
  font-size: 30px;
}

.v-cstm-share__popup-title {
  color: #FFFFFF;
  margin: 0;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: normal;
  font-style: normal;
}

.v-cstm-share__popup-body {
  padding: 40px 15px;
}

.v-cstm-share__sicon-wrp {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #222;
}

.v-cstm-share__ul .v-cstm-share__li {
  margin: 0 5px;
}
.v-cstm-share__ul .v-cstm-share__li .v-cstm-share__sicon-wrp .v-share-icon {
  width: 30px;
  height: 30px;
  margin: 5px auto 0;
}

@media only screen and (max-width: 575px) {
  .shortz-landing-header,
.shortz-landing-body__controls {
    display: none;
  }

  .shortz-landing-body {
    padding: 0;
  }
  .shortz-landing-body__container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    height: 100vh;
    min-width: 100%;
    min-height: 100px;
  }
  .shortz-landing-body__container-in {
    scroll-padding-top: 0px;
  }
  .shortz-landing-body__in {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100vh;
  }
  .shortz-landing-body__video-block-item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .shortz-landing-body__video-block-item__in {
    width: 100%;
    height: 100vh;
    min-height: auto;
    min-width: 100%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .shortz-landing-body__video-block-item__in .video-js {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .shortz-landing-body__video-block-item__in:before, .shortz-landing-body__video-block-item__in:after {
    content: "";
    position: absolute;
    bottom: 85px;
    z-index: 111;
    background: transparent;
    width: 100%;
    right: 0;
    left: 0;
    height: 24%;
    pointer-events: auto;
  }
  .shortz-landing-body__video-block-item__in:after {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    bottom: inherit;
    top: 91px;
    height: 28%;
  }
  .shortz-landing-body__video-block-dispn {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
@media only screen and (max-height: 440px) and (max-width: 930px) and (orientation: landscape) {
  .shortz-landing-header {
    display: none;
  }

  .shortz-landing-body {
    background-color: #151b17;
    padding-top: 0;
  }
  .shortz-landing-body__container {
    max-width: 100% !important;
    padding: 0px;
    height: 100vh !important;
  }
  .shortz-landing-body__container-in {
    scroll-padding-top: 0px;
  }
  .shortz-landing-body__video-block-item {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .shortz-landing-body__video-block-item__in {
    min-width: 100%;
    min-height: 100vh;
  }
  .shortz-landing-body__video-block-item__in .vjs-tech {
    object-fit: contain;
  }
  .shortz-landing-body__video-block-item__in .vjs-poster {
    background-color: var(--black-color);
  }
  .shortz-landing-body__video-block-item__in .vjs-poster img {
    object-fit: contain;
  }
  .shortz-landing-body__video-block-item__in .shortz-landing-body__inside-full .vjs-poster {
    background-color: var(--black-color);
  }
  .shortz-landing-body__video-block-item__in .vjs-poster {
    background-size: contain;
  }
  .shortz-landing-body__video-block-dispn {
    padding: 0 55px 55px 15px;
  }
  .shortz-landing-body__video-block-dispn-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
  .shortz-landing-body__controls {
    display: none;
  }
  .shortz-landing-body .webstroieslabel {
    display: none;
  }
  .shortz-landing-body .vjs-progress-control {
    height: 5px;
  }
  .shortz-landing-body .video-js .vjs-control-bar {
    height: 26px;
  }
}
/*..............SHorts transition ........................*/
@media only screen and (max-width: 575px) {
  .shortz-landing-container {
    background: #000;
  }
}
.shortz-landing-body__inside-full .bc-iframe,
.shortz-landing-body__inside-full .bc-iframe body,
.shortz-landing-body__inside-full .vjs-poster {
  background-color: var(--light-color);
}

.shorts-animated .shortz-landing-body__inside-full,
.next-button-transition .shortz-landing-body__inside-full,
.prev-button-transition .shortz-landing-body__inside-full {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  pointer-events: all;
}

.shortz-slideInDown .shortz-landing-body__inside-full,
.prev-button-transition .shortz-landing-body__inside-full {
  -webkit-animation-name: shortz-slideInDown;
  animation-name: shortz-slideInDown;
}

.shortz-slideInUp .shortz-landing-body__inside-full,
.next-button-transition .shortz-landing-body__inside-full {
  -webkit-animation-name: shortz-slideInUp;
  animation-name: shortz-slideInUp;
}

@-webkit-keyframes shortz-slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes shortz-slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes shortz-slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes shortz-slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
/*.......................... Shorts Styles end...............................................*/