/*!
Theme Name: rudraman
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rudraman
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

rudraman is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 400;
  src: local("Switzer"), url("./fonts/Switzer-Regular.woff") format("woff");
}

@font-face {
  font-family: "Switzer";
  font-style: italic;
  font-weight: 400;
  src: local("Switzer"), url("./fonts/Switzer-Italic.woff") format("woff");
}

@font-face {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 100;
  src: local("Switzer"), url("./fonts/Switzer-Thin.woff") format("woff");
}

@font-face {
  font-family: "Switzer";
  font-style: italic;
  font-weight: 100;
  src: local("Switzer"), url("./fonts/Switzer-ThinItalic.woff") format("woff");
}

@font-face {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 200;
  src: local("Switzer"), url("./fonts/Switzer-Extralight.woff") format("woff");
}

@font-face {
  font-family: "Switzer";
  font-style: italic;
  font-weight: 200;
  src: local("Switzer"),
    url("./fonts/Switzer-ExtralightItalic.woff") format("woff");
}

@font-face {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 300;
  src: local("Switzer"), url("./fonts/Switzer-Light.woff") format("woff");
}

@font-face {
  font-family: "Switzer";
  font-style: italic;
  font-weight: 300;
  src: local("Switzer"), url("./fonts/Switzer-LightItalic.woff") format("woff");
}

@font-face {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 500;
  src: local("Switzer"), url("./fonts/Switzer-Medium.woff") format("woff");
}

@font-face {
  font-family: "Switzer";
  font-style: italic;
  font-weight: 500;
  src: local("Switzer"), url("./fonts/Switzer-MediumItalic.woff") format("woff");
}

@font-face {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 600;
  src: local("Switzer"), url("./fonts/Switzer-Semibold.woff") format("woff");
}

@font-face {
  font-family: "Switzer";
  font-style: italic;
  font-weight: 600;
  src: local("Switzer"),
    url("./fonts/Switzer-SemiboldItalic.woff") format("woff");
}

@font-face {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 700;
  src: local("Switzer"), url("./fonts/Switzer-Bold.woff") format("woff");
}

@font-face {
  font-family: "Switzer";
  font-style: italic;
  font-weight: 700;
  src: local("Switzer"), url("./fonts/Switzer-BoldItalic.woff") format("woff");
}

@font-face {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 800;
  src: local("Switzer"), url("./fonts/Switzer-Extrabold.woff") format("woff");
}

@font-face {
  font-family: "Switzer";
  font-style: italic;
  font-weight: 800;
  src: local("Switzer"),
    url("./fonts/Switzer-ExtraboldItalic.woff") format("woff");
}

@font-face {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 900;
  src: local("Switzer"), url("./fonts/Switzer-Black.woff") format("woff");
}

@font-face {
  font-family: "Switzer";
  font-style: italic;
  font-weight: 900;
  src: local("Switzer"), url("./fonts/Switzer-BlackItalic.woff") format("woff");
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html,
body {
  overflow-x: clip;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
  padding: 0;
  margin: 0;
  text-shadow: none;
  outline: 0;
  box-shadow: none;
  text-decoration: none;
  list-style: none;
}
b,
strong {
  font-weight: 700;
}
body {
  font-family: "Switzer", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  /* Secondary/White */
  color: rgba(255, 255, 255, 0.7);
  background: #000;
  overflow-x: clip;
}
p {
  margin-bottom: 20px;
}
p:last-child {
  margin: 0;
}
a {
  color: #fff;
  -webkit-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
a:hover,
a:focus,
a:active {
  color: rgba(255, 255, 255, 0.7);
}
.mt-50 {
  margin-top: 50px;
}
.mtb-120 {
  margin: 120px 0;
}
header {
  padding: 12px 25px;
  background: transparent;
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  height: 64px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
  border-radius: 70px;
  z-index: 99;
  -webkit-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
/* header.sticky {
    padding: 10px 0;
} */
.navbar-brand {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0;
  margin: 0;
  transform: translateX(-50%);
}
header .navbar-brand img {
  max-width: 266px;
}
header .navbar-nav {
  margin-top: 5px;
}
header .menu-item a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
}
header .menu-item a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 4px;
  height: 4px;
  background: #fff;
  opacity: 0;
  transform: translateX(-50%);
}
header .navbar-nav .menu-item {
  position: relative;
}
header .navbar-nav > .menu-item + .menu-item {
  margin-left: 40px;
}
header .navbar-nav > .menu-item:nth-child(4) {
  margin-left: 385px;
}
header .menu-item a:hover,
header .menu-item a:focus,
header .menu-item.current-menu-item a {
  color: #fff;
}
header .menu-item a:hover:before,
header .menu-item a:focus:before,
header .menu-item.current-menu-item a:before {
  opacity: 1;
}
header .navbar,
header .navbar-brand {
  padding: 0;
  margin: 0;
}

