@font-face {
  font-family: Roboto;
  src: url("Roboto-Regular.ttf") format("truetype");
}

body {
  margin: 0;
  font-family: Roboto, sans-serif, Rubik;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
  color: grey;
}

.text-pink {
  color: rgb(var(--bs-purple));
}

.f-alieron {
  font-family: Alieron;
}

.f-alieron-heavy {
  font-family: Alieron-Heavy;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(78, 77, 77, 0.5);
  border-radius: 20px;
}

.leftmenu::-webkit-scrollbar-thumb,
.rightmenu::-webkit-scrollbar-thumb {
  background: rgba(78, 77, 77, 0.5);
  border-radius: 20px;
  display: none;
}

.leftmenu:hover::-webkit-scrollbar-thumb,
.rightmenu:hover::-webkit-scrollbar-thumb {
  display: block;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

/* animation start */

.fade-in {
  opacity: 0;
}

.fade-in.active {
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
}

.anim {
  opacity: 0;
  transform: translateY(80px);
  scroll-behavior: smooth;
}

.anim1 {
  opacity: 0;
  transform: translateX(-80px);
  scroll-behavior: smooth;
}

.anim2 {
  opacity: 0;
  transform: translateX(80px);
  scroll-behavior: smooth;
}

.anim.active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.85s ease-in;
}

.anim1.active,
.anim2.active {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.45s ease-in;
}

.text-underline-hover:hover {
  transition: all 0.25s ease;
  text-decoration: underline;
}

.hoverbtn {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.hoverbtn:hover {
  opacity: 1;
}

.hoverable:hover > .hoverbtn,
.hoverable:hover + .hoverbtn {
  opacity: 1;
}

.btn-bg-hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.25s ease;
  text-align: center;
  cursor: pointer;
  padding: 2px;
  width: 26px;
  height: 26px;
  text-wrap: nowrap;
}

.btn-bg-hover:hover {
  background-color: rgba(128, 128, 128, 0.5);
  color: white;
}

/* animation end */
/* search section start */

/* search section end */

.nav-link.active::after {
  width: 82%;
}

header .nav-link:hover::after {
  width: 82%;
}

/* nav bar end*/
.line-height-100 {
  line-height: 100%;
}

.fs-8px {
  font-size: 8px;
}

.fs-10px {
  font-size: 10px;
}

.vh-50 {
  height: 50vh;
}

.vh-90 {
  height: 90vh;
}

.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-152px {
  width: 152px;
}

.h2rem {
  height: 2rem;
}

.min-h-20 {
  min-height: 20%;
}

.min-h-30 {
  min-height: 30%;
}

.min-h-70 {
  min-height: 70%;
}

.min-h-80 {
  min-height: 80%;
}

.min-vh-40 {
  min-height: 40vh;
}

.max-vh-40 {
  max-height: 40vh;
}

.text-justify {
  text-align: justify;
}

.top-2 {
  top: 2%;
}

.top-10 {
  top: 10%;
}

.top-30 {
  top: 30%;
}

.top-40 {
  top: 40%;
}

.top-80 {
  top: 80%;
}

.right-2 {
  right: 2%;
}

.right-5 {
  right: 5%;
}

.right-8 {
  right: 8%;
}

.right-10 {
  right: 10%;
}

.right-20 {
  right: 20%;
}

.vertical-top {
  vertical-align: top;
}

.vertical-middle {
  vertical-align: middle;
}

.shadow2 {
  box-shadow: 0 0.5rem 1rem rgba(58 155 227 / 58%);
}

.text-shadow2 {
  text-shadow: 0 0.5rem 1rem rgba(58 155 227 / 58%);
}

.opacity-5 {
  opacity: 0.5;
}

.overlay-shadow {
  background-color: rgba(0, 0, 0, 0.4);
}

.cursor-pointer {
  cursor: pointer;
}

.z-10 {
  z-index: 10;
}

