/* [project]/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --color-red-500: oklch(63.7% .237 25.331);
    --color-orange-100: oklch(95.4% .038 75.164);
    --color-orange-200: oklch(90.1% .076 70.697);
    --color-orange-500: oklch(70.5% .213 47.604);
    --color-blue-600: oklch(54.6% .245 262.881);
    --color-blue-800: oklch(42.4% .199 265.638);
    --color-gray-200: oklch(92.8% .006 264.531);
    --color-gray-300: oklch(87.2% .01 258.338);
    --color-gray-500: oklch(55.1% .027 264.364);
    --color-gray-600: oklch(44.6% .03 256.802);
    --color-gray-700: oklch(37.3% .034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-3xl: 48rem;
    --container-6xl: 72rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-geist-sans);
    --default-mono-font-family: var(--font-geist-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .table {
    display: table;
  }

  .h-40 {
    height: calc(var(--spacing) * 40);
  }

  .h-\[200px\] {
    height: 200px;
  }

  .w-full {
    width: 100%;
  }

  .max-w-3xl {
    max-width: var(--container-3xl);
  }

  .max-w-6xl {
    max-width: var(--container-6xl);
  }

  .flex-grow {
    flex-grow: 1;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .items-center {
    align-items: center;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .rounded {
    border-radius: .25rem;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-orange-500 {
    border-color: var(--color-orange-500);
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }

  .bg-orange-100 {
    background-color: var(--color-orange-100);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .object-cover {
    object-fit: cover;
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }

  .text-center {
    text-align: center;
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .text-black {
    color: var(--color-black);
  }

  .text-blue-600 {
    color: var(--color-blue-600);
  }

  .text-gray-300 {
    color: var(--color-gray-300);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-gray-700 {
    color: var(--color-gray-700);
  }

  .text-red-500 {
    color: var(--color-red-500);
  }

  .text-white {
    color: var(--color-white);
  }

  .underline {
    text-decoration-line: underline;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  @media (hover: hover) {
    .hover\:bg-orange-200:hover {
      background-color: var(--color-orange-200);
    }
  }

  @media (hover: hover) {
    .hover\:text-blue-800:hover {
      color: var(--color-blue-800);
    }
  }

  @media (width >= 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}

:root {
  --background: #fff;
  --foreground: #171717;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

.error-msg {
  color: red;
  margin-top: 5px;
  font-size: 14px;
}

.popup-overlay {
  z-index: 1000;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.popup-box {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  max-width: 400px;
  padding: 30px;
  box-shadow: 0 0 10px #0000004d;
}

.popup-box button {
  color: #fff;
  cursor: pointer;
  background: #0070f3;
  border: none;
  border-radius: 4px;
  margin-top: 15px;
  padding: 10px 20px;
}

.popup-message {
  color: #856404;
  z-index: 9999;
  background: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 5px;
  padding: 1rem 2rem;
  font-weight: 600;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 2px 8px #0000001a;
}

.popup-message button {
  color: #856404;
  cursor: pointer;
  background: none;
  border: none;
  margin-left: 1rem;
  font-size: 1.1rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.modal-overlay {
  z-index: 99999 !important;
  background-color: #00000080 !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100vw !important;
  height: 100vh !important;
  display: flex !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
}

.modal-content {
  background: #fff !important;
  border-radius: 8px !important;
  width: 90% !important;
  max-width: 455px !important;
  padding: 20px !important;
  box-shadow: 0 2px 10px #0000004d !important;
}

.loader-overlay {
  z-index: 99999;
  background: #0009;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.spinner {
  border: 6px solid #f3f3f3;
  border-top-color: #d36526;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: 1s linear infinite spin;
}

.close-first-poup {
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  top: 15px;
  right: 15px;
}

.close-first-poup .close {
  width: 30px;
  height: 30px;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}


/* [project]/src/app/styles/header.css [app-client] (css) */
@font-face {
  font-family: Titillim-Bold;
  src: url("../media/Titillium-Bold.6cbf6022.woff");
}

@font-face {
  font-family: Titillim-semiBold;
  src: url("../media/Titillium-Semibold.956660a8.woff");
}

.header-top {
  z-index: 99999;
  background: #000;
  width: 100%;
  padding-block: 20px;
  position: sticky;
  top: 0;
  left: 0;
}

.header-top .nav-items li a {
  color: #fff;
  text-transform: uppercase;
  margin-inline: 26px;
  transition: all .5s ease-in-out;
}

.header-top .nav-items li a:hover {
  color: #e65f1f;
}

.header-top .nav-items li:first-child a {
  margin-left: 0;
}

.header-top .nav-items li:last-child a {
  margin-right: 0;
}

.logo-outer img {
  width: 112px;
}

.nav-items ul {
  flex-wrap: wrap;
  display: flex;
}

a.main-btn {
  color: #fff;
  text-transform: uppercase;
  background: #e65f1f 0 0 / 18px;
  border: 1px solid #e65f1f;
  padding: 12px 17px;
  font-family: Titillim-Bold;
  font-size: 16px;
  font-weight: 600;
  transition: all .5s ease-in-out;
  display: inline-block;
}

a.main-btn:hover {
  background: #000 0 0 / 18px;
}

.h-login .header-btn2 {
  color: #fff;
  text-transform: uppercase;
  transition: all .5s ease-in-out;
}

.h-login .header-btn2:hover {
  color: #e65f1f;
}

.search-img img {
  width: 26px;
}