li#menu-item-358 {
    background-color: #4e3229;
    border: 1px solid #daa658;
    padding: 6px 14px;
    border-radius: 30px;
    color: white;
}
li#menu-item-355{
    background-color: #daa658;
    border: 1px solid #daa658;
    padding: 6px 14px;
    border-radius: 30px;
    color: white;
    margin-right:-30px;
}
div#navbarSupportedContent {
    margin-top: -4px;
}

































.hb-img img {
  width: 100%;
}
.hb-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18%;
  max-width: 1062px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 79px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #e3b56a 0%, #b76809 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 3px;
}
.hb-desc p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #fcf9f0;
  opacity: 0.8;
}
.btn-box {
  gap: 24px;
}
.btn-primary {
  padding: 20px 24px;
  /* Gradient */
  background: linear-gradient(180deg, #e3b56a 0%, #b76809 100%);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #fcf9f0;
  text-transform: uppercase;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border: 1px solid transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(180deg, #e3b56a 0%, #b76809 100%);
}
.btn-secondary {
  padding: 20px 24px;
  /* Gradient */
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #fcf9f0;
  text-transform: uppercase;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(180deg, #e3b56a 0%, #b76809 100%);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background: linear-gradient(180deg, #e3b56a 0%, #b76809 100%);
}
.ptb-100 {
  padding: 100px 0;
}
.small-title {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #e3b56a;
  margin-bottom: 8px;
}
h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  text-transform: uppercase;
  color: #f2e0b6;
  margin-bottom: 24px;
}
.habt-img img {
  max-width: 100%;
}
.mt-40 {
  margin-top: 40px;
}
.border-video-box {
  padding: 24px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.23);
  backdrop-filter: blur(12px);
}
.border-video-box .video-box img {
  border: 0;
  height: 445px;
}
.video-box img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.video-box svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.ht-link-title {
  margin-bottom: 16px;
}
.ht-link-title h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 0;
}
.ht-link-title .link {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #e9ca88;
}
.ht-link-title .link:hover,
.ht-link-title .link:focus,
.ht-link-title .link:active {
  color: #fff;
}
.ht-sidebar {
  height: 454px;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE & Edge */
}
.ht-sidebar::-webkit-scrollbar {
  display: none;
}
.ht-sidebar .video-box + .video-box {
  margin-top: 16px;
}
.ht-sidebar .video-box svg {
  width: 44px;
  height: 44px;
}
.meet-box {
  background: rgba(0, 0, 0, 0.6);
  box-shadow: none;
  backdrop-filter: blur(12px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 0px;
  transition: 0.5s all;
}
.meet-box img {
  width: 100%;
}
.meet-box svg {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s all;
}
.meet-desc {
  padding: 16px;
}
.meet-desc h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height */
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 6px;
}
.meet-desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}
.meet-box:hover svg,
.meet-box:focus svg,
.meet-box:active svg {
  opacity: 1;
}
.meet-box:hover {
  box-shadow: 0px 0px 16px 6px rgba(227, 181, 106, 0.5);
}
.meet-nav-btns {
  gap: 60px;
}
.meet-next,
.meet-prev {
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.universe-box img {
  width: 100%;
  border: 1px solid #e9ca88;
}
.uni-box-desc {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  padding: 64px 32px 32px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 34.54%,
    #000000 100%
  );
  z-index: 1;
}
.uni-box-desc h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #f2e0b6;
  margin-bottom: 6px;
}
.uni-box-desc h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 20px;
}
.uni-box-desc p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
}
.uni-navigation {
  gap: 24px;
}
.uni-next,
.uni-prev {
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.swiper-pagination.uni-pagination {
  position: relative;
  width: fit-content;
  top: 0;
  transform: translateY(0);
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 70px;
  min-width: 150px;
}
.swiper-pagination.uni-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #fff;
}
.swiper-pagination.uni-pagination .swiper-pagination-bullet-active {
  width: 48px;
  border-radius: 20px;
}
.auth-img img {
  max-width: 100%;
}
.pt-100 {
  padding-top: 100px;
}
.vmu-desc h2 {
  margin-bottom: 0;
}
.vmu-desc img {
  max-width: 100%;
  margin-bottom: 8px;
}
.vmu-desc p {
  font-size: 16px;
  color: #fff;
}
.swiper-vmu img {
  width: 100%;
}
.vmu-bottom {
  overflow: hidden;
}