.bg-grey-300 {
  background-color: rgba(222, 226, 230, 0.3) !important;
}

.bg-grey-400-hover:hover {
  background-color: var(--bs-gray-400) !important;
  transition: background-color 0.3s ease-in-out;
}

.bg-pink-hover:hover {
  background-color: rgb(var(--bs-purple)) !important;
  transition: background-color 0.3s ease-in-out;
}

.bg-success-hover:hover {
  background-color: rgb(var(--bs-success-rgb)) !important;
  transition: background-color 0.3s ease-in-out;
}

.text-secondary-hover {
  color: var(--bs-gray);
}

.text-secondary-hover:hover {
  color: var(--bs-white);
}

/* index section start */
.icon {
  background-color: rgb(255, 255, 255);
}

.icon-bg-red {
  background-color: red;
  transition: all 0.25s ease;
}

.icon-bg-green {
  background-color: green;
  transition: all 0.25s ease;
}

.icon-bg-pink {
  background-color: rgb(var(--bs-purple));
  transition: all 0.25s ease;
}

.icon-bg-pink-subtle {
  background-color: rgba(var(--bs-purple), 0.6);
  transition: all 0.25s ease;
}

.icon-bg-success {
  background-color: rgb(var(--bs-success-rgb));
}

.icon-bg-dark {
  background-color: rgb(var(--bs-dark-rgb));
}

.icon-bg-success-subtle {
  background-color: rgba(var(--bs-success-rgb), 0.6);
}

.icon-bg-pink-hover:hover {
  background-color: rgb(var(--bs-purple));
}

.icon-bg-success-hover:hover {
  background-color: rgb(var(--bs-success-rgb));
}

.icon-bg-grey {
  background-color: rgb(117, 115, 115);
  transition: all 0.25s ease;
}

.icon-bg-white-hover:hover,
.reaction-btn:hover > .icon-bg-white-hover,
a:hover > .icon-bg-white-hover {
  background-color: white;
}

.icon-bg-white {
  background-color: rgb(255, 255, 255);
  transition: all 0.25s ease;
}

.icon-bg-gold {
  background-color: rgba(168, 128, 65, 0.8);
  transition: all 0.25s ease;
}

.icon-bg-gold-hover:hover {
  background-color: rgba(168, 128, 65, 0.8);
  transition: all 0.25s ease;
}

.icon-bg-grey-hover:hover,
.reaction-btn:hover > .icon-bg-grey-hover {
  background-color: rgb(54, 53, 53);
}

/* reaction section end */

.commentreact:hover div {
  display: flex;
  animation: jumpIn 0.3s ease forwards;
}