.header-div {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.first-sec {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
}

.h-btn-outer {
  margin-right: 40px;
}

.sec-sec {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  display: flex;
}

.logo-outer {
  z-index: 999;
  margin-right: 30px;
  position: absolute;
  top: -20px;
  left: 0;
}

.h-login {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.nav-items {
  padding-left: 150px;
}

.footer-div ul li a:hover {
  opacity: .9;
}

.logo-outer a img {
  border-radius: 25px;
  box-shadow: 0 2px 6px #0000001a;
}

.dropdown-menu a:hover {
  background: #e65f1f;
  color: #fff !important;
}

.dropdown-menu button:hover {
  color: #fff !important;
  background: #e65f1f !important;
}

.header-btn2 span {
  background: url("../media/acountholder.f1ce1372.svg") center no-repeat;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 2px;
  background-size: 16px !important;
  width: 20px !important;
  height: 20px !important;
}

.header-div .mobile-menu-overlay .close-btn {
  cursor: pointer;
  background: url("../media/white-closeic.efb6f44e.svg") center / 30px no-repeat;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 0;
}

.mobile-header {
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.mobile-header .h-logo {
  position: absolute;
  top: 0;
  left: 0;
}

.mobile-header .h-login {
  top: 6px;
}

.h-login .search-img {
  display: none;
}

@media (width >= 768px) {
  .header-div.mob {
    display: none;
  }
}

@media (width <= 767px) {
  .header-top .header-div.desk {
    display: none;
  }

  .header-top .header-div.mob {
    display: block;
  }

  .hamburger-icon {
    cursor: pointer;
    z-index: 99;
    padding: 10px;
    position: relative;
  }

  .mobile-menu-overlay {
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
    background: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    transition: transform .3s, opacity .3s;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
  }

  .mobile-menu-overlay.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .close-btn {
    cursor: pointer;
    background: none;
    border: none;
    font-size: 32px;
    position: absolute;
    top: 42px;
    right: 30px;
  }

  .mobile-menu-overlay ul {
    text-align: center;
    margin-top: 40px;
    padding: 0;
    list-style: none;
  }

  .mobile-menu-overlay li {
    margin: 10px 0;
    font-size: 24px;
  }

  .mobile-menu-overlay a {
    color: #e65f1f;
    text-decoration: none;
  }

  .mobile-menu-overlay a span {
    color: #fff;
    width: 100%;
    display: inline-block;
  }

  .mobile-menu-overlay a:hover span {
    color: #e65f1f;
  }

  .hamburger-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .header-div.mob {
    height: 40px;
    position: relative;
  }

  .mobile-menu-overlay a.main-btn, .mobile-menu-overlay li span {
    color: #fff;
  }
}

@media (width <= 1024px) {
  .header-top .nav-items li a {
    margin-inline: 20px;
  }
}

@media (width <= 900px) {
  .logo-outer img {
    width: 94px;
  }

  .nav-items {
    padding-left: 114px;
  }

  .header-top .nav-items li a {
    margin-inline: 14px;
  }

  .h-login {
    gap: 10px;
  }
}


/* [project]/src/app/styles/home.css [app-client] (css) */
@font-face {
  font-family: Titillim-Bold;
  src: url("../media/Titillium-Bold.6cbf6022.woff");
}

@font-face {
  font-family: Titillim-semiBold;
  src: url("../media/Titillium-Semibold.956660a8.woff");
}

@font-face {
  font-family: Titillim-light;
  src: url("../media/Titillium-Light.c108c996.woff");
}

@font-face {
  font-family: Titillimweb-regular;
  src: url("../media/Titillium-Light.c108c996.woff");
}

@font-face {
  font-family: Mulish;
  src: url("../media/Mulish-ExtraBold.373fdc3f.woff");
}

* {
  margin: 0;
  padding: 0;
  font-family: Titillim-light;
}

p {
  font-size: 18px;
}

a, button {
  transition: all .5s ease-in-out;
}

body {
  color: #000;
  background: #fff;
}

.containers {
  max-width: 1320px;
  margin-inline: auto;
}

.home-banner {
  flex-wrap: wrap;
  align-items: flex-end;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -40px 40px #000c, 0 20px 40px #000c;
}

.home-banner:after {
  content: "";
  z-index: 9;
  background: linear-gradient(to top, #000, #0000);
  width: 100%;
  height: 350px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-banner video {
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -40px 40px #000c, 0 20px 40px #000c;
}

.banner-div {
  z-index: 99;
  width: 100%;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.home-banner h1 {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px #0009, 0 0 10px #00000080, 0 0 20px #0006;
  max-width: 1200px;
  margin-inline: auto;
  font-family: Titillim-Bold;
  font-size: 50px;
  line-height: 1.1;
  position: relative;
}

.container-footer {
  width: 96%;
  margin-inline: auto;
}

.story-telling {
  padding: 80px 0 10px;
}

.story-div h2 {
  font-family: Titillim-Bold;
  font-size: 45px;
}

.primary-text-clr {
  color: #e65f1f;
  font-family: Titillim-Bold;
}

.latest-video {
  background: #000;
  padding-block: 80px;
}

.latest-div h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-family: Titillim-Bold;
  font-size: 40px;
}

.storyimg-sec {
  flex-wrap: wrap;
  width: 80%;
  margin-top: 100px;
  display: flex;
}

.story-img-wrapper:last-child {
  margin-right: 0;
}

.story-img-wrapper {
  width: 22.7%;
  margin-right: 3%;
}

.story-img-wrapper img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.lifeofcyle {
  background: url("../media/lifeofcylebg.15c000b2.jpg") bottom / cover no-repeat;
  padding-block: 100px;
}

.l-text h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 600;
}

.l-text p {
  color: #fff;
  font-size: 20px;
}

.l-imgcover {
  width: 100%;
  margin-bottom: 40px;
}

.l-imgcover img {
  object-fit: cover;
  width: 100%;
}

.lifewrapper {
  width: 80%;
  margin-inline: auto;
}

.subs-sec {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 140px;
  position: relative;
  box-shadow: inset 0 -40px 40px #000c, 0 20px 40px #000c;
}

.subs-sec:after {
  content: "";
  z-index: 9;
  background: linear-gradient(to top, #000c 0%, #fff3 80%, #fff0 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.subs-div {
  z-index: 99;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.subdiv1 {
  width: 100%;
}

.subdiv1 h4 {
  margin-bottom: 30px;
  font-family: Titillim-Bold;
  font-size: 31px;
  line-height: 1.1;
}

.subdiv2 {
  width: 45%;
  position: relative;
}

.sub-imgouter img {
  width: 100%;
}

h4 {
  color: #fff;
  font-size: 35px;
  line-height: normal;
}

.subs-div a.main-btn {
  margin-top: 40px;
}

.v-channel {
  padding-top: 80px;
}

.s-form-sec .error-msg {
  color: red;
}

.s-form-sec .popup-box button {
  color: #fff;
  background: #e65f1f;
  border: 1px solid #e65f1f;
  border-radius: 0;
  padding: 8px 20px;
  transition: all .5s ease-in-out;
}

.s-form-sec .popup-box button:hover {
  color: #e65f1f;
  background: none;
}

.plan-col button.free-planbtn {
  pointer-events: none;
}

.topper-vc {
  padding-bottom: 8px;
}

.topper-vc h5 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Titillim-semiBold;
  font-size: 23px;
}

.bh-div {
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 30px auto 0;
  display: flex;
}

.btc-img-wrapper:last-child {
  margin-right: 0;
}

.btc-img-wrapper {
  width: 32.3%;
  margin-right: 1.5%;
}

.btc-img-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bottom-cs {
  text-align: center;
  padding: 30px 0 80px;
}

.bottom-cs p {
  text-transform: capitalize;
  font-family: Titillim-semiBold;
  font-size: 30px;
}

.behind-scenes .topper-vc {
  justify-content: center;
  display: flex;
}

.behind-scenes .topper-vc a {
  color: #e65f1f;
  text-transform: uppercase;
  background: url("../media/arrowdown-line.36bca72d.svg") 100% 21% no-repeat;
  padding-right: 40px;
  font-family: Titillim-semiBold;
}

.behind-scenes {
  background: #000;
  padding-top: 80px;
}

.vc-grid {
  flex-wrap: wrap;
  margin-top: 30px;
  display: flex;
}

.v-cardimg img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.btc-img-wrapper.carouselclass > div, .btc-img-wrapper.carouselclass > div img {
  width: 100%;
  height: 100%;
}

.vedio-channel-card {
  width: 32%;
  height: inherit;
  margin-bottom: 50px;
  margin-right: 2%;
  position: relative;
}

.vedio-channel-card:last-child {
  margin-right: 0;
}

.watch-page .vedio-channel-card .v-textsec {
  padding-bottom: 20px;
  position: relative;
}

.watch-page .vedio-channel-card .v-textsec .actions {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.v-textsec h4 {
  color: #e65f1f;
  font-family: Titillim-semiBold;
  font-size: 18px;
  display: none;
}

.v-textsec h5 {
  color: #000;
  margin: 20px 0 10px;
  font-family: Titillim-semiBold;
  font-size: 20px;
  line-height: 1;
}

.v-textsec h6 {
  color: #97b7c9;
  font-size: 16px;
}

.v-card {
  position: relative;
}

.v-card p {
  color: #fff;
  font-size: 12px;
}

.v-textsec {
  margin-top: 20px;
}

.playbtn-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-inline: 10px;
  display: flex;
  position: absolute;
  bottom: 16px;
}

.play-btn {
  cursor: pointer;
}

.playbtn-div p {
  color: #fff;
  font-size: 12px;
}

.logo-imgs {
  width: 10%;
  padding-inline: 20px;
}

.logo-imgs img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.s-logo-sec {
  flex-wrap: wrap;
  margin-top: 70px;
  display: flex;
}

.bhs-left {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  display: flex;
}

.exp-tabs-sec .see-all {
  color: #e65f1f;
  margin-left: 20px;
  font-family: Titillim-semiBold;
}

.exploresec {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.right-arrow {
  margin-left: 20px;
}

.exploresec h5 {
  width: 140px;
  font-family: Titillim-Bold;
  font-size: 24px;
}

.exp-tabs-sec {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.exp-links .btn-link {
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 10px 18px;
  line-height: normal;
  transition: all .5s ease-in-out;
  display: inline-block;
}

.exp-links .btn-link:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.exploresec .exp-links {
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 150px);
  display: flex;
}

.exp-end {
  flex-wrap: wrap;
  align-items: center;
  width: 150px;
  display: flex;
}

.footer-outer {
  background: #000;
  padding: 60px 0 20px;
}

.footer-div h4 {
  margin-bottom: 12px;
  font-family: Titillimweb-regular;
  font-size: 18px;
  font-weight: bold;
}

.footer-div {
  color: #fff;
  flex-wrap: wrap;
  margin-bottom: 70px;
  display: flex;
}

.fot-2 {
  justify-content: center;
  width: 30%;
  display: flex;
}

.fot-3 {
  width: 40%;
  padding-right: 20px;
}

.fot-4 {
  width: 30%;
  padding-left: 20px;
}

.footer-div ul li a {
  margin-bottom: 10px;
  font-size: 17px;
  display: inline-block;
}

.footer-div ul li a:hover {
  color: #e65f1f;
}

.footer-div p {
  font-size: 17px;
}

.footer-outer form.newsletter-form {
  flex-wrap: wrap;
  margin-block: 20px;
  display: flex;
  position: relative;
}

.footer-outer form.newsletter-form button {
  cursor: pointer;
  text-transform: uppercase;
  background: #e65f1f;
  border: 1px solid #e65f1f;
  padding: 12px 17px;
  font-family: Titillim-Bold;
  font-size: 16px;
  transition: all .5s ease-in-out;
  position: absolute;
  right: 0;
}

.footer-outer form.newsletter-form button:hover {
  color: #fff;
  background: none;
}

.footer-outer form.newsletter-form input {
  border: 1px solid #838383;
  width: 100%;
  height: 50px;
  padding: 0 100px 1px 15px;
}

.footer-outer form.newsletter-form input:focus {
  border: 1px solid #838383;
  border-radius: 0 !important;
  outline: none !important;
}

.fot-3 h6 {
  margin-bottom: 20px;
  font-family: Titillimweb-regular;
  font-weight: bold;
}

.ss-outer {
  flex-wrap: wrap;
  display: flex;
}

.ss-sec {
  margin-top: 40px;
}

.ss-divs {
  margin-right: 12px;
}

.footer-copyright {
  color: #fff;
}

.footer-copyright ul li a {
  padding-inline: 20px;
  font-size: 15px;
}

.footer-copyright ul li a:hover {
  color: #e65f1f;
}

.footer-div .sub-textf p {
  font-size: 14px;
}

.footer-copyright ul li:last-child a {
  margin-right: 0;
}

.footer-copyright p {
  font-size: 15px;
}

.footer-copyright {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.copy-rightcol2 ul {
  flex-wrap: wrap;
  display: flex;
}

.copy-rightcol1 {
  flex-wrap: wrap;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.copy-text {
  padding-left: 20px;
}

.footer-copyright {
  border-top: .5px solid #353535;
  padding-top: 20px;
}

.latest-videos .vc-grid, .l-post .vc-grid {
  margin-top: 45px;
}

.watch-title {
  margin-top: 50px;
}

.v-cardimg video {
  width: 100%;
  height: 100%;
}

.play-btn {
  width: 22px;
}

.playbtn-div p {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  padding: 2px 5px;
  line-height: normal;
}

.watch-page .v-textsec h4, .watch-page .exploresec, .watch-page .topper-vc {
  display: none;
}

.watch-page .v-channel {
  padding-top: 0;
}

.watch-title h2 {
  text-align: center;
  margin-bottom: 30px;
  font-family: Titillim-Bold;
  font-size: 40px;
}

.watch-bottom-div {
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  display: flex;
}

.watch-search-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 80px auto 40px;
  display: flex;
}

.watch-search-container .search-input-wrapper {
  border: 1px solid #ccc;
  flex: 1;
  align-items: center;
  max-width: 300px;
  padding: 10px;
  display: flex;
}

.watch-search-container .search-input {
  border: none;
  outline: none;
  flex: 1;
  padding: 8px;
  font-size: 14px;
}

.watch-search-container input::placeholder {
  color: #000;
  font-size: 16px;
}

.watch-search-container .search-button {
  cursor: pointer;
  background: url("../media/black-otlined-search.3aa89e40.svg") center / contain no-repeat;
  border: none;
  width: 20px;
  height: 20px;
  font-size: 0;
}

.watch-search-container .filters {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.watch-search-container .dropdown {
  cursor: pointer;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url("../media/arr-down.dc255dee.svg") 90% / 20px no-repeat;
  border: 1px solid #ccc;
  width: 150px;
  height: 60px;
  padding: 8px 14px;
  font-size: 15px;
  border-radius: 0 !important;
}

select.dropdown:focus {
  border-radius: 0 !important;
  outline: none !important;
}

a.seeall-videos {
  color: #000;
  border: 1px solid #000;
  padding: 10px 18px;
  line-height: normal;
  transition: all .5s ease-in-out;
  display: none;
}

a.seeall-videos:hover {
  color: #fff;
  background: #000;
}

.watch-page a.seeall-videos {
  width: fit-content;
  margin: 40px auto 80px;
  display: block;
}

.wv-btns {
  margin-bottom: 50px;
}

.f-latest-vedio .v-cardimg .thumbnail-div {
  width: 100% !important;
  height: 100% !important;
}

button.pay-on.download-active-class {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background: #e65f1f 0 0 / 18px;
  border: 1px solid #e65f1f;
  padding: 12px 17px;
  font-family: Titillim-Bold;
  font-weight: 600;
  transition: all .5s ease-in-out;
  display: inline-block;
}

button.pay-on.download-active-class:hover {
  color: #e65f1f;
  background: #000;
  border: 1px solid #000;
}

.copy-rightcol2 {
  align-items: center;
  display: flex;
}

.video-info .wv-btns .containers {
  width: 100%;
}

.left-img video {
  width: 100%;
  height: 100%;
}

.video-card {
  color: #222;
  width: 100%;
  margin: 40px auto;
  font-family: Arial, sans-serif;
}

.video-thumbnail {
  border-radius: 8px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.video-thumbnail img {
  border-radius: 8px;
  width: 100%;
  display: block;
}

.video-overlay {
  box-sizing: border-box;
  background: linear-gradient(to top, #000000b3, #0000);
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
}

.video-progress-bar {
  background: #ccc;
  height: 4px;
  margin-bottom: 10px;
}

.video-progress-bar .progress {
  background-color: red;
  width: 40%;
  height: 100%;
}

.video-controls {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.play-button, .fullscreen-button {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 20px;
}

.video-info {
  margin-top: 25px;
}

.video-title {
  font-size: 1.4rem;
  font-weight: 600;
}

.video-meta {
  color: #777;
  margin: 5px 0 10px;
  font-size: .85rem;
}

.video-actions {
  gap: 15px;
  margin-bottom: 10px;
  display: flex;
}

.video-actions button {
  color: #444;
  cursor: pointer;
  background: none;
  border: none;
  font-size: .95rem;
}

.watch-inner {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-block: 100px;
  display: flex;
}

.watch-inner > div {
  width: 65%;
}

.watch-inner > div:last-child {
  width: 25%;
}

.sidebar-listing h3 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}

.small-vedio-item {
  flex-wrap: wrap;
  margin-bottom: 20px;
  display: flex;
}

.small-vedio-item .thumbnail img {
  object-fit: cover;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
}

.small-vedio-item .thumbnail {
  width: 25%;
}

.small-vedio-item .text-content {
  width: 75%;
  padding-left: 10px;
}

.small-vedio-item h5 {
  margin-bottom: 7px;
  font-family: Titillim-semiBold;
  line-height: 1;
}

.small-vedio-item .thumbnail .thumb-span {
  display: none;
}

.small-vedio-item p {
  color: #4d83fa;
  font-size: 12px;
}

.submit-page .containers {
  max-width: 1100px;
}

.story-sec {
  margin: 80px 0;
}

.apply-sec {
  margin-bottom: 80px;
}

.story-div, .apply-div {
  text-align: center;
  margin-inline: auto;
}

.story-sec h3, .apply-div h3, .acc-outer h3 {
  text-align: center;
  margin: 0 0 54px;
  font-family: Titillim-Bold;
  font-size: 44px;
  line-height: 1;
}

.sub-form-div h4 {
  text-align: center;
  color: #000;
  margin: 0 0 45px;
  font-family: Titillim-Bold;
  font-size: 25px;
}

.acc-outer {
  margin-block: 80px;
}

.sub-form-div .form {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.sub-form-div .row {
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
}

.sub-form-div .field {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.sub-form-div label {
  margin-bottom: 5px;
  font-family: Titillimweb-regular;
  font-size: 16px;
}

.sub-form-div .required {
  color: red;
  margin-left: 2px;
}

.sub-form-div input, .sub-form-div textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px;
  font-family: Titillimweb-regular;
  font-size: 16px;
}

.sub-form-div input:focus, .sub-form-div textarea:focus {
  border-radius: 0 !important;
  outline: none !important;
}

.sub-form-div input::placeholder, .sub-form-div textarea::placeholder {
  color: silver;
}

.sub-form-div textarea {
  resize: vertical;
  min-height: 120px;
}

.sub-form-div .form-submit {
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  background: #000;
  border: 1px solid #000;
  width: fit-content;
  margin: 20px auto 0;
  padding: 12px 17px;
  font-family: Titillim-Bold;
  font-size: 16px;
  font-weight: 600;
  transition: all .5s ease-in-out;
}

.sub-form-div .form-submit:hover {
  color: #000;
  background: none;
  border: 1px solid #000;
}

.sub-form-div .sub-form-div button:hover {
  background-color: #444;
}

.submit-page p {
  color: #000;
  font-family: Titillimweb-regular;
}

.sub-form-div {
  background: #fafafa;
  padding: 70px 25px;
}

.apply-div a {
  font-weight: bold;
  text-decoration: underline;
}

.apply-div a:hover {
  text-decoration: none;
}

.acc-submit {
  border-radius: 5px;
}

.watch-div1 .video-card {
  margin-top: 0;
}

.acc-submit .accordion-item {
  background: #f5f5f5;
  transition: all .5s ease-in-out;
}

.accordion-item .arrow {
  background: url("../media/arr-down.dc255dee.svg") center / contain no-repeat;
  width: 20px;
  height: 20px;
  transition: transform .3s;
}

.accordion-item.active .arrow {
  transform: rotate(180deg);
}

.accordion-item .arrow {
  font-size: 0;
}

.accordion-header {
  text-align: left;
  cursor: pointer;
  background-color: #efefef;
  border: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding: 22px 16px;
  font-size: 19px;
  font-weight: 600;
  display: flex;
}

.accordion-item .accordion-body {
  color: #333;
  background: #f5f5f5;
  margin-bottom: 20px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 1.5;
}

.arrow {
  margin-left: 10px;
  font-size: 12px;
}

.contactpage-outer {
  margin: 100px 0;
}

.contactpage-outer h3 {
  text-align: center;
  margin: 0 0 30px;
  font-family: Titillim-Bold;
  font-size: 40px;
}

.c-email-outer {
  text-align: center;
}

.contact-card h4 {
  text-align: center;
  color: #000;
  text-align: left;
  margin: 0 0 15px;
  font-family: Titillim-Bold;
  font-size: 24px;
}

.c-map-outer {
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 20px;
  font-weight: 600;
  display: flex;
}

.c-phone-outer {
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  display: flex;
}

.workwith, .collab, .sayh1 {
  margin-bottom: 40px;
}

.c-email-outer {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-bottom: 50px;
  display: flex;
}

.c-map-outer h6, .c-phone-outer h6 {
  font-weight: 600;
}

.privacy-div h3 {
  text-align: left;
  margin: 0 0 30px;
  font-family: Titillim-Bold;
  font-size: 40px;
}

.privacy-listing {
  margin-top: 20px;
}

.privacy-listing li {
  margin-bottom: 10px;
  font-size: 17px;
}

.privacy-listing li span {
  display: block;
}

.privacy-detailed {
  margin-top: 20px;
}

.privacy-detailed p {
  margin-bottom: 10px;
}

.privacy-div p {
  color: #000;
  margin-bottom: 16px;
  font-family: Titillimweb-regular;
}

.helppage h6 {
  margin: 30px 0 10px;
  font-family: Titillim-Bold;
  font-size: 20px;
}

.terms-div h4 {
  color: #000;
  margin: 30px 0 10px;
  font-family: Titillim-Bold;
  font-size: 27px;
}

.possible-sec {
  background: url("../media/imposible-bg.62c4fbc9.png") bottom / cover no-repeat;
  padding-block: 80px;
}

.about-intro {
  background: #fff;
  padding: 80px 0;
}

.about-intro h2 {
  color: #000;
  text-align: center;
  margin: 0;
  max-width: 1000px;
  margin-inline: auto;
  font-family: Titillim-Bold;
  font-size: 40px;
  line-height: 1.1;
}

.about-sec-div {
  padding: 0;
}

.about-card h5 {
  text-align: center;
  margin-bottom: 70px;
  font-family: Titillim-Bold;
  font-size: 42px;
  line-height: 1;
}

.about-sec-div .about-card {
  color: #fff;
  background: #000;
  width: 100%;
  padding-block: 80px;
}

.about-sec-div .about-card:nth-child(2n) {
  color: #000;
  background: #fff;
}

.about-content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-col {
  width: 100%;
}

.about-col img {
  width: 100%;
  height: 100%;
}

.about-content p img {
  width: 100%;
  display: block;
}

.about-content > div {
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-sec-div .about-card:nth-child(2n) .about-content > div {
  flex-direction: row;
}

.about-content > div p:first-child {
  width: 53%;
}

.about-content > div p:nth-child(2) {
  width: 42%;
}

.impact-sec h2 {
  text-align: center;
  margin-bottom: 30px;
  font-family: Titillim-Bold;
  font-size: 42px;
}

.impact-sec {
  padding-bottom: 80px;
}

.impact-div {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.impact-div1, .impact-div2 {
  width: 48%;
}

.impact-div1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.impact-sec h3 {
  text-align: center;
  margin-bottom: 30px;
  font-family: Titillim-Bold;
  font-size: 30px;
}

.about-slider {
  width: 100%;
}

.slider-controls button:hover {
  cursor: pointer;
}

.slider-card {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 30px 20px;
}

.possible-sec {
  color: #fff;
  position: relative;
}

.possible-sec:after {
  content: "";
  background: linear-gradient(#0000004d);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.possible-sec > * {
  z-index: 99;
  position: relative;
}

.possible-sec h2 {
  margin-bottom: 20px;
  font-family: Titillim-semiBold;
  font-size: 34px;
  line-height: 1;
}

.possible-sec p {
  max-width: 500px;
}

.possible-sec a {
  color: #fff;
  background-color: #e65f1f;
  border: 1px solid #e65f1f;
  margin-top: 20px;
  padding: 12px 17px;
  font-family: Titillim-Bold;
  font-size: 16px;
  display: inline-block;
}

.possible-sec a:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #e65f1f;
}

.quote-outer {
  margin-bottom: 30px;
}

.slider-card h6 {
  margin-bottom: 20px;
  font-weight: 600;
}

.slider-controls {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

.slider-card p {
  font-style: italic;
}

.post-banner {
  margin: 80px 0;
}

.post-banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.common-btn {
  border: 1px solid #ccc;
  padding: 10px 18px;
  line-height: normal;
  display: inline-block;
}

.button-scrll-outer .common-btn {
  margin-right: 10px;
}

.button-scrll-outer {
  max-width: 839px;
  margin-bottom: 50px;
  padding-bottom: 10px;
  display: flex;
  overflow: auto;
}

.button-scrll-outer::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.button-scrll-outer.active-grab {
  cursor: grabbing;
}

.button-scrll-outer::-webkit-scrollbar {
  height: 5px;
}

.button-scrll-outer a {
  white-space: nowrap;
}

.top-div-post {
  position: relative;
}

.button-scrll-outer1 {
  white-space: nowrap;
  scroll-behavior: smooth;
  cursor: grab;
  user-select: none;
  width: 80%;
  padding-bottom: 5px;
  overflow-x: auto;
}

.button-scrll-outer1::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.button-scrll-outer1.active-grab {
  cursor: grabbing;
}

.button-scrll-outer1::-webkit-scrollbar {
  height: 6px;
}

.post-grid .tab-container {
  position: relative;
}

.tab-header {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.tab-container .tab-header .tab-btn {
  cursor: pointer;
  background: none;
  border: 1px solid #dedede;
  outline: none;
  padding: 20px 30px;
  font-size: 0;
  transition: all .3s;
}

.tab-container .tab-header .tab-btn:nth-child(2).active {
  background: #000 url("../media/tab1-hover.25824354.svg") center / 20px no-repeat;
}

.tab-container .tab-header .tab-btn:nth-child(2) {
  background: url("../media/tab1.69f505e2.svg") center / 20px no-repeat;
}

.tab-container .tab-header .tab-btn:first-child.active {
  background: #000 url("../media/tab2.1b1174b3.svg") center / 20px no-repeat;
}

.tab-container .tab-header .tab-btn:first-child {
  background: #fff url("../media/tab2-hover.9e0d41e5.svg") center / 20px no-repeat;
}

.tab-btn:hover {
  background: #f5f5f5;
}

.tab-btn.active {
  border-bottom: 2px solid #0070f3;
  font-weight: bold;
}

.tab-content {
  border-top: none;
  min-height: 80px;
  margin-top: 80px;
}

.fade-in {
  animation: .4s fadeEffect;
}

.actions {
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
}

.post-grid .tab-header {
  position: absolute;
  top: -138px;
  right: 0;
}

.post-tab2 .v-cardimg img {
  aspect-ratio: unset;
}

.post-tab2 .v-cardimg {
  height: 100%;
}

.post-tab2 .v-cardimg a {
  height: 100% !important;
}

.post-tab2 .v-cardimg a img {
  object-fit: cover;
  height: 100%;
}

.actions > div:last-child {
  padding-right: 0;
}

.actions > div {
  border-right: 1px solid #7f7f7f;
}

.actions > div:last-child, .post-tab1 .actions > div:nth-child(3) {
  border-right: none;
}

.actions > div:first-child {
  justify-content: flex-start;
}

.actions > div {
  justify-content: center;
}

.actions .comments, .post-tab1 .vedio-channel-card p {
  display: none;
}

.post-tab2 .vedio-channel-card {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.post-tab2 .vedio-channel-card .v-card {
  width: 40%;
}

.post-tab2 .vedio-channel-card .vc-contenttext {
  width: 55%;
}

.post-tab2 .actions .comments {
  display: flex;
}

.post-tab2 .actions > div {
  justify-content: center;
}

.post-tab2 .actions > div:first-child {
  justify-content: flex-start;
}

.post-tab2 {
  width: 80%;
}

.load-content {
  flex-wrap: wrap;
  justify-content: center;
  margin-block: 60px;
  display: flex;
}

.post-grid {
  margin-bottom: 50px;
}

.common-btn.highlighted {
  color: #fff;
  background: #9a9a9a;
}

.common-btn.highlighted1, .common-btn:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

.sub-pri {
  text-align: center;
  padding: 80px 0;
}

.sub-pri p {
  margin-inline: auto;
}

.sub-pri p a {
  font-family: Titillim-semiBold;
  position: relative;
}

.sub-pri p a:after {
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.sub-pri p a:nth-child(3) {
  margin-left: 1px;
}

.sub-pri p a:nth-child(3):after {
  width: 96%;
}

.sub-pri p a:hover {
  color: #e65f1f;
}

.sub-pri p a:hover:after {
  background: #e65f1f;
}

.sub-intro .post-banner {
  margin: 0 0 20px;
}

.sub-intro {
  text-align: center;
  padding: 80px 0 40px;
}

.select-btn {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  border-radius: 0;
  margin: 30px 0 0;
  padding: 8px 80px;
  font-size: 14px;
  transition: all .5s ease-in-out;
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.select-btn:hover {
  color: #000;
  cursor: pointer;
  background: none;
  border: 1px solid #000;
}

.rec-sec2 p {
  font-size: 16px;
}

.rec-sec2 h4 {
  color: #000;
  margin: 10px 0 15px;
  font-family: Titillim-Bold;
  font-size: 48px;
}

a.select-btn:hover {
  color: #000;
  background: none;
}

.rec-row {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.rec-col1 {
  text-align: center;
  width: 33%;
  height: inherit;
  margin-right: 1.5%;
  padding-top: 24px;
  position: relative;
}

.rec-col1:last-child {
  margin-right: 0;
}

.rec-col1:last-child .rec-sec1 {
  background: none;
}

.rec-sec2 {
  border: 1px solid #c7c7c7;
  height: 100%;
  padding: 20px 30px 120px;
  position: relative;
}

.rec-sec1 {
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.choose-sub h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 35px;
}

.rec-sec1 h6 {
  color: #e65f1f;
  font-family: Titillim-semiBold;
}

.sub-list-outer {
  background: #000;
  width: 100%;
  padding: 80px 0;
}

.list-col {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.sub-card {
  text-align: center;
  background: #fff;
  width: 23.8%;
  margin-bottom: 20px;
  margin-right: 1.6%;
  padding: 20px 0 40px;
}

.sub-card h4 {
  color: #000;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: bold;
  text-decoration: underline;
}

.sub-card:nth-child(4n) {
  margin-right: 0;
}

.s-card img {
  object-fit: cover;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.sub-payment-outer {
  color: #fff;
  background-color: #000;
  width: 100%;
}

.sub-card h5 {
  color: #5d5d5d;
  margin-bottom: 10px;
  font-family: Titillim-semiBold;
  font-size: 24px;
}

.sub-payment-outer {
  padding: 80px 0;
}

.plan-row {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.plan-col {
  border: 1px solid #333;
  width: 30%;
  padding: 20px 20px 200px;
  position: relative;
}

.plan-col button {
  width: 90%;
  font-family: Titillim-Bold;
  transition: all .5s ease-in-out;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.plan-col button.btn-primary {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

.plan-col button.btn-primary.currentclass {
  color: #999;
  cursor: default;
  background: #ddd;
  border: none;
}

.plan-col button.btn-primary.currentclass:hover {
  color: #999;
  background: #ddd;
  border: none;
}

.plan-col button.btn-primary:hover {
  color: #000;
  background: none;
}

.plan-col button.free-planbtn:hover {
  color: #fff;
  cursor: pointer;
  background: #000;
}

.dots-outer {
  display: none;
}

.free-plan {
  color: #000;
  background: #fff;
}

.plan-col.free-plan {
  margin-right: 1.5%;
}

.paid-plan {
  color: #000;
  background: #fff;
}

a.back-btn.on-paynent1 {
  display: none;
}

.plan-title {
  color: #000;
  margin-bottom: 10px;
  font-family: Titillimweb-regular;
  font-size: 18px;
  font-weight: bold;
}

.paid-plan .plan-title {
  color: #000;
  margin-bottom: 30px;
}

.plan-price {
  margin-bottom: 15px;
  font-family: Mulish;
  font-size: 40px;
  font-weight: bold;
}

.plan-features {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}

.plan-features li, .plan-col.paid-plan ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  font-family: Titillim-semiBold;
  font-size: 18px;
  list-style: none;
  position: relative;
}

.plan-features li:before, .plan-col.paid-plan ul li:before {
  content: "✔";
  color: green;
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  top: 5px;
  left: 0;
}

.free-plan .plan-features li:before {
  color: #000;
}

.price-input {
  align-items: center;
  width: fit-content;
  margin-bottom: 10px;
  display: flex;
}

.price-input input {
  text-align: center;
  border: 1px solid #000;
  width: 60px;
  height: 44px;
  outline: none !important;
}

.toggle-options {
  gap: 20px;
  margin-bottom: 15px;
  display: flex;
}

.toggle-options input {
  margin-right: 7px;
}

.free-planbtn {
  color: #999;
  background: #ddd;
  border: none;
  width: 100%;
  padding: 10px;
}

.btn-primary {
  color: #000;
  cursor: pointer;
  background: #fff;
  border: none;
  width: 100%;
  padding: 10px;
  font-weight: bold;
}

.btn-primary:hover {
  color: #fff;
  background: none;
}

a.back-btn.on-paynent2 {
  color: #fff;
}

.price-input span {
  padding: 10px;
}

.price-input span:nth-child(2) {
  padding: 10px 25px 10px 10px;
}

.post-intro h3 {
  margin-bottom: 38px;
  font-family: Titillim-Bold;
  font-size: 40px;
  line-height: 1;
}

.post-intro p {
  margin-bottom: 20px;
}

.plans h3 {
  text-align: center;
  margin-bottom: 30px;
  font-family: Titillim-Bold;
  font-size: 25px;
}

.primary-col {
  padding-block: 80px;
}

.subscriptionpage p {
  font-family: Titillimweb-regular;
}

.sub-card h3 {
  margin: 10px auto 12px;
  font-size: 20px;
}

.sub-card p {
  width: 90%;
  margin-inline: auto;
}

.s-card {
  padding-inline: 3px;
}

.listing-text p {
  color: #fff;
}

.listing-text {
  margin-bottom: 30px;
}

.listing-text a {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.listing-text a:before {
  content: "<";
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.plans {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slider {
  width: 300%;
  transition: transform .5s ease-in-out;
  display: flex;
}

.slide {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
}

.reccomented-plans {
  margin-top: 20px;
}

.rec-row {
  gap: 20px;
  display: flex;
}

.rec-sec1 h6 {
  margin: 0;
  font-size: 14px;
}

.regular-active .sub-list-outer {
  display: none;
}

.primary {
  text-align: center;
}

.latest-div {
  color: #fff;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.latest-post-div .latest-video-outer h4 {
  color: #000;
}

.l-vedio {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.l-v1 {
  aspect-ratio: 16 / 9;
  width: 48%;
  position: relative;
}

.l-v2 {
  width: 50%;
  padding-left: 40px;
}

.ved-details {
  align-items: center;
  margin: 12px 0;
  display: flex;
}

.latest-div .play-time {
  color: #000;
  background: #fff;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 14px;
}

.latest-div .play-time span {
  line-height: normal;
}

.ved-details p {
  font-size: 13px;
  line-height: normal;
}

.ved-details .separator {
  background: #fff;
  width: 1px;
  height: 12px;
  margin-inline: 10px;
}

.latest-video-outer h4 {
  font-family: Titillim-semiBold;
  font-size: 24px;
}

a.watch-morevedios {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
  margin: 30px auto 0;
  padding: 7px 10px;
  font-family: Titillim-semiBold;
  display: inline-block;
}

a.watch-morevedios:hover {
  color: #fff;
  background: none;
}

a.watch-moreposts {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  margin: 30px auto 0;
  padding: 7px 10px;
  font-family: Titillim-semiBold;
  display: inline-block;
}

a.watch-moreposts:hover {
  color: #000;
  background: #fff;
}

a.view-insta {
  color: #000;
  margin: 30px auto 0;
  background: #fff 0 0 / 20px;
  border: 1px solid #fff;
  margin-right: 1.5%;
  padding: 12px 17px;
  font-family: Titillim-Bold;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

a.view-insta:hover {
  color: #fff;
  background: #000 0 0 / 20px;
}

.playbtn-div1 {
  justify-content: space-between;
  width: 96%;
  margin-inline: auto;
  display: flex;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.playbtn-div2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-inline: auto;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.play-time {
  background: #000000b3;
  border-radius: 5px;
  padding: 4px 12px;
  line-height: normal;
}

.play-time p {
  font-size: 12px;
}

.btn-outer {
  text-align: center;
}

.l-post {
  padding-block: 80px;
}

.latest-post-div h3 {
  text-align: center;
  margin-bottom: 70px;
  font-family: Titillim-Bold;
  font-size: 54px;
}

.behind-scenes h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 70px;
  font-family: Titillim-Bold;
  font-size: 54px;
}

.l-post-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.l-postcol1 {
  width: 40%;
}

.l-postcol2 {
  width: 60%;
  padding-left: 30px;
}

.l-post-row h4 {
  color: #000;
}

.l-post-row .ved-details .separator {
  background: #000;
}

.bhs-left h5 {
  color: #fff;
  text-transform: lowercase;
}

.main-btn1 {
  color: #fff;
  text-transform: uppercase;
  background: #e65f1f 0 0 / 18px;
  border: 1px solid #e65f1f;
  margin: 20px 0 0;
  padding: 12px 17px;
  font-family: Titillim-Bold;
  font-size: 16px;
  font-weight: 600;
  transition: all .5s ease-in-out;
  display: inline-block;
}

.main-btn1:hover {
  color: #fff;
  background: #000;
  border: 1px solid #e65f1f;
}

.footer-outer .main-btn1:hover {
  border: 1px solid #e65f1f;
}

.latest-videos {
  background: #000;
  padding: 80px 0 0;
}

.latest-videos h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 70px;
  font-family: Titillim-Bold;
  font-size: 54px;
  line-height: normal;
}

.latest-video-list > div {
  flex-wrap: wrap;
  display: flex;
}

.latest-div:nth-child(4n) {
  margin-right: 0;
}

.latest-video-outer p {
  color: #fff;
}

a.latest-videosbtn {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
  margin-top: 30px;
  padding: 12px 17px;
  font-family: Titillim-Bold;
  font-size: 16px;
  display: inline-block;
}

a.latest-videosbtn:hover {
  color: #fff;
  background: #000;
  border: 1px solid #fff;
}

.l-btn-outer {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.l-post .latest-video-outer p {
  color: #000;
}

.playbtn-div2 span {
  color: #000;
  background: #fff;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: normal;
}

.latest-video-list .latest-div {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.l-v1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.v-textsec1 h4 {
  color: #fff;
  font-size: 18px;
}

.latest-plays {
  color: #fff;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  display: flex;
}

.latest-plays h6 {
  font-size: 14px;
}

.saperater-l {
  background: #fff;
  width: 1px;
  height: 14px;
  margin-inline: 5px;
  line-height: normal;
}

.v-textsec1 h4 {
  margin-top: 15px;
}

span.lat-v1 {
  text-transform: uppercase;
  background: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 12px;
  line-height: normal;
}

.latest-wrapp .v-textsec1 h4, .for-post .v-textsec1 h4, .for-post .latest-plays {
  color: #000;
}

.for-post .latest-plays h6 {
  font-family: Titillim-Bold;
}

.plans-slider {
  background: #f8f8f8;
  display: none;
}

.slide.containers.primary {
  padding: 40px 0 100px;
}

.plans-slider h3 {
  margin: 0 0 34px;
  font-family: Titillim-Bold;
  font-size: 22px;
}

.vc-grid-plan {
  flex-wrap: wrap;
  margin-top: 30px;
  display: flex;
}

.plan-cards {
  background: #fff;
  width: 23.8%;
  margin-bottom: 50px;
  margin-right: 1.5%;
  padding-inline: 4px;
}

.card-plnn-in {
  text-align: center;
  padding: 30px 8px;
}

a.back-btn.on-payment2 {
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}

.back-btn.on-paynent1 {
  margin-bottom: 20px;
}

.sub-list-outer.listing h1 {
  color: #fff;
  margin: 0 0 20px;
  font-size: 30px;
}

.sub-list-outer.listing p {
  color: #fff;
  margin-bottom: 30px;
}

.back-btn.on-paynent1 {
  cursor: pointer;
}

.sub-list-outer.listing .card-plnn-in p {
  color: #000;
}

.latest-video-list .playbtn-div1 {
  align-items: center;
}

.slider-static1, .slider-static2 {
  height: 0;
}

.one-time-active .slider-static1, .regular-active .slider-static2 {
  height: auto;
}

.slider-static1 {
  opacity: 0;
}

.one-time-active .slider-static1 {
  opacity: 1;
}

.back-btn:hover {
  opacity: .8;
}

.back-btn {
  padding-left: 25px;
  position: relative;
}

.back-btn:before {
  content: "";
  background: url("../media/left-arr.af23a36a.svg") center / contain no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.v-cardimg .p-outer img {
  aspect-ratio: 16 / 16;
  width: 22px;
  height: 22px;
}

.p-outer {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.latest-video-list .play-btn1 img {
  width: 22px;
  height: 22px;
}

.f-latest-vedio .v-cardimg span {
  line-height: 15px;
  color: #000 !important;
  background: #fff !important;
  font-size: 13px !important;
}

.f-latest-vedio .v-cardimg > div:first-child {
  aspect-ratio: 16 / 9;
}

.post-intro .Select img {
  width: 100%;
}

.post-intro {
  padding-block: 100px;
}

.thumbnail-div {
  aspect-ratio: 16 / 9;
  position: relative;
}

.watch-inner2 .thumbnail-div {
  aspect-ratio: unset;
  height: 100%;
}

.thumb-span {
  color: #000;
  background: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: 16px;
  right: 8px;
}

.post-inner1 {
  width: 65%;
}

.post-inner2 {
  width: 30%;
}

.post-in {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.top-m {
  margin-top: 2rem;
}

.post-tab2 .load-content .common-btn {
  color: #1c1c1c;
  cursor: pointer;
  border: 1px solid #1c1c1c;
  padding: 10px 40px 10px 18px;
  position: relative;
}

.post-tab2 .load-content .common-btn:hover {
  color: #fff;
  background: #1c1c1c;
}

.post-tab2 .v-textsec h5, .post-tab2 .v-textsec {
  margin-top: 0;
}

.post-tab2 .load-content .common-btn:after {
  content: "";
  background: url("../media/blackpointedarrow.a4ac1a98.svg") 87% / 16px no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.post-tab2 .load-content .common-btn:hover:after {
  background: url("../media/whitepointedarrow.2c8da45d.svg") 87% / 16px no-repeat;
  top: 50%;
  transform: translateY(-50%);
}

.post-in-div {
  padding: 100px 0 30px;
}

.post-in-div img {
  width: 100%;
  height: 100%;
}

.video-info h2 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.post-inner-div .video-actions {
  margin: 20px 0 50px;
}

.post-inner-div .video-actions button {
  border-right: 1px solid #000;
  align-items: center;
  gap: 5px;
  padding-right: 10px;
  display: flex;
}

.post-inner-div .contents {
  color: #000;
  margin-bottom: 50px;
  display: inline-block;
}

.post-inner-div .video-actions button:last-child {
  border-right: none;
}

.post-list {
  width: 70%;
}

.post-inner-div .post-imgs {
  margin-bottom: 40px;
}

.post-inner-div .post-imgs:last-child {
  margin-bottom: 0;
}

.post-imgs img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-area-sec h3 {
  margin-bottom: 20px;
  font-size: 26px;
}

.comment-outer {
  flex-wrap: wrap;
  display: flex;
}

.c-outer1 {
  width: 40px;
}

.c-outer2 {
  width: calc(100% - 40px);
  padding-left: 15px;
}

.c-outer-img {
  width: 40px;
  height: 40px;
}

.c-outer-img img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.c-outer2 {
  padding-left: 15px;
}

.client h6 {
  color: #000;
  font-family: Titillimweb-regular;
  font-size: 18px;
}

.client {
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
  display: flex;
}

.post-inner-div .c-outer2 .video-actions button {
  border-right: none;
}

.write textarea {
  border: 1px solid #9a9a9a;
  width: 100%;
  padding: 10px;
}

.client h5 {
  color: #9a9a9a;
  font-size: 18px;
}

.post-inner-div .c-outer2 .video-actions button span {
  color: #9a9a9a;
  font-size: 20px;
}

.post-inner-div .video-actions button span {
  color: #1c1c1c;
  font-family: Titillimweb-regular;
}

.post-inner-div .video-card, .post-inner-div .video-info {
  margin-top: 0;
}

.post-btns {
  scroll-behavior: smooth;
  gap: 10px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 30px;
  padding-bottom: 10px;
  display: flex;
  overflow-x: auto;
}

.post-btns::-webkit-scrollbar {
  height: 4px;
}

.post-btns::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.post-btns::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.post-btns::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.v-cardimg .play-btn img {
  aspect-ratio: 16 / 16;
}

.watch-bottom-div {
  scroll-behavior: smooth;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
  padding: 0 0 10px;
  display: flex;
  overflow-x: auto;
}

.watch-bottom-div::-webkit-scrollbar {
  height: 4px;
}

.watch-bottom-div::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.watch-bottom-div::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.watch-bottom-div::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.picture-banner {
  background: url("../media/post.c4469902.png") 0 24% / cover no-repeat;
  position: relative;
}

.picure-content {
  text-align: center;
}

.picure-content a {
  color: #fff;
  background-color: #e65f1f;
  border: 1px solid #e65f1f;
  margin-top: 20px;
  padding: 10px 20px;
  display: inline-block;
}

.picure-content p {
  font-family: Titillim-semiBold;
}

.picure-content a:hover {
  color: #e65f1f;
  background-color: #000;
  border: 1px solid #000;
}

.picure-content {
  color: #fff;
  max-width: 600px;
  margin-inline: auto;
  padding-bottom: 80px;
}

.picture-banner .post-in-div {
  z-index: 9;
  flex-wrap: wrap;
  align-items: flex-end;
  height: 80vh;
  padding: 0;
  display: flex;
  position: relative;
}

.picture-page .post-inner-div {
  padding-top: 40px;
}

.subscriptionpage .post-intro {
  padding: 0;
}

.plan-cards button {
  color: #5d5d5d;
  cursor: pointer;
  background: #e2e2e2;
  width: 100%;
  margin-top: 4px;
  padding: 20px 0;
  font-family: Titillim-semiBold;
  font-size: 23px;
}

.plan-cards button span {
  color: #1c1c1c;
  font-family: Titillim-Bold;
  font-size: 36px;
  font-weight: 900;
  text-decoration: underline;
  display: block;
}

.plan-row .toggle-options label {
  align-items: center;
  display: flex;
  position: relative;
}

.plan-row .toggle-options input[type="radio"] {
  display: none;
  position: relative;
}

.plan-row .toggle-options label:before {
  content: "";
  box-sizing: border-box;
  cursor: pointer;
  background: url("../media/black-radio-1.303dfad9.svg") 0 0 / 22px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  display: inline-block;
}

.plan-row .toggle-options label.active:before {
  background: url("../media/black-radio-2.919dc12a.svg");
  width: 22px;
  height: 22px;
  background-size: 22px !important;
}

.sucess-screen h1 {
  color: #74d085;
  margin-bottom: 30px;
  padding-right: 67px;
  font-family: Titillim-semiBold;
  font-size: 46px;
  position: relative;
}

.sucess-screen h1:after {
  content: "";
  background: url("../media/sucess-msg.1fc86acc.svg") 0 0 / contain no-repeat;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 5px;
  right: 0;
}

.seeall-videos {
  color: #fff;
  background: #000 url("../media/whitepointedarrow.2c8da45d.svg") 90% / 20px no-repeat;
  border: 1px solid #000;
  margin: 50px auto 0;
  padding: 7px 45px 7px 10px;
  font-family: Titillim-semiBold;
  display: inline-block;
}

.seeall-videos:hover {
  color: #000;
  background: #fff url("../media/blackpointedarrow.a4ac1a98.svg") 90% / 20px no-repeat;
}

.seeall-vedios-outer {
  text-align: center;
  margin-bottom: 80px;
}

.v-textsec .actions > div {
  width: auto;
}

.v-textsec .actions > div h6, .vedio-channel-card .actions h6 {
  color: #000;
  font-size: 16px;
  line-height: 1;
}

.actions > div {
  align-items: center;
  gap: 6px;
  width: auto;
  padding-inline: 10px;
  display: flex;
}

.actions > div:first-child {
  padding-left: 0;
}

.v-textsec .actions > div:last-child {
  justify-content: flex-end;
  padding-right: 0;
}

.watch-div1 .video-thumbnail {
  aspect-ratio: 16 / 9;
  border-radius: 0;
}

.watch-div1 .video-thumbnail video {
  aspect-ratio: 16 / 9;
  background: #000;
  width: 100%;
}

.video-info .video-actions button {
  border-right: 1px solid #7f7f7f;
  align-items: center;
  gap: 10px;
  padding-right: 20px;
  display: flex;
}

.video-info .video-actions {
  margin-bottom: 20px;
}

.video-info .video-actions button:last-child {
  border-right: none;
}

.video-info textarea {
  border: 1px solid #9a9a9a;
  border-radius: 0 !important;
  outline: none !important;
}

.dashboard-header {
  opacity: 0;
  display: none;
}

.dashboard-body .dashboard-header {
  opacity: 1;
  display: block;
}

.dashboard-body .header-top {
  opacity: 0;
  display: none;
}

.dashboard-header {
  background: #000;
  padding: 20px 20px 10px;
}

.post-innerpage .post-in-div {
  padding: 0;
}

.videoparagraph {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.video-info .videoparagraph .video-actions {
  margin-bottom: 0;
}

.videoparagraph p, .video-info .videoparagraph .video-actions button {
  font-size: 16px;
}

.videosection {
  border-right: 1px solid #7f7f7f;
  height: 24px;
  margin-right: 15px;
  padding-right: 15px;
  display: flex;
}

.videosection p {
  align-items: center;
  line-height: 1;
  display: flex;
}

.videosection p:first-child {
  padding-left: 0;
}

.comsection {
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.comsection small {
  margin-left: 20px;
}

.comsection > * {
  margin-bottom: 0;
  line-height: 1;
}

.commentsecs {
  align-items: center;
  gap: 20px;
  display: flex;
}

.video-info .top-m .commentsecs button {
  color: #9a9a9a;
  font-size: 17px;
}

.commentsecs button {
  color: #9a9a9a;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  font-size: 17px;
  display: flex;
}

.comsection small {
  color: #9a9a9a;
  font-size: 16px;
}

.comsection strong {
  color: #222;
  font-size: 16px;
  font-weight: normal !important;
}

.text-area-sec textarea {
  border: 1px solid #9a9a9a;
  padding: .5rem;
  border-radius: 0 !important;
  outline: none !important;
}

.c-email-outer a {
  font-weight: 600;
  font-size: 15px !important;
}

.commentssect {
  margin-bottom: 2rem !important;
}

.comment-div h3 {
  margin-bottom: 25px;
  font-family: Titillimweb-regular;
  font-size: 28px;
  line-height: 1;
}

button.post-content, .reply-write, .c-reply {
  color: #fff;
  cursor: pointer;
  background: #e65f1f;
  border: 1px solid #e65f1f;
  margin-top: 20px;
  padding: 10px;
}

button.post-content:hover, .reply-write:hover, .c-reply:hover {
  color: #e65f1f;
  cursor: pointer;
  background: none;
}

.i-btn-wrap {
  border-right: 1px solid #7f7f7f;
  align-items: center;
  margin-right: 15px;
  padding-right: 15px;
  display: flex;
}

.aboutpage .containers, .about-body .header-top .footer-outer .containers {
  max-width: 1000px;
}

.picture-page .picture-banner {
  position: relative;
}

.picture-page .picture-banner:after {
  content: "";
  background: linear-gradient(to top, #ffffff80, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.picture-page .picture-banner > * {
  z-index: 9;
  position: relative;
}

.post-innerpage .contents p img {
  margin-top: 80px;
}

.post-in-div img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.post-innerpage .post-in-div {
  height: 80vh;
}

.share-popup-overlay {
  z-index: 1000;
  background: #00000080;
  justify-content: center;
  align-items: center;
  animation: .3s ease-in-out fadeIn;
  display: flex;
  position: fixed;
  inset: 0;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  display: flex !important;
}

.share-popup {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  min-width: 500px;
  max-width: 600px;
  padding: 40px;
  animation: .3s ease-in-out slideUp;
  position: relative;
  box-shadow: 0 8px 20px #00000040;
}

.share-popup-overlay h3 {
  color: #000;
  text-align: left;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.share-popup-overlay p {
  text-align: left;
  margin-bottom: 10px;
  display: block !important;
}

.share-popup-overlay hr {
  color: #ececec;
  margin-block: 10px;
}

.share-input {
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  width: 100%;
  padding: 8px;
  font-size: 14px;
}

.share-buttons {
  justify-content: center;
  gap: 12px;
  display: flex;
}

.share-popup-overlay .btn {
  cursor: pointer;
  border: none;
  border-radius: 5px;
  padding: 8px 16px;
  font-size: 14px;
  transition: background .2s ease-in-out;
}

.share-popup-overlay .btn-primary {
  color: #fff;
  background: #0070f3;
}

.share-popup-overlay.btn-primary:hover {
  background: #0059c9;
}

.share-popup-overlay .btn-secondary {
  color: #333;
  background: #ccc;
}

.share-popup-overlay .btn-secondary:hover {
  background: #999;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.close-div {
  width: 100%;
  height: 30px;
}

.share-popup-overlay button.close-btn {
  float: right;
  cursor: pointer;
  background: url("../media/poupclose.c8ea3fd3.svg") center / 30px no-repeat;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 0;
}

.share-popup-overlay button.close-btn:hover {
  background: #ececec url("../media/poupclose.c8ea3fd3.svg") center / 30px no-repeat;
}

.share-popup-overlay .share-icons {
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 20px;
  display: flex;
}

.share-popup-overlay .share-icons button img {
  border-radius: 50%;
}

.share-popup-overlay .link-box {
  align-items: center;
  display: flex;
}

.share-popup-overlay button.copy-btn {
  cursor: pointer;
  background: #ececec;
  border-radius: 4px;
  margin-left: 2px;
  padding: 6px 15px;
}

.share-popup-overlay button.copy-btn:hover {
  background: #dbdbdb;
}

.popup-open {
  overflow-y: hidden;
}

.show-more-btn {
  float: none;
  color: #fff;
  text-transform: uppercase;
  margin-inline: auto;
  cursor: pointer;
  background: #e65f1f 0 0 / 18px;
  border: 1px solid #e65f1f;
  margin-bottom: 50px;
  padding: 12px 17px;
  font-size: 14px;
  font-weight: 600;
  transition: all .5s ease-in-out;
  display: block;
}

.show-more-btn:hover {
  color: #e65f1f;
  background: none;
  border: 1px solid #e65f1f;
}

.watch-page .v-channel .containers {
  max-width: 1100px;
}

.btc-img-wrapper a video {
  width: 100%;
}

.watch-page h2 {
  text-align: center;
  margin: 0 0 54px;
  font-family: Titillim-Bold;
  font-size: 44px;
  line-height: 1;
}

.commentssect textarea {
  width: 100%;
  min-height: 114px;
  padding: .5rem;
}

.addition-vedioouter {
  margin-top: 80px;
}

.addition-vedioouter h2 {
  margin-bottom: 20px;
  font-family: Titillim-semiBold;
  font-size: 40px;
}

.add-v-box {
  flex-wrap: wrap;
  display: flex;
}

.add-v-box .add-v1 {
  width: 32%;
  margin-right: 2%;
}

.add-v-box .add-v1:nth-child(3n) {
  margin-right: 0;
}

.watch-div1 .video-thumbnail iframe {
  width: 100%;
  height: 100%;
}

.latest-video-outer h4 span {
  display: block;
}

.thumbnail-div > div {
  width: 100% !important;
  height: 100% !important;
}

.post-grid .containers {
  max-width: 1100px;
}

.v-textsec h5 span {
  display: block;
}

.post-tab2 .actions {
  width: 80%;
}

.l-v1 .w-full {
  width: 100% !important;
  height: 100% !important;
}

.btc-img-wrapper video {
  width: 100%;
  display: block;
}

.btc-img-wrapper {
  aspect-ratio: 9 / 11;
}

.btc-img-wrapper a, .btc-img-wrapper a video {
  width: 100%;
  height: 100%;
}

.description-clamp {
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.post-tab2 .v-textsec p {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.addition-vedioouterr {
  margin-top: 20px;
}

.forgot-password {
  flex-wrap: wrap;
  display: flex;
}

.forgot-password button {
  cursor: pointer;
  font-weight: 700;
}

.forgot-password button:hover {
  color: #e65f1f;
}

.privacy-div {
  margin-block: 100px;
}

.share-popup button.icon-btn {
  cursor: pointer;
}

.modal-backdrop {
  z-index: 9999;
  background: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-backdrop .modal-content {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 440px;
  padding: 25px;
}

.back-drop-close {
  height: 35px;
}

.back-drop-close .close-btn {
  float: right;
  cursor: pointer;
  background: url("../media/poupclose.c8ea3fd3.svg") center / 30px no-repeat;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 0;
}

.modal-backdrop p {
  display: block !important;
}

.watch-inner1 .watch-bottom-div {
  justify-content: flex-start;
}

.behid-overlay {
  z-index: 99999;
  background: #000c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.behid-overlay .modal-content {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 1320px;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.behid-overlay .left-img {
  width: 50%;
}

.behid-overlay .right-content {
  width: 50%;
  padding: 15px;
  overflow: auto;
}

.c-album {
  height: 100%;
  position: relative;
}

.c-album img {
  width: 100%;
  height: 100%;
}

.left-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.behid-overlay .right-content h4 {
  color: #000;
  font-weight: 700;
  line-height: 1;
}

.btc-img-wrapper p {
  color: #fff;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
}

.user-div {
  border-bottom: 1px solid #ccc;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-bottom: 0;
  display: flex;
}

.user-div-in > div {
  align-items: center;
  display: flex;
}

.user-logo img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
}

.user-logo {
  width: 50px;
  height: 50px;
}

.user-div-in {
  align-items: center;
  display: flex;
}

.user-div h4 {
  color: #000;
  font-size: 18px;
}

.user-div-in a.follow-link {
  color: #e65f1f;
  margin-left: 10px;
  font-size: 14px;
  line-height: 1;
}

.user-div-in a.follow-link:hover {
  color: #000;
}

.img-l-ins {
  width: 50px;
  height: 50px;
}

.img-l-ins img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.content-ins-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.para-ins {
  width: calc(100% - 60px);
}

.ins-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 17px;
  margin-top: 15px;
  display: flex;
}

.comment-div {
  display: none;
}

.watch-div1 .video-card {
  margin-bottom: 0;
}

.no-thumbnailbg {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.i-btn {
  align-items: center;
  display: flex;
  position: relative;
}

.vedio-ibtn {
  cursor: pointer;
  background: none;
  border: none;
  transition: transform .1s, background-color .1s;
}

.active-btn {
  background-color: #0000001a;
  transform: scale(.9);
}

.tooltip-box {
  color: #fff;
  white-space: nowrap;
  z-index: 10;
  opacity: 0;
  background: #000;
  border-radius: 6px;
  padding: 12px;
  font-size: 13px;
  animation: .25s forwards fadeIn;
  position: absolute;
  top: 120%;
}

.tooltip-box:after {
  content: "";
  border: 6px solid #0000;
  border-bottom-color: #000;
  position: absolute;
  bottom: 100%;
  left: 10px;
}

.watch-inner .videosection .tooltip-box p {
  border-right: 0;
  margin-bottom: 0;
  padding-right: 0;
}

.subscriptionpage {
  overflow: hidden;
}

.vedio-ibtn img {
  object-fit: contain;
  width: 18px;
  height: 18px;
}

.picure-content .pay-on {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background: #e65f1f 0 0 / 18px;
  border: 1px solid #e65f1f;
  margin: 20px 0 0;
  padding: 12px 17px;
  font-family: Titillim-semiBold;
  font-weight: 600;
  transition: all .5s ease-in-out;
  display: inline-block;
}

.picure-content .pay-on:hover {
  color: #e65f1f;
  background: #fff;
  border: 1px solid #fff;
}

.choose-op {
  text-align: center;
  background: #f8f8f8;
  padding: 60px 0;
}

.choose-title {
  margin: 0 0 34px;
  font-family: Titillim-Bold;
  font-size: 22px;
}

.choose-row {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  display: flex;
}

.choose-col {
  border: 1px solid #ddd;
  width: 35%;
  padding: 30px 40px 100px;
  position: relative;
}

.choose-col h4 {
  color: #000;
  margin: 10px 0 15px;
  font-family: Titillim-Bold;
  font-size: 38px;
}

.input-label {
  color: #555;
  margin-bottom: 10px;
  font-family: Titillim-semiBold;
  font-size: 18px;
  display: block;
}

.amount-input {
  margin-inline: 10px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  max-width: 280px;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 14px;
}

#regular-amount::placeholder {
  color: #0000;
}

.typed-value {
  justify-content: center;
  align-items: center;
  display: flex;
}

.radio-group {
  justify-content: center;
  gap: 15px;
  margin: 8px 0 20px;
  font-size: 14px;
  display: flex;
}

.subscriptionpage p {
  color: #333;
  margin-bottom: 10px;
}

.subscriptionpage p span {
  display: block;
}

.radio-group label {
  font-family: Titillim-semiBold;
  font-size: 18px;
}

.amount-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 20px 0;
  display: grid;
}

.amount-grid button {
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 40px;
  font-size: 14px;
  transition: all .3s;
}

.amount-grid button:hover, .amount-grid button.active {
  color: #fff;
  background: #e65f1f;
  border-color: #e65f1f;
}

.pay-btn.currentclass, .pay-btn.currentclass:hover {
  color: #999;
  cursor: default;
  background: #ddd;
  border: none;
}

.pay-btn {
  cursor: pointer;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  margin-top: 10px;
  padding: 12px 25px;
  font-family: Titillim-Bold;
  font-size: 16px;
  transition: background .3s;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.pay-btn:hover {
  color: #000;
  background: none;
}

.bg-darkbtn {
  color: #fff;
  cursor: pointer;
  background: #e65f1f;
  border: 1px solid #e65f1f;
  padding: 12px 17px;
  font-size: 16px;
  line-height: normal;
}

.bg-darkbtn:hover {
  color: #e65f1f;
  background: #fff;
  border: 1px solid #e65f1f;
}

.oulined-btn {
  color: #e65f1f;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e65f1f;
  padding: 12px 20px;
  font-size: 16px;
  line-height: normal;
}

.oulined-btn:hover {
  color: #fff;
  background: #e65f1f;
  border: 1px solid #e65f1f;
}

.modal-backdrop .modal-btns {
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 20px 0 0;
  display: flex;
}

.reset-div {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.reset-div input {
  border: 1px solid #ccc;
  outline: none;
  width: 100%;
  margin: 7px 0;
  padding: 7px 10px;
}

.reset-div h3 {
  text-align: center;
  width: 100%;
}

.reset-div h2 {
  text-align: center;
  width: 100%;
  margin: 0 0 8px;
  font-family: Titillim-semiBold;
  font-size: 18px;
}

.card-download h1 {
  color: #74d085;
  margin: 0 auto 20px;
  padding-right: 54px;
  font-family: Titillim-semiBold;
  font-size: 46px;
  position: relative;
}

.card-download h1:after {
  content: "";
  background: url("../media/sucess-msg.1fc86acc.svg") 0 0 / contain no-repeat;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 5px;
  right: 0;
}

.card-download button {
  margin: 0 auto;
}

.card-download .bg-darkbtn {
  padding: 16px 20px;
  font-family: Titillim-semiBold;
  font-size: 18px;
}

.choose-col .radio-group input[type="radio"] {
  display: none;
  position: relative;
}

.choose-col .radio-group label {
  line-height: 1;
  position: relative;
}

.choose-col .radio-group label:before {
  content: "";
  box-sizing: border-box;
  cursor: pointer;
  background: url("../media/paycheck.8dab1997.svg") 0 0 / 16px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  display: inline-block;
}

.choose-col .radio-group label.active:before {
  background: url("../media/paycheck1.d7bddead.svg") 0 0 / 16px;
  width: 16px;
  height: 16px;
  background-size: 16px !important;
}

.choose-col label {
  color: #333;
}

.choose-col label span {
  margin: 10px 0 15px;
  display: block;
  color: #333 !important;
}

.subscriptionpage .choose-col p, .subscriptionpage .choose-col p.desc span.bold-cls {
  font-family: Titillim-semiBold;
}

.subscriptionpage .choose-col p.desc span {
  font-family: Titillimweb-regular;
}

.subscriptionpage .sub-intro p {
  margin: 0 0 20px;
}

.subscriptionpage .choose-col p span {
  font-family: Titillim-semiBold;
}

.pri-div {
  max-width: 570px;
  margin-inline: auto;
}

.card-download .thank-text {
  margin-bottom: 20px !important;
}

.subscriptionpage .typed-txt p span {
  margin-top: 10px;
}

#regular-amount {
  max-width: 62px;
}

.one-ti h3 {
  margin-bottom: 13px;
}

.choose-col label span.redclass {
  color: red !important;
}

.card-download p {
  margin-bottom: 20px;
}

.card-download p a {
  color: #e65f1f;
  text-decoration: none;
}

.card-download p a:hover, .login-form .success-message span {
  color: #000;
}

.btn-outline {
  color: #e65f1f;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e65f1f;
  padding: 10px 20px;
  transition: all .5s ease-in-out;
}

.btn-outline:hover {
  color: #fff;
  background: #e65f1f;
}

.btn-bg {
  color: #fff;
  cursor: pointer;
  background: #e65f1f;
  border: 1px solid #e65f1f;
  padding: 10px 20px;
  transition: all .5s ease-in-out;
}

.btn-bg:hover {
  color: #e65f1f;
  background: #fff;
}

.sucess-screen {
  padding: 120px 0;
}

.choose-col.newsubclass .typed-txt {
  margin-top: 80px;
}

.choose-col.newsubclass .pay-btn.currentclass {
  cursor: pointer;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  margin-top: 10px;
  padding: 10px 25px;
  font-family: Titillim-semiBold;
  font-size: 14px;
  transition: background .3s;
}

.choose-col.newsubclass .pay-btn.currentclass:hover {
  color: #000;
  background: none;
}

.choose-col.newsubclass .pay-btn.currentclass a {
  font-family: Titillim-semiBold;
}

.submit-page.card-download {
  padding-block: 120px;
}

.sussscrn-btn-div {
  justify-content: center;
  gap: 10px;
  display: flex;
}

.cover-tab {
  min-width: 600px;
  overflow: auto;
}

.has-subs-text {
  margin: 50px 0 0;
}

.first-poup.modal-content {
  background: #fff;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  width: 100% !important;
  max-width: 780px !important;
  padding: 0 !important;
}

.first-poupcol1, .first-poupcol2 {
  width: 50%;
}

.first-poupcol2 img {
  object-fit: cover;
  border-radius: 0 8px 8px 0;
  width: 100%;
  height: 100%;
}

.close-first-poup {
  z-index: 999999;
  cursor: pointer;
  position: absolute;
  top: -35px;
  right: -35px;
}

.first-poupcol1 {
  justify-content: center;
  align-items: center;
  padding: 70px 30px;
  display: flex;
}

.first-poupcol1 h2 {
  text-align: center;
  font-family: Titillim-Bold;
  font-size: 23px;
  line-height: 1.4;
}

form.notify-form {
  width: 100%;
  margin: 30px 0;
}

form.notify-form input {
  border: 1px solid #000;
  border-radius: 5px;
  width: 100%;
  padding: 12px;
  font-family: Titillim-semiBold;
}

form.notify-form input::placeholder {
  color: #000;
  font-family: Titillim-semiBold;
}

form.notify-form button {
  color: #fff;
  cursor: pointer;
  background: #000;
  border: 1px solid #000;
  border-radius: 5px;
  width: 100%;
  margin: 10px 0 0;
  padding: 12px 20px;
  font-family: Titillim-semiBold;
}

form.notify-form button:hover {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}

.notify-info {
  font-family: Titillim-semiBold;
  font-size: 15px;
  line-height: 1.4;
}

.notify-info a, .sub-textf p a {
  text-decoration: underline;
  transition: all .5s ease-in-out;
}

.notify-info a:hover, .sub-textf p a:hover {
  text-decoration: none;
}

.sel-cover-77 select {
  cursor: pointer;
  border: 1px solid #d5d5d5;
  width: 100%;
  padding: 10px;
  border-radius: 0 !important;
  outline: none !important;
}

.sel-cover-77 {
  width: 100%;
}

.applicable-div h3 {
  font-family: Titillim-semiBold;
  font-size: 18px;
  line-height: 1.4;
}

.applicable-label {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.applicable-label label {
  align-items: center;
  gap: 2px;
  font-size: 14px;
  display: flex;
}

.applicable-label input {
  cursor: pointer;
  width: 13px;
}

.sel-cover-77 select {
  width: 100%;
  margin: 7px 0;
}

.agree44 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  display: flex;
}

.agree44 input {
  cursor: pointer;
  width: 13px;
  margin-right: 8px;
}

.total-44 {
  text-align: center;
  margin: 10px auto;
}

p.err-inselcover {
  text-align: center;
  width: 100%;
}

.applicable-label label {
  color: #fff;
  background: #e65f1f;
  border-radius: 5px;
  padding: 6px 10px;
}

.applicable-label input[type="radio"] {
  display: none;
  position: relative;
}

.applicable-label label:before {
  content: "";
  box-sizing: border-box;
  cursor: pointer;
  background: url("../media/paycheck33.6da3ee46.svg") 0 0 / 16px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  display: inline-block;
}

.applicable-label label.active:before {
  background: url("../media/paycheck22.3822b413.svg") 0 0 / 16px;
  width: 16px;
  height: 16px;
  background-size: 16px !important;
}

.post-pg {
  padding: 90px 0 40px;
}

.post-pg .post-intro.e-post33 {
  padding: 0;
}

.post-pg .post-grid {
  margin-bottom: 0;
}

.fot-4 .ss-divs a {
  overflow: hidden;
}

.fot-4 .ss-divs:hover img {
  transform: rotate(360deg);
}

.ss-divs img {
  height: 100%;
  transition: all .5s ease-in-out;
}

.video-info .videoparagraph .video-actions button:hover, .i-btn-wrap:hover {
  opacity: .6;
}

.coverclass p {
  border-right: 1px solid #7f7f7f;
  height: 100%;
}

.coverclass .spaced {
  border-radius: 1px solid #7f7f7f;
  height: 100%;
  margin-left: 10px;
  padding-left: 10px;
}

.actions > .share:hover, .actions > .like:hover {
  opacity: .6;
}

.coverclass p {
  border-right: 0;
}

.coverclass > p {
  border-right: 1px solid #7f7f7f;
}

.coverclass > p:last-child {
  border-right: 0;
}

.coverclass .spaced {
  margin-left: 0;
  padding-left: 15px;
}

.coverclass:has(.spaced) > p:first-child {
  padding-right: 15px;
}

.vedio-channel-card .actions > div h6, .vedio-channel-card .actions > div .playsclass {
  font-size: 14px;
}

.post-inner-div .video-actions button.date-highlighted {
  cursor: default;
}

.post-inner-div .video-actions button.date-highlighted:hover {
  opacity: 1;
}

.post-inner-div .video-actions button:hover, .about-slider .slider-controls button:hover {
  opacity: .6;
}

@media (width <= 1400px) {
  .containers {
    width: 94%;
    max-width: 100%;
  }

  .home-banner h1 {
    max-width: 94%;
    margin-inline: auto;
  }
}

@media (width <= 1340px) {
  .subscriptionpage .choose-col p {
    font-size: 17px;
  }
}

@media (width <= 1240px) {
  .home-banner h1 {
    font-size: 47px;
  }

  .latest-videos h3, .latest-post-div h3 {
    font-size: 50px;
  }

  .story-sec h3, .apply-div h3, .acc-outer h3 {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .top-div-post .button-scrll-outer {
    max-width: unset;
    width: 80%;
  }

  .plan-col {
    width: 40%;
  }

  .choose-row {
    gap: 0;
  }

  .choose-col {
    width: 49%;
    margin-right: 1.5%;
  }

  .choose-col:last-child {
    margin-right: 0;
  }
}

@media (width <= 1024px) {
  .v-textsec .actions > div h6, .vedio-channel-card .actions h6 {
    font-size: 14px;
  }

  .actions > div {
    gap: 4px;
  }

  .watch-bottom-div {
    max-width: 100%;
    margin-top: 0;
  }

  .watch-page h2 {
    margin: 0 0 30px;
  }

  .watch-search-container .dropdown, .watch-search-container .search-input-wrapper {
    height: 45px;
  }

  .watch-inner {
    margin: 60px 0;
  }

  .videoparagraph p, .video-info .videoparagraph .video-actions button {
    font-size: 14px;
  }

  .video-info .video-actions button {
    gap: 4px;
  }

  .rec-col1 {
    width: 40%;
  }

  .rec-row {
    gap: 0;
  }

  .story-sec, .acc-outer {
    margin: 60px 0;
  }

  .apply-sec {
    margin-bottom: 60px;
  }

  .sub-form-div {
    padding: 0;
  }

  .post-intro {
    padding-block: 60px;
  }

  .about-intro, .possible-sec, .about-sec-div .about-card {
    padding: 60px 0;
  }

  .about-intro h2 {
    font-size: 34px;
  }

  .about-card h5 {
    font-size: 36px;
  }

  .post-intro h3 {
    margin: 0 0 30px;
    font-size: 36px;
  }

  .rec-sec2 h4 {
    font-size: 38px;
    line-height: 1.2;
  }

  .sub-intro {
    padding-top: 60px;
  }

  .slide.containers.primary {
    padding: 0;
  }

  .sub-pri {
    padding: 60px 0;
  }

  .footer-outer {
    padding: 60px 0 20px;
  }

  .sub-list-outer {
    padding: 60px 0 50px;
  }

  .sub-payment-outer {
    padding: 60px 0;
  }

  .plan-cards {
    width: 32.3%;
  }

  .plan-col {
    padding: 20px 20px 100px;
  }

  .plan-cards {
    margin-bottom: 1.5%;
  }

  .plan-cards button {
    padding: 10px 0;
  }

  .plan-cards button span {
    font-size: 30px;
  }

  .plan-cards button {
    font-size: 20px;
  }

  .card-plnn-in {
    padding: 20px 8px;
  }

  .plans-slider h3 {
    margin: 0 0 8px;
  }

  .sub-list-outer.listing p {
    margin: 0 0 10px;
  }

  .latest-videos h3, .latest-post-div h3, .behind-scenes h3 {
    margin-bottom: 30px;
    font-size: 44px;
    line-height: 1.1;
  }

  .behind-scenes .topper-vc {
    padding-top: 16px;
  }

  .picture-banner .post-in-div {
    height: 60vh;
  }

  .choose-col h4 {
    font-size: 32px;
  }

  .post-pg {
    padding: 60px 0 10px;
  }
}

@media (width <= 900px) {
  .latest-videos, .l-post, .behind-scenes, .subs-sec {
    padding: 60px 0;
  }

  .footer-copyright ul li a {
    padding-inline: 10px;
  }

  .home-banner h1 {
    font-size: 44px;
  }

  .subdiv1 h4 {
    font-size: 32px;
  }

  .actions .ac-img-outer img {
    width: 14px;
    height: 14px;
  }

  .actions > div {
    gap: 2px;
    padding-inline: 6px;
  }

  a.watch-moreposts {
    margin-top: 0;
  }

  .h-btn-outer {
    margin-right: 20px;
  }

  .first-sec {
    justify-content: flex-end;
  }

  .videosection {
    margin-right: 8px;
    padding-right: 8px;
  }

  .about-card h5 {
    margin-bottom: 30px;
  }

  .video-info .video-actions button {
    padding-right: 8px;
  }

  .video-actions {
    gap: 8px;
  }

  .videosection {
    margin-right: 8px;
  }

  .video-actions button img {
    width: 14px;
    height: 14px;
  }

  .rec-row {
    justify-content: space-between;
    gap: 0;
  }

  .rec-col1, .plan-col {
    width: 49%;
  }

  .amount-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .choose-col {
    padding: 20px 20px 100px;
  }

  .choose-col h4 {
    margin-top: 0;
    line-height: 1;
  }

  .prof-top {
    width: 100%;
  }
}

@media (width >= 768px) {
  .vedio-channel-card:nth-child(3n), .btc-img-wrapper:nth-child(3n) {
    margin-right: 0;
  }
}

@media (width <= 767px) {
  p {
    font-size: 17px;
  }

  .bh-div {
    margin-bottom: 20px;
  }

  .home-banner h1 {
    max-width: 90%;
    font-size: 40px;
  }

  .latest-videos h3, .latest-post-div h3, .behind-scenes h3 {
    margin-bottom: 24px;
    font-size: 42px;
  }

  .subdiv1 h4 {
    font-size: 30px;
  }

  .containers {
    width: 90%;
  }

  .latest-videos, .l-post, .behind-scenes, .subs-sec {
    padding: 45px 0;
  }

  .l-v1 {
    width: 100%;
    margin-bottom: 14px;
  }

  .l-v2 {
    width: 100%;
    padding-left: 0;
  }

  .l-v2 .btc-img-wrapper {
    width: 49%;
    margin-right: 1.5%;
  }

  .vedio-channel-card:nth-child(2n) {
    margin-right: 0;
  }

  .vedio-channel-card {
    width: 49%;
    margin-bottom: 38px;
  }

  .latest-video-outer h4 {
    line-height: 1.2;
  }

  .btc-img-wrapper:nth-child(2n) {
    margin-right: 0;
  }

  .btc-img-wrapper {
    width: 49%;
    margin-bottom: 40px;
  }

  .fot-3 {
    width: 100%;
  }

  .fot-2 {
    justify-content: flex-start;
    width: 100%;
    margin: 30px 0;
  }

  .fot-4 {
    width: 100%;
    padding-left: 0;
  }

  .fot-2items ul {
    flex-wrap: wrap;
    display: flex;
  }

  .fot-2items ul li {
    margin-right: 10px;
  }

  .copy-rightcol2, .copy-rightcol2 ul, .copy-rightcol1 {
    width: 100%;
  }

  .copy-rightcol1 {
    margin-bottom: 20px;
  }

  .bottom-cs {
    padding: 0;
  }

  .wv-btns {
    margin-bottom: 20px;
  }

  .watch-page h2 {
    margin: 0 0 30px;
  }

  .watch-search-container .search-input-wrapper {
    width: 100%;
    max-width: unset;
  }

  .watch-search-container {
    margin: 40px auto 20px;
  }

  .watch-page h2 {
    font-size: 38px;
  }

  .v-textsec h5 {
    margin: 10px 0;
    font-size: 15px;
  }

  .v-textsec {
    margin-top: 0;
  }

  .story-sec, .acc-outer {
    margin: 45px 0;
  }

  .apply-sec {
    margin-bottom: 45px;
  }

  .sub-form-div {
    padding: 0;
  }

  .story-sec h3, .apply-div h3, .acc-outer h3 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .sub-form-div h4 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .sub-form-div .form {
    gap: 12px;
    font-size: 16px;
  }

  .accordion-header, .accordion-item .accordion-body {
    padding: 15px;
  }

  .sub-form-div .row {
    gap: 10px;
  }

  .sub-form-div label {
    margin-bottom: 2px;
  }

  .accordion-header {
    font-size: 16px;
  }

  .post-grid .tab-header {
    top: unset;
    right: unset;
    position: relative;
  }

  .top-div-post .button-scrll-outer {
    width: 100%;
  }

  .tab-header {
    justify-content: flex-start;
  }

  .top-div-post .button-scrll-outer {
    margin-bottom: 20px;
  }

  .tab-content {
    margin-top: 20px;
  }

  .post-intro {
    padding-block: 45px;
  }

  .actions {
    margin-top: 10px;
  }

  .tab-container .tab-header .tab-btn {
    padding: 15px 25px;
  }

  .tab-container .tab-header .tab-btn:first-child, .tab-container .tab-header .tab-btn:nth-child(2) {
    background-size: 14px !important;
  }

  .load-content {
    margin-block: 20px;
  }

  .about-content > div p:first-child {
    width: 100%;
    margin-bottom: 20px;
  }

  .about-content > div p:nth-child(2) {
    width: 100%;
  }

  .about-intro, .possible-sec, .about-sec-div .about-card {
    padding: 45px 0;
  }

  .about-intro h2 {
    font-size: 32px;
  }

  .about-card h5 {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .possible-sec h2 {
    font-size: 30px;
  }

  .watch-inner {
    margin: 45px 0;
  }

  .watch-inner > div {
    width: 100%;
  }

  .watch-inner2 {
    margin: 20px 0 0;
  }

  .watch-inner > div:last-child {
    width: 100%;
  }

  .sidebar-listing h3 {
    margin-bottom: 20px;
  }

  .video-info h2 {
    font-size: 24px;
  }

  .comment-div h3 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .exp-links .btn-link {
    padding: 7px 12px;
    font-size: 14px;
  }

  .top-m {
    margin-top: 20px;
  }

  .button-scrll-outer .common-btn {
    padding: 7px 12px;
    font-size: 14px;
  }

  .post-inner1, .post-inner2 {
    width: 100%;
  }

  .post-inner-div .contents {
    margin-bottom: 0;
  }

  .containers.post-in {
    margin-bottom: 45px;
  }

  .picure-content {
    max-width: unset;
    width: 100%;
  }

  .rec-col1 {
    width: 100%;
    margin-right: 0;
  }

  .select-btn {
    bottom: 30px;
  }

  .rec-sec2 {
    padding-bottom: 90px;
  }

  .post-intro h3 {
    font-size: 32px;
  }

  .plans-slider h3 {
    font-size: 20px;
  }

  .rec-sec2 h4 {
    font-size: 38px;
  }

  .sub-intro {
    padding-top: 45px;
  }

  .slide.containers.primary {
    padding: 0;
  }

  .sub-pri {
    padding: 45px 0;
  }

  .footer-outer {
    padding: 45px 0 20px;
  }

  .sub-list-outer {
    padding: 45px 0 40px;
  }

  .sub-payment-outer {
    padding: 45px 0;
  }

  .plan-cards {
    width: 49%;
  }

  .plan-price {
    font-size: 35px;
  }

  .plan-features li, .plan-col.paid-plan ul li {
    padding-left: 20px;
    font-size: 16px;
  }

  .plan-features li:before, .plan-col.paid-plan ul li:before {
    top: 3px;
  }

  .plan-cards button span {
    font-size: 28px;
  }

  .footer-div {
    margin-bottom: 30px;
  }

  .topper-vc h5 {
    font-size: 18px;
  }

  .ss-sec {
    margin-top: 30px;
  }

  .vedio-ibtn img {
    width: 14px;
    height: 14px;
  }

  .picture-page .post-inner-div {
    padding-top: 0;
  }

  .picure-content {
    padding: 100px 0;
  }

  .picture-banner .post-in-div {
    height: 100%;
  }

  .tooltip-box {
    width: 500px;
  }

  .watch-inner .videosection .tooltip-box p {
    white-space: normal;
  }

  .choose-col {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 20px 30px;
  }

  .amount-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .choose-col h4 {
    margin: 0 0 12px;
    font-size: 30px;
  }

  .pay-btn {
    bottom: inherit;
    left: inherit;
    margin: 20px auto 0;
    position: relative;
    transform: none;
  }

  .post-pg {
    padding: 45px 0 10px;
  }

  a.main-btn, .main-btn1, .possible-sec a, a.view-insta, a.latest-videosbtn, .footer-outer form.newsletter-form button {
    padding: 11px 15px;
    font-size: 15px;
  }

  .footer-outer form.newsletter-form input {
    height: 47px;
  }

  .sub-form-div .form-submit {
    padding: 11px 15px;
    font-size: 15px;
  }
}

@media (width <= 600px) {
  .vedio-channel-card {
    width: 100%;
    margin-right: 0;
  }

  .post-tab2 {
    width: 100%;
  }

  .post-tab2 .vedio-channel-card .v-card {
    width: 30%;
  }

  .post-tab2 .vedio-channel-card .vc-contenttext {
    width: 66%;
  }

  .post-tab2 .v-textsec p {
    font-size: 14px;
    line-height: 1.1;
  }

  .share-popup {
    min-width: unset;
    width: 92%;
    padding: 25px;
  }

  .share-popup button.icon-btn img {
    width: 25px;
    height: 25px;
  }

  .share-popup-overlay .share-icons {
    gap: 6px;
  }

  .rec-sec2 {
    padding: 0 20px 90px;
  }

  .plan-col {
    width: 100%;
  }

  .plan-col.free-plan {
    margin: 0 0 20px;
  }

  .plan-col {
    padding-bottom: 90px;
  }

  .watch-page .vc-grid {
    margin-bottom: 20px;
  }

  .vedio-channel-card {
    margin-bottom: 30px;
  }

  .latest-plays {
    margin-top: 6px;
  }

  .tooltip-box {
    width: 500px;
  }

  .reset-div input {
    margin: 5px 0;
  }

  .modal-backdrop .modal-btns {
    gap: 14px;
  }

  .applicable-label {
    justify-content: center;
    gap: 6px;
  }
}

@media (width <= 480px) {
  .vedio-channel-card {
    width: 100%;
  }

  .btc-img-wrapper {
    width: 100%;
    margin: 0 0 30px;
  }

  .btc-img-wrapper:last-child {
    margin-bottom: 0;
  }

  .watch-search-container .dropdown {
    background: url("../media/arr-down.dc255dee.svg") 96% / 17px no-repeat;
    width: auto;
    padding: 8px 20px 8px 8px;
  }

  .sub-form-div input, .sub-form-div textarea {
    padding: 8px;
  }

  .sub-form-div .field {
    flex: unset;
    width: 100%;
  }

  .watch-inner .videosection p {
    border: none;
    margin-bottom: 10px;
  }

  .tooltip-box p {
    margin-bottom: 0;
  }

  .plan-cards {
    width: 100%;
    margin: 0 0 20px;
  }

  .home-banner h1 {
    font-size: 35px;
  }

  .banner-div {
    bottom: 45px;
  }

  .behind-scenes h3 {
    font-size: 33px;
  }

  .behind-scenes .topper-vc {
    padding-top: 10px;
  }

  .tooltip-box {
    width: 250px;
  }

  .amount-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width >= 1025px) {
  .plan-cards:nth-child(4n) {
    margin-right: 0;
  }
}

@media (width >= 481px) and (width <= 767px) {
  .plan-cards:nth-child(2n) {
    margin-right: 0;
  }
}

@media (width >= 768px) and (width <= 1024px) {
  .plan-cards:nth-child(3n) {
    margin-right: 0;
  }
}

.not-reg .cancel-btn {
  color: #fff;
  cursor: pointer;
  background: #e65f1f;
  border: 1px solid #e65f1f;
  margin: 20px 0 0;
  padding: 10px 20px;
  line-height: 1;
}

.not-reg .cancel-btn:hover {
  color: #e65f1f;
  background: none;
  border: 1px solid #e65f1f;
}

.privacy-div {
  text-align: left;
}

.privacy-div ol {
  float: none;
  counter-reset: main-counter;
  text-align: left;
  width: 100%;
  margin: 0 auto 16px;
  position: relative;
}

.privacy-div ol > li {
  color: #000;
  counter-increment: main-counter;
  padding: 0 0 8px;
  font-family: Titillimweb-regular;
  font-size: 18px;
  position: relative;
}

.privacy-div ol > li:before {
  content: counter(main-counter) ".";
  display: inline-block;
  position: relative;
}

.privacy-div ol ol {
  counter-reset: sub-counter;
}

.privacy-div ol ol > li {
  counter-increment: sub-counter;
}

.privacy-div ol ol > li:before {
  content: counter(main-counter) "." counter(sub-counter);
  margin: 0 3px 0 0;
}

.privacy-div ol li h3 {
  margin: 0 auto 30px;
  display: inline-block;
}

.privacy-div ol li:has(h3):before {
  font-family: Titillim-Bold;
  font-size: 40px;
  display: inline;
}

.privacy-div ul {
  float: none;
  text-align: left;
  width: 100%;
  margin: 0 auto 16px;
  position: relative;
}

.privacy-div ul > li {
  color: #000;
  padding: 0 0 6px;
  font-family: Titillimweb-regular;
  font-size: 18px;
  position: relative;
}

.privacy-div ul > li:before {
  content: "•";
  color: #000;
  font-size: 12px;
  line-height: normal;
  position: relative;
  top: -3px;
  left: -4px;
}

.privacy-div ul ul > li:before {
  top: -1px;
}

.privacy-div ol ul {
  margin: 8px auto 12px;
  padding-left: 24px;
}

.privacy-div ol li:has(h4):before {
  font-family: Titillim-Bold;
  font-size: 27px;
  display: inline;
}

.privacy-div ol li h4 {
  margin: 0 auto 20px;
  display: inline-block;
}

.privacy-div ul li strong {
  margin: 0 0 8px;
  font-size: 19px;
  display: inline-block;
}

.privacy-div ul ul > li:before {
  content: "○";
}

.privacy-div h4 {
  color: #000;
  margin: 0 0 20px;
  font-family: Titillim-Bold;
  font-size: 27px;
}

.vedio-channel-card .actions > div h6, .vedio-channel-card .actions > div .playsclass {
  font-size: 14px;
}

@media (width <= 1240px) {
  .v-channel .actions > div {
    padding-inline: 4px;
  }

  .watch-page .vedio-channel-card .v-textsec .actions img {
    width: 15px;
  }
}

@media (width <= 1024px) {
  .watch-page .vedio-channel-card .v-textsec .actions img {
    width: 12px;
  }

  .vedio-channel-card .actions > div h6, .vedio-channel-card .actions > div .playsclass {
    font-size: 13px;
  }

  .v-channel .actions > div {
    padding-inline: 4px;
  }
}

@media (width <= 900px) {
  .vedio-channel-card .actions > div .playsclass, .vedio-channel-card .actions > div h6 {
    font-size: 12px;
  }

  .v-channel .actions > div {
    padding-inline: 4px;
  }

  .watch-page .vedio-channel-card .v-textsec {
    padding-bottom: 24px;
  }
}


/* [project]/src/app/styles/footer.css [app-client] (css) */



/*# sourceMappingURL=src_app_ed1e7a18._.css.map*/