.vmu-bottom:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 68px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.vmu-logos {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 68px;
  animation: cllogo 30s linear infinite;
  -webkit-animation: cllogo 30s linear infinite;
  -moz-animation: cllogo 30s linear infinite;
  animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  display: flex;
  align-items: center;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  will-change: transform;
  gap: 50px;
  z-index: 2;
}
.vmu-logos img {
  height: 36px;
  object-fit: fill;
}

@keyframes cllogo {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes cllogo {
  from {
    -webkit-transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
  }
}

@-moz-keyframes cllogo {
  from {
    -moz-transform: translateX(0);
  }

  to {
    -moz-transform: translateX(-100%);
  }
}

.home-cta {
  padding: 35px 0;
  background: rgba(227, 181, 106, 0.06);
  backdrop-filter: blur(20px);
  border: 6px solid;
  border-image-slice: 6;
  border-width: 6px;
  border-image-source: linear-gradient(180deg, #e3b56a 0%, #b76809 100%);
}
.hcta-img img {
  max-width: 100%;
}
.blog-box {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 0;
}

.blog-box img {
  width: 100%;
}

.bb-desc {
  padding: 16px 26px 24px;
}

.bb-desc .date {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
}

.bb-desc h3,
.bb-desc h3 a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 8px;
}

.bb-desc h3:hover,
.bb-desc h3 a:hover,
.bb-desc h3:focus,
.bb-desc h3 a:focus,
.bb-desc h3:active,
.bb-desc h3 a:active {
  color: #e3b56a;
}

.bb-desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 16px;
}