@keyframes jumpIn {
  0% {
    transform: scale(0.5) translateY(30px);
    opacity: 0;
  }

  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

/* header section start */
.drawer-menu {
  display: none;
  position: relative;
}

.drawer {
  position: relative;
}

.drawer.active {
  display: block !important;
  position: absolute;
  top: 50px;
  right: 0;
  min-width: 300px;
  height: auto;
  box-shadow: 0 0 10px rgba(168, 128, 65, 0.5);
  padding: 1rem;
  transition: all 0.5s ease-in;
}

@media (width<=600px) {
  .drawer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .drawer {
    display: none !important;
  }

  .topcategorybox .nav {
    display: block !important;
  }
}

.userdetails {
  position: absolute;
  top: 40px;
  right: 5%;
  box-shadow: 0 0 10px rgba(103, 101, 101, 0.5);
  z-index: 9999;
  padding: 0.5rem;
  scroll-behavior: smooth;
  transition: all 0.25s ease;
  display: none;
  text-align: center;
}

/* header section end */
/* index section start */
.border-gold {
  border-color: #a88041;
}

.bg-gold {
  background-color: #a88041;
}

.text-gold {
  color: #a88041;
}

.text-italic {
  font-style: italic;
}

.goldenStroke {
  border-bottom: 2px solid #a88041;
  min-width: 200px;
}

.focus-absolute {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(43%, 50%);
  border: 4px solid white;
  border-radius: 50%;
}

.focus-absolute img {
  width: 100px;
  height: 100px;
}

/* index section end */
/* artist section start */
.artist-bio .bio2,
.artist-bio .bio3 {
  opacity: 0;
  height: 0;
  overflow: hidden;
  /* Ensure content doesn't display when height is 0 */
  transition: all 0.2s ease-in;
}

.artist-bio .bio2.active,
.artist-bio .bio3.active {
  opacity: 1 !important;
  height: auto !important;
  /* Allow the div to expand naturally */
  overflow: visible;
  /* Ensure content is visible when active */
}

.bioMoreDiv {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 10px;
  width: 100%;
  min-height: 80px;
  background: linear-gradient(rgba(128, 128, 128, 0), rgb(128, 128, 128) 90%);
}

.bioMoreBtn {
  display: flex;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s ease-in;
}

.bioMoreBtn.active {
  display: flex !important;
}

.bioMoreBtn:hover {
  background-color: var(--bs-gray-400) !important;
}

.bioLessDiv {
  position: absolute;
  left: 0;
  bottom: -50px;
  display: none;
  align-items: end;
  justify-content: center;
  padding-bottom: 10px;
  width: 100%;
  min-height: 80px;
  background: linear-gradient(rgba(128, 128, 128, 0), rgb(128, 128, 128) 90%);
}

/* artist section end */

/* admin section start */
.loggeduser .usermiddlemenu {
  flex: 1;
  overflow-y: auto;
  width: 60%;
  margin-left: 2%;
  margin-right: 22%;
  transition: 0.25s ease;
}

.menuvisible {
  display: block !important;
  height: 100vh;
  z-index: 99999;
  background: white;
}

.leftmenu .sidebar {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  scroll-behavior: smooth;
  transition: width 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
  overflow-y: auto;
}

/* admin section end */
/* modal section start */
.previewBox {
  display: flex;
  flex-wrap: wrap;
}

.previewBox .previewImg {
  position: relative;
  border: 2px solid rgba(128, 128, 128, 0.5);
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.previewImg img {
  padding: 2px;
  object-fit: cover;
  max-width: 120px;
  max-height: 100px;
}

.previewcrossbtn {
  display: none;
  transition: all 0.25s ease;
}

.previewImg:hover > .previewcrossbtn {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  color: red;
}

.previousImg {
  max-width: 120px;
  max-height: 100px;
}

#choosepostimage {
  display: none;
}

#customImgInput {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  width: 40px;
  height: 30px;
  text-align: center;
  border: 2px solid rgba(128, 128, 128, 0.5);
  border-radius: 5px;
  padding: 2px;
  margin-right: 5px;
}

.imageDiv {
  display: inline-flex;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  text-align: center;
  border: 2px solid rgba(128, 128, 128, 0.5);
  border-radius: 5px;
  padding: 2px;
  margin-right: 5px;
}

#chooseinnerimage {
  display: none;
}

#textbody img {
  position: relative;
  cursor: pointer;
  max-width: 100%;
  padding: 5px;
}
.blog img {
  display: block;
  max-width: 600px;
  min-width: 340px;
  margin: 0 auto;
}

.img-options {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: rgb(255, 255, 255);
  box-shadow: 0 0 10px black;
  border: 1px solid #ccc;
  padding: 10px;
}

.img-options a {
  cursor: pointer;
}

/* modal section end */
/* footer section start */
.toaster {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 9999;
}

.toaster .toast-message {
  position: relative;
  display: flex;
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 103, 138, 0.5);
  max-width: 400px;
  min-height: 80px;
  overflow: hidden;
  border: 2px solid rgba(128, 128, 128, 0.4);
  margin-top: 1rem;
  margin-bottom: 1rem;
  transition: all 0.5s ease-in;
}

/* footer section end */
