body {
  background-color: #efefef;
  font-weight: 400;
}

a {
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.cust_btn {
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  padding: 10px 24px;
  border-radius: 50px;
  background-image: linear-gradient(180deg, #762e5e, #5a2358);
  box-shadow: 0 4px 11px 0 rgb(37 44 97 / 15%),
    0 1px 3px 0 rgb(93 100 148 / 20%);
  transition: all 0.2s ease-out;
}
.cust_btn:hover {
  box-shadow: 0 8px 22px 0 rgb(37 44 97 / 15%),
    0 4px 6px 0 rgb(93 100 148 / 20%);
}

.btn-cust {
  background-color: #2d112c;
  color: #fff;
  font-weight: bold;
  padding: 6px 25px;
}

.top .btn-cust {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 25px;
}

h2.title {
  color: #000000;
  font-size: 1rem !important;
  text-transform: capitalize;
}

#load_more {
  text-transform: uppercase;
  width: 90%;
  background-color: #ea0303;
  border: none;
  font-weight: bold;
}

.video_detail_title {
  font-size: 2rem;
  padding: 15 0;
}

.cat_list a,
.star_list a {
  display: inline-block;
  margin-right: 10px;
}

.profile_header {
}
.profile_image {
  display: inline-block;
  width: 200px;
  height: 200px;
  border: 5px solid #ea0303;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.profile_title {
  text-decoration: none;
}
.profile_title h4 {
  color: #ea0303;
}

.profile_header .profile_image img {
  width: 100%;
  height: auto;
}

.listing_page {
}
.listing_page .profile_image {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 180px;
  height: 100%;
  max-height: 180px;
  border: 5px solid #ea0303;
  border-radius: 50%;
  overflow: hidden;
}
.listing_page .profile_image img {
  width: 100%;
  height: auto;
}
.listing_page a h2.title {
  color: #000;
}

#listing,
.container {
  max-width: 800px;
  margin: 20px auto;
}
#listing .post {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 15px;
  overflow: hidden;
}
#listing .post h2 {
  padding: 15px;
  font-weight: 600;
  margin: 0px;
}
#listing .post h2 a {
  display: inline-block;
  padding-right: 15px;
}
#listing .post h2 a .img-icon,
.img-icon {
  width: 45px;
  height: 45px;
  border: 2px solid #ea0303;
  border-radius: 50%;
}
#listing .post .see_all {
  display: block;
  padding: 8px;
  background-color: #1c5ce6;
  border: 1px solid #0f44b8;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}

.img-full {
  display: block;
  width: 100%;
  height: auto;
}

.top {
  background-color: #f7f7f7;
  border-bottom: 1px solid #eeeeee;
}

.sidebar {
  background-color: #fff;
  border-right: 1px solid #eeeeee;

  /*
  -webkit-transition: all 300ms 0s ease-in-out;
  transition: all 300ms 0s ease-in-out;
  position: fixed;
  
  height: 100%;
  width: 100%;
  z-index: 100;
  padding-bottom: 30px;
  overflow: hidden;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); */
}

.sidebar .menu {
}
.sidebar .menu ul {
  margin: 0;
  padding: 0;
}
.sidebar .menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .menu ul li a,
.post_header a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 0px 5px 15px;
  color: #000;
}
.sidebar .menu ul li a .img-icon {
  width: 35px;
  height: 35px;
  border: 2px solid #ea0303;
  border-radius: 50%;
}

.image-container {
  display: inline-block;
}
.image-container img {
  width: 100%;
  height: 200px; /* Set a fixed height */
  object-fit: cover; /* Ensures images are cropped proportionally */
  border-radius: 5px;
}

.alphabets_pages a {
  display: inline-block;
  padding: 5px;
  text-decoration: none;
}

.padding_0 {
  padding: 0px;
}

.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}

.img-container {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-container_1 {
  width: 100%;
  height: 460px;
  overflow: hidden;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-container img,
.img-container_1 img {
  object-fit: cover;
}

.post_header a {
  display: inline-block;
  padding: 5px;
}