.link-arrow {
  gap: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  background: linear-gradient(180deg, #e3b56a 0%, #b76809 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.blogs-navigation {
  gap: 60px;
}

.blog-prev,
.blog-next {
  cursor: pointer;
}

.blog-prev svg,
.blog-next svg {
  width: 64px;
  height: 64px;
}
footer {
  padding-top: 55px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
footer:before,
footer:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 132px;
  top: -56px;
  background: linear-gradient(180deg, #e3b56a 0%, #b76809 100%);
  opacity: 0.6;
  filter: blur(100px);
  z-index: -1;
}
footer:after {
  top: auto;
  bottom: 0;
}
.ft-logo {
  margin-bottom: 35px;
}
.ft-logo-below-desc {
  max-width: 85%;
  margin-bottom: 48px;
  position: relative;
}
.ft-logo-below-desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}
.ft-logo-below-desc p b,
.ft-logo-below-desc p strong {
  font-weight: 600;
}
.ft-logo-below-desc svg {
  width: 100%;
}
.ft-available h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #fcf9f0;
  margin-bottom: 16px;
}
.ft-available p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #fcf9f0;
  opacity: 0.7;
  margin-bottom: 8px;
}
.ft-available-platforms {
  flex-wrap: wrap;
  gap: 16px;
  max-width: 85%;
}
.ft-right-shape {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
}
.title-links h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 8px;
}
.title-links ul li + li {
  margin-top: 15px;
}
.title-links ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fcf9f0;
  opacity: 0.8;
}
.title-links ul li a:hover,
.title-links ul li a:focus,
.title-links ul li a:active {
  opacity: 1;
}
.recent-posts-main {
  padding-top: 32px;
  margin: 32px 0 40px;
}
.rpm-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.recent-posts-main h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 16px;
}
.recent-posts-main .row {
  row-gap: 30px;
}
.recent-posts-main .row .col-lg-4 {
  display: inherit;
}
.rp-box {
  width: 100%;
  padding: 24px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 0px;
}
.rp-box .date {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
}
.rp-box a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ffffff;
}
.rcp-logo img {
  width: 100%;
}
.terms-line {
  padding: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.terms-line p,
.terms-line a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  margin: 0;
}
.fixed-order {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 3;
}
.home-universe:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 34.54%,
    #000000 100%
  );
  z-index: 2;
  backdrop-filter: blur(360px);
}
.home-universe .container {
  position: relative;
  z-index: 3;
}
.universe-box img,
.home-universe {
  transition: 0.5s all;
}
.auth-desc p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 60px;
}
.habt-desc p {
  font-weight: 400;
}
.heroes-banner {
  padding: 280px 0 140px;
}
.heroes-banner-title h1,
.heroes-listing-title h2 {
  color: #ffffff;
  margin-bottom: 0;
  background: transparent;
  -webkit-text-fill-color: #fff;
  text-fill-color: #fff;
}
.heroes-listing-main {
  padding: 60px 0;
}
.heroes-listing-main .row {
  row-gap: 30px;
}
.universe-banner {
  padding: 162px 0;
}
.uni-world-main {
  padding: 60px 0 0;
}
.uni-world-bg {
  padding: 32px;
}
.uni-world-desc h3 {
  color: #f2e0b6;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}
.uni-world-desc .small-title {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  text-transform: inherit;
  color: #fff;
  margin-bottom: 30px;
}
.uni-listing-links-bg {
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 3;
  /* Hide scrollbar (cross-browser) */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE & Edge */
}
.uni-listing-links::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.uni-listing-links {
  flex-wrap: nowrap;
  gap: 15px;
  overflow-y: auto;
  padding-bottom: 6px;
}
.uni-listing-links a {
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-wrap: nowrap;
}
.uni-listing-links a.active {
  border-color: #b76809;
  background: linear-gradient(180deg, #e3b56a 0%, #b76809 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.uni-listing-desc .universe-box + .universe-box {
  margin-top: 40px;
}
.hide-header header.sticky {
  transform: translateY(-80px);
}
.uni-cta {
  padding: 60px 0;
  border: 2px solid #864e26;
  backdrop-filter: blur(22px);
  overflow: hidden;
}
.uni-cta-desc p {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #f2e0b6;
  margin-bottom: 30px;
}
.uni-cta-desc img {
  max-width: 212px;
}
.uni-cta-img img {
  width: 100%;
}
.watch-more-box {
  background: #3a2010;
}
.watch-more-box img {
  flex: 0 0 138px;
}
.wmb-desc {
  padding: 24px;
}
.wmb-desc p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 24px;
}
.wmb-desc .btn-primary {
  padding: 13px 16px;
  font-size: 14px;
}
.page-template-universe .home-cta {
  margin-bottom: 60px;
}
.heroes-detail-banner {
  height: 100vh;
  overflow: hidden;
}
.hdb-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hdb-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb-desc.hdb-desc {
  bottom: 0;
  padding: 27px 0 37px;
}
.hb-desc.hdb-desc:before {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  filter: blur(50px);
  z-index: -1;
}
.hdintro-detail p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
.hd-intro-middle {
  padding: 60px 0;
}
.hd-intro-middle p {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 8px;
}
.hd-intro-middle h2 {
  font-weight: 800;
  font-size: 120px;
  line-height: 142px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #e3b56a 0%, #b76809 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0;
}
.hdetail-pre {
  z-index: 1;
}
.ellipse-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 150px;
  z-index: -1;
}
.ellipse-img img {
  width: 100%;
}
.hdetail-pre-desc h2 {
  margin-bottom: 12px;
}
.hdetail-pre-desc .small-title {
  color: #fff;
  text-transform: inherit;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 36px;
}
.hdetail-pre-desc p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.sample-chapter-desc {
  padding: 55px 89px;
  height: 710px;
  overflow-y: auto;
}
.sample-chapter-desc img {
  margin: 24px auto;
  display: block;
}
.sample-chapter-desc h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 16px;
}
.sample-chapter-desc p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.sample-desc-top {
  margin-bottom: 32px;
}
.sample-desc-top h3 {
  font-weight: 900;
  font-size: 40px;
  line-height: 53px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 6px;
}
.sample-desc-top p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  opacity: 0.8;
}
.home-cta.hddetail-cta {
  margin-top: 30px;
  border-width: 2px;
}
.home-cta.hddetail-cta .hcta-desc {
  margin-bottom: 30px;
}
.home-cta.hddetail-cta .hcta-desc img {
  max-width: 188px;
  margin-bottom: 14px;
}
.home-cta.hddetail-cta .hcta-desc .small-title {
  font-weight: 700;
}
.author-banner {
  padding: 250px 0 200px;
  z-index: 1;
}
.author-banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background: linear-gradient(
    360deg,
    #000000 51.57%,
    rgba(0, 0, 0, 0.495192) 77.46%,
    rgba(0, 0, 0, 0) 104.88%
  );
  z-index: 0;
}
.author-banner .auth-banner-desc {
  position: relative;
  max-width: 100%;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  text-align: left;
}
.auth-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 700px;
  z-index: -1;
}
.author-desc-main {
  z-index: 1;
  padding-bottom: 60px;
}
.auth-desc-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.author-desc-main .auth-desc p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 40px;
}
.hb-desc.auth-banner-desc p {
  max-width: 642px;
}
.abb-desc h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 37px;
  color: #ededed;
  margin-bottom: 16px;
}
.abb-desc p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #ededed;
  margin-bottom: 30px;
}
.signature {
  margin-bottom: 30px;
}
.abb-img {
  position: relative;
  z-index: 1;
}
.abb-img::before {
  content: "";
  position: absolute;
  left: -30px;
  right: -30px;
  top: 0;
  bottom: 0;
  background: radial-gradient(
    55.57% 55.57% at 50% 50%,
    #e0a966 0%,
    rgba(83, 63, 38, 0.370227) 62.98%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}
.abb-img img {
  width: 100%;
}
.auth-book-box + .auth-book-box {
  margin-top: 50px;
}
.auth-cta-desc h2 {
  color: #fff;
  margin-bottom: 10px;
}
.auth-cta-desc p {
  color: #fff;
  margin-bottom: 30px;
}
.auth-cta-img img {
  max-width: 100%;
}
.auth-follow .row {
  row-gap: 30px;
}
.auth-follow-box {
  text-align: center;
  border: 1px solid #e9ca88;
  padding: 42px 30px;
}
.auth-follow-box img {
  max-width: 48px;
  margin: 0 auto 12px;
  display: block;
}
.auth-follow-box h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.auth-follow-box .meet-desc {
  padding: 0;
}
.auth-follow-box p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .ht-sidebar {
    height: 386px;
  }
  .hd-intro-middle h2 {
    font-size: 100px;
    line-height: 120px;
  }
  .uni-world-bg .col-lg-10 {
    width: 100%;
  }
  .uni-world-desc .small-title {
    margin-bottom: 20px;
  }
  .wmb-desc {
    padding: 20px;
  }
  .wmb-desc p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .wmb-desc .btn-primary {
    padding: 12px 16px;
    font-size: 12px;
  }
  .author-banner .auth-banner-desc h1 {
    font-size: 50px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1299px) {
  .auth-desc-img {
    left: -9%;
  }
}
@media screen and (max-width: 1199px) {
  .hb-desc {
    bottom: 10%;
  }
  .border-video-box .video-box img {
    height: 380px;
    object-fit: cover;
  }
  .ft-available-platforms {
    max-width: 90%;
  }
  .ft-available-platforms img {
    max-width: 160px;
  }
  .heroes-listing-main .col-lg-3 {
    width: 33.3333%;
  }
  .hd-intro-middle {
    padding: 30px 0;
  }
  .hd-intro-middle h2 {
    font-size: 80px;
    line-height: 100px;
  }
  .sample-chapter-desc {
    padding: 55px 65px;
  }
  .sample-desc-top h3 {
    font-size: 30px;
    line-height: 43px;
  }
  .sample-chapter-desc h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .sample-chapter-desc p {
    font-size: 14px;
    line-height: 20px;
  }
  .uni-world-bg {
    background: #3a2010 !important;
    border: 2px solid #ca7d2c;
  }
  .uni-cta {
    padding: 30px 0;
  }
  .auth-img {
    max-width: 600px;
  }
  .author-banner .auth-banner-desc h1 {
    font-size: 40px;
    line-height: 55px;
  }
  .author-banner {
    padding: 200px 0 150px;
  }
}
@media screen and (max-width: 991px) {
  header {
    padding: 20px 0;
    border-radius: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    height: auto;
  }
  .navbar-toggler {
    padding: 0;
    border: 0;
    box-shadow: none !important;
    outline: none;
    background: transparent;
    border-radius: 0;
    width: 32px;
    height: 32px;
  }
  .navbar-brand {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0%);
  }
  header .navbar-brand img {
    max-width: 185px;
  }
  header .navbar-nav .menu-item {
    margin: 11px 0 !important;
  }
  header .menu-item a {
    padding: 11px 0;
    font-size: 16px;
    display: block;
  }
  h1 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 6px;
  }
  .hb-desc {
    bottom: 24px;
  }
  .hb-desc p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 24px;
  }
  .btn-primary,
  .btn-secondary {
    font-size: 14px;
    padding: 15px 24px;
  }
  .hb-desc .mt-40 {
    margin-top: 0;
  }
  .ptb-100 {
    padding: 25px 0;
  }
  .pt-100 {
    padding-top: 25px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .small-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
  }
  h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .row {
    row-gap: 30px;
  }
  .border-video-box {
    padding: 10px;
  }
  .border-video-box .video-box img {
    height: auto;
  }
  .video-box svg {
    width: 24px;
    height: 24px;
  }
  .ht-sidebar {
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    white-space: nowrap;
    padding-bottom: 5px;
  }
  .ht-sidebar .video-box + .video-box {
    margin-top: 0;
  }
  .ht-link-title h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .ht-sidebar .video-box svg {
    width: 20px;
    height: 20px;
  }
  .ht-sidebar .video-box {
    flex: 0 0 172px;
  }
  .home-about .btn-primary,
  .home-about .btn-secondary {
    padding: 15px 10px;
    font-size: 12px;
    line-height: 1;
  }
  .ht-view-more.text-center.mt-40 {
    margin-top: 0;
  }
  .hb-img img {
    min-height: 350px;
    object-fit: fill;
  }
  .meet-desc h3 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }
  .meet-desc p {
    font-size: 10px;
    line-height: 14px;
  }
  .meet-nav-btns .meet-prev,
  .meet-nav-btns .meet-next {
    display: none;
  }
  .meet-box svg {
    width: 30px;
    height: 30px;
  }
  .universe-box img {
    min-height: 448px;
    object-fit: fill;
  }
  .uni-box-desc {
    padding: 32px 16px 16px;
  }
  .uni-box-desc h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 4px;
  }
  .uni-box-desc h5 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
  }
  .uni-box-desc p {
    font-size: 12px;
    line-height: 18px;
  }
  .auth-img {
    position: relative;
  }
  .auth-img .btn-secondary {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    bottom: 0;
  }
  .vmu-desc h2 {
    margin-bottom: 8px;
  }
  .vmu-desc p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .hblog-desc.text-center {
    text-align: left !important;
  }
  .bb-desc {
    padding: 16px;
  }
  .bb-desc .date {
    font-size: 12px;
    line-height: 16px;
  }
  .bb-desc h3,
  .bb-desc h3 a {
    font-size: 18px;
    line-height: 24px;
  }
  .ft-logo {
    margin-bottom: 8px;
  }
  .ft-logo img {
    max-width: 148px;
  }
  .ft-logo-below-desc {
    max-width: 100%;
    padding-bottom: 24px;
    margin-bottom: 0;
  }
  .ft-logo-below-desc p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 24px;
  }
  .ft-available h5 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .ft-available p {
    font-size: 12px;
    line-height: 1.5;
  }
  .ft-available-platforms {
    max-width: 100%;
    gap: 12px;
  }
  .ft-available-platforms img {
    max-width: 115px;
  }
  .ft-right-shape {
    display: none;
  }
  .rpm-shape svg {
    width: 100%;
  }
  .ft-logo-desc-main {
    padding-bottom: 24px;
  }
  .ft-logo-desc-main:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    max-width: 411px;
    margin: 0 auto;
    background-image: url("data:image/svg+xml,%3Csvg width='380' height='1' viewBox='0 0 380 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='-4.37114e-08' y1='0.5' x2='380' y2='0.499967' stroke='url(%23paint0_linear_386_989)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_386_989' x1='4.37114e-08' y1='1.5' x2='380' y2='1.49997' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23535050' stop-opacity='0.5'/%3E%3Cstop offset='0.5' stop-color='white'/%3E%3Cstop offset='1' stop-color='%23535050' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    z-index: 1;
  }
  footer .col-lg-2 {
    width: 50%;
  }
  .rp-box {
    padding: 16px;
  }
  .rp-box a {
    font-size: 14px;
    line-height: 18px;
  }
  .recent-posts-main .row {
    row-gap: 12px;
  }
  .terms-line p,
  .terms-line a {
    font-size: 10px;
    font-weight: 400;
  }
  .terms-line {
    gap: 10px;
  }
  .home-vmu {
    padding: 60px 0;
  }
  .auth-desc p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
    opacity: 0.8;
  }
  .heroes-listing-main .col-lg-3 {
    width: 50%;
  }
  .hdintro-detail p,
  .hdetail-pre-desc p {
    font-size: 14px;
    line-height: 18px;
  }
  .hd-intro-middle p {
    font-size: 20px;
    line-height: 28px;
  }
  .hd-intro-middle h2 {
    font-size: 50px;
    line-height: 70px;
  }
  .uni-cta {
    padding: 0;
    background: transparent !important;
  }
  .uni-cta .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .uni-cta .container .row {
    margin: 0;
  }
  .uni-cta .container .row > * {
    padding: 0;
  }
  .uni-cta-desc {
    margin: 40px 16px 0;
  }
  .uni-cta-desc p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .author-banner {
    padding: 150px 0 0;
  }
  .author-banner .row,
  .author-desc-main .row {
    flex-direction: column-reverse;
  }
  .author-banner .auth-img {
    position: relative;
    max-width: 100%;
    z-index: 1;
  }
  .auth-desc-img {
    left: auto;
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 1;
    margin: 0 auto;
    display: block;
  }
  .author-banner .auth-banner-desc {
    position: absolute;
    max-width: 100%;
    left: 15px;
    right: 15px;
    bottom: 30px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
  }
  .hb-desc.auth-banner-desc p {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .hb-desc.auth-banner-desc .btn.btn-primary.mt-3 {
    margin-top: 0 !important;
  }
  .author-banner::before {
    height: 140px;
    z-index: 2;
  }
  .auth-desc-img img {
    max-width: 100%;
  }
  .author-desc-main .row {
    row-gap: 0;
  }
  .abb-desc h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .abb-desc p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .signature {
    margin: 0 auto;
    display: block;
    width: fit-content;
  }
  .auth-book-box .btn-box {
    flex-direction: column;
    gap: 16px;
  }
  .auth-book-box + .auth-book-box {
    margin-top: 0;
  }
  .auth-book-box .btn-box .btn {
    width: 100%;
    font-size: 12px;
    padding: 14px;
  }
  .auth-follow .col-lg-3 {
    width: 50%;
  }
  .auth-follow-box {
    padding: 24px;
  }
  .auth-follow-box h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .auth-follow-box p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hb-img img {
    min-height: 440px;
    object-fit: cover;
  }
  .universe-banner {
    background: url(./images/universe-banner-mobile.webp) !important;
    background-position: right !important;
    padding: 125px 0 90px;
    background-repeat: no-repeat !important;
  }
  .heroes-listing-main {
    padding: 50px 0;
  }
  .heroes-listing-main .meet-box svg {
    width: 20px;
    height: 20px;
  }
  .hd-intro-middle {
    padding: 15px 0;
  }
  .hd-intro-middle p {
    font-size: 16px;
    line-height: 20px;
  }
  .hd-intro-middle h2 {
    font-size: 30px;
    line-height: 50px;
  }
  .mt-50 {
    margin-top: 30px;
  }
  .hdetail-pre-desc .small-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 26px;
  }
  .sample-chapter-desc {
    padding: 35px;
  }
  .sample-desc-top {
    margin-bottom: 22px;
  }
  .sample-desc-top h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .sample-chapter-desc h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .uni-listing-links-bg {
    padding: 10px 0;
  }
  .uni-listing-links {
    gap: 10px;
  }
  .uni-listing-links a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .author-banner {
    padding: 100px 0 30px;
  }
  .author-banner .auth-banner-desc h1 {
    font-size: 20px;
    line-height: inherit;
  }
  .author-desc-main .auth-desc p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .auth-cta-desc {
    padding-top: 30px;
  }
  .auth-follow-box {
    padding: 24px 10px;
  }
  .auth-follow-box img {
    max-width: 40px;
  }
  .auth-follow-box svg {
    width: 25px;
    height: 25px;
  }
}
/* 26-08-25- Ansh */
.home-author .auth-img {
  position: unset;
}
.uni-box-desc p {
  margin-bottom: 20px;
}
.uni-box-desc p:last-child {
  margin-bottom: 0;
}